FormUnitControl.Designer.cs 71 KB

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