UControl_Init.Designer.cs 82 KB

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