123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781 |
- namespace Metis.Setting
- {
- partial class GridSettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|