修改逻辑
This commit is contained in:
105
DHSoftware/Views/PreTreatUserControl.Designer.cs
generated
105
DHSoftware/Views/PreTreatUserControl.Designer.cs
generated
@ -32,19 +32,19 @@
|
||||
tbxPrePath = new TextBox();
|
||||
label1 = new AntdUI.Label();
|
||||
panel1 = new Panel();
|
||||
table1 = new AntdUI.Table();
|
||||
button1 = new AntdUI.Button();
|
||||
button2 = new AntdUI.Button();
|
||||
panel2 = new Panel();
|
||||
label2 = new Label();
|
||||
panel3 = new Panel();
|
||||
label3 = new Label();
|
||||
button3 = new AntdUI.Button();
|
||||
table2 = new AntdUI.Table();
|
||||
button4 = new AntdUI.Button();
|
||||
panel2 = new Panel();
|
||||
label2 = new Label();
|
||||
button2 = new AntdUI.Button();
|
||||
table1 = new AntdUI.Table();
|
||||
button1 = new AntdUI.Button();
|
||||
panel1.SuspendLayout();
|
||||
panel2.SuspendLayout();
|
||||
panel3.SuspendLayout();
|
||||
panel2.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// btnPreOpen
|
||||
@ -72,6 +72,7 @@
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
panel1.BorderStyle = BorderStyle.FixedSingle;
|
||||
panel1.Controls.Add(panel3);
|
||||
panel1.Controls.Add(panel2);
|
||||
panel1.Controls.Add(label1);
|
||||
@ -83,50 +84,6 @@
|
||||
panel1.Size = new Size(759, 243);
|
||||
panel1.TabIndex = 22;
|
||||
//
|
||||
// table1
|
||||
//
|
||||
table1.Location = new Point(3, 65);
|
||||
table1.Name = "table1";
|
||||
table1.Size = new Size(258, 126);
|
||||
table1.TabIndex = 22;
|
||||
table1.Text = "table1";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(3, 25);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(84, 34);
|
||||
button1.TabIndex = 23;
|
||||
button1.Text = "新增";
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(93, 25);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(84, 34);
|
||||
button2.TabIndex = 24;
|
||||
button2.Text = "删除";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
panel2.Controls.Add(label2);
|
||||
panel2.Controls.Add(button2);
|
||||
panel2.Controls.Add(table1);
|
||||
panel2.Controls.Add(button1);
|
||||
panel2.Location = new Point(91, 46);
|
||||
panel2.Name = "panel2";
|
||||
panel2.Size = new Size(264, 194);
|
||||
panel2.TabIndex = 25;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new Point(3, 5);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(56, 17);
|
||||
label2.TabIndex = 25;
|
||||
label2.Text = "输入参数";
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
panel3.Controls.Add(label3);
|
||||
@ -171,6 +128,50 @@
|
||||
button4.TabIndex = 23;
|
||||
button4.Text = "新增";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
panel2.Controls.Add(label2);
|
||||
panel2.Controls.Add(button2);
|
||||
panel2.Controls.Add(table1);
|
||||
panel2.Controls.Add(button1);
|
||||
panel2.Location = new Point(91, 46);
|
||||
panel2.Name = "panel2";
|
||||
panel2.Size = new Size(264, 194);
|
||||
panel2.TabIndex = 25;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new Point(3, 5);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(56, 17);
|
||||
label2.TabIndex = 25;
|
||||
label2.Text = "输入参数";
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(93, 25);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(84, 34);
|
||||
button2.TabIndex = 24;
|
||||
button2.Text = "删除";
|
||||
//
|
||||
// table1
|
||||
//
|
||||
table1.Location = new Point(3, 65);
|
||||
table1.Name = "table1";
|
||||
table1.Size = new Size(258, 126);
|
||||
table1.TabIndex = 22;
|
||||
table1.Text = "table1";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(3, 25);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(84, 34);
|
||||
button1.TabIndex = 23;
|
||||
button1.Text = "新增";
|
||||
//
|
||||
// PreTreatUserControl
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
@ -180,10 +181,10 @@
|
||||
Size = new Size(759, 243);
|
||||
panel1.ResumeLayout(false);
|
||||
panel1.PerformLayout();
|
||||
panel2.ResumeLayout(false);
|
||||
panel2.PerformLayout();
|
||||
panel3.ResumeLayout(false);
|
||||
panel3.PerformLayout();
|
||||
panel2.ResumeLayout(false);
|
||||
panel2.PerformLayout();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user