DlgStageEdit.Designer.cs 33 KB

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