SemTestForms.Designer.cs 62 KB

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