SampleStageManageDialog.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. 
  2. namespace Metis.AutoAnalysis
  3. {
  4. partial class SampleStageManageDialog
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.panel9 = new System.Windows.Forms.Panel();
  33. this.panel7 = new System.Windows.Forms.Panel();
  34. this.btnAdd = new System.Windows.Forms.Button();
  35. this.btnEdit = new System.Windows.Forms.Button();
  36. this.btnDelete = new System.Windows.Forms.Button();
  37. this.panel2 = new System.Windows.Forms.Panel();
  38. this.panel4 = new System.Windows.Forms.Panel();
  39. this.groupBox3 = new System.Windows.Forms.GroupBox();
  40. this.panel8 = new System.Windows.Forms.Panel();
  41. this.panel5 = new System.Windows.Forms.Panel();
  42. this.groupBox5 = new System.Windows.Forms.GroupBox();
  43. this.panel10 = new System.Windows.Forms.Panel();
  44. this.groupBox4 = new System.Windows.Forms.GroupBox();
  45. this.panel6 = new System.Windows.Forms.Panel();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.textBox3 = new System.Windows.Forms.TextBox();
  48. this.textBox2 = new System.Windows.Forms.TextBox();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.textBox1 = new System.Windows.Forms.TextBox();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.panel3 = new System.Windows.Forms.Panel();
  53. this.groupBox2 = new System.Windows.Forms.GroupBox();
  54. this.button5 = new System.Windows.Forms.Button();
  55. this.button6 = new System.Windows.Forms.Button();
  56. this.button4 = new System.Windows.Forms.Button();
  57. this.button3 = new System.Windows.Forms.Button();
  58. this.button2 = new System.Windows.Forms.Button();
  59. this.button1 = new System.Windows.Forms.Button();
  60. this.timer1 = new System.Windows.Forms.Timer(this.components);
  61. this.panel1.SuspendLayout();
  62. this.groupBox1.SuspendLayout();
  63. this.panel7.SuspendLayout();
  64. this.panel2.SuspendLayout();
  65. this.panel4.SuspendLayout();
  66. this.groupBox3.SuspendLayout();
  67. this.panel5.SuspendLayout();
  68. this.groupBox5.SuspendLayout();
  69. this.groupBox4.SuspendLayout();
  70. this.panel6.SuspendLayout();
  71. this.panel3.SuspendLayout();
  72. this.groupBox2.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // panel1
  76. //
  77. this.panel1.Controls.Add(this.groupBox1);
  78. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  79. this.panel1.Location = new System.Drawing.Point(4, 4);
  80. this.panel1.Name = "panel1";
  81. this.panel1.Size = new System.Drawing.Size(194, 553);
  82. this.panel1.TabIndex = 1;
  83. //
  84. // groupBox1
  85. //
  86. this.groupBox1.Controls.Add(this.panel9);
  87. this.groupBox1.Controls.Add(this.panel7);
  88. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  90. this.groupBox1.Name = "groupBox1";
  91. this.groupBox1.Size = new System.Drawing.Size(194, 553);
  92. this.groupBox1.TabIndex = 0;
  93. this.groupBox1.TabStop = false;
  94. this.groupBox1.Text = "样品台管理";
  95. //
  96. // panel9
  97. //
  98. this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.panel9.Location = new System.Drawing.Point(3, 55);
  100. this.panel9.Name = "panel9";
  101. this.panel9.Padding = new System.Windows.Forms.Padding(5);
  102. this.panel9.Size = new System.Drawing.Size(188, 495);
  103. this.panel9.TabIndex = 3;
  104. //
  105. // panel7
  106. //
  107. this.panel7.Controls.Add(this.btnAdd);
  108. this.panel7.Controls.Add(this.btnEdit);
  109. this.panel7.Controls.Add(this.btnDelete);
  110. this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  111. this.panel7.Location = new System.Drawing.Point(3, 21);
  112. this.panel7.Name = "panel7";
  113. this.panel7.Size = new System.Drawing.Size(188, 34);
  114. this.panel7.TabIndex = 2;
  115. //
  116. // btnAdd
  117. //
  118. this.btnAdd.Location = new System.Drawing.Point(23, 3);
  119. this.btnAdd.Name = "btnAdd";
  120. this.btnAdd.Size = new System.Drawing.Size(50, 23);
  121. this.btnAdd.TabIndex = 0;
  122. this.btnAdd.Text = "新增";
  123. this.btnAdd.UseVisualStyleBackColor = true;
  124. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  125. //
  126. // btnEdit
  127. //
  128. this.btnEdit.Location = new System.Drawing.Point(79, 3);
  129. this.btnEdit.Name = "btnEdit";
  130. this.btnEdit.Size = new System.Drawing.Size(50, 23);
  131. this.btnEdit.TabIndex = 0;
  132. this.btnEdit.Text = "编辑";
  133. this.btnEdit.UseVisualStyleBackColor = true;
  134. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  135. //
  136. // btnDelete
  137. //
  138. this.btnDelete.Location = new System.Drawing.Point(135, 3);
  139. this.btnDelete.Name = "btnDelete";
  140. this.btnDelete.Size = new System.Drawing.Size(50, 23);
  141. this.btnDelete.TabIndex = 0;
  142. this.btnDelete.Text = "删除";
  143. this.btnDelete.UseVisualStyleBackColor = true;
  144. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  145. //
  146. // panel2
  147. //
  148. this.panel2.Controls.Add(this.panel4);
  149. this.panel2.Controls.Add(this.panel5);
  150. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.panel2.Location = new System.Drawing.Point(198, 4);
  152. this.panel2.Name = "panel2";
  153. this.panel2.Size = new System.Drawing.Size(434, 553);
  154. this.panel2.TabIndex = 1;
  155. //
  156. // panel4
  157. //
  158. this.panel4.Controls.Add(this.groupBox3);
  159. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.panel4.Location = new System.Drawing.Point(0, 0);
  161. this.panel4.Name = "panel4";
  162. this.panel4.Size = new System.Drawing.Size(434, 346);
  163. this.panel4.TabIndex = 0;
  164. //
  165. // groupBox3
  166. //
  167. this.groupBox3.Controls.Add(this.panel8);
  168. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  170. this.groupBox3.Name = "groupBox3";
  171. this.groupBox3.Size = new System.Drawing.Size(434, 346);
  172. this.groupBox3.TabIndex = 0;
  173. this.groupBox3.TabStop = false;
  174. this.groupBox3.Text = "样品台工位标记 ";
  175. //
  176. // panel8
  177. //
  178. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.panel8.Location = new System.Drawing.Point(3, 21);
  180. this.panel8.Name = "panel8";
  181. this.panel8.Padding = new System.Windows.Forms.Padding(4);
  182. this.panel8.Size = new System.Drawing.Size(428, 322);
  183. this.panel8.TabIndex = 0;
  184. //
  185. // panel5
  186. //
  187. this.panel5.Controls.Add(this.groupBox5);
  188. this.panel5.Controls.Add(this.groupBox4);
  189. this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  190. this.panel5.Location = new System.Drawing.Point(0, 346);
  191. this.panel5.Name = "panel5";
  192. this.panel5.Size = new System.Drawing.Size(434, 207);
  193. this.panel5.TabIndex = 0;
  194. //
  195. // groupBox5
  196. //
  197. this.groupBox5.Controls.Add(this.panel10);
  198. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.groupBox5.Location = new System.Drawing.Point(188, 0);
  200. this.groupBox5.Name = "groupBox5";
  201. this.groupBox5.Padding = new System.Windows.Forms.Padding(20);
  202. this.groupBox5.Size = new System.Drawing.Size(246, 207);
  203. this.groupBox5.TabIndex = 1;
  204. this.groupBox5.TabStop = false;
  205. this.groupBox5.Text = "测量范围预览";
  206. //
  207. // panel10
  208. //
  209. this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.panel10.Location = new System.Drawing.Point(20, 38);
  211. this.panel10.Name = "panel10";
  212. this.panel10.Size = new System.Drawing.Size(206, 149);
  213. this.panel10.TabIndex = 0;
  214. //
  215. // groupBox4
  216. //
  217. this.groupBox4.Controls.Add(this.panel6);
  218. this.groupBox4.Controls.Add(this.label2);
  219. this.groupBox4.Controls.Add(this.textBox1);
  220. this.groupBox4.Controls.Add(this.label1);
  221. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
  222. this.groupBox4.Location = new System.Drawing.Point(0, 0);
  223. this.groupBox4.Name = "groupBox4";
  224. this.groupBox4.Padding = new System.Windows.Forms.Padding(10);
  225. this.groupBox4.Size = new System.Drawing.Size(188, 207);
  226. this.groupBox4.TabIndex = 0;
  227. this.groupBox4.TabStop = false;
  228. this.groupBox4.Text = "测量范围标记";
  229. //
  230. // panel6
  231. //
  232. this.panel6.Controls.Add(this.label3);
  233. this.panel6.Controls.Add(this.textBox3);
  234. this.panel6.Controls.Add(this.textBox2);
  235. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  236. this.panel6.Location = new System.Drawing.Point(10, 103);
  237. this.panel6.Name = "panel6";
  238. this.panel6.Size = new System.Drawing.Size(168, 21);
  239. this.panel6.TabIndex = 3;
  240. //
  241. // label3
  242. //
  243. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.label3.Location = new System.Drawing.Point(72, 0);
  245. this.label3.Name = "label3";
  246. this.label3.Size = new System.Drawing.Size(24, 21);
  247. this.label3.TabIndex = 2;
  248. this.label3.Text = "*";
  249. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  250. //
  251. // textBox3
  252. //
  253. this.textBox3.Dock = System.Windows.Forms.DockStyle.Right;
  254. this.textBox3.Location = new System.Drawing.Point(96, 0);
  255. this.textBox3.Name = "textBox3";
  256. this.textBox3.Size = new System.Drawing.Size(72, 25);
  257. this.textBox3.TabIndex = 1;
  258. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  259. //
  260. // textBox2
  261. //
  262. this.textBox2.Dock = System.Windows.Forms.DockStyle.Left;
  263. this.textBox2.Location = new System.Drawing.Point(0, 0);
  264. this.textBox2.Name = "textBox2";
  265. this.textBox2.Size = new System.Drawing.Size(72, 25);
  266. this.textBox2.TabIndex = 0;
  267. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  268. //
  269. // label2
  270. //
  271. this.label2.AutoSize = true;
  272. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  273. this.label2.Location = new System.Drawing.Point(10, 78);
  274. this.label2.Margin = new System.Windows.Forms.Padding(5);
  275. this.label2.Name = "label2";
  276. this.label2.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
  277. this.label2.Size = new System.Drawing.Size(88, 25);
  278. this.label2.TabIndex = 2;
  279. this.label2.Text = "测量范围mm";
  280. //
  281. // textBox1
  282. //
  283. this.textBox1.Dock = System.Windows.Forms.DockStyle.Top;
  284. this.textBox1.Location = new System.Drawing.Point(10, 53);
  285. this.textBox1.Name = "textBox1";
  286. this.textBox1.Size = new System.Drawing.Size(168, 25);
  287. this.textBox1.TabIndex = 1;
  288. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  289. //
  290. // label1
  291. //
  292. this.label1.AutoSize = true;
  293. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  294. this.label1.Location = new System.Drawing.Point(10, 28);
  295. this.label1.Name = "label1";
  296. this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
  297. this.label1.Size = new System.Drawing.Size(88, 25);
  298. this.label1.TabIndex = 0;
  299. this.label1.Text = "工位直径mm";
  300. //
  301. // panel3
  302. //
  303. this.panel3.Controls.Add(this.groupBox2);
  304. this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
  305. this.panel3.Location = new System.Drawing.Point(632, 4);
  306. this.panel3.Name = "panel3";
  307. this.panel3.Size = new System.Drawing.Size(148, 553);
  308. this.panel3.TabIndex = 1;
  309. //
  310. // groupBox2
  311. //
  312. this.groupBox2.Controls.Add(this.button5);
  313. this.groupBox2.Controls.Add(this.button6);
  314. this.groupBox2.Controls.Add(this.button4);
  315. this.groupBox2.Controls.Add(this.button3);
  316. this.groupBox2.Controls.Add(this.button2);
  317. this.groupBox2.Controls.Add(this.button1);
  318. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  320. this.groupBox2.Name = "groupBox2";
  321. this.groupBox2.Padding = new System.Windows.Forms.Padding(10);
  322. this.groupBox2.Size = new System.Drawing.Size(148, 553);
  323. this.groupBox2.TabIndex = 1;
  324. this.groupBox2.TabStop = false;
  325. this.groupBox2.Text = "相关操作";
  326. //
  327. // button5
  328. //
  329. this.button5.Dock = System.Windows.Forms.DockStyle.Top;
  330. this.button5.Location = new System.Drawing.Point(10, 140);
  331. this.button5.Margin = new System.Windows.Forms.Padding(5);
  332. this.button5.Name = "button5";
  333. this.button5.Size = new System.Drawing.Size(128, 28);
  334. this.button5.TabIndex = 6;
  335. this.button5.Text = "显示相机";
  336. this.button5.UseVisualStyleBackColor = true;
  337. this.button5.Click += new System.EventHandler(this.button5_Click);
  338. //
  339. // button6
  340. //
  341. this.button6.Dock = System.Windows.Forms.DockStyle.Bottom;
  342. this.button6.Location = new System.Drawing.Point(10, 515);
  343. this.button6.Margin = new System.Windows.Forms.Padding(5);
  344. this.button6.Name = "button6";
  345. this.button6.Size = new System.Drawing.Size(128, 28);
  346. this.button6.TabIndex = 5;
  347. this.button6.Text = "保存配置";
  348. this.button6.UseVisualStyleBackColor = true;
  349. this.button6.Click += new System.EventHandler(this.button6_Click);
  350. //
  351. // button4
  352. //
  353. this.button4.Dock = System.Windows.Forms.DockStyle.Top;
  354. this.button4.Location = new System.Drawing.Point(10, 112);
  355. this.button4.Margin = new System.Windows.Forms.Padding(5);
  356. this.button4.Name = "button4";
  357. this.button4.Size = new System.Drawing.Size(128, 28);
  358. this.button4.TabIndex = 3;
  359. this.button4.Text = "导出坐标文件";
  360. this.button4.UseVisualStyleBackColor = true;
  361. this.button4.Click += new System.EventHandler(this.button4_Click);
  362. //
  363. // button3
  364. //
  365. this.button3.Dock = System.Windows.Forms.DockStyle.Top;
  366. this.button3.Location = new System.Drawing.Point(10, 84);
  367. this.button3.Margin = new System.Windows.Forms.Padding(5);
  368. this.button3.Name = "button3";
  369. this.button3.Size = new System.Drawing.Size(128, 28);
  370. this.button3.TabIndex = 2;
  371. this.button3.Text = "复位";
  372. this.button3.UseVisualStyleBackColor = true;
  373. this.button3.Click += new System.EventHandler(this.button3_Click);
  374. //
  375. // button2
  376. //
  377. this.button2.Dock = System.Windows.Forms.DockStyle.Top;
  378. this.button2.Location = new System.Drawing.Point(10, 56);
  379. this.button2.Margin = new System.Windows.Forms.Padding(5);
  380. this.button2.Name = "button2";
  381. this.button2.Size = new System.Drawing.Size(128, 28);
  382. this.button2.TabIndex = 1;
  383. this.button2.Text = "移动到工位";
  384. this.button2.UseVisualStyleBackColor = true;
  385. this.button2.Click += new System.EventHandler(this.button2_Click);
  386. //
  387. // button1
  388. //
  389. this.button1.Dock = System.Windows.Forms.DockStyle.Top;
  390. this.button1.Location = new System.Drawing.Point(10, 28);
  391. this.button1.Margin = new System.Windows.Forms.Padding(5);
  392. this.button1.Name = "button1";
  393. this.button1.Size = new System.Drawing.Size(128, 28);
  394. this.button1.TabIndex = 0;
  395. this.button1.Text = "载入坐标文件";
  396. this.button1.UseVisualStyleBackColor = true;
  397. this.button1.Click += new System.EventHandler(this.button1_Click);
  398. //
  399. // timer1
  400. //
  401. this.timer1.Enabled = true;
  402. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  403. //
  404. // SampleStageManageDialog
  405. //
  406. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  407. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  408. this.ClientSize = new System.Drawing.Size(784, 561);
  409. this.Controls.Add(this.panel2);
  410. this.Controls.Add(this.panel3);
  411. this.Controls.Add(this.panel1);
  412. this.Location = new System.Drawing.Point(0, 0);
  413. this.Name = "SampleStageManageDialog";
  414. this.Padding = new System.Windows.Forms.Padding(4);
  415. this.Text = "样品台管理";
  416. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SampleStageManageDialog_FormClosing);
  417. this.Load += new System.EventHandler(this.SampleStageManageDialog_Load);
  418. this.Controls.SetChildIndex(this.panel1, 0);
  419. this.Controls.SetChildIndex(this.panel3, 0);
  420. this.Controls.SetChildIndex(this.panel2, 0);
  421. this.panel1.ResumeLayout(false);
  422. this.groupBox1.ResumeLayout(false);
  423. this.panel7.ResumeLayout(false);
  424. this.panel2.ResumeLayout(false);
  425. this.panel4.ResumeLayout(false);
  426. this.groupBox3.ResumeLayout(false);
  427. this.panel5.ResumeLayout(false);
  428. this.groupBox5.ResumeLayout(false);
  429. this.groupBox4.ResumeLayout(false);
  430. this.groupBox4.PerformLayout();
  431. this.panel6.ResumeLayout(false);
  432. this.panel6.PerformLayout();
  433. this.panel3.ResumeLayout(false);
  434. this.groupBox2.ResumeLayout(false);
  435. this.ResumeLayout(false);
  436. }
  437. #endregion
  438. private System.Windows.Forms.Panel panel1;
  439. private System.Windows.Forms.GroupBox groupBox1;
  440. private System.Windows.Forms.Panel panel2;
  441. private System.Windows.Forms.Panel panel4;
  442. private System.Windows.Forms.Panel panel5;
  443. private System.Windows.Forms.Panel panel3;
  444. private System.Windows.Forms.GroupBox groupBox2;
  445. private System.Windows.Forms.Button btnDelete;
  446. private System.Windows.Forms.Button btnEdit;
  447. private System.Windows.Forms.Button btnAdd;
  448. private System.Windows.Forms.GroupBox groupBox3;
  449. private System.Windows.Forms.GroupBox groupBox5;
  450. private System.Windows.Forms.GroupBox groupBox4;
  451. private System.Windows.Forms.Panel panel6;
  452. private System.Windows.Forms.Label label3;
  453. private System.Windows.Forms.TextBox textBox3;
  454. private System.Windows.Forms.TextBox textBox2;
  455. private System.Windows.Forms.Label label2;
  456. private System.Windows.Forms.TextBox textBox1;
  457. private System.Windows.Forms.Label label1;
  458. private System.Windows.Forms.Panel panel7;
  459. private System.Windows.Forms.Button button6;
  460. private System.Windows.Forms.Button button4;
  461. private System.Windows.Forms.Button button3;
  462. private System.Windows.Forms.Button button2;
  463. private System.Windows.Forms.Button button1;
  464. private System.Windows.Forms.Panel panel8;
  465. private System.Windows.Forms.Panel panel9;
  466. private System.Windows.Forms.Panel panel10;
  467. private System.Windows.Forms.Timer timer1;
  468. private System.Windows.Forms.Button button5;
  469. }
  470. }