UControl_Init.Designer.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace HOZProject
  2. {
  3. partial class UControl_Init
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnClose = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.checkBox1 = new System.Windows.Forms.CheckBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // btnClose
  47. //
  48. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  49. this.btnClose.Location = new System.Drawing.Point(357, 0);
  50. this.btnClose.Name = "btnClose";
  51. this.btnClose.Size = new System.Drawing.Size(30, 30);
  52. this.btnClose.TabIndex = 3;
  53. this.btnClose.Text = "X";
  54. this.btnClose.UseVisualStyleBackColor = true;
  55. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  61. this.label1.ForeColor = System.Drawing.Color.Black;
  62. this.label1.Location = new System.Drawing.Point(13, 8);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(77, 14);
  65. this.label1.TabIndex = 0;
  66. this.label1.Text = "初始化设置";
  67. //
  68. // panel1
  69. //
  70. this.panel1.BackColor = System.Drawing.Color.White;
  71. this.panel1.Controls.Add(this.btnClose);
  72. this.panel1.Controls.Add(this.label1);
  73. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.panel1.Location = new System.Drawing.Point(0, 0);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(387, 30);
  77. this.panel1.TabIndex = 3;
  78. //
  79. // textBox1
  80. //
  81. this.textBox1.Font = new System.Drawing.Font("宋体", 20F);
  82. this.textBox1.Location = new System.Drawing.Point(16, 51);
  83. this.textBox1.Name = "textBox1";
  84. this.textBox1.Size = new System.Drawing.Size(276, 38);
  85. this.textBox1.TabIndex = 5;
  86. //
  87. // textBox2
  88. //
  89. this.textBox2.Font = new System.Drawing.Font("宋体", 20F);
  90. this.textBox2.Location = new System.Drawing.Point(15, 146);
  91. this.textBox2.Name = "textBox2";
  92. this.textBox2.Size = new System.Drawing.Size(276, 38);
  93. this.textBox2.TabIndex = 7;
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Font = new System.Drawing.Font("宋体", 20F);
  99. this.label2.ForeColor = System.Drawing.Color.LightGray;
  100. this.label2.Location = new System.Drawing.Point(26, 104);
  101. this.label2.Name = "label2";
  102. this.label2.Size = new System.Drawing.Size(242, 27);
  103. this.label2.TabIndex = 8;
  104. this.label2.Text = "成功导入0个切入点";
  105. //
  106. // label3
  107. //
  108. this.label3.AutoSize = true;
  109. this.label3.Font = new System.Drawing.Font("宋体", 20F);
  110. this.label3.ForeColor = System.Drawing.Color.LightGray;
  111. this.label3.Location = new System.Drawing.Point(26, 199);
  112. this.label3.Name = "label3";
  113. this.label3.Size = new System.Drawing.Size(204, 27);
  114. this.label3.TabIndex = 9;
  115. this.label3.Text = "当前模板:XXXXX";
  116. //
  117. // pictureBox2
  118. //
  119. this.pictureBox2.BackColor = System.Drawing.Color.LightGray;
  120. this.pictureBox2.Location = new System.Drawing.Point(297, 146);
  121. this.pictureBox2.Name = "pictureBox2";
  122. this.pictureBox2.Size = new System.Drawing.Size(77, 39);
  123. this.pictureBox2.TabIndex = 6;
  124. this.pictureBox2.TabStop = false;
  125. //
  126. // pictureBox1
  127. //
  128. this.pictureBox1.BackColor = System.Drawing.Color.LightGray;
  129. this.pictureBox1.Location = new System.Drawing.Point(298, 51);
  130. this.pictureBox1.Name = "pictureBox1";
  131. this.pictureBox1.Size = new System.Drawing.Size(77, 39);
  132. this.pictureBox1.TabIndex = 4;
  133. this.pictureBox1.TabStop = false;
  134. //
  135. // label4
  136. //
  137. this.label4.AutoSize = true;
  138. this.label4.Font = new System.Drawing.Font("宋体", 20F);
  139. this.label4.ForeColor = System.Drawing.Color.LightGray;
  140. this.label4.Location = new System.Drawing.Point(11, 247);
  141. this.label4.Name = "label4";
  142. this.label4.Size = new System.Drawing.Size(93, 27);
  143. this.label4.TabIndex = 10;
  144. this.label4.Text = "样品名";
  145. //
  146. // textBox3
  147. //
  148. this.textBox3.Font = new System.Drawing.Font("宋体", 20F);
  149. this.textBox3.Location = new System.Drawing.Point(99, 241);
  150. this.textBox3.Name = "textBox3";
  151. this.textBox3.Size = new System.Drawing.Size(276, 38);
  152. this.textBox3.TabIndex = 11;
  153. //
  154. // checkBox1
  155. //
  156. this.checkBox1.AutoSize = true;
  157. this.checkBox1.Font = new System.Drawing.Font("宋体", 9F);
  158. this.checkBox1.Location = new System.Drawing.Point(16, 299);
  159. this.checkBox1.Name = "checkBox1";
  160. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  161. this.checkBox1.TabIndex = 12;
  162. this.checkBox1.UseVisualStyleBackColor = true;
  163. //
  164. // label5
  165. //
  166. this.label5.AutoSize = true;
  167. this.label5.Font = new System.Drawing.Font("宋体", 20F);
  168. this.label5.ForeColor = System.Drawing.Color.LightGray;
  169. this.label5.Location = new System.Drawing.Point(37, 293);
  170. this.label5.Name = "label5";
  171. this.label5.Size = new System.Drawing.Size(148, 27);
  172. this.label5.TabIndex = 13;
  173. this.label5.Text = "是否使用PT";
  174. //
  175. // UControl_Init
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.BackColor = System.Drawing.Color.Black;
  180. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  181. this.Controls.Add(this.label5);
  182. this.Controls.Add(this.checkBox1);
  183. this.Controls.Add(this.textBox3);
  184. this.Controls.Add(this.label4);
  185. this.Controls.Add(this.label3);
  186. this.Controls.Add(this.label2);
  187. this.Controls.Add(this.textBox2);
  188. this.Controls.Add(this.pictureBox2);
  189. this.Controls.Add(this.textBox1);
  190. this.Controls.Add(this.pictureBox1);
  191. this.Controls.Add(this.panel1);
  192. this.Name = "UControl_Init";
  193. this.Size = new System.Drawing.Size(387, 329);
  194. this.panel1.ResumeLayout(false);
  195. this.panel1.PerformLayout();
  196. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  198. this.ResumeLayout(false);
  199. this.PerformLayout();
  200. }
  201. #endregion
  202. private System.Windows.Forms.Button btnClose;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.Panel panel1;
  205. private System.Windows.Forms.PictureBox pictureBox1;
  206. private System.Windows.Forms.TextBox textBox1;
  207. private System.Windows.Forms.TextBox textBox2;
  208. private System.Windows.Forms.PictureBox pictureBox2;
  209. private System.Windows.Forms.Label label2;
  210. private System.Windows.Forms.Label label3;
  211. private System.Windows.Forms.Label label4;
  212. private System.Windows.Forms.TextBox textBox3;
  213. private System.Windows.Forms.CheckBox checkBox1;
  214. private System.Windows.Forms.Label label5;
  215. }
  216. }