701 lines
26 KiB
C#
701 lines
26 KiB
C#
namespace DHSoftware.Views
|
||
{
|
||
partial class DetectControl
|
||
{
|
||
/// <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()
|
||
{
|
||
AntdUI.Tabs.StyleLine styleLine1 = new AntdUI.Tabs.StyleLine();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetectControl));
|
||
tabs1 = new AntdUI.Tabs();
|
||
tabPage1 = new AntdUI.TabPage();
|
||
btnOutDelete = new AntdUI.Button();
|
||
btnOutAdd = new AntdUI.Button();
|
||
label4 = new AntdUI.Label();
|
||
PreOutTable = new AntdUI.Table();
|
||
btnPreDelete = new AntdUI.Button();
|
||
btnPreAdd = new AntdUI.Button();
|
||
preTable = new AntdUI.Table();
|
||
label3 = new AntdUI.Label();
|
||
btnPath = new AntdUI.Button();
|
||
switch1 = new AntdUI.Switch();
|
||
label2 = new AntdUI.Label();
|
||
iptPath = new AntdUI.Input();
|
||
label1 = new AntdUI.Label();
|
||
tabPage2 = new AntdUI.TabPage();
|
||
btnLableDelete = new AntdUI.Button();
|
||
btnLableAdd = new AntdUI.Button();
|
||
lableTable = new AntdUI.Table();
|
||
label15 = new AntdUI.Label();
|
||
btnPic = new AntdUI.Button();
|
||
switch6 = new AntdUI.Switch();
|
||
label13 = new AntdUI.Label();
|
||
switch7 = new AntdUI.Switch();
|
||
label14 = new AntdUI.Label();
|
||
switch4 = new AntdUI.Switch();
|
||
label6 = new AntdUI.Label();
|
||
switch5 = new AntdUI.Switch();
|
||
label12 = new AntdUI.Label();
|
||
input1 = new AntdUI.Input();
|
||
label5 = new AntdUI.Label();
|
||
flowPanel1 = new AntdUI.FlowPanel();
|
||
label11 = new AntdUI.Label();
|
||
switch3 = new AntdUI.Switch();
|
||
label10 = new AntdUI.Label();
|
||
stDetectType = new AntdUI.Select();
|
||
label9 = new AntdUI.Label();
|
||
btnCorrelatedCamera = new AntdUI.Button();
|
||
btnPath2 = new AntdUI.Button();
|
||
switch2 = new AntdUI.Switch();
|
||
label7 = new AntdUI.Label();
|
||
iptPath2 = new AntdUI.Input();
|
||
label8 = new AntdUI.Label();
|
||
tabPage3 = new AntdUI.TabPage();
|
||
tabPage4 = new AntdUI.TabPage();
|
||
switch8 = new AntdUI.Switch();
|
||
btnSizeDel = new AntdUI.Button();
|
||
btnSizeAdd = new AntdUI.Button();
|
||
SizeTable = new AntdUI.Table();
|
||
label17 = new AntdUI.Label();
|
||
label18 = new AntdUI.Label();
|
||
tabs1.SuspendLayout();
|
||
tabPage1.SuspendLayout();
|
||
tabPage2.SuspendLayout();
|
||
tabPage3.SuspendLayout();
|
||
tabPage4.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// tabs1
|
||
//
|
||
tabs1.Centered = true;
|
||
tabs1.Dock = DockStyle.Fill;
|
||
tabs1.Font = new Font("Microsoft YaHei UI", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
tabs1.Location = new Point(0, 0);
|
||
tabs1.Name = "tabs1";
|
||
tabs1.Pages.Add(tabPage1);
|
||
tabs1.Pages.Add(tabPage2);
|
||
tabs1.Pages.Add(tabPage3);
|
||
tabs1.SelectedIndex = 2;
|
||
tabs1.Size = new Size(915, 609);
|
||
tabs1.Style = styleLine1;
|
||
tabs1.TabIndex = 1;
|
||
tabs1.Text = "tabs1";
|
||
//
|
||
// tabPage1
|
||
//
|
||
tabPage1.Controls.Add(btnOutDelete);
|
||
tabPage1.Controls.Add(btnOutAdd);
|
||
tabPage1.Controls.Add(label4);
|
||
tabPage1.Controls.Add(PreOutTable);
|
||
tabPage1.Controls.Add(btnPreDelete);
|
||
tabPage1.Controls.Add(btnPreAdd);
|
||
tabPage1.Controls.Add(preTable);
|
||
tabPage1.Controls.Add(label3);
|
||
tabPage1.Controls.Add(btnPath);
|
||
tabPage1.Controls.Add(switch1);
|
||
tabPage1.Controls.Add(label2);
|
||
tabPage1.Controls.Add(iptPath);
|
||
tabPage1.Controls.Add(label1);
|
||
tabPage1.Location = new Point(-909, -575);
|
||
tabPage1.Name = "tabPage1";
|
||
tabPage1.Size = new Size(909, 575);
|
||
tabPage1.TabIndex = 0;
|
||
tabPage1.Text = "预处理";
|
||
//
|
||
// btnOutDelete
|
||
//
|
||
btnOutDelete.BorderWidth = 2F;
|
||
btnOutDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnOutDelete.Ghost = true;
|
||
btnOutDelete.IconRatio = 0.8F;
|
||
btnOutDelete.IconSvg = resources.GetString("btnOutDelete.IconSvg");
|
||
btnOutDelete.Location = new Point(620, 472);
|
||
btnOutDelete.Name = "btnOutDelete";
|
||
btnOutDelete.Size = new Size(80, 38);
|
||
btnOutDelete.TabIndex = 14;
|
||
btnOutDelete.Text = "删除";
|
||
//
|
||
// btnOutAdd
|
||
//
|
||
btnOutAdd.BorderWidth = 2F;
|
||
btnOutAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnOutAdd.Ghost = true;
|
||
btnOutAdd.IconRatio = 0.8F;
|
||
btnOutAdd.IconSvg = resources.GetString("btnOutAdd.IconSvg");
|
||
btnOutAdd.Location = new Point(620, 411);
|
||
btnOutAdd.Name = "btnOutAdd";
|
||
btnOutAdd.Size = new Size(80, 38);
|
||
btnOutAdd.TabIndex = 13;
|
||
btnOutAdd.Text = "新增";
|
||
//
|
||
// label4
|
||
//
|
||
label4.Location = new Point(110, 440);
|
||
label4.Name = "label4";
|
||
label4.Size = new Size(75, 23);
|
||
label4.TabIndex = 12;
|
||
label4.Text = "输出参数";
|
||
//
|
||
// PreOutTable
|
||
//
|
||
PreOutTable.Location = new Point(191, 355);
|
||
PreOutTable.Name = "PreOutTable";
|
||
PreOutTable.Size = new Size(423, 181);
|
||
PreOutTable.TabIndex = 11;
|
||
PreOutTable.Text = "table1";
|
||
//
|
||
// btnPreDelete
|
||
//
|
||
btnPreDelete.BorderWidth = 2F;
|
||
btnPreDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnPreDelete.Ghost = true;
|
||
btnPreDelete.IconRatio = 0.8F;
|
||
btnPreDelete.IconSvg = resources.GetString("btnPreDelete.IconSvg");
|
||
btnPreDelete.Location = new Point(620, 255);
|
||
btnPreDelete.Name = "btnPreDelete";
|
||
btnPreDelete.Size = new Size(80, 38);
|
||
btnPreDelete.TabIndex = 10;
|
||
btnPreDelete.Text = "删除";
|
||
//
|
||
// btnPreAdd
|
||
//
|
||
btnPreAdd.BorderWidth = 2F;
|
||
btnPreAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnPreAdd.Ghost = true;
|
||
btnPreAdd.IconRatio = 0.8F;
|
||
btnPreAdd.IconSvg = resources.GetString("btnPreAdd.IconSvg");
|
||
btnPreAdd.Location = new Point(620, 191);
|
||
btnPreAdd.Name = "btnPreAdd";
|
||
btnPreAdd.Size = new Size(80, 38);
|
||
btnPreAdd.TabIndex = 9;
|
||
btnPreAdd.Text = "新增";
|
||
//
|
||
// preTable
|
||
//
|
||
preTable.Location = new Point(191, 148);
|
||
preTable.Name = "preTable";
|
||
preTable.Size = new Size(423, 181);
|
||
preTable.TabIndex = 8;
|
||
preTable.Text = "table1";
|
||
//
|
||
// label3
|
||
//
|
||
label3.Location = new Point(110, 206);
|
||
label3.Name = "label3";
|
||
label3.Size = new Size(75, 23);
|
||
label3.TabIndex = 1;
|
||
label3.Text = "输入参数";
|
||
//
|
||
// btnPath
|
||
//
|
||
btnPath.BorderWidth = 2F;
|
||
btnPath.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnPath.Ghost = true;
|
||
btnPath.IconRatio = 0.8F;
|
||
btnPath.IconSvg = resources.GetString("btnPath.IconSvg");
|
||
btnPath.Location = new Point(620, 79);
|
||
btnPath.Name = "btnPath";
|
||
btnPath.Size = new Size(80, 38);
|
||
btnPath.TabIndex = 7;
|
||
btnPath.Text = "打开";
|
||
//
|
||
// switch1
|
||
//
|
||
switch1.CheckedText = "启用";
|
||
switch1.Location = new Point(207, 33);
|
||
switch1.Name = "switch1";
|
||
switch1.Size = new Size(82, 33);
|
||
switch1.TabIndex = 4;
|
||
switch1.UnCheckedText = "关闭";
|
||
//
|
||
// label2
|
||
//
|
||
label2.Location = new Point(110, 40);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(75, 23);
|
||
label2.TabIndex = 3;
|
||
label2.Text = "状 态";
|
||
//
|
||
// iptPath
|
||
//
|
||
iptPath.Location = new Point(191, 79);
|
||
iptPath.Name = "iptPath";
|
||
iptPath.PlaceholderText = "请点击打开按钮选择模型路径";
|
||
iptPath.ReadOnly = true;
|
||
iptPath.Size = new Size(423, 42);
|
||
iptPath.TabIndex = 1;
|
||
//
|
||
// label1
|
||
//
|
||
label1.Location = new Point(110, 89);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(75, 23);
|
||
label1.TabIndex = 0;
|
||
label1.Text = "模型路径";
|
||
//
|
||
// tabPage2
|
||
//
|
||
tabPage2.Controls.Add(btnLableDelete);
|
||
tabPage2.Controls.Add(btnLableAdd);
|
||
tabPage2.Controls.Add(lableTable);
|
||
tabPage2.Controls.Add(label15);
|
||
tabPage2.Controls.Add(btnPic);
|
||
tabPage2.Controls.Add(switch6);
|
||
tabPage2.Controls.Add(label13);
|
||
tabPage2.Controls.Add(switch7);
|
||
tabPage2.Controls.Add(label14);
|
||
tabPage2.Controls.Add(switch4);
|
||
tabPage2.Controls.Add(label6);
|
||
tabPage2.Controls.Add(switch5);
|
||
tabPage2.Controls.Add(label12);
|
||
tabPage2.Controls.Add(input1);
|
||
tabPage2.Controls.Add(label5);
|
||
tabPage2.Controls.Add(flowPanel1);
|
||
tabPage2.Controls.Add(label11);
|
||
tabPage2.Controls.Add(switch3);
|
||
tabPage2.Controls.Add(label10);
|
||
tabPage2.Controls.Add(stDetectType);
|
||
tabPage2.Controls.Add(label9);
|
||
tabPage2.Controls.Add(btnCorrelatedCamera);
|
||
tabPage2.Controls.Add(btnPath2);
|
||
tabPage2.Controls.Add(switch2);
|
||
tabPage2.Controls.Add(label7);
|
||
tabPage2.Controls.Add(iptPath2);
|
||
tabPage2.Controls.Add(label8);
|
||
tabPage2.Location = new Point(-909, -575);
|
||
tabPage2.Name = "tabPage2";
|
||
tabPage2.Size = new Size(909, 575);
|
||
tabPage2.TabIndex = 1;
|
||
tabPage2.Text = "模型检测";
|
||
tabPage2.Click += tabPage2_Click;
|
||
//
|
||
// btnLableDelete
|
||
//
|
||
btnLableDelete.BorderWidth = 2F;
|
||
btnLableDelete.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnLableDelete.Ghost = true;
|
||
btnLableDelete.IconRatio = 0.8F;
|
||
btnLableDelete.IconSvg = resources.GetString("btnLableDelete.IconSvg");
|
||
btnLableDelete.Location = new Point(772, 300);
|
||
btnLableDelete.Name = "btnLableDelete";
|
||
btnLableDelete.Size = new Size(90, 38);
|
||
btnLableDelete.TabIndex = 48;
|
||
btnLableDelete.Text = "删除";
|
||
//
|
||
// btnLableAdd
|
||
//
|
||
btnLableAdd.BorderWidth = 2F;
|
||
btnLableAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnLableAdd.Ghost = true;
|
||
btnLableAdd.IconRatio = 0.8F;
|
||
btnLableAdd.IconSvg = resources.GetString("btnLableAdd.IconSvg");
|
||
btnLableAdd.Location = new Point(772, 256);
|
||
btnLableAdd.Name = "btnLableAdd";
|
||
btnLableAdd.Size = new Size(90, 38);
|
||
btnLableAdd.TabIndex = 47;
|
||
btnLableAdd.Text = "新增";
|
||
//
|
||
// lableTable
|
||
//
|
||
lableTable.BackColor = SystemColors.ControlLight;
|
||
lableTable.Location = new Point(110, 252);
|
||
lableTable.Name = "lableTable";
|
||
lableTable.Size = new Size(656, 288);
|
||
lableTable.TabIndex = 46;
|
||
lableTable.Text = "table1";
|
||
//
|
||
// label15
|
||
//
|
||
label15.Location = new Point(29, 252);
|
||
label15.Name = "label15";
|
||
label15.Size = new Size(75, 23);
|
||
label15.TabIndex = 45;
|
||
label15.Text = "标签集合";
|
||
//
|
||
// btnPic
|
||
//
|
||
btnPic.BorderWidth = 2F;
|
||
btnPic.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnPic.Ghost = true;
|
||
btnPic.IconRatio = 0.8F;
|
||
btnPic.IconSvg = resources.GetString("btnPic.IconSvg");
|
||
btnPic.Location = new Point(772, 193);
|
||
btnPic.Name = "btnPic";
|
||
btnPic.Size = new Size(90, 38);
|
||
btnPic.TabIndex = 44;
|
||
btnPic.Text = "查看图片";
|
||
//
|
||
// switch6
|
||
//
|
||
switch6.CheckedText = "启用";
|
||
switch6.Location = new Point(607, 194);
|
||
switch6.Name = "switch6";
|
||
switch6.Size = new Size(82, 33);
|
||
switch6.TabIndex = 43;
|
||
switch6.UnCheckedText = "关闭";
|
||
//
|
||
// label13
|
||
//
|
||
label13.Location = new Point(536, 201);
|
||
label13.Name = "label13";
|
||
label13.Size = new Size(75, 23);
|
||
label13.TabIndex = 42;
|
||
label13.Text = "NG检测图";
|
||
//
|
||
// switch7
|
||
//
|
||
switch7.CheckedText = "启用";
|
||
switch7.Location = new Point(438, 194);
|
||
switch7.Name = "switch7";
|
||
switch7.Size = new Size(82, 33);
|
||
switch7.TabIndex = 41;
|
||
switch7.UnCheckedText = "关闭";
|
||
//
|
||
// label14
|
||
//
|
||
label14.Location = new Point(369, 201);
|
||
label14.Name = "label14";
|
||
label14.Size = new Size(75, 23);
|
||
label14.TabIndex = 40;
|
||
label14.Text = "OK检测图";
|
||
//
|
||
// switch4
|
||
//
|
||
switch4.CheckedText = "启用";
|
||
switch4.Location = new Point(270, 194);
|
||
switch4.Name = "switch4";
|
||
switch4.Size = new Size(82, 33);
|
||
switch4.TabIndex = 39;
|
||
switch4.UnCheckedText = "关闭";
|
||
//
|
||
// label6
|
||
//
|
||
label6.Location = new Point(198, 201);
|
||
label6.Name = "label6";
|
||
label6.Size = new Size(75, 23);
|
||
label6.TabIndex = 38;
|
||
label6.Text = "NG原图";
|
||
//
|
||
// switch5
|
||
//
|
||
switch5.CheckedText = "启用";
|
||
switch5.Location = new Point(110, 194);
|
||
switch5.Name = "switch5";
|
||
switch5.Size = new Size(82, 33);
|
||
switch5.TabIndex = 37;
|
||
switch5.UnCheckedText = "关闭";
|
||
//
|
||
// label12
|
||
//
|
||
label12.Location = new Point(29, 201);
|
||
label12.Name = "label12";
|
||
label12.Size = new Size(75, 23);
|
||
label12.TabIndex = 36;
|
||
label12.Text = "OK原图";
|
||
//
|
||
// input1
|
||
//
|
||
input1.Location = new Point(649, 24);
|
||
input1.Name = "input1";
|
||
input1.PlaceholderText = "";
|
||
input1.ReadOnly = true;
|
||
input1.Size = new Size(117, 42);
|
||
input1.TabIndex = 35;
|
||
//
|
||
// label5
|
||
//
|
||
label5.Location = new Point(600, 33);
|
||
label5.Name = "label5";
|
||
label5.Size = new Size(62, 23);
|
||
label5.TabIndex = 34;
|
||
label5.Text = "置信度";
|
||
//
|
||
// flowPanel1
|
||
//
|
||
flowPanel1.AutoScroll = true;
|
||
flowPanel1.BackColor = SystemColors.ControlLight;
|
||
flowPanel1.Location = new Point(110, 136);
|
||
flowPanel1.Name = "flowPanel1";
|
||
flowPanel1.Size = new Size(656, 49);
|
||
flowPanel1.TabIndex = 33;
|
||
flowPanel1.Text = "flowPanel1";
|
||
//
|
||
// label11
|
||
//
|
||
label11.Location = new Point(29, 151);
|
||
label11.Name = "label11";
|
||
label11.Size = new Size(75, 23);
|
||
label11.TabIndex = 32;
|
||
label11.Text = "关联相机";
|
||
//
|
||
// switch3
|
||
//
|
||
switch3.CheckedText = "启用";
|
||
switch3.Location = new Point(270, 26);
|
||
switch3.Name = "switch3";
|
||
switch3.Size = new Size(82, 33);
|
||
switch3.TabIndex = 31;
|
||
switch3.UnCheckedText = "关闭";
|
||
//
|
||
// label10
|
||
//
|
||
label10.Location = new Point(198, 33);
|
||
label10.Name = "label10";
|
||
label10.Size = new Size(75, 23);
|
||
label10.TabIndex = 30;
|
||
label10.Text = "检测工位";
|
||
//
|
||
// stDetectType
|
||
//
|
||
stDetectType.List = true;
|
||
stDetectType.Location = new Point(426, 26);
|
||
stDetectType.MaxCount = 5;
|
||
stDetectType.Name = "stDetectType";
|
||
stDetectType.PlaceholderText = "请选择检测类型";
|
||
stDetectType.Size = new Size(157, 40);
|
||
stDetectType.TabIndex = 29;
|
||
//
|
||
// label9
|
||
//
|
||
label9.Location = new Point(358, 33);
|
||
label9.Name = "label9";
|
||
label9.Size = new Size(75, 23);
|
||
label9.TabIndex = 28;
|
||
label9.Text = "检测类型";
|
||
//
|
||
// btnCorrelatedCamera
|
||
//
|
||
btnCorrelatedCamera.BorderWidth = 2F;
|
||
btnCorrelatedCamera.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnCorrelatedCamera.Ghost = true;
|
||
btnCorrelatedCamera.IconRatio = 0.8F;
|
||
btnCorrelatedCamera.IconSvg = resources.GetString("btnCorrelatedCamera.IconSvg");
|
||
btnCorrelatedCamera.Location = new Point(772, 140);
|
||
btnCorrelatedCamera.Name = "btnCorrelatedCamera";
|
||
btnCorrelatedCamera.Size = new Size(90, 38);
|
||
btnCorrelatedCamera.TabIndex = 22;
|
||
btnCorrelatedCamera.Text = "关联";
|
||
//
|
||
// btnPath2
|
||
//
|
||
btnPath2.BorderWidth = 2F;
|
||
btnPath2.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnPath2.Ghost = true;
|
||
btnPath2.IconRatio = 0.8F;
|
||
btnPath2.IconSvg = resources.GetString("btnPath2.IconSvg");
|
||
btnPath2.Location = new Point(772, 79);
|
||
btnPath2.Name = "btnPath2";
|
||
btnPath2.Size = new Size(90, 38);
|
||
btnPath2.TabIndex = 20;
|
||
btnPath2.Text = "打开";
|
||
//
|
||
// switch2
|
||
//
|
||
switch2.CheckedText = "启用";
|
||
switch2.Location = new Point(110, 26);
|
||
switch2.Name = "switch2";
|
||
switch2.Size = new Size(82, 33);
|
||
switch2.TabIndex = 19;
|
||
switch2.UnCheckedText = "关闭";
|
||
//
|
||
// label7
|
||
//
|
||
label7.Location = new Point(29, 33);
|
||
label7.Name = "label7";
|
||
label7.Size = new Size(75, 23);
|
||
label7.TabIndex = 18;
|
||
label7.Text = "状 态";
|
||
//
|
||
// iptPath2
|
||
//
|
||
iptPath2.Location = new Point(110, 75);
|
||
iptPath2.Name = "iptPath2";
|
||
iptPath2.PlaceholderText = "请点击打开按钮选择模型路径";
|
||
iptPath2.ReadOnly = true;
|
||
iptPath2.Size = new Size(656, 42);
|
||
iptPath2.TabIndex = 17;
|
||
//
|
||
// label8
|
||
//
|
||
label8.Location = new Point(29, 90);
|
||
label8.Name = "label8";
|
||
label8.Size = new Size(75, 23);
|
||
label8.TabIndex = 15;
|
||
label8.Text = "模型路径";
|
||
//
|
||
// tabPage3
|
||
//
|
||
tabPage3.Controls.Add(tabPage4);
|
||
tabPage3.Location = new Point(3, 31);
|
||
tabPage3.Name = "tabPage3";
|
||
tabPage3.Size = new Size(909, 575);
|
||
tabPage3.TabIndex = 3;
|
||
tabPage3.Text = "尺寸测量";
|
||
//
|
||
// tabPage4
|
||
//
|
||
tabPage4.Controls.Add(switch8);
|
||
tabPage4.Controls.Add(btnSizeDel);
|
||
tabPage4.Controls.Add(btnSizeAdd);
|
||
tabPage4.Controls.Add(SizeTable);
|
||
tabPage4.Controls.Add(label17);
|
||
tabPage4.Controls.Add(label18);
|
||
tabPage4.Location = new Point(8, 8);
|
||
tabPage4.Name = "tabPage4";
|
||
tabPage4.Size = new Size(909, 575);
|
||
tabPage4.TabIndex = 1;
|
||
tabPage4.Text = "预处理";
|
||
//
|
||
// switch8
|
||
//
|
||
switch8.CheckedText = "启用";
|
||
switch8.Location = new Point(120, 33);
|
||
switch8.Name = "switch8";
|
||
switch8.Size = new Size(82, 33);
|
||
switch8.TabIndex = 11;
|
||
switch8.UnCheckedText = "关闭";
|
||
//
|
||
// btnSizeDel
|
||
//
|
||
btnSizeDel.BorderWidth = 2F;
|
||
btnSizeDel.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnSizeDel.Ghost = true;
|
||
btnSizeDel.IconRatio = 0.8F;
|
||
btnSizeDel.IconSvg = resources.GetString("btnSizeDel.IconSvg");
|
||
btnSizeDel.Location = new Point(747, 192);
|
||
btnSizeDel.Name = "btnSizeDel";
|
||
btnSizeDel.Size = new Size(80, 38);
|
||
btnSizeDel.TabIndex = 10;
|
||
btnSizeDel.Text = "删除";
|
||
//
|
||
// btnSizeAdd
|
||
//
|
||
btnSizeAdd.BorderWidth = 2F;
|
||
btnSizeAdd.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
||
btnSizeAdd.Ghost = true;
|
||
btnSizeAdd.IconRatio = 0.8F;
|
||
btnSizeAdd.IconSvg = resources.GetString("btnSizeAdd.IconSvg");
|
||
btnSizeAdd.Location = new Point(747, 148);
|
||
btnSizeAdd.Name = "btnSizeAdd";
|
||
btnSizeAdd.Size = new Size(80, 38);
|
||
btnSizeAdd.TabIndex = 9;
|
||
btnSizeAdd.Text = "新增";
|
||
//
|
||
// SizeTable
|
||
//
|
||
SizeTable.Location = new Point(38, 118);
|
||
SizeTable.Name = "SizeTable";
|
||
SizeTable.Size = new Size(686, 402);
|
||
SizeTable.TabIndex = 8;
|
||
SizeTable.Text = "table1";
|
||
//
|
||
// label17
|
||
//
|
||
label17.Location = new Point(38, 89);
|
||
label17.Name = "label17";
|
||
label17.Size = new Size(91, 23);
|
||
label17.TabIndex = 1;
|
||
label17.Text = "配 置";
|
||
//
|
||
// label18
|
||
//
|
||
label18.Location = new Point(38, 43);
|
||
label18.Name = "label18";
|
||
label18.Size = new Size(91, 23);
|
||
label18.TabIndex = 3;
|
||
label18.Text = "状 态";
|
||
//
|
||
// DetectControl
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(tabs1);
|
||
Name = "DetectControl";
|
||
Size = new Size(915, 609);
|
||
tabs1.ResumeLayout(false);
|
||
tabPage1.ResumeLayout(false);
|
||
tabPage2.ResumeLayout(false);
|
||
tabPage3.ResumeLayout(false);
|
||
tabPage4.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private AntdUI.Tabs tabs1;
|
||
private AntdUI.TabPage tabPage1;
|
||
private AntdUI.TabPage tabPage2;
|
||
private AntdUI.TabPage tabPage3;
|
||
private AntdUI.Label label1;
|
||
private AntdUI.Input iptPath;
|
||
private AntdUI.Label label2;
|
||
private AntdUI.Switch switch1;
|
||
private AntdUI.Button btnPath;
|
||
private AntdUI.Label label3;
|
||
private AntdUI.Button btnPreDelete;
|
||
private AntdUI.Button btnPreAdd;
|
||
private AntdUI.Table preTable;
|
||
private AntdUI.Button btnOutDelete;
|
||
private AntdUI.Button btnOutAdd;
|
||
private AntdUI.Label label4;
|
||
private AntdUI.Table PreOutTable;
|
||
private AntdUI.Button btnCorrelatedCamera;
|
||
private AntdUI.Button btnPath2;
|
||
private AntdUI.Switch switch2;
|
||
private AntdUI.Label label7;
|
||
private AntdUI.Input iptPath2;
|
||
private AntdUI.Label label8;
|
||
private AntdUI.Select stDetectType;
|
||
private AntdUI.Label label9;
|
||
private AntdUI.Switch switch3;
|
||
private AntdUI.Label label10;
|
||
private AntdUI.Label label11;
|
||
private AntdUI.FlowPanel flowPanel1;
|
||
private AntdUI.Label label5;
|
||
private AntdUI.Input input1;
|
||
private AntdUI.Switch switch4;
|
||
private AntdUI.Label label6;
|
||
private AntdUI.Switch switch5;
|
||
private AntdUI.Label label12;
|
||
private AntdUI.Switch switch6;
|
||
private AntdUI.Label label13;
|
||
private AntdUI.Switch switch7;
|
||
private AntdUI.Label label14;
|
||
private AntdUI.Button btnPic;
|
||
private AntdUI.Label label15;
|
||
private AntdUI.Table lableTable;
|
||
private AntdUI.Button btnLableAdd;
|
||
private AntdUI.Button btnLableDelete;
|
||
private AntdUI.TabPage tabPage4;
|
||
private AntdUI.Button btnSizeDel;
|
||
private AntdUI.Button btnSizeAdd;
|
||
private AntdUI.Table SizeTable;
|
||
private AntdUI.Label label17;
|
||
private AntdUI.Label label18;
|
||
private AntdUI.Switch switch8;
|
||
}
|
||
}
|