DlgStageEdit.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. 
  2. namespace OTSMeasureApp._7_OTSProgMgrInfo.Stage
  3. {
  4. partial class DlgStageEdit
  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.m_ctrlStagePicture = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.tStageName = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.radioButton_OTS = new System.Windows.Forms.RadioButton();
  34. this.radioButton_SEM = new System.Windows.Forms.RadioButton();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.tBoundaryHeight = new System.Windows.Forms.TextBox();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.tBoundaryWide = new System.Windows.Forms.TextBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.tBoundaryY = new System.Windows.Forms.TextBox();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.tBoundaryX = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.radioButton_BoundarySquare = new System.Windows.Forms.RadioButton();
  47. this.radioButton_BoundaryCircle = new System.Windows.Forms.RadioButton();
  48. this.groupBox2 = new System.Windows.Forms.GroupBox();
  49. this.tStandardsampleHeight = new System.Windows.Forms.TextBox();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.tStandardsampleWide = new System.Windows.Forms.TextBox();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.tStandardsampleY = new System.Windows.Forms.TextBox();
  54. this.label11 = new System.Windows.Forms.Label();
  55. this.tStandardsampleX = new System.Windows.Forms.TextBox();
  56. this.label12 = new System.Windows.Forms.Label();
  57. this.label13 = new System.Windows.Forms.Label();
  58. this.radioButton__StandardsampleSqare = new System.Windows.Forms.RadioButton();
  59. this.radioButton_StandardsampleCircle = new System.Windows.Forms.RadioButton();
  60. this.label14 = new System.Windows.Forms.Label();
  61. this.button_Generate = new System.Windows.Forms.Button();
  62. this.dataGridView_Holes = new System.Windows.Forms.DataGridView();
  63. this.button_AddHole = new System.Windows.Forms.Button();
  64. this.button_DelHole = new System.Windows.Forms.Button();
  65. this.groupBox3 = new System.Windows.Forms.GroupBox();
  66. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).BeginInit();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Holes)).BeginInit();
  70. this.groupBox3.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // m_ctrlStagePicture
  74. //
  75. this.m_ctrlStagePicture.BackColor = System.Drawing.Color.White;
  76. this.m_ctrlStagePicture.Location = new System.Drawing.Point(831, 13);
  77. this.m_ctrlStagePicture.Margin = new System.Windows.Forms.Padding(4);
  78. this.m_ctrlStagePicture.Name = "m_ctrlStagePicture";
  79. this.m_ctrlStagePicture.Size = new System.Drawing.Size(917, 848);
  80. this.m_ctrlStagePicture.TabIndex = 2;
  81. this.m_ctrlStagePicture.TabStop = false;
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Location = new System.Drawing.Point(26, 15);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(116, 18);
  89. this.label1.TabIndex = 3;
  90. this.label1.Text = "样品台名称:";
  91. //
  92. // tStageName
  93. //
  94. this.tStageName.Location = new System.Drawing.Point(148, 12);
  95. this.tStageName.Name = "tStageName";
  96. this.tStageName.Size = new System.Drawing.Size(664, 28);
  97. this.tStageName.TabIndex = 4;
  98. //
  99. // label2
  100. //
  101. this.label2.AutoSize = true;
  102. this.label2.Location = new System.Drawing.Point(26, 64);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(98, 18);
  105. this.label2.TabIndex = 5;
  106. this.label2.Text = "坐标系统:";
  107. //
  108. // radioButton_OTS
  109. //
  110. this.radioButton_OTS.AutoSize = true;
  111. this.radioButton_OTS.Location = new System.Drawing.Point(148, 64);
  112. this.radioButton_OTS.Name = "radioButton_OTS";
  113. this.radioButton_OTS.Size = new System.Drawing.Size(132, 22);
  114. this.radioButton_OTS.TabIndex = 6;
  115. this.radioButton_OTS.TabStop = true;
  116. this.radioButton_OTS.Text = "OTS坐标系统";
  117. this.radioButton_OTS.UseVisualStyleBackColor = true;
  118. //
  119. // radioButton_SEM
  120. //
  121. this.radioButton_SEM.AutoSize = true;
  122. this.radioButton_SEM.Location = new System.Drawing.Point(314, 64);
  123. this.radioButton_SEM.Name = "radioButton_SEM";
  124. this.radioButton_SEM.Size = new System.Drawing.Size(132, 22);
  125. this.radioButton_SEM.TabIndex = 10;
  126. this.radioButton_SEM.TabStop = true;
  127. this.radioButton_SEM.Text = "SEM坐标系统";
  128. this.radioButton_SEM.UseVisualStyleBackColor = true;
  129. //
  130. // label3
  131. //
  132. this.label3.AutoSize = true;
  133. this.label3.Location = new System.Drawing.Point(19, 37);
  134. this.label3.Name = "label3";
  135. this.label3.Size = new System.Drawing.Size(152, 18);
  136. this.label3.TabIndex = 8;
  137. this.label3.Text = "样品台边框形状:";
  138. //
  139. // groupBox1
  140. //
  141. this.groupBox1.Controls.Add(this.tBoundaryHeight);
  142. this.groupBox1.Controls.Add(this.label8);
  143. this.groupBox1.Controls.Add(this.tBoundaryWide);
  144. this.groupBox1.Controls.Add(this.label7);
  145. this.groupBox1.Controls.Add(this.tBoundaryY);
  146. this.groupBox1.Controls.Add(this.label6);
  147. this.groupBox1.Controls.Add(this.tBoundaryX);
  148. this.groupBox1.Controls.Add(this.label5);
  149. this.groupBox1.Controls.Add(this.label4);
  150. this.groupBox1.Controls.Add(this.radioButton_BoundarySquare);
  151. this.groupBox1.Controls.Add(this.radioButton_BoundaryCircle);
  152. this.groupBox1.Controls.Add(this.label3);
  153. this.groupBox1.Location = new System.Drawing.Point(6, 92);
  154. this.groupBox1.Name = "groupBox1";
  155. this.groupBox1.Size = new System.Drawing.Size(806, 171);
  156. this.groupBox1.TabIndex = 12;
  157. this.groupBox1.TabStop = false;
  158. this.groupBox1.Text = "样品台边框";
  159. //
  160. // tBoundaryHeight
  161. //
  162. this.tBoundaryHeight.Location = new System.Drawing.Point(534, 114);
  163. this.tBoundaryHeight.Name = "tBoundaryHeight";
  164. this.tBoundaryHeight.Size = new System.Drawing.Size(123, 28);
  165. this.tBoundaryHeight.TabIndex = 19;
  166. //
  167. // label8
  168. //
  169. this.label8.AutoSize = true;
  170. this.label8.Location = new System.Drawing.Point(449, 117);
  171. this.label8.Name = "label8";
  172. this.label8.Size = new System.Drawing.Size(62, 18);
  173. this.label8.TabIndex = 18;
  174. this.label8.Text = "高度:";
  175. //
  176. // tBoundaryWide
  177. //
  178. this.tBoundaryWide.Location = new System.Drawing.Point(534, 71);
  179. this.tBoundaryWide.Name = "tBoundaryWide";
  180. this.tBoundaryWide.Size = new System.Drawing.Size(123, 28);
  181. this.tBoundaryWide.TabIndex = 17;
  182. //
  183. // label7
  184. //
  185. this.label7.AutoSize = true;
  186. this.label7.Location = new System.Drawing.Point(449, 74);
  187. this.label7.Name = "label7";
  188. this.label7.Size = new System.Drawing.Size(62, 18);
  189. this.label7.TabIndex = 16;
  190. this.label7.Text = "宽度:";
  191. //
  192. // tBoundaryY
  193. //
  194. this.tBoundaryY.Location = new System.Drawing.Point(227, 114);
  195. this.tBoundaryY.Name = "tBoundaryY";
  196. this.tBoundaryY.Size = new System.Drawing.Size(123, 28);
  197. this.tBoundaryY.TabIndex = 15;
  198. //
  199. // label6
  200. //
  201. this.label6.AutoSize = true;
  202. this.label6.Location = new System.Drawing.Point(186, 117);
  203. this.label6.Name = "label6";
  204. this.label6.Size = new System.Drawing.Size(35, 18);
  205. this.label6.TabIndex = 14;
  206. this.label6.Text = "Y:";
  207. //
  208. // tBoundaryX
  209. //
  210. this.tBoundaryX.Location = new System.Drawing.Point(227, 71);
  211. this.tBoundaryX.Name = "tBoundaryX";
  212. this.tBoundaryX.Size = new System.Drawing.Size(123, 28);
  213. this.tBoundaryX.TabIndex = 13;
  214. //
  215. // label5
  216. //
  217. this.label5.AutoSize = true;
  218. this.label5.Location = new System.Drawing.Point(186, 74);
  219. this.label5.Name = "label5";
  220. this.label5.Size = new System.Drawing.Size(35, 18);
  221. this.label5.TabIndex = 12;
  222. this.label5.Text = "X:";
  223. //
  224. // label4
  225. //
  226. this.label4.AutoSize = true;
  227. this.label4.Location = new System.Drawing.Point(20, 74);
  228. this.label4.Name = "label4";
  229. this.label4.Size = new System.Drawing.Size(116, 18);
  230. this.label4.TabIndex = 11;
  231. this.label4.Text = "中心点坐标:";
  232. //
  233. // radioButton_BoundarySquare
  234. //
  235. this.radioButton_BoundarySquare.AutoSize = true;
  236. this.radioButton_BoundarySquare.Location = new System.Drawing.Point(281, 35);
  237. this.radioButton_BoundarySquare.Name = "radioButton_BoundarySquare";
  238. this.radioButton_BoundarySquare.Size = new System.Drawing.Size(69, 22);
  239. this.radioButton_BoundarySquare.TabIndex = 10;
  240. this.radioButton_BoundarySquare.TabStop = true;
  241. this.radioButton_BoundarySquare.Text = "方形";
  242. this.radioButton_BoundarySquare.UseVisualStyleBackColor = true;
  243. this.radioButton_BoundarySquare.Click += new System.EventHandler(this.radioButton_BoundarySquare_Click);
  244. //
  245. // radioButton_BoundaryCircle
  246. //
  247. this.radioButton_BoundaryCircle.AutoSize = true;
  248. this.radioButton_BoundaryCircle.Location = new System.Drawing.Point(189, 35);
  249. this.radioButton_BoundaryCircle.Name = "radioButton_BoundaryCircle";
  250. this.radioButton_BoundaryCircle.Size = new System.Drawing.Size(69, 22);
  251. this.radioButton_BoundaryCircle.TabIndex = 9;
  252. this.radioButton_BoundaryCircle.TabStop = true;
  253. this.radioButton_BoundaryCircle.Text = "圆形";
  254. this.radioButton_BoundaryCircle.UseVisualStyleBackColor = true;
  255. this.radioButton_BoundaryCircle.Click += new System.EventHandler(this.radioButton_BoundaryCircle_Click);
  256. //
  257. // groupBox2
  258. //
  259. this.groupBox2.Controls.Add(this.tStandardsampleHeight);
  260. this.groupBox2.Controls.Add(this.label9);
  261. this.groupBox2.Controls.Add(this.tStandardsampleWide);
  262. this.groupBox2.Controls.Add(this.label10);
  263. this.groupBox2.Controls.Add(this.tStandardsampleY);
  264. this.groupBox2.Controls.Add(this.label11);
  265. this.groupBox2.Controls.Add(this.tStandardsampleX);
  266. this.groupBox2.Controls.Add(this.label12);
  267. this.groupBox2.Controls.Add(this.label13);
  268. this.groupBox2.Controls.Add(this.radioButton__StandardsampleSqare);
  269. this.groupBox2.Controls.Add(this.radioButton_StandardsampleCircle);
  270. this.groupBox2.Controls.Add(this.label14);
  271. this.groupBox2.Location = new System.Drawing.Point(6, 269);
  272. this.groupBox2.Name = "groupBox2";
  273. this.groupBox2.Size = new System.Drawing.Size(806, 161);
  274. this.groupBox2.TabIndex = 13;
  275. this.groupBox2.TabStop = false;
  276. this.groupBox2.Text = "标样";
  277. //
  278. // tStandardsampleHeight
  279. //
  280. this.tStandardsampleHeight.Location = new System.Drawing.Point(534, 114);
  281. this.tStandardsampleHeight.Name = "tStandardsampleHeight";
  282. this.tStandardsampleHeight.Size = new System.Drawing.Size(123, 28);
  283. this.tStandardsampleHeight.TabIndex = 19;
  284. //
  285. // label9
  286. //
  287. this.label9.AutoSize = true;
  288. this.label9.Location = new System.Drawing.Point(449, 117);
  289. this.label9.Name = "label9";
  290. this.label9.Size = new System.Drawing.Size(62, 18);
  291. this.label9.TabIndex = 18;
  292. this.label9.Text = "高度:";
  293. //
  294. // tStandardsampleWide
  295. //
  296. this.tStandardsampleWide.Location = new System.Drawing.Point(534, 71);
  297. this.tStandardsampleWide.Name = "tStandardsampleWide";
  298. this.tStandardsampleWide.Size = new System.Drawing.Size(123, 28);
  299. this.tStandardsampleWide.TabIndex = 17;
  300. //
  301. // label10
  302. //
  303. this.label10.AutoSize = true;
  304. this.label10.Location = new System.Drawing.Point(449, 74);
  305. this.label10.Name = "label10";
  306. this.label10.Size = new System.Drawing.Size(62, 18);
  307. this.label10.TabIndex = 16;
  308. this.label10.Text = "宽度:";
  309. //
  310. // tStandardsampleY
  311. //
  312. this.tStandardsampleY.Location = new System.Drawing.Point(227, 114);
  313. this.tStandardsampleY.Name = "tStandardsampleY";
  314. this.tStandardsampleY.Size = new System.Drawing.Size(123, 28);
  315. this.tStandardsampleY.TabIndex = 15;
  316. //
  317. // label11
  318. //
  319. this.label11.AutoSize = true;
  320. this.label11.Location = new System.Drawing.Point(186, 117);
  321. this.label11.Name = "label11";
  322. this.label11.Size = new System.Drawing.Size(35, 18);
  323. this.label11.TabIndex = 14;
  324. this.label11.Text = "Y:";
  325. //
  326. // tStandardsampleX
  327. //
  328. this.tStandardsampleX.Location = new System.Drawing.Point(227, 71);
  329. this.tStandardsampleX.Name = "tStandardsampleX";
  330. this.tStandardsampleX.Size = new System.Drawing.Size(123, 28);
  331. this.tStandardsampleX.TabIndex = 13;
  332. //
  333. // label12
  334. //
  335. this.label12.AutoSize = true;
  336. this.label12.Location = new System.Drawing.Point(186, 74);
  337. this.label12.Name = "label12";
  338. this.label12.Size = new System.Drawing.Size(35, 18);
  339. this.label12.TabIndex = 12;
  340. this.label12.Text = "X:";
  341. //
  342. // label13
  343. //
  344. this.label13.AutoSize = true;
  345. this.label13.Location = new System.Drawing.Point(20, 74);
  346. this.label13.Name = "label13";
  347. this.label13.Size = new System.Drawing.Size(116, 18);
  348. this.label13.TabIndex = 11;
  349. this.label13.Text = "中心点坐标:";
  350. //
  351. // radioButton__StandardsampleSqare
  352. //
  353. this.radioButton__StandardsampleSqare.AutoSize = true;
  354. this.radioButton__StandardsampleSqare.Location = new System.Drawing.Point(281, 35);
  355. this.radioButton__StandardsampleSqare.Name = "radioButton__StandardsampleSqare";
  356. this.radioButton__StandardsampleSqare.Size = new System.Drawing.Size(69, 22);
  357. this.radioButton__StandardsampleSqare.TabIndex = 10;
  358. this.radioButton__StandardsampleSqare.TabStop = true;
  359. this.radioButton__StandardsampleSqare.Text = "方形";
  360. this.radioButton__StandardsampleSqare.UseVisualStyleBackColor = true;
  361. this.radioButton__StandardsampleSqare.Click += new System.EventHandler(this.radioButton__StandardsampleSqare_Click);
  362. //
  363. // radioButton_StandardsampleCircle
  364. //
  365. this.radioButton_StandardsampleCircle.AutoSize = true;
  366. this.radioButton_StandardsampleCircle.Location = new System.Drawing.Point(189, 35);
  367. this.radioButton_StandardsampleCircle.Name = "radioButton_StandardsampleCircle";
  368. this.radioButton_StandardsampleCircle.Size = new System.Drawing.Size(69, 22);
  369. this.radioButton_StandardsampleCircle.TabIndex = 9;
  370. this.radioButton_StandardsampleCircle.TabStop = true;
  371. this.radioButton_StandardsampleCircle.Text = "圆形";
  372. this.radioButton_StandardsampleCircle.UseVisualStyleBackColor = true;
  373. this.radioButton_StandardsampleCircle.Click += new System.EventHandler(this.radioButton_StandardsampleCircle_Click);
  374. //
  375. // label14
  376. //
  377. this.label14.AutoSize = true;
  378. this.label14.Location = new System.Drawing.Point(19, 37);
  379. this.label14.Name = "label14";
  380. this.label14.Size = new System.Drawing.Size(98, 18);
  381. this.label14.TabIndex = 8;
  382. this.label14.Text = "标样形状:";
  383. //
  384. // button_Generate
  385. //
  386. this.button_Generate.Location = new System.Drawing.Point(848, 879);
  387. this.button_Generate.Name = "button_Generate";
  388. this.button_Generate.Size = new System.Drawing.Size(898, 44);
  389. this.button_Generate.TabIndex = 16;
  390. this.button_Generate.Text = "生成";
  391. this.button_Generate.UseVisualStyleBackColor = true;
  392. //
  393. // dataGridView_Holes
  394. //
  395. this.dataGridView_Holes.AllowUserToAddRows = false;
  396. this.dataGridView_Holes.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
  397. this.dataGridView_Holes.BackgroundColor = System.Drawing.SystemColors.Menu;
  398. this.dataGridView_Holes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  399. this.dataGridView_Holes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  400. this.dataGridView_Holes.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.dataGridView_Holes.Location = new System.Drawing.Point(3, 24);
  402. this.dataGridView_Holes.Name = "dataGridView_Holes";
  403. this.dataGridView_Holes.RowHeadersVisible = false;
  404. this.dataGridView_Holes.RowHeadersWidth = 62;
  405. this.dataGridView_Holes.RowTemplate.Height = 30;
  406. this.dataGridView_Holes.Size = new System.Drawing.Size(773, 466);
  407. this.dataGridView_Holes.TabIndex = 17;
  408. //
  409. // button_AddHole
  410. //
  411. this.button_AddHole.Location = new System.Drawing.Point(788, 454);
  412. this.button_AddHole.Name = "button_AddHole";
  413. this.button_AddHole.Size = new System.Drawing.Size(34, 127);
  414. this.button_AddHole.TabIndex = 18;
  415. this.button_AddHole.Text = "增加样品孔";
  416. this.button_AddHole.UseVisualStyleBackColor = true;
  417. //
  418. // button_DelHole
  419. //
  420. this.button_DelHole.Location = new System.Drawing.Point(788, 587);
  421. this.button_DelHole.Name = "button_DelHole";
  422. this.button_DelHole.Size = new System.Drawing.Size(34, 127);
  423. this.button_DelHole.TabIndex = 19;
  424. this.button_DelHole.Text = "删除样品孔";
  425. this.button_DelHole.UseVisualStyleBackColor = true;
  426. //
  427. // groupBox3
  428. //
  429. this.groupBox3.Controls.Add(this.dataGridView_Holes);
  430. this.groupBox3.Location = new System.Drawing.Point(6, 430);
  431. this.groupBox3.Name = "groupBox3";
  432. this.groupBox3.Size = new System.Drawing.Size(779, 493);
  433. this.groupBox3.TabIndex = 20;
  434. this.groupBox3.TabStop = false;
  435. this.groupBox3.Text = "样品孔信息:";
  436. //
  437. // DlgStageEdit
  438. //
  439. this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
  440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  441. this.ClientSize = new System.Drawing.Size(1758, 935);
  442. this.Controls.Add(this.button_DelHole);
  443. this.Controls.Add(this.groupBox3);
  444. this.Controls.Add(this.button_Generate);
  445. this.Controls.Add(this.button_AddHole);
  446. this.Controls.Add(this.groupBox2);
  447. this.Controls.Add(this.groupBox1);
  448. this.Controls.Add(this.radioButton_SEM);
  449. this.Controls.Add(this.radioButton_OTS);
  450. this.Controls.Add(this.label2);
  451. this.Controls.Add(this.tStageName);
  452. this.Controls.Add(this.label1);
  453. this.Controls.Add(this.m_ctrlStagePicture);
  454. this.MaximizeBox = false;
  455. this.MaximumSize = new System.Drawing.Size(1780, 991);
  456. this.MinimizeBox = false;
  457. this.MinimumSize = new System.Drawing.Size(1780, 991);
  458. this.Name = "DlgStageEdit";
  459. this.ShowIcon = false;
  460. this.ShowInTaskbar = false;
  461. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  462. this.Text = "DlgStageEdit";
  463. this.Load += new System.EventHandler(this.DlgStageEdit_Load);
  464. ((System.ComponentModel.ISupportInitialize)(this.m_ctrlStagePicture)).EndInit();
  465. this.groupBox1.ResumeLayout(false);
  466. this.groupBox1.PerformLayout();
  467. this.groupBox2.ResumeLayout(false);
  468. this.groupBox2.PerformLayout();
  469. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Holes)).EndInit();
  470. this.groupBox3.ResumeLayout(false);
  471. this.ResumeLayout(false);
  472. this.PerformLayout();
  473. }
  474. #endregion
  475. private System.Windows.Forms.PictureBox m_ctrlStagePicture;
  476. private System.Windows.Forms.Label label1;
  477. private System.Windows.Forms.TextBox tStageName;
  478. private System.Windows.Forms.Label label2;
  479. private System.Windows.Forms.RadioButton radioButton_OTS;
  480. private System.Windows.Forms.RadioButton radioButton_SEM;
  481. private System.Windows.Forms.Label label3;
  482. private System.Windows.Forms.GroupBox groupBox1;
  483. private System.Windows.Forms.TextBox tBoundaryHeight;
  484. private System.Windows.Forms.Label label8;
  485. private System.Windows.Forms.TextBox tBoundaryWide;
  486. private System.Windows.Forms.Label label7;
  487. private System.Windows.Forms.TextBox tBoundaryY;
  488. private System.Windows.Forms.Label label6;
  489. private System.Windows.Forms.TextBox tBoundaryX;
  490. private System.Windows.Forms.Label label5;
  491. private System.Windows.Forms.Label label4;
  492. private System.Windows.Forms.RadioButton radioButton_BoundarySquare;
  493. private System.Windows.Forms.RadioButton radioButton_BoundaryCircle;
  494. private System.Windows.Forms.GroupBox groupBox2;
  495. private System.Windows.Forms.TextBox tStandardsampleHeight;
  496. private System.Windows.Forms.Label label9;
  497. private System.Windows.Forms.TextBox tStandardsampleWide;
  498. private System.Windows.Forms.Label label10;
  499. private System.Windows.Forms.TextBox tStandardsampleY;
  500. private System.Windows.Forms.Label label11;
  501. private System.Windows.Forms.TextBox tStandardsampleX;
  502. private System.Windows.Forms.Label label12;
  503. private System.Windows.Forms.Label label13;
  504. private System.Windows.Forms.RadioButton radioButton__StandardsampleSqare;
  505. private System.Windows.Forms.RadioButton radioButton_StandardsampleCircle;
  506. private System.Windows.Forms.Label label14;
  507. private System.Windows.Forms.Button button_Generate;
  508. private System.Windows.Forms.DataGridView dataGridView_Holes;
  509. private System.Windows.Forms.Button button_AddHole;
  510. private System.Windows.Forms.Button button_DelHole;
  511. private System.Windows.Forms.GroupBox groupBox3;
  512. }
  513. }