GridSettingForm.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. namespace Metis.Setting
  2. {
  3. partial class GridSettingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.btnSaveAs = new System.Windows.Forms.Button();
  30. this.btnSave = new System.Windows.Forms.Button();
  31. this.btnDel = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.groupBox5 = new System.Windows.Forms.GroupBox();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.groupBox2 = new System.Windows.Forms.GroupBox();
  37. this.textBox1 = new System.Windows.Forms.TextBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.comboBox_Square = new System.Windows.Forms.ComboBox();
  40. this.comboBox_Grid = new System.Windows.Forms.ComboBox();
  41. this.comboBox_Circular = new System.Windows.Forms.ComboBox();
  42. this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
  43. this.numericUpDown8 = new System.Windows.Forms.NumericUpDown();
  44. this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
  45. this.rectPanel = new System.Windows.Forms.Panel();
  46. this.circularPanel = new System.Windows.Forms.Panel();
  47. this.gridPanel = new System.Windows.Forms.Panel();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.trackBar6 = new System.Windows.Forms.TrackBar();
  52. this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.trackBar5 = new System.Windows.Forms.TrackBar();
  55. this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.trackBar4 = new System.Windows.Forms.TrackBar();
  58. this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
  59. this.label11 = new System.Windows.Forms.Label();
  60. this.trackBar3 = new System.Windows.Forms.TrackBar();
  61. this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
  62. this.label12 = new System.Windows.Forms.Label();
  63. this.trackBar2 = new System.Windows.Forms.TrackBar();
  64. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  65. this.label10 = new System.Windows.Forms.Label();
  66. this.trackBar1 = new System.Windows.Forms.TrackBar();
  67. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  68. this.label9 = new System.Windows.Forms.Label();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.comboBox7 = new System.Windows.Forms.ComboBox();
  71. this.groupBox1.SuspendLayout();
  72. this.groupBox5.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  74. this.groupBox2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // groupBox1
  93. //
  94. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  95. | System.Windows.Forms.AnchorStyles.Right)));
  96. this.groupBox1.Controls.Add(this.btnSaveAs);
  97. this.groupBox1.Controls.Add(this.btnSave);
  98. this.groupBox1.Controls.Add(this.btnDel);
  99. this.groupBox1.Controls.Add(this.button1);
  100. this.groupBox1.Location = new System.Drawing.Point(187, 1);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(426, 58);
  103. this.groupBox1.TabIndex = 2;
  104. this.groupBox1.TabStop = false;
  105. this.groupBox1.Text = "设置";
  106. //
  107. // btnSaveAs
  108. //
  109. this.btnSaveAs.Anchor = System.Windows.Forms.AnchorStyles.Right;
  110. this.btnSaveAs.Location = new System.Drawing.Point(255, 20);
  111. this.btnSaveAs.Name = "btnSaveAs";
  112. this.btnSaveAs.Size = new System.Drawing.Size(75, 23);
  113. this.btnSaveAs.TabIndex = 3;
  114. this.btnSaveAs.Text = "复制";
  115. this.btnSaveAs.UseVisualStyleBackColor = true;
  116. this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
  117. //
  118. // btnSave
  119. //
  120. this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.Right;
  121. this.btnSave.Location = new System.Drawing.Point(174, 20);
  122. this.btnSave.Name = "btnSave";
  123. this.btnSave.Size = new System.Drawing.Size(75, 23);
  124. this.btnSave.TabIndex = 2;
  125. this.btnSave.Text = "保存";
  126. this.btnSave.UseVisualStyleBackColor = true;
  127. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  128. //
  129. // btnDel
  130. //
  131. this.btnDel.Anchor = System.Windows.Forms.AnchorStyles.Right;
  132. this.btnDel.Location = new System.Drawing.Point(93, 20);
  133. this.btnDel.Name = "btnDel";
  134. this.btnDel.Size = new System.Drawing.Size(75, 23);
  135. this.btnDel.TabIndex = 1;
  136. this.btnDel.Text = "删除";
  137. this.btnDel.UseVisualStyleBackColor = true;
  138. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  139. //
  140. // button1
  141. //
  142. this.button1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  143. this.button1.Location = new System.Drawing.Point(336, 20);
  144. this.button1.Name = "button1";
  145. this.button1.Size = new System.Drawing.Size(75, 23);
  146. this.button1.TabIndex = 0;
  147. this.button1.Text = "激活";
  148. this.button1.UseVisualStyleBackColor = true;
  149. this.button1.Click += new System.EventHandler(this.button1_Click);
  150. //
  151. // groupBox5
  152. //
  153. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)));
  155. this.groupBox5.Controls.Add(this.dataGridView1);
  156. this.groupBox5.Location = new System.Drawing.Point(6, 1);
  157. this.groupBox5.Name = "groupBox5";
  158. this.groupBox5.Size = new System.Drawing.Size(175, 339);
  159. this.groupBox5.TabIndex = 9;
  160. this.groupBox5.TabStop = false;
  161. this.groupBox5.Text = "已添加网格";
  162. //
  163. // dataGridView1
  164. //
  165. this.dataGridView1.AllowUserToAddRows = false;
  166. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  167. | System.Windows.Forms.AnchorStyles.Left)));
  168. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  169. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  170. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  171. this.dataGridView1.ColumnHeadersVisible = false;
  172. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  173. this.Column1});
  174. this.dataGridView1.Location = new System.Drawing.Point(7, 20);
  175. this.dataGridView1.MultiSelect = false;
  176. this.dataGridView1.Name = "dataGridView1";
  177. this.dataGridView1.RowHeadersVisible = false;
  178. this.dataGridView1.RowTemplate.Height = 23;
  179. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  180. this.dataGridView1.Size = new System.Drawing.Size(162, 311);
  181. this.dataGridView1.TabIndex = 5;
  182. this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  183. //
  184. // Column1
  185. //
  186. this.Column1.HeaderText = "Column1";
  187. this.Column1.Name = "Column1";
  188. //
  189. // groupBox2
  190. //
  191. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  192. | System.Windows.Forms.AnchorStyles.Left)
  193. | System.Windows.Forms.AnchorStyles.Right)));
  194. this.groupBox2.Controls.Add(this.textBox1);
  195. this.groupBox2.Controls.Add(this.label6);
  196. this.groupBox2.Controls.Add(this.comboBox_Square);
  197. this.groupBox2.Controls.Add(this.comboBox_Grid);
  198. this.groupBox2.Controls.Add(this.comboBox_Circular);
  199. this.groupBox2.Controls.Add(this.numericUpDown9);
  200. this.groupBox2.Controls.Add(this.numericUpDown8);
  201. this.groupBox2.Controls.Add(this.numericUpDown7);
  202. this.groupBox2.Controls.Add(this.rectPanel);
  203. this.groupBox2.Controls.Add(this.circularPanel);
  204. this.groupBox2.Controls.Add(this.gridPanel);
  205. this.groupBox2.Controls.Add(this.label5);
  206. this.groupBox2.Controls.Add(this.label4);
  207. this.groupBox2.Controls.Add(this.label3);
  208. this.groupBox2.Controls.Add(this.trackBar6);
  209. this.groupBox2.Controls.Add(this.numericUpDown6);
  210. this.groupBox2.Controls.Add(this.label1);
  211. this.groupBox2.Controls.Add(this.trackBar5);
  212. this.groupBox2.Controls.Add(this.numericUpDown5);
  213. this.groupBox2.Controls.Add(this.label2);
  214. this.groupBox2.Controls.Add(this.trackBar4);
  215. this.groupBox2.Controls.Add(this.numericUpDown4);
  216. this.groupBox2.Controls.Add(this.label11);
  217. this.groupBox2.Controls.Add(this.trackBar3);
  218. this.groupBox2.Controls.Add(this.numericUpDown3);
  219. this.groupBox2.Controls.Add(this.label12);
  220. this.groupBox2.Controls.Add(this.trackBar2);
  221. this.groupBox2.Controls.Add(this.numericUpDown2);
  222. this.groupBox2.Controls.Add(this.label10);
  223. this.groupBox2.Controls.Add(this.trackBar1);
  224. this.groupBox2.Controls.Add(this.numericUpDown1);
  225. this.groupBox2.Controls.Add(this.label9);
  226. this.groupBox2.Controls.Add(this.label8);
  227. this.groupBox2.Controls.Add(this.comboBox7);
  228. this.groupBox2.Location = new System.Drawing.Point(187, 65);
  229. this.groupBox2.Name = "groupBox2";
  230. this.groupBox2.Size = new System.Drawing.Size(426, 275);
  231. this.groupBox2.TabIndex = 10;
  232. this.groupBox2.TabStop = false;
  233. this.groupBox2.Text = "编辑";
  234. //
  235. // textBox1
  236. //
  237. this.textBox1.Location = new System.Drawing.Point(57, 23);
  238. this.textBox1.Name = "textBox1";
  239. this.textBox1.Size = new System.Drawing.Size(151, 21);
  240. this.textBox1.TabIndex = 53;
  241. //
  242. // label6
  243. //
  244. this.label6.AutoSize = true;
  245. this.label6.Location = new System.Drawing.Point(16, 28);
  246. this.label6.Name = "label6";
  247. this.label6.Size = new System.Drawing.Size(35, 12);
  248. this.label6.TabIndex = 52;
  249. this.label6.Text = "名称:";
  250. //
  251. // comboBox_Square
  252. //
  253. this.comboBox_Square.FormattingEnabled = true;
  254. this.comboBox_Square.Location = new System.Drawing.Point(226, 245);
  255. this.comboBox_Square.Name = "comboBox_Square";
  256. this.comboBox_Square.Size = new System.Drawing.Size(189, 20);
  257. this.comboBox_Square.TabIndex = 51;
  258. //
  259. // comboBox_Grid
  260. //
  261. this.comboBox_Grid.FormattingEnabled = true;
  262. this.comboBox_Grid.Location = new System.Drawing.Point(226, 180);
  263. this.comboBox_Grid.Name = "comboBox_Grid";
  264. this.comboBox_Grid.Size = new System.Drawing.Size(189, 20);
  265. this.comboBox_Grid.TabIndex = 50;
  266. //
  267. // comboBox_Circular
  268. //
  269. this.comboBox_Circular.FormattingEnabled = true;
  270. this.comboBox_Circular.Location = new System.Drawing.Point(226, 214);
  271. this.comboBox_Circular.Name = "comboBox_Circular";
  272. this.comboBox_Circular.Size = new System.Drawing.Size(189, 20);
  273. this.comboBox_Circular.TabIndex = 49;
  274. //
  275. // numericUpDown9
  276. //
  277. this.numericUpDown9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  278. | System.Windows.Forms.AnchorStyles.Left)));
  279. this.numericUpDown9.Location = new System.Drawing.Point(144, 245);
  280. this.numericUpDown9.Maximum = new decimal(new int[] {
  281. 9999,
  282. 0,
  283. 0,
  284. 0});
  285. this.numericUpDown9.Minimum = new decimal(new int[] {
  286. 1,
  287. 0,
  288. 0,
  289. 0});
  290. this.numericUpDown9.Name = "numericUpDown9";
  291. this.numericUpDown9.Size = new System.Drawing.Size(62, 21);
  292. this.numericUpDown9.TabIndex = 48;
  293. this.numericUpDown9.Value = new decimal(new int[] {
  294. 1,
  295. 0,
  296. 0,
  297. 0});
  298. //
  299. // numericUpDown8
  300. //
  301. this.numericUpDown8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  302. | System.Windows.Forms.AnchorStyles.Left)));
  303. this.numericUpDown8.Location = new System.Drawing.Point(144, 213);
  304. this.numericUpDown8.Maximum = new decimal(new int[] {
  305. 9999,
  306. 0,
  307. 0,
  308. 0});
  309. this.numericUpDown8.Minimum = new decimal(new int[] {
  310. 1,
  311. 0,
  312. 0,
  313. 0});
  314. this.numericUpDown8.Name = "numericUpDown8";
  315. this.numericUpDown8.Size = new System.Drawing.Size(62, 21);
  316. this.numericUpDown8.TabIndex = 47;
  317. this.numericUpDown8.Value = new decimal(new int[] {
  318. 1,
  319. 0,
  320. 0,
  321. 0});
  322. //
  323. // numericUpDown7
  324. //
  325. this.numericUpDown7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  326. | System.Windows.Forms.AnchorStyles.Left)));
  327. this.numericUpDown7.Location = new System.Drawing.Point(144, 180);
  328. this.numericUpDown7.Maximum = new decimal(new int[] {
  329. 9999,
  330. 0,
  331. 0,
  332. 0});
  333. this.numericUpDown7.Minimum = new decimal(new int[] {
  334. 1,
  335. 0,
  336. 0,
  337. 0});
  338. this.numericUpDown7.Name = "numericUpDown7";
  339. this.numericUpDown7.Size = new System.Drawing.Size(62, 21);
  340. this.numericUpDown7.TabIndex = 46;
  341. this.numericUpDown7.Value = new decimal(new int[] {
  342. 1,
  343. 0,
  344. 0,
  345. 0});
  346. //
  347. // rectPanel
  348. //
  349. this.rectPanel.BackColor = System.Drawing.Color.Blue;
  350. this.rectPanel.Location = new System.Drawing.Point(57, 240);
  351. this.rectPanel.Name = "rectPanel";
  352. this.rectPanel.Size = new System.Drawing.Size(73, 21);
  353. this.rectPanel.TabIndex = 45;
  354. this.rectPanel.Click += new System.EventHandler(this.rectPanel_Click);
  355. //
  356. // circularPanel
  357. //
  358. this.circularPanel.BackColor = System.Drawing.Color.Blue;
  359. this.circularPanel.Location = new System.Drawing.Point(57, 210);
  360. this.circularPanel.Name = "circularPanel";
  361. this.circularPanel.Size = new System.Drawing.Size(73, 21);
  362. this.circularPanel.TabIndex = 44;
  363. this.circularPanel.Click += new System.EventHandler(this.circularPanel_Click);
  364. //
  365. // gridPanel
  366. //
  367. this.gridPanel.BackColor = System.Drawing.Color.Red;
  368. this.gridPanel.Location = new System.Drawing.Point(57, 180);
  369. this.gridPanel.Name = "gridPanel";
  370. this.gridPanel.Size = new System.Drawing.Size(73, 21);
  371. this.gridPanel.TabIndex = 43;
  372. this.gridPanel.Click += new System.EventHandler(this.gridPanel_Click);
  373. //
  374. // label5
  375. //
  376. this.label5.AutoSize = true;
  377. this.label5.Location = new System.Drawing.Point(16, 215);
  378. this.label5.Name = "label5";
  379. this.label5.Size = new System.Drawing.Size(35, 12);
  380. this.label5.TabIndex = 42;
  381. this.label5.Text = "圆形:";
  382. //
  383. // label4
  384. //
  385. this.label4.AutoSize = true;
  386. this.label4.Location = new System.Drawing.Point(16, 185);
  387. this.label4.Name = "label4";
  388. this.label4.Size = new System.Drawing.Size(35, 12);
  389. this.label4.TabIndex = 41;
  390. this.label4.Text = "网格:";
  391. //
  392. // label3
  393. //
  394. this.label3.AutoSize = true;
  395. this.label3.Location = new System.Drawing.Point(4, 245);
  396. this.label3.Name = "label3";
  397. this.label3.Size = new System.Drawing.Size(47, 12);
  398. this.label3.TabIndex = 40;
  399. this.label3.Text = "正方形:";
  400. //
  401. // trackBar6
  402. //
  403. this.trackBar6.AutoSize = false;
  404. this.trackBar6.Location = new System.Drawing.Point(257, 126);
  405. this.trackBar6.Maximum = 999;
  406. this.trackBar6.Minimum = 1;
  407. this.trackBar6.Name = "trackBar6";
  408. this.trackBar6.Size = new System.Drawing.Size(90, 25);
  409. this.trackBar6.TabIndex = 39;
  410. this.trackBar6.TickStyle = System.Windows.Forms.TickStyle.None;
  411. this.trackBar6.Value = 1;
  412. this.trackBar6.Scroll += new System.EventHandler(this.trackBar6_Scroll);
  413. //
  414. // numericUpDown6
  415. //
  416. this.numericUpDown6.Location = new System.Drawing.Point(353, 126);
  417. this.numericUpDown6.Maximum = new decimal(new int[] {
  418. 999,
  419. 0,
  420. 0,
  421. 0});
  422. this.numericUpDown6.Minimum = new decimal(new int[] {
  423. 1,
  424. 0,
  425. 0,
  426. 0});
  427. this.numericUpDown6.Name = "numericUpDown6";
  428. this.numericUpDown6.Size = new System.Drawing.Size(62, 21);
  429. this.numericUpDown6.TabIndex = 38;
  430. this.numericUpDown6.Value = new decimal(new int[] {
  431. 1,
  432. 0,
  433. 0,
  434. 0});
  435. this.numericUpDown6.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
  436. //
  437. // label1
  438. //
  439. this.label1.AutoSize = true;
  440. this.label1.Location = new System.Drawing.Point(225, 130);
  441. this.label1.Name = "label1";
  442. this.label1.Size = new System.Drawing.Size(35, 12);
  443. this.label1.TabIndex = 37;
  444. this.label1.Text = "边长:";
  445. //
  446. // trackBar5
  447. //
  448. this.trackBar5.AutoSize = false;
  449. this.trackBar5.Location = new System.Drawing.Point(49, 126);
  450. this.trackBar5.Maximum = 999;
  451. this.trackBar5.Minimum = 1;
  452. this.trackBar5.Name = "trackBar5";
  453. this.trackBar5.Size = new System.Drawing.Size(90, 25);
  454. this.trackBar5.TabIndex = 36;
  455. this.trackBar5.TickStyle = System.Windows.Forms.TickStyle.None;
  456. this.trackBar5.Value = 1;
  457. this.trackBar5.Scroll += new System.EventHandler(this.trackBar5_Scroll);
  458. //
  459. // numericUpDown5
  460. //
  461. this.numericUpDown5.Location = new System.Drawing.Point(144, 126);
  462. this.numericUpDown5.Maximum = new decimal(new int[] {
  463. 999,
  464. 0,
  465. 0,
  466. 0});
  467. this.numericUpDown5.Minimum = new decimal(new int[] {
  468. 1,
  469. 0,
  470. 0,
  471. 0});
  472. this.numericUpDown5.Name = "numericUpDown5";
  473. this.numericUpDown5.Size = new System.Drawing.Size(62, 21);
  474. this.numericUpDown5.TabIndex = 35;
  475. this.numericUpDown5.Value = new decimal(new int[] {
  476. 1,
  477. 0,
  478. 0,
  479. 0});
  480. this.numericUpDown5.ValueChanged += new System.EventHandler(this.numericUpDown5_ValueChanged);
  481. //
  482. // label2
  483. //
  484. this.label2.AutoSize = true;
  485. this.label2.Location = new System.Drawing.Point(16, 130);
  486. this.label2.Name = "label2";
  487. this.label2.Size = new System.Drawing.Size(35, 12);
  488. this.label2.TabIndex = 34;
  489. this.label2.Text = "直径:";
  490. //
  491. // trackBar4
  492. //
  493. this.trackBar4.AutoSize = false;
  494. this.trackBar4.Location = new System.Drawing.Point(257, 94);
  495. this.trackBar4.Maximum = 999;
  496. this.trackBar4.Minimum = 1;
  497. this.trackBar4.Name = "trackBar4";
  498. this.trackBar4.Size = new System.Drawing.Size(90, 25);
  499. this.trackBar4.TabIndex = 33;
  500. this.trackBar4.TickStyle = System.Windows.Forms.TickStyle.None;
  501. this.trackBar4.Value = 1;
  502. this.trackBar4.Scroll += new System.EventHandler(this.trackBar4_Scroll);
  503. //
  504. // numericUpDown4
  505. //
  506. this.numericUpDown4.Location = new System.Drawing.Point(353, 94);
  507. this.numericUpDown4.Maximum = new decimal(new int[] {
  508. 999,
  509. 0,
  510. 0,
  511. 0});
  512. this.numericUpDown4.Minimum = new decimal(new int[] {
  513. 1,
  514. 0,
  515. 0,
  516. 0});
  517. this.numericUpDown4.Name = "numericUpDown4";
  518. this.numericUpDown4.Size = new System.Drawing.Size(62, 21);
  519. this.numericUpDown4.TabIndex = 32;
  520. this.numericUpDown4.Value = new decimal(new int[] {
  521. 1,
  522. 0,
  523. 0,
  524. 0});
  525. this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
  526. //
  527. // label11
  528. //
  529. this.label11.AutoSize = true;
  530. this.label11.Location = new System.Drawing.Point(225, 98);
  531. this.label11.Name = "label11";
  532. this.label11.Size = new System.Drawing.Size(35, 12);
  533. this.label11.TabIndex = 31;
  534. this.label11.Text = "行数:";
  535. //
  536. // trackBar3
  537. //
  538. this.trackBar3.AutoSize = false;
  539. this.trackBar3.Location = new System.Drawing.Point(49, 94);
  540. this.trackBar3.Maximum = 999;
  541. this.trackBar3.Minimum = 1;
  542. this.trackBar3.Name = "trackBar3";
  543. this.trackBar3.Size = new System.Drawing.Size(90, 25);
  544. this.trackBar3.TabIndex = 30;
  545. this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None;
  546. this.trackBar3.Value = 1;
  547. this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll);
  548. //
  549. // numericUpDown3
  550. //
  551. this.numericUpDown3.Location = new System.Drawing.Point(144, 94);
  552. this.numericUpDown3.Maximum = new decimal(new int[] {
  553. 999,
  554. 0,
  555. 0,
  556. 0});
  557. this.numericUpDown3.Minimum = new decimal(new int[] {
  558. 1,
  559. 0,
  560. 0,
  561. 0});
  562. this.numericUpDown3.Name = "numericUpDown3";
  563. this.numericUpDown3.Size = new System.Drawing.Size(62, 21);
  564. this.numericUpDown3.TabIndex = 29;
  565. this.numericUpDown3.Value = new decimal(new int[] {
  566. 1,
  567. 0,
  568. 0,
  569. 0});
  570. this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
  571. //
  572. // label12
  573. //
  574. this.label12.AutoSize = true;
  575. this.label12.Location = new System.Drawing.Point(16, 98);
  576. this.label12.Name = "label12";
  577. this.label12.Size = new System.Drawing.Size(35, 12);
  578. this.label12.TabIndex = 28;
  579. this.label12.Text = "列数:";
  580. //
  581. // trackBar2
  582. //
  583. this.trackBar2.AutoSize = false;
  584. this.trackBar2.Location = new System.Drawing.Point(257, 61);
  585. this.trackBar2.Maximum = 999;
  586. this.trackBar2.Minimum = 1;
  587. this.trackBar2.Name = "trackBar2";
  588. this.trackBar2.Size = new System.Drawing.Size(90, 25);
  589. this.trackBar2.TabIndex = 27;
  590. this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
  591. this.trackBar2.Value = 1;
  592. this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
  593. //
  594. // numericUpDown2
  595. //
  596. this.numericUpDown2.Location = new System.Drawing.Point(353, 61);
  597. this.numericUpDown2.Maximum = new decimal(new int[] {
  598. 999,
  599. 0,
  600. 0,
  601. 0});
  602. this.numericUpDown2.Minimum = new decimal(new int[] {
  603. 1,
  604. 0,
  605. 0,
  606. 0});
  607. this.numericUpDown2.Name = "numericUpDown2";
  608. this.numericUpDown2.Size = new System.Drawing.Size(62, 21);
  609. this.numericUpDown2.TabIndex = 26;
  610. this.numericUpDown2.Value = new decimal(new int[] {
  611. 1,
  612. 0,
  613. 0,
  614. 0});
  615. this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
  616. //
  617. // label10
  618. //
  619. this.label10.AutoSize = true;
  620. this.label10.Location = new System.Drawing.Point(225, 65);
  621. this.label10.Name = "label10";
  622. this.label10.Size = new System.Drawing.Size(35, 12);
  623. this.label10.TabIndex = 25;
  624. this.label10.Text = "高度:";
  625. //
  626. // trackBar1
  627. //
  628. this.trackBar1.AutoSize = false;
  629. this.trackBar1.Location = new System.Drawing.Point(49, 61);
  630. this.trackBar1.Maximum = 999;
  631. this.trackBar1.Minimum = 1;
  632. this.trackBar1.Name = "trackBar1";
  633. this.trackBar1.Size = new System.Drawing.Size(90, 25);
  634. this.trackBar1.TabIndex = 24;
  635. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
  636. this.trackBar1.Value = 1;
  637. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  638. //
  639. // numericUpDown1
  640. //
  641. this.numericUpDown1.Location = new System.Drawing.Point(144, 61);
  642. this.numericUpDown1.Maximum = new decimal(new int[] {
  643. 999,
  644. 0,
  645. 0,
  646. 0});
  647. this.numericUpDown1.Minimum = new decimal(new int[] {
  648. 1,
  649. 0,
  650. 0,
  651. 0});
  652. this.numericUpDown1.Name = "numericUpDown1";
  653. this.numericUpDown1.Size = new System.Drawing.Size(62, 21);
  654. this.numericUpDown1.TabIndex = 23;
  655. this.numericUpDown1.Value = new decimal(new int[] {
  656. 1,
  657. 0,
  658. 0,
  659. 0});
  660. this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  661. //
  662. // label9
  663. //
  664. this.label9.AutoSize = true;
  665. this.label9.Location = new System.Drawing.Point(16, 65);
  666. this.label9.Name = "label9";
  667. this.label9.Size = new System.Drawing.Size(35, 12);
  668. this.label9.TabIndex = 22;
  669. this.label9.Text = "宽度:";
  670. //
  671. // label8
  672. //
  673. this.label8.AutoSize = true;
  674. this.label8.Location = new System.Drawing.Point(224, 28);
  675. this.label8.Name = "label8";
  676. this.label8.Size = new System.Drawing.Size(35, 12);
  677. this.label8.TabIndex = 21;
  678. this.label8.Text = "单位:";
  679. //
  680. // comboBox7
  681. //
  682. this.comboBox7.FormattingEnabled = true;
  683. this.comboBox7.Items.AddRange(new object[] {
  684. "px",
  685. "μm"});
  686. this.comboBox7.Location = new System.Drawing.Point(264, 25);
  687. this.comboBox7.Name = "comboBox7";
  688. this.comboBox7.Size = new System.Drawing.Size(61, 20);
  689. this.comboBox7.TabIndex = 2;
  690. //
  691. // GridSettingForm
  692. //
  693. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  694. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  695. this.ClientSize = new System.Drawing.Size(618, 345);
  696. this.Controls.Add(this.groupBox2);
  697. this.Controls.Add(this.groupBox5);
  698. this.Controls.Add(this.groupBox1);
  699. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  700. this.Location = new System.Drawing.Point(0, 0);
  701. this.MaximizeBox = false;
  702. this.MinimizeBox = false;
  703. this.Name = "GridSettingForm";
  704. this.Text = "网格设置";
  705. this.Controls.SetChildIndex(this.groupBox1, 0);
  706. this.Controls.SetChildIndex(this.groupBox5, 0);
  707. this.Controls.SetChildIndex(this.groupBox2, 0);
  708. this.groupBox1.ResumeLayout(false);
  709. this.groupBox5.ResumeLayout(false);
  710. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  711. this.groupBox2.ResumeLayout(false);
  712. this.groupBox2.PerformLayout();
  713. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
  714. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit();
  715. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
  716. ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
  717. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
  718. ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit();
  719. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
  720. ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();
  721. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
  722. ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
  723. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
  724. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
  725. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  726. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  727. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  728. this.ResumeLayout(false);
  729. }
  730. #endregion
  731. private System.Windows.Forms.GroupBox groupBox1;
  732. private System.Windows.Forms.Button btnSaveAs;
  733. private System.Windows.Forms.Button btnSave;
  734. private System.Windows.Forms.Button btnDel;
  735. private System.Windows.Forms.Button button1;
  736. private System.Windows.Forms.GroupBox groupBox5;
  737. private System.Windows.Forms.DataGridView dataGridView1;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  739. private System.Windows.Forms.GroupBox groupBox2;
  740. private System.Windows.Forms.Label label9;
  741. private System.Windows.Forms.Label label8;
  742. private System.Windows.Forms.ComboBox comboBox7;
  743. private System.Windows.Forms.TrackBar trackBar6;
  744. private System.Windows.Forms.NumericUpDown numericUpDown6;
  745. private System.Windows.Forms.Label label1;
  746. private System.Windows.Forms.TrackBar trackBar5;
  747. private System.Windows.Forms.NumericUpDown numericUpDown5;
  748. private System.Windows.Forms.Label label2;
  749. private System.Windows.Forms.TrackBar trackBar4;
  750. private System.Windows.Forms.NumericUpDown numericUpDown4;
  751. private System.Windows.Forms.Label label11;
  752. private System.Windows.Forms.TrackBar trackBar3;
  753. private System.Windows.Forms.NumericUpDown numericUpDown3;
  754. private System.Windows.Forms.Label label12;
  755. private System.Windows.Forms.TrackBar trackBar2;
  756. private System.Windows.Forms.NumericUpDown numericUpDown2;
  757. private System.Windows.Forms.Label label10;
  758. private System.Windows.Forms.TrackBar trackBar1;
  759. private System.Windows.Forms.NumericUpDown numericUpDown1;
  760. private System.Windows.Forms.Label label5;
  761. private System.Windows.Forms.Label label4;
  762. private System.Windows.Forms.Label label3;
  763. private System.Windows.Forms.Panel gridPanel;
  764. private System.Windows.Forms.Panel circularPanel;
  765. private System.Windows.Forms.NumericUpDown numericUpDown9;
  766. private System.Windows.Forms.NumericUpDown numericUpDown8;
  767. private System.Windows.Forms.NumericUpDown numericUpDown7;
  768. private System.Windows.Forms.Panel rectPanel;
  769. private System.Windows.Forms.ComboBox comboBox_Circular;
  770. private System.Windows.Forms.ComboBox comboBox_Grid;
  771. private System.Windows.Forms.ComboBox comboBox_Square;
  772. private System.Windows.Forms.TextBox textBox1;
  773. private System.Windows.Forms.Label label6;
  774. }
  775. }