UControl_Init.Designer.cs 45 KB

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