UControl_Init.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
  32. this.tBFIBTemp = new System.Windows.Forms.TextBox();
  33. this.lblCutHoleCount = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.tBSampleName = new System.Windows.Forms.TextBox();
  37. this.cBIsPT = new System.Windows.Forms.CheckBox();
  38. this.btnSave = new System.Windows.Forms.Button();
  39. this.cBIsManul = new System.Windows.Forms.CheckBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.pbTemplateFile = new System.Windows.Forms.PictureBox();
  43. this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
  44. this.panel1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // btnClose
  50. //
  51. this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
  52. this.btnClose.Location = new System.Drawing.Point(357, 0);
  53. this.btnClose.Name = "btnClose";
  54. this.btnClose.Size = new System.Drawing.Size(30, 30);
  55. this.btnClose.TabIndex = 3;
  56. this.btnClose.Text = "X";
  57. this.btnClose.UseVisualStyleBackColor = true;
  58. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  64. this.label1.ForeColor = System.Drawing.Color.Black;
  65. this.label1.Location = new System.Drawing.Point(13, 8);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(77, 14);
  68. this.label1.TabIndex = 0;
  69. this.label1.Text = "初始化设置";
  70. //
  71. // panel1
  72. //
  73. this.panel1.BackColor = System.Drawing.Color.White;
  74. this.panel1.Controls.Add(this.btnClose);
  75. this.panel1.Controls.Add(this.label1);
  76. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.panel1.Location = new System.Drawing.Point(0, 0);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(387, 30);
  80. this.panel1.TabIndex = 3;
  81. //
  82. // tbCutHoleFilePath
  83. //
  84. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  85. this.tbCutHoleFilePath.Location = new System.Drawing.Point(78, 45);
  86. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  87. this.tbCutHoleFilePath.ReadOnly = true;
  88. this.tbCutHoleFilePath.Size = new System.Drawing.Size(215, 23);
  89. this.tbCutHoleFilePath.TabIndex = 5;
  90. //
  91. // tBFIBTemp
  92. //
  93. this.tBFIBTemp.Font = new System.Drawing.Font("宋体", 10F);
  94. this.tBFIBTemp.Location = new System.Drawing.Point(78, 92);
  95. this.tBFIBTemp.Name = "tBFIBTemp";
  96. this.tBFIBTemp.ReadOnly = true;
  97. this.tBFIBTemp.Size = new System.Drawing.Size(214, 23);
  98. this.tBFIBTemp.TabIndex = 7;
  99. //
  100. // lblCutHoleCount
  101. //
  102. this.lblCutHoleCount.AutoSize = true;
  103. this.lblCutHoleCount.Font = new System.Drawing.Font("宋体", 10F);
  104. this.lblCutHoleCount.ForeColor = System.Drawing.Color.LightGray;
  105. this.lblCutHoleCount.Location = new System.Drawing.Point(77, 73);
  106. this.lblCutHoleCount.Name = "lblCutHoleCount";
  107. this.lblCutHoleCount.Size = new System.Drawing.Size(112, 14);
  108. this.lblCutHoleCount.TabIndex = 8;
  109. this.lblCutHoleCount.Text = "成功导入0个切孔";
  110. //
  111. // label3
  112. //
  113. this.label3.AutoSize = true;
  114. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  115. this.label3.ForeColor = System.Drawing.Color.LightGray;
  116. this.label3.Location = new System.Drawing.Point(77, 120);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(105, 14);
  119. this.label3.TabIndex = 9;
  120. this.label3.Text = "当前模板:XXXXX";
  121. //
  122. // label4
  123. //
  124. this.label4.AutoSize = true;
  125. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  126. this.label4.ForeColor = System.Drawing.Color.LightGray;
  127. this.label4.Location = new System.Drawing.Point(24, 143);
  128. this.label4.Name = "label4";
  129. this.label4.Size = new System.Drawing.Size(49, 14);
  130. this.label4.TabIndex = 10;
  131. this.label4.Text = "样品名";
  132. //
  133. // tBSampleName
  134. //
  135. this.tBSampleName.Font = new System.Drawing.Font("宋体", 10F);
  136. this.tBSampleName.Location = new System.Drawing.Point(80, 139);
  137. this.tBSampleName.Name = "tBSampleName";
  138. this.tBSampleName.Size = new System.Drawing.Size(213, 23);
  139. this.tBSampleName.TabIndex = 11;
  140. //
  141. // cBIsPT
  142. //
  143. this.cBIsPT.AutoSize = true;
  144. this.cBIsPT.Font = new System.Drawing.Font("宋体", 10F);
  145. this.cBIsPT.ForeColor = System.Drawing.Color.LightGray;
  146. this.cBIsPT.Location = new System.Drawing.Point(80, 167);
  147. this.cBIsPT.Name = "cBIsPT";
  148. this.cBIsPT.Size = new System.Drawing.Size(96, 18);
  149. this.cBIsPT.TabIndex = 12;
  150. this.cBIsPT.Text = "是否使用PT";
  151. this.cBIsPT.UseVisualStyleBackColor = true;
  152. //
  153. // btnSave
  154. //
  155. this.btnSave.Location = new System.Drawing.Point(297, 187);
  156. this.btnSave.Name = "btnSave";
  157. this.btnSave.Size = new System.Drawing.Size(75, 23);
  158. this.btnSave.TabIndex = 14;
  159. this.btnSave.Text = "保存";
  160. this.btnSave.UseVisualStyleBackColor = true;
  161. this.btnSave.Click += new System.EventHandler(this.button1_Click);
  162. //
  163. // cBIsManul
  164. //
  165. this.cBIsManul.AutoSize = true;
  166. this.cBIsManul.Font = new System.Drawing.Font("宋体", 10F);
  167. this.cBIsManul.ForeColor = System.Drawing.Color.LightGray;
  168. this.cBIsManul.Location = new System.Drawing.Point(181, 167);
  169. this.cBIsManul.Margin = new System.Windows.Forms.Padding(2);
  170. this.cBIsManul.Name = "cBIsManul";
  171. this.cBIsManul.Size = new System.Drawing.Size(82, 18);
  172. this.cBIsManul.TabIndex = 15;
  173. this.cBIsManul.Text = "手动对焦";
  174. this.cBIsManul.UseVisualStyleBackColor = true;
  175. //
  176. // label5
  177. //
  178. this.label5.AutoSize = true;
  179. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  180. this.label5.ForeColor = System.Drawing.Color.LightGray;
  181. this.label5.Location = new System.Drawing.Point(17, 96);
  182. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  183. this.label5.Name = "label5";
  184. this.label5.Size = new System.Drawing.Size(56, 14);
  185. this.label5.TabIndex = 16;
  186. this.label5.Text = "FIB模板";
  187. //
  188. // label6
  189. //
  190. this.label6.AutoSize = true;
  191. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  192. this.label6.ForeColor = System.Drawing.Color.LightGray;
  193. this.label6.Location = new System.Drawing.Point(10, 49);
  194. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  195. this.label6.Name = "label6";
  196. this.label6.Size = new System.Drawing.Size(63, 14);
  197. this.label6.TabIndex = 17;
  198. this.label6.Text = "导入切孔";
  199. //
  200. // pbTemplateFile
  201. //
  202. this.pbTemplateFile.BackColor = System.Drawing.Color.LightGray;
  203. this.pbTemplateFile.Location = new System.Drawing.Point(297, 92);
  204. this.pbTemplateFile.Name = "pbTemplateFile";
  205. this.pbTemplateFile.Size = new System.Drawing.Size(77, 23);
  206. this.pbTemplateFile.TabIndex = 6;
  207. this.pbTemplateFile.TabStop = false;
  208. this.pbTemplateFile.Click += new System.EventHandler(this.pbTemplateFile_Click);
  209. //
  210. // pbCutHoleFile
  211. //
  212. this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
  213. this.pbCutHoleFile.Location = new System.Drawing.Point(298, 45);
  214. this.pbCutHoleFile.Name = "pbCutHoleFile";
  215. this.pbCutHoleFile.Size = new System.Drawing.Size(77, 23);
  216. this.pbCutHoleFile.TabIndex = 4;
  217. this.pbCutHoleFile.TabStop = false;
  218. this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
  219. //
  220. // UControl_Init
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.BackColor = System.Drawing.Color.Black;
  225. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  226. this.Controls.Add(this.label6);
  227. this.Controls.Add(this.label5);
  228. this.Controls.Add(this.cBIsManul);
  229. this.Controls.Add(this.btnSave);
  230. this.Controls.Add(this.cBIsPT);
  231. this.Controls.Add(this.tBSampleName);
  232. this.Controls.Add(this.label4);
  233. this.Controls.Add(this.label3);
  234. this.Controls.Add(this.lblCutHoleCount);
  235. this.Controls.Add(this.tBFIBTemp);
  236. this.Controls.Add(this.pbTemplateFile);
  237. this.Controls.Add(this.tbCutHoleFilePath);
  238. this.Controls.Add(this.pbCutHoleFile);
  239. this.Controls.Add(this.panel1);
  240. this.Name = "UControl_Init";
  241. this.Size = new System.Drawing.Size(387, 222);
  242. this.panel1.ResumeLayout(false);
  243. this.panel1.PerformLayout();
  244. ((System.ComponentModel.ISupportInitialize)(this.pbTemplateFile)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
  246. this.ResumeLayout(false);
  247. this.PerformLayout();
  248. }
  249. #endregion
  250. private System.Windows.Forms.Button btnClose;
  251. private System.Windows.Forms.Label label1;
  252. private System.Windows.Forms.Panel panel1;
  253. private System.Windows.Forms.PictureBox pbCutHoleFile;
  254. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  255. private System.Windows.Forms.TextBox tBFIBTemp;
  256. private System.Windows.Forms.PictureBox pbTemplateFile;
  257. private System.Windows.Forms.Label lblCutHoleCount;
  258. private System.Windows.Forms.Label label3;
  259. private System.Windows.Forms.Label label4;
  260. private System.Windows.Forms.TextBox tBSampleName;
  261. private System.Windows.Forms.CheckBox cBIsPT;
  262. private System.Windows.Forms.Button btnSave;
  263. private System.Windows.Forms.CheckBox cBIsManul;
  264. private System.Windows.Forms.Label label5;
  265. private System.Windows.Forms.Label label6;
  266. }
  267. }