UControl_Init.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UControl_Init));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.pbClose = new System.Windows.Forms.PictureBox();
  32. this.tbCutHoleFilePath = new System.Windows.Forms.TextBox();
  33. this.txtWPTF = new System.Windows.Forms.TextBox();
  34. this.lblCutHoleCount = new System.Windows.Forms.Label();
  35. this.chkManul = new System.Windows.Forms.CheckBox();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.cbbWPZD = new System.Windows.Forms.ComboBox();
  38. this.cbbWPZF = new System.Windows.Forms.ComboBox();
  39. this.cbbWQGD = new System.Windows.Forms.ComboBox();
  40. this.cbbWQGF = new System.Windows.Forms.ComboBox();
  41. this.cbbWLZ = new System.Windows.Forms.ComboBox();
  42. this.cbbWXZ = new System.Windows.Forms.ComboBox();
  43. this.cbbWCS = new System.Windows.Forms.ComboBox();
  44. this.cbbWYP = new System.Windows.Forms.ComboBox();
  45. this.label58 = new System.Windows.Forms.Label();
  46. this.label50 = new System.Windows.Forms.Label();
  47. this.label54 = new System.Windows.Forms.Label();
  48. this.label46 = new System.Windows.Forms.Label();
  49. this.label42 = new System.Windows.Forms.Label();
  50. this.label38 = new System.Windows.Forms.Label();
  51. this.chkWIsP = new System.Windows.Forms.CheckBox();
  52. this.label48 = new System.Windows.Forms.Label();
  53. this.label56 = new System.Windows.Forms.Label();
  54. this.label59 = new System.Windows.Forms.Label();
  55. this.label61 = new System.Windows.Forms.Label();
  56. this.chkWPT = new System.Windows.Forms.CheckBox();
  57. this.btnCreateConfig = new System.Windows.Forms.Button();
  58. this.txtWFIBF = new System.Windows.Forms.TextBox();
  59. this.pbDelWLZ = new System.Windows.Forms.PictureBox();
  60. this.pbDelWQGD = new System.Windows.Forms.PictureBox();
  61. this.pbWQGFDel = new System.Windows.Forms.PictureBox();
  62. this.pbDelWPZD = new System.Windows.Forms.PictureBox();
  63. this.pbDelWPZF = new System.Windows.Forms.PictureBox();
  64. this.pbDelWYP = new System.Windows.Forms.PictureBox();
  65. this.pbDelWCS = new System.Windows.Forms.PictureBox();
  66. this.pbCutHoleAuto = new System.Windows.Forms.PictureBox();
  67. this.pbFIBTemplateFile = new System.Windows.Forms.PictureBox();
  68. this.pbPTTemplateFile = new System.Windows.Forms.PictureBox();
  69. this.pbCutHoleFile = new System.Windows.Forms.PictureBox();
  70. this.btnSaveDefalutPara = new System.Windows.Forms.Button();
  71. this.panel1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  90. this.label1.ForeColor = System.Drawing.Color.LightGray;
  91. this.label1.Location = new System.Drawing.Point(15, 9);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(77, 14);
  94. this.label1.TabIndex = 0;
  95. this.label1.Text = "初始化设置";
  96. //
  97. // panel1
  98. //
  99. this.panel1.BackColor = System.Drawing.Color.Black;
  100. this.panel1.Controls.Add(this.pbClose);
  101. this.panel1.Controls.Add(this.label1);
  102. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.panel1.Location = new System.Drawing.Point(0, 0);
  104. this.panel1.Name = "panel1";
  105. this.panel1.Size = new System.Drawing.Size(576, 33);
  106. this.panel1.TabIndex = 3;
  107. //
  108. // pbClose
  109. //
  110. this.pbClose.BackColor = System.Drawing.Color.Black;
  111. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  112. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  113. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  114. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  115. this.pbClose.Location = new System.Drawing.Point(544, 0);
  116. this.pbClose.Name = "pbClose";
  117. this.pbClose.Size = new System.Drawing.Size(32, 33);
  118. this.pbClose.TabIndex = 106;
  119. this.pbClose.TabStop = false;
  120. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  121. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  122. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  123. //
  124. // tbCutHoleFilePath
  125. //
  126. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  127. this.tbCutHoleFilePath.Location = new System.Drawing.Point(104, 49);
  128. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  129. this.tbCutHoleFilePath.ReadOnly = true;
  130. this.tbCutHoleFilePath.Size = new System.Drawing.Size(347, 23);
  131. this.tbCutHoleFilePath.TabIndex = 5;
  132. //
  133. // txtWPTF
  134. //
  135. this.txtWPTF.Font = new System.Drawing.Font("宋体", 10F);
  136. this.txtWPTF.Location = new System.Drawing.Point(104, 100);
  137. this.txtWPTF.Name = "txtWPTF";
  138. this.txtWPTF.ReadOnly = true;
  139. this.txtWPTF.Size = new System.Drawing.Size(346, 23);
  140. this.txtWPTF.TabIndex = 7;
  141. //
  142. // lblCutHoleCount
  143. //
  144. this.lblCutHoleCount.AutoSize = true;
  145. this.lblCutHoleCount.Font = new System.Drawing.Font("宋体", 10F);
  146. this.lblCutHoleCount.ForeColor = System.Drawing.Color.LightGray;
  147. this.lblCutHoleCount.Location = new System.Drawing.Point(103, 79);
  148. this.lblCutHoleCount.Name = "lblCutHoleCount";
  149. this.lblCutHoleCount.Size = new System.Drawing.Size(112, 14);
  150. this.lblCutHoleCount.TabIndex = 8;
  151. this.lblCutHoleCount.Text = "成功导入0个切孔";
  152. //
  153. // chkManul
  154. //
  155. this.chkManul.AutoSize = true;
  156. this.chkManul.Font = new System.Drawing.Font("宋体", 10F);
  157. this.chkManul.ForeColor = System.Drawing.Color.LightGray;
  158. this.chkManul.Location = new System.Drawing.Point(322, 182);
  159. this.chkManul.Margin = new System.Windows.Forms.Padding(2);
  160. this.chkManul.Name = "chkManul";
  161. this.chkManul.Size = new System.Drawing.Size(82, 18);
  162. this.chkManul.TabIndex = 15;
  163. this.chkManul.Text = "手动对焦";
  164. this.chkManul.UseVisualStyleBackColor = true;
  165. this.chkManul.Visible = false;
  166. //
  167. // label6
  168. //
  169. this.label6.AutoSize = true;
  170. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  171. this.label6.ForeColor = System.Drawing.Color.LightGray;
  172. this.label6.Location = new System.Drawing.Point(41, 53);
  173. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  174. this.label6.Name = "label6";
  175. this.label6.Size = new System.Drawing.Size(63, 14);
  176. this.label6.TabIndex = 17;
  177. this.label6.Text = "导入切孔";
  178. //
  179. // cbbWPZD
  180. //
  181. this.cbbWPZD.Font = new System.Drawing.Font("宋体", 10F);
  182. this.cbbWPZD.ForeColor = System.Drawing.SystemColors.WindowText;
  183. this.cbbWPZD.FormattingEnabled = true;
  184. this.cbbWPZD.Items.AddRange(new object[] {
  185. "1000",
  186. "1500",
  187. "2000",
  188. "2500",
  189. "3000"});
  190. this.cbbWPZD.Location = new System.Drawing.Point(106, 258);
  191. this.cbbWPZD.Margin = new System.Windows.Forms.Padding(2);
  192. this.cbbWPZD.Name = "cbbWPZD";
  193. this.cbbWPZD.Size = new System.Drawing.Size(132, 21);
  194. this.cbbWPZD.TabIndex = 99;
  195. //
  196. // cbbWPZF
  197. //
  198. this.cbbWPZF.Font = new System.Drawing.Font("宋体", 10F);
  199. this.cbbWPZF.ForeColor = System.Drawing.SystemColors.WindowText;
  200. this.cbbWPZF.FormattingEnabled = true;
  201. this.cbbWPZF.Items.AddRange(new object[] {
  202. "600",
  203. "1000",
  204. "2000",
  205. "10000"});
  206. this.cbbWPZF.Location = new System.Drawing.Point(408, 258);
  207. this.cbbWPZF.Margin = new System.Windows.Forms.Padding(2);
  208. this.cbbWPZF.Name = "cbbWPZF";
  209. this.cbbWPZF.Size = new System.Drawing.Size(132, 21);
  210. this.cbbWPZF.TabIndex = 98;
  211. //
  212. // cbbWQGD
  213. //
  214. this.cbbWQGD.Font = new System.Drawing.Font("宋体", 10F);
  215. this.cbbWQGD.ForeColor = System.Drawing.SystemColors.WindowText;
  216. this.cbbWQGD.FormattingEnabled = true;
  217. this.cbbWQGD.Items.AddRange(new object[] {
  218. "1000",
  219. "1500",
  220. "2000",
  221. "2500",
  222. "3000"});
  223. this.cbbWQGD.Location = new System.Drawing.Point(106, 301);
  224. this.cbbWQGD.Margin = new System.Windows.Forms.Padding(2);
  225. this.cbbWQGD.Name = "cbbWQGD";
  226. this.cbbWQGD.Size = new System.Drawing.Size(132, 21);
  227. this.cbbWQGD.TabIndex = 97;
  228. //
  229. // cbbWQGF
  230. //
  231. this.cbbWQGF.Font = new System.Drawing.Font("宋体", 10F);
  232. this.cbbWQGF.ForeColor = System.Drawing.SystemColors.WindowText;
  233. this.cbbWQGF.FormattingEnabled = true;
  234. this.cbbWQGF.Items.AddRange(new object[] {
  235. "600",
  236. "1000",
  237. "2000",
  238. "10000"});
  239. this.cbbWQGF.Location = new System.Drawing.Point(408, 301);
  240. this.cbbWQGF.Margin = new System.Windows.Forms.Padding(2);
  241. this.cbbWQGF.Name = "cbbWQGF";
  242. this.cbbWQGF.Size = new System.Drawing.Size(132, 21);
  243. this.cbbWQGF.TabIndex = 96;
  244. //
  245. // cbbWLZ
  246. //
  247. this.cbbWLZ.Font = new System.Drawing.Font("宋体", 10F);
  248. this.cbbWLZ.ForeColor = System.Drawing.SystemColors.WindowText;
  249. this.cbbWLZ.FormattingEnabled = true;
  250. this.cbbWLZ.Items.AddRange(new object[] {
  251. "600",
  252. "1000",
  253. "2000",
  254. "10000"});
  255. this.cbbWLZ.Location = new System.Drawing.Point(408, 344);
  256. this.cbbWLZ.Margin = new System.Windows.Forms.Padding(2);
  257. this.cbbWLZ.Name = "cbbWLZ";
  258. this.cbbWLZ.Size = new System.Drawing.Size(132, 21);
  259. this.cbbWLZ.TabIndex = 95;
  260. //
  261. // cbbWXZ
  262. //
  263. this.cbbWXZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  264. this.cbbWXZ.Font = new System.Drawing.Font("宋体", 10F);
  265. this.cbbWXZ.ForeColor = System.Drawing.SystemColors.WindowText;
  266. this.cbbWXZ.FormattingEnabled = true;
  267. this.cbbWXZ.Items.AddRange(new object[] {
  268. "截面观测",
  269. "表面观测"});
  270. this.cbbWXZ.Location = new System.Drawing.Point(106, 344);
  271. this.cbbWXZ.Margin = new System.Windows.Forms.Padding(2);
  272. this.cbbWXZ.Name = "cbbWXZ";
  273. this.cbbWXZ.Size = new System.Drawing.Size(132, 21);
  274. this.cbbWXZ.TabIndex = 94;
  275. //
  276. // cbbWCS
  277. //
  278. this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
  279. this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
  280. this.cbbWCS.FormattingEnabled = true;
  281. this.cbbWCS.Location = new System.Drawing.Point(407, 215);
  282. this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
  283. this.cbbWCS.Name = "cbbWCS";
  284. this.cbbWCS.Size = new System.Drawing.Size(132, 21);
  285. this.cbbWCS.TabIndex = 93;
  286. //
  287. // cbbWYP
  288. //
  289. this.cbbWYP.Font = new System.Drawing.Font("宋体", 10F);
  290. this.cbbWYP.ForeColor = System.Drawing.SystemColors.WindowText;
  291. this.cbbWYP.FormattingEnabled = true;
  292. this.cbbWYP.Location = new System.Drawing.Point(106, 215);
  293. this.cbbWYP.Margin = new System.Windows.Forms.Padding(2);
  294. this.cbbWYP.Name = "cbbWYP";
  295. this.cbbWYP.Size = new System.Drawing.Size(132, 21);
  296. this.cbbWYP.TabIndex = 92;
  297. //
  298. // label58
  299. //
  300. this.label58.AutoSize = true;
  301. this.label58.Font = new System.Drawing.Font("宋体", 10F);
  302. this.label58.ForeColor = System.Drawing.Color.LightGray;
  303. this.label58.Location = new System.Drawing.Point(39, 347);
  304. this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  305. this.label58.Name = "label58";
  306. this.label58.Size = new System.Drawing.Size(63, 14);
  307. this.label58.TabIndex = 91;
  308. this.label58.Text = "校正角度";
  309. //
  310. // label50
  311. //
  312. this.label50.AutoSize = true;
  313. this.label50.Font = new System.Drawing.Font("宋体", 10F);
  314. this.label50.ForeColor = System.Drawing.Color.LightGray;
  315. this.label50.Location = new System.Drawing.Point(42, 261);
  316. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  317. this.label50.Name = "label50";
  318. this.label50.Size = new System.Drawing.Size(63, 14);
  319. this.label50.TabIndex = 90;
  320. this.label50.Text = "拍照电压";
  321. //
  322. // label54
  323. //
  324. this.label54.AutoSize = true;
  325. this.label54.Font = new System.Drawing.Font("宋体", 10F);
  326. this.label54.ForeColor = System.Drawing.Color.LightGray;
  327. this.label54.Location = new System.Drawing.Point(313, 261);
  328. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  329. this.label54.Name = "label54";
  330. this.label54.Size = new System.Drawing.Size(91, 14);
  331. this.label54.TabIndex = 89;
  332. this.label54.Text = "拍照放大倍数";
  333. //
  334. // label46
  335. //
  336. this.label46.AutoSize = true;
  337. this.label46.Font = new System.Drawing.Font("宋体", 10F);
  338. this.label46.ForeColor = System.Drawing.Color.LightGray;
  339. this.label46.Location = new System.Drawing.Point(11, 304);
  340. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  341. this.label46.Name = "label46";
  342. this.label46.Size = new System.Drawing.Size(91, 14);
  343. this.label46.TabIndex = 88;
  344. this.label46.Text = "定位切割电压";
  345. //
  346. // label42
  347. //
  348. this.label42.AutoSize = true;
  349. this.label42.Font = new System.Drawing.Font("宋体", 10F);
  350. this.label42.ForeColor = System.Drawing.Color.LightGray;
  351. this.label42.Location = new System.Drawing.Point(285, 304);
  352. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  353. this.label42.Name = "label42";
  354. this.label42.Size = new System.Drawing.Size(119, 14);
  355. this.label42.TabIndex = 87;
  356. this.label42.Text = "定位切割放大倍数";
  357. //
  358. // label38
  359. //
  360. this.label38.AutoSize = true;
  361. this.label38.Font = new System.Drawing.Font("宋体", 10F);
  362. this.label38.ForeColor = System.Drawing.Color.LightGray;
  363. this.label38.Location = new System.Drawing.Point(285, 347);
  364. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  365. this.label38.Name = "label38";
  366. this.label38.Size = new System.Drawing.Size(119, 14);
  367. this.label38.TabIndex = 86;
  368. this.label38.Text = "拉直操作放大倍数";
  369. //
  370. // chkWIsP
  371. //
  372. this.chkWIsP.AutoSize = true;
  373. this.chkWIsP.Font = new System.Drawing.Font("宋体", 10F);
  374. this.chkWIsP.ForeColor = System.Drawing.Color.LightGray;
  375. this.chkWIsP.Location = new System.Drawing.Point(104, 182);
  376. this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
  377. this.chkWIsP.Name = "chkWIsP";
  378. this.chkWIsP.Size = new System.Drawing.Size(96, 18);
  379. this.chkWIsP.TabIndex = 85;
  380. this.chkWIsP.Text = "是否仅拍照";
  381. this.chkWIsP.UseVisualStyleBackColor = true;
  382. this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);
  383. //
  384. // label48
  385. //
  386. this.label48.AutoSize = true;
  387. this.label48.Font = new System.Drawing.Font("宋体", 10F);
  388. this.label48.ForeColor = System.Drawing.Color.LightGray;
  389. this.label48.Location = new System.Drawing.Point(41, 218);
  390. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  391. this.label48.Name = "label48";
  392. this.label48.Size = new System.Drawing.Size(63, 14);
  393. this.label48.TabIndex = 81;
  394. this.label48.Text = "样品类型";
  395. //
  396. // label56
  397. //
  398. this.label56.AutoSize = true;
  399. this.label56.Font = new System.Drawing.Font("宋体", 10F);
  400. this.label56.ForeColor = System.Drawing.Color.LightGray;
  401. this.label56.Location = new System.Drawing.Point(368, 218);
  402. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  403. this.label56.Name = "label56";
  404. this.label56.Size = new System.Drawing.Size(35, 14);
  405. this.label56.TabIndex = 80;
  406. this.label56.Text = "厂商";
  407. //
  408. // label59
  409. //
  410. this.label59.AutoSize = true;
  411. this.label59.Font = new System.Drawing.Font("宋体", 10F);
  412. this.label59.ForeColor = System.Drawing.Color.LightGray;
  413. this.label59.Location = new System.Drawing.Point(20, 146);
  414. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  415. this.label59.Name = "label59";
  416. this.label59.Size = new System.Drawing.Size(84, 14);
  417. this.label59.TabIndex = 79;
  418. this.label59.Text = "FIB文件名称";
  419. //
  420. // label61
  421. //
  422. this.label61.AutoSize = true;
  423. this.label61.Font = new System.Drawing.Font("宋体", 10F);
  424. this.label61.ForeColor = System.Drawing.Color.LightGray;
  425. this.label61.Location = new System.Drawing.Point(27, 104);
  426. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  427. this.label61.Name = "label61";
  428. this.label61.Size = new System.Drawing.Size(77, 14);
  429. this.label61.TabIndex = 78;
  430. this.label61.Text = "PT文件名称";
  431. //
  432. // chkWPT
  433. //
  434. this.chkWPT.AutoSize = true;
  435. this.chkWPT.Font = new System.Drawing.Font("宋体", 10F);
  436. this.chkWPT.ForeColor = System.Drawing.Color.LightGray;
  437. this.chkWPT.Location = new System.Drawing.Point(213, 182);
  438. this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
  439. this.chkWPT.Name = "chkWPT";
  440. this.chkWPT.Size = new System.Drawing.Size(96, 18);
  441. this.chkWPT.TabIndex = 77;
  442. this.chkWPT.Text = "是否使用PT";
  443. this.chkWPT.UseVisualStyleBackColor = true;
  444. this.chkWPT.CheckedChanged += new System.EventHandler(this.chkWPT_CheckedChanged);
  445. //
  446. // btnCreateConfig
  447. //
  448. this.btnCreateConfig.Cursor = System.Windows.Forms.Cursors.Hand;
  449. this.btnCreateConfig.ForeColor = System.Drawing.Color.Black;
  450. this.btnCreateConfig.Location = new System.Drawing.Point(14, 384);
  451. this.btnCreateConfig.Margin = new System.Windows.Forms.Padding(2);
  452. this.btnCreateConfig.Name = "btnCreateConfig";
  453. this.btnCreateConfig.Size = new System.Drawing.Size(135, 41);
  454. this.btnCreateConfig.TabIndex = 100;
  455. this.btnCreateConfig.Text = "创建配置文件";
  456. this.btnCreateConfig.UseVisualStyleBackColor = true;
  457. this.btnCreateConfig.Click += new System.EventHandler(this.btnCreateConfig_Click);
  458. //
  459. // txtWFIBF
  460. //
  461. this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
  462. this.txtWFIBF.Location = new System.Drawing.Point(104, 142);
  463. this.txtWFIBF.Name = "txtWFIBF";
  464. this.txtWFIBF.ReadOnly = true;
  465. this.txtWFIBF.Size = new System.Drawing.Size(346, 23);
  466. this.txtWFIBF.TabIndex = 103;
  467. //
  468. // pbDelWLZ
  469. //
  470. this.pbDelWLZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  471. this.pbDelWLZ.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  472. this.pbDelWLZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  473. this.pbDelWLZ.Cursor = System.Windows.Forms.Cursors.Hand;
  474. this.pbDelWLZ.Location = new System.Drawing.Point(541, 344);
  475. this.pbDelWLZ.Name = "pbDelWLZ";
  476. this.pbDelWLZ.Size = new System.Drawing.Size(25, 21);
  477. this.pbDelWLZ.TabIndex = 111;
  478. this.pbDelWLZ.TabStop = false;
  479. this.pbDelWLZ.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  480. //
  481. // pbDelWQGD
  482. //
  483. this.pbDelWQGD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  484. this.pbDelWQGD.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  485. this.pbDelWQGD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  486. this.pbDelWQGD.Cursor = System.Windows.Forms.Cursors.Hand;
  487. this.pbDelWQGD.Location = new System.Drawing.Point(239, 301);
  488. this.pbDelWQGD.Name = "pbDelWQGD";
  489. this.pbDelWQGD.Size = new System.Drawing.Size(25, 21);
  490. this.pbDelWQGD.TabIndex = 110;
  491. this.pbDelWQGD.TabStop = false;
  492. this.pbDelWQGD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  493. //
  494. // pbWQGFDel
  495. //
  496. this.pbWQGFDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  497. this.pbWQGFDel.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  498. this.pbWQGFDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  499. this.pbWQGFDel.Cursor = System.Windows.Forms.Cursors.Hand;
  500. this.pbWQGFDel.Location = new System.Drawing.Point(541, 301);
  501. this.pbWQGFDel.Name = "pbWQGFDel";
  502. this.pbWQGFDel.Size = new System.Drawing.Size(25, 21);
  503. this.pbWQGFDel.TabIndex = 109;
  504. this.pbWQGFDel.TabStop = false;
  505. this.pbWQGFDel.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  506. //
  507. // pbDelWPZD
  508. //
  509. this.pbDelWPZD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  510. this.pbDelWPZD.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  511. this.pbDelWPZD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  512. this.pbDelWPZD.Cursor = System.Windows.Forms.Cursors.Hand;
  513. this.pbDelWPZD.Location = new System.Drawing.Point(239, 258);
  514. this.pbDelWPZD.Name = "pbDelWPZD";
  515. this.pbDelWPZD.Size = new System.Drawing.Size(25, 21);
  516. this.pbDelWPZD.TabIndex = 108;
  517. this.pbDelWPZD.TabStop = false;
  518. this.pbDelWPZD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  519. //
  520. // pbDelWPZF
  521. //
  522. this.pbDelWPZF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  523. this.pbDelWPZF.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  524. this.pbDelWPZF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  525. this.pbDelWPZF.Cursor = System.Windows.Forms.Cursors.Hand;
  526. this.pbDelWPZF.Location = new System.Drawing.Point(541, 258);
  527. this.pbDelWPZF.Name = "pbDelWPZF";
  528. this.pbDelWPZF.Size = new System.Drawing.Size(25, 21);
  529. this.pbDelWPZF.TabIndex = 107;
  530. this.pbDelWPZF.TabStop = false;
  531. this.pbDelWPZF.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  532. //
  533. // pbDelWYP
  534. //
  535. this.pbDelWYP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  536. this.pbDelWYP.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  537. this.pbDelWYP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  538. this.pbDelWYP.Cursor = System.Windows.Forms.Cursors.Hand;
  539. this.pbDelWYP.Location = new System.Drawing.Point(240, 215);
  540. this.pbDelWYP.Name = "pbDelWYP";
  541. this.pbDelWYP.Size = new System.Drawing.Size(25, 21);
  542. this.pbDelWYP.TabIndex = 106;
  543. this.pbDelWYP.TabStop = false;
  544. this.pbDelWYP.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  545. //
  546. // pbDelWCS
  547. //
  548. this.pbDelWCS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  549. this.pbDelWCS.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  550. this.pbDelWCS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  551. this.pbDelWCS.Cursor = System.Windows.Forms.Cursors.Hand;
  552. this.pbDelWCS.Location = new System.Drawing.Point(542, 215);
  553. this.pbDelWCS.Name = "pbDelWCS";
  554. this.pbDelWCS.Size = new System.Drawing.Size(25, 21);
  555. this.pbDelWCS.TabIndex = 105;
  556. this.pbDelWCS.TabStop = false;
  557. this.pbDelWCS.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  558. //
  559. // pbCutHoleAuto
  560. //
  561. this.pbCutHoleAuto.BackColor = System.Drawing.Color.LightGray;
  562. this.pbCutHoleAuto.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbCutHoleAuto.BackgroundImage")));
  563. this.pbCutHoleAuto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  564. this.pbCutHoleAuto.Cursor = System.Windows.Forms.Cursors.Hand;
  565. this.pbCutHoleAuto.Location = new System.Drawing.Point(512, 49);
  566. this.pbCutHoleAuto.Name = "pbCutHoleAuto";
  567. this.pbCutHoleAuto.Size = new System.Drawing.Size(53, 25);
  568. this.pbCutHoleAuto.TabIndex = 104;
  569. this.pbCutHoleAuto.TabStop = false;
  570. this.pbCutHoleAuto.Click += new System.EventHandler(this.pbCutHoleAuto_Click);
  571. //
  572. // pbFIBTemplateFile
  573. //
  574. this.pbFIBTemplateFile.BackColor = System.Drawing.Color.LightGray;
  575. this.pbFIBTemplateFile.BackgroundImage = global::HOZProject.Properties.Resources.ImportTemplateFile;
  576. this.pbFIBTemplateFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  577. this.pbFIBTemplateFile.Cursor = System.Windows.Forms.Cursors.Hand;
  578. this.pbFIBTemplateFile.Location = new System.Drawing.Point(456, 142);
  579. this.pbFIBTemplateFile.Name = "pbFIBTemplateFile";
  580. this.pbFIBTemplateFile.Size = new System.Drawing.Size(109, 25);
  581. this.pbFIBTemplateFile.TabIndex = 102;
  582. this.pbFIBTemplateFile.TabStop = false;
  583. this.pbFIBTemplateFile.Click += new System.EventHandler(this.pbFIBTemplateFile_Click);
  584. //
  585. // pbPTTemplateFile
  586. //
  587. this.pbPTTemplateFile.BackColor = System.Drawing.Color.LightGray;
  588. this.pbPTTemplateFile.BackgroundImage = global::HOZProject.Properties.Resources.ImportTemplateFile;
  589. this.pbPTTemplateFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  590. this.pbPTTemplateFile.Cursor = System.Windows.Forms.Cursors.Hand;
  591. this.pbPTTemplateFile.Location = new System.Drawing.Point(456, 100);
  592. this.pbPTTemplateFile.Name = "pbPTTemplateFile";
  593. this.pbPTTemplateFile.Size = new System.Drawing.Size(109, 25);
  594. this.pbPTTemplateFile.TabIndex = 6;
  595. this.pbPTTemplateFile.TabStop = false;
  596. this.pbPTTemplateFile.Click += new System.EventHandler(this.pbTemplateFile_Click);
  597. //
  598. // pbCutHoleFile
  599. //
  600. this.pbCutHoleFile.BackColor = System.Drawing.Color.LightGray;
  601. this.pbCutHoleFile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbCutHoleFile.BackgroundImage")));
  602. this.pbCutHoleFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  603. this.pbCutHoleFile.Cursor = System.Windows.Forms.Cursors.Hand;
  604. this.pbCutHoleFile.Location = new System.Drawing.Point(457, 49);
  605. this.pbCutHoleFile.Name = "pbCutHoleFile";
  606. this.pbCutHoleFile.Size = new System.Drawing.Size(53, 25);
  607. this.pbCutHoleFile.TabIndex = 4;
  608. this.pbCutHoleFile.TabStop = false;
  609. this.pbCutHoleFile.Click += new System.EventHandler(this.pbCutHoleFile_Click);
  610. //
  611. // btnSaveDefalutPara
  612. //
  613. this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
  614. this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
  615. this.btnSaveDefalutPara.Location = new System.Drawing.Point(432, 384);
  616. this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
  617. this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
  618. this.btnSaveDefalutPara.Size = new System.Drawing.Size(135, 41);
  619. this.btnSaveDefalutPara.TabIndex = 112;
  620. this.btnSaveDefalutPara.Text = "保存默认值";
  621. this.btnSaveDefalutPara.UseVisualStyleBackColor = true;
  622. this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);
  623. //
  624. // UControl_Init
  625. //
  626. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
  627. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  628. this.BackColor = System.Drawing.Color.Black;
  629. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  630. this.Controls.Add(this.btnSaveDefalutPara);
  631. this.Controls.Add(this.label50);
  632. this.Controls.Add(this.pbDelWLZ);
  633. this.Controls.Add(this.pbDelWQGD);
  634. this.Controls.Add(this.pbWQGFDel);
  635. this.Controls.Add(this.pbDelWPZD);
  636. this.Controls.Add(this.pbDelWPZF);
  637. this.Controls.Add(this.pbDelWYP);
  638. this.Controls.Add(this.pbDelWCS);
  639. this.Controls.Add(this.pbCutHoleAuto);
  640. this.Controls.Add(this.txtWFIBF);
  641. this.Controls.Add(this.pbFIBTemplateFile);
  642. this.Controls.Add(this.btnCreateConfig);
  643. this.Controls.Add(this.cbbWPZD);
  644. this.Controls.Add(this.cbbWPZF);
  645. this.Controls.Add(this.cbbWQGD);
  646. this.Controls.Add(this.cbbWQGF);
  647. this.Controls.Add(this.cbbWLZ);
  648. this.Controls.Add(this.cbbWXZ);
  649. this.Controls.Add(this.cbbWCS);
  650. this.Controls.Add(this.cbbWYP);
  651. this.Controls.Add(this.label58);
  652. this.Controls.Add(this.label54);
  653. this.Controls.Add(this.label46);
  654. this.Controls.Add(this.label42);
  655. this.Controls.Add(this.label38);
  656. this.Controls.Add(this.chkWIsP);
  657. this.Controls.Add(this.label48);
  658. this.Controls.Add(this.label56);
  659. this.Controls.Add(this.label59);
  660. this.Controls.Add(this.label61);
  661. this.Controls.Add(this.chkWPT);
  662. this.Controls.Add(this.label6);
  663. this.Controls.Add(this.chkManul);
  664. this.Controls.Add(this.lblCutHoleCount);
  665. this.Controls.Add(this.txtWPTF);
  666. this.Controls.Add(this.pbPTTemplateFile);
  667. this.Controls.Add(this.tbCutHoleFilePath);
  668. this.Controls.Add(this.pbCutHoleFile);
  669. this.Controls.Add(this.panel1);
  670. this.Font = new System.Drawing.Font("宋体", 10F);
  671. this.ForeColor = System.Drawing.SystemColors.WindowText;
  672. this.Name = "UControl_Init";
  673. this.Size = new System.Drawing.Size(576, 436);
  674. this.Load += new System.EventHandler(this.UControl_Init_Load);
  675. this.panel1.ResumeLayout(false);
  676. this.panel1.PerformLayout();
  677. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).EndInit();
  679. ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).EndInit();
  680. ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).EndInit();
  681. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).EndInit();
  682. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).EndInit();
  683. ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).EndInit();
  684. ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).EndInit();
  685. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleAuto)).EndInit();
  686. ((System.ComponentModel.ISupportInitialize)(this.pbFIBTemplateFile)).EndInit();
  687. ((System.ComponentModel.ISupportInitialize)(this.pbPTTemplateFile)).EndInit();
  688. ((System.ComponentModel.ISupportInitialize)(this.pbCutHoleFile)).EndInit();
  689. this.ResumeLayout(false);
  690. this.PerformLayout();
  691. }
  692. #endregion
  693. private System.Windows.Forms.Label label1;
  694. private System.Windows.Forms.Panel panel1;
  695. private System.Windows.Forms.PictureBox pbCutHoleFile;
  696. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  697. private System.Windows.Forms.PictureBox pbPTTemplateFile;
  698. private System.Windows.Forms.Label lblCutHoleCount;
  699. private System.Windows.Forms.CheckBox chkManul;
  700. private System.Windows.Forms.Label label6;
  701. private System.Windows.Forms.ComboBox cbbWPZD;
  702. private System.Windows.Forms.ComboBox cbbWPZF;
  703. private System.Windows.Forms.ComboBox cbbWQGD;
  704. private System.Windows.Forms.ComboBox cbbWQGF;
  705. private System.Windows.Forms.ComboBox cbbWLZ;
  706. private System.Windows.Forms.ComboBox cbbWXZ;
  707. private System.Windows.Forms.ComboBox cbbWCS;
  708. private System.Windows.Forms.ComboBox cbbWYP;
  709. private System.Windows.Forms.Label label58;
  710. private System.Windows.Forms.Label label50;
  711. private System.Windows.Forms.Label label54;
  712. private System.Windows.Forms.Label label46;
  713. private System.Windows.Forms.Label label42;
  714. private System.Windows.Forms.Label label38;
  715. private System.Windows.Forms.CheckBox chkWIsP;
  716. private System.Windows.Forms.TextBox txtWPTF;
  717. private System.Windows.Forms.Label label48;
  718. private System.Windows.Forms.Label label56;
  719. private System.Windows.Forms.Label label59;
  720. private System.Windows.Forms.Label label61;
  721. private System.Windows.Forms.CheckBox chkWPT;
  722. private System.Windows.Forms.Button btnCreateConfig;
  723. private System.Windows.Forms.TextBox txtWFIBF;
  724. private System.Windows.Forms.PictureBox pbFIBTemplateFile;
  725. private System.Windows.Forms.PictureBox pbCutHoleAuto;
  726. private System.Windows.Forms.PictureBox pbDelWCS;
  727. private System.Windows.Forms.PictureBox pbClose;
  728. private System.Windows.Forms.PictureBox pbDelWYP;
  729. private System.Windows.Forms.PictureBox pbDelWPZD;
  730. private System.Windows.Forms.PictureBox pbDelWPZF;
  731. private System.Windows.Forms.PictureBox pbDelWQGD;
  732. private System.Windows.Forms.PictureBox pbWQGFDel;
  733. private System.Windows.Forms.PictureBox pbDelWLZ;
  734. private System.Windows.Forms.Button btnSaveDefalutPara;
  735. }
  736. }