FormUnitControl.Designer.cs 75 KB

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