FormUnitControl.Designer.cs 73 KB

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