UControl_Init.Designer.cs 30 KB

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