DlgStageEdit.Designer.cs 27 KB

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