UControl_Init.Designer.cs 43 KB

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