SemTestForms.Designer.cs 69 KB

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