DlgStageEdit.Designer.cs 33 KB

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