DlgStageEdit.Designer.cs 31 KB

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