MicroscopeControlPanel.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class MicroscopeControlPanel
  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.gbColumn = new System.Windows.Forms.GroupBox();
  29. this.SetHVButton = new System.Windows.Forms.Button();
  30. this.SetWDButton = new System.Windows.Forms.Button();
  31. this.SetMagButton = new System.Windows.Forms.Button();
  32. this.lblFilamentOn = new System.Windows.Forms.Label();
  33. this.lblBeamOn = new System.Windows.Forms.Label();
  34. this.textFilamentOn = new System.Windows.Forms.Label();
  35. this.textBeamOn = new System.Windows.Forms.Label();
  36. this.btnSetColumn = new System.Windows.Forms.Button();
  37. this.tbWD = new System.Windows.Forms.TextBox();
  38. this.tbMag = new System.Windows.Forms.TextBox();
  39. this.tbHV = new System.Windows.Forms.TextBox();
  40. this.textWD = new System.Windows.Forms.Label();
  41. this.textMag = new System.Windows.Forms.Label();
  42. this.textHV = new System.Windows.Forms.Label();
  43. this.lblWD = new System.Windows.Forms.Label();
  44. this.lblMag = new System.Windows.Forms.Label();
  45. this.lblHV = new System.Windows.Forms.Label();
  46. this.gbStage = new System.Windows.Forms.GroupBox();
  47. this.textBacklash = new System.Windows.Forms.Label();
  48. this.lblBacklash = new System.Windows.Forms.Label();
  49. this.tbRotate = new System.Windows.Forms.TextBox();
  50. this.tbTilt = new System.Windows.Forms.TextBox();
  51. this.tbZ = new System.Windows.Forms.TextBox();
  52. this.tbY = new System.Windows.Forms.TextBox();
  53. this.tbX = new System.Windows.Forms.TextBox();
  54. this.btnSetStage = new System.Windows.Forms.Button();
  55. this.textRotate = new System.Windows.Forms.Label();
  56. this.textTilt = new System.Windows.Forms.Label();
  57. this.textZ = new System.Windows.Forms.Label();
  58. this.textY = new System.Windows.Forms.Label();
  59. this.textX = new System.Windows.Forms.Label();
  60. this.lblRotate = new System.Windows.Forms.Label();
  61. this.lblTilt = new System.Windows.Forms.Label();
  62. this.lblZ = new System.Windows.Forms.Label();
  63. this.lblY = new System.Windows.Forms.Label();
  64. this.lblX = new System.Windows.Forms.Label();
  65. this.gbColumn.SuspendLayout();
  66. this.gbStage.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // gbColumn
  70. //
  71. this.gbColumn.Controls.Add(this.SetHVButton);
  72. this.gbColumn.Controls.Add(this.SetWDButton);
  73. this.gbColumn.Controls.Add(this.SetMagButton);
  74. this.gbColumn.Controls.Add(this.lblFilamentOn);
  75. this.gbColumn.Controls.Add(this.lblBeamOn);
  76. this.gbColumn.Controls.Add(this.textFilamentOn);
  77. this.gbColumn.Controls.Add(this.textBeamOn);
  78. this.gbColumn.Controls.Add(this.btnSetColumn);
  79. this.gbColumn.Controls.Add(this.tbWD);
  80. this.gbColumn.Controls.Add(this.tbMag);
  81. this.gbColumn.Controls.Add(this.tbHV);
  82. this.gbColumn.Controls.Add(this.textWD);
  83. this.gbColumn.Controls.Add(this.textMag);
  84. this.gbColumn.Controls.Add(this.textHV);
  85. this.gbColumn.Controls.Add(this.lblWD);
  86. this.gbColumn.Controls.Add(this.lblMag);
  87. this.gbColumn.Controls.Add(this.lblHV);
  88. this.gbColumn.Location = new System.Drawing.Point(12, 12);
  89. this.gbColumn.Name = "gbColumn";
  90. this.gbColumn.Size = new System.Drawing.Size(273, 256);
  91. this.gbColumn.TabIndex = 3;
  92. this.gbColumn.TabStop = false;
  93. this.gbColumn.Text = "Column";
  94. //
  95. // SetHVButton
  96. //
  97. this.SetHVButton.Location = new System.Drawing.Point(229, 87);
  98. this.SetHVButton.Name = "SetHVButton";
  99. this.SetHVButton.Size = new System.Drawing.Size(38, 23);
  100. this.SetHVButton.TabIndex = 16;
  101. this.SetHVButton.Text = "Set";
  102. this.SetHVButton.UseVisualStyleBackColor = true;
  103. this.SetHVButton.Click += new System.EventHandler(this.SetHVButton_Click);
  104. //
  105. // SetWDButton
  106. //
  107. this.SetWDButton.Location = new System.Drawing.Point(229, 60);
  108. this.SetWDButton.Name = "SetWDButton";
  109. this.SetWDButton.Size = new System.Drawing.Size(38, 23);
  110. this.SetWDButton.TabIndex = 15;
  111. this.SetWDButton.Text = "Set";
  112. this.SetWDButton.UseVisualStyleBackColor = true;
  113. this.SetWDButton.Click += new System.EventHandler(this.SetWDButton_Click);
  114. //
  115. // SetMagButton
  116. //
  117. this.SetMagButton.Location = new System.Drawing.Point(229, 33);
  118. this.SetMagButton.Name = "SetMagButton";
  119. this.SetMagButton.Size = new System.Drawing.Size(38, 23);
  120. this.SetMagButton.TabIndex = 14;
  121. this.SetMagButton.Text = "Set";
  122. this.SetMagButton.UseVisualStyleBackColor = true;
  123. this.SetMagButton.Click += new System.EventHandler(this.SetMagButton_Click);
  124. //
  125. // lblFilamentOn
  126. //
  127. this.lblFilamentOn.AutoSize = true;
  128. this.lblFilamentOn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  129. this.lblFilamentOn.Location = new System.Drawing.Point(33, 137);
  130. this.lblFilamentOn.Name = "lblFilamentOn";
  131. this.lblFilamentOn.Size = new System.Drawing.Size(66, 13);
  132. this.lblFilamentOn.TabIndex = 13;
  133. this.lblFilamentOn.Text = "Filament On:";
  134. //
  135. // lblBeamOn
  136. //
  137. this.lblBeamOn.AutoSize = true;
  138. this.lblBeamOn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  139. this.lblBeamOn.Location = new System.Drawing.Point(45, 116);
  140. this.lblBeamOn.Name = "lblBeamOn";
  141. this.lblBeamOn.Size = new System.Drawing.Size(54, 13);
  142. this.lblBeamOn.TabIndex = 12;
  143. this.lblBeamOn.Text = "Beam On:";
  144. //
  145. // textFilamentOn
  146. //
  147. this.textFilamentOn.AutoSize = true;
  148. this.textFilamentOn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  149. this.textFilamentOn.Location = new System.Drawing.Point(104, 137);
  150. this.textFilamentOn.Name = "textFilamentOn";
  151. this.textFilamentOn.Size = new System.Drawing.Size(79, 13);
  152. this.textFilamentOn.TabIndex = 11;
  153. this.textFilamentOn.Text = "Filament Status";
  154. //
  155. // textBeamOn
  156. //
  157. this.textBeamOn.AutoSize = true;
  158. this.textBeamOn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  159. this.textBeamOn.Location = new System.Drawing.Point(104, 116);
  160. this.textBeamOn.Name = "textBeamOn";
  161. this.textBeamOn.Size = new System.Drawing.Size(67, 13);
  162. this.textBeamOn.TabIndex = 10;
  163. this.textBeamOn.Text = "Beam Status";
  164. //
  165. // btnSetColumn
  166. //
  167. this.btnSetColumn.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  168. this.btnSetColumn.Location = new System.Drawing.Point(18, 208);
  169. this.btnSetColumn.Name = "btnSetColumn";
  170. this.btnSetColumn.Size = new System.Drawing.Size(220, 23);
  171. this.btnSetColumn.TabIndex = 9;
  172. this.btnSetColumn.Text = "Set Column Parameters";
  173. this.btnSetColumn.UseVisualStyleBackColor = true;
  174. this.btnSetColumn.Click += new System.EventHandler(this.SetColumnConditionsButton_Click);
  175. //
  176. // tbWD
  177. //
  178. this.tbWD.Location = new System.Drawing.Point(163, 62);
  179. this.tbWD.Name = "tbWD";
  180. this.tbWD.Size = new System.Drawing.Size(60, 20);
  181. this.tbWD.TabIndex = 8;
  182. //
  183. // tbMag
  184. //
  185. this.tbMag.Location = new System.Drawing.Point(163, 35);
  186. this.tbMag.Name = "tbMag";
  187. this.tbMag.Size = new System.Drawing.Size(60, 20);
  188. this.tbMag.TabIndex = 7;
  189. //
  190. // tbHV
  191. //
  192. this.tbHV.Location = new System.Drawing.Point(162, 89);
  193. this.tbHV.Name = "tbHV";
  194. this.tbHV.Size = new System.Drawing.Size(60, 20);
  195. this.tbHV.TabIndex = 6;
  196. //
  197. // textWD
  198. //
  199. this.textWD.AutoSize = true;
  200. this.textWD.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  201. this.textWD.Location = new System.Drawing.Point(104, 65);
  202. this.textWD.Name = "textWD";
  203. this.textWD.Size = new System.Drawing.Size(56, 13);
  204. this.textWD.TabIndex = 5;
  205. this.textWD.Text = "WD Value";
  206. //
  207. // textMag
  208. //
  209. this.textMag.AutoSize = true;
  210. this.textMag.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  211. this.textMag.Location = new System.Drawing.Point(104, 38);
  212. this.textMag.Name = "textMag";
  213. this.textMag.Size = new System.Drawing.Size(58, 13);
  214. this.textMag.TabIndex = 4;
  215. this.textMag.Text = "Mag Value";
  216. //
  217. // textHV
  218. //
  219. this.textHV.AutoSize = true;
  220. this.textHV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  221. this.textHV.Location = new System.Drawing.Point(104, 92);
  222. this.textHV.Name = "textHV";
  223. this.textHV.Size = new System.Drawing.Size(52, 13);
  224. this.textHV.TabIndex = 3;
  225. this.textHV.Text = "HV Value";
  226. //
  227. // lblWD
  228. //
  229. this.lblWD.AutoSize = true;
  230. this.lblWD.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  231. this.lblWD.Location = new System.Drawing.Point(4, 65);
  232. this.lblWD.Name = "lblWD";
  233. this.lblWD.Size = new System.Drawing.Size(95, 13);
  234. this.lblWD.TabIndex = 2;
  235. this.lblWD.Text = "Working Distance:";
  236. //
  237. // lblMag
  238. //
  239. this.lblMag.AutoSize = true;
  240. this.lblMag.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  241. this.lblMag.Location = new System.Drawing.Point(26, 38);
  242. this.lblMag.Name = "lblMag";
  243. this.lblMag.Size = new System.Drawing.Size(73, 13);
  244. this.lblMag.TabIndex = 1;
  245. this.lblMag.Text = "Magnification:";
  246. //
  247. // lblHV
  248. //
  249. this.lblHV.AutoSize = true;
  250. this.lblHV.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  251. this.lblHV.Location = new System.Drawing.Point(28, 92);
  252. this.lblHV.Name = "lblHV";
  253. this.lblHV.Size = new System.Drawing.Size(71, 13);
  254. this.lblHV.TabIndex = 0;
  255. this.lblHV.Text = "High Voltage:";
  256. //
  257. // gbStage
  258. //
  259. this.gbStage.Controls.Add(this.textBacklash);
  260. this.gbStage.Controls.Add(this.lblBacklash);
  261. this.gbStage.Controls.Add(this.tbRotate);
  262. this.gbStage.Controls.Add(this.tbTilt);
  263. this.gbStage.Controls.Add(this.tbZ);
  264. this.gbStage.Controls.Add(this.tbY);
  265. this.gbStage.Controls.Add(this.tbX);
  266. this.gbStage.Controls.Add(this.btnSetStage);
  267. this.gbStage.Controls.Add(this.textRotate);
  268. this.gbStage.Controls.Add(this.textTilt);
  269. this.gbStage.Controls.Add(this.textZ);
  270. this.gbStage.Controls.Add(this.textY);
  271. this.gbStage.Controls.Add(this.textX);
  272. this.gbStage.Controls.Add(this.lblRotate);
  273. this.gbStage.Controls.Add(this.lblTilt);
  274. this.gbStage.Controls.Add(this.lblZ);
  275. this.gbStage.Controls.Add(this.lblY);
  276. this.gbStage.Controls.Add(this.lblX);
  277. this.gbStage.Location = new System.Drawing.Point(291, 12);
  278. this.gbStage.Name = "gbStage";
  279. this.gbStage.Size = new System.Drawing.Size(267, 256);
  280. this.gbStage.TabIndex = 2;
  281. this.gbStage.TabStop = false;
  282. this.gbStage.Text = "Stage";
  283. //
  284. // textBacklash
  285. //
  286. this.textBacklash.AutoSize = true;
  287. this.textBacklash.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  288. this.textBacklash.Location = new System.Drawing.Point(60, 172);
  289. this.textBacklash.Name = "textBacklash";
  290. this.textBacklash.Size = new System.Drawing.Size(84, 13);
  291. this.textBacklash.TabIndex = 17;
  292. this.textBacklash.Text = "Backlash Status";
  293. //
  294. // lblBacklash
  295. //
  296. this.lblBacklash.AutoSize = true;
  297. this.lblBacklash.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  298. this.lblBacklash.Location = new System.Drawing.Point(6, 172);
  299. this.lblBacklash.Name = "lblBacklash";
  300. this.lblBacklash.Size = new System.Drawing.Size(54, 13);
  301. this.lblBacklash.TabIndex = 16;
  302. this.lblBacklash.Text = "Backlash:";
  303. //
  304. // tbRotate
  305. //
  306. this.tbRotate.Location = new System.Drawing.Point(135, 146);
  307. this.tbRotate.Name = "tbRotate";
  308. this.tbRotate.Size = new System.Drawing.Size(114, 20);
  309. this.tbRotate.TabIndex = 15;
  310. //
  311. // tbTilt
  312. //
  313. this.tbTilt.Location = new System.Drawing.Point(135, 117);
  314. this.tbTilt.Name = "tbTilt";
  315. this.tbTilt.Size = new System.Drawing.Size(114, 20);
  316. this.tbTilt.TabIndex = 14;
  317. //
  318. // tbZ
  319. //
  320. this.tbZ.Location = new System.Drawing.Point(135, 89);
  321. this.tbZ.Name = "tbZ";
  322. this.tbZ.Size = new System.Drawing.Size(114, 20);
  323. this.tbZ.TabIndex = 13;
  324. //
  325. // tbY
  326. //
  327. this.tbY.Location = new System.Drawing.Point(135, 62);
  328. this.tbY.Name = "tbY";
  329. this.tbY.Size = new System.Drawing.Size(114, 20);
  330. this.tbY.TabIndex = 12;
  331. //
  332. // tbX
  333. //
  334. this.tbX.Location = new System.Drawing.Point(135, 35);
  335. this.tbX.Name = "tbX";
  336. this.tbX.Size = new System.Drawing.Size(114, 20);
  337. this.tbX.TabIndex = 11;
  338. //
  339. // btnSetStage
  340. //
  341. this.btnSetStage.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  342. this.btnSetStage.Location = new System.Drawing.Point(21, 208);
  343. this.btnSetStage.Name = "btnSetStage";
  344. this.btnSetStage.Size = new System.Drawing.Size(220, 23);
  345. this.btnSetStage.TabIndex = 10;
  346. this.btnSetStage.Text = "Set Stage Parameters";
  347. this.btnSetStage.UseVisualStyleBackColor = true;
  348. this.btnSetStage.Click += new System.EventHandler(this.SetStageConditionsButton_Click);
  349. //
  350. // textRotate
  351. //
  352. this.textRotate.AutoSize = true;
  353. this.textRotate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  354. this.textRotate.Location = new System.Drawing.Point(60, 149);
  355. this.textRotate.Name = "textRotate";
  356. this.textRotate.Size = new System.Drawing.Size(69, 13);
  357. this.textRotate.TabIndex = 9;
  358. this.textRotate.Text = "Rotate Value";
  359. //
  360. // textTilt
  361. //
  362. this.textTilt.AutoSize = true;
  363. this.textTilt.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  364. this.textTilt.Location = new System.Drawing.Point(60, 120);
  365. this.textTilt.Name = "textTilt";
  366. this.textTilt.Size = new System.Drawing.Size(51, 13);
  367. this.textTilt.TabIndex = 8;
  368. this.textTilt.Text = "Tilt Value";
  369. //
  370. // textZ
  371. //
  372. this.textZ.AutoSize = true;
  373. this.textZ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  374. this.textZ.Location = new System.Drawing.Point(60, 92);
  375. this.textZ.Name = "textZ";
  376. this.textZ.Size = new System.Drawing.Size(44, 13);
  377. this.textZ.TabIndex = 7;
  378. this.textZ.Text = "Z Value";
  379. //
  380. // textY
  381. //
  382. this.textY.AutoSize = true;
  383. this.textY.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  384. this.textY.Location = new System.Drawing.Point(60, 65);
  385. this.textY.Name = "textY";
  386. this.textY.Size = new System.Drawing.Size(44, 13);
  387. this.textY.TabIndex = 6;
  388. this.textY.Text = "Y Value";
  389. //
  390. // textX
  391. //
  392. this.textX.AutoSize = true;
  393. this.textX.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  394. this.textX.Location = new System.Drawing.Point(60, 38);
  395. this.textX.Name = "textX";
  396. this.textX.Size = new System.Drawing.Size(44, 13);
  397. this.textX.TabIndex = 5;
  398. this.textX.Text = "X Value";
  399. //
  400. // lblRotate
  401. //
  402. this.lblRotate.AutoSize = true;
  403. this.lblRotate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  404. this.lblRotate.Location = new System.Drawing.Point(18, 149);
  405. this.lblRotate.Name = "lblRotate";
  406. this.lblRotate.Size = new System.Drawing.Size(42, 13);
  407. this.lblRotate.TabIndex = 4;
  408. this.lblRotate.Text = "Rotate:";
  409. //
  410. // lblTilt
  411. //
  412. this.lblTilt.AutoSize = true;
  413. this.lblTilt.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  414. this.lblTilt.Location = new System.Drawing.Point(36, 120);
  415. this.lblTilt.Name = "lblTilt";
  416. this.lblTilt.Size = new System.Drawing.Size(24, 13);
  417. this.lblTilt.TabIndex = 3;
  418. this.lblTilt.Text = "Tilt:";
  419. //
  420. // lblZ
  421. //
  422. this.lblZ.AutoSize = true;
  423. this.lblZ.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  424. this.lblZ.Location = new System.Drawing.Point(43, 92);
  425. this.lblZ.Name = "lblZ";
  426. this.lblZ.Size = new System.Drawing.Size(17, 13);
  427. this.lblZ.TabIndex = 2;
  428. this.lblZ.Text = "Z:";
  429. //
  430. // lblY
  431. //
  432. this.lblY.AutoSize = true;
  433. this.lblY.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  434. this.lblY.Location = new System.Drawing.Point(43, 65);
  435. this.lblY.Name = "lblY";
  436. this.lblY.Size = new System.Drawing.Size(17, 13);
  437. this.lblY.TabIndex = 1;
  438. this.lblY.Text = "Y:";
  439. //
  440. // lblX
  441. //
  442. this.lblX.AutoSize = true;
  443. this.lblX.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  444. this.lblX.Location = new System.Drawing.Point(43, 38);
  445. this.lblX.Name = "lblX";
  446. this.lblX.Size = new System.Drawing.Size(17, 13);
  447. this.lblX.TabIndex = 0;
  448. this.lblX.Text = "X:";
  449. //
  450. // MicroscopeControlPanel
  451. //
  452. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  453. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  454. this.ClientSize = new System.Drawing.Size(564, 276);
  455. this.Controls.Add(this.gbColumn);
  456. this.Controls.Add(this.gbStage);
  457. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  458. this.MaximizeBox = false;
  459. this.MinimizeBox = false;
  460. this.Name = "MicroscopeControlPanel";
  461. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  462. this.Text = "Microscope Control Panel";
  463. this.gbColumn.ResumeLayout(false);
  464. this.gbColumn.PerformLayout();
  465. this.gbStage.ResumeLayout(false);
  466. this.gbStage.PerformLayout();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private System.Windows.Forms.GroupBox gbColumn;
  471. private System.Windows.Forms.Label lblFilamentOn;
  472. private System.Windows.Forms.Label lblBeamOn;
  473. private System.Windows.Forms.Label textFilamentOn;
  474. private System.Windows.Forms.Label textBeamOn;
  475. private System.Windows.Forms.Button btnSetColumn;
  476. private System.Windows.Forms.TextBox tbWD;
  477. private System.Windows.Forms.TextBox tbMag;
  478. private System.Windows.Forms.TextBox tbHV;
  479. private System.Windows.Forms.Label textWD;
  480. private System.Windows.Forms.Label textMag;
  481. private System.Windows.Forms.Label textHV;
  482. private System.Windows.Forms.Label lblWD;
  483. private System.Windows.Forms.Label lblMag;
  484. private System.Windows.Forms.Label lblHV;
  485. private System.Windows.Forms.GroupBox gbStage;
  486. private System.Windows.Forms.Label textBacklash;
  487. private System.Windows.Forms.Label lblBacklash;
  488. private System.Windows.Forms.TextBox tbRotate;
  489. private System.Windows.Forms.TextBox tbTilt;
  490. private System.Windows.Forms.TextBox tbZ;
  491. private System.Windows.Forms.TextBox tbY;
  492. private System.Windows.Forms.TextBox tbX;
  493. private System.Windows.Forms.Button btnSetStage;
  494. private System.Windows.Forms.Label textRotate;
  495. private System.Windows.Forms.Label textTilt;
  496. private System.Windows.Forms.Label textZ;
  497. private System.Windows.Forms.Label textY;
  498. private System.Windows.Forms.Label textX;
  499. private System.Windows.Forms.Label lblRotate;
  500. private System.Windows.Forms.Label lblTilt;
  501. private System.Windows.Forms.Label lblZ;
  502. private System.Windows.Forms.Label lblY;
  503. private System.Windows.Forms.Label lblX;
  504. private System.Windows.Forms.Button SetHVButton;
  505. private System.Windows.Forms.Button SetWDButton;
  506. private System.Windows.Forms.Button SetMagButton;
  507. }
  508. }