UControl_Init.Designer.cs 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420
  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.label2 = new System.Windows.Forms.Label();
  59. this.chkWqxkc = new System.Windows.Forms.CheckBox();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.txtYPSCur = new System.Windows.Forms.TextBox();
  62. this.btnFIBTemplateFile = new System.Windows.Forms.Button();
  63. this.btnPTTemplateFile = new System.Windows.Forms.Button();
  64. this.btnCutHoleAuto = new System.Windows.Forms.Button();
  65. this.btnCutHoleFile = new System.Windows.Forms.Button();
  66. this.pbDelWLZ = new System.Windows.Forms.PictureBox();
  67. this.pbDelWQGD = new System.Windows.Forms.PictureBox();
  68. this.pbWQGFDel = new System.Windows.Forms.PictureBox();
  69. this.pbDelWPZD = new System.Windows.Forms.PictureBox();
  70. this.pbDelWPZF = new System.Windows.Forms.PictureBox();
  71. this.pbDelWYP = new System.Windows.Forms.PictureBox();
  72. this.pbDelWCS = new System.Windows.Forms.PictureBox();
  73. this.panel2 = new System.Windows.Forms.Panel();
  74. this.btnSaveDefalutPara = new System.Windows.Forms.Button();
  75. this.btnCreateConfig = new System.Windows.Forms.Button();
  76. this.chkFIBAdjust = new System.Windows.Forms.CheckBox();
  77. this.chkFIBAtuoAdjust = new System.Windows.Forms.CheckBox();
  78. this.tbBrightness = new System.Windows.Forms.TextBox();
  79. this.label4 = new System.Windows.Forms.Label();
  80. this.label5 = new System.Windows.Forms.Label();
  81. this.label7 = new System.Windows.Forms.Label();
  82. this.label8 = new System.Windows.Forms.Label();
  83. this.tbGear3to4 = new System.Windows.Forms.TextBox();
  84. this.tbGear2to3 = new System.Windows.Forms.TextBox();
  85. this.tbGear1to2 = new System.Windows.Forms.TextBox();
  86. this.label9 = new System.Windows.Forms.Label();
  87. this.label10 = new System.Windows.Forms.Label();
  88. this.label12 = new System.Windows.Forms.Label();
  89. this.label11 = new System.Windows.Forms.Label();
  90. this.label13 = new System.Windows.Forms.Label();
  91. this.label14 = new System.Windows.Forms.Label();
  92. this.label15 = new System.Windows.Forms.Label();
  93. this.tbGear1to2_Xdeviation = new System.Windows.Forms.TextBox();
  94. this.label16 = new System.Windows.Forms.Label();
  95. this.tbGear1to2_Ydeviation = new System.Windows.Forms.TextBox();
  96. this.tbGear2to3_Xdeviation = new System.Windows.Forms.TextBox();
  97. this.label17 = new System.Windows.Forms.Label();
  98. this.tbGear2to3_Ydeviation = new System.Windows.Forms.TextBox();
  99. this.tbGear3to4_Xdeviation = new System.Windows.Forms.TextBox();
  100. this.tbGear3to4_Ydeviation = new System.Windows.Forms.TextBox();
  101. this.chkGearSwitch = new System.Windows.Forms.CheckBox();
  102. this.tbContrast = new System.Windows.Forms.TextBox();
  103. this.txtScanRotCur = new System.Windows.Forms.TextBox();
  104. this.btnHandSavePoints = new System.Windows.Forms.Button();
  105. this.chkEDS = new System.Windows.Forms.CheckBox();
  106. this.txtEDSZ = new System.Windows.Forms.TextBox();
  107. this.label18 = new System.Windows.Forms.Label();
  108. this.label19 = new System.Windows.Forms.Label();
  109. this.label20 = new System.Windows.Forms.Label();
  110. this.label21 = new System.Windows.Forms.Label();
  111. this.label22 = new System.Windows.Forms.Label();
  112. this.label23 = new System.Windows.Forms.Label();
  113. this.cbbEDSV = new System.Windows.Forms.ComboBox();
  114. this.cbbEDSA = new System.Windows.Forms.ComboBox();
  115. this.tbScanSpeedNormal = new System.Windows.Forms.TextBox();
  116. this.label24 = new System.Windows.Forms.Label();
  117. this.label25 = new System.Windows.Forms.Label();
  118. this.label26 = new System.Windows.Forms.Label();
  119. this.tbScanSpeedFocus = new System.Windows.Forms.TextBox();
  120. this.tbScanSpeedHigh = new System.Windows.Forms.TextBox();
  121. this.panel1.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).BeginInit();
  130. this.panel2.SuspendLayout();
  131. this.SuspendLayout();
  132. //
  133. // label1
  134. //
  135. this.label1.AutoSize = true;
  136. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.label1.ForeColor = System.Drawing.Color.Black;
  138. this.label1.Location = new System.Drawing.Point(15, 9);
  139. this.label1.Name = "label1";
  140. this.label1.Size = new System.Drawing.Size(84, 20);
  141. this.label1.TabIndex = 0;
  142. this.label1.Text = "初始化设置";
  143. //
  144. // panel1
  145. //
  146. this.panel1.BackColor = System.Drawing.Color.White;
  147. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  148. this.panel1.Controls.Add(this.pbClose);
  149. this.panel1.Controls.Add(this.label1);
  150. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  151. this.panel1.Location = new System.Drawing.Point(0, 0);
  152. this.panel1.Name = "panel1";
  153. this.panel1.Size = new System.Drawing.Size(770, 33);
  154. this.panel1.TabIndex = 3;
  155. //
  156. // pbClose
  157. //
  158. this.pbClose.BackColor = System.Drawing.Color.Transparent;
  159. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  160. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  161. this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
  162. this.pbClose.Dock = System.Windows.Forms.DockStyle.Right;
  163. this.pbClose.Location = new System.Drawing.Point(736, 0);
  164. this.pbClose.Name = "pbClose";
  165. this.pbClose.Size = new System.Drawing.Size(32, 31);
  166. this.pbClose.TabIndex = 106;
  167. this.pbClose.TabStop = false;
  168. this.pbClose.Click += new System.EventHandler(this.btnClose_Click);
  169. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  170. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  171. //
  172. // tbCutHoleFilePath
  173. //
  174. this.tbCutHoleFilePath.Font = new System.Drawing.Font("宋体", 10F);
  175. this.tbCutHoleFilePath.Location = new System.Drawing.Point(174, 48);
  176. this.tbCutHoleFilePath.Name = "tbCutHoleFilePath";
  177. this.tbCutHoleFilePath.ReadOnly = true;
  178. this.tbCutHoleFilePath.Size = new System.Drawing.Size(347, 27);
  179. this.tbCutHoleFilePath.TabIndex = 5;
  180. //
  181. // txtWPTF
  182. //
  183. this.txtWPTF.Font = new System.Drawing.Font("宋体", 10F);
  184. this.txtWPTF.Location = new System.Drawing.Point(174, 99);
  185. this.txtWPTF.Name = "txtWPTF";
  186. this.txtWPTF.ReadOnly = true;
  187. this.txtWPTF.Size = new System.Drawing.Size(346, 27);
  188. this.txtWPTF.TabIndex = 7;
  189. //
  190. // lblCutHoleCount
  191. //
  192. this.lblCutHoleCount.AutoSize = true;
  193. this.lblCutHoleCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.lblCutHoleCount.ForeColor = System.Drawing.Color.Black;
  195. this.lblCutHoleCount.Location = new System.Drawing.Point(172, 78);
  196. this.lblCutHoleCount.Name = "lblCutHoleCount";
  197. this.lblCutHoleCount.Size = new System.Drawing.Size(138, 20);
  198. this.lblCutHoleCount.TabIndex = 8;
  199. this.lblCutHoleCount.Text = "成功导入0个分析点";
  200. //
  201. // chkManul
  202. //
  203. this.chkManul.AutoSize = true;
  204. this.chkManul.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.chkManul.ForeColor = System.Drawing.Color.Black;
  206. this.chkManul.Location = new System.Drawing.Point(638, 122);
  207. this.chkManul.Margin = new System.Windows.Forms.Padding(2);
  208. this.chkManul.Name = "chkManul";
  209. this.chkManul.Size = new System.Drawing.Size(100, 27);
  210. this.chkManul.TabIndex = 15;
  211. this.chkManul.Text = "手动对焦";
  212. this.chkManul.UseVisualStyleBackColor = true;
  213. this.chkManul.Visible = false;
  214. //
  215. // label6
  216. //
  217. this.label6.AutoSize = true;
  218. this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.label6.ForeColor = System.Drawing.Color.Black;
  220. this.label6.Location = new System.Drawing.Point(88, 49);
  221. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  222. this.label6.Name = "label6";
  223. this.label6.Size = new System.Drawing.Size(84, 20);
  224. this.label6.TabIndex = 17;
  225. this.label6.Text = "导入分析点";
  226. //
  227. // cbbWPZD
  228. //
  229. this.cbbWPZD.Font = new System.Drawing.Font("宋体", 10F);
  230. this.cbbWPZD.ForeColor = System.Drawing.SystemColors.WindowText;
  231. this.cbbWPZD.FormattingEnabled = true;
  232. this.cbbWPZD.Items.AddRange(new object[] {
  233. "1000",
  234. "1500",
  235. "2000",
  236. "2500",
  237. "3000"});
  238. this.cbbWPZD.Location = new System.Drawing.Point(174, 260);
  239. this.cbbWPZD.Margin = new System.Windows.Forms.Padding(2);
  240. this.cbbWPZD.Name = "cbbWPZD";
  241. this.cbbWPZD.Size = new System.Drawing.Size(155, 25);
  242. this.cbbWPZD.TabIndex = 99;
  243. this.cbbWPZD.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWPZD_KeyPress);
  244. //
  245. // cbbWPZF
  246. //
  247. this.cbbWPZF.Font = new System.Drawing.Font("宋体", 10F);
  248. this.cbbWPZF.ForeColor = System.Drawing.SystemColors.WindowText;
  249. this.cbbWPZF.FormattingEnabled = true;
  250. this.cbbWPZF.Items.AddRange(new object[] {
  251. "600",
  252. "1000",
  253. "2000",
  254. "10000"});
  255. this.cbbWPZF.Location = new System.Drawing.Point(502, 260);
  256. this.cbbWPZF.Margin = new System.Windows.Forms.Padding(2);
  257. this.cbbWPZF.Name = "cbbWPZF";
  258. this.cbbWPZF.Size = new System.Drawing.Size(155, 25);
  259. this.cbbWPZF.TabIndex = 98;
  260. this.cbbWPZF.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWPZF_KeyPress);
  261. //
  262. // cbbWQGD
  263. //
  264. this.cbbWQGD.Font = new System.Drawing.Font("宋体", 10F);
  265. this.cbbWQGD.ForeColor = System.Drawing.SystemColors.WindowText;
  266. this.cbbWQGD.FormattingEnabled = true;
  267. this.cbbWQGD.Items.AddRange(new object[] {
  268. "1000",
  269. "1500",
  270. "2000",
  271. "2500",
  272. "3000"});
  273. this.cbbWQGD.Location = new System.Drawing.Point(174, 235);
  274. this.cbbWQGD.Margin = new System.Windows.Forms.Padding(2);
  275. this.cbbWQGD.Name = "cbbWQGD";
  276. this.cbbWQGD.Size = new System.Drawing.Size(155, 25);
  277. this.cbbWQGD.TabIndex = 97;
  278. this.cbbWQGD.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWQGD_KeyPress);
  279. //
  280. // cbbWQGF
  281. //
  282. this.cbbWQGF.Font = new System.Drawing.Font("宋体", 10F);
  283. this.cbbWQGF.ForeColor = System.Drawing.SystemColors.WindowText;
  284. this.cbbWQGF.FormattingEnabled = true;
  285. this.cbbWQGF.Items.AddRange(new object[] {
  286. "600",
  287. "1000",
  288. "2000",
  289. "10000"});
  290. this.cbbWQGF.Location = new System.Drawing.Point(502, 235);
  291. this.cbbWQGF.Margin = new System.Windows.Forms.Padding(2);
  292. this.cbbWQGF.Name = "cbbWQGF";
  293. this.cbbWQGF.Size = new System.Drawing.Size(155, 25);
  294. this.cbbWQGF.TabIndex = 96;
  295. this.cbbWQGF.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWQGF_KeyPress);
  296. //
  297. // cbbWLZ
  298. //
  299. this.cbbWLZ.Font = new System.Drawing.Font("宋体", 10F);
  300. this.cbbWLZ.ForeColor = System.Drawing.SystemColors.WindowText;
  301. this.cbbWLZ.FormattingEnabled = true;
  302. this.cbbWLZ.Items.AddRange(new object[] {
  303. "600",
  304. "1000",
  305. "2000",
  306. "10000"});
  307. this.cbbWLZ.Location = new System.Drawing.Point(502, 210);
  308. this.cbbWLZ.Margin = new System.Windows.Forms.Padding(2);
  309. this.cbbWLZ.Name = "cbbWLZ";
  310. this.cbbWLZ.Size = new System.Drawing.Size(155, 25);
  311. this.cbbWLZ.TabIndex = 95;
  312. this.cbbWLZ.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbbWLZ_KeyPress);
  313. //
  314. // cbbWXZ
  315. //
  316. this.cbbWXZ.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  317. this.cbbWXZ.Font = new System.Drawing.Font("宋体", 10F);
  318. this.cbbWXZ.ForeColor = System.Drawing.SystemColors.WindowText;
  319. this.cbbWXZ.FormattingEnabled = true;
  320. this.cbbWXZ.Items.AddRange(new object[] {
  321. "截面观测",
  322. "表面观测"});
  323. this.cbbWXZ.Location = new System.Drawing.Point(174, 210);
  324. this.cbbWXZ.Margin = new System.Windows.Forms.Padding(2);
  325. this.cbbWXZ.Name = "cbbWXZ";
  326. this.cbbWXZ.Size = new System.Drawing.Size(155, 25);
  327. this.cbbWXZ.TabIndex = 94;
  328. //
  329. // cbbWCS
  330. //
  331. this.cbbWCS.Font = new System.Drawing.Font("宋体", 10F);
  332. this.cbbWCS.ForeColor = System.Drawing.SystemColors.WindowText;
  333. this.cbbWCS.FormattingEnabled = true;
  334. this.cbbWCS.Location = new System.Drawing.Point(502, 185);
  335. this.cbbWCS.Margin = new System.Windows.Forms.Padding(2);
  336. this.cbbWCS.Name = "cbbWCS";
  337. this.cbbWCS.Size = new System.Drawing.Size(155, 25);
  338. this.cbbWCS.TabIndex = 93;
  339. //
  340. // cbbWYP
  341. //
  342. this.cbbWYP.Font = new System.Drawing.Font("宋体", 10F);
  343. this.cbbWYP.ForeColor = System.Drawing.SystemColors.WindowText;
  344. this.cbbWYP.FormattingEnabled = true;
  345. this.cbbWYP.Location = new System.Drawing.Point(174, 185);
  346. this.cbbWYP.Margin = new System.Windows.Forms.Padding(2);
  347. this.cbbWYP.Name = "cbbWYP";
  348. this.cbbWYP.Size = new System.Drawing.Size(155, 25);
  349. this.cbbWYP.TabIndex = 92;
  350. //
  351. // label58
  352. //
  353. this.label58.AutoSize = true;
  354. this.label58.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.label58.ForeColor = System.Drawing.Color.Black;
  356. this.label58.Location = new System.Drawing.Point(96, 214);
  357. this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  358. this.label58.Name = "label58";
  359. this.label58.Size = new System.Drawing.Size(69, 20);
  360. this.label58.TabIndex = 91;
  361. this.label58.Text = "校正角度";
  362. //
  363. // label50
  364. //
  365. this.label50.AutoSize = true;
  366. this.label50.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.label50.ForeColor = System.Drawing.Color.Black;
  368. this.label50.Location = new System.Drawing.Point(80, 264);
  369. this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  370. this.label50.Name = "label50";
  371. this.label50.Size = new System.Drawing.Size(85, 20);
  372. this.label50.TabIndex = 90;
  373. this.label50.Text = "拍照电压/V";
  374. //
  375. // label54
  376. //
  377. this.label54.AutoSize = true;
  378. this.label54.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.label54.ForeColor = System.Drawing.Color.Black;
  380. this.label54.Location = new System.Drawing.Point(418, 264);
  381. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  382. this.label54.Name = "label54";
  383. this.label54.Size = new System.Drawing.Size(99, 20);
  384. this.label54.TabIndex = 89;
  385. this.label54.Text = "拍照放大倍数";
  386. //
  387. // label46
  388. //
  389. this.label46.AutoSize = true;
  390. this.label46.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.label46.ForeColor = System.Drawing.Color.Black;
  392. this.label46.Location = new System.Drawing.Point(80, 239);
  393. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  394. this.label46.Name = "label46";
  395. this.label46.Size = new System.Drawing.Size(85, 20);
  396. this.label46.TabIndex = 88;
  397. this.label46.Text = "定位电压/V";
  398. //
  399. // label42
  400. //
  401. this.label42.AutoSize = true;
  402. this.label42.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.label42.ForeColor = System.Drawing.Color.Black;
  404. this.label42.Location = new System.Drawing.Point(418, 239);
  405. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  406. this.label42.Name = "label42";
  407. this.label42.Size = new System.Drawing.Size(99, 20);
  408. this.label42.TabIndex = 87;
  409. this.label42.Text = "定位放大倍数";
  410. //
  411. // label38
  412. //
  413. this.label38.AutoSize = true;
  414. this.label38.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.label38.ForeColor = System.Drawing.Color.Black;
  416. this.label38.Location = new System.Drawing.Point(394, 214);
  417. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  418. this.label38.Name = "label38";
  419. this.label38.Size = new System.Drawing.Size(129, 20);
  420. this.label38.TabIndex = 86;
  421. this.label38.Text = "拉直操作放大倍数";
  422. //
  423. // chkWIsP
  424. //
  425. this.chkWIsP.AutoSize = true;
  426. this.chkWIsP.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.chkWIsP.ForeColor = System.Drawing.Color.Black;
  428. this.chkWIsP.Location = new System.Drawing.Point(90, 156);
  429. this.chkWIsP.Margin = new System.Windows.Forms.Padding(2);
  430. this.chkWIsP.Name = "chkWIsP";
  431. this.chkWIsP.Size = new System.Drawing.Size(83, 27);
  432. this.chkWIsP.TabIndex = 85;
  433. this.chkWIsP.Text = "仅拍照";
  434. this.chkWIsP.UseVisualStyleBackColor = true;
  435. this.chkWIsP.CheckedChanged += new System.EventHandler(this.chkWIsP_CheckedChanged);
  436. //
  437. // label48
  438. //
  439. this.label48.AutoSize = true;
  440. this.label48.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.label48.ForeColor = System.Drawing.Color.Black;
  442. this.label48.Location = new System.Drawing.Point(96, 189);
  443. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  444. this.label48.Name = "label48";
  445. this.label48.Size = new System.Drawing.Size(69, 20);
  446. this.label48.TabIndex = 81;
  447. this.label48.Text = "样品类型";
  448. //
  449. // label56
  450. //
  451. this.label56.AutoSize = true;
  452. this.label56.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.label56.ForeColor = System.Drawing.Color.Black;
  454. this.label56.Location = new System.Drawing.Point(466, 189);
  455. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  456. this.label56.Name = "label56";
  457. this.label56.Size = new System.Drawing.Size(39, 20);
  458. this.label56.TabIndex = 80;
  459. this.label56.Text = "厂商";
  460. //
  461. // label59
  462. //
  463. this.label59.AutoSize = true;
  464. this.label59.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.label59.ForeColor = System.Drawing.Color.Black;
  466. this.label59.Location = new System.Drawing.Point(82, 129);
  467. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  468. this.label59.Name = "label59";
  469. this.label59.Size = new System.Drawing.Size(90, 20);
  470. this.label59.TabIndex = 79;
  471. this.label59.Text = "FIB文件名称";
  472. //
  473. // label61
  474. //
  475. this.label61.AutoSize = true;
  476. this.label61.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.label61.ForeColor = System.Drawing.Color.Black;
  478. this.label61.Location = new System.Drawing.Point(86, 100);
  479. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  480. this.label61.Name = "label61";
  481. this.label61.Size = new System.Drawing.Size(87, 20);
  482. this.label61.TabIndex = 78;
  483. this.label61.Text = "PT文件名称";
  484. //
  485. // chkWPT
  486. //
  487. this.chkWPT.AutoSize = true;
  488. this.chkWPT.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.chkWPT.ForeColor = System.Drawing.Color.Black;
  490. this.chkWPT.Location = new System.Drawing.Point(200, 156);
  491. this.chkWPT.Margin = new System.Windows.Forms.Padding(2);
  492. this.chkWPT.Name = "chkWPT";
  493. this.chkWPT.Size = new System.Drawing.Size(86, 27);
  494. this.chkWPT.TabIndex = 77;
  495. this.chkWPT.Text = "使用PT";
  496. this.chkWPT.UseVisualStyleBackColor = true;
  497. this.chkWPT.CheckedChanged += new System.EventHandler(this.chkWPT_CheckedChanged);
  498. //
  499. // txtWFIBF
  500. //
  501. this.txtWFIBF.Font = new System.Drawing.Font("宋体", 10F);
  502. this.txtWFIBF.Location = new System.Drawing.Point(174, 128);
  503. this.txtWFIBF.Name = "txtWFIBF";
  504. this.txtWFIBF.ReadOnly = true;
  505. this.txtWFIBF.Size = new System.Drawing.Size(346, 27);
  506. this.txtWFIBF.TabIndex = 103;
  507. //
  508. // label2
  509. //
  510. this.label2.AutoSize = true;
  511. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.label2.ForeColor = System.Drawing.Color.Black;
  513. this.label2.Location = new System.Drawing.Point(13, 289);
  514. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  515. this.label2.Name = "label2";
  516. this.label2.Size = new System.Drawing.Size(152, 20);
  517. this.label2.TabIndex = 113;
  518. this.label2.Text = "ScanRotate修正参数";
  519. //
  520. // chkWqxkc
  521. //
  522. this.chkWqxkc.AutoSize = true;
  523. this.chkWqxkc.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.chkWqxkc.ForeColor = System.Drawing.Color.Black;
  525. this.chkWqxkc.Location = new System.Drawing.Point(310, 156);
  526. this.chkWqxkc.Name = "chkWqxkc";
  527. this.chkWqxkc.Size = new System.Drawing.Size(100, 27);
  528. this.chkWqxkc.TabIndex = 115;
  529. this.chkWqxkc.Text = "倾斜观测";
  530. this.chkWqxkc.UseVisualStyleBackColor = true;
  531. this.chkWqxkc.CheckedChanged += new System.EventHandler(this.chkWqxkc_CheckedChanged);
  532. //
  533. // label3
  534. //
  535. this.label3.AutoSize = true;
  536. this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.label3.ForeColor = System.Drawing.Color.Black;
  538. this.label3.Location = new System.Drawing.Point(360, 289);
  539. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  540. this.label3.Name = "label3";
  541. this.label3.Size = new System.Drawing.Size(171, 20);
  542. this.label3.TabIndex = 116;
  543. this.label3.Text = "Y轴方向PixelSize修正值";
  544. //
  545. // txtYPSCur
  546. //
  547. this.txtYPSCur.Location = new System.Drawing.Point(502, 285);
  548. this.txtYPSCur.Name = "txtYPSCur";
  549. this.txtYPSCur.Size = new System.Drawing.Size(155, 27);
  550. this.txtYPSCur.TabIndex = 117;
  551. this.txtYPSCur.TextChanged += new System.EventHandler(this.txtYPSCur_TextChanged);
  552. this.txtYPSCur.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYPSCur_KeyPress);
  553. //
  554. // btnFIBTemplateFile
  555. //
  556. this.btnFIBTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.btnFIBTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnFIBTemplateFile.Image")));
  558. this.btnFIBTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  559. this.btnFIBTemplateFile.Location = new System.Drawing.Point(526, 126);
  560. this.btnFIBTemplateFile.Name = "btnFIBTemplateFile";
  561. this.btnFIBTemplateFile.Size = new System.Drawing.Size(89, 25);
  562. this.btnFIBTemplateFile.TabIndex = 123;
  563. this.btnFIBTemplateFile.Text = "导入模板";
  564. this.btnFIBTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  565. this.btnFIBTemplateFile.UseVisualStyleBackColor = true;
  566. this.btnFIBTemplateFile.Click += new System.EventHandler(this.btnFIBTemplateFile_Click);
  567. //
  568. // btnPTTemplateFile
  569. //
  570. this.btnPTTemplateFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  571. this.btnPTTemplateFile.Image = ((System.Drawing.Image)(resources.GetObject("btnPTTemplateFile.Image")));
  572. this.btnPTTemplateFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  573. this.btnPTTemplateFile.Location = new System.Drawing.Point(526, 97);
  574. this.btnPTTemplateFile.Name = "btnPTTemplateFile";
  575. this.btnPTTemplateFile.Size = new System.Drawing.Size(89, 25);
  576. this.btnPTTemplateFile.TabIndex = 122;
  577. this.btnPTTemplateFile.Text = "导入模板";
  578. this.btnPTTemplateFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  579. this.btnPTTemplateFile.UseVisualStyleBackColor = true;
  580. this.btnPTTemplateFile.Click += new System.EventHandler(this.btnPTTemplateFile_Click);
  581. //
  582. // btnCutHoleAuto
  583. //
  584. this.btnCutHoleAuto.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.btnCutHoleAuto.Image = global::HOZProject.Properties.Resources.HomePageImport;
  586. this.btnCutHoleAuto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  587. this.btnCutHoleAuto.Location = new System.Drawing.Point(635, 46);
  588. this.btnCutHoleAuto.Name = "btnCutHoleAuto";
  589. this.btnCutHoleAuto.Size = new System.Drawing.Size(103, 25);
  590. this.btnCutHoleAuto.TabIndex = 121;
  591. this.btnCutHoleAuto.Text = "单个测试点";
  592. this.btnCutHoleAuto.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  593. this.btnCutHoleAuto.UseVisualStyleBackColor = true;
  594. this.btnCutHoleAuto.Click += new System.EventHandler(this.btnCutHoleAuto_Click);
  595. //
  596. // btnCutHoleFile
  597. //
  598. this.btnCutHoleFile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.btnCutHoleFile.Image = global::HOZProject.Properties.Resources.BatchImport;
  600. this.btnCutHoleFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  601. this.btnCutHoleFile.Location = new System.Drawing.Point(527, 46);
  602. this.btnCutHoleFile.Name = "btnCutHoleFile";
  603. this.btnCutHoleFile.Size = new System.Drawing.Size(103, 25);
  604. this.btnCutHoleFile.TabIndex = 120;
  605. this.btnCutHoleFile.Text = "多个测试点";
  606. this.btnCutHoleFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  607. this.btnCutHoleFile.UseVisualStyleBackColor = true;
  608. this.btnCutHoleFile.Click += new System.EventHandler(this.btnCutHoleFile_Click);
  609. //
  610. // pbDelWLZ
  611. //
  612. this.pbDelWLZ.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  613. this.pbDelWLZ.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  614. this.pbDelWLZ.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  615. this.pbDelWLZ.Cursor = System.Windows.Forms.Cursors.Hand;
  616. this.pbDelWLZ.Location = new System.Drawing.Point(660, 210);
  617. this.pbDelWLZ.Name = "pbDelWLZ";
  618. this.pbDelWLZ.Size = new System.Drawing.Size(25, 21);
  619. this.pbDelWLZ.TabIndex = 111;
  620. this.pbDelWLZ.TabStop = false;
  621. this.pbDelWLZ.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  622. //
  623. // pbDelWQGD
  624. //
  625. this.pbDelWQGD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  626. this.pbDelWQGD.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  627. this.pbDelWQGD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  628. this.pbDelWQGD.Cursor = System.Windows.Forms.Cursors.Hand;
  629. this.pbDelWQGD.Location = new System.Drawing.Point(332, 235);
  630. this.pbDelWQGD.Name = "pbDelWQGD";
  631. this.pbDelWQGD.Size = new System.Drawing.Size(25, 21);
  632. this.pbDelWQGD.TabIndex = 110;
  633. this.pbDelWQGD.TabStop = false;
  634. this.pbDelWQGD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  635. //
  636. // pbWQGFDel
  637. //
  638. this.pbWQGFDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  639. this.pbWQGFDel.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  640. this.pbWQGFDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  641. this.pbWQGFDel.Cursor = System.Windows.Forms.Cursors.Hand;
  642. this.pbWQGFDel.Location = new System.Drawing.Point(660, 235);
  643. this.pbWQGFDel.Name = "pbWQGFDel";
  644. this.pbWQGFDel.Size = new System.Drawing.Size(25, 21);
  645. this.pbWQGFDel.TabIndex = 109;
  646. this.pbWQGFDel.TabStop = false;
  647. this.pbWQGFDel.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  648. //
  649. // pbDelWPZD
  650. //
  651. this.pbDelWPZD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  652. this.pbDelWPZD.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  653. this.pbDelWPZD.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  654. this.pbDelWPZD.Cursor = System.Windows.Forms.Cursors.Hand;
  655. this.pbDelWPZD.Location = new System.Drawing.Point(332, 260);
  656. this.pbDelWPZD.Name = "pbDelWPZD";
  657. this.pbDelWPZD.Size = new System.Drawing.Size(25, 21);
  658. this.pbDelWPZD.TabIndex = 108;
  659. this.pbDelWPZD.TabStop = false;
  660. this.pbDelWPZD.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  661. //
  662. // pbDelWPZF
  663. //
  664. this.pbDelWPZF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  665. this.pbDelWPZF.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  666. this.pbDelWPZF.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  667. this.pbDelWPZF.Cursor = System.Windows.Forms.Cursors.Hand;
  668. this.pbDelWPZF.Location = new System.Drawing.Point(660, 260);
  669. this.pbDelWPZF.Name = "pbDelWPZF";
  670. this.pbDelWPZF.Size = new System.Drawing.Size(25, 21);
  671. this.pbDelWPZF.TabIndex = 107;
  672. this.pbDelWPZF.TabStop = false;
  673. this.pbDelWPZF.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  674. //
  675. // pbDelWYP
  676. //
  677. this.pbDelWYP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  678. this.pbDelWYP.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  679. this.pbDelWYP.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  680. this.pbDelWYP.Cursor = System.Windows.Forms.Cursors.Hand;
  681. this.pbDelWYP.Location = new System.Drawing.Point(332, 186);
  682. this.pbDelWYP.Name = "pbDelWYP";
  683. this.pbDelWYP.Size = new System.Drawing.Size(25, 21);
  684. this.pbDelWYP.TabIndex = 106;
  685. this.pbDelWYP.TabStop = false;
  686. this.pbDelWYP.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  687. //
  688. // pbDelWCS
  689. //
  690. this.pbDelWCS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  691. this.pbDelWCS.BackgroundImage = global::HOZProject.Properties.Resources.exit_2_;
  692. this.pbDelWCS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  693. this.pbDelWCS.Cursor = System.Windows.Forms.Cursors.Hand;
  694. this.pbDelWCS.Location = new System.Drawing.Point(660, 185);
  695. this.pbDelWCS.Name = "pbDelWCS";
  696. this.pbDelWCS.Size = new System.Drawing.Size(25, 21);
  697. this.pbDelWCS.TabIndex = 105;
  698. this.pbDelWCS.TabStop = false;
  699. this.pbDelWCS.Click += new System.EventHandler(this.DelComboBoxItem_Click);
  700. //
  701. // panel2
  702. //
  703. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  704. this.panel2.Controls.Add(this.btnSaveDefalutPara);
  705. this.panel2.Controls.Add(this.btnCreateConfig);
  706. this.panel2.Location = new System.Drawing.Point(0, 576);
  707. this.panel2.Name = "panel2";
  708. this.panel2.Size = new System.Drawing.Size(769, 49);
  709. this.panel2.TabIndex = 124;
  710. //
  711. // btnSaveDefalutPara
  712. //
  713. this.btnSaveDefalutPara.Cursor = System.Windows.Forms.Cursors.Hand;
  714. this.btnSaveDefalutPara.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.btnSaveDefalutPara.ForeColor = System.Drawing.Color.Black;
  716. this.btnSaveDefalutPara.Location = new System.Drawing.Point(381, 9);
  717. this.btnSaveDefalutPara.Margin = new System.Windows.Forms.Padding(2);
  718. this.btnSaveDefalutPara.Name = "btnSaveDefalutPara";
  719. this.btnSaveDefalutPara.Size = new System.Drawing.Size(129, 30);
  720. this.btnSaveDefalutPara.TabIndex = 120;
  721. this.btnSaveDefalutPara.Text = "保存";
  722. this.btnSaveDefalutPara.UseVisualStyleBackColor = true;
  723. this.btnSaveDefalutPara.Click += new System.EventHandler(this.btnSaveDefalutPara_Click);
  724. //
  725. // btnCreateConfig
  726. //
  727. this.btnCreateConfig.Cursor = System.Windows.Forms.Cursors.Hand;
  728. this.btnCreateConfig.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  729. this.btnCreateConfig.ForeColor = System.Drawing.Color.Black;
  730. this.btnCreateConfig.Location = new System.Drawing.Point(227, 9);
  731. this.btnCreateConfig.Margin = new System.Windows.Forms.Padding(2);
  732. this.btnCreateConfig.Name = "btnCreateConfig";
  733. this.btnCreateConfig.Size = new System.Drawing.Size(129, 30);
  734. this.btnCreateConfig.TabIndex = 119;
  735. this.btnCreateConfig.Text = "创建配置文件";
  736. this.btnCreateConfig.UseVisualStyleBackColor = true;
  737. this.btnCreateConfig.Click += new System.EventHandler(this.btnCreateConfig_Click);
  738. //
  739. // chkFIBAdjust
  740. //
  741. this.chkFIBAdjust.AutoSize = true;
  742. this.chkFIBAdjust.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.chkFIBAdjust.Location = new System.Drawing.Point(284, 374);
  744. this.chkFIBAdjust.Name = "chkFIBAdjust";
  745. this.chkFIBAdjust.Size = new System.Drawing.Size(176, 27);
  746. this.chkFIBAdjust.TabIndex = 125;
  747. this.chkFIBAdjust.Text = "FIB亮度对比度调节";
  748. this.chkFIBAdjust.UseVisualStyleBackColor = true;
  749. this.chkFIBAdjust.CheckedChanged += new System.EventHandler(this.chkFIBAdjust_CheckedChanged);
  750. //
  751. // chkFIBAtuoAdjust
  752. //
  753. this.chkFIBAtuoAdjust.AutoSize = true;
  754. this.chkFIBAtuoAdjust.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.chkFIBAtuoAdjust.Location = new System.Drawing.Point(442, 374);
  756. this.chkFIBAtuoAdjust.Name = "chkFIBAtuoAdjust";
  757. this.chkFIBAtuoAdjust.Size = new System.Drawing.Size(210, 27);
  758. this.chkFIBAtuoAdjust.TabIndex = 126;
  759. this.chkFIBAtuoAdjust.Text = "FIB亮度对比度自动调节";
  760. this.chkFIBAtuoAdjust.UseVisualStyleBackColor = true;
  761. this.chkFIBAtuoAdjust.CheckedChanged += new System.EventHandler(this.chkFIBAtuoAdjust_CheckedChanged);
  762. //
  763. // tbBrightness
  764. //
  765. this.tbBrightness.Location = new System.Drawing.Point(229, 398);
  766. this.tbBrightness.MaxLength = 3;
  767. this.tbBrightness.Name = "tbBrightness";
  768. this.tbBrightness.Size = new System.Drawing.Size(100, 27);
  769. this.tbBrightness.TabIndex = 127;
  770. this.tbBrightness.TextChanged += new System.EventHandler(this.tbBrightness_TextChanged);
  771. this.tbBrightness.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbBrightness_KeyPress);
  772. //
  773. // label4
  774. //
  775. this.label4.AutoSize = true;
  776. this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  777. this.label4.Location = new System.Drawing.Point(188, 401);
  778. this.label4.Name = "label4";
  779. this.label4.Size = new System.Drawing.Size(44, 23);
  780. this.label4.TabIndex = 129;
  781. this.label4.Text = "亮度";
  782. //
  783. // label5
  784. //
  785. this.label5.AutoSize = true;
  786. this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  787. this.label5.Location = new System.Drawing.Point(464, 400);
  788. this.label5.Name = "label5";
  789. this.label5.Size = new System.Drawing.Size(61, 23);
  790. this.label5.TabIndex = 130;
  791. this.label5.Text = "对比度";
  792. //
  793. // label7
  794. //
  795. this.label7.AutoSize = true;
  796. this.label7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.label7.Location = new System.Drawing.Point(332, 401);
  798. this.label7.Name = "label7";
  799. this.label7.Size = new System.Drawing.Size(25, 23);
  800. this.label7.TabIndex = 131;
  801. this.label7.Text = "%";
  802. //
  803. // label8
  804. //
  805. this.label8.AutoSize = true;
  806. this.label8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.label8.Location = new System.Drawing.Point(624, 402);
  808. this.label8.Name = "label8";
  809. this.label8.Size = new System.Drawing.Size(25, 23);
  810. this.label8.TabIndex = 132;
  811. this.label8.Text = "%";
  812. //
  813. // tbGear3to4
  814. //
  815. this.tbGear3to4.Location = new System.Drawing.Point(141, 499);
  816. this.tbGear3to4.Name = "tbGear3to4";
  817. this.tbGear3to4.Size = new System.Drawing.Size(100, 27);
  818. this.tbGear3to4.TabIndex = 32;
  819. this.tbGear3to4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_KeyPress);
  820. //
  821. // tbGear2to3
  822. //
  823. this.tbGear2to3.Location = new System.Drawing.Point(141, 466);
  824. this.tbGear2to3.Name = "tbGear2to3";
  825. this.tbGear2to3.Size = new System.Drawing.Size(100, 27);
  826. this.tbGear2to3.TabIndex = 31;
  827. this.tbGear2to3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_KeyPress);
  828. //
  829. // tbGear1to2
  830. //
  831. this.tbGear1to2.Location = new System.Drawing.Point(141, 433);
  832. this.tbGear1to2.Name = "tbGear1to2";
  833. this.tbGear1to2.Size = new System.Drawing.Size(100, 27);
  834. this.tbGear1to2.TabIndex = 30;
  835. this.tbGear1to2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_KeyPress);
  836. //
  837. // label9
  838. //
  839. this.label9.AutoSize = true;
  840. this.label9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  841. this.label9.Location = new System.Drawing.Point(307, 466);
  842. this.label9.Name = "label9";
  843. this.label9.Size = new System.Drawing.Size(72, 23);
  844. this.label9.TabIndex = 19;
  845. this.label9.Text = "X偏移值";
  846. //
  847. // label10
  848. //
  849. this.label10.AutoSize = true;
  850. this.label10.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  851. this.label10.Location = new System.Drawing.Point(44, 436);
  852. this.label10.Name = "label10";
  853. this.label10.Size = new System.Drawing.Size(115, 23);
  854. this.label10.TabIndex = 6;
  855. this.label10.Text = "挡位1至挡位2";
  856. //
  857. // label12
  858. //
  859. this.label12.AutoSize = true;
  860. this.label12.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. this.label12.Location = new System.Drawing.Point(556, 499);
  862. this.label12.Name = "label12";
  863. this.label12.Size = new System.Drawing.Size(71, 23);
  864. this.label12.TabIndex = 24;
  865. this.label12.Text = "Y偏移值";
  866. //
  867. // label11
  868. //
  869. this.label11.AutoSize = true;
  870. this.label11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.label11.Location = new System.Drawing.Point(44, 469);
  872. this.label11.Name = "label11";
  873. this.label11.Size = new System.Drawing.Size(115, 23);
  874. this.label11.TabIndex = 7;
  875. this.label11.Text = "挡位2至挡位3";
  876. //
  877. // label13
  878. //
  879. this.label13.AutoSize = true;
  880. this.label13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  881. this.label13.Location = new System.Drawing.Point(556, 466);
  882. this.label13.Name = "label13";
  883. this.label13.Size = new System.Drawing.Size(71, 23);
  884. this.label13.TabIndex = 23;
  885. this.label13.Text = "Y偏移值";
  886. //
  887. // label14
  888. //
  889. this.label14.AutoSize = true;
  890. this.label14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. this.label14.Location = new System.Drawing.Point(44, 502);
  892. this.label14.Name = "label14";
  893. this.label14.Size = new System.Drawing.Size(115, 23);
  894. this.label14.TabIndex = 8;
  895. this.label14.Text = "挡位3至档位4";
  896. //
  897. // label15
  898. //
  899. this.label15.AutoSize = true;
  900. this.label15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  901. this.label15.Location = new System.Drawing.Point(556, 433);
  902. this.label15.Name = "label15";
  903. this.label15.Size = new System.Drawing.Size(71, 23);
  904. this.label15.TabIndex = 22;
  905. this.label15.Text = "Y偏移值";
  906. //
  907. // tbGear1to2_Xdeviation
  908. //
  909. this.tbGear1to2_Xdeviation.Location = new System.Drawing.Point(378, 430);
  910. this.tbGear1to2_Xdeviation.Name = "tbGear1to2_Xdeviation";
  911. this.tbGear1to2_Xdeviation.Size = new System.Drawing.Size(100, 27);
  912. this.tbGear1to2_Xdeviation.TabIndex = 10;
  913. this.tbGear1to2_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_Xdeviation_KeyPress);
  914. //
  915. // label16
  916. //
  917. this.label16.AutoSize = true;
  918. this.label16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  919. this.label16.Location = new System.Drawing.Point(307, 499);
  920. this.label16.Name = "label16";
  921. this.label16.Size = new System.Drawing.Size(72, 23);
  922. this.label16.TabIndex = 20;
  923. this.label16.Text = "X偏移值";
  924. //
  925. // tbGear1to2_Ydeviation
  926. //
  927. this.tbGear1to2_Ydeviation.Location = new System.Drawing.Point(628, 430);
  928. this.tbGear1to2_Ydeviation.Name = "tbGear1to2_Ydeviation";
  929. this.tbGear1to2_Ydeviation.Size = new System.Drawing.Size(100, 27);
  930. this.tbGear1to2_Ydeviation.TabIndex = 11;
  931. this.tbGear1to2_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear1to2_Ydeviation_KeyPress);
  932. //
  933. // tbGear2to3_Xdeviation
  934. //
  935. this.tbGear2to3_Xdeviation.Location = new System.Drawing.Point(378, 463);
  936. this.tbGear2to3_Xdeviation.Name = "tbGear2to3_Xdeviation";
  937. this.tbGear2to3_Xdeviation.Size = new System.Drawing.Size(100, 27);
  938. this.tbGear2to3_Xdeviation.TabIndex = 12;
  939. this.tbGear2to3_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_Xdeviation_KeyPress);
  940. //
  941. // label17
  942. //
  943. this.label17.AutoSize = true;
  944. this.label17.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  945. this.label17.Location = new System.Drawing.Point(307, 433);
  946. this.label17.Name = "label17";
  947. this.label17.Size = new System.Drawing.Size(72, 23);
  948. this.label17.TabIndex = 18;
  949. this.label17.Text = "X偏移值";
  950. //
  951. // tbGear2to3_Ydeviation
  952. //
  953. this.tbGear2to3_Ydeviation.Location = new System.Drawing.Point(628, 463);
  954. this.tbGear2to3_Ydeviation.Name = "tbGear2to3_Ydeviation";
  955. this.tbGear2to3_Ydeviation.Size = new System.Drawing.Size(100, 27);
  956. this.tbGear2to3_Ydeviation.TabIndex = 13;
  957. this.tbGear2to3_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear2to3_Ydeviation_KeyPress);
  958. //
  959. // tbGear3to4_Xdeviation
  960. //
  961. this.tbGear3to4_Xdeviation.Location = new System.Drawing.Point(378, 496);
  962. this.tbGear3to4_Xdeviation.Name = "tbGear3to4_Xdeviation";
  963. this.tbGear3to4_Xdeviation.Size = new System.Drawing.Size(100, 27);
  964. this.tbGear3to4_Xdeviation.TabIndex = 14;
  965. this.tbGear3to4_Xdeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_Xdeviation_KeyPress);
  966. //
  967. // tbGear3to4_Ydeviation
  968. //
  969. this.tbGear3to4_Ydeviation.Location = new System.Drawing.Point(628, 496);
  970. this.tbGear3to4_Ydeviation.Name = "tbGear3to4_Ydeviation";
  971. this.tbGear3to4_Ydeviation.Size = new System.Drawing.Size(100, 27);
  972. this.tbGear3to4_Ydeviation.TabIndex = 15;
  973. this.tbGear3to4_Ydeviation.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbGear3to4_Ydeviation_KeyPress);
  974. //
  975. // chkGearSwitch
  976. //
  977. this.chkGearSwitch.AutoSize = true;
  978. this.chkGearSwitch.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  979. this.chkGearSwitch.Location = new System.Drawing.Point(176, 374);
  980. this.chkGearSwitch.Name = "chkGearSwitch";
  981. this.chkGearSwitch.Size = new System.Drawing.Size(100, 27);
  982. this.chkGearSwitch.TabIndex = 134;
  983. this.chkGearSwitch.Text = "放大挡位";
  984. this.chkGearSwitch.UseVisualStyleBackColor = true;
  985. //
  986. // tbContrast
  987. //
  988. this.tbContrast.Location = new System.Drawing.Point(518, 398);
  989. this.tbContrast.MaxLength = 3;
  990. this.tbContrast.Name = "tbContrast";
  991. this.tbContrast.Size = new System.Drawing.Size(100, 27);
  992. this.tbContrast.TabIndex = 135;
  993. this.tbContrast.TextChanged += new System.EventHandler(this.tbContrast_TextChanged);
  994. this.tbContrast.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbContrast_KeyPress);
  995. //
  996. // txtScanRotCur
  997. //
  998. this.txtScanRotCur.Location = new System.Drawing.Point(174, 285);
  999. this.txtScanRotCur.Name = "txtScanRotCur";
  1000. this.txtScanRotCur.Size = new System.Drawing.Size(155, 27);
  1001. this.txtScanRotCur.TabIndex = 136;
  1002. //
  1003. // btnHandSavePoints
  1004. //
  1005. this.btnHandSavePoints.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1006. this.btnHandSavePoints.Image = global::HOZProject.Properties.Resources.BatchImport;
  1007. this.btnHandSavePoints.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1008. this.btnHandSavePoints.Location = new System.Drawing.Point(527, 72);
  1009. this.btnHandSavePoints.Name = "btnHandSavePoints";
  1010. this.btnHandSavePoints.Size = new System.Drawing.Size(103, 25);
  1011. this.btnHandSavePoints.TabIndex = 137;
  1012. this.btnHandSavePoints.Text = "手动添加点";
  1013. this.btnHandSavePoints.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1014. this.btnHandSavePoints.UseVisualStyleBackColor = true;
  1015. this.btnHandSavePoints.Click += new System.EventHandler(this.btnHandSavePoints_Click);
  1016. //
  1017. // chkEDS
  1018. //
  1019. this.chkEDS.AutoSize = true;
  1020. this.chkEDS.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1021. this.chkEDS.ForeColor = System.Drawing.Color.Black;
  1022. this.chkEDS.Location = new System.Drawing.Point(431, 156);
  1023. this.chkEDS.Margin = new System.Windows.Forms.Padding(2);
  1024. this.chkEDS.Name = "chkEDS";
  1025. this.chkEDS.Size = new System.Drawing.Size(100, 27);
  1026. this.chkEDS.TabIndex = 138;
  1027. this.chkEDS.Text = "能谱测量";
  1028. this.chkEDS.UseVisualStyleBackColor = true;
  1029. //
  1030. // txtEDSZ
  1031. //
  1032. this.txtEDSZ.Location = new System.Drawing.Point(174, 312);
  1033. this.txtEDSZ.Name = "txtEDSZ";
  1034. this.txtEDSZ.Size = new System.Drawing.Size(155, 27);
  1035. this.txtEDSZ.TabIndex = 140;
  1036. //
  1037. // label18
  1038. //
  1039. this.label18.AutoSize = true;
  1040. this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1041. this.label18.ForeColor = System.Drawing.Color.Black;
  1042. this.label18.Location = new System.Drawing.Point(42, 314);
  1043. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1044. this.label18.Name = "label18";
  1045. this.label18.Size = new System.Drawing.Size(123, 20);
  1046. this.label18.TabIndex = 139;
  1047. this.label18.Text = "能谱Z轴移动位置";
  1048. //
  1049. // label19
  1050. //
  1051. this.label19.AutoSize = true;
  1052. this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1053. this.label19.ForeColor = System.Drawing.Color.Black;
  1054. this.label19.Location = new System.Drawing.Point(334, 314);
  1055. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1056. this.label19.Name = "label19";
  1057. this.label19.Size = new System.Drawing.Size(37, 20);
  1058. this.label19.TabIndex = 141;
  1059. this.label19.Text = "mm";
  1060. //
  1061. // label20
  1062. //
  1063. this.label20.AutoSize = true;
  1064. this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1065. this.label20.ForeColor = System.Drawing.Color.Black;
  1066. this.label20.Location = new System.Drawing.Point(662, 314);
  1067. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1068. this.label20.Name = "label20";
  1069. this.label20.Size = new System.Drawing.Size(19, 20);
  1070. this.label20.TabIndex = 144;
  1071. this.label20.Text = "V";
  1072. //
  1073. // label21
  1074. //
  1075. this.label21.AutoSize = true;
  1076. this.label21.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1077. this.label21.ForeColor = System.Drawing.Color.Black;
  1078. this.label21.Location = new System.Drawing.Point(421, 314);
  1079. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1080. this.label21.Name = "label21";
  1081. this.label21.Size = new System.Drawing.Size(84, 20);
  1082. this.label21.TabIndex = 142;
  1083. this.label21.Text = "能谱电压值";
  1084. //
  1085. // label22
  1086. //
  1087. this.label22.AutoSize = true;
  1088. this.label22.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1089. this.label22.ForeColor = System.Drawing.Color.Black;
  1090. this.label22.Location = new System.Drawing.Point(334, 343);
  1091. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1092. this.label22.Name = "label22";
  1093. this.label22.Size = new System.Drawing.Size(29, 20);
  1094. this.label22.TabIndex = 147;
  1095. this.label22.Text = "nA";
  1096. //
  1097. // label23
  1098. //
  1099. this.label23.AutoSize = true;
  1100. this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1101. this.label23.ForeColor = System.Drawing.Color.Black;
  1102. this.label23.Location = new System.Drawing.Point(81, 343);
  1103. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1104. this.label23.Name = "label23";
  1105. this.label23.Size = new System.Drawing.Size(84, 20);
  1106. this.label23.TabIndex = 145;
  1107. this.label23.Text = "能谱电流值";
  1108. //
  1109. // cbbEDSV
  1110. //
  1111. this.cbbEDSV.Font = new System.Drawing.Font("宋体", 10F);
  1112. this.cbbEDSV.ForeColor = System.Drawing.SystemColors.WindowText;
  1113. this.cbbEDSV.FormattingEnabled = true;
  1114. this.cbbEDSV.Items.AddRange(new object[] {
  1115. "6000",
  1116. "7000",
  1117. "8000",
  1118. "9000",
  1119. "10000",
  1120. "11000",
  1121. "12000"});
  1122. this.cbbEDSV.Location = new System.Drawing.Point(502, 312);
  1123. this.cbbEDSV.Margin = new System.Windows.Forms.Padding(2);
  1124. this.cbbEDSV.Name = "cbbEDSV";
  1125. this.cbbEDSV.Size = new System.Drawing.Size(155, 25);
  1126. this.cbbEDSV.TabIndex = 148;
  1127. //
  1128. // cbbEDSA
  1129. //
  1130. this.cbbEDSA.Font = new System.Drawing.Font("宋体", 10F);
  1131. this.cbbEDSA.ForeColor = System.Drawing.SystemColors.WindowText;
  1132. this.cbbEDSA.FormattingEnabled = true;
  1133. this.cbbEDSA.Items.AddRange(new object[] {
  1134. "0.1",
  1135. "0.2",
  1136. "0.5",
  1137. "1.0",
  1138. "2.0"});
  1139. this.cbbEDSA.Location = new System.Drawing.Point(174, 339);
  1140. this.cbbEDSA.Margin = new System.Windows.Forms.Padding(2);
  1141. this.cbbEDSA.Name = "cbbEDSA";
  1142. this.cbbEDSA.Size = new System.Drawing.Size(155, 25);
  1143. this.cbbEDSA.TabIndex = 149;
  1144. //
  1145. // tbScanSpeedNormal
  1146. //
  1147. this.tbScanSpeedNormal.Location = new System.Drawing.Point(140, 548);
  1148. this.tbScanSpeedNormal.Name = "tbScanSpeedNormal";
  1149. this.tbScanSpeedNormal.Size = new System.Drawing.Size(100, 27);
  1150. this.tbScanSpeedNormal.TabIndex = 155;
  1151. this.tbScanSpeedNormal.Text = "4";
  1152. this.tbScanSpeedNormal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1153. this.tbScanSpeedNormal.Visible = false;
  1154. //
  1155. // label24
  1156. //
  1157. this.label24.AutoSize = true;
  1158. this.label24.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1159. this.label24.Location = new System.Drawing.Point(495, 548);
  1160. this.label24.Name = "label24";
  1161. this.label24.Size = new System.Drawing.Size(146, 23);
  1162. this.label24.TabIndex = 154;
  1163. this.label24.Text = "高倍拍照扫描速度";
  1164. this.label24.Visible = false;
  1165. //
  1166. // label25
  1167. //
  1168. this.label25.AutoSize = true;
  1169. this.label25.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1170. this.label25.Location = new System.Drawing.Point(43, 551);
  1171. this.label25.Name = "label25";
  1172. this.label25.Size = new System.Drawing.Size(112, 23);
  1173. this.label25.TabIndex = 150;
  1174. this.label25.Text = "正常扫描速度";
  1175. this.label25.Visible = false;
  1176. //
  1177. // label26
  1178. //
  1179. this.label26.AutoSize = true;
  1180. this.label26.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1181. this.label26.Location = new System.Drawing.Point(270, 548);
  1182. this.label26.Name = "label26";
  1183. this.label26.Size = new System.Drawing.Size(112, 23);
  1184. this.label26.TabIndex = 153;
  1185. this.label26.Text = "对焦扫描速度";
  1186. this.label26.Visible = false;
  1187. //
  1188. // tbScanSpeedFocus
  1189. //
  1190. this.tbScanSpeedFocus.Location = new System.Drawing.Point(377, 545);
  1191. this.tbScanSpeedFocus.Name = "tbScanSpeedFocus";
  1192. this.tbScanSpeedFocus.Size = new System.Drawing.Size(100, 27);
  1193. this.tbScanSpeedFocus.TabIndex = 151;
  1194. this.tbScanSpeedFocus.Text = "5";
  1195. this.tbScanSpeedFocus.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1196. this.tbScanSpeedFocus.Visible = false;
  1197. //
  1198. // tbScanSpeedHigh
  1199. //
  1200. this.tbScanSpeedHigh.Location = new System.Drawing.Point(627, 545);
  1201. this.tbScanSpeedHigh.Name = "tbScanSpeedHigh";
  1202. this.tbScanSpeedHigh.Size = new System.Drawing.Size(100, 27);
  1203. this.tbScanSpeedHigh.TabIndex = 152;
  1204. this.tbScanSpeedHigh.Text = "7";
  1205. this.tbScanSpeedHigh.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  1206. this.tbScanSpeedHigh.Visible = false;
  1207. //
  1208. // UControl_Init
  1209. //
  1210. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
  1211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1212. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  1213. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1214. this.Controls.Add(this.tbScanSpeedHigh);
  1215. this.Controls.Add(this.tbScanSpeedFocus);
  1216. this.Controls.Add(this.tbScanSpeedNormal);
  1217. this.Controls.Add(this.label24);
  1218. this.Controls.Add(this.label25);
  1219. this.Controls.Add(this.label26);
  1220. this.Controls.Add(this.cbbEDSA);
  1221. this.Controls.Add(this.cbbEDSV);
  1222. this.Controls.Add(this.label22);
  1223. this.Controls.Add(this.label23);
  1224. this.Controls.Add(this.label20);
  1225. this.Controls.Add(this.label21);
  1226. this.Controls.Add(this.label19);
  1227. this.Controls.Add(this.txtEDSZ);
  1228. this.Controls.Add(this.label18);
  1229. this.Controls.Add(this.chkEDS);
  1230. this.Controls.Add(this.btnHandSavePoints);
  1231. this.Controls.Add(this.txtScanRotCur);
  1232. this.Controls.Add(this.tbContrast);
  1233. this.Controls.Add(this.chkGearSwitch);
  1234. this.Controls.Add(this.tbGear3to4);
  1235. this.Controls.Add(this.tbGear2to3);
  1236. this.Controls.Add(this.label8);
  1237. this.Controls.Add(this.tbGear1to2);
  1238. this.Controls.Add(this.label7);
  1239. this.Controls.Add(this.label9);
  1240. this.Controls.Add(this.label5);
  1241. this.Controls.Add(this.label10);
  1242. this.Controls.Add(this.label4);
  1243. this.Controls.Add(this.label12);
  1244. this.Controls.Add(this.label11);
  1245. this.Controls.Add(this.tbBrightness);
  1246. this.Controls.Add(this.label13);
  1247. this.Controls.Add(this.chkFIBAtuoAdjust);
  1248. this.Controls.Add(this.label14);
  1249. this.Controls.Add(this.chkFIBAdjust);
  1250. this.Controls.Add(this.label15);
  1251. this.Controls.Add(this.panel2);
  1252. this.Controls.Add(this.tbGear1to2_Xdeviation);
  1253. this.Controls.Add(this.btnFIBTemplateFile);
  1254. this.Controls.Add(this.label16);
  1255. this.Controls.Add(this.btnPTTemplateFile);
  1256. this.Controls.Add(this.tbGear1to2_Ydeviation);
  1257. this.Controls.Add(this.btnCutHoleAuto);
  1258. this.Controls.Add(this.tbGear2to3_Xdeviation);
  1259. this.Controls.Add(this.btnCutHoleFile);
  1260. this.Controls.Add(this.label17);
  1261. this.Controls.Add(this.tbGear2to3_Ydeviation);
  1262. this.Controls.Add(this.tbGear3to4_Xdeviation);
  1263. this.Controls.Add(this.txtYPSCur);
  1264. this.Controls.Add(this.tbGear3to4_Ydeviation);
  1265. this.Controls.Add(this.label3);
  1266. this.Controls.Add(this.chkWqxkc);
  1267. this.Controls.Add(this.label2);
  1268. this.Controls.Add(this.label50);
  1269. this.Controls.Add(this.pbDelWLZ);
  1270. this.Controls.Add(this.pbDelWQGD);
  1271. this.Controls.Add(this.pbWQGFDel);
  1272. this.Controls.Add(this.pbDelWPZD);
  1273. this.Controls.Add(this.pbDelWPZF);
  1274. this.Controls.Add(this.pbDelWYP);
  1275. this.Controls.Add(this.pbDelWCS);
  1276. this.Controls.Add(this.txtWFIBF);
  1277. this.Controls.Add(this.cbbWPZD);
  1278. this.Controls.Add(this.cbbWPZF);
  1279. this.Controls.Add(this.cbbWQGD);
  1280. this.Controls.Add(this.cbbWQGF);
  1281. this.Controls.Add(this.cbbWLZ);
  1282. this.Controls.Add(this.cbbWXZ);
  1283. this.Controls.Add(this.cbbWCS);
  1284. this.Controls.Add(this.cbbWYP);
  1285. this.Controls.Add(this.label58);
  1286. this.Controls.Add(this.label54);
  1287. this.Controls.Add(this.label46);
  1288. this.Controls.Add(this.label42);
  1289. this.Controls.Add(this.label38);
  1290. this.Controls.Add(this.chkWIsP);
  1291. this.Controls.Add(this.label48);
  1292. this.Controls.Add(this.label56);
  1293. this.Controls.Add(this.label59);
  1294. this.Controls.Add(this.label61);
  1295. this.Controls.Add(this.chkWPT);
  1296. this.Controls.Add(this.label6);
  1297. this.Controls.Add(this.chkManul);
  1298. this.Controls.Add(this.lblCutHoleCount);
  1299. this.Controls.Add(this.txtWPTF);
  1300. this.Controls.Add(this.tbCutHoleFilePath);
  1301. this.Controls.Add(this.panel1);
  1302. this.Font = new System.Drawing.Font("宋体", 10F);
  1303. this.ForeColor = System.Drawing.SystemColors.WindowText;
  1304. this.Name = "UControl_Init";
  1305. this.Size = new System.Drawing.Size(770, 627);
  1306. this.Load += new System.EventHandler(this.UControl_Init_Load);
  1307. this.panel1.ResumeLayout(false);
  1308. this.panel1.PerformLayout();
  1309. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  1310. ((System.ComponentModel.ISupportInitialize)(this.pbDelWLZ)).EndInit();
  1311. ((System.ComponentModel.ISupportInitialize)(this.pbDelWQGD)).EndInit();
  1312. ((System.ComponentModel.ISupportInitialize)(this.pbWQGFDel)).EndInit();
  1313. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZD)).EndInit();
  1314. ((System.ComponentModel.ISupportInitialize)(this.pbDelWPZF)).EndInit();
  1315. ((System.ComponentModel.ISupportInitialize)(this.pbDelWYP)).EndInit();
  1316. ((System.ComponentModel.ISupportInitialize)(this.pbDelWCS)).EndInit();
  1317. this.panel2.ResumeLayout(false);
  1318. this.ResumeLayout(false);
  1319. this.PerformLayout();
  1320. }
  1321. #endregion
  1322. private System.Windows.Forms.Label label1;
  1323. private System.Windows.Forms.Panel panel1;
  1324. private System.Windows.Forms.TextBox tbCutHoleFilePath;
  1325. private System.Windows.Forms.Label lblCutHoleCount;
  1326. private System.Windows.Forms.CheckBox chkManul;
  1327. private System.Windows.Forms.Label label6;
  1328. private System.Windows.Forms.ComboBox cbbWPZD;
  1329. private System.Windows.Forms.ComboBox cbbWPZF;
  1330. private System.Windows.Forms.ComboBox cbbWQGD;
  1331. private System.Windows.Forms.ComboBox cbbWQGF;
  1332. private System.Windows.Forms.ComboBox cbbWLZ;
  1333. private System.Windows.Forms.ComboBox cbbWXZ;
  1334. private System.Windows.Forms.ComboBox cbbWCS;
  1335. private System.Windows.Forms.ComboBox cbbWYP;
  1336. private System.Windows.Forms.Label label58;
  1337. private System.Windows.Forms.Label label50;
  1338. private System.Windows.Forms.Label label54;
  1339. private System.Windows.Forms.Label label46;
  1340. private System.Windows.Forms.Label label42;
  1341. private System.Windows.Forms.Label label38;
  1342. private System.Windows.Forms.CheckBox chkWIsP;
  1343. private System.Windows.Forms.TextBox txtWPTF;
  1344. private System.Windows.Forms.Label label48;
  1345. private System.Windows.Forms.Label label56;
  1346. private System.Windows.Forms.Label label59;
  1347. private System.Windows.Forms.Label label61;
  1348. private System.Windows.Forms.CheckBox chkWPT;
  1349. private System.Windows.Forms.TextBox txtWFIBF;
  1350. private System.Windows.Forms.PictureBox pbDelWCS;
  1351. private System.Windows.Forms.PictureBox pbClose;
  1352. private System.Windows.Forms.PictureBox pbDelWYP;
  1353. private System.Windows.Forms.PictureBox pbDelWPZD;
  1354. private System.Windows.Forms.PictureBox pbDelWPZF;
  1355. private System.Windows.Forms.PictureBox pbDelWQGD;
  1356. private System.Windows.Forms.PictureBox pbWQGFDel;
  1357. private System.Windows.Forms.PictureBox pbDelWLZ;
  1358. private System.Windows.Forms.Label label2;
  1359. private System.Windows.Forms.CheckBox chkWqxkc;
  1360. private System.Windows.Forms.Label label3;
  1361. private System.Windows.Forms.TextBox txtYPSCur;
  1362. private System.Windows.Forms.Button btnCutHoleFile;
  1363. private System.Windows.Forms.Button btnCutHoleAuto;
  1364. private System.Windows.Forms.Button btnPTTemplateFile;
  1365. private System.Windows.Forms.Button btnFIBTemplateFile;
  1366. private System.Windows.Forms.Panel panel2;
  1367. private System.Windows.Forms.Button btnSaveDefalutPara;
  1368. private System.Windows.Forms.Button btnCreateConfig;
  1369. private System.Windows.Forms.CheckBox chkFIBAdjust;
  1370. private System.Windows.Forms.CheckBox chkFIBAtuoAdjust;
  1371. private System.Windows.Forms.TextBox tbBrightness;
  1372. private System.Windows.Forms.Label label4;
  1373. private System.Windows.Forms.Label label5;
  1374. private System.Windows.Forms.Label label7;
  1375. private System.Windows.Forms.Label label8;
  1376. private System.Windows.Forms.TextBox tbGear3to4;
  1377. private System.Windows.Forms.TextBox tbGear2to3;
  1378. private System.Windows.Forms.TextBox tbGear1to2;
  1379. private System.Windows.Forms.Label label9;
  1380. private System.Windows.Forms.Label label10;
  1381. private System.Windows.Forms.Label label12;
  1382. private System.Windows.Forms.Label label11;
  1383. private System.Windows.Forms.Label label13;
  1384. private System.Windows.Forms.Label label14;
  1385. private System.Windows.Forms.Label label15;
  1386. private System.Windows.Forms.TextBox tbGear1to2_Xdeviation;
  1387. private System.Windows.Forms.Label label16;
  1388. private System.Windows.Forms.TextBox tbGear1to2_Ydeviation;
  1389. private System.Windows.Forms.TextBox tbGear2to3_Xdeviation;
  1390. private System.Windows.Forms.Label label17;
  1391. private System.Windows.Forms.TextBox tbGear2to3_Ydeviation;
  1392. private System.Windows.Forms.TextBox tbGear3to4_Xdeviation;
  1393. private System.Windows.Forms.TextBox tbGear3to4_Ydeviation;
  1394. private System.Windows.Forms.CheckBox chkGearSwitch;
  1395. private System.Windows.Forms.TextBox tbContrast;
  1396. private System.Windows.Forms.TextBox txtScanRotCur;
  1397. private System.Windows.Forms.Button btnHandSavePoints;
  1398. private System.Windows.Forms.CheckBox chkEDS;
  1399. private System.Windows.Forms.TextBox txtEDSZ;
  1400. private System.Windows.Forms.Label label18;
  1401. private System.Windows.Forms.Label label19;
  1402. private System.Windows.Forms.Label label20;
  1403. private System.Windows.Forms.Label label21;
  1404. private System.Windows.Forms.Label label22;
  1405. private System.Windows.Forms.Label label23;
  1406. private System.Windows.Forms.ComboBox cbbEDSV;
  1407. private System.Windows.Forms.ComboBox cbbEDSA;
  1408. private System.Windows.Forms.TextBox tbScanSpeedNormal;
  1409. private System.Windows.Forms.Label label24;
  1410. private System.Windows.Forms.Label label25;
  1411. private System.Windows.Forms.Label label26;
  1412. private System.Windows.Forms.TextBox tbScanSpeedFocus;
  1413. private System.Windows.Forms.TextBox tbScanSpeedHigh;
  1414. }
  1415. }