FormUnitControl.Designer.cs 70 KB

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