UControl_Init.Designer.cs 78 KB

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