namespace HalconTools
|
{
|
partial class frmScrewAssistant
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.hWindowControl1 = new HalconDotNet.HWindowControl();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.btnLoadImage = new System.Windows.Forms.Button();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.btnReset = new System.Windows.Forms.Button();
|
this.rbZoom = new System.Windows.Forms.RadioButton();
|
this.rbMove = new System.Windows.Forms.RadioButton();
|
this.rbNone = new System.Windows.Forms.RadioButton();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.btnRadius = new System.Windows.Forms.Button();
|
this.txtRadiusMax = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.txtRadiusMin = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.btnRoundness = new System.Windows.Forms.Button();
|
this.txtRoundnessMax = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.txtRoundnessMin = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.btnThresholdSubPix = new System.Windows.Forms.Button();
|
this.txtThresholdSubPix = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.btnRun = new System.Windows.Forms.Button();
|
this.btnSavePara = new System.Windows.Forms.Button();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// hWindowControl1
|
//
|
this.hWindowControl1.BackColor = System.Drawing.Color.Black;
|
this.hWindowControl1.BorderColor = System.Drawing.Color.Black;
|
this.hWindowControl1.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
|
this.hWindowControl1.Location = new System.Drawing.Point(11, 12);
|
this.hWindowControl1.Name = "hWindowControl1";
|
this.hWindowControl1.Size = new System.Drawing.Size(621, 488);
|
this.hWindowControl1.TabIndex = 0;
|
this.hWindowControl1.WindowSize = new System.Drawing.Size(621, 488);
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.btnLoadImage);
|
this.groupBox1.Location = new System.Drawing.Point(640, 9);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(332, 86);
|
this.groupBox1.TabIndex = 1;
|
this.groupBox1.TabStop = false;
|
//
|
// btnLoadImage
|
//
|
this.btnLoadImage.Location = new System.Drawing.Point(22, 20);
|
this.btnLoadImage.Name = "btnLoadImage";
|
this.btnLoadImage.Size = new System.Drawing.Size(117, 53);
|
this.btnLoadImage.TabIndex = 0;
|
this.btnLoadImage.Text = "加载图片";
|
this.btnLoadImage.UseVisualStyleBackColor = true;
|
this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click);
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.btnReset);
|
this.groupBox2.Controls.Add(this.rbZoom);
|
this.groupBox2.Controls.Add(this.rbMove);
|
this.groupBox2.Controls.Add(this.rbNone);
|
this.groupBox2.Location = new System.Drawing.Point(640, 99);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(332, 59);
|
this.groupBox2.TabIndex = 2;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "图片操作";
|
//
|
// btnReset
|
//
|
this.btnReset.Location = new System.Drawing.Point(234, 20);
|
this.btnReset.Name = "btnReset";
|
this.btnReset.Size = new System.Drawing.Size(83, 29);
|
this.btnReset.TabIndex = 3;
|
this.btnReset.Text = "还原";
|
this.btnReset.UseVisualStyleBackColor = true;
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
//
|
// rbZoom
|
//
|
this.rbZoom.AutoSize = true;
|
this.rbZoom.Location = new System.Drawing.Point(160, 26);
|
this.rbZoom.Name = "rbZoom";
|
this.rbZoom.Size = new System.Drawing.Size(47, 16);
|
this.rbZoom.TabIndex = 2;
|
this.rbZoom.TabStop = true;
|
this.rbZoom.Text = "Zoom";
|
this.rbZoom.UseVisualStyleBackColor = true;
|
this.rbZoom.CheckedChanged += new System.EventHandler(this.rbZoom_CheckedChanged);
|
//
|
// rbMove
|
//
|
this.rbMove.AutoSize = true;
|
this.rbMove.Location = new System.Drawing.Point(92, 26);
|
this.rbMove.Name = "rbMove";
|
this.rbMove.Size = new System.Drawing.Size(47, 16);
|
this.rbMove.TabIndex = 1;
|
this.rbMove.TabStop = true;
|
this.rbMove.Text = "Move";
|
this.rbMove.UseVisualStyleBackColor = true;
|
this.rbMove.CheckedChanged += new System.EventHandler(this.rbMove_CheckedChanged);
|
//
|
// rbNone
|
//
|
this.rbNone.AutoSize = true;
|
this.rbNone.Checked = true;
|
this.rbNone.Location = new System.Drawing.Point(22, 26);
|
this.rbNone.Name = "rbNone";
|
this.rbNone.Size = new System.Drawing.Size(47, 16);
|
this.rbNone.TabIndex = 0;
|
this.rbNone.TabStop = true;
|
this.rbNone.Text = "None";
|
this.rbNone.UseVisualStyleBackColor = true;
|
this.rbNone.CheckedChanged += new System.EventHandler(this.rbNone_CheckedChanged);
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.btnRadius);
|
this.groupBox3.Controls.Add(this.txtRadiusMax);
|
this.groupBox3.Controls.Add(this.label4);
|
this.groupBox3.Controls.Add(this.txtRadiusMin);
|
this.groupBox3.Controls.Add(this.label5);
|
this.groupBox3.Controls.Add(this.btnRoundness);
|
this.groupBox3.Controls.Add(this.txtRoundnessMax);
|
this.groupBox3.Controls.Add(this.label3);
|
this.groupBox3.Controls.Add(this.txtRoundnessMin);
|
this.groupBox3.Controls.Add(this.label2);
|
this.groupBox3.Controls.Add(this.btnThresholdSubPix);
|
this.groupBox3.Controls.Add(this.txtThresholdSubPix);
|
this.groupBox3.Controls.Add(this.label1);
|
this.groupBox3.Location = new System.Drawing.Point(642, 171);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(330, 171);
|
this.groupBox3.TabIndex = 3;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "参数";
|
//
|
// btnRadius
|
//
|
this.btnRadius.Location = new System.Drawing.Point(257, 120);
|
this.btnRadius.Name = "btnRadius";
|
this.btnRadius.Size = new System.Drawing.Size(48, 23);
|
this.btnRadius.TabIndex = 12;
|
this.btnRadius.Text = "测试";
|
this.btnRadius.UseVisualStyleBackColor = true;
|
this.btnRadius.Click += new System.EventHandler(this.btnRadius_Click);
|
//
|
// txtRadiusMax
|
//
|
this.txtRadiusMax.Location = new System.Drawing.Point(160, 122);
|
this.txtRadiusMax.Name = "txtRadiusMax";
|
this.txtRadiusMax.Size = new System.Drawing.Size(60, 21);
|
this.txtRadiusMax.TabIndex = 11;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(143, 125);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(11, 12);
|
this.label4.TabIndex = 10;
|
this.label4.Text = "-";
|
//
|
// txtRadiusMin
|
//
|
this.txtRadiusMin.Location = new System.Drawing.Point(77, 122);
|
this.txtRadiusMin.Name = "txtRadiusMin";
|
this.txtRadiusMin.Size = new System.Drawing.Size(60, 21);
|
this.txtRadiusMin.TabIndex = 9;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(6, 125);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
this.label5.TabIndex = 8;
|
this.label5.Text = "圆半径范围";
|
//
|
// btnRoundness
|
//
|
this.btnRoundness.Location = new System.Drawing.Point(257, 70);
|
this.btnRoundness.Name = "btnRoundness";
|
this.btnRoundness.Size = new System.Drawing.Size(48, 23);
|
this.btnRoundness.TabIndex = 7;
|
this.btnRoundness.Text = "测试";
|
this.btnRoundness.UseVisualStyleBackColor = true;
|
this.btnRoundness.Click += new System.EventHandler(this.btnRoundness_Click);
|
//
|
// txtRoundnessMax
|
//
|
this.txtRoundnessMax.Location = new System.Drawing.Point(160, 72);
|
this.txtRoundnessMax.Name = "txtRoundnessMax";
|
this.txtRoundnessMax.Size = new System.Drawing.Size(60, 21);
|
this.txtRoundnessMax.TabIndex = 6;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(143, 75);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
this.label3.TabIndex = 5;
|
this.label3.Text = "-";
|
//
|
// txtRoundnessMin
|
//
|
this.txtRoundnessMin.Location = new System.Drawing.Point(77, 72);
|
this.txtRoundnessMin.Name = "txtRoundnessMin";
|
this.txtRoundnessMin.Size = new System.Drawing.Size(60, 21);
|
this.txtRoundnessMin.TabIndex = 4;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(6, 75);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 3;
|
this.label2.Text = "真圆度范围";
|
//
|
// btnThresholdSubPix
|
//
|
this.btnThresholdSubPix.Location = new System.Drawing.Point(257, 23);
|
this.btnThresholdSubPix.Name = "btnThresholdSubPix";
|
this.btnThresholdSubPix.Size = new System.Drawing.Size(48, 23);
|
this.btnThresholdSubPix.TabIndex = 2;
|
this.btnThresholdSubPix.Text = "测试";
|
this.btnThresholdSubPix.UseVisualStyleBackColor = true;
|
this.btnThresholdSubPix.Click += new System.EventHandler(this.btnThresholdSubPix_Click);
|
//
|
// txtThresholdSubPix
|
//
|
this.txtThresholdSubPix.Location = new System.Drawing.Point(77, 25);
|
this.txtThresholdSubPix.Name = "txtThresholdSubPix";
|
this.txtThresholdSubPix.Size = new System.Drawing.Size(60, 21);
|
this.txtThresholdSubPix.TabIndex = 1;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(6, 28);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "边缘二值化";
|
//
|
// btnRun
|
//
|
this.btnRun.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnRun.Location = new System.Drawing.Point(640, 378);
|
this.btnRun.Name = "btnRun";
|
this.btnRun.Size = new System.Drawing.Size(133, 68);
|
this.btnRun.TabIndex = 4;
|
this.btnRun.Text = "运行";
|
this.btnRun.UseVisualStyleBackColor = true;
|
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
|
//
|
// btnSavePara
|
//
|
this.btnSavePara.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnSavePara.Location = new System.Drawing.Point(819, 378);
|
this.btnSavePara.Name = "btnSavePara";
|
this.btnSavePara.Size = new System.Drawing.Size(128, 68);
|
this.btnSavePara.TabIndex = 5;
|
this.btnSavePara.Text = "保存参数";
|
this.btnSavePara.UseVisualStyleBackColor = true;
|
this.btnSavePara.Click += new System.EventHandler(this.btnSavePara_Click);
|
//
|
// frmScrewAssistant
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(984, 515);
|
this.Controls.Add(this.btnSavePara);
|
this.Controls.Add(this.btnRun);
|
this.Controls.Add(this.groupBox3);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.hWindowControl1);
|
this.Name = "frmScrewAssistant";
|
this.Text = "frmScrewAssistant";
|
this.Load += new System.EventHandler(this.frmScrewAssistant_Load);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private HalconDotNet.HWindowControl hWindowControl1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Button btnLoadImage;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.RadioButton rbNone;
|
private System.Windows.Forms.Button btnReset;
|
private System.Windows.Forms.RadioButton rbZoom;
|
private System.Windows.Forms.RadioButton rbMove;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtThresholdSubPix;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btnThresholdSubPix;
|
private System.Windows.Forms.TextBox txtRoundnessMax;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox txtRoundnessMin;
|
private System.Windows.Forms.Button btnRadius;
|
private System.Windows.Forms.TextBox txtRadiusMax;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox txtRadiusMin;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Button btnRoundness;
|
private System.Windows.Forms.Button btnRun;
|
private System.Windows.Forms.Button btnSavePara;
|
}
|
}
|