StageTest.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. namespace OTSSysMgrApp
  2. {
  3. partial class StageTest
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.btn_Recommendedconfiguration = new System.Windows.Forms.Button();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.cb_imageresolution = new System.Windows.Forms.ComboBox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.tB_scanFieldSize100 = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.btn_confirm = new System.Windows.Forms.Button();
  37. this.cb_Ydirection = new System.Windows.Forms.ComboBox();
  38. this.label_y = new System.Windows.Forms.Label();
  39. this.cb_Xdirection = new System.Windows.Forms.ComboBox();
  40. this.label_x = new System.Windows.Forms.Label();
  41. this.btn_continuousshot = new System.Windows.Forms.Button();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.panelblank = new System.Windows.Forms.Panel();
  44. this.panel4 = new System.Windows.Forms.Panel();
  45. this.label16 = new System.Windows.Forms.Label();
  46. this.tbSPositionR = new System.Windows.Forms.TextBox();
  47. this.tbSPositionY = new System.Windows.Forms.TextBox();
  48. this.tbSPositionX = new System.Windows.Forms.TextBox();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.btn_setpositionxyr = new System.Windows.Forms.Button();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.panel3 = new System.Windows.Forms.Panel();
  54. this.label17 = new System.Windows.Forms.Label();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.btnGPositionXYR = new System.Windows.Forms.Button();
  57. this.tbPositionX = new System.Windows.Forms.TextBox();
  58. this.tbPositionR = new System.Windows.Forms.TextBox();
  59. this.lblGPositionX = new System.Windows.Forms.Label();
  60. this.tbPositionY = new System.Windows.Forms.TextBox();
  61. this.lblGPositionY = new System.Windows.Forms.Label();
  62. this.label7 = new System.Windows.Forms.Label();
  63. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  64. this.splitContainer1.Panel1.SuspendLayout();
  65. this.splitContainer1.Panel2.SuspendLayout();
  66. this.splitContainer1.SuspendLayout();
  67. this.panelblank.SuspendLayout();
  68. this.panel4.SuspendLayout();
  69. this.panel3.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // splitContainer1
  73. //
  74. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.splitContainer1.Location = new System.Drawing.Point(1, 1);
  78. this.splitContainer1.Name = "splitContainer1";
  79. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  80. //
  81. // splitContainer1.Panel1
  82. //
  83. this.splitContainer1.Panel1.Controls.Add(this.btn_Recommendedconfiguration);
  84. this.splitContainer1.Panel1.Controls.Add(this.label5);
  85. this.splitContainer1.Panel1.Controls.Add(this.cb_imageresolution);
  86. this.splitContainer1.Panel1.Controls.Add(this.label4);
  87. this.splitContainer1.Panel1.Controls.Add(this.label3);
  88. this.splitContainer1.Panel1.Controls.Add(this.tB_scanFieldSize100);
  89. this.splitContainer1.Panel1.Controls.Add(this.label1);
  90. this.splitContainer1.Panel1.Controls.Add(this.btn_confirm);
  91. this.splitContainer1.Panel1.Controls.Add(this.cb_Ydirection);
  92. this.splitContainer1.Panel1.Controls.Add(this.label_y);
  93. this.splitContainer1.Panel1.Controls.Add(this.cb_Xdirection);
  94. this.splitContainer1.Panel1.Controls.Add(this.label_x);
  95. this.splitContainer1.Panel1.Controls.Add(this.btn_continuousshot);
  96. //
  97. // splitContainer1.Panel2
  98. //
  99. this.splitContainer1.Panel2.Controls.Add(this.panel2);
  100. this.splitContainer1.Size = new System.Drawing.Size(1034, 753);
  101. this.splitContainer1.SplitterDistance = 87;
  102. this.splitContainer1.TabIndex = 3;
  103. //
  104. // btn_Recommendedconfiguration
  105. //
  106. this.btn_Recommendedconfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  107. this.btn_Recommendedconfiguration.Location = new System.Drawing.Point(267, 45);
  108. this.btn_Recommendedconfiguration.Name = "btn_Recommendedconfiguration";
  109. this.btn_Recommendedconfiguration.Size = new System.Drawing.Size(75, 23);
  110. this.btn_Recommendedconfiguration.TabIndex = 29;
  111. this.btn_Recommendedconfiguration.Text = "推荐配置";
  112. this.btn_Recommendedconfiguration.UseVisualStyleBackColor = true;
  113. this.btn_Recommendedconfiguration.Click += new System.EventHandler(this.btn_Recommendedconfiguration_Click);
  114. //
  115. // label5
  116. //
  117. this.label5.AutoSize = true;
  118. this.label5.Location = new System.Drawing.Point(399, 52);
  119. this.label5.Name = "label5";
  120. this.label5.Size = new System.Drawing.Size(131, 12);
  121. this.label5.TabIndex = 28;
  122. this.label5.Text = "请在 100 放大倍数调试";
  123. //
  124. // cb_imageresolution
  125. //
  126. this.cb_imageresolution.FormattingEnabled = true;
  127. this.cb_imageresolution.Location = new System.Drawing.Point(74, 49);
  128. this.cb_imageresolution.Name = "cb_imageresolution";
  129. this.cb_imageresolution.Size = new System.Drawing.Size(121, 20);
  130. this.cb_imageresolution.TabIndex = 27;
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Location = new System.Drawing.Point(15, 52);
  136. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  137. this.label4.Name = "label4";
  138. this.label4.Size = new System.Drawing.Size(47, 12);
  139. this.label4.TabIndex = 26;
  140. this.label4.Text = "分辨率:";
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Location = new System.Drawing.Point(605, 15);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(17, 12);
  148. this.label3.TabIndex = 25;
  149. this.label3.Text = "um";
  150. //
  151. // tB_scanFieldSize100
  152. //
  153. this.tB_scanFieldSize100.Location = new System.Drawing.Point(499, 11);
  154. this.tB_scanFieldSize100.Name = "tB_scanFieldSize100";
  155. this.tB_scanFieldSize100.Size = new System.Drawing.Size(100, 21);
  156. this.tB_scanFieldSize100.TabIndex = 24;
  157. this.tB_scanFieldSize100.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  158. //
  159. // label1
  160. //
  161. this.label1.AutoSize = true;
  162. this.label1.Location = new System.Drawing.Point(399, 15);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(107, 12);
  165. this.label1.TabIndex = 23;
  166. this.label1.Text = "100倍下屏幕宽度:";
  167. //
  168. // btn_confirm
  169. //
  170. this.btn_confirm.Location = new System.Drawing.Point(835, 16);
  171. this.btn_confirm.Name = "btn_confirm";
  172. this.btn_confirm.Size = new System.Drawing.Size(75, 61);
  173. this.btn_confirm.TabIndex = 22;
  174. this.btn_confirm.Text = "保存";
  175. this.btn_confirm.UseVisualStyleBackColor = true;
  176. this.btn_confirm.Click += new System.EventHandler(this.btn_confirm_Click);
  177. //
  178. // cb_Ydirection
  179. //
  180. this.cb_Ydirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.cb_Ydirection.FormattingEnabled = true;
  182. this.cb_Ydirection.Location = new System.Drawing.Point(267, 11);
  183. this.cb_Ydirection.Name = "cb_Ydirection";
  184. this.cb_Ydirection.Size = new System.Drawing.Size(119, 20);
  185. this.cb_Ydirection.TabIndex = 21;
  186. //
  187. // label_y
  188. //
  189. this.label_y.AutoSize = true;
  190. this.label_y.Location = new System.Drawing.Point(201, 15);
  191. this.label_y.Name = "label_y";
  192. this.label_y.Size = new System.Drawing.Size(71, 12);
  193. this.label_y.TabIndex = 20;
  194. this.label_y.Text = "y轴正方向:";
  195. //
  196. // cb_Xdirection
  197. //
  198. this.cb_Xdirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  199. this.cb_Xdirection.FormattingEnabled = true;
  200. this.cb_Xdirection.Location = new System.Drawing.Point(76, 12);
  201. this.cb_Xdirection.Name = "cb_Xdirection";
  202. this.cb_Xdirection.Size = new System.Drawing.Size(119, 20);
  203. this.cb_Xdirection.TabIndex = 19;
  204. //
  205. // label_x
  206. //
  207. this.label_x.AutoSize = true;
  208. this.label_x.Location = new System.Drawing.Point(11, 15);
  209. this.label_x.Name = "label_x";
  210. this.label_x.Size = new System.Drawing.Size(71, 12);
  211. this.label_x.TabIndex = 18;
  212. this.label_x.Text = "x轴正方向:";
  213. //
  214. // btn_continuousshot
  215. //
  216. this.btn_continuousshot.Location = new System.Drawing.Point(657, 15);
  217. this.btn_continuousshot.Name = "btn_continuousshot";
  218. this.btn_continuousshot.Size = new System.Drawing.Size(163, 61);
  219. this.btn_continuousshot.TabIndex = 17;
  220. this.btn_continuousshot.Text = "轴方向验证";
  221. this.btn_continuousshot.UseVisualStyleBackColor = true;
  222. this.btn_continuousshot.Click += new System.EventHandler(this.btn_continuousshot_Click);
  223. //
  224. // panel2
  225. //
  226. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  227. | System.Windows.Forms.AnchorStyles.Left)
  228. | System.Windows.Forms.AnchorStyles.Right)));
  229. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  230. this.panel2.Location = new System.Drawing.Point(4, 3);
  231. this.panel2.Name = "panel2";
  232. this.panel2.Size = new System.Drawing.Size(1029, 656);
  233. this.panel2.TabIndex = 3;
  234. //
  235. // panelblank
  236. //
  237. this.panelblank.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  238. | System.Windows.Forms.AnchorStyles.Right)));
  239. this.panelblank.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  240. this.panelblank.Controls.Add(this.panel4);
  241. this.panelblank.Controls.Add(this.panel3);
  242. this.panelblank.Controls.Add(this.label7);
  243. this.panelblank.Location = new System.Drawing.Point(1041, 1);
  244. this.panelblank.Name = "panelblank";
  245. this.panelblank.Size = new System.Drawing.Size(347, 753);
  246. this.panelblank.TabIndex = 4;
  247. //
  248. // panel4
  249. //
  250. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  251. this.panel4.Controls.Add(this.label16);
  252. this.panel4.Controls.Add(this.tbSPositionR);
  253. this.panel4.Controls.Add(this.tbSPositionY);
  254. this.panel4.Controls.Add(this.tbSPositionX);
  255. this.panel4.Controls.Add(this.label2);
  256. this.panel4.Controls.Add(this.label6);
  257. this.panel4.Controls.Add(this.btn_setpositionxyr);
  258. this.panel4.Controls.Add(this.label10);
  259. this.panel4.Location = new System.Drawing.Point(0, 251);
  260. this.panel4.Name = "panel4";
  261. this.panel4.Size = new System.Drawing.Size(344, 225);
  262. this.panel4.TabIndex = 2;
  263. //
  264. // label16
  265. //
  266. this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
  267. this.label16.AutoSize = true;
  268. this.label16.Location = new System.Drawing.Point(66, 135);
  269. this.label16.Name = "label16";
  270. this.label16.Size = new System.Drawing.Size(23, 12);
  271. this.label16.TabIndex = 61;
  272. this.label16.Text = "R轴";
  273. //
  274. // tbSPositionR
  275. //
  276. this.tbSPositionR.Anchor = System.Windows.Forms.AnchorStyles.Right;
  277. this.tbSPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.tbSPositionR.Location = new System.Drawing.Point(126, 130);
  279. this.tbSPositionR.Margin = new System.Windows.Forms.Padding(2);
  280. this.tbSPositionR.Name = "tbSPositionR";
  281. this.tbSPositionR.Size = new System.Drawing.Size(131, 23);
  282. this.tbSPositionR.TabIndex = 60;
  283. //
  284. // tbSPositionY
  285. //
  286. this.tbSPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
  287. this.tbSPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.tbSPositionY.Location = new System.Drawing.Point(126, 88);
  289. this.tbSPositionY.Margin = new System.Windows.Forms.Padding(2);
  290. this.tbSPositionY.Name = "tbSPositionY";
  291. this.tbSPositionY.Size = new System.Drawing.Size(131, 23);
  292. this.tbSPositionY.TabIndex = 59;
  293. //
  294. // tbSPositionX
  295. //
  296. this.tbSPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
  297. this.tbSPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.tbSPositionX.Location = new System.Drawing.Point(126, 43);
  299. this.tbSPositionX.Margin = new System.Windows.Forms.Padding(2);
  300. this.tbSPositionX.Name = "tbSPositionX";
  301. this.tbSPositionX.Size = new System.Drawing.Size(131, 23);
  302. this.tbSPositionX.TabIndex = 58;
  303. //
  304. // label2
  305. //
  306. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  307. this.label2.AutoSize = true;
  308. this.label2.Location = new System.Drawing.Point(66, 52);
  309. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  310. this.label2.Name = "label2";
  311. this.label2.Size = new System.Drawing.Size(23, 12);
  312. this.label2.TabIndex = 56;
  313. this.label2.Text = "X轴";
  314. //
  315. // label6
  316. //
  317. this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
  318. this.label6.AutoSize = true;
  319. this.label6.Location = new System.Drawing.Point(66, 93);
  320. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  321. this.label6.Name = "label6";
  322. this.label6.Size = new System.Drawing.Size(23, 12);
  323. this.label6.TabIndex = 57;
  324. this.label6.Text = "Y轴";
  325. //
  326. // btn_setpositionxyr
  327. //
  328. this.btn_setpositionxyr.Anchor = System.Windows.Forms.AnchorStyles.Right;
  329. this.btn_setpositionxyr.Location = new System.Drawing.Point(241, 181);
  330. this.btn_setpositionxyr.Margin = new System.Windows.Forms.Padding(2);
  331. this.btn_setpositionxyr.Name = "btn_setpositionxyr";
  332. this.btn_setpositionxyr.Size = new System.Drawing.Size(99, 29);
  333. this.btn_setpositionxyr.TabIndex = 55;
  334. this.btn_setpositionxyr.Text = "设置";
  335. this.btn_setpositionxyr.UseVisualStyleBackColor = true;
  336. this.btn_setpositionxyr.Click += new System.EventHandler(this.btn_setpositionxyr_Click);
  337. //
  338. // label10
  339. //
  340. this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
  341. this.label10.AutoSize = true;
  342. this.label10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.label10.Location = new System.Drawing.Point(3, 8);
  344. this.label10.Name = "label10";
  345. this.label10.Size = new System.Drawing.Size(51, 20);
  346. this.label10.TabIndex = 0;
  347. this.label10.Text = "写入";
  348. //
  349. // panel3
  350. //
  351. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  352. this.panel3.Controls.Add(this.label17);
  353. this.panel3.Controls.Add(this.label8);
  354. this.panel3.Controls.Add(this.btnGPositionXYR);
  355. this.panel3.Controls.Add(this.tbPositionX);
  356. this.panel3.Controls.Add(this.tbPositionR);
  357. this.panel3.Controls.Add(this.lblGPositionX);
  358. this.panel3.Controls.Add(this.tbPositionY);
  359. this.panel3.Controls.Add(this.lblGPositionY);
  360. this.panel3.Location = new System.Drawing.Point(0, 19);
  361. this.panel3.Name = "panel3";
  362. this.panel3.Size = new System.Drawing.Size(344, 226);
  363. this.panel3.TabIndex = 1;
  364. //
  365. // label17
  366. //
  367. this.label17.Anchor = System.Windows.Forms.AnchorStyles.Right;
  368. this.label17.AutoSize = true;
  369. this.label17.Location = new System.Drawing.Point(66, 144);
  370. this.label17.Name = "label17";
  371. this.label17.Size = new System.Drawing.Size(23, 12);
  372. this.label17.TabIndex = 54;
  373. this.label17.Text = "R轴";
  374. //
  375. // label8
  376. //
  377. this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
  378. this.label8.AutoSize = true;
  379. this.label8.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.label8.Location = new System.Drawing.Point(3, 8);
  381. this.label8.Name = "label8";
  382. this.label8.Size = new System.Drawing.Size(51, 20);
  383. this.label8.TabIndex = 0;
  384. this.label8.Text = "读取";
  385. //
  386. // btnGPositionXYR
  387. //
  388. this.btnGPositionXYR.Anchor = System.Windows.Forms.AnchorStyles.Right;
  389. this.btnGPositionXYR.Location = new System.Drawing.Point(241, 184);
  390. this.btnGPositionXYR.Margin = new System.Windows.Forms.Padding(2);
  391. this.btnGPositionXYR.Name = "btnGPositionXYR";
  392. this.btnGPositionXYR.Size = new System.Drawing.Size(99, 29);
  393. this.btnGPositionXYR.TabIndex = 53;
  394. this.btnGPositionXYR.Text = "获取";
  395. this.btnGPositionXYR.UseVisualStyleBackColor = true;
  396. this.btnGPositionXYR.Click += new System.EventHandler(this.btnGPositionXYR_Click);
  397. //
  398. // tbPositionX
  399. //
  400. this.tbPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
  401. this.tbPositionX.Enabled = false;
  402. this.tbPositionX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.tbPositionX.Location = new System.Drawing.Point(126, 47);
  404. this.tbPositionX.Margin = new System.Windows.Forms.Padding(2);
  405. this.tbPositionX.Name = "tbPositionX";
  406. this.tbPositionX.ReadOnly = true;
  407. this.tbPositionX.Size = new System.Drawing.Size(131, 23);
  408. this.tbPositionX.TabIndex = 52;
  409. //
  410. // tbPositionR
  411. //
  412. this.tbPositionR.Anchor = System.Windows.Forms.AnchorStyles.Right;
  413. this.tbPositionR.Enabled = false;
  414. this.tbPositionR.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.tbPositionR.Location = new System.Drawing.Point(126, 139);
  416. this.tbPositionR.Margin = new System.Windows.Forms.Padding(2);
  417. this.tbPositionR.Name = "tbPositionR";
  418. this.tbPositionR.ReadOnly = true;
  419. this.tbPositionR.Size = new System.Drawing.Size(131, 23);
  420. this.tbPositionR.TabIndex = 50;
  421. //
  422. // lblGPositionX
  423. //
  424. this.lblGPositionX.Anchor = System.Windows.Forms.AnchorStyles.Right;
  425. this.lblGPositionX.AutoSize = true;
  426. this.lblGPositionX.Location = new System.Drawing.Point(66, 52);
  427. this.lblGPositionX.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  428. this.lblGPositionX.Name = "lblGPositionX";
  429. this.lblGPositionX.Size = new System.Drawing.Size(23, 12);
  430. this.lblGPositionX.TabIndex = 49;
  431. this.lblGPositionX.Text = "X轴";
  432. //
  433. // tbPositionY
  434. //
  435. this.tbPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
  436. this.tbPositionY.Enabled = false;
  437. this.tbPositionY.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.tbPositionY.Location = new System.Drawing.Point(126, 93);
  439. this.tbPositionY.Margin = new System.Windows.Forms.Padding(2);
  440. this.tbPositionY.Name = "tbPositionY";
  441. this.tbPositionY.ReadOnly = true;
  442. this.tbPositionY.Size = new System.Drawing.Size(131, 23);
  443. this.tbPositionY.TabIndex = 51;
  444. //
  445. // lblGPositionY
  446. //
  447. this.lblGPositionY.Anchor = System.Windows.Forms.AnchorStyles.Right;
  448. this.lblGPositionY.AutoSize = true;
  449. this.lblGPositionY.Location = new System.Drawing.Point(66, 98);
  450. this.lblGPositionY.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  451. this.lblGPositionY.Name = "lblGPositionY";
  452. this.lblGPositionY.Size = new System.Drawing.Size(23, 12);
  453. this.lblGPositionY.TabIndex = 48;
  454. this.lblGPositionY.Text = "Y轴";
  455. //
  456. // label7
  457. //
  458. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  459. this.label7.AutoSize = true;
  460. this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.label7.Location = new System.Drawing.Point(2, 4);
  462. this.label7.Name = "label7";
  463. this.label7.Size = new System.Drawing.Size(161, 12);
  464. this.label7.TabIndex = 0;
  465. this.label7.Text = "样品台位置读取与测试测试";
  466. //
  467. // StageTest
  468. //
  469. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.ClientSize = new System.Drawing.Size(1392, 755);
  472. this.Controls.Add(this.panelblank);
  473. this.Controls.Add(this.splitContainer1);
  474. this.Name = "StageTest";
  475. this.ShowIcon = false;
  476. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  477. this.Text = "样品台测试";
  478. this.Load += new System.EventHandler(this.StageTest_Load);
  479. this.splitContainer1.Panel1.ResumeLayout(false);
  480. this.splitContainer1.Panel1.PerformLayout();
  481. this.splitContainer1.Panel2.ResumeLayout(false);
  482. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  483. this.splitContainer1.ResumeLayout(false);
  484. this.panelblank.ResumeLayout(false);
  485. this.panelblank.PerformLayout();
  486. this.panel4.ResumeLayout(false);
  487. this.panel4.PerformLayout();
  488. this.panel3.ResumeLayout(false);
  489. this.panel3.PerformLayout();
  490. this.ResumeLayout(false);
  491. }
  492. #endregion
  493. private System.Windows.Forms.SplitContainer splitContainer1;
  494. private System.Windows.Forms.Panel panelblank;
  495. private System.Windows.Forms.Label label7;
  496. private System.Windows.Forms.Panel panel3;
  497. private System.Windows.Forms.Label label8;
  498. private System.Windows.Forms.Label label17;
  499. private System.Windows.Forms.Button btnGPositionXYR;
  500. private System.Windows.Forms.TextBox tbPositionX;
  501. private System.Windows.Forms.TextBox tbPositionR;
  502. private System.Windows.Forms.Label lblGPositionX;
  503. private System.Windows.Forms.TextBox tbPositionY;
  504. private System.Windows.Forms.Label lblGPositionY;
  505. private System.Windows.Forms.Panel panel4;
  506. private System.Windows.Forms.Label label10;
  507. private System.Windows.Forms.Button btn_setpositionxyr;
  508. private System.Windows.Forms.Button btn_Recommendedconfiguration;
  509. private System.Windows.Forms.Label label5;
  510. private System.Windows.Forms.ComboBox cb_imageresolution;
  511. private System.Windows.Forms.Label label4;
  512. private System.Windows.Forms.Label label3;
  513. private System.Windows.Forms.TextBox tB_scanFieldSize100;
  514. private System.Windows.Forms.Label label1;
  515. private System.Windows.Forms.Button btn_confirm;
  516. private System.Windows.Forms.ComboBox cb_Ydirection;
  517. private System.Windows.Forms.Label label_y;
  518. private System.Windows.Forms.ComboBox cb_Xdirection;
  519. private System.Windows.Forms.Label label_x;
  520. private System.Windows.Forms.Button btn_continuousshot;
  521. private System.Windows.Forms.Panel panel2;
  522. private System.Windows.Forms.Label label16;
  523. private System.Windows.Forms.TextBox tbSPositionR;
  524. private System.Windows.Forms.TextBox tbSPositionY;
  525. private System.Windows.Forms.TextBox tbSPositionX;
  526. private System.Windows.Forms.Label label2;
  527. private System.Windows.Forms.Label label6;
  528. }
  529. }