AoiBlobControl.Designer.cs 14.1 KB
namespace AccAOI.control
{
    partial class AoiBlobControl
    {
        /// <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()
        {
            this.flatLabel1 = new Asa.Theme.FlatLabel();
            this.trackBarThresh = new System.Windows.Forms.TrackBar();
            this.lblthresh = new Asa.Theme.FlatLabel();
            this.flatLabel3 = new Asa.Theme.FlatLabel();
            this.chkwhiteOnBlack = new Asa.Theme.FlatCheck();
            this.flatLabel2 = new Asa.Theme.FlatLabel();
            this.txtminArea = new Asa.Theme.FlatText();
            this.txtmaxArea = new Asa.Theme.FlatText();
            this.flatLabel5 = new Asa.Theme.FlatLabel();
            this.flatLabel4 = new Asa.Theme.FlatLabel();
            this.txtmaxNum = new Asa.Theme.FlatText();
            this.txtminNum = new Asa.Theme.FlatText();
            this.flatLabel6 = new Asa.Theme.FlatLabel();
            this.btnUpdate = new Asa.Theme.FlatButton();
            this.flatLabel7 = new Asa.Theme.FlatLabel();
            this.txtNumResult = new Asa.Theme.FlatText();
            this.lblList = new System.Windows.Forms.Label();
            this.panResult.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarThresh)).BeginInit();
            this.SuspendLayout();
            // 
            // panParam
            // 
            this.panParam.Location = new System.Drawing.Point(2, 319);
            this.panParam.Size = new System.Drawing.Size(302, 128);
            // 
            // panResult
            // 
            this.panResult.Controls.Add(this.lblList);
            this.panResult.Location = new System.Drawing.Point(2, 450);
            this.panResult.Size = new System.Drawing.Size(302, 370);
            // 
            // flatLabel1
            // 
            this.flatLabel1.Inside = false;
            this.flatLabel1.Location = new System.Drawing.Point(14, 350);
            this.flatLabel1.Name = "flatLabel1";
            this.flatLabel1.Size = new System.Drawing.Size(42, 30);
            this.flatLabel1.TabIndex = 8;
            this.flatLabel1.Text = "阈值:";
            this.flatLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackBarThresh
            // 
            this.trackBarThresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.trackBarThresh.Location = new System.Drawing.Point(63, 356);
            this.trackBarThresh.Maximum = 255;
            this.trackBarThresh.Minimum = -1;
            this.trackBarThresh.Name = "trackBarThresh";
            this.trackBarThresh.Size = new System.Drawing.Size(201, 45);
            this.trackBarThresh.TabIndex = 9;
            this.trackBarThresh.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBarThresh.Value = 100;
            this.trackBarThresh.ValueChanged += new System.EventHandler(this.trackBarThresh_ValueChanged);
            // 
            // lblthresh
            // 
            this.lblthresh.Inside = false;
            this.lblthresh.Location = new System.Drawing.Point(265, 350);
            this.lblthresh.Name = "lblthresh";
            this.lblthresh.Size = new System.Drawing.Size(30, 30);
            this.lblthresh.TabIndex = 10;
            this.lblthresh.Text = "100";
            // 
            // flatLabel3
            // 
            this.flatLabel3.Inside = false;
            this.flatLabel3.Location = new System.Drawing.Point(14, 484);
            this.flatLabel3.Name = "flatLabel3";
            this.flatLabel3.Size = new System.Drawing.Size(75, 30);
            this.flatLabel3.TabIndex = 13;
            this.flatLabel3.Text = "面积过滤:";
            // 
            // chkwhiteOnBlack
            // 
            this.chkwhiteOnBlack.Inside = false;
            this.chkwhiteOnBlack.Location = new System.Drawing.Point(125, 405);
            this.chkwhiteOnBlack.Name = "chkwhiteOnBlack";
            this.chkwhiteOnBlack.Size = new System.Drawing.Size(62, 30);
            this.chkwhiteOnBlack.TabIndex = 15;
            this.chkwhiteOnBlack.CheckedChanged += new Asa.Theme.Event.ValueChanged(this.chkwhiteOnBlack_CheckedChanged);
            // 
            // flatLabel2
            // 
            this.flatLabel2.Inside = false;
            this.flatLabel2.Location = new System.Drawing.Point(12, 405);
            this.flatLabel2.Name = "flatLabel2";
            this.flatLabel2.Size = new System.Drawing.Size(75, 30);
            this.flatLabel2.TabIndex = 16;
            this.flatLabel2.Text = "图形反转:";
            this.flatLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtminArea
            // 
            this.txtminArea.Font = new System.Drawing.Font("宋体", 9F);
            this.txtminArea.Inside = false;
            this.txtminArea.Location = new System.Drawing.Point(98, 484);
            this.txtminArea.Name = "txtminArea";
            this.txtminArea.Padding = new System.Windows.Forms.Padding(3);
            this.txtminArea.Size = new System.Drawing.Size(74, 30);
            this.txtminArea.TabIndex = 17;
            this.txtminArea.Text = "0";
            // 
            // txtmaxArea
            // 
            this.txtmaxArea.Font = new System.Drawing.Font("宋体", 9F);
            this.txtmaxArea.Inside = false;
            this.txtmaxArea.Location = new System.Drawing.Point(205, 484);
            this.txtmaxArea.Name = "txtmaxArea";
            this.txtmaxArea.Padding = new System.Windows.Forms.Padding(3);
            this.txtmaxArea.Size = new System.Drawing.Size(74, 30);
            this.txtmaxArea.TabIndex = 18;
            this.txtmaxArea.Text = "-1";
            // 
            // flatLabel5
            // 
            this.flatLabel5.Inside = false;
            this.flatLabel5.Location = new System.Drawing.Point(176, 490);
            this.flatLabel5.Name = "flatLabel5";
            this.flatLabel5.Size = new System.Drawing.Size(24, 25);
            this.flatLabel5.TabIndex = 19;
            this.flatLabel5.Text = "~";
            // 
            // flatLabel4
            // 
            this.flatLabel4.Inside = false;
            this.flatLabel4.Location = new System.Drawing.Point(176, 526);
            this.flatLabel4.Name = "flatLabel4";
            this.flatLabel4.Size = new System.Drawing.Size(24, 39);
            this.flatLabel4.TabIndex = 23;
            this.flatLabel4.Text = "~";
            // 
            // txtmaxNum
            // 
            this.txtmaxNum.Font = new System.Drawing.Font("宋体", 9F);
            this.txtmaxNum.Inside = false;
            this.txtmaxNum.Location = new System.Drawing.Point(205, 526);
            this.txtmaxNum.Name = "txtmaxNum";
            this.txtmaxNum.Padding = new System.Windows.Forms.Padding(3);
            this.txtmaxNum.Size = new System.Drawing.Size(74, 30);
            this.txtmaxNum.TabIndex = 22;
            this.txtmaxNum.Text = "-1";
            // 
            // txtminNum
            // 
            this.txtminNum.Font = new System.Drawing.Font("宋体", 9F);
            this.txtminNum.Inside = false;
            this.txtminNum.Location = new System.Drawing.Point(98, 526);
            this.txtminNum.Name = "txtminNum";
            this.txtminNum.Padding = new System.Windows.Forms.Padding(3);
            this.txtminNum.Size = new System.Drawing.Size(74, 30);
            this.txtminNum.TabIndex = 21;
            this.txtminNum.Text = "0";
            // 
            // flatLabel6
            // 
            this.flatLabel6.Inside = false;
            this.flatLabel6.Location = new System.Drawing.Point(14, 526);
            this.flatLabel6.Name = "flatLabel6";
            this.flatLabel6.Size = new System.Drawing.Size(75, 30);
            this.flatLabel6.TabIndex = 20;
            this.flatLabel6.Text = "数量判断:";
            // 
            // btnUpdate
            // 
            this.btnUpdate.ImageSize = new System.Drawing.Size(0, 0);
            this.btnUpdate.Inside = false;
            this.btnUpdate.Location = new System.Drawing.Point(189, 571);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(90, 30);
            this.btnUpdate.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnUpdate.TabIndex = 41;
            this.btnUpdate.Text = "更新";
            this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
            // 
            // flatLabel7
            // 
            this.flatLabel7.Inside = false;
            this.flatLabel7.Location = new System.Drawing.Point(10, 571);
            this.flatLabel7.Name = "flatLabel7";
            this.flatLabel7.Size = new System.Drawing.Size(83, 30);
            this.flatLabel7.TabIndex = 43;
            this.flatLabel7.Text = "数量判断结果:";
            // 
            // txtNumResult
            // 
            this.txtNumResult.Enabled = false;
            this.txtNumResult.Font = new System.Drawing.Font("宋体", 9F);
            this.txtNumResult.Inside = false;
            this.txtNumResult.Location = new System.Drawing.Point(98, 571);
            this.txtNumResult.Name = "txtNumResult";
            this.txtNumResult.Padding = new System.Windows.Forms.Padding(3);
            this.txtNumResult.Size = new System.Drawing.Size(74, 30);
            this.txtNumResult.TabIndex = 42;
            // 
            // lblList
            // 
            this.lblList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblList.BackColor = System.Drawing.Color.Transparent;
            this.lblList.ForeColor = System.Drawing.Color.White;
            this.lblList.Location = new System.Drawing.Point(14, 168);
            this.lblList.Name = "lblList";
            this.lblList.Size = new System.Drawing.Size(269, 191);
            this.lblList.TabIndex = 0;
            this.lblList.Text = "面积列表:";
            // 
            // AoiBlobControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(312, 833);
            this.Controls.Add(this.flatLabel7);
            this.Controls.Add(this.txtNumResult);
            this.Controls.Add(this.btnUpdate);
            this.Controls.Add(this.flatLabel4);
            this.Controls.Add(this.txtmaxNum);
            this.Controls.Add(this.txtminNum);
            this.Controls.Add(this.flatLabel6);
            this.Controls.Add(this.flatLabel5);
            this.Controls.Add(this.txtmaxArea);
            this.Controls.Add(this.txtminArea);
            this.Controls.Add(this.flatLabel2);
            this.Controls.Add(this.chkwhiteOnBlack);
            this.Controls.Add(this.flatLabel3);
            this.Controls.Add(this.lblthresh);
            this.Controls.Add(this.trackBarThresh);
            this.Controls.Add(this.flatLabel1);
            this.Name = "AoiBlobControl";
            this.Controls.SetChildIndex(this.aoiImage, 0);
            this.Controls.SetChildIndex(this.panParam, 0);
            this.Controls.SetChildIndex(this.panResult, 0);
            this.Controls.SetChildIndex(this.flatLabel1, 0);
            this.Controls.SetChildIndex(this.trackBarThresh, 0);
            this.Controls.SetChildIndex(this.lblthresh, 0);
            this.Controls.SetChildIndex(this.flatLabel3, 0);
            this.Controls.SetChildIndex(this.chkwhiteOnBlack, 0);
            this.Controls.SetChildIndex(this.flatLabel2, 0);
            this.Controls.SetChildIndex(this.txtminArea, 0);
            this.Controls.SetChildIndex(this.txtmaxArea, 0);
            this.Controls.SetChildIndex(this.flatLabel5, 0);
            this.Controls.SetChildIndex(this.flatLabel6, 0);
            this.Controls.SetChildIndex(this.txtminNum, 0);
            this.Controls.SetChildIndex(this.txtmaxNum, 0);
            this.Controls.SetChildIndex(this.flatLabel4, 0);
            this.Controls.SetChildIndex(this.btnUpdate, 0);
            this.Controls.SetChildIndex(this.txtNumResult, 0);
            this.Controls.SetChildIndex(this.flatLabel7, 0);
            this.panResult.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.trackBarThresh)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private Asa.Theme.FlatLabel flatLabel1;
        private System.Windows.Forms.TrackBar trackBarThresh;
        private Asa.Theme.FlatLabel lblthresh;
        private Asa.Theme.FlatLabel flatLabel3;
        private Asa.Theme.FlatCheck chkwhiteOnBlack;
        private Asa.Theme.FlatLabel flatLabel2;
        private Asa.Theme.FlatText txtminArea;
        private Asa.Theme.FlatText txtmaxArea;
        private Asa.Theme.FlatLabel flatLabel5;
        private Asa.Theme.FlatLabel flatLabel4;
        private Asa.Theme.FlatText txtmaxNum;
        private Asa.Theme.FlatText txtminNum;
        private Asa.Theme.FlatLabel flatLabel6;
        private Asa.Theme.FlatButton btnUpdate;
        private Asa.Theme.FlatLabel flatLabel7;
        private Asa.Theme.FlatText txtNumResult;
        private System.Windows.Forms.Label lblList;
    }
}