298 lines
10 KiB
C#
298 lines
10 KiB
C#
namespace DHSoftware.Views
|
||
{
|
||
partial class DetectConfigControl
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
panel1 = new Panel();
|
||
panel3 = new Panel();
|
||
label6 = new AntdUI.Label();
|
||
cbxDetectType = new AntdUI.Select();
|
||
label1 = new AntdUI.Label();
|
||
tbDetectName = new AntdUI.Input();
|
||
btnPreOpen = new AntdUI.Button();
|
||
tbModelpath = new AntdUI.Input();
|
||
button3 = new AntdUI.Button();
|
||
switchEnable = new AntdUI.Switch();
|
||
label8 = new AntdUI.Label();
|
||
label10 = new AntdUI.Label();
|
||
sthPic = new AntdUI.Switch();
|
||
sthSaveNGPic = new AntdUI.Switch();
|
||
label7 = new AntdUI.Label();
|
||
label9 = new AntdUI.Label();
|
||
swSaveOKPic = new AntdUI.Switch();
|
||
panel2 = new Panel();
|
||
label2 = new AntdUI.Label();
|
||
buttonDEL = new AntdUI.Button();
|
||
table_base = new AntdUI.Table();
|
||
buttonADD = new AntdUI.Button();
|
||
panel1.SuspendLayout();
|
||
panel3.SuspendLayout();
|
||
panel2.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
panel1.BorderStyle = BorderStyle.FixedSingle;
|
||
panel1.Controls.Add(panel3);
|
||
panel1.Controls.Add(panel2);
|
||
panel1.Dock = DockStyle.Fill;
|
||
panel1.Location = new Point(0, 0);
|
||
panel1.Name = "panel1";
|
||
panel1.Size = new Size(600, 445);
|
||
panel1.TabIndex = 0;
|
||
//
|
||
// panel3
|
||
//
|
||
panel3.Controls.Add(label6);
|
||
panel3.Controls.Add(cbxDetectType);
|
||
panel3.Controls.Add(label1);
|
||
panel3.Controls.Add(tbDetectName);
|
||
panel3.Controls.Add(btnPreOpen);
|
||
panel3.Controls.Add(tbModelpath);
|
||
panel3.Controls.Add(button3);
|
||
panel3.Controls.Add(switchEnable);
|
||
panel3.Controls.Add(label8);
|
||
panel3.Controls.Add(label10);
|
||
panel3.Controls.Add(sthPic);
|
||
panel3.Controls.Add(sthSaveNGPic);
|
||
panel3.Controls.Add(label7);
|
||
panel3.Controls.Add(label9);
|
||
panel3.Controls.Add(swSaveOKPic);
|
||
panel3.Dock = DockStyle.Fill;
|
||
panel3.Location = new Point(0, 0);
|
||
panel3.Name = "panel3";
|
||
panel3.Size = new Size(598, 206);
|
||
panel3.TabIndex = 41;
|
||
//
|
||
// label6
|
||
//
|
||
label6.Location = new Point(3, 15);
|
||
label6.Name = "label6";
|
||
label6.Size = new Size(58, 23);
|
||
label6.TabIndex = 25;
|
||
label6.Text = "检测名称";
|
||
//
|
||
// cbxDetectType
|
||
//
|
||
cbxDetectType.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
cbxDetectType.Location = new Point(341, 7);
|
||
cbxDetectType.Name = "cbxDetectType";
|
||
cbxDetectType.Size = new Size(226, 31);
|
||
cbxDetectType.TabIndex = 40;
|
||
//
|
||
// label1
|
||
//
|
||
label1.Location = new Point(3, 44);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(73, 23);
|
||
label1.TabIndex = 9;
|
||
label1.Text = "模型路径";
|
||
//
|
||
// tbDetectName
|
||
//
|
||
tbDetectName.Location = new Point(82, 7);
|
||
tbDetectName.Name = "tbDetectName";
|
||
tbDetectName.Size = new Size(249, 31);
|
||
tbDetectName.TabIndex = 39;
|
||
//
|
||
// btnPreOpen
|
||
//
|
||
btnPreOpen.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
btnPreOpen.Location = new Point(507, 36);
|
||
btnPreOpen.MinimumSize = new Size(20, 0);
|
||
btnPreOpen.Name = "btnPreOpen";
|
||
btnPreOpen.Size = new Size(60, 31);
|
||
btnPreOpen.TabIndex = 22;
|
||
btnPreOpen.Text = "...";
|
||
//
|
||
// tbModelpath
|
||
//
|
||
tbModelpath.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
tbModelpath.Location = new Point(82, 36);
|
||
tbModelpath.Name = "tbModelpath";
|
||
tbModelpath.Size = new Size(415, 31);
|
||
tbModelpath.TabIndex = 38;
|
||
//
|
||
// button3
|
||
//
|
||
button3.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||
button3.Location = new Point(385, 73);
|
||
button3.Name = "button3";
|
||
button3.Size = new Size(182, 34);
|
||
button3.TabIndex = 37;
|
||
button3.Text = "查看文件夹";
|
||
//
|
||
// switchEnable
|
||
//
|
||
switchEnable.Location = new Point(82, 84);
|
||
switchEnable.Name = "switchEnable";
|
||
switchEnable.Size = new Size(60, 23);
|
||
switchEnable.TabIndex = 27;
|
||
switchEnable.Text = "switch1";
|
||
//
|
||
// label8
|
||
//
|
||
label8.Location = new Point(3, 84);
|
||
label8.Name = "label8";
|
||
label8.Size = new Size(58, 23);
|
||
label8.TabIndex = 28;
|
||
label8.Text = "模型启用";
|
||
//
|
||
// label10
|
||
//
|
||
label10.Location = new Point(176, 113);
|
||
label10.Name = "label10";
|
||
label10.Size = new Size(73, 23);
|
||
label10.TabIndex = 34;
|
||
label10.Text = "保存NG原图";
|
||
//
|
||
// sthPic
|
||
//
|
||
sthPic.Location = new Point(263, 84);
|
||
sthPic.Name = "sthPic";
|
||
sthPic.Size = new Size(60, 23);
|
||
sthPic.TabIndex = 29;
|
||
sthPic.Text = "switch2";
|
||
//
|
||
// sthSaveNGPic
|
||
//
|
||
sthSaveNGPic.Location = new Point(263, 113);
|
||
sthSaveNGPic.Name = "sthSaveNGPic";
|
||
sthSaveNGPic.Size = new Size(60, 23);
|
||
sthSaveNGPic.TabIndex = 33;
|
||
sthSaveNGPic.Text = "switch4";
|
||
//
|
||
// label7
|
||
//
|
||
label7.Location = new Point(184, 84);
|
||
label7.Name = "label7";
|
||
label7.Size = new Size(58, 23);
|
||
label7.TabIndex = 30;
|
||
label7.Text = "数据保存";
|
||
//
|
||
// label9
|
||
//
|
||
label9.Location = new Point(3, 113);
|
||
label9.Name = "label9";
|
||
label9.Size = new Size(73, 23);
|
||
label9.TabIndex = 32;
|
||
label9.Text = "保存OK原图";
|
||
//
|
||
// swSaveOKPic
|
||
//
|
||
swSaveOKPic.Location = new Point(82, 113);
|
||
swSaveOKPic.Name = "swSaveOKPic";
|
||
swSaveOKPic.Size = new Size(60, 23);
|
||
swSaveOKPic.TabIndex = 31;
|
||
swSaveOKPic.Text = "switch3";
|
||
//
|
||
// panel2
|
||
//
|
||
panel2.Controls.Add(label2);
|
||
panel2.Controls.Add(buttonDEL);
|
||
panel2.Controls.Add(table_base);
|
||
panel2.Controls.Add(buttonADD);
|
||
panel2.Dock = DockStyle.Bottom;
|
||
panel2.Location = new Point(0, 206);
|
||
panel2.Name = "panel2";
|
||
panel2.Size = new Size(598, 237);
|
||
panel2.TabIndex = 35;
|
||
//
|
||
// label2
|
||
//
|
||
label2.Location = new Point(3, 3);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(58, 23);
|
||
label2.TabIndex = 29;
|
||
label2.Text = "模型参数";
|
||
//
|
||
// buttonDEL
|
||
//
|
||
buttonDEL.Location = new Point(93, 28);
|
||
buttonDEL.Name = "buttonDEL";
|
||
buttonDEL.Size = new Size(84, 34);
|
||
buttonDEL.TabIndex = 24;
|
||
buttonDEL.Text = "删除";
|
||
//
|
||
// table_base
|
||
//
|
||
table_base.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
table_base.Location = new Point(0, 68);
|
||
table_base.Name = "table_base";
|
||
table_base.Size = new Size(598, 169);
|
||
table_base.TabIndex = 22;
|
||
table_base.Text = "table1";
|
||
//
|
||
// buttonADD
|
||
//
|
||
buttonADD.Location = new Point(3, 28);
|
||
buttonADD.Name = "buttonADD";
|
||
buttonADD.Size = new Size(84, 34);
|
||
buttonADD.TabIndex = 23;
|
||
buttonADD.Text = "新增";
|
||
//
|
||
// DetectConfigControl
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(panel1);
|
||
Name = "DetectConfigControl";
|
||
Size = new Size(600, 445);
|
||
panel1.ResumeLayout(false);
|
||
panel3.ResumeLayout(false);
|
||
panel2.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Panel panel1;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.Label label6;
|
||
private AntdUI.Button btnPreOpen;
|
||
private AntdUI.Label label7;
|
||
private AntdUI.Switch sthPic;
|
||
private AntdUI.Label label8;
|
||
private AntdUI.Switch switchEnable;
|
||
private AntdUI.Label label10;
|
||
private AntdUI.Switch sthSaveNGPic;
|
||
private AntdUI.Label label9;
|
||
private AntdUI.Switch swSaveOKPic;
|
||
private Panel panel2;
|
||
private AntdUI.Button buttonDEL;
|
||
private AntdUI.Table table_base;
|
||
private AntdUI.Button buttonADD;
|
||
private AntdUI.Button button3;
|
||
private AntdUI.Input tbDetectName;
|
||
private AntdUI.Input tbModelpath;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Select cbxDetectType;
|
||
private Panel panel3;
|
||
}
|
||
}
|