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(173, 1);
  101. this.groupBox1.Name = "groupBox1";
  102. this.groupBox1.Size = new System.Drawing.Size(440, 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(269, 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(188, 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(107, 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(350, 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(161, 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. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  170. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
  171. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  172. this.dataGridView1.ColumnHeadersVisible = false;
  173. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  174. this.Column1});
  175. this.dataGridView1.Location = new System.Drawing.Point(7, 20);
  176. this.dataGridView1.MultiSelect = false;
  177. this.dataGridView1.Name = "dataGridView1";
  178. this.dataGridView1.RowHeadersVisible = false;
  179. this.dataGridView1.RowTemplate.Height = 23;
  180. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  181. this.dataGridView1.Size = new System.Drawing.Size(148, 311);
  182. this.dataGridView1.TabIndex = 5;
  183. this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  184. //
  185. // Column1
  186. //
  187. this.Column1.HeaderText = "Column1";
  188. this.Column1.Name = "Column1";
  189. //
  190. // groupBox2
  191. //
  192. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  193. | System.Windows.Forms.AnchorStyles.Left)
  194. | System.Windows.Forms.AnchorStyles.Right)));
  195. this.groupBox2.Controls.Add(this.textBox1);
  196. this.groupBox2.Controls.Add(this.label6);
  197. this.groupBox2.Controls.Add(this.comboBox_Square);
  198. this.groupBox2.Controls.Add(this.comboBox_Grid);
  199. this.groupBox2.Controls.Add(this.comboBox_Circular);
  200. this.groupBox2.Controls.Add(this.numericUpDown9);
  201. this.groupBox2.Controls.Add(this.numericUpDown8);
  202. this.groupBox2.Controls.Add(this.numericUpDown7);
  203. this.groupBox2.Controls.Add(this.rectPanel);
  204. this.groupBox2.Controls.Add(this.circularPanel);
  205. this.groupBox2.Controls.Add(this.gridPanel);
  206. this.groupBox2.Controls.Add(this.label5);
  207. this.groupBox2.Controls.Add(this.label4);
  208. this.groupBox2.Controls.Add(this.label3);
  209. this.groupBox2.Controls.Add(this.trackBar6);
  210. this.groupBox2.Controls.Add(this.numericUpDown6);
  211. this.groupBox2.Controls.Add(this.label1);
  212. this.groupBox2.Controls.Add(this.trackBar5);
  213. this.groupBox2.Controls.Add(this.numericUpDown5);
  214. this.groupBox2.Controls.Add(this.label2);
  215. this.groupBox2.Controls.Add(this.trackBar4);
  216. this.groupBox2.Controls.Add(this.numericUpDown4);
  217. this.groupBox2.Controls.Add(this.label11);
  218. this.groupBox2.Controls.Add(this.trackBar3);
  219. this.groupBox2.Controls.Add(this.numericUpDown3);
  220. this.groupBox2.Controls.Add(this.label12);
  221. this.groupBox2.Controls.Add(this.trackBar2);
  222. this.groupBox2.Controls.Add(this.numericUpDown2);
  223. this.groupBox2.Controls.Add(this.label10);
  224. this.groupBox2.Controls.Add(this.trackBar1);
  225. this.groupBox2.Controls.Add(this.numericUpDown1);
  226. this.groupBox2.Controls.Add(this.label9);
  227. this.groupBox2.Controls.Add(this.label8);
  228. this.groupBox2.Controls.Add(this.comboBox7);
  229. this.groupBox2.Location = new System.Drawing.Point(173, 65);
  230. this.groupBox2.Name = "groupBox2";
  231. this.groupBox2.Size = new System.Drawing.Size(440, 275);
  232. this.groupBox2.TabIndex = 10;
  233. this.groupBox2.TabStop = false;
  234. this.groupBox2.Text = "编辑";
  235. //
  236. // textBox1
  237. //
  238. this.textBox1.Location = new System.Drawing.Point(74, 23);
  239. this.textBox1.Name = "textBox1";
  240. this.textBox1.Size = new System.Drawing.Size(148, 21);
  241. this.textBox1.TabIndex = 53;
  242. //
  243. // label6
  244. //
  245. this.label6.Location = new System.Drawing.Point(5, 29);
  246. this.label6.Name = "label6";
  247. this.label6.Size = new System.Drawing.Size(60, 13);
  248. this.label6.TabIndex = 52;
  249. this.label6.Text = "名称:";
  250. this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
  251. //
  252. // comboBox_Square
  253. //
  254. this.comboBox_Square.FormattingEnabled = true;
  255. this.comboBox_Square.Location = new System.Drawing.Point(240, 245);
  256. this.comboBox_Square.Name = "comboBox_Square";
  257. this.comboBox_Square.Size = new System.Drawing.Size(189, 20);
  258. this.comboBox_Square.TabIndex = 51;
  259. //
  260. // comboBox_Grid
  261. //
  262. this.comboBox_Grid.FormattingEnabled = true;
  263. this.comboBox_Grid.Location = new System.Drawing.Point(240, 180);
  264. this.comboBox_Grid.Name = "comboBox_Grid";
  265. this.comboBox_Grid.Size = new System.Drawing.Size(189, 20);
  266. this.comboBox_Grid.TabIndex = 50;
  267. //
  268. // comboBox_Circular
  269. //
  270. this.comboBox_Circular.FormattingEnabled = true;
  271. this.comboBox_Circular.Location = new System.Drawing.Point(240, 214);
  272. this.comboBox_Circular.Name = "comboBox_Circular";
  273. this.comboBox_Circular.Size = new System.Drawing.Size(189, 20);
  274. this.comboBox_Circular.TabIndex = 49;
  275. //
  276. // numericUpDown9
  277. //
  278. this.numericUpDown9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  279. | System.Windows.Forms.AnchorStyles.Left)));
  280. this.numericUpDown9.Location = new System.Drawing.Point(158, 245);
  281. this.numericUpDown9.Maximum = new decimal(new int[] {
  282. 9999,
  283. 0,
  284. 0,
  285. 0});
  286. this.numericUpDown9.Minimum = new decimal(new int[] {
  287. 1,
  288. 0,
  289. 0,
  290. 0});
  291. this.numericUpDown9.Name = "numericUpDown9";
  292. this.numericUpDown9.Size = new System.Drawing.Size(62, 21);
  293. this.numericUpDown9.TabIndex = 48;
  294. this.numericUpDown9.Value = new decimal(new int[] {
  295. 1,
  296. 0,
  297. 0,
  298. 0});
  299. //
  300. // numericUpDown8
  301. //
  302. this.numericUpDown8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  303. | System.Windows.Forms.AnchorStyles.Left)));
  304. this.numericUpDown8.Location = new System.Drawing.Point(158, 213);
  305. this.numericUpDown8.Maximum = new decimal(new int[] {
  306. 9999,
  307. 0,
  308. 0,
  309. 0});
  310. this.numericUpDown8.Minimum = new decimal(new int[] {
  311. 1,
  312. 0,
  313. 0,
  314. 0});
  315. this.numericUpDown8.Name = "numericUpDown8";
  316. this.numericUpDown8.Size = new System.Drawing.Size(62, 21);
  317. this.numericUpDown8.TabIndex = 47;
  318. this.numericUpDown8.Value = new decimal(new int[] {
  319. 1,
  320. 0,
  321. 0,
  322. 0});
  323. //
  324. // numericUpDown7
  325. //
  326. this.numericUpDown7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  327. | System.Windows.Forms.AnchorStyles.Left)));
  328. this.numericUpDown7.Location = new System.Drawing.Point(158, 180);
  329. this.numericUpDown7.Maximum = new decimal(new int[] {
  330. 9999,
  331. 0,
  332. 0,
  333. 0});
  334. this.numericUpDown7.Minimum = new decimal(new int[] {
  335. 1,
  336. 0,
  337. 0,
  338. 0});
  339. this.numericUpDown7.Name = "numericUpDown7";
  340. this.numericUpDown7.Size = new System.Drawing.Size(62, 21);
  341. this.numericUpDown7.TabIndex = 46;
  342. this.numericUpDown7.Value = new decimal(new int[] {
  343. 1,
  344. 0,
  345. 0,
  346. 0});
  347. //
  348. // rectPanel
  349. //
  350. this.rectPanel.BackColor = System.Drawing.Color.Blue;
  351. this.rectPanel.Location = new System.Drawing.Point(74, 240);
  352. this.rectPanel.Name = "rectPanel";
  353. this.rectPanel.Size = new System.Drawing.Size(73, 21);
  354. this.rectPanel.TabIndex = 45;
  355. this.rectPanel.Click += new System.EventHandler(this.rectPanel_Click);
  356. //
  357. // circularPanel
  358. //
  359. this.circularPanel.BackColor = System.Drawing.Color.Blue;
  360. this.circularPanel.Location = new System.Drawing.Point(74, 210);
  361. this.circularPanel.Name = "circularPanel";
  362. this.circularPanel.Size = new System.Drawing.Size(73, 21);
  363. this.circularPanel.TabIndex = 44;
  364. this.circularPanel.Click += new System.EventHandler(this.circularPanel_Click);
  365. //
  366. // gridPanel
  367. //
  368. this.gridPanel.BackColor = System.Drawing.Color.Red;
  369. this.gridPanel.Location = new System.Drawing.Point(74, 180);
  370. this.gridPanel.Name = "gridPanel";
  371. this.gridPanel.Size = new System.Drawing.Size(73, 21);
  372. this.gridPanel.TabIndex = 43;
  373. this.gridPanel.Click += new System.EventHandler(this.gridPanel_Click);
  374. //
  375. // label5
  376. //
  377. this.label5.Location = new System.Drawing.Point(5, 216);
  378. this.label5.Name = "label5";
  379. this.label5.Size = new System.Drawing.Size(60, 13);
  380. this.label5.TabIndex = 42;
  381. this.label5.Text = "圆形:";
  382. this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
  383. //
  384. // label4
  385. //
  386. this.label4.Location = new System.Drawing.Point(5, 186);
  387. this.label4.Name = "label4";
  388. this.label4.Size = new System.Drawing.Size(60, 13);
  389. this.label4.TabIndex = 41;
  390. this.label4.Text = "网格:";
  391. this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
  392. //
  393. // label3
  394. //
  395. this.label3.Location = new System.Drawing.Point(5, 246);
  396. this.label3.Name = "label3";
  397. this.label3.Size = new System.Drawing.Size(60, 13);
  398. this.label3.TabIndex = 40;
  399. this.label3.Text = "正方形:";
  400. this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
  401. //
  402. // trackBar6
  403. //
  404. this.trackBar6.AutoSize = false;
  405. this.trackBar6.Location = new System.Drawing.Point(271, 126);
  406. this.trackBar6.Maximum = 999;
  407. this.trackBar6.Minimum = 1;
  408. this.trackBar6.Name = "trackBar6";
  409. this.trackBar6.Size = new System.Drawing.Size(90, 25);
  410. this.trackBar6.TabIndex = 39;
  411. this.trackBar6.TickStyle = System.Windows.Forms.TickStyle.None;
  412. this.trackBar6.Value = 1;
  413. this.trackBar6.Scroll += new System.EventHandler(this.trackBar6_Scroll);
  414. //
  415. // numericUpDown6
  416. //
  417. this.numericUpDown6.Location = new System.Drawing.Point(367, 126);
  418. this.numericUpDown6.Maximum = new decimal(new int[] {
  419. 999,
  420. 0,
  421. 0,
  422. 0});
  423. this.numericUpDown6.Minimum = new decimal(new int[] {
  424. 1,
  425. 0,
  426. 0,
  427. 0});
  428. this.numericUpDown6.Name = "numericUpDown6";
  429. this.numericUpDown6.Size = new System.Drawing.Size(62, 21);
  430. this.numericUpDown6.TabIndex = 38;
  431. this.numericUpDown6.Value = new decimal(new int[] {
  432. 1,
  433. 0,
  434. 0,
  435. 0});
  436. this.numericUpDown6.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
  437. //
  438. // label1
  439. //
  440. this.label1.Location = new System.Drawing.Point(223, 130);
  441. this.label1.Name = "label1";
  442. this.label1.Size = new System.Drawing.Size(50, 13);
  443. this.label1.TabIndex = 37;
  444. this.label1.Text = "边长:";
  445. this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
  446. //
  447. // trackBar5
  448. //
  449. this.trackBar5.AutoSize = false;
  450. this.trackBar5.Location = new System.Drawing.Point(66, 126);
  451. this.trackBar5.Maximum = 999;
  452. this.trackBar5.Minimum = 1;
  453. this.trackBar5.Name = "trackBar5";
  454. this.trackBar5.Size = new System.Drawing.Size(90, 25);
  455. this.trackBar5.TabIndex = 36;
  456. this.trackBar5.TickStyle = System.Windows.Forms.TickStyle.None;
  457. this.trackBar5.Value = 1;
  458. this.trackBar5.Scroll += new System.EventHandler(this.trackBar5_Scroll);
  459. //
  460. // numericUpDown5
  461. //
  462. this.numericUpDown5.Location = new System.Drawing.Point(158, 126);
  463. this.numericUpDown5.Maximum = new decimal(new int[] {
  464. 999,
  465. 0,
  466. 0,
  467. 0});
  468. this.numericUpDown5.Minimum = new decimal(new int[] {
  469. 1,
  470. 0,
  471. 0,
  472. 0});
  473. this.numericUpDown5.Name = "numericUpDown5";
  474. this.numericUpDown5.Size = new System.Drawing.Size(62, 21);
  475. this.numericUpDown5.TabIndex = 35;
  476. this.numericUpDown5.Value = new decimal(new int[] {
  477. 1,
  478. 0,
  479. 0,
  480. 0});
  481. this.numericUpDown5.ValueChanged += new System.EventHandler(this.numericUpDown5_ValueChanged);
  482. //
  483. // label2
  484. //
  485. this.label2.Location = new System.Drawing.Point(5, 131);
  486. this.label2.Name = "label2";
  487. this.label2.Size = new System.Drawing.Size(60, 13);
  488. this.label2.TabIndex = 34;
  489. this.label2.Text = "直径:";
  490. this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
  491. //
  492. // trackBar4
  493. //
  494. this.trackBar4.AutoSize = false;
  495. this.trackBar4.Location = new System.Drawing.Point(271, 94);
  496. this.trackBar4.Maximum = 999;
  497. this.trackBar4.Minimum = 1;
  498. this.trackBar4.Name = "trackBar4";
  499. this.trackBar4.Size = new System.Drawing.Size(90, 25);
  500. this.trackBar4.TabIndex = 33;
  501. this.trackBar4.TickStyle = System.Windows.Forms.TickStyle.None;
  502. this.trackBar4.Value = 1;
  503. this.trackBar4.Scroll += new System.EventHandler(this.trackBar4_Scroll);
  504. //
  505. // numericUpDown4
  506. //
  507. this.numericUpDown4.Location = new System.Drawing.Point(367, 94);
  508. this.numericUpDown4.Maximum = new decimal(new int[] {
  509. 999,
  510. 0,
  511. 0,
  512. 0});
  513. this.numericUpDown4.Minimum = new decimal(new int[] {
  514. 1,
  515. 0,
  516. 0,
  517. 0});
  518. this.numericUpDown4.Name = "numericUpDown4";
  519. this.numericUpDown4.Size = new System.Drawing.Size(62, 21);
  520. this.numericUpDown4.TabIndex = 32;
  521. this.numericUpDown4.Value = new decimal(new int[] {
  522. 1,
  523. 0,
  524. 0,
  525. 0});
  526. this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged);
  527. //
  528. // label11
  529. //
  530. this.label11.Location = new System.Drawing.Point(223, 98);
  531. this.label11.Name = "label11";
  532. this.label11.Size = new System.Drawing.Size(50, 13);
  533. this.label11.TabIndex = 31;
  534. this.label11.Text = "列数:";
  535. this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
  536. //
  537. // trackBar3
  538. //
  539. this.trackBar3.AutoSize = false;
  540. this.trackBar3.Location = new System.Drawing.Point(66, 94);
  541. this.trackBar3.Maximum = 999;
  542. this.trackBar3.Minimum = 1;
  543. this.trackBar3.Name = "trackBar3";
  544. this.trackBar3.Size = new System.Drawing.Size(90, 25);
  545. this.trackBar3.TabIndex = 30;
  546. this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None;
  547. this.trackBar3.Value = 1;
  548. this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll);
  549. //
  550. // numericUpDown3
  551. //
  552. this.numericUpDown3.Location = new System.Drawing.Point(158, 94);
  553. this.numericUpDown3.Maximum = new decimal(new int[] {
  554. 999,
  555. 0,
  556. 0,
  557. 0});
  558. this.numericUpDown3.Minimum = new decimal(new int[] {
  559. 1,
  560. 0,
  561. 0,
  562. 0});
  563. this.numericUpDown3.Name = "numericUpDown3";
  564. this.numericUpDown3.Size = new System.Drawing.Size(62, 21);
  565. this.numericUpDown3.TabIndex = 29;
  566. this.numericUpDown3.Value = new decimal(new int[] {
  567. 1,
  568. 0,
  569. 0,
  570. 0});
  571. this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
  572. //
  573. // label12
  574. //
  575. this.label12.Location = new System.Drawing.Point(5, 99);
  576. this.label12.Name = "label12";
  577. this.label12.Size = new System.Drawing.Size(60, 13);
  578. this.label12.TabIndex = 28;
  579. this.label12.Text = "行数:";
  580. this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
  581. //
  582. // trackBar2
  583. //
  584. this.trackBar2.AutoSize = false;
  585. this.trackBar2.Location = new System.Drawing.Point(271, 61);
  586. this.trackBar2.Maximum = 999;
  587. this.trackBar2.Minimum = 1;
  588. this.trackBar2.Name = "trackBar2";
  589. this.trackBar2.Size = new System.Drawing.Size(90, 25);
  590. this.trackBar2.TabIndex = 27;
  591. this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
  592. this.trackBar2.Value = 1;
  593. this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll);
  594. //
  595. // numericUpDown2
  596. //
  597. this.numericUpDown2.Location = new System.Drawing.Point(367, 61);
  598. this.numericUpDown2.Maximum = new decimal(new int[] {
  599. 999,
  600. 0,
  601. 0,
  602. 0});
  603. this.numericUpDown2.Minimum = new decimal(new int[] {
  604. 1,
  605. 0,
  606. 0,
  607. 0});
  608. this.numericUpDown2.Name = "numericUpDown2";
  609. this.numericUpDown2.Size = new System.Drawing.Size(62, 21);
  610. this.numericUpDown2.TabIndex = 26;
  611. this.numericUpDown2.Value = new decimal(new int[] {
  612. 1,
  613. 0,
  614. 0,
  615. 0});
  616. this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
  617. //
  618. // label10
  619. //
  620. this.label10.Location = new System.Drawing.Point(223, 65);
  621. this.label10.Name = "label10";
  622. this.label10.Size = new System.Drawing.Size(50, 13);
  623. this.label10.TabIndex = 25;
  624. this.label10.Text = "高度:";
  625. this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
  626. //
  627. // trackBar1
  628. //
  629. this.trackBar1.AutoSize = false;
  630. this.trackBar1.Location = new System.Drawing.Point(66, 61);
  631. this.trackBar1.Maximum = 999;
  632. this.trackBar1.Minimum = 1;
  633. this.trackBar1.Name = "trackBar1";
  634. this.trackBar1.Size = new System.Drawing.Size(90, 25);
  635. this.trackBar1.TabIndex = 24;
  636. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
  637. this.trackBar1.Value = 1;
  638. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  639. //
  640. // numericUpDown1
  641. //
  642. this.numericUpDown1.Location = new System.Drawing.Point(158, 61);
  643. this.numericUpDown1.Maximum = new decimal(new int[] {
  644. 999,
  645. 0,
  646. 0,
  647. 0});
  648. this.numericUpDown1.Minimum = new decimal(new int[] {
  649. 1,
  650. 0,
  651. 0,
  652. 0});
  653. this.numericUpDown1.Name = "numericUpDown1";
  654. this.numericUpDown1.Size = new System.Drawing.Size(62, 21);
  655. this.numericUpDown1.TabIndex = 23;
  656. this.numericUpDown1.Value = new decimal(new int[] {
  657. 1,
  658. 0,
  659. 0,
  660. 0});
  661. this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
  662. //
  663. // label9
  664. //
  665. this.label9.Location = new System.Drawing.Point(5, 66);
  666. this.label9.Name = "label9";
  667. this.label9.Size = new System.Drawing.Size(60, 13);
  668. this.label9.TabIndex = 22;
  669. this.label9.Text = "宽度:";
  670. this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
  671. //
  672. // label8
  673. //
  674. this.label8.Location = new System.Drawing.Point(222, 28);
  675. this.label8.Name = "label8";
  676. this.label8.Size = new System.Drawing.Size(50, 13);
  677. this.label8.TabIndex = 21;
  678. this.label8.Text = "单位:";
  679. this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
  680. //
  681. // comboBox7
  682. //
  683. this.comboBox7.FormattingEnabled = true;
  684. this.comboBox7.Items.AddRange(new object[] {
  685. "px",
  686. "μm"});
  687. this.comboBox7.Location = new System.Drawing.Point(278, 25);
  688. this.comboBox7.Name = "comboBox7";
  689. this.comboBox7.Size = new System.Drawing.Size(61, 20);
  690. this.comboBox7.TabIndex = 2;
  691. //
  692. // GridSettingForm
  693. //
  694. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  695. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  696. this.ClientSize = new System.Drawing.Size(618, 345);
  697. this.Controls.Add(this.groupBox2);
  698. this.Controls.Add(this.groupBox5);
  699. this.Controls.Add(this.groupBox1);
  700. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  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. }