SemTestForms.Designer.cs 58 KB

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