UControl_Init.Designer.cs 78 KB

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