SemTestForms.Designer.cs 63 KB

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