FormUnitControl.Designer.cs 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370
  1. namespace HOZProject
  2. {
  3. partial class FormUnitControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnGrabImage = new System.Windows.Forms.Button();
  29. this.btnInit = new System.Windows.Forms.Button();
  30. this.btnCloseCtrl = new System.Windows.Forms.Button();
  31. this.btnSetNotify = new System.Windows.Forms.Button();
  32. this.btnenlargeGet = new System.Windows.Forms.Button();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.tabControl1 = new System.Windows.Forms.TabControl();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.btnGetStagePosition = new System.Windows.Forms.Button();
  37. this.btnStageSetM = new System.Windows.Forms.Button();
  38. this.txtStageM = new System.Windows.Forms.TextBox();
  39. this.lblStageM = new System.Windows.Forms.Label();
  40. this.label10 = new System.Windows.Forms.Label();
  41. this.btnStageGetM = new System.Windows.Forms.Button();
  42. this.btnStageSetR = new System.Windows.Forms.Button();
  43. this.txtStageR = new System.Windows.Forms.TextBox();
  44. this.lblStageR = new System.Windows.Forms.Label();
  45. this.label13 = new System.Windows.Forms.Label();
  46. this.btnStageGetR = new System.Windows.Forms.Button();
  47. this.btnStageSetT = new System.Windows.Forms.Button();
  48. this.txtStageT = new System.Windows.Forms.TextBox();
  49. this.lblStageT = new System.Windows.Forms.Label();
  50. this.label15 = new System.Windows.Forms.Label();
  51. this.btnStageGetT = new System.Windows.Forms.Button();
  52. this.btnStageSetZ = new System.Windows.Forms.Button();
  53. this.txtStageZ = new System.Windows.Forms.TextBox();
  54. this.lblStageZ = new System.Windows.Forms.Label();
  55. this.label17 = new System.Windows.Forms.Label();
  56. this.btnStageGetZ = new System.Windows.Forms.Button();
  57. this.btnStageSetY = new System.Windows.Forms.Button();
  58. this.txtStageY = new System.Windows.Forms.TextBox();
  59. this.lblStageY = new System.Windows.Forms.Label();
  60. this.label19 = new System.Windows.Forms.Label();
  61. this.btnStageGetY = new System.Windows.Forms.Button();
  62. this.btnStageSetX = new System.Windows.Forms.Button();
  63. this.txtStageX = new System.Windows.Forms.TextBox();
  64. this.lblStageX = new System.Windows.Forms.Label();
  65. this.label21 = new System.Windows.Forms.Label();
  66. this.btnStageGetX = new System.Windows.Forms.Button();
  67. this.btnCloseVoltage = new System.Windows.Forms.Button();
  68. this.btnOpenVoltage = new System.Windows.Forms.Button();
  69. this.lblPixelSizeGet = new System.Windows.Forms.Label();
  70. this.label9 = new System.Windows.Forms.Label();
  71. this.btnPixelSizeGet = new System.Windows.Forms.Button();
  72. this.btnScanRotationSet = new System.Windows.Forms.Button();
  73. this.txtScanRotationSet = new System.Windows.Forms.TextBox();
  74. this.lblScanRotationGet = new System.Windows.Forms.Label();
  75. this.label11 = new System.Windows.Forms.Label();
  76. this.btnScanRotationGet = new System.Windows.Forms.Button();
  77. this.btnTiltAngleSet = new System.Windows.Forms.Button();
  78. this.txtTiltAngleSet = new System.Windows.Forms.TextBox();
  79. this.lblTiltAngleGet = new System.Windows.Forms.Label();
  80. this.label7 = new System.Windows.Forms.Label();
  81. this.btnTiltAngleGet = new System.Windows.Forms.Button();
  82. this.btnAstigmatismYSet = new System.Windows.Forms.Button();
  83. this.txtAstigmatismYSet = new System.Windows.Forms.TextBox();
  84. this.lblAstigmatismYGet = new System.Windows.Forms.Label();
  85. this.label5 = new System.Windows.Forms.Label();
  86. this.btnAstigmatismYGet = new System.Windows.Forms.Button();
  87. this.btnAstigmatismXSet = new System.Windows.Forms.Button();
  88. this.txtAstigmatismXSet = new System.Windows.Forms.TextBox();
  89. this.lblAstigmatismXGet = new System.Windows.Forms.Label();
  90. this.label8 = new System.Windows.Forms.Label();
  91. this.btnAstigmatismXGet = new System.Windows.Forms.Button();
  92. this.btnContrastSet = new System.Windows.Forms.Button();
  93. this.txtContrastSet = new System.Windows.Forms.TextBox();
  94. this.lblContrastGet = new System.Windows.Forms.Label();
  95. this.label4 = new System.Windows.Forms.Label();
  96. this.btnContrastGet = new System.Windows.Forms.Button();
  97. this.btnBrightnessSet = new System.Windows.Forms.Button();
  98. this.txtBrightnessSet = new System.Windows.Forms.TextBox();
  99. this.lblBrightnessGet = new System.Windows.Forms.Label();
  100. this.label6 = new System.Windows.Forms.Label();
  101. this.btnBrightnessGet = new System.Windows.Forms.Button();
  102. this.btnWDSet = new System.Windows.Forms.Button();
  103. this.txtWDSet = new System.Windows.Forms.TextBox();
  104. this.lblWDGet = new System.Windows.Forms.Label();
  105. this.label3 = new System.Windows.Forms.Label();
  106. this.btnWDGet = new System.Windows.Forms.Button();
  107. this.btnenlargeSet = new System.Windows.Forms.Button();
  108. this.txtenlargeSet = new System.Windows.Forms.TextBox();
  109. this.lblenlargeGet = new System.Windows.Forms.Label();
  110. this.label1 = new System.Windows.Forms.Label();
  111. this.tabPage2 = new System.Windows.Forms.TabPage();
  112. this.tabPage3 = new System.Windows.Forms.TabPage();
  113. this.btnBeamShiftYSet = new System.Windows.Forms.Button();
  114. this.txtBeamShiftYSet = new System.Windows.Forms.TextBox();
  115. this.lblBeamShiftYGet = new System.Windows.Forms.Label();
  116. this.label12 = new System.Windows.Forms.Label();
  117. this.btnBeamShiftYGet = new System.Windows.Forms.Button();
  118. this.btnBeamShiftXSet = new System.Windows.Forms.Button();
  119. this.txtBeamShiftXSet = new System.Windows.Forms.TextBox();
  120. this.lblBeamShiftXGet = new System.Windows.Forms.Label();
  121. this.label16 = new System.Windows.Forms.Label();
  122. this.btnBeamShiftXGet = new System.Windows.Forms.Button();
  123. this.btnDoSemDriftCorrn = new System.Windows.Forms.Button();
  124. this.groupBox1.SuspendLayout();
  125. this.tabControl1.SuspendLayout();
  126. this.tabPage1.SuspendLayout();
  127. this.SuspendLayout();
  128. //
  129. // btnGrabImage
  130. //
  131. this.btnGrabImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.btnGrabImage.Location = new System.Drawing.Point(523, 31);
  133. this.btnGrabImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  134. this.btnGrabImage.Name = "btnGrabImage";
  135. this.btnGrabImage.Size = new System.Drawing.Size(144, 42);
  136. this.btnGrabImage.TabIndex = 1;
  137. this.btnGrabImage.Text = "抓取图像";
  138. this.btnGrabImage.UseVisualStyleBackColor = true;
  139. this.btnGrabImage.Click += new System.EventHandler(this.btnGrabImage_Click);
  140. //
  141. // btnInit
  142. //
  143. this.btnInit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btnInit.Location = new System.Drawing.Point(31, 31);
  145. this.btnInit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.btnInit.Name = "btnInit";
  147. this.btnInit.Size = new System.Drawing.Size(144, 42);
  148. this.btnInit.TabIndex = 1;
  149. this.btnInit.Text = "初始化设备";
  150. this.btnInit.UseVisualStyleBackColor = true;
  151. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  152. //
  153. // btnCloseCtrl
  154. //
  155. this.btnCloseCtrl.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.btnCloseCtrl.Location = new System.Drawing.Point(194, 31);
  157. this.btnCloseCtrl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  158. this.btnCloseCtrl.Name = "btnCloseCtrl";
  159. this.btnCloseCtrl.Size = new System.Drawing.Size(144, 42);
  160. this.btnCloseCtrl.TabIndex = 2;
  161. this.btnCloseCtrl.Text = "关闭设备";
  162. this.btnCloseCtrl.UseVisualStyleBackColor = true;
  163. this.btnCloseCtrl.Click += new System.EventHandler(this.btnCloseCtrl_Click);
  164. //
  165. // btnSetNotify
  166. //
  167. this.btnSetNotify.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnSetNotify.Location = new System.Drawing.Point(356, 31);
  169. this.btnSetNotify.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  170. this.btnSetNotify.Name = "btnSetNotify";
  171. this.btnSetNotify.Size = new System.Drawing.Size(144, 42);
  172. this.btnSetNotify.TabIndex = 3;
  173. this.btnSetNotify.Text = "设置通知";
  174. this.btnSetNotify.UseVisualStyleBackColor = true;
  175. this.btnSetNotify.Click += new System.EventHandler(this.btnSetNotify_Click);
  176. //
  177. // btnenlargeGet
  178. //
  179. this.btnenlargeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.btnenlargeGet.Location = new System.Drawing.Point(294, 15);
  181. this.btnenlargeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.btnenlargeGet.Name = "btnenlargeGet";
  183. this.btnenlargeGet.Size = new System.Drawing.Size(78, 33);
  184. this.btnenlargeGet.TabIndex = 2;
  185. this.btnenlargeGet.Text = "Get";
  186. this.btnenlargeGet.UseVisualStyleBackColor = true;
  187. this.btnenlargeGet.Click += new System.EventHandler(this.btnenlargeGet_Click);
  188. //
  189. // groupBox1
  190. //
  191. this.groupBox1.Controls.Add(this.btnGrabImage);
  192. this.groupBox1.Controls.Add(this.btnInit);
  193. this.groupBox1.Controls.Add(this.btnCloseCtrl);
  194. this.groupBox1.Controls.Add(this.btnSetNotify);
  195. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.groupBox1.Location = new System.Drawing.Point(3, 1);
  197. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.groupBox1.Name = "groupBox1";
  199. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  200. this.groupBox1.Size = new System.Drawing.Size(697, 94);
  201. this.groupBox1.TabIndex = 17;
  202. this.groupBox1.TabStop = false;
  203. this.groupBox1.Text = "控制按键";
  204. //
  205. // tabControl1
  206. //
  207. this.tabControl1.Controls.Add(this.tabPage1);
  208. this.tabControl1.Controls.Add(this.tabPage2);
  209. this.tabControl1.Controls.Add(this.tabPage3);
  210. this.tabControl1.Location = new System.Drawing.Point(3, 100);
  211. this.tabControl1.Name = "tabControl1";
  212. this.tabControl1.SelectedIndex = 0;
  213. this.tabControl1.Size = new System.Drawing.Size(1135, 467);
  214. this.tabControl1.TabIndex = 19;
  215. //
  216. // tabPage1
  217. //
  218. this.tabPage1.BackColor = System.Drawing.Color.Transparent;
  219. this.tabPage1.Controls.Add(this.btnDoSemDriftCorrn);
  220. this.tabPage1.Controls.Add(this.btnBeamShiftYSet);
  221. this.tabPage1.Controls.Add(this.txtBeamShiftYSet);
  222. this.tabPage1.Controls.Add(this.lblBeamShiftYGet);
  223. this.tabPage1.Controls.Add(this.label12);
  224. this.tabPage1.Controls.Add(this.btnBeamShiftYGet);
  225. this.tabPage1.Controls.Add(this.btnBeamShiftXSet);
  226. this.tabPage1.Controls.Add(this.txtBeamShiftXSet);
  227. this.tabPage1.Controls.Add(this.lblBeamShiftXGet);
  228. this.tabPage1.Controls.Add(this.label16);
  229. this.tabPage1.Controls.Add(this.btnBeamShiftXGet);
  230. this.tabPage1.Controls.Add(this.btnGetStagePosition);
  231. this.tabPage1.Controls.Add(this.btnStageSetM);
  232. this.tabPage1.Controls.Add(this.txtStageM);
  233. this.tabPage1.Controls.Add(this.lblStageM);
  234. this.tabPage1.Controls.Add(this.label10);
  235. this.tabPage1.Controls.Add(this.btnStageGetM);
  236. this.tabPage1.Controls.Add(this.btnStageSetR);
  237. this.tabPage1.Controls.Add(this.txtStageR);
  238. this.tabPage1.Controls.Add(this.lblStageR);
  239. this.tabPage1.Controls.Add(this.label13);
  240. this.tabPage1.Controls.Add(this.btnStageGetR);
  241. this.tabPage1.Controls.Add(this.btnStageSetT);
  242. this.tabPage1.Controls.Add(this.txtStageT);
  243. this.tabPage1.Controls.Add(this.lblStageT);
  244. this.tabPage1.Controls.Add(this.label15);
  245. this.tabPage1.Controls.Add(this.btnStageGetT);
  246. this.tabPage1.Controls.Add(this.btnStageSetZ);
  247. this.tabPage1.Controls.Add(this.txtStageZ);
  248. this.tabPage1.Controls.Add(this.lblStageZ);
  249. this.tabPage1.Controls.Add(this.label17);
  250. this.tabPage1.Controls.Add(this.btnStageGetZ);
  251. this.tabPage1.Controls.Add(this.btnStageSetY);
  252. this.tabPage1.Controls.Add(this.txtStageY);
  253. this.tabPage1.Controls.Add(this.lblStageY);
  254. this.tabPage1.Controls.Add(this.label19);
  255. this.tabPage1.Controls.Add(this.btnStageGetY);
  256. this.tabPage1.Controls.Add(this.btnStageSetX);
  257. this.tabPage1.Controls.Add(this.txtStageX);
  258. this.tabPage1.Controls.Add(this.lblStageX);
  259. this.tabPage1.Controls.Add(this.label21);
  260. this.tabPage1.Controls.Add(this.btnStageGetX);
  261. this.tabPage1.Controls.Add(this.btnCloseVoltage);
  262. this.tabPage1.Controls.Add(this.btnOpenVoltage);
  263. this.tabPage1.Controls.Add(this.lblPixelSizeGet);
  264. this.tabPage1.Controls.Add(this.label9);
  265. this.tabPage1.Controls.Add(this.btnPixelSizeGet);
  266. this.tabPage1.Controls.Add(this.btnScanRotationSet);
  267. this.tabPage1.Controls.Add(this.txtScanRotationSet);
  268. this.tabPage1.Controls.Add(this.lblScanRotationGet);
  269. this.tabPage1.Controls.Add(this.label11);
  270. this.tabPage1.Controls.Add(this.btnScanRotationGet);
  271. this.tabPage1.Controls.Add(this.btnTiltAngleSet);
  272. this.tabPage1.Controls.Add(this.txtTiltAngleSet);
  273. this.tabPage1.Controls.Add(this.lblTiltAngleGet);
  274. this.tabPage1.Controls.Add(this.label7);
  275. this.tabPage1.Controls.Add(this.btnTiltAngleGet);
  276. this.tabPage1.Controls.Add(this.btnAstigmatismYSet);
  277. this.tabPage1.Controls.Add(this.txtAstigmatismYSet);
  278. this.tabPage1.Controls.Add(this.lblAstigmatismYGet);
  279. this.tabPage1.Controls.Add(this.label5);
  280. this.tabPage1.Controls.Add(this.btnAstigmatismYGet);
  281. this.tabPage1.Controls.Add(this.btnAstigmatismXSet);
  282. this.tabPage1.Controls.Add(this.txtAstigmatismXSet);
  283. this.tabPage1.Controls.Add(this.lblAstigmatismXGet);
  284. this.tabPage1.Controls.Add(this.label8);
  285. this.tabPage1.Controls.Add(this.btnAstigmatismXGet);
  286. this.tabPage1.Controls.Add(this.btnContrastSet);
  287. this.tabPage1.Controls.Add(this.txtContrastSet);
  288. this.tabPage1.Controls.Add(this.lblContrastGet);
  289. this.tabPage1.Controls.Add(this.label4);
  290. this.tabPage1.Controls.Add(this.btnContrastGet);
  291. this.tabPage1.Controls.Add(this.btnBrightnessSet);
  292. this.tabPage1.Controls.Add(this.txtBrightnessSet);
  293. this.tabPage1.Controls.Add(this.lblBrightnessGet);
  294. this.tabPage1.Controls.Add(this.label6);
  295. this.tabPage1.Controls.Add(this.btnBrightnessGet);
  296. this.tabPage1.Controls.Add(this.btnWDSet);
  297. this.tabPage1.Controls.Add(this.txtWDSet);
  298. this.tabPage1.Controls.Add(this.lblWDGet);
  299. this.tabPage1.Controls.Add(this.label3);
  300. this.tabPage1.Controls.Add(this.btnWDGet);
  301. this.tabPage1.Controls.Add(this.btnenlargeSet);
  302. this.tabPage1.Controls.Add(this.txtenlargeSet);
  303. this.tabPage1.Controls.Add(this.lblenlargeGet);
  304. this.tabPage1.Controls.Add(this.label1);
  305. this.tabPage1.Controls.Add(this.btnenlargeGet);
  306. this.tabPage1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  308. this.tabPage1.Name = "tabPage1";
  309. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
  310. this.tabPage1.Size = new System.Drawing.Size(1127, 438);
  311. this.tabPage1.TabIndex = 0;
  312. this.tabPage1.Text = "SEM";
  313. //
  314. // btnGetStagePosition
  315. //
  316. this.btnGetStagePosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.btnGetStagePosition.Location = new System.Drawing.Point(864, 375);
  318. this.btnGetStagePosition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  319. this.btnGetStagePosition.Name = "btnGetStagePosition";
  320. this.btnGetStagePosition.Size = new System.Drawing.Size(144, 42);
  321. this.btnGetStagePosition.TabIndex = 81;
  322. this.btnGetStagePosition.Text = "获取位置数组";
  323. this.btnGetStagePosition.UseVisualStyleBackColor = true;
  324. this.btnGetStagePosition.Click += new System.EventHandler(this.btnGetStagePosition_Click);
  325. //
  326. // btnStageSetM
  327. //
  328. this.btnStageSetM.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.btnStageSetM.Location = new System.Drawing.Point(1043, 204);
  330. this.btnStageSetM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  331. this.btnStageSetM.Name = "btnStageSetM";
  332. this.btnStageSetM.Size = new System.Drawing.Size(78, 33);
  333. this.btnStageSetM.TabIndex = 80;
  334. this.btnStageSetM.Text = "Set";
  335. this.btnStageSetM.UseVisualStyleBackColor = true;
  336. this.btnStageSetM.Click += new System.EventHandler(this.btnStageSetM_Click);
  337. //
  338. // txtStageM
  339. //
  340. this.txtStageM.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  341. this.txtStageM.Location = new System.Drawing.Point(937, 205);
  342. this.txtStageM.Name = "txtStageM";
  343. this.txtStageM.Size = new System.Drawing.Size(100, 30);
  344. this.txtStageM.TabIndex = 79;
  345. this.txtStageM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  346. //
  347. // lblStageM
  348. //
  349. this.lblStageM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  350. this.lblStageM.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  351. this.lblStageM.Location = new System.Drawing.Point(762, 204);
  352. this.lblStageM.Name = "lblStageM";
  353. this.lblStageM.Size = new System.Drawing.Size(84, 33);
  354. this.lblStageM.TabIndex = 78;
  355. this.lblStageM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  356. //
  357. // label10
  358. //
  359. this.label10.AutoSize = true;
  360. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.label10.Location = new System.Drawing.Point(621, 210);
  362. this.label10.Name = "label10";
  363. this.label10.Size = new System.Drawing.Size(138, 27);
  364. this.label10.TabIndex = 77;
  365. this.label10.Text = "样品台 M轴:";
  366. //
  367. // btnStageGetM
  368. //
  369. this.btnStageGetM.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.btnStageGetM.Location = new System.Drawing.Point(852, 204);
  371. this.btnStageGetM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  372. this.btnStageGetM.Name = "btnStageGetM";
  373. this.btnStageGetM.Size = new System.Drawing.Size(78, 33);
  374. this.btnStageGetM.TabIndex = 76;
  375. this.btnStageGetM.Text = "Get";
  376. this.btnStageGetM.UseVisualStyleBackColor = true;
  377. this.btnStageGetM.Click += new System.EventHandler(this.btnStageGetM_Click);
  378. //
  379. // btnStageSetR
  380. //
  381. this.btnStageSetR.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.btnStageSetR.Location = new System.Drawing.Point(1043, 167);
  383. this.btnStageSetR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  384. this.btnStageSetR.Name = "btnStageSetR";
  385. this.btnStageSetR.Size = new System.Drawing.Size(78, 33);
  386. this.btnStageSetR.TabIndex = 75;
  387. this.btnStageSetR.Text = "Set";
  388. this.btnStageSetR.UseVisualStyleBackColor = true;
  389. this.btnStageSetR.Click += new System.EventHandler(this.btnStageSetR_Click);
  390. //
  391. // txtStageR
  392. //
  393. this.txtStageR.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  394. this.txtStageR.Location = new System.Drawing.Point(937, 168);
  395. this.txtStageR.Name = "txtStageR";
  396. this.txtStageR.Size = new System.Drawing.Size(100, 30);
  397. this.txtStageR.TabIndex = 74;
  398. this.txtStageR.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  399. //
  400. // lblStageR
  401. //
  402. this.lblStageR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  403. this.lblStageR.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  404. this.lblStageR.Location = new System.Drawing.Point(762, 167);
  405. this.lblStageR.Name = "lblStageR";
  406. this.lblStageR.Size = new System.Drawing.Size(84, 33);
  407. this.lblStageR.TabIndex = 73;
  408. this.lblStageR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  409. //
  410. // label13
  411. //
  412. this.label13.AutoSize = true;
  413. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.label13.Location = new System.Drawing.Point(621, 173);
  415. this.label13.Name = "label13";
  416. this.label13.Size = new System.Drawing.Size(131, 27);
  417. this.label13.TabIndex = 72;
  418. this.label13.Text = "样品台 R轴:";
  419. //
  420. // btnStageGetR
  421. //
  422. this.btnStageGetR.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.btnStageGetR.Location = new System.Drawing.Point(852, 167);
  424. this.btnStageGetR.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  425. this.btnStageGetR.Name = "btnStageGetR";
  426. this.btnStageGetR.Size = new System.Drawing.Size(78, 33);
  427. this.btnStageGetR.TabIndex = 71;
  428. this.btnStageGetR.Text = "Get";
  429. this.btnStageGetR.UseVisualStyleBackColor = true;
  430. this.btnStageGetR.Click += new System.EventHandler(this.btnStageGetR_Click);
  431. //
  432. // btnStageSetT
  433. //
  434. this.btnStageSetT.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.btnStageSetT.Location = new System.Drawing.Point(1043, 130);
  436. this.btnStageSetT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  437. this.btnStageSetT.Name = "btnStageSetT";
  438. this.btnStageSetT.Size = new System.Drawing.Size(78, 33);
  439. this.btnStageSetT.TabIndex = 70;
  440. this.btnStageSetT.Text = "Set";
  441. this.btnStageSetT.UseVisualStyleBackColor = true;
  442. this.btnStageSetT.Click += new System.EventHandler(this.btnStageSetT_Click);
  443. //
  444. // txtStageT
  445. //
  446. this.txtStageT.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  447. this.txtStageT.Location = new System.Drawing.Point(937, 131);
  448. this.txtStageT.Name = "txtStageT";
  449. this.txtStageT.Size = new System.Drawing.Size(100, 30);
  450. this.txtStageT.TabIndex = 69;
  451. this.txtStageT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  452. //
  453. // lblStageT
  454. //
  455. this.lblStageT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  456. this.lblStageT.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  457. this.lblStageT.Location = new System.Drawing.Point(762, 130);
  458. this.lblStageT.Name = "lblStageT";
  459. this.lblStageT.Size = new System.Drawing.Size(84, 33);
  460. this.lblStageT.TabIndex = 68;
  461. this.lblStageT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  462. //
  463. // label15
  464. //
  465. this.label15.AutoSize = true;
  466. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.label15.Location = new System.Drawing.Point(621, 136);
  468. this.label15.Name = "label15";
  469. this.label15.Size = new System.Drawing.Size(129, 27);
  470. this.label15.TabIndex = 67;
  471. this.label15.Text = "样品台 T轴:";
  472. //
  473. // btnStageGetT
  474. //
  475. this.btnStageGetT.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.btnStageGetT.Location = new System.Drawing.Point(852, 130);
  477. this.btnStageGetT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  478. this.btnStageGetT.Name = "btnStageGetT";
  479. this.btnStageGetT.Size = new System.Drawing.Size(78, 33);
  480. this.btnStageGetT.TabIndex = 66;
  481. this.btnStageGetT.Text = "Get";
  482. this.btnStageGetT.UseVisualStyleBackColor = true;
  483. this.btnStageGetT.Click += new System.EventHandler(this.btnStageGetT_Click);
  484. //
  485. // btnStageSetZ
  486. //
  487. this.btnStageSetZ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.btnStageSetZ.Location = new System.Drawing.Point(1043, 93);
  489. this.btnStageSetZ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  490. this.btnStageSetZ.Name = "btnStageSetZ";
  491. this.btnStageSetZ.Size = new System.Drawing.Size(78, 33);
  492. this.btnStageSetZ.TabIndex = 65;
  493. this.btnStageSetZ.Text = "Set";
  494. this.btnStageSetZ.UseVisualStyleBackColor = true;
  495. this.btnStageSetZ.Click += new System.EventHandler(this.btnStageSetZ_Click);
  496. //
  497. // txtStageZ
  498. //
  499. this.txtStageZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  500. this.txtStageZ.Location = new System.Drawing.Point(937, 94);
  501. this.txtStageZ.Name = "txtStageZ";
  502. this.txtStageZ.Size = new System.Drawing.Size(100, 30);
  503. this.txtStageZ.TabIndex = 64;
  504. this.txtStageZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  505. //
  506. // lblStageZ
  507. //
  508. this.lblStageZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.lblStageZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  510. this.lblStageZ.Location = new System.Drawing.Point(762, 93);
  511. this.lblStageZ.Name = "lblStageZ";
  512. this.lblStageZ.Size = new System.Drawing.Size(84, 33);
  513. this.lblStageZ.TabIndex = 63;
  514. this.lblStageZ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  515. //
  516. // label17
  517. //
  518. this.label17.AutoSize = true;
  519. this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.label17.Location = new System.Drawing.Point(621, 99);
  521. this.label17.Name = "label17";
  522. this.label17.Size = new System.Drawing.Size(130, 27);
  523. this.label17.TabIndex = 62;
  524. this.label17.Text = "样品台 Z轴:";
  525. //
  526. // btnStageGetZ
  527. //
  528. this.btnStageGetZ.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.btnStageGetZ.Location = new System.Drawing.Point(852, 93);
  530. this.btnStageGetZ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  531. this.btnStageGetZ.Name = "btnStageGetZ";
  532. this.btnStageGetZ.Size = new System.Drawing.Size(78, 33);
  533. this.btnStageGetZ.TabIndex = 61;
  534. this.btnStageGetZ.Text = "Get";
  535. this.btnStageGetZ.UseVisualStyleBackColor = true;
  536. this.btnStageGetZ.Click += new System.EventHandler(this.btnStageGetZ_Click);
  537. //
  538. // btnStageSetY
  539. //
  540. this.btnStageSetY.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.btnStageSetY.Location = new System.Drawing.Point(1043, 56);
  542. this.btnStageSetY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  543. this.btnStageSetY.Name = "btnStageSetY";
  544. this.btnStageSetY.Size = new System.Drawing.Size(78, 33);
  545. this.btnStageSetY.TabIndex = 60;
  546. this.btnStageSetY.Text = "Set";
  547. this.btnStageSetY.UseVisualStyleBackColor = true;
  548. this.btnStageSetY.Click += new System.EventHandler(this.btnStageSetY_Click);
  549. //
  550. // txtStageY
  551. //
  552. this.txtStageY.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  553. this.txtStageY.Location = new System.Drawing.Point(937, 57);
  554. this.txtStageY.Name = "txtStageY";
  555. this.txtStageY.Size = new System.Drawing.Size(100, 30);
  556. this.txtStageY.TabIndex = 59;
  557. this.txtStageY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  558. //
  559. // lblStageY
  560. //
  561. this.lblStageY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  562. this.lblStageY.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  563. this.lblStageY.Location = new System.Drawing.Point(762, 56);
  564. this.lblStageY.Name = "lblStageY";
  565. this.lblStageY.Size = new System.Drawing.Size(84, 33);
  566. this.lblStageY.TabIndex = 58;
  567. this.lblStageY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  568. //
  569. // label19
  570. //
  571. this.label19.AutoSize = true;
  572. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.label19.Location = new System.Drawing.Point(621, 62);
  574. this.label19.Name = "label19";
  575. this.label19.Size = new System.Drawing.Size(130, 27);
  576. this.label19.TabIndex = 57;
  577. this.label19.Text = "样品台 Y轴:";
  578. //
  579. // btnStageGetY
  580. //
  581. this.btnStageGetY.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.btnStageGetY.Location = new System.Drawing.Point(852, 56);
  583. this.btnStageGetY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  584. this.btnStageGetY.Name = "btnStageGetY";
  585. this.btnStageGetY.Size = new System.Drawing.Size(78, 33);
  586. this.btnStageGetY.TabIndex = 56;
  587. this.btnStageGetY.Text = "Get";
  588. this.btnStageGetY.UseVisualStyleBackColor = true;
  589. this.btnStageGetY.Click += new System.EventHandler(this.btnStageGetY_Click);
  590. //
  591. // btnStageSetX
  592. //
  593. this.btnStageSetX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.btnStageSetX.Location = new System.Drawing.Point(1043, 19);
  595. this.btnStageSetX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  596. this.btnStageSetX.Name = "btnStageSetX";
  597. this.btnStageSetX.Size = new System.Drawing.Size(78, 33);
  598. this.btnStageSetX.TabIndex = 55;
  599. this.btnStageSetX.Text = "Set";
  600. this.btnStageSetX.UseVisualStyleBackColor = true;
  601. this.btnStageSetX.Click += new System.EventHandler(this.btnStageSetX_Click);
  602. //
  603. // txtStageX
  604. //
  605. this.txtStageX.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  606. this.txtStageX.Location = new System.Drawing.Point(937, 20);
  607. this.txtStageX.Name = "txtStageX";
  608. this.txtStageX.Size = new System.Drawing.Size(100, 30);
  609. this.txtStageX.TabIndex = 54;
  610. this.txtStageX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  611. //
  612. // lblStageX
  613. //
  614. this.lblStageX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  615. this.lblStageX.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  616. this.lblStageX.Location = new System.Drawing.Point(762, 19);
  617. this.lblStageX.Name = "lblStageX";
  618. this.lblStageX.Size = new System.Drawing.Size(84, 33);
  619. this.lblStageX.TabIndex = 53;
  620. this.lblStageX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  621. //
  622. // label21
  623. //
  624. this.label21.AutoSize = true;
  625. this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.label21.Location = new System.Drawing.Point(621, 25);
  627. this.label21.Name = "label21";
  628. this.label21.Size = new System.Drawing.Size(131, 27);
  629. this.label21.TabIndex = 52;
  630. this.label21.Text = "样品台 X轴:";
  631. //
  632. // btnStageGetX
  633. //
  634. this.btnStageGetX.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  635. this.btnStageGetX.Location = new System.Drawing.Point(852, 19);
  636. this.btnStageGetX.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  637. this.btnStageGetX.Name = "btnStageGetX";
  638. this.btnStageGetX.Size = new System.Drawing.Size(78, 33);
  639. this.btnStageGetX.TabIndex = 51;
  640. this.btnStageGetX.Text = "Get";
  641. this.btnStageGetX.UseVisualStyleBackColor = true;
  642. this.btnStageGetX.Click += new System.EventHandler(this.btnStageGetX_Click);
  643. //
  644. // btnCloseVoltage
  645. //
  646. this.btnCloseVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.btnCloseVoltage.Location = new System.Drawing.Point(435, 375);
  648. this.btnCloseVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  649. this.btnCloseVoltage.Name = "btnCloseVoltage";
  650. this.btnCloseVoltage.Size = new System.Drawing.Size(144, 42);
  651. this.btnCloseVoltage.TabIndex = 50;
  652. this.btnCloseVoltage.Text = "关闭电压";
  653. this.btnCloseVoltage.UseVisualStyleBackColor = true;
  654. this.btnCloseVoltage.Click += new System.EventHandler(this.btnCloseVoltage_Click);
  655. //
  656. // btnOpenVoltage
  657. //
  658. this.btnOpenVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.btnOpenVoltage.Location = new System.Drawing.Point(275, 375);
  660. this.btnOpenVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  661. this.btnOpenVoltage.Name = "btnOpenVoltage";
  662. this.btnOpenVoltage.Size = new System.Drawing.Size(144, 42);
  663. this.btnOpenVoltage.TabIndex = 49;
  664. this.btnOpenVoltage.Text = "开启电压";
  665. this.btnOpenVoltage.UseVisualStyleBackColor = true;
  666. this.btnOpenVoltage.Click += new System.EventHandler(this.btnOpenVoltage_Click);
  667. //
  668. // lblPixelSizeGet
  669. //
  670. this.lblPixelSizeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  671. this.lblPixelSizeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  672. this.lblPixelSizeGet.Location = new System.Drawing.Point(204, 311);
  673. this.lblPixelSizeGet.Name = "lblPixelSizeGet";
  674. this.lblPixelSizeGet.Size = new System.Drawing.Size(84, 33);
  675. this.lblPixelSizeGet.TabIndex = 46;
  676. this.lblPixelSizeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  677. //
  678. // label9
  679. //
  680. this.label9.AutoSize = true;
  681. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.label9.Location = new System.Drawing.Point(22, 314);
  683. this.label9.Name = "label9";
  684. this.label9.Size = new System.Drawing.Size(104, 27);
  685. this.label9.TabIndex = 45;
  686. this.label9.Text = "Pixel Size:";
  687. //
  688. // btnPixelSizeGet
  689. //
  690. this.btnPixelSizeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.btnPixelSizeGet.Location = new System.Drawing.Point(294, 311);
  692. this.btnPixelSizeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  693. this.btnPixelSizeGet.Name = "btnPixelSizeGet";
  694. this.btnPixelSizeGet.Size = new System.Drawing.Size(78, 33);
  695. this.btnPixelSizeGet.TabIndex = 44;
  696. this.btnPixelSizeGet.Text = "Get";
  697. this.btnPixelSizeGet.UseVisualStyleBackColor = true;
  698. this.btnPixelSizeGet.Click += new System.EventHandler(this.btnPixelSizeGet_Click);
  699. //
  700. // btnScanRotationSet
  701. //
  702. this.btnScanRotationSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.btnScanRotationSet.Location = new System.Drawing.Point(485, 274);
  704. this.btnScanRotationSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  705. this.btnScanRotationSet.Name = "btnScanRotationSet";
  706. this.btnScanRotationSet.Size = new System.Drawing.Size(78, 33);
  707. this.btnScanRotationSet.TabIndex = 43;
  708. this.btnScanRotationSet.Text = "Set";
  709. this.btnScanRotationSet.UseVisualStyleBackColor = true;
  710. this.btnScanRotationSet.Click += new System.EventHandler(this.btnScanRotationSet_Click);
  711. //
  712. // txtScanRotationSet
  713. //
  714. this.txtScanRotationSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  715. this.txtScanRotationSet.Location = new System.Drawing.Point(379, 275);
  716. this.txtScanRotationSet.Name = "txtScanRotationSet";
  717. this.txtScanRotationSet.Size = new System.Drawing.Size(100, 30);
  718. this.txtScanRotationSet.TabIndex = 42;
  719. this.txtScanRotationSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  720. //
  721. // lblScanRotationGet
  722. //
  723. this.lblScanRotationGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  724. this.lblScanRotationGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  725. this.lblScanRotationGet.Location = new System.Drawing.Point(204, 274);
  726. this.lblScanRotationGet.Name = "lblScanRotationGet";
  727. this.lblScanRotationGet.Size = new System.Drawing.Size(84, 33);
  728. this.lblScanRotationGet.TabIndex = 41;
  729. this.lblScanRotationGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  730. //
  731. // label11
  732. //
  733. this.label11.AutoSize = true;
  734. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.label11.Location = new System.Drawing.Point(22, 277);
  736. this.label11.Name = "label11";
  737. this.label11.Size = new System.Drawing.Size(185, 27);
  738. this.label11.TabIndex = 40;
  739. this.label11.Text = "Scan Rotate角度:";
  740. //
  741. // btnScanRotationGet
  742. //
  743. this.btnScanRotationGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.btnScanRotationGet.Location = new System.Drawing.Point(294, 274);
  745. this.btnScanRotationGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  746. this.btnScanRotationGet.Name = "btnScanRotationGet";
  747. this.btnScanRotationGet.Size = new System.Drawing.Size(78, 33);
  748. this.btnScanRotationGet.TabIndex = 39;
  749. this.btnScanRotationGet.Text = "Get";
  750. this.btnScanRotationGet.UseVisualStyleBackColor = true;
  751. this.btnScanRotationGet.Click += new System.EventHandler(this.btnScanRotationGet_Click);
  752. //
  753. // btnTiltAngleSet
  754. //
  755. this.btnTiltAngleSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.btnTiltAngleSet.Location = new System.Drawing.Point(485, 237);
  757. this.btnTiltAngleSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  758. this.btnTiltAngleSet.Name = "btnTiltAngleSet";
  759. this.btnTiltAngleSet.Size = new System.Drawing.Size(78, 33);
  760. this.btnTiltAngleSet.TabIndex = 38;
  761. this.btnTiltAngleSet.Text = "Set";
  762. this.btnTiltAngleSet.UseVisualStyleBackColor = true;
  763. this.btnTiltAngleSet.Click += new System.EventHandler(this.btnTiltAngleSet_Click);
  764. //
  765. // txtTiltAngleSet
  766. //
  767. this.txtTiltAngleSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  768. this.txtTiltAngleSet.Location = new System.Drawing.Point(379, 238);
  769. this.txtTiltAngleSet.Name = "txtTiltAngleSet";
  770. this.txtTiltAngleSet.Size = new System.Drawing.Size(100, 30);
  771. this.txtTiltAngleSet.TabIndex = 37;
  772. this.txtTiltAngleSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  773. //
  774. // lblTiltAngleGet
  775. //
  776. this.lblTiltAngleGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  777. this.lblTiltAngleGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  778. this.lblTiltAngleGet.Location = new System.Drawing.Point(204, 237);
  779. this.lblTiltAngleGet.Name = "lblTiltAngleGet";
  780. this.lblTiltAngleGet.Size = new System.Drawing.Size(84, 33);
  781. this.lblTiltAngleGet.TabIndex = 36;
  782. this.lblTiltAngleGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  783. //
  784. // label7
  785. //
  786. this.label7.AutoSize = true;
  787. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.label7.Location = new System.Drawing.Point(22, 243);
  789. this.label7.Name = "label7";
  790. this.label7.Size = new System.Drawing.Size(112, 27);
  791. this.label7.TabIndex = 35;
  792. this.label7.Text = "角度补偿:";
  793. //
  794. // btnTiltAngleGet
  795. //
  796. this.btnTiltAngleGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  797. this.btnTiltAngleGet.Location = new System.Drawing.Point(294, 237);
  798. this.btnTiltAngleGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  799. this.btnTiltAngleGet.Name = "btnTiltAngleGet";
  800. this.btnTiltAngleGet.Size = new System.Drawing.Size(78, 33);
  801. this.btnTiltAngleGet.TabIndex = 34;
  802. this.btnTiltAngleGet.Text = "Get";
  803. this.btnTiltAngleGet.UseVisualStyleBackColor = true;
  804. this.btnTiltAngleGet.Click += new System.EventHandler(this.btnTiltAngleGet_Click);
  805. //
  806. // btnAstigmatismYSet
  807. //
  808. this.btnAstigmatismYSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  809. this.btnAstigmatismYSet.Location = new System.Drawing.Point(485, 200);
  810. this.btnAstigmatismYSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  811. this.btnAstigmatismYSet.Name = "btnAstigmatismYSet";
  812. this.btnAstigmatismYSet.Size = new System.Drawing.Size(78, 33);
  813. this.btnAstigmatismYSet.TabIndex = 33;
  814. this.btnAstigmatismYSet.Text = "Set";
  815. this.btnAstigmatismYSet.UseVisualStyleBackColor = true;
  816. this.btnAstigmatismYSet.Click += new System.EventHandler(this.btnAstigmatismYSet_Click);
  817. //
  818. // txtAstigmatismYSet
  819. //
  820. this.txtAstigmatismYSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  821. this.txtAstigmatismYSet.Location = new System.Drawing.Point(379, 201);
  822. this.txtAstigmatismYSet.Name = "txtAstigmatismYSet";
  823. this.txtAstigmatismYSet.Size = new System.Drawing.Size(100, 30);
  824. this.txtAstigmatismYSet.TabIndex = 32;
  825. this.txtAstigmatismYSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  826. //
  827. // lblAstigmatismYGet
  828. //
  829. this.lblAstigmatismYGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  830. this.lblAstigmatismYGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  831. this.lblAstigmatismYGet.Location = new System.Drawing.Point(204, 200);
  832. this.lblAstigmatismYGet.Name = "lblAstigmatismYGet";
  833. this.lblAstigmatismYGet.Size = new System.Drawing.Size(84, 33);
  834. this.lblAstigmatismYGet.TabIndex = 31;
  835. this.lblAstigmatismYGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  836. //
  837. // label5
  838. //
  839. this.label5.AutoSize = true;
  840. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  841. this.label5.Location = new System.Drawing.Point(22, 206);
  842. this.label5.Name = "label5";
  843. this.label5.Size = new System.Drawing.Size(104, 27);
  844. this.label5.TabIndex = 30;
  845. this.label5.Text = "消像散Y:";
  846. //
  847. // btnAstigmatismYGet
  848. //
  849. this.btnAstigmatismYGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. this.btnAstigmatismYGet.Location = new System.Drawing.Point(294, 200);
  851. this.btnAstigmatismYGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  852. this.btnAstigmatismYGet.Name = "btnAstigmatismYGet";
  853. this.btnAstigmatismYGet.Size = new System.Drawing.Size(78, 33);
  854. this.btnAstigmatismYGet.TabIndex = 29;
  855. this.btnAstigmatismYGet.Text = "Get";
  856. this.btnAstigmatismYGet.UseVisualStyleBackColor = true;
  857. this.btnAstigmatismYGet.Click += new System.EventHandler(this.btnAstigmatismYGet_Click);
  858. //
  859. // btnAstigmatismXSet
  860. //
  861. this.btnAstigmatismXSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  862. this.btnAstigmatismXSet.Location = new System.Drawing.Point(485, 163);
  863. this.btnAstigmatismXSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  864. this.btnAstigmatismXSet.Name = "btnAstigmatismXSet";
  865. this.btnAstigmatismXSet.Size = new System.Drawing.Size(78, 33);
  866. this.btnAstigmatismXSet.TabIndex = 28;
  867. this.btnAstigmatismXSet.Text = "Set";
  868. this.btnAstigmatismXSet.UseVisualStyleBackColor = true;
  869. this.btnAstigmatismXSet.Click += new System.EventHandler(this.btnAstigmatismXSet_Click);
  870. //
  871. // txtAstigmatismXSet
  872. //
  873. this.txtAstigmatismXSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  874. this.txtAstigmatismXSet.Location = new System.Drawing.Point(379, 164);
  875. this.txtAstigmatismXSet.Name = "txtAstigmatismXSet";
  876. this.txtAstigmatismXSet.Size = new System.Drawing.Size(100, 30);
  877. this.txtAstigmatismXSet.TabIndex = 27;
  878. this.txtAstigmatismXSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  879. //
  880. // lblAstigmatismXGet
  881. //
  882. this.lblAstigmatismXGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  883. this.lblAstigmatismXGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  884. this.lblAstigmatismXGet.Location = new System.Drawing.Point(204, 163);
  885. this.lblAstigmatismXGet.Name = "lblAstigmatismXGet";
  886. this.lblAstigmatismXGet.Size = new System.Drawing.Size(84, 33);
  887. this.lblAstigmatismXGet.TabIndex = 26;
  888. this.lblAstigmatismXGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  889. //
  890. // label8
  891. //
  892. this.label8.AutoSize = true;
  893. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  894. this.label8.Location = new System.Drawing.Point(22, 169);
  895. this.label8.Name = "label8";
  896. this.label8.Size = new System.Drawing.Size(105, 27);
  897. this.label8.TabIndex = 25;
  898. this.label8.Text = "消像散X:";
  899. //
  900. // btnAstigmatismXGet
  901. //
  902. this.btnAstigmatismXGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  903. this.btnAstigmatismXGet.Location = new System.Drawing.Point(294, 163);
  904. this.btnAstigmatismXGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  905. this.btnAstigmatismXGet.Name = "btnAstigmatismXGet";
  906. this.btnAstigmatismXGet.Size = new System.Drawing.Size(78, 33);
  907. this.btnAstigmatismXGet.TabIndex = 24;
  908. this.btnAstigmatismXGet.Text = "Get";
  909. this.btnAstigmatismXGet.UseVisualStyleBackColor = true;
  910. this.btnAstigmatismXGet.Click += new System.EventHandler(this.btnAstigmatismXGet_Click);
  911. //
  912. // btnContrastSet
  913. //
  914. this.btnContrastSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  915. this.btnContrastSet.Location = new System.Drawing.Point(485, 126);
  916. this.btnContrastSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  917. this.btnContrastSet.Name = "btnContrastSet";
  918. this.btnContrastSet.Size = new System.Drawing.Size(78, 33);
  919. this.btnContrastSet.TabIndex = 23;
  920. this.btnContrastSet.Text = "Set";
  921. this.btnContrastSet.UseVisualStyleBackColor = true;
  922. this.btnContrastSet.Click += new System.EventHandler(this.btnContrastSet_Click);
  923. //
  924. // txtContrastSet
  925. //
  926. this.txtContrastSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  927. this.txtContrastSet.Location = new System.Drawing.Point(379, 127);
  928. this.txtContrastSet.Name = "txtContrastSet";
  929. this.txtContrastSet.Size = new System.Drawing.Size(100, 30);
  930. this.txtContrastSet.TabIndex = 22;
  931. this.txtContrastSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  932. //
  933. // lblContrastGet
  934. //
  935. this.lblContrastGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  936. this.lblContrastGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  937. this.lblContrastGet.Location = new System.Drawing.Point(204, 126);
  938. this.lblContrastGet.Name = "lblContrastGet";
  939. this.lblContrastGet.Size = new System.Drawing.Size(84, 33);
  940. this.lblContrastGet.TabIndex = 21;
  941. this.lblContrastGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  942. //
  943. // label4
  944. //
  945. this.label4.AutoSize = true;
  946. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  947. this.label4.Location = new System.Drawing.Point(22, 132);
  948. this.label4.Name = "label4";
  949. this.label4.Size = new System.Drawing.Size(92, 27);
  950. this.label4.TabIndex = 20;
  951. this.label4.Text = "对比度:";
  952. //
  953. // btnContrastGet
  954. //
  955. this.btnContrastGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  956. this.btnContrastGet.Location = new System.Drawing.Point(294, 126);
  957. this.btnContrastGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  958. this.btnContrastGet.Name = "btnContrastGet";
  959. this.btnContrastGet.Size = new System.Drawing.Size(78, 33);
  960. this.btnContrastGet.TabIndex = 19;
  961. this.btnContrastGet.Text = "Get";
  962. this.btnContrastGet.UseVisualStyleBackColor = true;
  963. this.btnContrastGet.Click += new System.EventHandler(this.btnContrastGet_Click);
  964. //
  965. // btnBrightnessSet
  966. //
  967. this.btnBrightnessSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  968. this.btnBrightnessSet.Location = new System.Drawing.Point(485, 89);
  969. this.btnBrightnessSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  970. this.btnBrightnessSet.Name = "btnBrightnessSet";
  971. this.btnBrightnessSet.Size = new System.Drawing.Size(78, 33);
  972. this.btnBrightnessSet.TabIndex = 18;
  973. this.btnBrightnessSet.Text = "Set";
  974. this.btnBrightnessSet.UseVisualStyleBackColor = true;
  975. this.btnBrightnessSet.Click += new System.EventHandler(this.btnBrightnessSet_Click);
  976. //
  977. // txtBrightnessSet
  978. //
  979. this.txtBrightnessSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  980. this.txtBrightnessSet.Location = new System.Drawing.Point(379, 90);
  981. this.txtBrightnessSet.Name = "txtBrightnessSet";
  982. this.txtBrightnessSet.Size = new System.Drawing.Size(100, 30);
  983. this.txtBrightnessSet.TabIndex = 17;
  984. this.txtBrightnessSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  985. //
  986. // lblBrightnessGet
  987. //
  988. this.lblBrightnessGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  989. this.lblBrightnessGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  990. this.lblBrightnessGet.Location = new System.Drawing.Point(204, 89);
  991. this.lblBrightnessGet.Name = "lblBrightnessGet";
  992. this.lblBrightnessGet.Size = new System.Drawing.Size(84, 33);
  993. this.lblBrightnessGet.TabIndex = 16;
  994. this.lblBrightnessGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  995. //
  996. // label6
  997. //
  998. this.label6.AutoSize = true;
  999. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1000. this.label6.Location = new System.Drawing.Point(22, 95);
  1001. this.label6.Name = "label6";
  1002. this.label6.Size = new System.Drawing.Size(72, 27);
  1003. this.label6.TabIndex = 15;
  1004. this.label6.Text = "亮度:";
  1005. //
  1006. // btnBrightnessGet
  1007. //
  1008. this.btnBrightnessGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1009. this.btnBrightnessGet.Location = new System.Drawing.Point(294, 89);
  1010. this.btnBrightnessGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1011. this.btnBrightnessGet.Name = "btnBrightnessGet";
  1012. this.btnBrightnessGet.Size = new System.Drawing.Size(78, 33);
  1013. this.btnBrightnessGet.TabIndex = 14;
  1014. this.btnBrightnessGet.Text = "Get";
  1015. this.btnBrightnessGet.UseVisualStyleBackColor = true;
  1016. this.btnBrightnessGet.Click += new System.EventHandler(this.btnBrightnessGet_Click);
  1017. //
  1018. // btnWDSet
  1019. //
  1020. this.btnWDSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1021. this.btnWDSet.Location = new System.Drawing.Point(485, 52);
  1022. this.btnWDSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1023. this.btnWDSet.Name = "btnWDSet";
  1024. this.btnWDSet.Size = new System.Drawing.Size(78, 33);
  1025. this.btnWDSet.TabIndex = 13;
  1026. this.btnWDSet.Text = "Set";
  1027. this.btnWDSet.UseVisualStyleBackColor = true;
  1028. this.btnWDSet.Click += new System.EventHandler(this.btnWDSet_Click);
  1029. //
  1030. // txtWDSet
  1031. //
  1032. this.txtWDSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  1033. this.txtWDSet.Location = new System.Drawing.Point(379, 53);
  1034. this.txtWDSet.Name = "txtWDSet";
  1035. this.txtWDSet.Size = new System.Drawing.Size(100, 30);
  1036. this.txtWDSet.TabIndex = 12;
  1037. this.txtWDSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1038. //
  1039. // lblWDGet
  1040. //
  1041. this.lblWDGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1042. this.lblWDGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1043. this.lblWDGet.Location = new System.Drawing.Point(204, 52);
  1044. this.lblWDGet.Name = "lblWDGet";
  1045. this.lblWDGet.Size = new System.Drawing.Size(84, 33);
  1046. this.lblWDGet.TabIndex = 11;
  1047. this.lblWDGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1048. //
  1049. // label3
  1050. //
  1051. this.label3.AutoSize = true;
  1052. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1053. this.label3.Location = new System.Drawing.Point(22, 58);
  1054. this.label3.Name = "label3";
  1055. this.label3.Size = new System.Drawing.Size(72, 27);
  1056. this.label3.TabIndex = 10;
  1057. this.label3.Text = "焦距:";
  1058. //
  1059. // btnWDGet
  1060. //
  1061. this.btnWDGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1062. this.btnWDGet.Location = new System.Drawing.Point(294, 52);
  1063. this.btnWDGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1064. this.btnWDGet.Name = "btnWDGet";
  1065. this.btnWDGet.Size = new System.Drawing.Size(78, 33);
  1066. this.btnWDGet.TabIndex = 9;
  1067. this.btnWDGet.Text = "Get";
  1068. this.btnWDGet.UseVisualStyleBackColor = true;
  1069. this.btnWDGet.Click += new System.EventHandler(this.btnWDGet_Click);
  1070. //
  1071. // btnenlargeSet
  1072. //
  1073. this.btnenlargeSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1074. this.btnenlargeSet.Location = new System.Drawing.Point(485, 15);
  1075. this.btnenlargeSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1076. this.btnenlargeSet.Name = "btnenlargeSet";
  1077. this.btnenlargeSet.Size = new System.Drawing.Size(78, 33);
  1078. this.btnenlargeSet.TabIndex = 8;
  1079. this.btnenlargeSet.Text = "Set";
  1080. this.btnenlargeSet.UseVisualStyleBackColor = true;
  1081. this.btnenlargeSet.Click += new System.EventHandler(this.btnenlargeSet_Click);
  1082. //
  1083. // txtenlargeSet
  1084. //
  1085. this.txtenlargeSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  1086. this.txtenlargeSet.Location = new System.Drawing.Point(379, 16);
  1087. this.txtenlargeSet.Name = "txtenlargeSet";
  1088. this.txtenlargeSet.Size = new System.Drawing.Size(100, 30);
  1089. this.txtenlargeSet.TabIndex = 7;
  1090. this.txtenlargeSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1091. //
  1092. // lblenlargeGet
  1093. //
  1094. this.lblenlargeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1095. this.lblenlargeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1096. this.lblenlargeGet.Location = new System.Drawing.Point(204, 15);
  1097. this.lblenlargeGet.Name = "lblenlargeGet";
  1098. this.lblenlargeGet.Size = new System.Drawing.Size(84, 33);
  1099. this.lblenlargeGet.TabIndex = 6;
  1100. this.lblenlargeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1101. //
  1102. // label1
  1103. //
  1104. this.label1.AutoSize = true;
  1105. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1106. this.label1.Location = new System.Drawing.Point(22, 21);
  1107. this.label1.Name = "label1";
  1108. this.label1.Size = new System.Drawing.Size(72, 27);
  1109. this.label1.TabIndex = 5;
  1110. this.label1.Text = "缩放:";
  1111. //
  1112. // tabPage2
  1113. //
  1114. this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1115. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  1116. this.tabPage2.Name = "tabPage2";
  1117. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
  1118. this.tabPage2.Size = new System.Drawing.Size(1127, 438);
  1119. this.tabPage2.TabIndex = 1;
  1120. this.tabPage2.Text = "FIB";
  1121. this.tabPage2.UseVisualStyleBackColor = true;
  1122. //
  1123. // tabPage3
  1124. //
  1125. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  1126. this.tabPage3.Name = "tabPage3";
  1127. this.tabPage3.Size = new System.Drawing.Size(1127, 438);
  1128. this.tabPage3.TabIndex = 2;
  1129. this.tabPage3.Text = "PT";
  1130. this.tabPage3.UseVisualStyleBackColor = true;
  1131. //
  1132. // btnBeamShiftYSet
  1133. //
  1134. this.btnBeamShiftYSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1135. this.btnBeamShiftYSet.Location = new System.Drawing.Point(1043, 277);
  1136. this.btnBeamShiftYSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1137. this.btnBeamShiftYSet.Name = "btnBeamShiftYSet";
  1138. this.btnBeamShiftYSet.Size = new System.Drawing.Size(78, 33);
  1139. this.btnBeamShiftYSet.TabIndex = 91;
  1140. this.btnBeamShiftYSet.Text = "Set";
  1141. this.btnBeamShiftYSet.UseVisualStyleBackColor = true;
  1142. this.btnBeamShiftYSet.Click += new System.EventHandler(this.btnBeamShiftYSet_Click);
  1143. //
  1144. // txtBeamShiftYSet
  1145. //
  1146. this.txtBeamShiftYSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  1147. this.txtBeamShiftYSet.Location = new System.Drawing.Point(937, 278);
  1148. this.txtBeamShiftYSet.Name = "txtBeamShiftYSet";
  1149. this.txtBeamShiftYSet.Size = new System.Drawing.Size(100, 30);
  1150. this.txtBeamShiftYSet.TabIndex = 90;
  1151. this.txtBeamShiftYSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1152. //
  1153. // lblBeamShiftYGet
  1154. //
  1155. this.lblBeamShiftYGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1156. this.lblBeamShiftYGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1157. this.lblBeamShiftYGet.Location = new System.Drawing.Point(762, 277);
  1158. this.lblBeamShiftYGet.Name = "lblBeamShiftYGet";
  1159. this.lblBeamShiftYGet.Size = new System.Drawing.Size(84, 33);
  1160. this.lblBeamShiftYGet.TabIndex = 89;
  1161. this.lblBeamShiftYGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1162. //
  1163. // label12
  1164. //
  1165. this.label12.AutoSize = true;
  1166. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1167. this.label12.Location = new System.Drawing.Point(621, 283);
  1168. this.label12.Name = "label12";
  1169. this.label12.Size = new System.Drawing.Size(127, 27);
  1170. this.label12.TabIndex = 88;
  1171. this.label12.Text = "SEM移动Y轴";
  1172. //
  1173. // btnBeamShiftYGet
  1174. //
  1175. this.btnBeamShiftYGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1176. this.btnBeamShiftYGet.Location = new System.Drawing.Point(852, 277);
  1177. this.btnBeamShiftYGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1178. this.btnBeamShiftYGet.Name = "btnBeamShiftYGet";
  1179. this.btnBeamShiftYGet.Size = new System.Drawing.Size(78, 33);
  1180. this.btnBeamShiftYGet.TabIndex = 87;
  1181. this.btnBeamShiftYGet.Text = "Get";
  1182. this.btnBeamShiftYGet.UseVisualStyleBackColor = true;
  1183. this.btnBeamShiftYGet.Click += new System.EventHandler(this.btnBeamShiftYGet_Click);
  1184. //
  1185. // btnBeamShiftXSet
  1186. //
  1187. this.btnBeamShiftXSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1188. this.btnBeamShiftXSet.Location = new System.Drawing.Point(1043, 240);
  1189. this.btnBeamShiftXSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1190. this.btnBeamShiftXSet.Name = "btnBeamShiftXSet";
  1191. this.btnBeamShiftXSet.Size = new System.Drawing.Size(78, 33);
  1192. this.btnBeamShiftXSet.TabIndex = 86;
  1193. this.btnBeamShiftXSet.Text = "Set";
  1194. this.btnBeamShiftXSet.UseVisualStyleBackColor = true;
  1195. this.btnBeamShiftXSet.Click += new System.EventHandler(this.btnBeamShiftXSet_Click);
  1196. //
  1197. // txtBeamShiftXSet
  1198. //
  1199. this.txtBeamShiftXSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  1200. this.txtBeamShiftXSet.Location = new System.Drawing.Point(937, 241);
  1201. this.txtBeamShiftXSet.Name = "txtBeamShiftXSet";
  1202. this.txtBeamShiftXSet.Size = new System.Drawing.Size(100, 30);
  1203. this.txtBeamShiftXSet.TabIndex = 85;
  1204. this.txtBeamShiftXSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1205. //
  1206. // lblBeamShiftXGet
  1207. //
  1208. this.lblBeamShiftXGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1209. this.lblBeamShiftXGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1210. this.lblBeamShiftXGet.Location = new System.Drawing.Point(762, 240);
  1211. this.lblBeamShiftXGet.Name = "lblBeamShiftXGet";
  1212. this.lblBeamShiftXGet.Size = new System.Drawing.Size(84, 33);
  1213. this.lblBeamShiftXGet.TabIndex = 84;
  1214. this.lblBeamShiftXGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1215. //
  1216. // label16
  1217. //
  1218. this.label16.AutoSize = true;
  1219. this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1220. this.label16.Location = new System.Drawing.Point(621, 246);
  1221. this.label16.Name = "label16";
  1222. this.label16.Size = new System.Drawing.Size(148, 27);
  1223. this.label16.TabIndex = 83;
  1224. this.label16.Text = "SEM移动X轴:";
  1225. //
  1226. // btnBeamShiftXGet
  1227. //
  1228. this.btnBeamShiftXGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1229. this.btnBeamShiftXGet.Location = new System.Drawing.Point(852, 240);
  1230. this.btnBeamShiftXGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1231. this.btnBeamShiftXGet.Name = "btnBeamShiftXGet";
  1232. this.btnBeamShiftXGet.Size = new System.Drawing.Size(78, 33);
  1233. this.btnBeamShiftXGet.TabIndex = 82;
  1234. this.btnBeamShiftXGet.Text = "Get";
  1235. this.btnBeamShiftXGet.UseVisualStyleBackColor = true;
  1236. this.btnBeamShiftXGet.Click += new System.EventHandler(this.btnBeamShiftXGet_Click);
  1237. //
  1238. // btnDoSemDriftCorrn
  1239. //
  1240. this.btnDoSemDriftCorrn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1241. this.btnDoSemDriftCorrn.Location = new System.Drawing.Point(604, 375);
  1242. this.btnDoSemDriftCorrn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1243. this.btnDoSemDriftCorrn.Name = "btnDoSemDriftCorrn";
  1244. this.btnDoSemDriftCorrn.Size = new System.Drawing.Size(144, 42);
  1245. this.btnDoSemDriftCorrn.TabIndex = 92;
  1246. this.btnDoSemDriftCorrn.Text = "取消光束校正";
  1247. this.btnDoSemDriftCorrn.UseVisualStyleBackColor = true;
  1248. this.btnDoSemDriftCorrn.Click += new System.EventHandler(this.btnDoSemDriftCorrn_Click);
  1249. //
  1250. // FormUnitControl
  1251. //
  1252. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1254. this.ClientSize = new System.Drawing.Size(1138, 571);
  1255. this.Controls.Add(this.tabControl1);
  1256. this.Controls.Add(this.groupBox1);
  1257. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1258. this.Name = "FormUnitControl";
  1259. this.Text = "UnitControl";
  1260. this.groupBox1.ResumeLayout(false);
  1261. this.tabControl1.ResumeLayout(false);
  1262. this.tabPage1.ResumeLayout(false);
  1263. this.tabPage1.PerformLayout();
  1264. this.ResumeLayout(false);
  1265. }
  1266. #endregion
  1267. private System.Windows.Forms.Button btnInit;
  1268. private System.Windows.Forms.Button btnCloseCtrl;
  1269. private System.Windows.Forms.Button btnSetNotify;
  1270. private System.Windows.Forms.Button btnGrabImage;
  1271. private System.Windows.Forms.GroupBox groupBox1;
  1272. private System.Windows.Forms.Button btnenlargeGet;
  1273. private System.Windows.Forms.TabControl tabControl1;
  1274. private System.Windows.Forms.TabPage tabPage1;
  1275. private System.Windows.Forms.TabPage tabPage2;
  1276. private System.Windows.Forms.Button btnenlargeSet;
  1277. private System.Windows.Forms.TextBox txtenlargeSet;
  1278. private System.Windows.Forms.Label lblenlargeGet;
  1279. private System.Windows.Forms.Label label1;
  1280. private System.Windows.Forms.Button btnWDSet;
  1281. private System.Windows.Forms.TextBox txtWDSet;
  1282. private System.Windows.Forms.Label lblWDGet;
  1283. private System.Windows.Forms.Label label3;
  1284. private System.Windows.Forms.Button btnWDGet;
  1285. private System.Windows.Forms.Button btnContrastSet;
  1286. private System.Windows.Forms.TextBox txtContrastSet;
  1287. private System.Windows.Forms.Label lblContrastGet;
  1288. private System.Windows.Forms.Label label4;
  1289. private System.Windows.Forms.Button btnContrastGet;
  1290. private System.Windows.Forms.Button btnBrightnessSet;
  1291. private System.Windows.Forms.TextBox txtBrightnessSet;
  1292. private System.Windows.Forms.Label lblBrightnessGet;
  1293. private System.Windows.Forms.Label label6;
  1294. private System.Windows.Forms.Button btnBrightnessGet;
  1295. private System.Windows.Forms.Button btnAstigmatismYSet;
  1296. private System.Windows.Forms.TextBox txtAstigmatismYSet;
  1297. private System.Windows.Forms.Label lblAstigmatismYGet;
  1298. private System.Windows.Forms.Label label5;
  1299. private System.Windows.Forms.Button btnAstigmatismYGet;
  1300. private System.Windows.Forms.Button btnAstigmatismXSet;
  1301. private System.Windows.Forms.TextBox txtAstigmatismXSet;
  1302. private System.Windows.Forms.Label lblAstigmatismXGet;
  1303. private System.Windows.Forms.Label label8;
  1304. private System.Windows.Forms.Button btnAstigmatismXGet;
  1305. private System.Windows.Forms.Button btnTiltAngleSet;
  1306. private System.Windows.Forms.TextBox txtTiltAngleSet;
  1307. private System.Windows.Forms.Label lblTiltAngleGet;
  1308. private System.Windows.Forms.Label label7;
  1309. private System.Windows.Forms.Button btnTiltAngleGet;
  1310. private System.Windows.Forms.Label lblPixelSizeGet;
  1311. private System.Windows.Forms.Label label9;
  1312. private System.Windows.Forms.Button btnPixelSizeGet;
  1313. private System.Windows.Forms.Button btnScanRotationSet;
  1314. private System.Windows.Forms.TextBox txtScanRotationSet;
  1315. private System.Windows.Forms.Label lblScanRotationGet;
  1316. private System.Windows.Forms.Label label11;
  1317. private System.Windows.Forms.Button btnScanRotationGet;
  1318. private System.Windows.Forms.Button btnCloseVoltage;
  1319. private System.Windows.Forms.Button btnOpenVoltage;
  1320. private System.Windows.Forms.TabPage tabPage3;
  1321. private System.Windows.Forms.Button btnStageSetM;
  1322. private System.Windows.Forms.TextBox txtStageM;
  1323. private System.Windows.Forms.Label lblStageM;
  1324. private System.Windows.Forms.Label label10;
  1325. private System.Windows.Forms.Button btnStageGetM;
  1326. private System.Windows.Forms.Button btnStageSetR;
  1327. private System.Windows.Forms.TextBox txtStageR;
  1328. private System.Windows.Forms.Label lblStageR;
  1329. private System.Windows.Forms.Label label13;
  1330. private System.Windows.Forms.Button btnStageGetR;
  1331. private System.Windows.Forms.Button btnStageSetT;
  1332. private System.Windows.Forms.TextBox txtStageT;
  1333. private System.Windows.Forms.Label lblStageT;
  1334. private System.Windows.Forms.Label label15;
  1335. private System.Windows.Forms.Button btnStageGetT;
  1336. private System.Windows.Forms.Button btnStageSetZ;
  1337. private System.Windows.Forms.TextBox txtStageZ;
  1338. private System.Windows.Forms.Label lblStageZ;
  1339. private System.Windows.Forms.Label label17;
  1340. private System.Windows.Forms.Button btnStageGetZ;
  1341. private System.Windows.Forms.Button btnStageSetY;
  1342. private System.Windows.Forms.TextBox txtStageY;
  1343. private System.Windows.Forms.Label lblStageY;
  1344. private System.Windows.Forms.Label label19;
  1345. private System.Windows.Forms.Button btnStageGetY;
  1346. private System.Windows.Forms.Button btnStageSetX;
  1347. private System.Windows.Forms.TextBox txtStageX;
  1348. private System.Windows.Forms.Label lblStageX;
  1349. private System.Windows.Forms.Label label21;
  1350. private System.Windows.Forms.Button btnStageGetX;
  1351. private System.Windows.Forms.Button btnGetStagePosition;
  1352. private System.Windows.Forms.Button btnBeamShiftYSet;
  1353. private System.Windows.Forms.TextBox txtBeamShiftYSet;
  1354. private System.Windows.Forms.Label lblBeamShiftYGet;
  1355. private System.Windows.Forms.Label label12;
  1356. private System.Windows.Forms.Button btnBeamShiftYGet;
  1357. private System.Windows.Forms.Button btnBeamShiftXSet;
  1358. private System.Windows.Forms.TextBox txtBeamShiftXSet;
  1359. private System.Windows.Forms.Label lblBeamShiftXGet;
  1360. private System.Windows.Forms.Label label16;
  1361. private System.Windows.Forms.Button btnBeamShiftXGet;
  1362. private System.Windows.Forms.Button btnDoSemDriftCorrn;
  1363. }
  1364. }