界面优化

This commit is contained in:
2025-03-15 09:47:09 +08:00
parent 9a330c01f8
commit ca6476b87c
29 changed files with 2497 additions and 1350 deletions

View File

@ -32,26 +32,27 @@
tbxPrePath = new TextBox();
label1 = new AntdUI.Label();
panel1 = new Panel();
panel3 = new Panel();
btnOParmDel = new Panel();
label3 = new Label();
button3 = new AntdUI.Button();
table2 = new AntdUI.Table();
button4 = new AntdUI.Button();
btnDelOParm = new AntdUI.Button();
tbOutputParm = new AntdUI.Table();
btnAddOParm = new AntdUI.Button();
panel2 = new Panel();
label2 = new Label();
button2 = new AntdUI.Button();
table1 = new AntdUI.Table();
button1 = new AntdUI.Button();
btnDelIParm = new AntdUI.Button();
tbInputParm = new AntdUI.Table();
btnAddIParm = new AntdUI.Button();
panel1.SuspendLayout();
panel3.SuspendLayout();
btnOParmDel.SuspendLayout();
panel2.SuspendLayout();
SuspendLayout();
//
// btnPreOpen
//
btnPreOpen.Location = new Point(646, 17);
btnPreOpen.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
btnPreOpen.Location = new Point(570, 17);
btnPreOpen.Name = "btnPreOpen";
btnPreOpen.Size = new Size(46, 23);
btnPreOpen.Size = new Size(28, 23);
btnPreOpen.TabIndex = 21;
btnPreOpen.Text = "...";
//
@ -59,7 +60,7 @@
//
tbxPrePath.Location = new Point(91, 17);
tbxPrePath.Name = "tbxPrePath";
tbxPrePath.Size = new Size(549, 23);
tbxPrePath.Size = new Size(473, 23);
tbxPrePath.TabIndex = 20;
//
// label1
@ -72,28 +73,29 @@
//
// panel1
//
panel1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
panel1.BorderStyle = BorderStyle.FixedSingle;
panel1.Controls.Add(panel3);
panel1.Controls.Add(btnOParmDel);
panel1.Controls.Add(panel2);
panel1.Controls.Add(label1);
panel1.Controls.Add(btnPreOpen);
panel1.Controls.Add(tbxPrePath);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 0);
panel1.Name = "panel1";
panel1.Size = new Size(759, 243);
panel1.Size = new Size(633, 243);
panel1.TabIndex = 22;
//
// panel3
// btnOParmDel
//
panel3.Controls.Add(label3);
panel3.Controls.Add(button3);
panel3.Controls.Add(table2);
panel3.Controls.Add(button4);
panel3.Location = new Point(379, 46);
panel3.Name = "panel3";
panel3.Size = new Size(264, 194);
panel3.TabIndex = 26;
btnOParmDel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
btnOParmDel.Controls.Add(label3);
btnOParmDel.Controls.Add(btnDelOParm);
btnOParmDel.Controls.Add(tbOutputParm);
btnOParmDel.Controls.Add(btnAddOParm);
btnOParmDel.Location = new Point(352, 44);
btnOParmDel.Name = "btnOParmDel";
btnOParmDel.Size = new Size(246, 194);
btnOParmDel.TabIndex = 26;
//
// label3
//
@ -104,37 +106,38 @@
label3.TabIndex = 25;
label3.Text = "输出参数";
//
// button3
// btnDelOParm
//
button3.Location = new Point(93, 25);
button3.Name = "button3";
button3.Size = new Size(84, 34);
button3.TabIndex = 24;
button3.Text = "删除";
btnDelOParm.Location = new Point(93, 25);
btnDelOParm.Name = "btnDelOParm";
btnDelOParm.Size = new Size(84, 34);
btnDelOParm.TabIndex = 24;
btnDelOParm.Text = "删除";
//
// table2
// tbOutputParm
//
table2.Location = new Point(3, 65);
table2.Name = "table2";
table2.Size = new Size(258, 126);
table2.TabIndex = 22;
table2.Text = "table2";
tbOutputParm.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
tbOutputParm.Location = new Point(3, 65);
tbOutputParm.Name = "tbOutputParm";
tbOutputParm.Size = new Size(240, 126);
tbOutputParm.TabIndex = 22;
tbOutputParm.Text = "table2";
//
// button4
// btnAddOParm
//
button4.Location = new Point(3, 25);
button4.Name = "button4";
button4.Size = new Size(84, 34);
button4.TabIndex = 23;
button4.Text = "新增";
btnAddOParm.Location = new Point(3, 25);
btnAddOParm.Name = "btnAddOParm";
btnAddOParm.Size = new Size(84, 34);
btnAddOParm.TabIndex = 23;
btnAddOParm.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.Controls.Add(btnDelIParm);
panel2.Controls.Add(tbInputParm);
panel2.Controls.Add(btnAddIParm);
panel2.Location = new Point(12, 45);
panel2.Name = "panel2";
panel2.Size = new Size(264, 194);
panel2.TabIndex = 25;
@ -148,29 +151,30 @@
label2.TabIndex = 25;
label2.Text = "输入参数";
//
// button2
// btnDelIParm
//
button2.Location = new Point(93, 25);
button2.Name = "button2";
button2.Size = new Size(84, 34);
button2.TabIndex = 24;
button2.Text = "删除";
btnDelIParm.Location = new Point(93, 25);
btnDelIParm.Name = "btnDelIParm";
btnDelIParm.Size = new Size(84, 34);
btnDelIParm.TabIndex = 24;
btnDelIParm.Text = "删除";
//
// table1
// tbInputParm
//
table1.Location = new Point(3, 65);
table1.Name = "table1";
table1.Size = new Size(258, 126);
table1.TabIndex = 22;
table1.Text = "table1";
tbInputParm.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
tbInputParm.Location = new Point(3, 65);
tbInputParm.Name = "tbInputParm";
tbInputParm.Size = new Size(258, 126);
tbInputParm.TabIndex = 22;
tbInputParm.Text = "table1";
//
// button1
// btnAddIParm
//
button1.Location = new Point(3, 25);
button1.Name = "button1";
button1.Size = new Size(84, 34);
button1.TabIndex = 23;
button1.Text = "新增";
btnAddIParm.Location = new Point(3, 25);
btnAddIParm.Name = "btnAddIParm";
btnAddIParm.Size = new Size(84, 34);
btnAddIParm.TabIndex = 23;
btnAddIParm.Text = "新增";
//
// PreTreatUserControl
//
@ -178,11 +182,11 @@
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(panel1);
Name = "PreTreatUserControl";
Size = new Size(759, 243);
Size = new Size(635, 243);
panel1.ResumeLayout(false);
panel1.PerformLayout();
panel3.ResumeLayout(false);
panel3.PerformLayout();
btnOParmDel.ResumeLayout(false);
btnOParmDel.PerformLayout();
panel2.ResumeLayout(false);
panel2.PerformLayout();
ResumeLayout(false);
@ -194,15 +198,15 @@
private TextBox tbxPrePath;
private AntdUI.Label label1;
private Panel panel1;
private AntdUI.Button button2;
private AntdUI.Button button1;
private AntdUI.Table table1;
private AntdUI.Button btnDelIParm;
private AntdUI.Button btnAddIParm;
private AntdUI.Table tbInputParm;
private Panel panel2;
private Panel panel3;
private Panel btnOParmDel;
private Label label3;
private AntdUI.Button button3;
private AntdUI.Table table2;
private AntdUI.Button button4;
private AntdUI.Button btnDelOParm;
private AntdUI.Table tbOutputParm;
private AntdUI.Button btnAddOParm;
private Label label2;
}
}