MessageDetailedBox.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace Dongke.WinForm.Controls
  2. {
  3. partial class MessageDetailedBox
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageDetailedBox));
  29. this.pnlMessage = new Dongke.WinForm.Controls.PnlPanel();
  30. this.picIco = new System.Windows.Forms.PictureBox();
  31. this.lblMessage = new Dongke.WinForm.Controls.LblLabel();
  32. this.pnlButton = new Dongke.WinForm.Controls.PnlPanel();
  33. this.pnlDetail = new Dongke.WinForm.Controls.PnlPanel();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.txtTextBox1 = new Dongke.WinForm.Controls.TxtTextBox();
  36. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  37. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  38. this.btnYes = new Dongke.WinForm.Controls.BtnButton();
  39. this.btnNo = new Dongke.WinForm.Controls.BtnButton();
  40. this.btnAbort = new Dongke.WinForm.Controls.BtnButton();
  41. this.btnRetry = new Dongke.WinForm.Controls.BtnButton();
  42. this.btnIgnore = new Dongke.WinForm.Controls.BtnButton();
  43. this.pnlBack.SuspendLayout();
  44. this.pnlMessage.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.picIco)).BeginInit();
  46. this.pnlButton.SuspendLayout();
  47. this.pnlDetail.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // pnlBack
  51. //
  52. this.pnlBack.Controls.Add(this.pnlMessage);
  53. this.pnlBack.Controls.Add(this.pnlDetail);
  54. this.pnlBack.Controls.Add(this.pnlButton);
  55. this.pnlBack.Size = new System.Drawing.Size(533, 297);
  56. //
  57. // pnlMessage
  58. //
  59. this.pnlMessage.Controls.Add(this.picIco);
  60. this.pnlMessage.Controls.Add(this.lblMessage);
  61. this.pnlMessage.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.pnlMessage.Location = new System.Drawing.Point(0, 0);
  63. this.pnlMessage.Name = "pnlMessage";
  64. this.pnlMessage.Size = new System.Drawing.Size(533, 131);
  65. this.pnlMessage.TabIndex = 7;
  66. //
  67. // picIco
  68. //
  69. this.picIco.Location = new System.Drawing.Point(12, 12);
  70. this.picIco.Name = "picIco";
  71. this.picIco.Size = new System.Drawing.Size(79, 67);
  72. this.picIco.TabIndex = 6;
  73. this.picIco.TabStop = false;
  74. //
  75. // lblMessage
  76. //
  77. this.lblMessage.AutoEllipsis = true;
  78. this.lblMessage.AutoSize = false;
  79. this.lblMessage.Location = new System.Drawing.Point(97, 12);
  80. this.lblMessage.Name = "lblMessage";
  81. this.lblMessage.Size = new System.Drawing.Size(425, 60);
  82. this.lblMessage.TabIndex = 5;
  83. this.lblMessage.Text = resources.GetString("lblMessage.Text");
  84. this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  85. //
  86. // pnlButton
  87. //
  88. this.pnlButton.Controls.Add(this.btnIgnore);
  89. this.pnlButton.Controls.Add(this.btnRetry);
  90. this.pnlButton.Controls.Add(this.btnAbort);
  91. this.pnlButton.Controls.Add(this.btnNo);
  92. this.pnlButton.Controls.Add(this.btnYes);
  93. this.pnlButton.Controls.Add(this.btnOK);
  94. this.pnlButton.Controls.Add(this.btnCancel);
  95. this.pnlButton.Dock = System.Windows.Forms.DockStyle.Bottom;
  96. this.pnlButton.Location = new System.Drawing.Point(0, 250);
  97. this.pnlButton.Name = "pnlButton";
  98. this.pnlButton.Size = new System.Drawing.Size(533, 47);
  99. this.pnlButton.TabIndex = 8;
  100. //
  101. // pnlDetail
  102. //
  103. this.pnlDetail.Controls.Add(this.button1);
  104. this.pnlDetail.Controls.Add(this.txtTextBox1);
  105. this.pnlDetail.Dock = System.Windows.Forms.DockStyle.Bottom;
  106. this.pnlDetail.Location = new System.Drawing.Point(0, 131);
  107. this.pnlDetail.Name = "pnlDetail";
  108. this.pnlDetail.Size = new System.Drawing.Size(533, 119);
  109. this.pnlDetail.TabIndex = 9;
  110. //
  111. // button1
  112. //
  113. this.button1.Location = new System.Drawing.Point(12, 6);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(28, 23);
  116. this.button1.TabIndex = 7;
  117. this.button1.Text = "button1";
  118. this.button1.UseVisualStyleBackColor = true;
  119. //
  120. // txtTextBox1
  121. //
  122. this.txtTextBox1.Location = new System.Drawing.Point(47, 5);
  123. this.txtTextBox1.Multiline = true;
  124. this.txtTextBox1.Name = "txtTextBox1";
  125. this.txtTextBox1.ReadOnly = true;
  126. this.txtTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  127. this.txtTextBox1.Size = new System.Drawing.Size(474, 106);
  128. this.txtTextBox1.TabIndex = 6;
  129. //
  130. // btnCancel
  131. //
  132. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  133. this.btnCancel.Location = new System.Drawing.Point(436, 6);
  134. this.btnCancel.Name = "btnCancel";
  135. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  136. this.btnCancel.TabIndex = 0;
  137. this.btnCancel.Text = "取消(&X)";
  138. this.btnCancel.UseVisualStyleBackColor = true;
  139. //
  140. // btnOK
  141. //
  142. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  143. this.btnOK.Location = new System.Drawing.Point(12, 6);
  144. this.btnOK.Name = "btnOK";
  145. this.btnOK.Size = new System.Drawing.Size(85, 30);
  146. this.btnOK.TabIndex = 0;
  147. this.btnOK.Text = "确定(&O)";
  148. this.btnOK.UseVisualStyleBackColor = true;
  149. //
  150. // btnYes
  151. //
  152. this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
  153. this.btnYes.Location = new System.Drawing.Point(58, 6);
  154. this.btnYes.Name = "btnYes";
  155. this.btnYes.Size = new System.Drawing.Size(85, 30);
  156. this.btnYes.TabIndex = 0;
  157. this.btnYes.Text = "是(&Y)";
  158. this.btnYes.UseVisualStyleBackColor = true;
  159. //
  160. // btnNo
  161. //
  162. this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No;
  163. this.btnNo.Location = new System.Drawing.Point(88, 6);
  164. this.btnNo.Name = "btnNo";
  165. this.btnNo.Size = new System.Drawing.Size(85, 30);
  166. this.btnNo.TabIndex = 0;
  167. this.btnNo.Text = "否(&N)";
  168. this.btnNo.UseVisualStyleBackColor = true;
  169. //
  170. // btnAbort
  171. //
  172. this.btnAbort.DialogResult = System.Windows.Forms.DialogResult.Abort;
  173. this.btnAbort.Location = new System.Drawing.Point(163, 6);
  174. this.btnAbort.Name = "btnAbort";
  175. this.btnAbort.Size = new System.Drawing.Size(85, 30);
  176. this.btnAbort.TabIndex = 0;
  177. this.btnAbort.Text = "中止(&A)";
  178. this.btnAbort.UseVisualStyleBackColor = true;
  179. //
  180. // btnRetry
  181. //
  182. this.btnRetry.DialogResult = System.Windows.Forms.DialogResult.Retry;
  183. this.btnRetry.Location = new System.Drawing.Point(254, 6);
  184. this.btnRetry.Name = "btnRetry";
  185. this.btnRetry.Size = new System.Drawing.Size(85, 30);
  186. this.btnRetry.TabIndex = 0;
  187. this.btnRetry.Text = "重试(&R)";
  188. this.btnRetry.UseVisualStyleBackColor = true;
  189. //
  190. // btnIgnore
  191. //
  192. this.btnIgnore.DialogResult = System.Windows.Forms.DialogResult.Ignore;
  193. this.btnIgnore.Location = new System.Drawing.Point(345, 6);
  194. this.btnIgnore.Name = "btnIgnore";
  195. this.btnIgnore.Size = new System.Drawing.Size(85, 30);
  196. this.btnIgnore.TabIndex = 0;
  197. this.btnIgnore.Text = "忽略(&I)";
  198. this.btnIgnore.UseVisualStyleBackColor = true;
  199. //
  200. // MessageDetailedBox
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(533, 319);
  205. this.Name = "MessageDetailedBox";
  206. this.Text = "系统消息";
  207. this.pnlBack.ResumeLayout(false);
  208. this.pnlMessage.ResumeLayout(false);
  209. ((System.ComponentModel.ISupportInitialize)(this.picIco)).EndInit();
  210. this.pnlButton.ResumeLayout(false);
  211. this.pnlDetail.ResumeLayout(false);
  212. this.pnlDetail.PerformLayout();
  213. this.ResumeLayout(false);
  214. this.PerformLayout();
  215. }
  216. #endregion
  217. private PnlPanel pnlMessage;
  218. private System.Windows.Forms.PictureBox picIco;
  219. private LblLabel lblMessage;
  220. private PnlPanel pnlButton;
  221. private PnlPanel pnlDetail;
  222. private System.Windows.Forms.Button button1;
  223. private TxtTextBox txtTextBox1;
  224. private BtnButton btnOK;
  225. private BtnButton btnCancel;
  226. private BtnButton btnYes;
  227. private BtnButton btnNo;
  228. private BtnButton btnAbort;
  229. private BtnButton btnRetry;
  230. private BtnButton btnIgnore;
  231. }
  232. }