FormUnitControl.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  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.btnTiltAngleSet = new System.Windows.Forms.Button();
  37. this.txtTiltAngleSet = new System.Windows.Forms.TextBox();
  38. this.lblTiltAngleGet = new System.Windows.Forms.Label();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.btnTiltAngleGet = new System.Windows.Forms.Button();
  41. this.btnAstigmatismYSet = new System.Windows.Forms.Button();
  42. this.txtAstigmatismYSet = new System.Windows.Forms.TextBox();
  43. this.lblAstigmatismYGet = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.btnAstigmatismYGet = new System.Windows.Forms.Button();
  46. this.btnAstigmatismXSet = new System.Windows.Forms.Button();
  47. this.txtAstigmatismXSet = new System.Windows.Forms.TextBox();
  48. this.lblAstigmatismXGet = new System.Windows.Forms.Label();
  49. this.label8 = new System.Windows.Forms.Label();
  50. this.btnAstigmatismXGet = new System.Windows.Forms.Button();
  51. this.btnContrastSet = new System.Windows.Forms.Button();
  52. this.txtContrastSet = new System.Windows.Forms.TextBox();
  53. this.lblContrastGet = new System.Windows.Forms.Label();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.btnContrastGet = new System.Windows.Forms.Button();
  56. this.btnBrightnessSet = new System.Windows.Forms.Button();
  57. this.txtBrightnessSet = new System.Windows.Forms.TextBox();
  58. this.lblBrightnessGet = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.btnBrightnessGet = new System.Windows.Forms.Button();
  61. this.btnWDSet = new System.Windows.Forms.Button();
  62. this.txtWDSet = new System.Windows.Forms.TextBox();
  63. this.lblWDGet = new System.Windows.Forms.Label();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.btnWDGet = new System.Windows.Forms.Button();
  66. this.btnenlargeSet = new System.Windows.Forms.Button();
  67. this.txtenlargeSet = new System.Windows.Forms.TextBox();
  68. this.lblenlargeGet = new System.Windows.Forms.Label();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.tabPage2 = new System.Windows.Forms.TabPage();
  71. this.btnPixelSizeSet = new System.Windows.Forms.Button();
  72. this.txtPixelSizeSet = new System.Windows.Forms.TextBox();
  73. this.lblPixelSizeGet = new System.Windows.Forms.Label();
  74. this.label9 = new System.Windows.Forms.Label();
  75. this.btnPixelSizeGet = new System.Windows.Forms.Button();
  76. this.btnScanRotationSet = new System.Windows.Forms.Button();
  77. this.txtScanRotationSet = new System.Windows.Forms.TextBox();
  78. this.lblScanRotationGet = new System.Windows.Forms.Label();
  79. this.label11 = new System.Windows.Forms.Label();
  80. this.btnScanRotationGet = new System.Windows.Forms.Button();
  81. this.btnOpenVoltage = new System.Windows.Forms.Button();
  82. this.btnCloseVoltage = new System.Windows.Forms.Button();
  83. this.groupBox1.SuspendLayout();
  84. this.tabControl1.SuspendLayout();
  85. this.tabPage1.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // btnGrabImage
  89. //
  90. this.btnGrabImage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btnGrabImage.Location = new System.Drawing.Point(523, 31);
  92. this.btnGrabImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  93. this.btnGrabImage.Name = "btnGrabImage";
  94. this.btnGrabImage.Size = new System.Drawing.Size(144, 42);
  95. this.btnGrabImage.TabIndex = 1;
  96. this.btnGrabImage.Text = "抓取图像";
  97. this.btnGrabImage.UseVisualStyleBackColor = true;
  98. this.btnGrabImage.Click += new System.EventHandler(this.btnGrabImage_Click);
  99. //
  100. // btnInit
  101. //
  102. this.btnInit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btnInit.Location = new System.Drawing.Point(31, 31);
  104. this.btnInit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  105. this.btnInit.Name = "btnInit";
  106. this.btnInit.Size = new System.Drawing.Size(144, 42);
  107. this.btnInit.TabIndex = 1;
  108. this.btnInit.Text = "初始化设备";
  109. this.btnInit.UseVisualStyleBackColor = true;
  110. this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
  111. //
  112. // btnCloseCtrl
  113. //
  114. this.btnCloseCtrl.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.btnCloseCtrl.Location = new System.Drawing.Point(194, 31);
  116. this.btnCloseCtrl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  117. this.btnCloseCtrl.Name = "btnCloseCtrl";
  118. this.btnCloseCtrl.Size = new System.Drawing.Size(144, 42);
  119. this.btnCloseCtrl.TabIndex = 2;
  120. this.btnCloseCtrl.Text = "关闭设备";
  121. this.btnCloseCtrl.UseVisualStyleBackColor = true;
  122. this.btnCloseCtrl.Click += new System.EventHandler(this.btnCloseCtrl_Click);
  123. //
  124. // btnSetNotify
  125. //
  126. this.btnSetNotify.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnSetNotify.Location = new System.Drawing.Point(356, 31);
  128. this.btnSetNotify.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  129. this.btnSetNotify.Name = "btnSetNotify";
  130. this.btnSetNotify.Size = new System.Drawing.Size(144, 42);
  131. this.btnSetNotify.TabIndex = 3;
  132. this.btnSetNotify.Text = "设置通知";
  133. this.btnSetNotify.UseVisualStyleBackColor = true;
  134. this.btnSetNotify.Click += new System.EventHandler(this.btnSetNotify_Click);
  135. //
  136. // btnenlargeGet
  137. //
  138. this.btnenlargeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnenlargeGet.Location = new System.Drawing.Point(294, 15);
  140. this.btnenlargeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  141. this.btnenlargeGet.Name = "btnenlargeGet";
  142. this.btnenlargeGet.Size = new System.Drawing.Size(78, 33);
  143. this.btnenlargeGet.TabIndex = 2;
  144. this.btnenlargeGet.Text = "Get";
  145. this.btnenlargeGet.UseVisualStyleBackColor = true;
  146. this.btnenlargeGet.Click += new System.EventHandler(this.btnenlargeGet_Click);
  147. //
  148. // groupBox1
  149. //
  150. this.groupBox1.Controls.Add(this.btnGrabImage);
  151. this.groupBox1.Controls.Add(this.btnInit);
  152. this.groupBox1.Controls.Add(this.btnCloseCtrl);
  153. this.groupBox1.Controls.Add(this.btnSetNotify);
  154. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.groupBox1.Location = new System.Drawing.Point(3, 1);
  156. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.groupBox1.Name = "groupBox1";
  158. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  159. this.groupBox1.Size = new System.Drawing.Size(697, 94);
  160. this.groupBox1.TabIndex = 17;
  161. this.groupBox1.TabStop = false;
  162. this.groupBox1.Text = "控制按键";
  163. //
  164. // tabControl1
  165. //
  166. this.tabControl1.Controls.Add(this.tabPage1);
  167. this.tabControl1.Controls.Add(this.tabPage2);
  168. this.tabControl1.Location = new System.Drawing.Point(3, 100);
  169. this.tabControl1.Name = "tabControl1";
  170. this.tabControl1.SelectedIndex = 0;
  171. this.tabControl1.Size = new System.Drawing.Size(1135, 467);
  172. this.tabControl1.TabIndex = 19;
  173. //
  174. // tabPage1
  175. //
  176. this.tabPage1.BackColor = System.Drawing.Color.Transparent;
  177. this.tabPage1.Controls.Add(this.btnCloseVoltage);
  178. this.tabPage1.Controls.Add(this.btnOpenVoltage);
  179. this.tabPage1.Controls.Add(this.btnPixelSizeSet);
  180. this.tabPage1.Controls.Add(this.txtPixelSizeSet);
  181. this.tabPage1.Controls.Add(this.lblPixelSizeGet);
  182. this.tabPage1.Controls.Add(this.label9);
  183. this.tabPage1.Controls.Add(this.btnPixelSizeGet);
  184. this.tabPage1.Controls.Add(this.btnScanRotationSet);
  185. this.tabPage1.Controls.Add(this.txtScanRotationSet);
  186. this.tabPage1.Controls.Add(this.lblScanRotationGet);
  187. this.tabPage1.Controls.Add(this.label11);
  188. this.tabPage1.Controls.Add(this.btnScanRotationGet);
  189. this.tabPage1.Controls.Add(this.btnTiltAngleSet);
  190. this.tabPage1.Controls.Add(this.txtTiltAngleSet);
  191. this.tabPage1.Controls.Add(this.lblTiltAngleGet);
  192. this.tabPage1.Controls.Add(this.label7);
  193. this.tabPage1.Controls.Add(this.btnTiltAngleGet);
  194. this.tabPage1.Controls.Add(this.btnAstigmatismYSet);
  195. this.tabPage1.Controls.Add(this.txtAstigmatismYSet);
  196. this.tabPage1.Controls.Add(this.lblAstigmatismYGet);
  197. this.tabPage1.Controls.Add(this.label5);
  198. this.tabPage1.Controls.Add(this.btnAstigmatismYGet);
  199. this.tabPage1.Controls.Add(this.btnAstigmatismXSet);
  200. this.tabPage1.Controls.Add(this.txtAstigmatismXSet);
  201. this.tabPage1.Controls.Add(this.lblAstigmatismXGet);
  202. this.tabPage1.Controls.Add(this.label8);
  203. this.tabPage1.Controls.Add(this.btnAstigmatismXGet);
  204. this.tabPage1.Controls.Add(this.btnContrastSet);
  205. this.tabPage1.Controls.Add(this.txtContrastSet);
  206. this.tabPage1.Controls.Add(this.lblContrastGet);
  207. this.tabPage1.Controls.Add(this.label4);
  208. this.tabPage1.Controls.Add(this.btnContrastGet);
  209. this.tabPage1.Controls.Add(this.btnBrightnessSet);
  210. this.tabPage1.Controls.Add(this.txtBrightnessSet);
  211. this.tabPage1.Controls.Add(this.lblBrightnessGet);
  212. this.tabPage1.Controls.Add(this.label6);
  213. this.tabPage1.Controls.Add(this.btnBrightnessGet);
  214. this.tabPage1.Controls.Add(this.btnWDSet);
  215. this.tabPage1.Controls.Add(this.txtWDSet);
  216. this.tabPage1.Controls.Add(this.lblWDGet);
  217. this.tabPage1.Controls.Add(this.label3);
  218. this.tabPage1.Controls.Add(this.btnWDGet);
  219. this.tabPage1.Controls.Add(this.btnenlargeSet);
  220. this.tabPage1.Controls.Add(this.txtenlargeSet);
  221. this.tabPage1.Controls.Add(this.lblenlargeGet);
  222. this.tabPage1.Controls.Add(this.label1);
  223. this.tabPage1.Controls.Add(this.btnenlargeGet);
  224. this.tabPage1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  226. this.tabPage1.Name = "tabPage1";
  227. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  228. this.tabPage1.Size = new System.Drawing.Size(1127, 438);
  229. this.tabPage1.TabIndex = 0;
  230. this.tabPage1.Text = "SEM";
  231. //
  232. // btnTiltAngleSet
  233. //
  234. this.btnTiltAngleSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btnTiltAngleSet.Location = new System.Drawing.Point(485, 237);
  236. this.btnTiltAngleSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.btnTiltAngleSet.Name = "btnTiltAngleSet";
  238. this.btnTiltAngleSet.Size = new System.Drawing.Size(78, 33);
  239. this.btnTiltAngleSet.TabIndex = 38;
  240. this.btnTiltAngleSet.Text = "Set";
  241. this.btnTiltAngleSet.UseVisualStyleBackColor = true;
  242. this.btnTiltAngleSet.Click += new System.EventHandler(this.btnTiltAngleSet_Click);
  243. //
  244. // txtTiltAngleSet
  245. //
  246. this.txtTiltAngleSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  247. this.txtTiltAngleSet.Location = new System.Drawing.Point(379, 238);
  248. this.txtTiltAngleSet.Name = "txtTiltAngleSet";
  249. this.txtTiltAngleSet.Size = new System.Drawing.Size(100, 30);
  250. this.txtTiltAngleSet.TabIndex = 37;
  251. this.txtTiltAngleSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  252. //
  253. // lblTiltAngleGet
  254. //
  255. this.lblTiltAngleGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  256. this.lblTiltAngleGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  257. this.lblTiltAngleGet.Location = new System.Drawing.Point(204, 237);
  258. this.lblTiltAngleGet.Name = "lblTiltAngleGet";
  259. this.lblTiltAngleGet.Size = new System.Drawing.Size(84, 33);
  260. this.lblTiltAngleGet.TabIndex = 36;
  261. this.lblTiltAngleGet.Text = "0";
  262. this.lblTiltAngleGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  263. //
  264. // label7
  265. //
  266. this.label7.AutoSize = true;
  267. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.label7.Location = new System.Drawing.Point(22, 243);
  269. this.label7.Name = "label7";
  270. this.label7.Size = new System.Drawing.Size(112, 27);
  271. this.label7.TabIndex = 35;
  272. this.label7.Text = "角度补偿:";
  273. //
  274. // btnTiltAngleGet
  275. //
  276. this.btnTiltAngleGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.btnTiltAngleGet.Location = new System.Drawing.Point(294, 237);
  278. this.btnTiltAngleGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  279. this.btnTiltAngleGet.Name = "btnTiltAngleGet";
  280. this.btnTiltAngleGet.Size = new System.Drawing.Size(78, 33);
  281. this.btnTiltAngleGet.TabIndex = 34;
  282. this.btnTiltAngleGet.Text = "Get";
  283. this.btnTiltAngleGet.UseVisualStyleBackColor = true;
  284. this.btnTiltAngleGet.Click += new System.EventHandler(this.btnTiltAngleGet_Click);
  285. //
  286. // btnAstigmatismYSet
  287. //
  288. this.btnAstigmatismYSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.btnAstigmatismYSet.Location = new System.Drawing.Point(485, 200);
  290. this.btnAstigmatismYSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  291. this.btnAstigmatismYSet.Name = "btnAstigmatismYSet";
  292. this.btnAstigmatismYSet.Size = new System.Drawing.Size(78, 33);
  293. this.btnAstigmatismYSet.TabIndex = 33;
  294. this.btnAstigmatismYSet.Text = "Set";
  295. this.btnAstigmatismYSet.UseVisualStyleBackColor = true;
  296. this.btnAstigmatismYSet.Click += new System.EventHandler(this.btnAstigmatismYSet_Click);
  297. //
  298. // txtAstigmatismYSet
  299. //
  300. this.txtAstigmatismYSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  301. this.txtAstigmatismYSet.Location = new System.Drawing.Point(379, 201);
  302. this.txtAstigmatismYSet.Name = "txtAstigmatismYSet";
  303. this.txtAstigmatismYSet.Size = new System.Drawing.Size(100, 30);
  304. this.txtAstigmatismYSet.TabIndex = 32;
  305. this.txtAstigmatismYSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  306. //
  307. // lblAstigmatismYGet
  308. //
  309. this.lblAstigmatismYGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  310. this.lblAstigmatismYGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  311. this.lblAstigmatismYGet.Location = new System.Drawing.Point(204, 200);
  312. this.lblAstigmatismYGet.Name = "lblAstigmatismYGet";
  313. this.lblAstigmatismYGet.Size = new System.Drawing.Size(84, 33);
  314. this.lblAstigmatismYGet.TabIndex = 31;
  315. this.lblAstigmatismYGet.Text = "0";
  316. this.lblAstigmatismYGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  317. //
  318. // label5
  319. //
  320. this.label5.AutoSize = true;
  321. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.label5.Location = new System.Drawing.Point(22, 206);
  323. this.label5.Name = "label5";
  324. this.label5.Size = new System.Drawing.Size(105, 27);
  325. this.label5.TabIndex = 30;
  326. this.label5.Text = "消像散Y:";
  327. //
  328. // btnAstigmatismYGet
  329. //
  330. this.btnAstigmatismYGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.btnAstigmatismYGet.Location = new System.Drawing.Point(294, 200);
  332. this.btnAstigmatismYGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  333. this.btnAstigmatismYGet.Name = "btnAstigmatismYGet";
  334. this.btnAstigmatismYGet.Size = new System.Drawing.Size(78, 33);
  335. this.btnAstigmatismYGet.TabIndex = 29;
  336. this.btnAstigmatismYGet.Text = "Get";
  337. this.btnAstigmatismYGet.UseVisualStyleBackColor = true;
  338. this.btnAstigmatismYGet.Click += new System.EventHandler(this.btnAstigmatismYGet_Click);
  339. //
  340. // btnAstigmatismXSet
  341. //
  342. this.btnAstigmatismXSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.btnAstigmatismXSet.Location = new System.Drawing.Point(485, 163);
  344. this.btnAstigmatismXSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  345. this.btnAstigmatismXSet.Name = "btnAstigmatismXSet";
  346. this.btnAstigmatismXSet.Size = new System.Drawing.Size(78, 33);
  347. this.btnAstigmatismXSet.TabIndex = 28;
  348. this.btnAstigmatismXSet.Text = "Set";
  349. this.btnAstigmatismXSet.UseVisualStyleBackColor = true;
  350. this.btnAstigmatismXSet.Click += new System.EventHandler(this.btnAstigmatismXSet_Click);
  351. //
  352. // txtAstigmatismXSet
  353. //
  354. this.txtAstigmatismXSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  355. this.txtAstigmatismXSet.Location = new System.Drawing.Point(379, 164);
  356. this.txtAstigmatismXSet.Name = "txtAstigmatismXSet";
  357. this.txtAstigmatismXSet.Size = new System.Drawing.Size(100, 30);
  358. this.txtAstigmatismXSet.TabIndex = 27;
  359. this.txtAstigmatismXSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  360. //
  361. // lblAstigmatismXGet
  362. //
  363. this.lblAstigmatismXGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  364. this.lblAstigmatismXGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  365. this.lblAstigmatismXGet.Location = new System.Drawing.Point(204, 163);
  366. this.lblAstigmatismXGet.Name = "lblAstigmatismXGet";
  367. this.lblAstigmatismXGet.Size = new System.Drawing.Size(84, 33);
  368. this.lblAstigmatismXGet.TabIndex = 26;
  369. this.lblAstigmatismXGet.Text = "0";
  370. this.lblAstigmatismXGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  371. //
  372. // label8
  373. //
  374. this.label8.AutoSize = true;
  375. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.label8.Location = new System.Drawing.Point(22, 169);
  377. this.label8.Name = "label8";
  378. this.label8.Size = new System.Drawing.Size(106, 27);
  379. this.label8.TabIndex = 25;
  380. this.label8.Text = "消像散X:";
  381. //
  382. // btnAstigmatismXGet
  383. //
  384. this.btnAstigmatismXGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnAstigmatismXGet.Location = new System.Drawing.Point(294, 163);
  386. this.btnAstigmatismXGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  387. this.btnAstigmatismXGet.Name = "btnAstigmatismXGet";
  388. this.btnAstigmatismXGet.Size = new System.Drawing.Size(78, 33);
  389. this.btnAstigmatismXGet.TabIndex = 24;
  390. this.btnAstigmatismXGet.Text = "Get";
  391. this.btnAstigmatismXGet.UseVisualStyleBackColor = true;
  392. this.btnAstigmatismXGet.Click += new System.EventHandler(this.btnAstigmatismXGet_Click);
  393. //
  394. // btnContrastSet
  395. //
  396. this.btnContrastSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.btnContrastSet.Location = new System.Drawing.Point(485, 126);
  398. this.btnContrastSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  399. this.btnContrastSet.Name = "btnContrastSet";
  400. this.btnContrastSet.Size = new System.Drawing.Size(78, 33);
  401. this.btnContrastSet.TabIndex = 23;
  402. this.btnContrastSet.Text = "Set";
  403. this.btnContrastSet.UseVisualStyleBackColor = true;
  404. this.btnContrastSet.Click += new System.EventHandler(this.btnContrastSet_Click);
  405. //
  406. // txtContrastSet
  407. //
  408. this.txtContrastSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  409. this.txtContrastSet.Location = new System.Drawing.Point(379, 127);
  410. this.txtContrastSet.Name = "txtContrastSet";
  411. this.txtContrastSet.Size = new System.Drawing.Size(100, 30);
  412. this.txtContrastSet.TabIndex = 22;
  413. this.txtContrastSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  414. //
  415. // lblContrastGet
  416. //
  417. this.lblContrastGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  418. this.lblContrastGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  419. this.lblContrastGet.Location = new System.Drawing.Point(204, 126);
  420. this.lblContrastGet.Name = "lblContrastGet";
  421. this.lblContrastGet.Size = new System.Drawing.Size(84, 33);
  422. this.lblContrastGet.TabIndex = 21;
  423. this.lblContrastGet.Text = "0";
  424. this.lblContrastGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  425. //
  426. // label4
  427. //
  428. this.label4.AutoSize = true;
  429. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.label4.Location = new System.Drawing.Point(22, 132);
  431. this.label4.Name = "label4";
  432. this.label4.Size = new System.Drawing.Size(92, 27);
  433. this.label4.TabIndex = 20;
  434. this.label4.Text = "对比度:";
  435. //
  436. // btnContrastGet
  437. //
  438. this.btnContrastGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.btnContrastGet.Location = new System.Drawing.Point(294, 126);
  440. this.btnContrastGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  441. this.btnContrastGet.Name = "btnContrastGet";
  442. this.btnContrastGet.Size = new System.Drawing.Size(78, 33);
  443. this.btnContrastGet.TabIndex = 19;
  444. this.btnContrastGet.Text = "Get";
  445. this.btnContrastGet.UseVisualStyleBackColor = true;
  446. this.btnContrastGet.Click += new System.EventHandler(this.btnContrastGet_Click);
  447. //
  448. // btnBrightnessSet
  449. //
  450. this.btnBrightnessSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.btnBrightnessSet.Location = new System.Drawing.Point(485, 89);
  452. this.btnBrightnessSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  453. this.btnBrightnessSet.Name = "btnBrightnessSet";
  454. this.btnBrightnessSet.Size = new System.Drawing.Size(78, 33);
  455. this.btnBrightnessSet.TabIndex = 18;
  456. this.btnBrightnessSet.Text = "Set";
  457. this.btnBrightnessSet.UseVisualStyleBackColor = true;
  458. this.btnBrightnessSet.Click += new System.EventHandler(this.btnBrightnessSet_Click);
  459. //
  460. // txtBrightnessSet
  461. //
  462. this.txtBrightnessSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  463. this.txtBrightnessSet.Location = new System.Drawing.Point(379, 90);
  464. this.txtBrightnessSet.Name = "txtBrightnessSet";
  465. this.txtBrightnessSet.Size = new System.Drawing.Size(100, 30);
  466. this.txtBrightnessSet.TabIndex = 17;
  467. this.txtBrightnessSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  468. //
  469. // lblBrightnessGet
  470. //
  471. this.lblBrightnessGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  472. this.lblBrightnessGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  473. this.lblBrightnessGet.Location = new System.Drawing.Point(204, 89);
  474. this.lblBrightnessGet.Name = "lblBrightnessGet";
  475. this.lblBrightnessGet.Size = new System.Drawing.Size(84, 33);
  476. this.lblBrightnessGet.TabIndex = 16;
  477. this.lblBrightnessGet.Text = "0";
  478. this.lblBrightnessGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  479. //
  480. // label6
  481. //
  482. this.label6.AutoSize = true;
  483. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.label6.Location = new System.Drawing.Point(22, 95);
  485. this.label6.Name = "label6";
  486. this.label6.Size = new System.Drawing.Size(72, 27);
  487. this.label6.TabIndex = 15;
  488. this.label6.Text = "亮度:";
  489. //
  490. // btnBrightnessGet
  491. //
  492. this.btnBrightnessGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  493. this.btnBrightnessGet.Location = new System.Drawing.Point(294, 89);
  494. this.btnBrightnessGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  495. this.btnBrightnessGet.Name = "btnBrightnessGet";
  496. this.btnBrightnessGet.Size = new System.Drawing.Size(78, 33);
  497. this.btnBrightnessGet.TabIndex = 14;
  498. this.btnBrightnessGet.Text = "Get";
  499. this.btnBrightnessGet.UseVisualStyleBackColor = true;
  500. this.btnBrightnessGet.Click += new System.EventHandler(this.btnBrightnessGet_Click);
  501. //
  502. // btnWDSet
  503. //
  504. this.btnWDSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.btnWDSet.Location = new System.Drawing.Point(485, 52);
  506. this.btnWDSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  507. this.btnWDSet.Name = "btnWDSet";
  508. this.btnWDSet.Size = new System.Drawing.Size(78, 33);
  509. this.btnWDSet.TabIndex = 13;
  510. this.btnWDSet.Text = "Set";
  511. this.btnWDSet.UseVisualStyleBackColor = true;
  512. this.btnWDSet.Click += new System.EventHandler(this.btnWDSet_Click);
  513. //
  514. // txtWDSet
  515. //
  516. this.txtWDSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  517. this.txtWDSet.Location = new System.Drawing.Point(379, 53);
  518. this.txtWDSet.Name = "txtWDSet";
  519. this.txtWDSet.Size = new System.Drawing.Size(100, 30);
  520. this.txtWDSet.TabIndex = 12;
  521. this.txtWDSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  522. //
  523. // lblWDGet
  524. //
  525. this.lblWDGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  526. this.lblWDGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  527. this.lblWDGet.Location = new System.Drawing.Point(204, 52);
  528. this.lblWDGet.Name = "lblWDGet";
  529. this.lblWDGet.Size = new System.Drawing.Size(84, 33);
  530. this.lblWDGet.TabIndex = 11;
  531. this.lblWDGet.Text = "0";
  532. this.lblWDGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  533. //
  534. // label3
  535. //
  536. this.label3.AutoSize = true;
  537. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.label3.Location = new System.Drawing.Point(22, 58);
  539. this.label3.Name = "label3";
  540. this.label3.Size = new System.Drawing.Size(72, 27);
  541. this.label3.TabIndex = 10;
  542. this.label3.Text = "焦距:";
  543. //
  544. // btnWDGet
  545. //
  546. this.btnWDGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  547. this.btnWDGet.Location = new System.Drawing.Point(294, 52);
  548. this.btnWDGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  549. this.btnWDGet.Name = "btnWDGet";
  550. this.btnWDGet.Size = new System.Drawing.Size(78, 33);
  551. this.btnWDGet.TabIndex = 9;
  552. this.btnWDGet.Text = "Get";
  553. this.btnWDGet.UseVisualStyleBackColor = true;
  554. this.btnWDGet.Click += new System.EventHandler(this.btnWDGet_Click);
  555. //
  556. // btnenlargeSet
  557. //
  558. this.btnenlargeSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.btnenlargeSet.Location = new System.Drawing.Point(485, 15);
  560. this.btnenlargeSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  561. this.btnenlargeSet.Name = "btnenlargeSet";
  562. this.btnenlargeSet.Size = new System.Drawing.Size(78, 33);
  563. this.btnenlargeSet.TabIndex = 8;
  564. this.btnenlargeSet.Text = "Set";
  565. this.btnenlargeSet.UseVisualStyleBackColor = true;
  566. this.btnenlargeSet.Click += new System.EventHandler(this.btnenlargeSet_Click);
  567. //
  568. // txtenlargeSet
  569. //
  570. this.txtenlargeSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  571. this.txtenlargeSet.Location = new System.Drawing.Point(379, 16);
  572. this.txtenlargeSet.Name = "txtenlargeSet";
  573. this.txtenlargeSet.Size = new System.Drawing.Size(100, 30);
  574. this.txtenlargeSet.TabIndex = 7;
  575. this.txtenlargeSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  576. //
  577. // lblenlargeGet
  578. //
  579. this.lblenlargeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  580. this.lblenlargeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  581. this.lblenlargeGet.Location = new System.Drawing.Point(204, 15);
  582. this.lblenlargeGet.Name = "lblenlargeGet";
  583. this.lblenlargeGet.Size = new System.Drawing.Size(84, 33);
  584. this.lblenlargeGet.TabIndex = 6;
  585. this.lblenlargeGet.Text = "0";
  586. this.lblenlargeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  587. //
  588. // label1
  589. //
  590. this.label1.AutoSize = true;
  591. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  592. this.label1.Location = new System.Drawing.Point(22, 21);
  593. this.label1.Name = "label1";
  594. this.label1.Size = new System.Drawing.Size(72, 27);
  595. this.label1.TabIndex = 5;
  596. this.label1.Text = "缩放:";
  597. //
  598. // tabPage2
  599. //
  600. this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  602. this.tabPage2.Name = "tabPage2";
  603. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  604. this.tabPage2.Size = new System.Drawing.Size(1127, 438);
  605. this.tabPage2.TabIndex = 1;
  606. this.tabPage2.Text = "tabPage2";
  607. this.tabPage2.UseVisualStyleBackColor = true;
  608. //
  609. // btnPixelSizeSet
  610. //
  611. this.btnPixelSizeSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.btnPixelSizeSet.Location = new System.Drawing.Point(485, 311);
  613. this.btnPixelSizeSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  614. this.btnPixelSizeSet.Name = "btnPixelSizeSet";
  615. this.btnPixelSizeSet.Size = new System.Drawing.Size(78, 33);
  616. this.btnPixelSizeSet.TabIndex = 48;
  617. this.btnPixelSizeSet.Text = "Set";
  618. this.btnPixelSizeSet.UseVisualStyleBackColor = true;
  619. this.btnPixelSizeSet.Click += new System.EventHandler(this.btnPixelSizeSet_Click);
  620. //
  621. // txtPixelSizeSet
  622. //
  623. this.txtPixelSizeSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  624. this.txtPixelSizeSet.Location = new System.Drawing.Point(379, 312);
  625. this.txtPixelSizeSet.Name = "txtPixelSizeSet";
  626. this.txtPixelSizeSet.Size = new System.Drawing.Size(100, 30);
  627. this.txtPixelSizeSet.TabIndex = 47;
  628. this.txtPixelSizeSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  629. //
  630. // lblPixelSizeGet
  631. //
  632. this.lblPixelSizeGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  633. this.lblPixelSizeGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  634. this.lblPixelSizeGet.Location = new System.Drawing.Point(204, 311);
  635. this.lblPixelSizeGet.Name = "lblPixelSizeGet";
  636. this.lblPixelSizeGet.Size = new System.Drawing.Size(84, 33);
  637. this.lblPixelSizeGet.TabIndex = 46;
  638. this.lblPixelSizeGet.Text = "0";
  639. this.lblPixelSizeGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  640. //
  641. // label9
  642. //
  643. this.label9.AutoSize = true;
  644. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.label9.Location = new System.Drawing.Point(22, 314);
  646. this.label9.Name = "label9";
  647. this.label9.Size = new System.Drawing.Size(113, 27);
  648. this.label9.TabIndex = 45;
  649. this.label9.Text = "Pixel Size:";
  650. //
  651. // btnPixelSizeGet
  652. //
  653. this.btnPixelSizeGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.btnPixelSizeGet.Location = new System.Drawing.Point(294, 311);
  655. this.btnPixelSizeGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  656. this.btnPixelSizeGet.Name = "btnPixelSizeGet";
  657. this.btnPixelSizeGet.Size = new System.Drawing.Size(78, 33);
  658. this.btnPixelSizeGet.TabIndex = 44;
  659. this.btnPixelSizeGet.Text = "Get";
  660. this.btnPixelSizeGet.UseVisualStyleBackColor = true;
  661. this.btnPixelSizeGet.Click += new System.EventHandler(this.btnPixelSizeGet_Click);
  662. //
  663. // btnScanRotationSet
  664. //
  665. this.btnScanRotationSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.btnScanRotationSet.Location = new System.Drawing.Point(485, 274);
  667. this.btnScanRotationSet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  668. this.btnScanRotationSet.Name = "btnScanRotationSet";
  669. this.btnScanRotationSet.Size = new System.Drawing.Size(78, 33);
  670. this.btnScanRotationSet.TabIndex = 43;
  671. this.btnScanRotationSet.Text = "Set";
  672. this.btnScanRotationSet.UseVisualStyleBackColor = true;
  673. this.btnScanRotationSet.Click += new System.EventHandler(this.btnScanRotationSet_Click);
  674. //
  675. // txtScanRotationSet
  676. //
  677. this.txtScanRotationSet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  678. this.txtScanRotationSet.Location = new System.Drawing.Point(379, 275);
  679. this.txtScanRotationSet.Name = "txtScanRotationSet";
  680. this.txtScanRotationSet.Size = new System.Drawing.Size(100, 30);
  681. this.txtScanRotationSet.TabIndex = 42;
  682. this.txtScanRotationSet.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  683. //
  684. // lblScanRotationGet
  685. //
  686. this.lblScanRotationGet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  687. this.lblScanRotationGet.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  688. this.lblScanRotationGet.Location = new System.Drawing.Point(204, 274);
  689. this.lblScanRotationGet.Name = "lblScanRotationGet";
  690. this.lblScanRotationGet.Size = new System.Drawing.Size(84, 33);
  691. this.lblScanRotationGet.TabIndex = 41;
  692. this.lblScanRotationGet.Text = "0";
  693. this.lblScanRotationGet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  694. //
  695. // label11
  696. //
  697. this.label11.AutoSize = true;
  698. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  699. this.label11.Location = new System.Drawing.Point(22, 277);
  700. this.label11.Name = "label11";
  701. this.label11.Size = new System.Drawing.Size(192, 27);
  702. this.label11.TabIndex = 40;
  703. this.label11.Text = "Scan Rotate角度:";
  704. //
  705. // btnScanRotationGet
  706. //
  707. this.btnScanRotationGet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.btnScanRotationGet.Location = new System.Drawing.Point(294, 274);
  709. this.btnScanRotationGet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  710. this.btnScanRotationGet.Name = "btnScanRotationGet";
  711. this.btnScanRotationGet.Size = new System.Drawing.Size(78, 33);
  712. this.btnScanRotationGet.TabIndex = 39;
  713. this.btnScanRotationGet.Text = "Get";
  714. this.btnScanRotationGet.UseVisualStyleBackColor = true;
  715. this.btnScanRotationGet.Click += new System.EventHandler(this.btnScanRotationGet_Click);
  716. //
  717. // btnOpenVoltage
  718. //
  719. this.btnOpenVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.btnOpenVoltage.Location = new System.Drawing.Point(275, 375);
  721. this.btnOpenVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  722. this.btnOpenVoltage.Name = "btnOpenVoltage";
  723. this.btnOpenVoltage.Size = new System.Drawing.Size(144, 42);
  724. this.btnOpenVoltage.TabIndex = 49;
  725. this.btnOpenVoltage.Text = "开启电压";
  726. this.btnOpenVoltage.UseVisualStyleBackColor = true;
  727. this.btnOpenVoltage.Click += new System.EventHandler(this.btnOpenVoltage_Click);
  728. //
  729. // btnCloseVoltage
  730. //
  731. this.btnCloseVoltage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  732. this.btnCloseVoltage.Location = new System.Drawing.Point(435, 375);
  733. this.btnCloseVoltage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  734. this.btnCloseVoltage.Name = "btnCloseVoltage";
  735. this.btnCloseVoltage.Size = new System.Drawing.Size(144, 42);
  736. this.btnCloseVoltage.TabIndex = 50;
  737. this.btnCloseVoltage.Text = "关闭电压";
  738. this.btnCloseVoltage.UseVisualStyleBackColor = true;
  739. this.btnCloseVoltage.Click += new System.EventHandler(this.btnCloseVoltage_Click);
  740. //
  741. // FormUnitControl
  742. //
  743. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  744. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  745. this.ClientSize = new System.Drawing.Size(1138, 571);
  746. this.Controls.Add(this.tabControl1);
  747. this.Controls.Add(this.groupBox1);
  748. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  749. this.Name = "FormUnitControl";
  750. this.Text = "UnitControl";
  751. this.groupBox1.ResumeLayout(false);
  752. this.tabControl1.ResumeLayout(false);
  753. this.tabPage1.ResumeLayout(false);
  754. this.tabPage1.PerformLayout();
  755. this.ResumeLayout(false);
  756. }
  757. #endregion
  758. private System.Windows.Forms.Button btnInit;
  759. private System.Windows.Forms.Button btnCloseCtrl;
  760. private System.Windows.Forms.Button btnSetNotify;
  761. private System.Windows.Forms.Button btnGrabImage;
  762. private System.Windows.Forms.GroupBox groupBox1;
  763. private System.Windows.Forms.Button btnenlargeGet;
  764. private System.Windows.Forms.TabControl tabControl1;
  765. private System.Windows.Forms.TabPage tabPage1;
  766. private System.Windows.Forms.TabPage tabPage2;
  767. private System.Windows.Forms.Button btnenlargeSet;
  768. private System.Windows.Forms.TextBox txtenlargeSet;
  769. private System.Windows.Forms.Label lblenlargeGet;
  770. private System.Windows.Forms.Label label1;
  771. private System.Windows.Forms.Button btnWDSet;
  772. private System.Windows.Forms.TextBox txtWDSet;
  773. private System.Windows.Forms.Label lblWDGet;
  774. private System.Windows.Forms.Label label3;
  775. private System.Windows.Forms.Button btnWDGet;
  776. private System.Windows.Forms.Button btnContrastSet;
  777. private System.Windows.Forms.TextBox txtContrastSet;
  778. private System.Windows.Forms.Label lblContrastGet;
  779. private System.Windows.Forms.Label label4;
  780. private System.Windows.Forms.Button btnContrastGet;
  781. private System.Windows.Forms.Button btnBrightnessSet;
  782. private System.Windows.Forms.TextBox txtBrightnessSet;
  783. private System.Windows.Forms.Label lblBrightnessGet;
  784. private System.Windows.Forms.Label label6;
  785. private System.Windows.Forms.Button btnBrightnessGet;
  786. private System.Windows.Forms.Button btnAstigmatismYSet;
  787. private System.Windows.Forms.TextBox txtAstigmatismYSet;
  788. private System.Windows.Forms.Label lblAstigmatismYGet;
  789. private System.Windows.Forms.Label label5;
  790. private System.Windows.Forms.Button btnAstigmatismYGet;
  791. private System.Windows.Forms.Button btnAstigmatismXSet;
  792. private System.Windows.Forms.TextBox txtAstigmatismXSet;
  793. private System.Windows.Forms.Label lblAstigmatismXGet;
  794. private System.Windows.Forms.Label label8;
  795. private System.Windows.Forms.Button btnAstigmatismXGet;
  796. private System.Windows.Forms.Button btnTiltAngleSet;
  797. private System.Windows.Forms.TextBox txtTiltAngleSet;
  798. private System.Windows.Forms.Label lblTiltAngleGet;
  799. private System.Windows.Forms.Label label7;
  800. private System.Windows.Forms.Button btnTiltAngleGet;
  801. private System.Windows.Forms.Button btnPixelSizeSet;
  802. private System.Windows.Forms.TextBox txtPixelSizeSet;
  803. private System.Windows.Forms.Label lblPixelSizeGet;
  804. private System.Windows.Forms.Label label9;
  805. private System.Windows.Forms.Button btnPixelSizeGet;
  806. private System.Windows.Forms.Button btnScanRotationSet;
  807. private System.Windows.Forms.TextBox txtScanRotationSet;
  808. private System.Windows.Forms.Label lblScanRotationGet;
  809. private System.Windows.Forms.Label label11;
  810. private System.Windows.Forms.Button btnScanRotationGet;
  811. private System.Windows.Forms.Button btnCloseVoltage;
  812. private System.Windows.Forms.Button btnOpenVoltage;
  813. }
  814. }