上传界面显示
This commit is contained in:
177
DHSoftware/Views/DefectRowEdit.Designer.cs
generated
177
DHSoftware/Views/DefectRowEdit.Designer.cs
generated
@ -29,6 +29,13 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
panel1 = new AntdUI.Panel();
|
||||
select_Result = new AntdUI.Select();
|
||||
label5 = new AntdUI.Label();
|
||||
input_maxArea = new AntdUI.InputNumber();
|
||||
label3 = new AntdUI.Label();
|
||||
input_minArea = new AntdUI.InputNumber();
|
||||
label4 = new AntdUI.Label();
|
||||
input_maxScore = new AntdUI.InputNumber();
|
||||
label2 = new AntdUI.Label();
|
||||
input_minScore = new AntdUI.InputNumber();
|
||||
label1 = new AntdUI.Label();
|
||||
@ -38,13 +45,6 @@
|
||||
stackPanel1 = new AntdUI.StackPanel();
|
||||
button_cancel = new AntdUI.Button();
|
||||
button_ok = new AntdUI.Button();
|
||||
input_maxScore = new AntdUI.InputNumber();
|
||||
input_maxArea = new AntdUI.InputNumber();
|
||||
label3 = new AntdUI.Label();
|
||||
input_minArea = new AntdUI.InputNumber();
|
||||
label4 = new AntdUI.Label();
|
||||
label5 = new AntdUI.Label();
|
||||
select_Result = new AntdUI.Select();
|
||||
panel1.SuspendLayout();
|
||||
stackPanel1.SuspendLayout();
|
||||
SuspendLayout();
|
||||
@ -74,6 +74,87 @@
|
||||
panel1.TabIndex = 0;
|
||||
panel1.Text = "panel1";
|
||||
//
|
||||
// select_Result
|
||||
//
|
||||
select_Result.Dock = DockStyle.Top;
|
||||
select_Result.Location = new Point(18, 408);
|
||||
select_Result.Name = "select_Result";
|
||||
select_Result.Size = new Size(464, 41);
|
||||
select_Result.TabIndex = 27;
|
||||
select_Result.Text = "select1";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.Dock = DockStyle.Top;
|
||||
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label5.Location = new Point(18, 384);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new Size(464, 24);
|
||||
label5.TabIndex = 25;
|
||||
label5.Text = "标签结果";
|
||||
//
|
||||
// input_maxArea
|
||||
//
|
||||
input_maxArea.Dock = DockStyle.Top;
|
||||
input_maxArea.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_maxArea.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
||||
input_maxArea.Location = new Point(18, 346);
|
||||
input_maxArea.Maximum = new decimal(new int[] { 999999999, 0, 0, 0 });
|
||||
input_maxArea.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_maxArea.Name = "input_maxArea";
|
||||
input_maxArea.Radius = 3;
|
||||
input_maxArea.Size = new Size(464, 38);
|
||||
input_maxArea.TabIndex = 24;
|
||||
input_maxArea.Text = "0";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.Dock = DockStyle.Top;
|
||||
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label3.Location = new Point(18, 322);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new Size(464, 24);
|
||||
label3.TabIndex = 23;
|
||||
label3.Text = "最大面积";
|
||||
//
|
||||
// input_minArea
|
||||
//
|
||||
input_minArea.Dock = DockStyle.Top;
|
||||
input_minArea.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_minArea.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
||||
input_minArea.Location = new Point(18, 284);
|
||||
input_minArea.Maximum = new decimal(new int[] { 999999999, 0, 0, 0 });
|
||||
input_minArea.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_minArea.Name = "input_minArea";
|
||||
input_minArea.Radius = 3;
|
||||
input_minArea.Size = new Size(464, 38);
|
||||
input_minArea.TabIndex = 22;
|
||||
input_minArea.Text = "0";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.Dock = DockStyle.Top;
|
||||
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label4.Location = new Point(18, 260);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new Size(464, 24);
|
||||
label4.TabIndex = 21;
|
||||
label4.Text = "最小面积";
|
||||
//
|
||||
// input_maxScore
|
||||
//
|
||||
input_maxScore.Dock = DockStyle.Top;
|
||||
input_maxScore.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_maxScore.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
|
||||
input_maxScore.Location = new Point(18, 222);
|
||||
input_maxScore.Maximum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
input_maxScore.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_maxScore.Name = "input_maxScore";
|
||||
input_maxScore.Radius = 3;
|
||||
input_maxScore.Size = new Size(464, 38);
|
||||
input_maxScore.TabIndex = 20;
|
||||
input_maxScore.Text = "0";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.Dock = DockStyle.Top;
|
||||
@ -96,7 +177,7 @@
|
||||
input_minScore.Radius = 3;
|
||||
input_minScore.Size = new Size(464, 38);
|
||||
input_minScore.TabIndex = 18;
|
||||
input_minScore.Text = "0.3";
|
||||
input_minScore.Text = "0";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@ -169,86 +250,6 @@
|
||||
button_ok.Text = "Submit";
|
||||
button_ok.Type = AntdUI.TTypeMini.Primary;
|
||||
//
|
||||
// input_maxScore
|
||||
//
|
||||
input_maxScore.Dock = DockStyle.Top;
|
||||
input_maxScore.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_maxScore.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
|
||||
input_maxScore.Location = new Point(18, 222);
|
||||
input_maxScore.Maximum = new decimal(new int[] { 1, 0, 0, 0 });
|
||||
input_maxScore.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_maxScore.Name = "input_maxScore";
|
||||
input_maxScore.Radius = 3;
|
||||
input_maxScore.Size = new Size(464, 38);
|
||||
input_maxScore.TabIndex = 20;
|
||||
input_maxScore.Text = "0";
|
||||
//
|
||||
// input_maxArea
|
||||
//
|
||||
input_maxArea.Dock = DockStyle.Top;
|
||||
input_maxArea.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_maxArea.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
||||
input_maxArea.Location = new Point(18, 346);
|
||||
input_maxArea.Maximum = new decimal(new int[] { 999999999, 0, 0, 0 });
|
||||
input_maxArea.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_maxArea.Name = "input_maxArea";
|
||||
input_maxArea.Radius = 3;
|
||||
input_maxArea.Size = new Size(464, 38);
|
||||
input_maxArea.TabIndex = 24;
|
||||
input_maxArea.Text = "0";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.Dock = DockStyle.Top;
|
||||
label3.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label3.Location = new Point(18, 322);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new Size(464, 24);
|
||||
label3.TabIndex = 23;
|
||||
label3.Text = "最大面积";
|
||||
//
|
||||
// input_minArea
|
||||
//
|
||||
input_minArea.Dock = DockStyle.Top;
|
||||
input_minArea.Font = new Font("Microsoft YaHei UI", 9F);
|
||||
input_minArea.Increment = new decimal(new int[] { 10, 0, 0, 0 });
|
||||
input_minArea.Location = new Point(18, 284);
|
||||
input_minArea.Maximum = new decimal(new int[] { 999999999, 0, 0, 0 });
|
||||
input_minArea.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
|
||||
input_minArea.Name = "input_minArea";
|
||||
input_minArea.Radius = 3;
|
||||
input_minArea.Size = new Size(464, 38);
|
||||
input_minArea.TabIndex = 22;
|
||||
input_minArea.Text = "0";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.Dock = DockStyle.Top;
|
||||
label4.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label4.Location = new Point(18, 260);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new Size(464, 24);
|
||||
label4.TabIndex = 21;
|
||||
label4.Text = "最小面积";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.Dock = DockStyle.Top;
|
||||
label5.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||||
label5.Location = new Point(18, 384);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new Size(464, 24);
|
||||
label5.TabIndex = 25;
|
||||
label5.Text = "标签结果";
|
||||
//
|
||||
// select_Result
|
||||
//
|
||||
select_Result.Location = new Point(21, 414);
|
||||
select_Result.Name = "select_Result";
|
||||
select_Result.Size = new Size(458, 41);
|
||||
select_Result.TabIndex = 27;
|
||||
select_Result.Text = "select1";
|
||||
//
|
||||
// DefectRowEdit
|
||||
//
|
||||
Controls.Add(panel1);
|
||||
|
Reference in New Issue
Block a user