UControl_Init.Designer.cs 40 KB

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