提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+75 -99
View File
@@ -135,7 +135,7 @@
this.toolStripButton6});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1924, 31);
this.toolStrip1.Size = new System.Drawing.Size(1443, 27);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
@@ -144,7 +144,7 @@
this.toolStripButton1.Image = global::NewMyFormDesigner.Properties.Resources.Remove_16x16;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(63, 28);
this.toolStripButton1.Size = new System.Drawing.Size(56, 24);
this.toolStripButton1.Text = "删除";
this.toolStripButton1.Click += new System.EventHandler(this.barDelete_ItemClick);
//
@@ -153,7 +153,7 @@
this.toolStripButton2.Image = global::NewMyFormDesigner.Properties.Resources.RemoveFolder_16x16;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(93, 28);
this.toolStripButton2.Size = new System.Drawing.Size(80, 24);
this.toolStripButton2.Text = "全部删除";
this.toolStripButton2.Click += new System.EventHandler(this.barDeleteAll_ItemClick);
//
@@ -162,7 +162,7 @@
this.toolStripButton3.Image = global::NewMyFormDesigner.Properties.Resources.AddFile_16x16;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(108, 28);
this.toolStripButton3.Size = new System.Drawing.Size(92, 24);
this.toolStripButton3.Text = "初始化表单";
this.toolStripButton3.Click += new System.EventHandler(this.barButtonItem9_ItemClick);
//
@@ -171,7 +171,7 @@
this.toolStripButton4.Image = global::NewMyFormDesigner.Properties.Resources.Mark_16x16;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(63, 28);
this.toolStripButton4.Size = new System.Drawing.Size(56, 24);
this.toolStripButton4.Text = "保存";
this.toolStripButton4.Click += new System.EventHandler(this.barSave_ItemClick);
//
@@ -180,7 +180,7 @@
this.toolStripButton5.Image = global::NewMyFormDesigner.Properties.Resources.Close_16x16;
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new System.Drawing.Size(63, 28);
this.toolStripButton5.Size = new System.Drawing.Size(56, 24);
this.toolStripButton5.Text = "退出";
this.toolStripButton5.Click += new System.EventHandler(this.barClose_ItemClick);
//
@@ -189,15 +189,14 @@
this.toolStripButton6.Image = global::NewMyFormDesigner.Properties.Resources.Other_16x16;
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new System.Drawing.Size(63, 28);
this.toolStripButton6.Size = new System.Drawing.Size(56, 24);
this.toolStripButton6.Text = "运行";
this.toolStripButton6.Click += new System.EventHandler(this.barRun_ItemClick);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 31);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer1.Location = new System.Drawing.Point(0, 27);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
@@ -208,9 +207,8 @@
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1924, 739);
this.splitContainer1.SplitterDistance = 1514;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.Size = new System.Drawing.Size(1443, 589);
this.splitContainer1.SplitterDistance = 1135;
this.splitContainer1.TabIndex = 1;
//
// plRight
@@ -219,9 +217,8 @@
this.plRight.Controls.Add(this.dcMain);
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.plRight.Location = new System.Drawing.Point(0, 0);
this.plRight.Margin = new System.Windows.Forms.Padding(4);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(1514, 519);
this.plRight.Size = new System.Drawing.Size(1135, 413);
this.plRight.TabIndex = 4;
//
// dcMain
@@ -229,19 +226,18 @@
this.dcMain.BackColor = System.Drawing.Color.White;
this.dcMain.Dock = System.Windows.Forms.DockStyle.Top;
this.dcMain.Location = new System.Drawing.Point(0, 0);
this.dcMain.Margin = new System.Windows.Forms.Padding(5);
this.dcMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dcMain.Name = "dcMain";
this.dcMain.Size = new System.Drawing.Size(1493, 612);
this.dcMain.Size = new System.Drawing.Size(1118, 490);
this.dcMain.TabIndex = 2;
//
// pl_Bottom
//
this.pl_Bottom.Controls.Add(this.pl_PropertyGrid);
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_Bottom.Location = new System.Drawing.Point(0, 519);
this.pl_Bottom.Margin = new System.Windows.Forms.Padding(4);
this.pl_Bottom.Location = new System.Drawing.Point(0, 413);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(1514, 220);
this.pl_Bottom.Size = new System.Drawing.Size(1135, 176);
this.pl_Bottom.TabIndex = 0;
//
// pl_PropertyGrid
@@ -249,9 +245,8 @@
this.pl_PropertyGrid.Controls.Add(this.propertyGrid1);
this.pl_PropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_PropertyGrid.Location = new System.Drawing.Point(0, 0);
this.pl_PropertyGrid.Margin = new System.Windows.Forms.Padding(4);
this.pl_PropertyGrid.Name = "pl_PropertyGrid";
this.pl_PropertyGrid.Size = new System.Drawing.Size(1514, 220);
this.pl_PropertyGrid.Size = new System.Drawing.Size(1135, 176);
this.pl_PropertyGrid.TabIndex = 2;
//
// propertyGrid1
@@ -259,10 +254,9 @@
this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGrid1.HelpVisible = false;
this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
this.propertyGrid1.Margin = new System.Windows.Forms.Padding(4);
this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
this.propertyGrid1.Size = new System.Drawing.Size(1514, 220);
this.propertyGrid1.Size = new System.Drawing.Size(1135, 176);
this.propertyGrid1.TabIndex = 3;
//
// tabControl1
@@ -271,10 +265,9 @@
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(405, 739);
this.tabControl1.Size = new System.Drawing.Size(304, 589);
this.tabControl1.TabIndex = 5;
//
// tabPage1
@@ -282,11 +275,10 @@
this.tabPage1.Controls.Add(this.gcFiled);
this.tabPage1.Controls.Add(this.panel4);
this.tabPage1.Controls.Add(this.panel2);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
this.tabPage1.Size = new System.Drawing.Size(397, 710);
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage1.Size = new System.Drawing.Size(296, 563);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "方案布局";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -310,15 +302,14 @@
this.Column7});
this.gcFiled.ContextMenuStrip = this.contextMenuStrip1;
this.gcFiled.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcFiled.Location = new System.Drawing.Point(4, 4);
this.gcFiled.Margin = new System.Windows.Forms.Padding(4);
this.gcFiled.Location = new System.Drawing.Point(3, 3);
this.gcFiled.Name = "gcFiled";
this.gcFiled.ReadOnly = true;
this.gcFiled.RowHeadersVisible = false;
this.gcFiled.RowHeadersWidth = 51;
this.gcFiled.RowTemplate.Height = 18;
this.gcFiled.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gcFiled.Size = new System.Drawing.Size(389, 446);
this.gcFiled.Size = new System.Drawing.Size(290, 352);
this.gcFiled.TabIndex = 6;
this.gcFiled.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvFiled_RowCellClick);
this.gcFiled.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.gcFiled_CellPainting);
@@ -448,73 +439,73 @@
this.ToolStripMenuItem,
this.SeparateColumn});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(169, 250);
this.contextMenuStrip1.Size = new System.Drawing.Size(149, 230);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(168, 24);
this.toolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
this.toolStripMenuItem1.Text = "重新生成序号";
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(168, 24);
this.toolStripMenuItem3.Size = new System.Drawing.Size(148, 22);
this.toolStripMenuItem3.Text = "生成Tab次序";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// ToolStripMenuItem4
//
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
this.ToolStripMenuItem4.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItem4.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItem4.Text = "整栏选中";
this.ToolStripMenuItem4.Click += new System.EventHandler(this.ToolStripMenuItem4_Click);
//
// ToolStripMenuItemJql
//
this.ToolStripMenuItemJql.Name = "ToolStripMenuItemJql";
this.ToolStripMenuItemJql.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItemJql.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItemJql.Text = "精确列选中";
this.ToolStripMenuItemJql.Click += new System.EventHandler(this.ToolStripMenuItemJql_Click);
//
// ToolStripMenuItemCyl
//
this.ToolStripMenuItemCyl.Name = "ToolStripMenuItemCyl";
this.ToolStripMenuItemCyl.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItemCyl.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItemCyl.Text = "差异列选中";
this.ToolStripMenuItemCyl.Click += new System.EventHandler(this.ToolStripMenuItemCyl_Click);
//
// ToolStripMenuItemJqh
//
this.ToolStripMenuItemJqh.Name = "ToolStripMenuItemJqh";
this.ToolStripMenuItemJqh.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItemJqh.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItemJqh.Text = "精确行选中";
this.ToolStripMenuItemJqh.Click += new System.EventHandler(this.ToolStripMenuItemJqh_Click);
//
// ToolStripMenuItemCyh
//
this.ToolStripMenuItemCyh.Name = "ToolStripMenuItemCyh";
this.ToolStripMenuItemCyh.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItemCyh.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItemCyh.Text = "差异行选中";
this.ToolStripMenuItemCyh.Click += new System.EventHandler(this.ToolStripMenuItemCyh_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
this.toolStripMenuItem2.Size = new System.Drawing.Size(145, 6);
//
// ToolStripMenuItemSzlm
//
this.ToolStripMenuItemSzlm.Name = "ToolStripMenuItemSzlm";
this.ToolStripMenuItemSzlm.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItemSzlm.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItemSzlm.Text = "生成布局";
this.ToolStripMenuItemSzlm.Click += new System.EventHandler(this.ToolStripMenuItemSzlm_Click);
//
// ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(168, 24);
this.ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.ToolStripMenuItem.Text = "分组框多选";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
@@ -527,13 +518,13 @@
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.SeparateColumn.Name = "SeparateColumn";
this.SeparateColumn.Size = new System.Drawing.Size(168, 24);
this.SeparateColumn.Size = new System.Drawing.Size(148, 22);
this.SeparateColumn.Text = "分栏";
//
// 一栏ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "一栏ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Tag = "1";
this.ToolStripMenuItem.Text = "一栏";
this.ToolStripMenuItem.Click += new System.EventHandler(this.OnSeparateColumn);
@@ -541,7 +532,7 @@
// 二栏ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "二栏ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Tag = "2";
this.ToolStripMenuItem.Text = "二栏";
this.ToolStripMenuItem.Click += new System.EventHandler(this.OnSeparateColumn);
@@ -549,7 +540,7 @@
// 三栏ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "三栏ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Tag = "3";
this.ToolStripMenuItem.Text = "三栏";
this.ToolStripMenuItem.Click += new System.EventHandler(this.OnSeparateColumn);
@@ -557,7 +548,7 @@
// 四栏ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "四栏ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Tag = "4";
this.ToolStripMenuItem.Text = "四栏";
this.ToolStripMenuItem.Click += new System.EventHandler(this.OnSeparateColumn);
@@ -565,7 +556,7 @@
// 五栏ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "五栏ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(122, 26);
this.ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.ToolStripMenuItem.Tag = "5";
this.ToolStripMenuItem.Text = "五栏";
this.ToolStripMenuItem.Click += new System.EventHandler(this.OnSeparateColumn);
@@ -580,19 +571,17 @@
this.panel4.Controls.Add(this.comboBox1);
this.panel4.Controls.Add(this.label1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(4, 450);
this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Location = new System.Drawing.Point(3, 355);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(389, 50);
this.panel4.Size = new System.Drawing.Size(290, 40);
this.panel4.TabIndex = 5;
//
// btn_design
//
this.btn_design.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_design.Location = new System.Drawing.Point(292, 9);
this.btn_design.Margin = new System.Windows.Forms.Padding(4);
this.btn_design.Location = new System.Drawing.Point(217, 7);
this.btn_design.Name = "btn_design";
this.btn_design.Size = new System.Drawing.Size(91, 31);
this.btn_design.Size = new System.Drawing.Size(68, 25);
this.btn_design.TabIndex = 0;
this.btn_design.Text = "调整";
this.btn_design.UseVisualStyleBackColor = true;
@@ -600,8 +589,7 @@
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(411, 12);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(4);
this.numericUpDown1.Location = new System.Drawing.Point(308, 10);
this.numericUpDown1.Maximum = new decimal(new int[] {
8000,
0,
@@ -613,16 +601,15 @@
0,
-2147483648});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(56, 25);
this.numericUpDown1.Size = new System.Drawing.Size(42, 21);
this.numericUpDown1.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(353, 18);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Location = new System.Drawing.Point(265, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 15);
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
this.label3.Text = "调整值";
//
@@ -637,19 +624,17 @@
"宽",
"高",
"栏目"});
this.comboBox2.Location = new System.Drawing.Point(284, 12);
this.comboBox2.Margin = new System.Windows.Forms.Padding(4);
this.comboBox2.Location = new System.Drawing.Point(213, 10);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(60, 23);
this.comboBox2.Size = new System.Drawing.Size(46, 20);
this.comboBox2.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(211, 18);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Location = new System.Drawing.Point(158, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 15);
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 4;
this.label2.Text = "调整属性";
//
@@ -661,19 +646,17 @@
this.comboBox1.Items.AddRange(new object[] {
"同值",
"增减"});
this.comboBox1.Location = new System.Drawing.Point(131, 12);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
this.comboBox1.Location = new System.Drawing.Point(98, 10);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(64, 23);
this.comboBox1.Size = new System.Drawing.Size(49, 20);
this.comboBox1.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 16);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Location = new System.Drawing.Point(5, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 15);
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 2;
this.label1.Text = "批量调整 类型";
//
@@ -682,10 +665,9 @@
this.panel2.Controls.Add(this.gridControl1);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(4, 500);
this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Location = new System.Drawing.Point(3, 395);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(389, 206);
this.panel2.Size = new System.Drawing.Size(290, 165);
this.panel2.TabIndex = 4;
//
// gridControl1
@@ -702,12 +684,11 @@
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.Margin = new System.Windows.Forms.Padding(4);
this.gridControl1.Name = "gridControl1";
this.gridControl1.RowHeadersVisible = false;
this.gridControl1.RowHeadersWidth = 51;
this.gridControl1.RowTemplate.Height = 18;
this.gridControl1.Size = new System.Drawing.Size(389, 157);
this.gridControl1.Size = new System.Drawing.Size(290, 126);
this.gridControl1.TabIndex = 7;
//
// 栏目ID
@@ -764,18 +745,16 @@
this.panel3.Controls.Add(this.simpleButton2);
this.panel3.Controls.Add(this.simpleButton1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 157);
this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Location = new System.Drawing.Point(0, 126);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(389, 49);
this.panel3.Size = new System.Drawing.Size(290, 39);
this.panel3.TabIndex = 1;
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(201, 10);
this.simpleButton3.Margin = new System.Windows.Forms.Padding(4);
this.simpleButton3.Location = new System.Drawing.Point(151, 8);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(91, 31);
this.simpleButton3.Size = new System.Drawing.Size(68, 25);
this.simpleButton3.TabIndex = 0;
this.simpleButton3.Text = "执行方案";
this.simpleButton3.UseVisualStyleBackColor = true;
@@ -783,10 +762,9 @@
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(103, 10);
this.simpleButton2.Margin = new System.Windows.Forms.Padding(4);
this.simpleButton2.Location = new System.Drawing.Point(77, 8);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(91, 31);
this.simpleButton2.Size = new System.Drawing.Size(68, 25);
this.simpleButton2.TabIndex = 0;
this.simpleButton2.Text = "删除";
this.simpleButton2.UseVisualStyleBackColor = true;
@@ -794,10 +772,9 @@
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(4, 10);
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4);
this.simpleButton1.Location = new System.Drawing.Point(3, 8);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(91, 31);
this.simpleButton1.Size = new System.Drawing.Size(68, 25);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "增加";
this.simpleButton1.UseVisualStyleBackColor = true;
@@ -806,10 +783,11 @@
// tabPage2
//
this.tabPage2.Controls.Add(this.gcGroup);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(397, 710);
this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage2.Size = new System.Drawing.Size(296, 563);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "标签设置";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -823,12 +801,11 @@
this.Column20,
this.Column21});
this.gcGroup.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcGroup.Location = new System.Drawing.Point(3, 3);
this.gcGroup.Margin = new System.Windows.Forms.Padding(4);
this.gcGroup.Location = new System.Drawing.Point(2, 2);
this.gcGroup.Name = "gcGroup";
this.gcGroup.RowHeadersWidth = 51;
this.gcGroup.RowTemplate.Height = 27;
this.gcGroup.Size = new System.Drawing.Size(391, 704);
this.gcGroup.Size = new System.Drawing.Size(292, 559);
this.gcGroup.TabIndex = 0;
//
// Column18
@@ -865,13 +842,12 @@
//
// MyFormDesigner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1924, 770);
this.ClientSize = new System.Drawing.Size(1443, 616);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "MyFormDesigner";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;