DHDHSoftware/DHSoftware/Views/DetectConfigControl.Designer.cs

299 lines
10 KiB
C#
Raw Normal View History

2025-03-13 18:54:05 +08:00
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();
2025-03-13 19:27:31 +08:00
button3 = new AntdUI.Button();
2025-03-13 18:54:05 +08:00
panel2 = new Panel();
label2 = new Label();
2025-03-15 09:47:09 +08:00
buttonDEL = new AntdUI.Button();
table_base = new AntdUI.Table();
buttonADD = new AntdUI.Button();
2025-03-13 19:27:31 +08:00
label10 = new AntdUI.Label();
2025-03-15 09:47:09 +08:00
sthSaveNGPic = new AntdUI.Switch();
2025-03-13 19:27:31 +08:00
label9 = new AntdUI.Label();
2025-03-15 09:47:09 +08:00
swSaveOKPic = new AntdUI.Switch();
2025-03-13 19:27:31 +08:00
label7 = new AntdUI.Label();
2025-03-15 09:47:09 +08:00
sthPic = new AntdUI.Switch();
2025-03-13 19:27:31 +08:00
label8 = new AntdUI.Label();
2025-03-15 09:47:09 +08:00
switchEnable = new AntdUI.Switch();
tbDetectName = new TextBox();
2025-03-13 19:27:31 +08:00
label6 = new AntdUI.Label();
2025-03-15 09:47:09 +08:00
cbxDetectType = new ComboBox();
2025-03-13 19:27:31 +08:00
label5 = new AntdUI.Label();
btnPreOpen = new AntdUI.Button();
2025-03-15 09:47:09 +08:00
tbModelpath = new TextBox();
2025-03-13 19:27:31 +08:00
label1 = new AntdUI.Label();
2025-03-13 18:54:05 +08:00
panel1.SuspendLayout();
panel2.SuspendLayout();
SuspendLayout();
//
// panel1
//
2025-03-13 19:27:31 +08:00
panel1.BorderStyle = BorderStyle.FixedSingle;
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(button3);
panel1.Controls.Add(panel2);
panel1.Controls.Add(label10);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(sthSaveNGPic);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label9);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(swSaveOKPic);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label7);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(sthPic);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label8);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(switchEnable);
panel1.Controls.Add(tbDetectName);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label6);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(cbxDetectType);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label5);
panel1.Controls.Add(btnPreOpen);
2025-03-15 09:47:09 +08:00
panel1.Controls.Add(tbModelpath);
2025-03-13 18:54:05 +08:00
panel1.Controls.Add(label1);
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(0, 0);
panel1.Name = "panel1";
2025-03-15 09:47:09 +08:00
panel1.Size = new Size(683, 445);
2025-03-13 18:54:05 +08:00
panel1.TabIndex = 0;
//
2025-03-13 19:27:31 +08:00
// button3
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
button3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
button3.Location = new Point(538, 70);
2025-03-13 19:27:31 +08:00
button3.Name = "button3";
2025-03-15 09:47:09 +08:00
button3.Size = new Size(115, 34);
2025-03-13 19:27:31 +08:00
button3.TabIndex = 37;
button3.Text = "查看文件夹";
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// panel2
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
panel2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
2025-03-13 19:27:31 +08:00
panel2.Controls.Add(label2);
2025-03-15 09:47:09 +08:00
panel2.Controls.Add(buttonDEL);
panel2.Controls.Add(table_base);
panel2.Controls.Add(buttonADD);
2025-03-13 19:27:31 +08:00
panel2.Location = new Point(17, 141);
panel2.Name = "panel2";
2025-03-15 09:47:09 +08:00
panel2.Size = new Size(639, 286);
2025-03-13 19:27:31 +08:00
panel2.TabIndex = 35;
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label2
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
label2.AutoSize = true;
label2.Location = new Point(3, 5);
label2.Name = "label2";
label2.Size = new Size(56, 17);
label2.TabIndex = 25;
label2.Text = "模型参数";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// buttonDEL
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
buttonDEL.Location = new Point(93, 25);
buttonDEL.Name = "buttonDEL";
buttonDEL.Size = new Size(84, 34);
buttonDEL.TabIndex = 24;
buttonDEL.Text = "删除";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// table_base
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
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";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// buttonADD
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
buttonADD.Location = new Point(3, 25);
buttonADD.Name = "buttonADD";
buttonADD.Size = new Size(84, 34);
buttonADD.TabIndex = 23;
buttonADD.Text = "新增";
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label10
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
label10.Location = new Point(171, 99);
2025-03-13 19:27:31 +08:00
label10.Name = "label10";
label10.Size = new Size(73, 23);
label10.TabIndex = 34;
label10.Text = "保存NG原图";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// sthSaveNGPic
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
sthSaveNGPic.Location = new Point(258, 99);
sthSaveNGPic.Name = "sthSaveNGPic";
sthSaveNGPic.Size = new Size(57, 23);
sthSaveNGPic.TabIndex = 33;
sthSaveNGPic.Text = "switch4";
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label9
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
label9.Location = new Point(17, 99);
2025-03-13 19:27:31 +08:00
label9.Name = "label9";
label9.Size = new Size(73, 23);
label9.TabIndex = 32;
label9.Text = "保存OK原图";
//
2025-03-15 09:47:09 +08:00
// swSaveOKPic
2025-03-13 19:27:31 +08:00
//
2025-03-15 09:47:09 +08:00
swSaveOKPic.Location = new Point(96, 99);
swSaveOKPic.Name = "swSaveOKPic";
swSaveOKPic.Size = new Size(57, 23);
swSaveOKPic.TabIndex = 31;
swSaveOKPic.Text = "switch3";
2025-03-13 18:54:05 +08:00
//
// label7
//
label7.Location = new Point(179, 70);
label7.Name = "label7";
label7.Size = new Size(58, 23);
label7.TabIndex = 30;
label7.Text = "数据保存";
//
2025-03-15 09:47:09 +08:00
// sthPic
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
sthPic.Location = new Point(258, 70);
sthPic.Name = "sthPic";
sthPic.Size = new Size(57, 23);
sthPic.TabIndex = 29;
sthPic.Text = "switch2";
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label8
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
label8.Location = new Point(17, 70);
label8.Name = "label8";
label8.Size = new Size(58, 23);
label8.TabIndex = 28;
label8.Text = "模型启用";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// switchEnable
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
switchEnable.Location = new Point(96, 70);
switchEnable.Name = "switchEnable";
switchEnable.Size = new Size(57, 23);
switchEnable.TabIndex = 27;
switchEnable.Text = "switch1";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// tbDetectName
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
tbDetectName.Location = new Point(96, 12);
tbDetectName.Name = "tbDetectName";
tbDetectName.Size = new Size(211, 23);
tbDetectName.TabIndex = 26;
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label6
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
label6.Location = new Point(17, 12);
label6.Name = "label6";
label6.Size = new Size(58, 23);
label6.TabIndex = 25;
label6.Text = "检测名称";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// cbxDetectType
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
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;
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label5
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
label5.Location = new Point(333, 12);
label5.Name = "label5";
label5.Size = new Size(73, 23);
label5.TabIndex = 23;
label5.Text = "目标类型";
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// btnPreOpen
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
btnPreOpen.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
2025-03-13 19:27:31 +08:00
btnPreOpen.Location = new Point(613, 41);
btnPreOpen.Name = "btnPreOpen";
2025-03-15 09:47:09 +08:00
btnPreOpen.Size = new Size(43, 23);
2025-03-13 19:27:31 +08:00
btnPreOpen.TabIndex = 22;
btnPreOpen.Text = "...";
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
// tbModelpath
2025-03-13 18:54:05 +08:00
//
2025-03-15 09:47:09 +08:00
tbModelpath.Location = new Point(96, 41);
tbModelpath.Name = "tbModelpath";
tbModelpath.Size = new Size(511, 23);
tbModelpath.TabIndex = 17;
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
// label1
2025-03-13 18:54:05 +08:00
//
2025-03-13 19:27:31 +08:00
label1.Location = new Point(17, 41);
label1.Name = "label1";
label1.Size = new Size(73, 23);
label1.TabIndex = 9;
label1.Text = "模型路径";
2025-03-13 18:54:05 +08:00
//
// DetectConfigControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(panel1);
Name = "DetectConfigControl";
2025-03-15 09:47:09 +08:00
Size = new Size(683, 445);
2025-03-13 18:54:05 +08:00
panel1.ResumeLayout(false);
panel1.PerformLayout();
panel2.ResumeLayout(false);
panel2.PerformLayout();
ResumeLayout(false);
}
#endregion
private Panel panel1;
private AntdUI.Label label1;
2025-03-15 09:47:09 +08:00
private TextBox tbModelpath;
private TextBox tbDetectName;
2025-03-13 18:54:05 +08:00
private AntdUI.Label label6;
2025-03-15 09:47:09 +08:00
private ComboBox cbxDetectType;
2025-03-13 18:54:05 +08:00
private AntdUI.Label label5;
private AntdUI.Button btnPreOpen;
private AntdUI.Label label7;
2025-03-15 09:47:09 +08:00
private AntdUI.Switch sthPic;
2025-03-13 18:54:05 +08:00
private AntdUI.Label label8;
2025-03-15 09:47:09 +08:00
private AntdUI.Switch switchEnable;
2025-03-13 18:54:05 +08:00
private AntdUI.Label label10;
2025-03-15 09:47:09 +08:00
private AntdUI.Switch sthSaveNGPic;
2025-03-13 18:54:05 +08:00
private AntdUI.Label label9;
2025-03-15 09:47:09 +08:00
private AntdUI.Switch swSaveOKPic;
2025-03-13 18:54:05 +08:00
private Panel panel2;
private Label label2;
2025-03-15 09:47:09 +08:00
private AntdUI.Button buttonDEL;
private AntdUI.Table table_base;
private AntdUI.Button buttonADD;
2025-03-13 18:54:05 +08:00
private AntdUI.Button button3;
}
}