namespace Metis.Setting { partial class GridSettingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnSaveAs = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.comboBox_Square = new System.Windows.Forms.ComboBox(); this.comboBox_Grid = new System.Windows.Forms.ComboBox(); this.comboBox_Circular = new System.Windows.Forms.ComboBox(); this.numericUpDown9 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown8 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown7 = new System.Windows.Forms.NumericUpDown(); this.rectPanel = new System.Windows.Forms.Panel(); this.circularPanel = new System.Windows.Forms.Panel(); this.gridPanel = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.trackBar6 = new System.Windows.Forms.TrackBar(); this.numericUpDown6 = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.trackBar5 = new System.Windows.Forms.TrackBar(); this.numericUpDown5 = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.trackBar4 = new System.Windows.Forms.TrackBar(); this.numericUpDown4 = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.trackBar3 = new System.Windows.Forms.TrackBar(); this.numericUpDown3 = new System.Windows.Forms.NumericUpDown(); this.label12 = new System.Windows.Forms.Label(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.label10 = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.comboBox7 = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.btnSaveAs); this.groupBox1.Controls.Add(this.btnSave); this.groupBox1.Controls.Add(this.btnDel); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Location = new System.Drawing.Point(173, 1); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(440, 58); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "设置"; // // btnSaveAs // this.btnSaveAs.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnSaveAs.Location = new System.Drawing.Point(269, 20); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(75, 23); this.btnSaveAs.TabIndex = 3; this.btnSaveAs.Text = "复制"; this.btnSaveAs.UseVisualStyleBackColor = true; this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // btnSave // this.btnSave.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnSave.Location = new System.Drawing.Point(188, 20); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 2; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnDel // this.btnDel.Anchor = System.Windows.Forms.AnchorStyles.Right; this.btnDel.Location = new System.Drawing.Point(107, 20); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(75, 23); this.btnDel.TabIndex = 1; this.btnDel.Text = "删除"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // button1 // this.button1.Anchor = System.Windows.Forms.AnchorStyles.Right; this.button1.Location = new System.Drawing.Point(350, 20); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "激活"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox5 // this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox5.Controls.Add(this.dataGridView1); this.groupBox5.Location = new System.Drawing.Point(6, 1); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(161, 339); this.groupBox5.TabIndex = 9; this.groupBox5.TabStop = false; this.groupBox5.Text = "已添加网格"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ColumnHeadersVisible = false; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1}); this.dataGridView1.Location = new System.Drawing.Point(7, 20); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(148, 311); this.dataGridView1.TabIndex = 5; this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged); // // Column1 // this.Column1.HeaderText = "Column1"; this.Column1.Name = "Column1"; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.comboBox_Square); this.groupBox2.Controls.Add(this.comboBox_Grid); this.groupBox2.Controls.Add(this.comboBox_Circular); this.groupBox2.Controls.Add(this.numericUpDown9); this.groupBox2.Controls.Add(this.numericUpDown8); this.groupBox2.Controls.Add(this.numericUpDown7); this.groupBox2.Controls.Add(this.rectPanel); this.groupBox2.Controls.Add(this.circularPanel); this.groupBox2.Controls.Add(this.gridPanel); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.trackBar6); this.groupBox2.Controls.Add(this.numericUpDown6); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.trackBar5); this.groupBox2.Controls.Add(this.numericUpDown5); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.trackBar4); this.groupBox2.Controls.Add(this.numericUpDown4); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.trackBar3); this.groupBox2.Controls.Add(this.numericUpDown3); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.trackBar2); this.groupBox2.Controls.Add(this.numericUpDown2); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.trackBar1); this.groupBox2.Controls.Add(this.numericUpDown1); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.comboBox7); this.groupBox2.Location = new System.Drawing.Point(173, 65); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(440, 275); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "编辑"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(74, 23); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(148, 21); this.textBox1.TabIndex = 53; // // label6 // this.label6.Location = new System.Drawing.Point(5, 29); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(60, 13); this.label6.TabIndex = 52; this.label6.Text = "名称:"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboBox_Square // this.comboBox_Square.FormattingEnabled = true; this.comboBox_Square.Location = new System.Drawing.Point(240, 245); this.comboBox_Square.Name = "comboBox_Square"; this.comboBox_Square.Size = new System.Drawing.Size(189, 20); this.comboBox_Square.TabIndex = 51; // // comboBox_Grid // this.comboBox_Grid.FormattingEnabled = true; this.comboBox_Grid.Location = new System.Drawing.Point(240, 180); this.comboBox_Grid.Name = "comboBox_Grid"; this.comboBox_Grid.Size = new System.Drawing.Size(189, 20); this.comboBox_Grid.TabIndex = 50; // // comboBox_Circular // this.comboBox_Circular.FormattingEnabled = true; this.comboBox_Circular.Location = new System.Drawing.Point(240, 214); this.comboBox_Circular.Name = "comboBox_Circular"; this.comboBox_Circular.Size = new System.Drawing.Size(189, 20); this.comboBox_Circular.TabIndex = 49; // // numericUpDown9 // this.numericUpDown9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.numericUpDown9.Location = new System.Drawing.Point(158, 245); this.numericUpDown9.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numericUpDown9.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown9.Name = "numericUpDown9"; this.numericUpDown9.Size = new System.Drawing.Size(62, 21); this.numericUpDown9.TabIndex = 48; this.numericUpDown9.Value = new decimal(new int[] { 1, 0, 0, 0}); // // numericUpDown8 // this.numericUpDown8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.numericUpDown8.Location = new System.Drawing.Point(158, 213); this.numericUpDown8.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numericUpDown8.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown8.Name = "numericUpDown8"; this.numericUpDown8.Size = new System.Drawing.Size(62, 21); this.numericUpDown8.TabIndex = 47; this.numericUpDown8.Value = new decimal(new int[] { 1, 0, 0, 0}); // // numericUpDown7 // this.numericUpDown7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.numericUpDown7.Location = new System.Drawing.Point(158, 180); this.numericUpDown7.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.numericUpDown7.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown7.Name = "numericUpDown7"; this.numericUpDown7.Size = new System.Drawing.Size(62, 21); this.numericUpDown7.TabIndex = 46; this.numericUpDown7.Value = new decimal(new int[] { 1, 0, 0, 0}); // // rectPanel // this.rectPanel.BackColor = System.Drawing.Color.Blue; this.rectPanel.Location = new System.Drawing.Point(74, 240); this.rectPanel.Name = "rectPanel"; this.rectPanel.Size = new System.Drawing.Size(73, 21); this.rectPanel.TabIndex = 45; this.rectPanel.Click += new System.EventHandler(this.rectPanel_Click); // // circularPanel // this.circularPanel.BackColor = System.Drawing.Color.Blue; this.circularPanel.Location = new System.Drawing.Point(74, 210); this.circularPanel.Name = "circularPanel"; this.circularPanel.Size = new System.Drawing.Size(73, 21); this.circularPanel.TabIndex = 44; this.circularPanel.Click += new System.EventHandler(this.circularPanel_Click); // // gridPanel // this.gridPanel.BackColor = System.Drawing.Color.Red; this.gridPanel.Location = new System.Drawing.Point(74, 180); this.gridPanel.Name = "gridPanel"; this.gridPanel.Size = new System.Drawing.Size(73, 21); this.gridPanel.TabIndex = 43; this.gridPanel.Click += new System.EventHandler(this.gridPanel_Click); // // label5 // this.label5.Location = new System.Drawing.Point(5, 216); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 42; this.label5.Text = "圆形:"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(5, 186); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 13); this.label4.TabIndex = 41; this.label4.Text = "网格:"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(5, 246); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 13); this.label3.TabIndex = 40; this.label3.Text = "正方形:"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar6 // this.trackBar6.AutoSize = false; this.trackBar6.Location = new System.Drawing.Point(271, 126); this.trackBar6.Maximum = 999; this.trackBar6.Minimum = 1; this.trackBar6.Name = "trackBar6"; this.trackBar6.Size = new System.Drawing.Size(90, 25); this.trackBar6.TabIndex = 39; this.trackBar6.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar6.Value = 1; this.trackBar6.Scroll += new System.EventHandler(this.trackBar6_Scroll); // // numericUpDown6 // this.numericUpDown6.Location = new System.Drawing.Point(367, 126); this.numericUpDown6.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown6.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown6.Name = "numericUpDown6"; this.numericUpDown6.Size = new System.Drawing.Size(62, 21); this.numericUpDown6.TabIndex = 38; this.numericUpDown6.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown6.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged); // // label1 // this.label1.Location = new System.Drawing.Point(223, 130); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 13); this.label1.TabIndex = 37; this.label1.Text = "边长:"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar5 // this.trackBar5.AutoSize = false; this.trackBar5.Location = new System.Drawing.Point(66, 126); this.trackBar5.Maximum = 999; this.trackBar5.Minimum = 1; this.trackBar5.Name = "trackBar5"; this.trackBar5.Size = new System.Drawing.Size(90, 25); this.trackBar5.TabIndex = 36; this.trackBar5.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar5.Value = 1; this.trackBar5.Scroll += new System.EventHandler(this.trackBar5_Scroll); // // numericUpDown5 // this.numericUpDown5.Location = new System.Drawing.Point(158, 126); this.numericUpDown5.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown5.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown5.Name = "numericUpDown5"; this.numericUpDown5.Size = new System.Drawing.Size(62, 21); this.numericUpDown5.TabIndex = 35; this.numericUpDown5.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown5.ValueChanged += new System.EventHandler(this.numericUpDown5_ValueChanged); // // label2 // this.label2.Location = new System.Drawing.Point(5, 131); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(60, 13); this.label2.TabIndex = 34; this.label2.Text = "直径:"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar4 // this.trackBar4.AutoSize = false; this.trackBar4.Location = new System.Drawing.Point(271, 94); this.trackBar4.Maximum = 999; this.trackBar4.Minimum = 1; this.trackBar4.Name = "trackBar4"; this.trackBar4.Size = new System.Drawing.Size(90, 25); this.trackBar4.TabIndex = 33; this.trackBar4.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar4.Value = 1; this.trackBar4.Scroll += new System.EventHandler(this.trackBar4_Scroll); // // numericUpDown4 // this.numericUpDown4.Location = new System.Drawing.Point(367, 94); this.numericUpDown4.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown4.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown4.Name = "numericUpDown4"; this.numericUpDown4.Size = new System.Drawing.Size(62, 21); this.numericUpDown4.TabIndex = 32; this.numericUpDown4.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown4.ValueChanged += new System.EventHandler(this.numericUpDown4_ValueChanged); // // label11 // this.label11.Location = new System.Drawing.Point(223, 98); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(50, 13); this.label11.TabIndex = 31; this.label11.Text = "列数:"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar3 // this.trackBar3.AutoSize = false; this.trackBar3.Location = new System.Drawing.Point(66, 94); this.trackBar3.Maximum = 999; this.trackBar3.Minimum = 1; this.trackBar3.Name = "trackBar3"; this.trackBar3.Size = new System.Drawing.Size(90, 25); this.trackBar3.TabIndex = 30; this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar3.Value = 1; this.trackBar3.Scroll += new System.EventHandler(this.trackBar3_Scroll); // // numericUpDown3 // this.numericUpDown3.Location = new System.Drawing.Point(158, 94); this.numericUpDown3.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown3.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown3.Name = "numericUpDown3"; this.numericUpDown3.Size = new System.Drawing.Size(62, 21); this.numericUpDown3.TabIndex = 29; this.numericUpDown3.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged); // // label12 // this.label12.Location = new System.Drawing.Point(5, 99); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(60, 13); this.label12.TabIndex = 28; this.label12.Text = "行数:"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar2 // this.trackBar2.AutoSize = false; this.trackBar2.Location = new System.Drawing.Point(271, 61); this.trackBar2.Maximum = 999; this.trackBar2.Minimum = 1; this.trackBar2.Name = "trackBar2"; this.trackBar2.Size = new System.Drawing.Size(90, 25); this.trackBar2.TabIndex = 27; this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar2.Value = 1; this.trackBar2.Scroll += new System.EventHandler(this.trackBar2_Scroll); // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(367, 61); this.numericUpDown2.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown2.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(62, 21); this.numericUpDown2.TabIndex = 26; this.numericUpDown2.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged); // // label10 // this.label10.Location = new System.Drawing.Point(223, 65); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(50, 13); this.label10.TabIndex = 25; this.label10.Text = "高度:"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // trackBar1 // this.trackBar1.AutoSize = false; this.trackBar1.Location = new System.Drawing.Point(66, 61); this.trackBar1.Maximum = 999; this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(90, 25); this.trackBar1.TabIndex = 24; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = 1; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(158, 61); this.numericUpDown1.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(62, 21); this.numericUpDown1.TabIndex = 23; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged); // // label9 // this.label9.Location = new System.Drawing.Point(5, 66); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(60, 13); this.label9.TabIndex = 22; this.label9.Text = "宽度:"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(222, 28); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(50, 13); this.label8.TabIndex = 21; this.label8.Text = "单位:"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboBox7 // this.comboBox7.FormattingEnabled = true; this.comboBox7.Items.AddRange(new object[] { "px", "μm"}); this.comboBox7.Location = new System.Drawing.Point(278, 25); this.comboBox7.Name = "comboBox7"; this.comboBox7.Size = new System.Drawing.Size(61, 20); this.comboBox7.TabIndex = 2; // // GridSettingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(618, 345); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GridSettingForm"; this.Text = "网格设置"; this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.groupBox5, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.groupBox1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnSaveAs; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnDel; private System.Windows.Forms.Button button1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBox7; private System.Windows.Forms.TrackBar trackBar6; private System.Windows.Forms.NumericUpDown numericUpDown6; private System.Windows.Forms.Label label1; private System.Windows.Forms.TrackBar trackBar5; private System.Windows.Forms.NumericUpDown numericUpDown5; private System.Windows.Forms.Label label2; private System.Windows.Forms.TrackBar trackBar4; private System.Windows.Forms.NumericUpDown numericUpDown4; private System.Windows.Forms.Label label11; private System.Windows.Forms.TrackBar trackBar3; private System.Windows.Forms.NumericUpDown numericUpDown3; private System.Windows.Forms.Label label12; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.Label label10; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel gridPanel; private System.Windows.Forms.Panel circularPanel; private System.Windows.Forms.NumericUpDown numericUpDown9; private System.Windows.Forms.NumericUpDown numericUpDown8; private System.Windows.Forms.NumericUpDown numericUpDown7; private System.Windows.Forms.Panel rectPanel; private System.Windows.Forms.ComboBox comboBox_Circular; private System.Windows.Forms.ComboBox comboBox_Grid; private System.Windows.Forms.ComboBox comboBox_Square; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label6; } }