SemTestForms.Designer.cs 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272
  1. namespace OTSSysMgrApp
  2. {
  3. partial class SemTestForms
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SemTestForms));
  29. this.BtnConnect = new System.Windows.Forms.Button();
  30. this.gbGetMethods = new System.Windows.Forms.GroupBox();
  31. this.label17 = new System.Windows.Forms.Label();
  32. this.cbHT = new System.Windows.Forms.CheckBox();
  33. this.btnHT = new System.Windows.Forms.Button();
  34. this.btnGContrast = new System.Windows.Forms.Button();
  35. this.btnGScanMode = new System.Windows.Forms.Button();
  36. this.btnGLienTime = new System.Windows.Forms.Button();
  37. this.btnGFWD = new System.Windows.Forms.Button();
  38. this.btnGMagnification = new System.Windows.Forms.Button();
  39. this.btnGBeamBlank = new System.Windows.Forms.Button();
  40. this.btnGKV = new System.Windows.Forms.Button();
  41. this.btnGBrightness = new System.Windows.Forms.Button();
  42. this.btnGSpotSize = new System.Windows.Forms.Button();
  43. this.btnGPositionXYR = new System.Windows.Forms.Button();
  44. this.tbScanMode = new System.Windows.Forms.TextBox();
  45. this.tbSpotSize = new System.Windows.Forms.TextBox();
  46. this.tbMagnification = new System.Windows.Forms.TextBox();
  47. this.tbLienTime = new System.Windows.Forms.TextBox();
  48. this.tbKV = new System.Windows.Forms.TextBox();
  49. this.tbFWD = new System.Windows.Forms.TextBox();
  50. this.tbContrast = new System.Windows.Forms.TextBox();
  51. this.tbBrightness = new System.Windows.Forms.TextBox();
  52. this.tbBeamBlank = new System.Windows.Forms.TextBox();
  53. this.lblGHT = new System.Windows.Forms.Label();
  54. this.lblGScanMode = new System.Windows.Forms.Label();
  55. this.lblGKV = new System.Windows.Forms.Label();
  56. this.tbPositionR = new System.Windows.Forms.TextBox();
  57. this.lblGFWD = new System.Windows.Forms.Label();
  58. this.lblGContrast = new System.Windows.Forms.Label();
  59. this.tbPositionY = new System.Windows.Forms.TextBox();
  60. this.lblGBrightness = new System.Windows.Forms.Label();
  61. this.lblGSpotSize = new System.Windows.Forms.Label();
  62. this.tbPositionX = new System.Windows.Forms.TextBox();
  63. this.lblGMagnification = new System.Windows.Forms.Label();
  64. this.lblGPositionR = new System.Windows.Forms.Label();
  65. this.lblGBeamBlank = new System.Windows.Forms.Label();
  66. this.lblGPositionY = new System.Windows.Forms.Label();
  67. this.lblGLienTime = new System.Windows.Forms.Label();
  68. this.lblGPositionX = new System.Windows.Forms.Label();
  69. this.btnDone = new System.Windows.Forms.Button();
  70. this.gbSetMethods = new System.Windows.Forms.GroupBox();
  71. this.label16 = new System.Windows.Forms.Label();
  72. this.cbSHT = new System.Windows.Forms.CheckBox();
  73. this.btnSHT = new System.Windows.Forms.Button();
  74. this.btnSContrast = new System.Windows.Forms.Button();
  75. this.btnScanMode = new System.Windows.Forms.Button();
  76. this.btnSLienTime = new System.Windows.Forms.Button();
  77. this.tbSScanMode = new System.Windows.Forms.TextBox();
  78. this.label12 = new System.Windows.Forms.Label();
  79. this.btnSFWD = new System.Windows.Forms.Button();
  80. this.btnSMagnification = new System.Windows.Forms.Button();
  81. this.btnSBeamBlank = new System.Windows.Forms.Button();
  82. this.btnSKV = new System.Windows.Forms.Button();
  83. this.tbSLienTime = new System.Windows.Forms.TextBox();
  84. this.btnSBrightness = new System.Windows.Forms.Button();
  85. this.label2 = new System.Windows.Forms.Label();
  86. this.btnSSpotSize = new System.Windows.Forms.Button();
  87. this.btnMoveSEMToPoint = new System.Windows.Forms.Button();
  88. this.btnSPositionXYR = new System.Windows.Forms.Button();
  89. this.tbSSpotSize = new System.Windows.Forms.TextBox();
  90. this.tbSMagnification = new System.Windows.Forms.TextBox();
  91. this.tbSKV = new System.Windows.Forms.TextBox();
  92. this.tbSFWD = new System.Windows.Forms.TextBox();
  93. this.tbSContrast = new System.Windows.Forms.TextBox();
  94. this.tbSBrightness = new System.Windows.Forms.TextBox();
  95. this.tbSBeamBlank = new System.Windows.Forms.TextBox();
  96. this.tbSPositionR = new System.Windows.Forms.TextBox();
  97. this.label13 = new System.Windows.Forms.Label();
  98. this.tbSPositionY = new System.Windows.Forms.TextBox();
  99. this.tbSPositionX = new System.Windows.Forms.TextBox();
  100. this.label11 = new System.Windows.Forms.Label();
  101. this.label1 = new System.Windows.Forms.Label();
  102. this.label10 = new System.Windows.Forms.Label();
  103. this.label3 = new System.Windows.Forms.Label();
  104. this.label9 = new System.Windows.Forms.Label();
  105. this.label4 = new System.Windows.Forms.Label();
  106. this.label5 = new System.Windows.Forms.Label();
  107. this.label8 = new System.Windows.Forms.Label();
  108. this.label6 = new System.Windows.Forms.Label();
  109. this.label7 = new System.Windows.Forms.Label();
  110. this.bVoltageClose = new System.Windows.Forms.Button();
  111. this.bVoltageStatus = new System.Windows.Forms.Button();
  112. this.button1 = new System.Windows.Forms.Button();
  113. this.button2 = new System.Windows.Forms.Button();
  114. this.btn_HIGH_VACUUM = new System.Windows.Forms.Button();
  115. this.btn_StopImageAcquisition = new System.Windows.Forms.Button();
  116. this.button3 = new System.Windows.Forms.Button();
  117. this.btn_FullFrame = new System.Windows.Forms.Button();
  118. this.btn_SetReducedArea = new System.Windows.Forms.Button();
  119. this.gbGetMethods.SuspendLayout();
  120. this.gbSetMethods.SuspendLayout();
  121. this.SuspendLayout();
  122. //
  123. // BtnConnect
  124. //
  125. this.BtnConnect.Location = new System.Drawing.Point(541, 417);
  126. this.BtnConnect.Margin = new System.Windows.Forms.Padding(2);
  127. this.BtnConnect.Name = "BtnConnect";
  128. this.BtnConnect.Size = new System.Drawing.Size(77, 33);
  129. this.BtnConnect.TabIndex = 7;
  130. this.BtnConnect.Text = "连接";
  131. this.BtnConnect.UseVisualStyleBackColor = true;
  132. this.BtnConnect.Click += new System.EventHandler(this.BtnConnect_Click);
  133. //
  134. // gbGetMethods
  135. //
  136. this.gbGetMethods.Controls.Add(this.label17);
  137. this.gbGetMethods.Controls.Add(this.cbHT);
  138. this.gbGetMethods.Controls.Add(this.btnHT);
  139. this.gbGetMethods.Controls.Add(this.btnGContrast);
  140. this.gbGetMethods.Controls.Add(this.btnGScanMode);
  141. this.gbGetMethods.Controls.Add(this.btnGLienTime);
  142. this.gbGetMethods.Controls.Add(this.btnGFWD);
  143. this.gbGetMethods.Controls.Add(this.btnGMagnification);
  144. this.gbGetMethods.Controls.Add(this.btnGBeamBlank);
  145. this.gbGetMethods.Controls.Add(this.btnGKV);
  146. this.gbGetMethods.Controls.Add(this.btnGBrightness);
  147. this.gbGetMethods.Controls.Add(this.btnGSpotSize);
  148. this.gbGetMethods.Controls.Add(this.btnGPositionXYR);
  149. this.gbGetMethods.Controls.Add(this.tbScanMode);
  150. this.gbGetMethods.Controls.Add(this.tbSpotSize);
  151. this.gbGetMethods.Controls.Add(this.tbMagnification);
  152. this.gbGetMethods.Controls.Add(this.tbLienTime);
  153. this.gbGetMethods.Controls.Add(this.tbKV);
  154. this.gbGetMethods.Controls.Add(this.tbFWD);
  155. this.gbGetMethods.Controls.Add(this.tbContrast);
  156. this.gbGetMethods.Controls.Add(this.tbBrightness);
  157. this.gbGetMethods.Controls.Add(this.tbBeamBlank);
  158. this.gbGetMethods.Controls.Add(this.lblGHT);
  159. this.gbGetMethods.Controls.Add(this.lblGScanMode);
  160. this.gbGetMethods.Controls.Add(this.lblGKV);
  161. this.gbGetMethods.Controls.Add(this.tbPositionR);
  162. this.gbGetMethods.Controls.Add(this.lblGFWD);
  163. this.gbGetMethods.Controls.Add(this.lblGContrast);
  164. this.gbGetMethods.Controls.Add(this.tbPositionY);
  165. this.gbGetMethods.Controls.Add(this.lblGBrightness);
  166. this.gbGetMethods.Controls.Add(this.lblGSpotSize);
  167. this.gbGetMethods.Controls.Add(this.tbPositionX);
  168. this.gbGetMethods.Controls.Add(this.lblGMagnification);
  169. this.gbGetMethods.Controls.Add(this.lblGPositionR);
  170. this.gbGetMethods.Controls.Add(this.lblGBeamBlank);
  171. this.gbGetMethods.Controls.Add(this.lblGPositionY);
  172. this.gbGetMethods.Controls.Add(this.lblGLienTime);
  173. this.gbGetMethods.Controls.Add(this.lblGPositionX);
  174. this.gbGetMethods.Location = new System.Drawing.Point(3, 11);
  175. this.gbGetMethods.Margin = new System.Windows.Forms.Padding(2);
  176. this.gbGetMethods.Name = "gbGetMethods";
  177. this.gbGetMethods.Padding = new System.Windows.Forms.Padding(2);
  178. this.gbGetMethods.Size = new System.Drawing.Size(706, 154);
  179. this.gbGetMethods.TabIndex = 8;
  180. this.gbGetMethods.TabStop = false;
  181. this.gbGetMethods.Text = "获取参数";
  182. //
  183. // label17
  184. //
  185. this.label17.AutoSize = true;
  186. this.label17.Location = new System.Drawing.Point(325, 27);
  187. this.label17.Name = "label17";
  188. this.label17.Size = new System.Drawing.Size(11, 12);
  189. this.label17.TabIndex = 47;
  190. this.label17.Text = "R";
  191. this.label17.Click += new System.EventHandler(this.label17_Click);
  192. //
  193. // cbHT
  194. //
  195. this.cbHT.AutoSize = true;
  196. this.cbHT.Enabled = false;
  197. this.cbHT.Location = new System.Drawing.Point(566, 58);
  198. this.cbHT.Margin = new System.Windows.Forms.Padding(2);
  199. this.cbHT.Name = "cbHT";
  200. this.cbHT.Size = new System.Drawing.Size(15, 14);
  201. this.cbHT.TabIndex = 6;
  202. this.cbHT.UseVisualStyleBackColor = true;
  203. //
  204. // btnHT
  205. //
  206. this.btnHT.Location = new System.Drawing.Point(657, 54);
  207. this.btnHT.Margin = new System.Windows.Forms.Padding(2);
  208. this.btnHT.Name = "btnHT";
  209. this.btnHT.Size = new System.Drawing.Size(40, 22);
  210. this.btnHT.TabIndex = 7;
  211. this.btnHT.Text = "获取";
  212. this.btnHT.UseVisualStyleBackColor = true;
  213. this.btnHT.Click += new System.EventHandler(this.btnHT_Click);
  214. //
  215. // btnGContrast
  216. //
  217. this.btnGContrast.Location = new System.Drawing.Point(657, 21);
  218. this.btnGContrast.Margin = new System.Windows.Forms.Padding(2);
  219. this.btnGContrast.Name = "btnGContrast";
  220. this.btnGContrast.Size = new System.Drawing.Size(40, 22);
  221. this.btnGContrast.TabIndex = 7;
  222. this.btnGContrast.Text = "获取";
  223. this.btnGContrast.UseVisualStyleBackColor = true;
  224. this.btnGContrast.Click += new System.EventHandler(this.btnGContrast_Click);
  225. //
  226. // btnGScanMode
  227. //
  228. this.btnGScanMode.Location = new System.Drawing.Point(175, 154);
  229. this.btnGScanMode.Margin = new System.Windows.Forms.Padding(2);
  230. this.btnGScanMode.Name = "btnGScanMode";
  231. this.btnGScanMode.Size = new System.Drawing.Size(40, 22);
  232. this.btnGScanMode.TabIndex = 7;
  233. this.btnGScanMode.Text = "获取";
  234. this.btnGScanMode.UseVisualStyleBackColor = true;
  235. this.btnGScanMode.Visible = false;
  236. this.btnGScanMode.Click += new System.EventHandler(this.btnGScanMode_Click);
  237. //
  238. // btnGLienTime
  239. //
  240. this.btnGLienTime.Enabled = false;
  241. this.btnGLienTime.Location = new System.Drawing.Point(418, 154);
  242. this.btnGLienTime.Margin = new System.Windows.Forms.Padding(2);
  243. this.btnGLienTime.Name = "btnGLienTime";
  244. this.btnGLienTime.Size = new System.Drawing.Size(40, 22);
  245. this.btnGLienTime.TabIndex = 7;
  246. this.btnGLienTime.Text = "获取";
  247. this.btnGLienTime.UseVisualStyleBackColor = true;
  248. this.btnGLienTime.Visible = false;
  249. this.btnGLienTime.Click += new System.EventHandler(this.btnGLienTime_Click);
  250. //
  251. // btnGFWD
  252. //
  253. this.btnGFWD.Location = new System.Drawing.Point(186, 86);
  254. this.btnGFWD.Margin = new System.Windows.Forms.Padding(2);
  255. this.btnGFWD.Name = "btnGFWD";
  256. this.btnGFWD.Size = new System.Drawing.Size(40, 22);
  257. this.btnGFWD.TabIndex = 7;
  258. this.btnGFWD.Text = "获取";
  259. this.btnGFWD.UseVisualStyleBackColor = true;
  260. this.btnGFWD.Click += new System.EventHandler(this.btnGFWD_Click);
  261. //
  262. // btnGMagnification
  263. //
  264. this.btnGMagnification.Location = new System.Drawing.Point(428, 86);
  265. this.btnGMagnification.Margin = new System.Windows.Forms.Padding(2);
  266. this.btnGMagnification.Name = "btnGMagnification";
  267. this.btnGMagnification.Size = new System.Drawing.Size(40, 22);
  268. this.btnGMagnification.TabIndex = 7;
  269. this.btnGMagnification.Text = "获取";
  270. this.btnGMagnification.UseVisualStyleBackColor = true;
  271. this.btnGMagnification.Click += new System.EventHandler(this.btnGMagnification_Click);
  272. //
  273. // btnGBeamBlank
  274. //
  275. this.btnGBeamBlank.Location = new System.Drawing.Point(186, 54);
  276. this.btnGBeamBlank.Margin = new System.Windows.Forms.Padding(2);
  277. this.btnGBeamBlank.Name = "btnGBeamBlank";
  278. this.btnGBeamBlank.Size = new System.Drawing.Size(40, 22);
  279. this.btnGBeamBlank.TabIndex = 7;
  280. this.btnGBeamBlank.Text = "获取";
  281. this.btnGBeamBlank.UseVisualStyleBackColor = true;
  282. this.btnGBeamBlank.Click += new System.EventHandler(this.btnGBeamBlank_Click);
  283. //
  284. // btnGKV
  285. //
  286. this.btnGKV.Location = new System.Drawing.Point(657, 86);
  287. this.btnGKV.Margin = new System.Windows.Forms.Padding(2);
  288. this.btnGKV.Name = "btnGKV";
  289. this.btnGKV.Size = new System.Drawing.Size(40, 22);
  290. this.btnGKV.TabIndex = 7;
  291. this.btnGKV.Text = "获取";
  292. this.btnGKV.UseVisualStyleBackColor = true;
  293. this.btnGKV.Click += new System.EventHandler(this.btnGKV_Click);
  294. //
  295. // btnGBrightness
  296. //
  297. this.btnGBrightness.Location = new System.Drawing.Point(428, 54);
  298. this.btnGBrightness.Margin = new System.Windows.Forms.Padding(2);
  299. this.btnGBrightness.Name = "btnGBrightness";
  300. this.btnGBrightness.Size = new System.Drawing.Size(40, 22);
  301. this.btnGBrightness.TabIndex = 7;
  302. this.btnGBrightness.Text = "获取";
  303. this.btnGBrightness.UseVisualStyleBackColor = true;
  304. this.btnGBrightness.Click += new System.EventHandler(this.btnGBrightness_Click);
  305. //
  306. // btnGSpotSize
  307. //
  308. this.btnGSpotSize.Location = new System.Drawing.Point(186, 120);
  309. this.btnGSpotSize.Margin = new System.Windows.Forms.Padding(2);
  310. this.btnGSpotSize.Name = "btnGSpotSize";
  311. this.btnGSpotSize.Size = new System.Drawing.Size(40, 22);
  312. this.btnGSpotSize.TabIndex = 7;
  313. this.btnGSpotSize.Text = "获取";
  314. this.btnGSpotSize.UseVisualStyleBackColor = true;
  315. this.btnGSpotSize.Click += new System.EventHandler(this.btnGSpotSize_Click);
  316. //
  317. // btnGPositionXYR
  318. //
  319. this.btnGPositionXYR.Location = new System.Drawing.Point(428, 21);
  320. this.btnGPositionXYR.Margin = new System.Windows.Forms.Padding(2);
  321. this.btnGPositionXYR.Name = "btnGPositionXYR";
  322. this.btnGPositionXYR.Size = new System.Drawing.Size(40, 22);
  323. this.btnGPositionXYR.TabIndex = 7;
  324. this.btnGPositionXYR.Text = "获取";
  325. this.btnGPositionXYR.UseVisualStyleBackColor = true;
  326. this.btnGPositionXYR.Click += new System.EventHandler(this.btnGPositionXYR_Click);
  327. //
  328. // tbScanMode
  329. //
  330. this.tbScanMode.Enabled = false;
  331. this.tbScanMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.tbScanMode.Location = new System.Drawing.Point(83, 155);
  333. this.tbScanMode.Margin = new System.Windows.Forms.Padding(2);
  334. this.tbScanMode.Name = "tbScanMode";
  335. this.tbScanMode.Size = new System.Drawing.Size(88, 23);
  336. this.tbScanMode.TabIndex = 2;
  337. this.tbScanMode.Visible = false;
  338. //
  339. // tbSpotSize
  340. //
  341. this.tbSpotSize.Enabled = false;
  342. this.tbSpotSize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.tbSpotSize.Location = new System.Drawing.Point(95, 121);
  344. this.tbSpotSize.Margin = new System.Windows.Forms.Padding(2);
  345. this.tbSpotSize.Name = "tbSpotSize";
  346. this.tbSpotSize.Size = new System.Drawing.Size(88, 23);
  347. this.tbSpotSize.TabIndex = 2;
  348. //
  349. // tbMagnification
  350. //
  351. this.tbMagnification.Enabled = false;
  352. this.tbMagnification.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.tbMagnification.Location = new System.Drawing.Point(338, 86);
  354. this.tbMagnification.Margin = new System.Windows.Forms.Padding(2);
  355. this.tbMagnification.Name = "tbMagnification";
  356. this.tbMagnification.Size = new System.Drawing.Size(88, 23);
  357. this.tbMagnification.TabIndex = 2;
  358. //
  359. // tbLienTime
  360. //
  361. this.tbLienTime.Enabled = false;
  362. this.tbLienTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.tbLienTime.Location = new System.Drawing.Point(327, 155);
  364. this.tbLienTime.Margin = new System.Windows.Forms.Padding(2);
  365. this.tbLienTime.Name = "tbLienTime";
  366. this.tbLienTime.Size = new System.Drawing.Size(88, 23);
  367. this.tbLienTime.TabIndex = 2;
  368. this.tbLienTime.Visible = false;
  369. //
  370. // tbKV
  371. //
  372. this.tbKV.Enabled = false;
  373. this.tbKV.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.tbKV.Location = new System.Drawing.Point(566, 86);
  375. this.tbKV.Margin = new System.Windows.Forms.Padding(2);
  376. this.tbKV.Name = "tbKV";
  377. this.tbKV.Size = new System.Drawing.Size(88, 23);
  378. this.tbKV.TabIndex = 2;
  379. //
  380. // tbFWD
  381. //
  382. this.tbFWD.Enabled = false;
  383. this.tbFWD.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.tbFWD.Location = new System.Drawing.Point(94, 86);
  385. this.tbFWD.Margin = new System.Windows.Forms.Padding(2);
  386. this.tbFWD.Name = "tbFWD";
  387. this.tbFWD.Size = new System.Drawing.Size(88, 23);
  388. this.tbFWD.TabIndex = 2;
  389. //
  390. // tbContrast
  391. //
  392. this.tbContrast.Enabled = false;
  393. this.tbContrast.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.tbContrast.Location = new System.Drawing.Point(566, 22);
  395. this.tbContrast.Margin = new System.Windows.Forms.Padding(2);
  396. this.tbContrast.Name = "tbContrast";
  397. this.tbContrast.Size = new System.Drawing.Size(88, 23);
  398. this.tbContrast.TabIndex = 2;
  399. //
  400. // tbBrightness
  401. //
  402. this.tbBrightness.Enabled = false;
  403. this.tbBrightness.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.tbBrightness.Location = new System.Drawing.Point(338, 54);
  405. this.tbBrightness.Margin = new System.Windows.Forms.Padding(2);
  406. this.tbBrightness.Name = "tbBrightness";
  407. this.tbBrightness.Size = new System.Drawing.Size(88, 23);
  408. this.tbBrightness.TabIndex = 2;
  409. //
  410. // tbBeamBlank
  411. //
  412. this.tbBeamBlank.Enabled = false;
  413. this.tbBeamBlank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.tbBeamBlank.Location = new System.Drawing.Point(94, 54);
  415. this.tbBeamBlank.Margin = new System.Windows.Forms.Padding(2);
  416. this.tbBeamBlank.Name = "tbBeamBlank";
  417. this.tbBeamBlank.Size = new System.Drawing.Size(88, 23);
  418. this.tbBeamBlank.TabIndex = 2;
  419. //
  420. // lblGHT
  421. //
  422. this.lblGHT.AutoSize = true;
  423. this.lblGHT.Location = new System.Drawing.Point(476, 58);
  424. this.lblGHT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  425. this.lblGHT.Name = "lblGHT";
  426. this.lblGHT.Size = new System.Drawing.Size(29, 12);
  427. this.lblGHT.TabIndex = 1;
  428. this.lblGHT.Text = "电压";
  429. //
  430. // lblGScanMode
  431. //
  432. this.lblGScanMode.AutoSize = true;
  433. this.lblGScanMode.Location = new System.Drawing.Point(27, 159);
  434. this.lblGScanMode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  435. this.lblGScanMode.Name = "lblGScanMode";
  436. this.lblGScanMode.Size = new System.Drawing.Size(53, 12);
  437. this.lblGScanMode.TabIndex = 1;
  438. this.lblGScanMode.Text = "扫描方式";
  439. this.lblGScanMode.Visible = false;
  440. //
  441. // lblGKV
  442. //
  443. this.lblGKV.AutoSize = true;
  444. this.lblGKV.Location = new System.Drawing.Point(476, 90);
  445. this.lblGKV.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  446. this.lblGKV.Name = "lblGKV";
  447. this.lblGKV.Size = new System.Drawing.Size(41, 12);
  448. this.lblGKV.TabIndex = 1;
  449. this.lblGKV.Text = "电压值";
  450. //
  451. // tbPositionR
  452. //
  453. this.tbPositionR.Enabled = false;
  454. this.tbPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.tbPositionR.Location = new System.Drawing.Point(338, 22);
  456. this.tbPositionR.Margin = new System.Windows.Forms.Padding(2);
  457. this.tbPositionR.Name = "tbPositionR";
  458. this.tbPositionR.Size = new System.Drawing.Size(88, 23);
  459. this.tbPositionR.TabIndex = 2;
  460. //
  461. // lblGFWD
  462. //
  463. this.lblGFWD.AutoSize = true;
  464. this.lblGFWD.Location = new System.Drawing.Point(5, 90);
  465. this.lblGFWD.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  466. this.lblGFWD.Name = "lblGFWD";
  467. this.lblGFWD.Size = new System.Drawing.Size(53, 12);
  468. this.lblGFWD.TabIndex = 1;
  469. this.lblGFWD.Text = "工作距离";
  470. //
  471. // lblGContrast
  472. //
  473. this.lblGContrast.AutoSize = true;
  474. this.lblGContrast.Location = new System.Drawing.Point(476, 26);
  475. this.lblGContrast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  476. this.lblGContrast.Name = "lblGContrast";
  477. this.lblGContrast.Size = new System.Drawing.Size(41, 12);
  478. this.lblGContrast.TabIndex = 1;
  479. this.lblGContrast.Text = "对比度";
  480. //
  481. // tbPositionY
  482. //
  483. this.tbPositionY.Enabled = false;
  484. this.tbPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.tbPositionY.Location = new System.Drawing.Point(230, 21);
  486. this.tbPositionY.Margin = new System.Windows.Forms.Padding(2);
  487. this.tbPositionY.Name = "tbPositionY";
  488. this.tbPositionY.Size = new System.Drawing.Size(88, 23);
  489. this.tbPositionY.TabIndex = 2;
  490. //
  491. // lblGBrightness
  492. //
  493. this.lblGBrightness.AutoSize = true;
  494. this.lblGBrightness.Location = new System.Drawing.Point(244, 58);
  495. this.lblGBrightness.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  496. this.lblGBrightness.Name = "lblGBrightness";
  497. this.lblGBrightness.Size = new System.Drawing.Size(29, 12);
  498. this.lblGBrightness.TabIndex = 1;
  499. this.lblGBrightness.Text = "亮度";
  500. //
  501. // lblGSpotSize
  502. //
  503. this.lblGSpotSize.AutoSize = true;
  504. this.lblGSpotSize.Location = new System.Drawing.Point(5, 125);
  505. this.lblGSpotSize.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  506. this.lblGSpotSize.Name = "lblGSpotSize";
  507. this.lblGSpotSize.Size = new System.Drawing.Size(53, 12);
  508. this.lblGSpotSize.TabIndex = 1;
  509. this.lblGSpotSize.Text = "光斑尺寸";
  510. //
  511. // tbPositionX
  512. //
  513. this.tbPositionX.Enabled = false;
  514. this.tbPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  515. this.tbPositionX.Location = new System.Drawing.Point(95, 21);
  516. this.tbPositionX.Margin = new System.Windows.Forms.Padding(2);
  517. this.tbPositionX.Name = "tbPositionX";
  518. this.tbPositionX.Size = new System.Drawing.Size(88, 23);
  519. this.tbPositionX.TabIndex = 2;
  520. //
  521. // lblGMagnification
  522. //
  523. this.lblGMagnification.AutoSize = true;
  524. this.lblGMagnification.Location = new System.Drawing.Point(244, 90);
  525. this.lblGMagnification.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  526. this.lblGMagnification.Name = "lblGMagnification";
  527. this.lblGMagnification.Size = new System.Drawing.Size(53, 12);
  528. this.lblGMagnification.TabIndex = 1;
  529. this.lblGMagnification.Text = "放大倍数";
  530. //
  531. // lblGPositionR
  532. //
  533. this.lblGPositionR.AutoSize = true;
  534. this.lblGPositionR.Location = new System.Drawing.Point(536, 159);
  535. this.lblGPositionR.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  536. this.lblGPositionR.Name = "lblGPositionR";
  537. this.lblGPositionR.Size = new System.Drawing.Size(29, 12);
  538. this.lblGPositionR.TabIndex = 1;
  539. this.lblGPositionR.Text = "角度";
  540. this.lblGPositionR.Visible = false;
  541. //
  542. // lblGBeamBlank
  543. //
  544. this.lblGBeamBlank.AutoSize = true;
  545. this.lblGBeamBlank.Location = new System.Drawing.Point(5, 58);
  546. this.lblGBeamBlank.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  547. this.lblGBeamBlank.Name = "lblGBeamBlank";
  548. this.lblGBeamBlank.Size = new System.Drawing.Size(53, 12);
  549. this.lblGBeamBlank.TabIndex = 1;
  550. this.lblGBeamBlank.Text = "光束挡板";
  551. //
  552. // lblGPositionY
  553. //
  554. this.lblGPositionY.AutoSize = true;
  555. this.lblGPositionY.Location = new System.Drawing.Point(196, 31);
  556. this.lblGPositionY.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  557. this.lblGPositionY.Name = "lblGPositionY";
  558. this.lblGPositionY.Size = new System.Drawing.Size(23, 12);
  559. this.lblGPositionY.TabIndex = 1;
  560. this.lblGPositionY.Text = "Y轴";
  561. //
  562. // lblGLienTime
  563. //
  564. this.lblGLienTime.AutoSize = true;
  565. this.lblGLienTime.Location = new System.Drawing.Point(266, 159);
  566. this.lblGLienTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  567. this.lblGLienTime.Name = "lblGLienTime";
  568. this.lblGLienTime.Size = new System.Drawing.Size(59, 12);
  569. this.lblGLienTime.TabIndex = 1;
  570. this.lblGLienTime.Text = "Line Time";
  571. this.lblGLienTime.Visible = false;
  572. //
  573. // lblGPositionX
  574. //
  575. this.lblGPositionX.AutoSize = true;
  576. this.lblGPositionX.Location = new System.Drawing.Point(35, 27);
  577. this.lblGPositionX.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  578. this.lblGPositionX.Name = "lblGPositionX";
  579. this.lblGPositionX.Size = new System.Drawing.Size(23, 12);
  580. this.lblGPositionX.TabIndex = 1;
  581. this.lblGPositionX.Text = "X轴";
  582. //
  583. // btnDone
  584. //
  585. this.btnDone.Location = new System.Drawing.Point(623, 417);
  586. this.btnDone.Margin = new System.Windows.Forms.Padding(2);
  587. this.btnDone.Name = "btnDone";
  588. this.btnDone.Size = new System.Drawing.Size(77, 33);
  589. this.btnDone.TabIndex = 7;
  590. this.btnDone.Text = "完成";
  591. this.btnDone.UseVisualStyleBackColor = true;
  592. this.btnDone.Click += new System.EventHandler(this.btnDone_Click);
  593. //
  594. // gbSetMethods
  595. //
  596. this.gbSetMethods.Controls.Add(this.label16);
  597. this.gbSetMethods.Controls.Add(this.cbSHT);
  598. this.gbSetMethods.Controls.Add(this.btnSHT);
  599. this.gbSetMethods.Controls.Add(this.btnSContrast);
  600. this.gbSetMethods.Controls.Add(this.btnScanMode);
  601. this.gbSetMethods.Controls.Add(this.btnSLienTime);
  602. this.gbSetMethods.Controls.Add(this.tbSScanMode);
  603. this.gbSetMethods.Controls.Add(this.label12);
  604. this.gbSetMethods.Controls.Add(this.btnSFWD);
  605. this.gbSetMethods.Controls.Add(this.btnSMagnification);
  606. this.gbSetMethods.Controls.Add(this.btnSBeamBlank);
  607. this.gbSetMethods.Controls.Add(this.btnSKV);
  608. this.gbSetMethods.Controls.Add(this.tbSLienTime);
  609. this.gbSetMethods.Controls.Add(this.btnSBrightness);
  610. this.gbSetMethods.Controls.Add(this.label2);
  611. this.gbSetMethods.Controls.Add(this.btnSSpotSize);
  612. this.gbSetMethods.Controls.Add(this.btnMoveSEMToPoint);
  613. this.gbSetMethods.Controls.Add(this.btnSPositionXYR);
  614. this.gbSetMethods.Controls.Add(this.tbSSpotSize);
  615. this.gbSetMethods.Controls.Add(this.tbSMagnification);
  616. this.gbSetMethods.Controls.Add(this.tbSKV);
  617. this.gbSetMethods.Controls.Add(this.tbSFWD);
  618. this.gbSetMethods.Controls.Add(this.tbSContrast);
  619. this.gbSetMethods.Controls.Add(this.tbSBrightness);
  620. this.gbSetMethods.Controls.Add(this.tbSBeamBlank);
  621. this.gbSetMethods.Controls.Add(this.tbSPositionR);
  622. this.gbSetMethods.Controls.Add(this.label13);
  623. this.gbSetMethods.Controls.Add(this.tbSPositionY);
  624. this.gbSetMethods.Controls.Add(this.tbSPositionX);
  625. this.gbSetMethods.Controls.Add(this.label11);
  626. this.gbSetMethods.Controls.Add(this.label1);
  627. this.gbSetMethods.Controls.Add(this.label10);
  628. this.gbSetMethods.Controls.Add(this.label3);
  629. this.gbSetMethods.Controls.Add(this.label9);
  630. this.gbSetMethods.Controls.Add(this.label4);
  631. this.gbSetMethods.Controls.Add(this.label5);
  632. this.gbSetMethods.Controls.Add(this.label8);
  633. this.gbSetMethods.Controls.Add(this.label6);
  634. this.gbSetMethods.Controls.Add(this.label7);
  635. this.gbSetMethods.Location = new System.Drawing.Point(3, 167);
  636. this.gbSetMethods.Margin = new System.Windows.Forms.Padding(2);
  637. this.gbSetMethods.Name = "gbSetMethods";
  638. this.gbSetMethods.Padding = new System.Windows.Forms.Padding(2);
  639. this.gbSetMethods.Size = new System.Drawing.Size(706, 150);
  640. this.gbSetMethods.TabIndex = 9;
  641. this.gbSetMethods.TabStop = false;
  642. this.gbSetMethods.Text = "设置参数";
  643. //
  644. // label16
  645. //
  646. this.label16.AutoSize = true;
  647. this.label16.Location = new System.Drawing.Point(323, 22);
  648. this.label16.Name = "label16";
  649. this.label16.Size = new System.Drawing.Size(11, 12);
  650. this.label16.TabIndex = 46;
  651. this.label16.Text = "R";
  652. //
  653. // cbSHT
  654. //
  655. this.cbSHT.AccessibleDescription = "";
  656. this.cbSHT.AutoSize = true;
  657. this.cbSHT.Location = new System.Drawing.Point(566, 55);
  658. this.cbSHT.Margin = new System.Windows.Forms.Padding(2);
  659. this.cbSHT.Name = "cbSHT";
  660. this.cbSHT.Size = new System.Drawing.Size(15, 14);
  661. this.cbSHT.TabIndex = 33;
  662. this.cbSHT.UseVisualStyleBackColor = true;
  663. //
  664. // btnSHT
  665. //
  666. this.btnSHT.Location = new System.Drawing.Point(657, 51);
  667. this.btnSHT.Margin = new System.Windows.Forms.Padding(2);
  668. this.btnSHT.Name = "btnSHT";
  669. this.btnSHT.Size = new System.Drawing.Size(40, 22);
  670. this.btnSHT.TabIndex = 43;
  671. this.btnSHT.Text = "设置";
  672. this.btnSHT.UseVisualStyleBackColor = true;
  673. this.btnSHT.Click += new System.EventHandler(this.btnSHT_Click);
  674. //
  675. // btnSContrast
  676. //
  677. this.btnSContrast.Location = new System.Drawing.Point(657, 17);
  678. this.btnSContrast.Margin = new System.Windows.Forms.Padding(2);
  679. this.btnSContrast.Name = "btnSContrast";
  680. this.btnSContrast.Size = new System.Drawing.Size(40, 22);
  681. this.btnSContrast.TabIndex = 43;
  682. this.btnSContrast.Text = "设置";
  683. this.btnSContrast.UseVisualStyleBackColor = true;
  684. this.btnSContrast.Click += new System.EventHandler(this.btnSContrast_Click);
  685. //
  686. // btnScanMode
  687. //
  688. this.btnScanMode.Location = new System.Drawing.Point(415, 151);
  689. this.btnScanMode.Margin = new System.Windows.Forms.Padding(2);
  690. this.btnScanMode.Name = "btnScanMode";
  691. this.btnScanMode.Size = new System.Drawing.Size(40, 22);
  692. this.btnScanMode.TabIndex = 41;
  693. this.btnScanMode.Text = "设置";
  694. this.btnScanMode.UseVisualStyleBackColor = true;
  695. this.btnScanMode.Visible = false;
  696. this.btnScanMode.Click += new System.EventHandler(this.btnScanMode_Click);
  697. //
  698. // btnSLienTime
  699. //
  700. this.btnSLienTime.Enabled = false;
  701. this.btnSLienTime.Location = new System.Drawing.Point(171, 151);
  702. this.btnSLienTime.Margin = new System.Windows.Forms.Padding(2);
  703. this.btnSLienTime.Name = "btnSLienTime";
  704. this.btnSLienTime.Size = new System.Drawing.Size(40, 22);
  705. this.btnSLienTime.TabIndex = 39;
  706. this.btnSLienTime.Text = "设置";
  707. this.btnSLienTime.UseVisualStyleBackColor = true;
  708. this.btnSLienTime.Visible = false;
  709. //
  710. // tbSScanMode
  711. //
  712. this.tbSScanMode.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  713. this.tbSScanMode.Location = new System.Drawing.Point(324, 153);
  714. this.tbSScanMode.Margin = new System.Windows.Forms.Padding(2);
  715. this.tbSScanMode.Name = "tbSScanMode";
  716. this.tbSScanMode.Size = new System.Drawing.Size(88, 23);
  717. this.tbSScanMode.TabIndex = 31;
  718. this.tbSScanMode.Visible = false;
  719. //
  720. // label12
  721. //
  722. this.label12.AutoSize = true;
  723. this.label12.Location = new System.Drawing.Point(267, 157);
  724. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  725. this.label12.Name = "label12";
  726. this.label12.Size = new System.Drawing.Size(53, 12);
  727. this.label12.TabIndex = 1;
  728. this.label12.Text = "扫描方式";
  729. this.label12.Visible = false;
  730. //
  731. // btnSFWD
  732. //
  733. this.btnSFWD.Location = new System.Drawing.Point(186, 86);
  734. this.btnSFWD.Margin = new System.Windows.Forms.Padding(2);
  735. this.btnSFWD.Name = "btnSFWD";
  736. this.btnSFWD.Size = new System.Drawing.Size(40, 22);
  737. this.btnSFWD.TabIndex = 38;
  738. this.btnSFWD.Text = "设置";
  739. this.btnSFWD.UseVisualStyleBackColor = true;
  740. this.btnSFWD.Click += new System.EventHandler(this.btnSFWD_Click);
  741. //
  742. // btnSMagnification
  743. //
  744. this.btnSMagnification.Location = new System.Drawing.Point(428, 86);
  745. this.btnSMagnification.Margin = new System.Windows.Forms.Padding(2);
  746. this.btnSMagnification.Name = "btnSMagnification";
  747. this.btnSMagnification.Size = new System.Drawing.Size(40, 22);
  748. this.btnSMagnification.TabIndex = 37;
  749. this.btnSMagnification.Text = "设置";
  750. this.btnSMagnification.UseVisualStyleBackColor = true;
  751. this.btnSMagnification.Click += new System.EventHandler(this.btnSMagnification_Click);
  752. //
  753. // btnSBeamBlank
  754. //
  755. this.btnSBeamBlank.Location = new System.Drawing.Point(186, 51);
  756. this.btnSBeamBlank.Margin = new System.Windows.Forms.Padding(2);
  757. this.btnSBeamBlank.Name = "btnSBeamBlank";
  758. this.btnSBeamBlank.Size = new System.Drawing.Size(40, 22);
  759. this.btnSBeamBlank.TabIndex = 45;
  760. this.btnSBeamBlank.Text = "设置";
  761. this.btnSBeamBlank.UseVisualStyleBackColor = true;
  762. this.btnSBeamBlank.Click += new System.EventHandler(this.btnSBeamBlank_Click);
  763. //
  764. // btnSKV
  765. //
  766. this.btnSKV.Location = new System.Drawing.Point(657, 86);
  767. this.btnSKV.Margin = new System.Windows.Forms.Padding(2);
  768. this.btnSKV.Name = "btnSKV";
  769. this.btnSKV.Size = new System.Drawing.Size(40, 22);
  770. this.btnSKV.TabIndex = 35;
  771. this.btnSKV.Text = "设置";
  772. this.btnSKV.UseVisualStyleBackColor = true;
  773. this.btnSKV.Click += new System.EventHandler(this.btnSKV_Click);
  774. //
  775. // tbSLienTime
  776. //
  777. this.tbSLienTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.tbSLienTime.Location = new System.Drawing.Point(81, 152);
  779. this.tbSLienTime.Margin = new System.Windows.Forms.Padding(2);
  780. this.tbSLienTime.Name = "tbSLienTime";
  781. this.tbSLienTime.Size = new System.Drawing.Size(88, 23);
  782. this.tbSLienTime.TabIndex = 28;
  783. this.tbSLienTime.Visible = false;
  784. //
  785. // btnSBrightness
  786. //
  787. this.btnSBrightness.Location = new System.Drawing.Point(428, 51);
  788. this.btnSBrightness.Margin = new System.Windows.Forms.Padding(2);
  789. this.btnSBrightness.Name = "btnSBrightness";
  790. this.btnSBrightness.Size = new System.Drawing.Size(40, 22);
  791. this.btnSBrightness.TabIndex = 34;
  792. this.btnSBrightness.Text = "设置";
  793. this.btnSBrightness.UseVisualStyleBackColor = true;
  794. this.btnSBrightness.Click += new System.EventHandler(this.btnSBrightness_Click);
  795. //
  796. // label2
  797. //
  798. this.label2.AutoSize = true;
  799. this.label2.Location = new System.Drawing.Point(18, 157);
  800. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  801. this.label2.Name = "label2";
  802. this.label2.Size = new System.Drawing.Size(59, 12);
  803. this.label2.TabIndex = 1;
  804. this.label2.Text = "Line Time";
  805. this.label2.Visible = false;
  806. //
  807. // btnSSpotSize
  808. //
  809. this.btnSSpotSize.Location = new System.Drawing.Point(186, 118);
  810. this.btnSSpotSize.Margin = new System.Windows.Forms.Padding(2);
  811. this.btnSSpotSize.Name = "btnSSpotSize";
  812. this.btnSSpotSize.Size = new System.Drawing.Size(40, 22);
  813. this.btnSSpotSize.TabIndex = 44;
  814. this.btnSSpotSize.Text = "设置";
  815. this.btnSSpotSize.UseVisualStyleBackColor = true;
  816. this.btnSSpotSize.Click += new System.EventHandler(this.btnSSpotSize_Click);
  817. //
  818. // btnMoveSEMToPoint
  819. //
  820. this.btnMoveSEMToPoint.Location = new System.Drawing.Point(507, 151);
  821. this.btnMoveSEMToPoint.Margin = new System.Windows.Forms.Padding(2);
  822. this.btnMoveSEMToPoint.Name = "btnMoveSEMToPoint";
  823. this.btnMoveSEMToPoint.Size = new System.Drawing.Size(21, 22);
  824. this.btnMoveSEMToPoint.TabIndex = 36;
  825. this.btnMoveSEMToPoint.Text = "M";
  826. this.btnMoveSEMToPoint.UseVisualStyleBackColor = true;
  827. this.btnMoveSEMToPoint.Visible = false;
  828. this.btnMoveSEMToPoint.Click += new System.EventHandler(this.btnMoveSEMToPoint_Click);
  829. //
  830. // btnSPositionXYR
  831. //
  832. this.btnSPositionXYR.Location = new System.Drawing.Point(428, 17);
  833. this.btnSPositionXYR.Margin = new System.Windows.Forms.Padding(2);
  834. this.btnSPositionXYR.Name = "btnSPositionXYR";
  835. this.btnSPositionXYR.Size = new System.Drawing.Size(40, 22);
  836. this.btnSPositionXYR.TabIndex = 36;
  837. this.btnSPositionXYR.Text = "设置";
  838. this.btnSPositionXYR.UseVisualStyleBackColor = true;
  839. this.btnSPositionXYR.Click += new System.EventHandler(this.btnSPositionXYR_Click);
  840. //
  841. // tbSSpotSize
  842. //
  843. this.tbSSpotSize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  844. this.tbSSpotSize.Location = new System.Drawing.Point(93, 119);
  845. this.tbSSpotSize.Margin = new System.Windows.Forms.Padding(2);
  846. this.tbSSpotSize.Name = "tbSSpotSize";
  847. this.tbSSpotSize.Size = new System.Drawing.Size(88, 23);
  848. this.tbSSpotSize.TabIndex = 30;
  849. //
  850. // tbSMagnification
  851. //
  852. this.tbSMagnification.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. this.tbSMagnification.Location = new System.Drawing.Point(338, 86);
  854. this.tbSMagnification.Margin = new System.Windows.Forms.Padding(2);
  855. this.tbSMagnification.Name = "tbSMagnification";
  856. this.tbSMagnification.Size = new System.Drawing.Size(88, 23);
  857. this.tbSMagnification.TabIndex = 29;
  858. //
  859. // tbSKV
  860. //
  861. this.tbSKV.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  862. this.tbSKV.Location = new System.Drawing.Point(566, 86);
  863. this.tbSKV.Margin = new System.Windows.Forms.Padding(2);
  864. this.tbSKV.Name = "tbSKV";
  865. this.tbSKV.Size = new System.Drawing.Size(88, 23);
  866. this.tbSKV.TabIndex = 32;
  867. //
  868. // tbSFWD
  869. //
  870. this.tbSFWD.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.tbSFWD.Location = new System.Drawing.Point(94, 86);
  872. this.tbSFWD.Margin = new System.Windows.Forms.Padding(2);
  873. this.tbSFWD.Name = "tbSFWD";
  874. this.tbSFWD.Size = new System.Drawing.Size(88, 23);
  875. this.tbSFWD.TabIndex = 27;
  876. //
  877. // tbSContrast
  878. //
  879. this.tbSContrast.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  880. this.tbSContrast.Location = new System.Drawing.Point(566, 18);
  881. this.tbSContrast.Margin = new System.Windows.Forms.Padding(2);
  882. this.tbSContrast.Name = "tbSContrast";
  883. this.tbSContrast.Size = new System.Drawing.Size(88, 23);
  884. this.tbSContrast.TabIndex = 23;
  885. //
  886. // tbSBrightness
  887. //
  888. this.tbSBrightness.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  889. this.tbSBrightness.Location = new System.Drawing.Point(338, 52);
  890. this.tbSBrightness.Margin = new System.Windows.Forms.Padding(2);
  891. this.tbSBrightness.Name = "tbSBrightness";
  892. this.tbSBrightness.Size = new System.Drawing.Size(88, 23);
  893. this.tbSBrightness.TabIndex = 26;
  894. //
  895. // tbSBeamBlank
  896. //
  897. this.tbSBeamBlank.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  898. this.tbSBeamBlank.Location = new System.Drawing.Point(94, 52);
  899. this.tbSBeamBlank.Margin = new System.Windows.Forms.Padding(2);
  900. this.tbSBeamBlank.Name = "tbSBeamBlank";
  901. this.tbSBeamBlank.Size = new System.Drawing.Size(88, 23);
  902. this.tbSBeamBlank.TabIndex = 25;
  903. //
  904. // tbSPositionR
  905. //
  906. this.tbSPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  907. this.tbSPositionR.Location = new System.Drawing.Point(338, 18);
  908. this.tbSPositionR.Margin = new System.Windows.Forms.Padding(2);
  909. this.tbSPositionR.Name = "tbSPositionR";
  910. this.tbSPositionR.Size = new System.Drawing.Size(88, 23);
  911. this.tbSPositionR.TabIndex = 24;
  912. //
  913. // label13
  914. //
  915. this.label13.AutoSize = true;
  916. this.label13.Location = new System.Drawing.Point(476, 56);
  917. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  918. this.label13.Name = "label13";
  919. this.label13.Size = new System.Drawing.Size(29, 12);
  920. this.label13.TabIndex = 1;
  921. this.label13.Text = "电压";
  922. //
  923. // tbSPositionY
  924. //
  925. this.tbSPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  926. this.tbSPositionY.Location = new System.Drawing.Point(230, 19);
  927. this.tbSPositionY.Margin = new System.Windows.Forms.Padding(2);
  928. this.tbSPositionY.Name = "tbSPositionY";
  929. this.tbSPositionY.Size = new System.Drawing.Size(88, 23);
  930. this.tbSPositionY.TabIndex = 22;
  931. //
  932. // tbSPositionX
  933. //
  934. this.tbSPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  935. this.tbSPositionX.Location = new System.Drawing.Point(94, 18);
  936. this.tbSPositionX.Margin = new System.Windows.Forms.Padding(2);
  937. this.tbSPositionX.Name = "tbSPositionX";
  938. this.tbSPositionX.Size = new System.Drawing.Size(88, 23);
  939. this.tbSPositionX.TabIndex = 21;
  940. //
  941. // label11
  942. //
  943. this.label11.AutoSize = true;
  944. this.label11.Location = new System.Drawing.Point(476, 90);
  945. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  946. this.label11.Name = "label11";
  947. this.label11.Size = new System.Drawing.Size(41, 12);
  948. this.label11.TabIndex = 1;
  949. this.label11.Text = "电压值";
  950. //
  951. // label1
  952. //
  953. this.label1.AutoSize = true;
  954. this.label1.Location = new System.Drawing.Point(35, 27);
  955. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  956. this.label1.Name = "label1";
  957. this.label1.Size = new System.Drawing.Size(23, 12);
  958. this.label1.TabIndex = 1;
  959. this.label1.Text = "X轴";
  960. //
  961. // label10
  962. //
  963. this.label10.AutoSize = true;
  964. this.label10.Location = new System.Drawing.Point(5, 90);
  965. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  966. this.label10.Name = "label10";
  967. this.label10.Size = new System.Drawing.Size(53, 12);
  968. this.label10.TabIndex = 1;
  969. this.label10.Text = "工作距离";
  970. //
  971. // label3
  972. //
  973. this.label3.AutoSize = true;
  974. this.label3.Location = new System.Drawing.Point(201, 23);
  975. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  976. this.label3.Name = "label3";
  977. this.label3.Size = new System.Drawing.Size(23, 12);
  978. this.label3.TabIndex = 1;
  979. this.label3.Text = "Y轴";
  980. //
  981. // label9
  982. //
  983. this.label9.AutoSize = true;
  984. this.label9.Location = new System.Drawing.Point(476, 22);
  985. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  986. this.label9.Name = "label9";
  987. this.label9.Size = new System.Drawing.Size(41, 12);
  988. this.label9.TabIndex = 1;
  989. this.label9.Text = "对比度";
  990. //
  991. // label4
  992. //
  993. this.label4.AutoSize = true;
  994. this.label4.Location = new System.Drawing.Point(5, 56);
  995. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  996. this.label4.Name = "label4";
  997. this.label4.Size = new System.Drawing.Size(53, 12);
  998. this.label4.TabIndex = 1;
  999. this.label4.Text = "光束挡板";
  1000. //
  1001. // label5
  1002. //
  1003. this.label5.AutoSize = true;
  1004. this.label5.Location = new System.Drawing.Point(532, 155);
  1005. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1006. this.label5.Name = "label5";
  1007. this.label5.Size = new System.Drawing.Size(29, 12);
  1008. this.label5.TabIndex = 1;
  1009. this.label5.Text = "角度";
  1010. this.label5.Visible = false;
  1011. //
  1012. // label8
  1013. //
  1014. this.label8.AutoSize = true;
  1015. this.label8.Location = new System.Drawing.Point(244, 56);
  1016. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1017. this.label8.Name = "label8";
  1018. this.label8.Size = new System.Drawing.Size(29, 12);
  1019. this.label8.TabIndex = 1;
  1020. this.label8.Text = "亮度";
  1021. //
  1022. // label6
  1023. //
  1024. this.label6.AutoSize = true;
  1025. this.label6.Location = new System.Drawing.Point(244, 90);
  1026. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1027. this.label6.Name = "label6";
  1028. this.label6.Size = new System.Drawing.Size(53, 12);
  1029. this.label6.TabIndex = 1;
  1030. this.label6.Text = "放大倍数";
  1031. //
  1032. // label7
  1033. //
  1034. this.label7.AutoSize = true;
  1035. this.label7.Location = new System.Drawing.Point(5, 123);
  1036. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1037. this.label7.Name = "label7";
  1038. this.label7.Size = new System.Drawing.Size(53, 12);
  1039. this.label7.TabIndex = 1;
  1040. this.label7.Text = "光斑尺寸";
  1041. //
  1042. // bVoltageClose
  1043. //
  1044. this.bVoltageClose.Location = new System.Drawing.Point(114, 325);
  1045. this.bVoltageClose.Margin = new System.Windows.Forms.Padding(2);
  1046. this.bVoltageClose.Name = "bVoltageClose";
  1047. this.bVoltageClose.Size = new System.Drawing.Size(100, 33);
  1048. this.bVoltageClose.TabIndex = 10;
  1049. this.bVoltageClose.Text = "BeamCurrentOff";
  1050. this.bVoltageClose.UseVisualStyleBackColor = true;
  1051. this.bVoltageClose.Click += new System.EventHandler(this.bVoltageClose_Click);
  1052. //
  1053. // bVoltageStatus
  1054. //
  1055. this.bVoltageStatus.Location = new System.Drawing.Point(228, 324);
  1056. this.bVoltageStatus.Margin = new System.Windows.Forms.Padding(2);
  1057. this.bVoltageStatus.Name = "bVoltageStatus";
  1058. this.bVoltageStatus.Size = new System.Drawing.Size(100, 33);
  1059. this.bVoltageStatus.TabIndex = 11;
  1060. this.bVoltageStatus.Text = "BeamBlank";
  1061. this.bVoltageStatus.UseVisualStyleBackColor = true;
  1062. this.bVoltageStatus.Click += new System.EventHandler(this.bVoltageStatus_Click);
  1063. //
  1064. // button1
  1065. //
  1066. this.button1.Location = new System.Drawing.Point(341, 326);
  1067. this.button1.Name = "button1";
  1068. this.button1.Size = new System.Drawing.Size(100, 32);
  1069. this.button1.TabIndex = 12;
  1070. this.button1.Text = "SetExternalOn";
  1071. this.button1.UseVisualStyleBackColor = true;
  1072. this.button1.Click += new System.EventHandler(this.button1_Click);
  1073. //
  1074. // button2
  1075. //
  1076. this.button2.Location = new System.Drawing.Point(463, 328);
  1077. this.button2.Name = "button2";
  1078. this.button2.Size = new System.Drawing.Size(100, 30);
  1079. this.button2.TabIndex = 13;
  1080. this.button2.Text = "SetExternalOff";
  1081. this.button2.UseVisualStyleBackColor = true;
  1082. this.button2.Click += new System.EventHandler(this.button2_Click);
  1083. //
  1084. // btn_HIGH_VACUUM
  1085. //
  1086. this.btn_HIGH_VACUUM.Location = new System.Drawing.Point(11, 361);
  1087. this.btn_HIGH_VACUUM.Margin = new System.Windows.Forms.Padding(2);
  1088. this.btn_HIGH_VACUUM.Name = "btn_HIGH_VACUUM";
  1089. this.btn_HIGH_VACUUM.Size = new System.Drawing.Size(83, 33);
  1090. this.btn_HIGH_VACUUM.TabIndex = 48;
  1091. this.btn_HIGH_VACUUM.Text = "HIGH_VACUUM";
  1092. this.btn_HIGH_VACUUM.UseVisualStyleBackColor = true;
  1093. this.btn_HIGH_VACUUM.Click += new System.EventHandler(this.btn_HIGH_VACUUM_Click);
  1094. //
  1095. // btn_StopImageAcquisition
  1096. //
  1097. this.btn_StopImageAcquisition.Location = new System.Drawing.Point(114, 362);
  1098. this.btn_StopImageAcquisition.Margin = new System.Windows.Forms.Padding(2);
  1099. this.btn_StopImageAcquisition.Name = "btn_StopImageAcquisition";
  1100. this.btn_StopImageAcquisition.Size = new System.Drawing.Size(100, 33);
  1101. this.btn_StopImageAcquisition.TabIndex = 49;
  1102. this.btn_StopImageAcquisition.Text = "StopImageAcquisition";
  1103. this.btn_StopImageAcquisition.UseVisualStyleBackColor = true;
  1104. this.btn_StopImageAcquisition.Click += new System.EventHandler(this.btn_StopImageAcquisition_Click);
  1105. //
  1106. // button3
  1107. //
  1108. this.button3.Location = new System.Drawing.Point(11, 324);
  1109. this.button3.Margin = new System.Windows.Forms.Padding(2);
  1110. this.button3.Name = "button3";
  1111. this.button3.Size = new System.Drawing.Size(83, 33);
  1112. this.button3.TabIndex = 47;
  1113. this.button3.Text = "HVOFF";
  1114. this.button3.UseVisualStyleBackColor = true;
  1115. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  1116. //
  1117. // btn_FullFrame
  1118. //
  1119. this.btn_FullFrame.Location = new System.Drawing.Point(228, 362);
  1120. this.btn_FullFrame.Margin = new System.Windows.Forms.Padding(2);
  1121. this.btn_FullFrame.Name = "btn_FullFrame";
  1122. this.btn_FullFrame.Size = new System.Drawing.Size(100, 33);
  1123. this.btn_FullFrame.TabIndex = 50;
  1124. this.btn_FullFrame.Text = "FullFrame";
  1125. this.btn_FullFrame.UseVisualStyleBackColor = true;
  1126. this.btn_FullFrame.Click += new System.EventHandler(this.btn_FullFrame_Click);
  1127. //
  1128. // btn_SetReducedArea
  1129. //
  1130. this.btn_SetReducedArea.Location = new System.Drawing.Point(341, 363);
  1131. this.btn_SetReducedArea.Margin = new System.Windows.Forms.Padding(2);
  1132. this.btn_SetReducedArea.Name = "btn_SetReducedArea";
  1133. this.btn_SetReducedArea.Size = new System.Drawing.Size(100, 33);
  1134. this.btn_SetReducedArea.TabIndex = 51;
  1135. this.btn_SetReducedArea.Text = "ReducedArea";
  1136. this.btn_SetReducedArea.UseVisualStyleBackColor = true;
  1137. this.btn_SetReducedArea.Click += new System.EventHandler(this.btn_SetReducedArea_Click);
  1138. //
  1139. // SemTestForms
  1140. //
  1141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1143. this.ClientSize = new System.Drawing.Size(710, 461);
  1144. this.Controls.Add(this.btn_SetReducedArea);
  1145. this.Controls.Add(this.btn_FullFrame);
  1146. this.Controls.Add(this.btn_StopImageAcquisition);
  1147. this.Controls.Add(this.btn_HIGH_VACUUM);
  1148. this.Controls.Add(this.button3);
  1149. this.Controls.Add(this.button2);
  1150. this.Controls.Add(this.button1);
  1151. this.Controls.Add(this.bVoltageStatus);
  1152. this.Controls.Add(this.bVoltageClose);
  1153. this.Controls.Add(this.gbSetMethods);
  1154. this.Controls.Add(this.gbGetMethods);
  1155. this.Controls.Add(this.btnDone);
  1156. this.Controls.Add(this.BtnConnect);
  1157. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1158. this.Margin = new System.Windows.Forms.Padding(2);
  1159. this.MaximizeBox = false;
  1160. this.MaximumSize = new System.Drawing.Size(726, 500);
  1161. this.MinimizeBox = false;
  1162. this.MinimumSize = new System.Drawing.Size(726, 500);
  1163. this.Name = "SemTestForms";
  1164. this.ShowInTaskbar = false;
  1165. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1166. this.Text = "SemTest";
  1167. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SemTestForms_FormClosing);
  1168. this.Load += new System.EventHandler(this.SemTestForms_Load);
  1169. this.gbGetMethods.ResumeLayout(false);
  1170. this.gbGetMethods.PerformLayout();
  1171. this.gbSetMethods.ResumeLayout(false);
  1172. this.gbSetMethods.PerformLayout();
  1173. this.ResumeLayout(false);
  1174. }
  1175. #endregion
  1176. private System.Windows.Forms.Button BtnConnect;
  1177. private System.Windows.Forms.GroupBox gbGetMethods;
  1178. private System.Windows.Forms.TextBox tbScanMode;
  1179. private System.Windows.Forms.TextBox tbSpotSize;
  1180. private System.Windows.Forms.TextBox tbMagnification;
  1181. private System.Windows.Forms.TextBox tbLienTime;
  1182. private System.Windows.Forms.TextBox tbKV;
  1183. private System.Windows.Forms.TextBox tbFWD;
  1184. private System.Windows.Forms.TextBox tbContrast;
  1185. private System.Windows.Forms.TextBox tbBrightness;
  1186. private System.Windows.Forms.TextBox tbBeamBlank;
  1187. private System.Windows.Forms.Label lblGHT;
  1188. private System.Windows.Forms.Label lblGScanMode;
  1189. private System.Windows.Forms.Label lblGKV;
  1190. private System.Windows.Forms.TextBox tbPositionR;
  1191. private System.Windows.Forms.Label lblGFWD;
  1192. private System.Windows.Forms.Label lblGContrast;
  1193. private System.Windows.Forms.TextBox tbPositionY;
  1194. private System.Windows.Forms.Label lblGBrightness;
  1195. private System.Windows.Forms.Label lblGSpotSize;
  1196. private System.Windows.Forms.TextBox tbPositionX;
  1197. private System.Windows.Forms.Label lblGMagnification;
  1198. private System.Windows.Forms.Label lblGPositionR;
  1199. private System.Windows.Forms.Label lblGBeamBlank;
  1200. private System.Windows.Forms.Label lblGPositionY;
  1201. private System.Windows.Forms.Label lblGLienTime;
  1202. private System.Windows.Forms.Label lblGPositionX;
  1203. private System.Windows.Forms.CheckBox cbHT;
  1204. private System.Windows.Forms.Button btnDone;
  1205. private System.Windows.Forms.Button btnGPositionXYR;
  1206. private System.Windows.Forms.Button btnGContrast;
  1207. private System.Windows.Forms.Button btnGBrightness;
  1208. private System.Windows.Forms.Button btnGScanMode;
  1209. private System.Windows.Forms.Button btnGLienTime;
  1210. private System.Windows.Forms.Button btnGFWD;
  1211. private System.Windows.Forms.Button btnGMagnification;
  1212. private System.Windows.Forms.Button btnGBeamBlank;
  1213. private System.Windows.Forms.Button btnGKV;
  1214. private System.Windows.Forms.Button btnGSpotSize;
  1215. private System.Windows.Forms.GroupBox gbSetMethods;
  1216. private System.Windows.Forms.CheckBox cbSHT;
  1217. private System.Windows.Forms.Button btnSContrast;
  1218. private System.Windows.Forms.Button btnScanMode;
  1219. private System.Windows.Forms.Button btnSLienTime;
  1220. private System.Windows.Forms.Button btnSFWD;
  1221. private System.Windows.Forms.Button btnSMagnification;
  1222. private System.Windows.Forms.Button btnSBeamBlank;
  1223. private System.Windows.Forms.Button btnSKV;
  1224. private System.Windows.Forms.Button btnSBrightness;
  1225. private System.Windows.Forms.Button btnSSpotSize;
  1226. private System.Windows.Forms.Button btnSPositionXYR;
  1227. private System.Windows.Forms.TextBox tbSScanMode;
  1228. private System.Windows.Forms.TextBox tbSSpotSize;
  1229. private System.Windows.Forms.TextBox tbSMagnification;
  1230. private System.Windows.Forms.TextBox tbSLienTime;
  1231. private System.Windows.Forms.TextBox tbSKV;
  1232. private System.Windows.Forms.TextBox tbSFWD;
  1233. private System.Windows.Forms.TextBox tbSContrast;
  1234. private System.Windows.Forms.TextBox tbSBrightness;
  1235. private System.Windows.Forms.TextBox tbSBeamBlank;
  1236. private System.Windows.Forms.TextBox tbSPositionR;
  1237. private System.Windows.Forms.TextBox tbSPositionY;
  1238. private System.Windows.Forms.TextBox tbSPositionX;
  1239. private System.Windows.Forms.Button btnHT;
  1240. private System.Windows.Forms.Button btnSHT;
  1241. private System.Windows.Forms.Button btnMoveSEMToPoint;
  1242. private System.Windows.Forms.Label label13;
  1243. private System.Windows.Forms.Label label12;
  1244. private System.Windows.Forms.Label label11;
  1245. private System.Windows.Forms.Label label1;
  1246. private System.Windows.Forms.Label label2;
  1247. private System.Windows.Forms.Label label10;
  1248. private System.Windows.Forms.Label label3;
  1249. private System.Windows.Forms.Label label9;
  1250. private System.Windows.Forms.Label label4;
  1251. private System.Windows.Forms.Label label5;
  1252. private System.Windows.Forms.Label label8;
  1253. private System.Windows.Forms.Label label6;
  1254. private System.Windows.Forms.Label label7;
  1255. private System.Windows.Forms.Button bVoltageClose;
  1256. private System.Windows.Forms.Button bVoltageStatus;
  1257. private System.Windows.Forms.Button button1;
  1258. private System.Windows.Forms.Button button2;
  1259. private System.Windows.Forms.Label label16;
  1260. private System.Windows.Forms.Label label17;
  1261. private System.Windows.Forms.Button btn_HIGH_VACUUM;
  1262. private System.Windows.Forms.Button btn_StopImageAcquisition;
  1263. private System.Windows.Forms.Button button3;
  1264. private System.Windows.Forms.Button btn_FullFrame;
  1265. private System.Windows.Forms.Button btn_SetReducedArea;
  1266. }
  1267. }