|
- namespace DefectInferTool
- {
- partial class Form1
- {
- /// <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 Windows 窗体设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.flpQualifiedPannel = new System.Windows.Forms.FlowLayoutPanel();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.gboxDefectList = new System.Windows.Forms.GroupBox();
- this.pnlBmpList = new System.Windows.Forms.FlowLayoutPanel();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
- this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
- this.lstLog = new System.Windows.Forms.ListBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.groupBox1.SuspendLayout();
- this.gboxDefectList.SuspendLayout();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.groupBox4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
- this.groupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
- this.groupBox6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
- this.SuspendLayout();
- //
- // flpQualifiedPannel
- //
- this.flpQualifiedPannel.AutoScroll = true;
- this.flpQualifiedPannel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flpQualifiedPannel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.flpQualifiedPannel.Location = new System.Drawing.Point(3, 17);
- this.flpQualifiedPannel.Margin = new System.Windows.Forms.Padding(2);
- this.flpQualifiedPannel.Name = "flpQualifiedPannel";
- this.flpQualifiedPannel.Padding = new System.Windows.Forms.Padding(3);
- this.flpQualifiedPannel.Size = new System.Drawing.Size(592, 416);
- this.flpQualifiedPannel.TabIndex = 1;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.flpQualifiedPannel);
- this.groupBox1.Location = new System.Drawing.Point(12, 197);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(598, 436);
- this.groupBox1.TabIndex = 2;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "测试标准";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(15, 54);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(143, 23);
- this.button1.TabIndex = 3;
- this.button1.Text = "加载图片并推理";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(614, 12);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(491, 119);
- this.textBox1.TabIndex = 4;
- //
- // gboxDefectList
- //
- this.gboxDefectList.Controls.Add(this.pnlBmpList);
- this.gboxDefectList.Location = new System.Drawing.Point(616, 210);
- this.gboxDefectList.Name = "gboxDefectList";
- this.gboxDefectList.Size = new System.Drawing.Size(489, 423);
- this.gboxDefectList.TabIndex = 5;
- this.gboxDefectList.TabStop = false;
- this.gboxDefectList.Tag = "0";
- this.gboxDefectList.Text = "小图";
- //
- // pnlBmpList
- //
- this.pnlBmpList.AutoScroll = true;
- this.pnlBmpList.AutoSize = true;
- this.pnlBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.pnlBmpList.Location = new System.Drawing.Point(3, 17);
- this.pnlBmpList.Margin = new System.Windows.Forms.Padding(2);
- this.pnlBmpList.Name = "pnlBmpList";
- this.pnlBmpList.Padding = new System.Windows.Forms.Padding(3);
- this.pnlBmpList.Size = new System.Drawing.Size(483, 403);
- this.pnlBmpList.TabIndex = 1;
- this.pnlBmpList.WrapContents = false;
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(193, 56);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(393, 21);
- this.textBox3.TabIndex = 7;
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(193, 91);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(393, 21);
- this.textBox4.TabIndex = 8;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(15, 89);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(143, 23);
- this.button2.TabIndex = 9;
- this.button2.Text = "设置小图保存路径";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(193, 22);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(393, 20);
- this.comboBox1.TabIndex = 10;
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(105, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 11;
- this.label1.Text = "模型选择";
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(164, 122);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(96, 16);
- this.checkBox1.TabIndex = 12;
- this.checkBox1.Text = "开启单边计算";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.numericUpDown2);
- this.groupBox3.Controls.Add(this.numericUpDown1);
- this.groupBox3.Location = new System.Drawing.Point(164, 144);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(163, 47);
- this.groupBox3.TabIndex = 13;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "切割大小";
- //
- // numericUpDown2
- //
- this.numericUpDown2.Location = new System.Drawing.Point(82, 19);
- this.numericUpDown2.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown2.Name = "numericUpDown2";
- this.numericUpDown2.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown2.TabIndex = 1;
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown1.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown1.TabIndex = 0;
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.numericUpDown3);
- this.groupBox4.Controls.Add(this.numericUpDown4);
- this.groupBox4.Location = new System.Drawing.Point(333, 144);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(163, 47);
- this.groupBox4.TabIndex = 14;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "重置大小";
- //
- // numericUpDown3
- //
- this.numericUpDown3.Location = new System.Drawing.Point(82, 19);
- this.numericUpDown3.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown3.Name = "numericUpDown3";
- this.numericUpDown3.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown3.TabIndex = 1;
- //
- // numericUpDown4
- //
- this.numericUpDown4.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown4.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown4.Name = "numericUpDown4";
- this.numericUpDown4.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown4.TabIndex = 0;
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.numericUpDown6);
- this.groupBox5.Location = new System.Drawing.Point(502, 144);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(84, 47);
- this.groupBox5.TabIndex = 15;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "阈值";
- //
- // numericUpDown6
- //
- this.numericUpDown6.DecimalPlaces = 2;
- this.numericUpDown6.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numericUpDown6.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown6.Maximum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDown6.Name = "numericUpDown6";
- this.numericUpDown6.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown6.TabIndex = 0;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.numericUpDown5);
- this.groupBox6.Location = new System.Drawing.Point(74, 144);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(84, 47);
- this.groupBox6.TabIndex = 16;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "目数";
- //
- // numericUpDown5
- //
- this.numericUpDown5.Location = new System.Drawing.Point(6, 20);
- this.numericUpDown5.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.numericUpDown5.Name = "numericUpDown5";
- this.numericUpDown5.Size = new System.Drawing.Size(70, 21);
- this.numericUpDown5.TabIndex = 0;
- this.numericUpDown5.Value = new decimal(new int[] {
- 500,
- 0,
- 0,
- 0});
- //
- // lstLog
- //
- this.lstLog.FormattingEnabled = true;
- this.lstLog.ItemHeight = 12;
- this.lstLog.Location = new System.Drawing.Point(614, 137);
- this.lstLog.Name = "lstLog";
- this.lstLog.Size = new System.Drawing.Size(491, 64);
- this.lstLog.TabIndex = 17;
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(12, 24);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(66, 16);
- this.checkBox2.TabIndex = 18;
- this.checkBox2.Text = "使用GPU";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1117, 645);
- this.Controls.Add(this.checkBox2);
- this.Controls.Add(this.lstLog);
- this.Controls.Add(this.groupBox6);
- this.Controls.Add(this.groupBox5);
- this.Controls.Add(this.groupBox4);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.textBox4);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.gboxDefectList);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.groupBox1);
- this.Name = "Form1";
- this.Text = "版博士推理工具";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.gboxDefectList.ResumeLayout(false);
- this.gboxDefectList.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.groupBox4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
- this.groupBox5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
- this.groupBox6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.FlowLayoutPanel flpQualifiedPannel;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.GroupBox gboxDefectList;
- private System.Windows.Forms.FlowLayoutPanel pnlBmpList;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.NumericUpDown numericUpDown2;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.NumericUpDown numericUpDown3;
- private System.Windows.Forms.NumericUpDown numericUpDown4;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.NumericUpDown numericUpDown6;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.NumericUpDown numericUpDown5;
- private System.Windows.Forms.ListBox lstLog;
- private System.Windows.Forms.CheckBox checkBox2;
- }
- }
-
|