DlgStageEdit.Designer.cs 33 KB

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