UControl_Init.Designer.cs 79 KB

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