界面优化
This commit is contained in:
198
DHSoftware/Views/DetectConfigControl.Designer.cs
generated
198
DHSoftware/Views/DetectConfigControl.Designer.cs
generated
@ -32,23 +32,23 @@
|
||||
button3 = new AntdUI.Button();
|
||||
panel2 = new Panel();
|
||||
label2 = new Label();
|
||||
button2 = new AntdUI.Button();
|
||||
table1 = new AntdUI.Table();
|
||||
button1 = new AntdUI.Button();
|
||||
buttonDEL = new AntdUI.Button();
|
||||
table_base = new AntdUI.Table();
|
||||
buttonADD = new AntdUI.Button();
|
||||
label10 = new AntdUI.Label();
|
||||
switch4 = new AntdUI.Switch();
|
||||
sthSaveNGPic = new AntdUI.Switch();
|
||||
label9 = new AntdUI.Label();
|
||||
switch3 = new AntdUI.Switch();
|
||||
swSaveOKPic = new AntdUI.Switch();
|
||||
label7 = new AntdUI.Label();
|
||||
switch2 = new AntdUI.Switch();
|
||||
sthPic = new AntdUI.Switch();
|
||||
label8 = new AntdUI.Label();
|
||||
switch1 = new AntdUI.Switch();
|
||||
textBox1 = new TextBox();
|
||||
switchEnable = new AntdUI.Switch();
|
||||
tbDetectName = new TextBox();
|
||||
label6 = new AntdUI.Label();
|
||||
comboBox1 = new ComboBox();
|
||||
cbxDetectType = new ComboBox();
|
||||
label5 = new AntdUI.Label();
|
||||
btnPreOpen = new AntdUI.Button();
|
||||
tbxPrePath = new TextBox();
|
||||
tbModelpath = new TextBox();
|
||||
label1 = new AntdUI.Label();
|
||||
panel1.SuspendLayout();
|
||||
panel2.SuspendLayout();
|
||||
@ -60,43 +60,45 @@
|
||||
panel1.Controls.Add(button3);
|
||||
panel1.Controls.Add(panel2);
|
||||
panel1.Controls.Add(label10);
|
||||
panel1.Controls.Add(switch4);
|
||||
panel1.Controls.Add(sthSaveNGPic);
|
||||
panel1.Controls.Add(label9);
|
||||
panel1.Controls.Add(switch3);
|
||||
panel1.Controls.Add(swSaveOKPic);
|
||||
panel1.Controls.Add(label7);
|
||||
panel1.Controls.Add(switch2);
|
||||
panel1.Controls.Add(sthPic);
|
||||
panel1.Controls.Add(label8);
|
||||
panel1.Controls.Add(switch1);
|
||||
panel1.Controls.Add(textBox1);
|
||||
panel1.Controls.Add(switchEnable);
|
||||
panel1.Controls.Add(tbDetectName);
|
||||
panel1.Controls.Add(label6);
|
||||
panel1.Controls.Add(comboBox1);
|
||||
panel1.Controls.Add(cbxDetectType);
|
||||
panel1.Controls.Add(label5);
|
||||
panel1.Controls.Add(btnPreOpen);
|
||||
panel1.Controls.Add(tbxPrePath);
|
||||
panel1.Controls.Add(tbModelpath);
|
||||
panel1.Controls.Add(label1);
|
||||
panel1.Dock = DockStyle.Fill;
|
||||
panel1.Location = new Point(0, 0);
|
||||
panel1.Name = "panel1";
|
||||
panel1.Size = new Size(785, 445);
|
||||
panel1.Size = new Size(683, 445);
|
||||
panel1.TabIndex = 0;
|
||||
//
|
||||
// button3
|
||||
//
|
||||
button3.Location = new Point(472, 101);
|
||||
button3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
button3.Location = new Point(538, 70);
|
||||
button3.Name = "button3";
|
||||
button3.Size = new Size(118, 34);
|
||||
button3.Size = new Size(115, 34);
|
||||
button3.TabIndex = 37;
|
||||
button3.Text = "查看文件夹";
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
panel2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
panel2.Controls.Add(label2);
|
||||
panel2.Controls.Add(button2);
|
||||
panel2.Controls.Add(table1);
|
||||
panel2.Controls.Add(button1);
|
||||
panel2.Controls.Add(buttonDEL);
|
||||
panel2.Controls.Add(table_base);
|
||||
panel2.Controls.Add(buttonADD);
|
||||
panel2.Location = new Point(17, 141);
|
||||
panel2.Name = "panel2";
|
||||
panel2.Size = new Size(577, 286);
|
||||
panel2.Size = new Size(639, 286);
|
||||
panel2.TabIndex = 35;
|
||||
//
|
||||
// label2
|
||||
@ -108,61 +110,62 @@
|
||||
label2.TabIndex = 25;
|
||||
label2.Text = "模型参数";
|
||||
//
|
||||
// button2
|
||||
// buttonDEL
|
||||
//
|
||||
button2.Location = new Point(93, 25);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(84, 34);
|
||||
button2.TabIndex = 24;
|
||||
button2.Text = "删除";
|
||||
buttonDEL.Location = new Point(93, 25);
|
||||
buttonDEL.Name = "buttonDEL";
|
||||
buttonDEL.Size = new Size(84, 34);
|
||||
buttonDEL.TabIndex = 24;
|
||||
buttonDEL.Text = "删除";
|
||||
//
|
||||
// table1
|
||||
// table_base
|
||||
//
|
||||
table1.Location = new Point(3, 65);
|
||||
table1.Name = "table1";
|
||||
table1.Size = new Size(570, 218);
|
||||
table1.TabIndex = 22;
|
||||
table1.Text = "table1";
|
||||
table_base.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
table_base.Location = new Point(3, 65);
|
||||
table_base.Name = "table_base";
|
||||
table_base.Size = new Size(633, 218);
|
||||
table_base.TabIndex = 22;
|
||||
table_base.Text = "table1";
|
||||
//
|
||||
// button1
|
||||
// buttonADD
|
||||
//
|
||||
button1.Location = new Point(3, 25);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(84, 34);
|
||||
button1.TabIndex = 23;
|
||||
button1.Text = "新增";
|
||||
buttonADD.Location = new Point(3, 25);
|
||||
buttonADD.Name = "buttonADD";
|
||||
buttonADD.Size = new Size(84, 34);
|
||||
buttonADD.TabIndex = 23;
|
||||
buttonADD.Text = "新增";
|
||||
//
|
||||
// label10
|
||||
//
|
||||
label10.Location = new Point(487, 70);
|
||||
label10.Location = new Point(171, 99);
|
||||
label10.Name = "label10";
|
||||
label10.Size = new Size(73, 23);
|
||||
label10.TabIndex = 34;
|
||||
label10.Text = "保存NG原图";
|
||||
//
|
||||
// switch4
|
||||
// sthSaveNGPic
|
||||
//
|
||||
switch4.Location = new Point(566, 70);
|
||||
switch4.Name = "switch4";
|
||||
switch4.Size = new Size(57, 23);
|
||||
switch4.TabIndex = 33;
|
||||
switch4.Text = "switch4";
|
||||
sthSaveNGPic.Location = new Point(258, 99);
|
||||
sthSaveNGPic.Name = "sthSaveNGPic";
|
||||
sthSaveNGPic.Size = new Size(57, 23);
|
||||
sthSaveNGPic.TabIndex = 33;
|
||||
sthSaveNGPic.Text = "switch4";
|
||||
//
|
||||
// label9
|
||||
//
|
||||
label9.Location = new Point(333, 70);
|
||||
label9.Location = new Point(17, 99);
|
||||
label9.Name = "label9";
|
||||
label9.Size = new Size(73, 23);
|
||||
label9.TabIndex = 32;
|
||||
label9.Text = "保存OK原图";
|
||||
//
|
||||
// switch3
|
||||
// swSaveOKPic
|
||||
//
|
||||
switch3.Location = new Point(412, 70);
|
||||
switch3.Name = "switch3";
|
||||
switch3.Size = new Size(57, 23);
|
||||
switch3.TabIndex = 31;
|
||||
switch3.Text = "switch3";
|
||||
swSaveOKPic.Location = new Point(96, 99);
|
||||
swSaveOKPic.Name = "swSaveOKPic";
|
||||
swSaveOKPic.Size = new Size(57, 23);
|
||||
swSaveOKPic.TabIndex = 31;
|
||||
swSaveOKPic.Text = "switch3";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
@ -172,13 +175,13 @@
|
||||
label7.TabIndex = 30;
|
||||
label7.Text = "数据保存";
|
||||
//
|
||||
// switch2
|
||||
// sthPic
|
||||
//
|
||||
switch2.Location = new Point(258, 70);
|
||||
switch2.Name = "switch2";
|
||||
switch2.Size = new Size(57, 23);
|
||||
switch2.TabIndex = 29;
|
||||
switch2.Text = "switch2";
|
||||
sthPic.Location = new Point(258, 70);
|
||||
sthPic.Name = "sthPic";
|
||||
sthPic.Size = new Size(57, 23);
|
||||
sthPic.TabIndex = 29;
|
||||
sthPic.Text = "switch2";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
@ -188,20 +191,20 @@
|
||||
label8.TabIndex = 28;
|
||||
label8.Text = "模型启用";
|
||||
//
|
||||
// switch1
|
||||
// switchEnable
|
||||
//
|
||||
switch1.Location = new Point(96, 70);
|
||||
switch1.Name = "switch1";
|
||||
switch1.Size = new Size(57, 23);
|
||||
switch1.TabIndex = 27;
|
||||
switch1.Text = "switch1";
|
||||
switchEnable.Location = new Point(96, 70);
|
||||
switchEnable.Name = "switchEnable";
|
||||
switchEnable.Size = new Size(57, 23);
|
||||
switchEnable.TabIndex = 27;
|
||||
switchEnable.Text = "switch1";
|
||||
//
|
||||
// textBox1
|
||||
// tbDetectName
|
||||
//
|
||||
textBox1.Location = new Point(96, 12);
|
||||
textBox1.Name = "textBox1";
|
||||
textBox1.Size = new Size(211, 23);
|
||||
textBox1.TabIndex = 26;
|
||||
tbDetectName.Location = new Point(96, 12);
|
||||
tbDetectName.Name = "tbDetectName";
|
||||
tbDetectName.Size = new Size(211, 23);
|
||||
tbDetectName.TabIndex = 26;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
@ -211,13 +214,15 @@
|
||||
label6.TabIndex = 25;
|
||||
label6.Text = "检测名称";
|
||||
//
|
||||
// comboBox1
|
||||
// cbxDetectType
|
||||
//
|
||||
comboBox1.FormattingEnabled = true;
|
||||
comboBox1.Location = new Point(402, 10);
|
||||
comboBox1.Name = "comboBox1";
|
||||
comboBox1.Size = new Size(188, 25);
|
||||
comboBox1.TabIndex = 24;
|
||||
cbxDetectType.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
cbxDetectType.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
cbxDetectType.FormattingEnabled = true;
|
||||
cbxDetectType.Location = new Point(402, 10);
|
||||
cbxDetectType.Name = "cbxDetectType";
|
||||
cbxDetectType.Size = new Size(254, 25);
|
||||
cbxDetectType.TabIndex = 24;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
@ -229,18 +234,19 @@
|
||||
//
|
||||
// btnPreOpen
|
||||
//
|
||||
btnPreOpen.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
btnPreOpen.Location = new Point(613, 41);
|
||||
btnPreOpen.Name = "btnPreOpen";
|
||||
btnPreOpen.Size = new Size(46, 23);
|
||||
btnPreOpen.Size = new Size(43, 23);
|
||||
btnPreOpen.TabIndex = 22;
|
||||
btnPreOpen.Text = "...";
|
||||
//
|
||||
// tbxPrePath
|
||||
// tbModelpath
|
||||
//
|
||||
tbxPrePath.Location = new Point(96, 41);
|
||||
tbxPrePath.Name = "tbxPrePath";
|
||||
tbxPrePath.Size = new Size(498, 23);
|
||||
tbxPrePath.TabIndex = 17;
|
||||
tbModelpath.Location = new Point(96, 41);
|
||||
tbModelpath.Name = "tbModelpath";
|
||||
tbModelpath.Size = new Size(511, 23);
|
||||
tbModelpath.TabIndex = 17;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@ -256,7 +262,7 @@
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
Controls.Add(panel1);
|
||||
Name = "DetectConfigControl";
|
||||
Size = new Size(785, 445);
|
||||
Size = new Size(683, 445);
|
||||
panel1.ResumeLayout(false);
|
||||
panel1.PerformLayout();
|
||||
panel2.ResumeLayout(false);
|
||||
@ -268,25 +274,25 @@
|
||||
|
||||
private Panel panel1;
|
||||
private AntdUI.Label label1;
|
||||
private TextBox tbxPrePath;
|
||||
private TextBox textBox1;
|
||||
private TextBox tbModelpath;
|
||||
private TextBox tbDetectName;
|
||||
private AntdUI.Label label6;
|
||||
private ComboBox comboBox1;
|
||||
private ComboBox cbxDetectType;
|
||||
private AntdUI.Label label5;
|
||||
private AntdUI.Button btnPreOpen;
|
||||
private AntdUI.Label label7;
|
||||
private AntdUI.Switch switch2;
|
||||
private AntdUI.Switch sthPic;
|
||||
private AntdUI.Label label8;
|
||||
private AntdUI.Switch switch1;
|
||||
private AntdUI.Switch switchEnable;
|
||||
private AntdUI.Label label10;
|
||||
private AntdUI.Switch switch4;
|
||||
private AntdUI.Switch sthSaveNGPic;
|
||||
private AntdUI.Label label9;
|
||||
private AntdUI.Switch switch3;
|
||||
private AntdUI.Switch swSaveOKPic;
|
||||
private Panel panel2;
|
||||
private Label label2;
|
||||
private AntdUI.Button button2;
|
||||
private AntdUI.Table table1;
|
||||
private AntdUI.Button button1;
|
||||
private AntdUI.Button buttonDEL;
|
||||
private AntdUI.Table table_base;
|
||||
private AntdUI.Button buttonADD;
|
||||
private AntdUI.Button button3;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user