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