namespace HalconTools { partial class frmContourAssistant { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.viewport1 = new HalconDotNet.HWindowControl(); this.viewport2 = new HalconDotNet.HWindowControl(); this.viewport4 = new HalconDotNet.HWindowControl(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnResetAll = new System.Windows.Forms.Button(); this.btnLoadImage = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnFitZoom = 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.viewport3 = new HalconDotNet.HWindowControl(); this.label4 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.labArea = new System.Windows.Forms.Label(); this.btnSelect = new System.Windows.Forms.Button(); this.btnSelectShape = new System.Windows.Forms.Button(); this.btnThreshold = new System.Windows.Forms.Button(); this.nUDAreaMax = new System.Windows.Forms.NumericUpDown(); this.nUDAreaMin = new System.Windows.Forms.NumericUpDown(); this.nUDThresholdMax = new System.Windows.Forms.NumericUpDown(); this.nUDThresholdMin = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.cmbSelectObj = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnRun = new System.Windows.Forms.Button(); this.btnParaSave = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nUDAreaMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDAreaMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDThresholdMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDThresholdMin)).BeginInit(); this.SuspendLayout(); // // viewport1 // this.viewport1.BackColor = System.Drawing.Color.Black; this.viewport1.BorderColor = System.Drawing.Color.Black; this.viewport1.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); this.viewport1.Location = new System.Drawing.Point(12, 24); this.viewport1.Name = "viewport1"; this.viewport1.Size = new System.Drawing.Size(320, 240); this.viewport1.TabIndex = 0; this.viewport1.WindowSize = new System.Drawing.Size(320, 240); // // viewport2 // this.viewport2.BackColor = System.Drawing.Color.Black; this.viewport2.BorderColor = System.Drawing.Color.Black; this.viewport2.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); this.viewport2.Location = new System.Drawing.Point(338, 24); this.viewport2.Name = "viewport2"; this.viewport2.Size = new System.Drawing.Size(320, 240); this.viewport2.TabIndex = 1; this.viewport2.WindowSize = new System.Drawing.Size(320, 240); // // viewport4 // this.viewport4.BackColor = System.Drawing.Color.Black; this.viewport4.BorderColor = System.Drawing.Color.Black; this.viewport4.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); this.viewport4.Location = new System.Drawing.Point(338, 282); this.viewport4.Name = "viewport4"; this.viewport4.Size = new System.Drawing.Size(320, 240); this.viewport4.TabIndex = 2; this.viewport4.WindowSize = new System.Drawing.Size(320, 240); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 3; this.label1.Text = "原图"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(336, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 4; this.label2.Text = "二值化"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(336, 267); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 5; this.label3.Text = "选择后"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnResetAll); this.groupBox1.Controls.Add(this.btnLoadImage); this.groupBox1.Location = new System.Drawing.Point(672, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(307, 88); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; // // btnResetAll // this.btnResetAll.Location = new System.Drawing.Point(183, 20); this.btnResetAll.Name = "btnResetAll"; this.btnResetAll.Size = new System.Drawing.Size(92, 49); this.btnResetAll.TabIndex = 1; this.btnResetAll.Text = "所有还原"; this.btnResetAll.UseVisualStyleBackColor = true; this.btnResetAll.Click += new System.EventHandler(this.btnResetAll_Click); // // btnLoadImage // this.btnLoadImage.Location = new System.Drawing.Point(21, 20); this.btnLoadImage.Name = "btnLoadImage"; this.btnLoadImage.Size = new System.Drawing.Size(94, 49); 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.btnFitZoom); 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(672, 106); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(307, 78); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "图片操作"; // // btnFitZoom // this.btnFitZoom.Location = new System.Drawing.Point(206, 28); this.btnFitZoom.Name = "btnFitZoom"; this.btnFitZoom.Size = new System.Drawing.Size(75, 31); this.btnFitZoom.TabIndex = 3; this.btnFitZoom.Text = "适合窗体"; this.btnFitZoom.UseVisualStyleBackColor = true; this.btnFitZoom.Click += new System.EventHandler(this.btnFitZoom_Click); // // RBZoom // this.RBZoom.AutoSize = true; this.RBZoom.Location = new System.Drawing.Point(140, 35); this.RBZoom.Name = "RBZoom"; this.RBZoom.Size = new System.Drawing.Size(47, 16); this.RBZoom.TabIndex = 2; 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(75, 35); this.RBmove.Name = "RBmove"; this.RBmove.Size = new System.Drawing.Size(47, 16); this.RBmove.TabIndex = 1; 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(6, 35); 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); // // viewport3 // this.viewport3.BackColor = System.Drawing.Color.Black; this.viewport3.BorderColor = System.Drawing.Color.Black; this.viewport3.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480); this.viewport3.Location = new System.Drawing.Point(12, 282); this.viewport3.Name = "viewport3"; this.viewport3.Size = new System.Drawing.Size(320, 240); this.viewport3.TabIndex = 8; this.viewport3.WindowSize = new System.Drawing.Size(320, 240); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 267); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 9; this.label4.Text = "去杂后"; // // groupBox3 // this.groupBox3.Controls.Add(this.labArea); this.groupBox3.Controls.Add(this.btnSelect); this.groupBox3.Controls.Add(this.btnSelectShape); this.groupBox3.Controls.Add(this.btnThreshold); this.groupBox3.Controls.Add(this.nUDAreaMax); this.groupBox3.Controls.Add(this.nUDAreaMin); this.groupBox3.Controls.Add(this.nUDThresholdMax); this.groupBox3.Controls.Add(this.nUDThresholdMin); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.cmbSelectObj); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Location = new System.Drawing.Point(672, 190); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(307, 171); this.groupBox3.TabIndex = 10; this.groupBox3.TabStop = false; this.groupBox3.Text = "参数"; // // labArea // this.labArea.AutoSize = true; this.labArea.Location = new System.Drawing.Point(142, 144); this.labArea.Name = "labArea"; this.labArea.Size = new System.Drawing.Size(29, 12); this.labArea.TabIndex = 13; this.labArea.Text = "面积"; // // btnSelect // this.btnSelect.Location = new System.Drawing.Point(225, 139); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(66, 23); this.btnSelect.TabIndex = 12; this.btnSelect.Text = "选择"; this.btnSelect.UseVisualStyleBackColor = true; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // btnSelectShape // this.btnSelectShape.Location = new System.Drawing.Point(225, 101); this.btnSelectShape.Name = "btnSelectShape"; this.btnSelectShape.Size = new System.Drawing.Size(66, 23); this.btnSelectShape.TabIndex = 11; this.btnSelectShape.Text = "去杂"; this.btnSelectShape.UseVisualStyleBackColor = true; this.btnSelectShape.Click += new System.EventHandler(this.btnSelectShape_Click); // // btnThreshold // this.btnThreshold.Location = new System.Drawing.Point(225, 50); this.btnThreshold.Name = "btnThreshold"; this.btnThreshold.Size = new System.Drawing.Size(66, 23); this.btnThreshold.TabIndex = 10; this.btnThreshold.Text = "二值化"; this.btnThreshold.UseVisualStyleBackColor = true; this.btnThreshold.Click += new System.EventHandler(this.btnThreshold_Click); // // nUDAreaMax // this.nUDAreaMax.Location = new System.Drawing.Point(124, 104); this.nUDAreaMax.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.nUDAreaMax.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nUDAreaMax.Name = "nUDAreaMax"; this.nUDAreaMax.Size = new System.Drawing.Size(76, 21); this.nUDAreaMax.TabIndex = 9; this.nUDAreaMax.Value = new decimal(new int[] { 9999999, 0, 0, 0}); // // nUDAreaMin // this.nUDAreaMin.Location = new System.Drawing.Point(14, 104); this.nUDAreaMin.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.nUDAreaMin.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nUDAreaMin.Name = "nUDAreaMin"; this.nUDAreaMin.Size = new System.Drawing.Size(75, 21); this.nUDAreaMin.TabIndex = 8; this.nUDAreaMin.Value = new decimal(new int[] { 1000, 0, 0, 0}); // // nUDThresholdMax // this.nUDThresholdMax.Location = new System.Drawing.Point(124, 53); this.nUDThresholdMax.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nUDThresholdMax.Name = "nUDThresholdMax"; this.nUDThresholdMax.Size = new System.Drawing.Size(76, 21); this.nUDThresholdMax.TabIndex = 7; this.nUDThresholdMax.Value = new decimal(new int[] { 255, 0, 0, 0}); // // nUDThresholdMin // this.nUDThresholdMin.Location = new System.Drawing.Point(14, 53); this.nUDThresholdMin.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nUDThresholdMin.Name = "nUDThresholdMin"; this.nUDThresholdMin.Size = new System.Drawing.Size(75, 21); this.nUDThresholdMin.TabIndex = 6; this.nUDThresholdMin.Value = new decimal(new int[] { 128, 0, 0, 0}); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 144); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 5; this.label9.Text = "选择物体"; // // cmbSelectObj // this.cmbSelectObj.FormattingEnabled = true; this.cmbSelectObj.Items.AddRange(new object[] { "1"}); this.cmbSelectObj.Location = new System.Drawing.Point(71, 141); this.cmbSelectObj.Name = "cmbSelectObj"; this.cmbSelectObj.Size = new System.Drawing.Size(65, 20); this.cmbSelectObj.TabIndex = 4; this.cmbSelectObj.SelectedIndexChanged += new System.EventHandler(this.cmbSelectObj_SelectedIndexChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(123, 84); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(89, 12); this.label8.TabIndex = 3; this.label8.Text = "去杂面积最大值"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 84); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(89, 12); this.label7.TabIndex = 2; this.label7.Text = "去杂面积最小值"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(123, 31); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 1; this.label6.Text = "二值化最大值"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 12); this.label5.TabIndex = 0; this.label5.Text = "二值化最小值"; // // btnRun // this.btnRun.Location = new System.Drawing.Point(672, 386); this.btnRun.Name = "btnRun"; this.btnRun.Size = new System.Drawing.Size(115, 56); this.btnRun.TabIndex = 11; this.btnRun.Text = "运行"; this.btnRun.UseVisualStyleBackColor = true; this.btnRun.Click += new System.EventHandler(this.btnRun_Click); // // btnParaSave // this.btnParaSave.Location = new System.Drawing.Point(812, 386); this.btnParaSave.Name = "btnParaSave"; this.btnParaSave.Size = new System.Drawing.Size(118, 56); this.btnParaSave.TabIndex = 12; this.btnParaSave.Text = "参数保存"; this.btnParaSave.UseVisualStyleBackColor = true; this.btnParaSave.Click += new System.EventHandler(this.btnParaSave_Click); // // frmContourAssistant // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(991, 532); this.Controls.Add(this.btnParaSave); this.Controls.Add(this.btnRun); this.Controls.Add(this.groupBox3); this.Controls.Add(this.label4); this.Controls.Add(this.viewport3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.viewport4); this.Controls.Add(this.viewport2); this.Controls.Add(this.viewport1); this.Name = "frmContourAssistant"; this.Text = "frmContourAssistant"; this.Load += new System.EventHandler(this.frmContourAssistant_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nUDAreaMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDAreaMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDThresholdMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nUDThresholdMin)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private HalconDotNet.HWindowControl viewport1; private HalconDotNet.HWindowControl viewport2; private HalconDotNet.HWindowControl viewport4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnLoadImage; private System.Windows.Forms.Button btnResetAll; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.RadioButton RBZoom; private System.Windows.Forms.RadioButton RBmove; private System.Windows.Forms.RadioButton RBnone; private System.Windows.Forms.Button btnFitZoom; private HalconDotNet.HWindowControl viewport3; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label9; private System.Windows.Forms.ComboBox cmbSelectObj; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown nUDAreaMin; private System.Windows.Forms.NumericUpDown nUDThresholdMax; private System.Windows.Forms.NumericUpDown nUDThresholdMin; private System.Windows.Forms.NumericUpDown nUDAreaMax; private System.Windows.Forms.Button btnSelectShape; private System.Windows.Forms.Button btnThreshold; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.Button btnRun; private System.Windows.Forms.Button btnParaSave; private System.Windows.Forms.Label labArea; } }