UControl_Init.Designer.cs 45 KB

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