Form1.Designer.cs 15.1 KB
namespace ImgCheckReel
{
    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.label1 = new System.Windows.Forms.Label();
            this.txtTotalCover = new System.Windows.Forms.TextBox();
            this.lblHL = new System.Windows.Forms.Label();
            this.lblHH = new System.Windows.Forms.Label();
            this.lblLL = new System.Windows.Forms.Label();
            this.lblLH = new System.Windows.Forms.Label();
            this.lblSL = new System.Windows.Forms.Label();
            this.lblSH = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.txtHL = new System.Windows.Forms.TrackBar();
            this.txtSH = new System.Windows.Forms.TrackBar();
            this.txtSL = new System.Windows.Forms.TrackBar();
            this.txtLH = new System.Windows.Forms.TrackBar();
            this.txtLL = new System.Windows.Forms.TrackBar();
            this.txtHH = new System.Windows.Forms.TrackBar();
            this.txtthreshold = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSH)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLH)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHH)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(383, 331);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(191, 15);
            this.label1.TabIndex = 0;
            this.label1.Text = "CamTestReel_totalcover:";
            // 
            // txtTotalCover
            // 
            this.txtTotalCover.Location = new System.Drawing.Point(582, 323);
            this.txtTotalCover.Name = "txtTotalCover";
            this.txtTotalCover.Size = new System.Drawing.Size(141, 25);
            this.txtTotalCover.TabIndex = 1;
            this.txtTotalCover.TextChanged += new System.EventHandler(this.txtTotalCover_TextChanged);
            // 
            // lblHL
            // 
            this.lblHL.AutoSize = true;
            this.lblHL.Location = new System.Drawing.Point(13, 14);
            this.lblHL.Name = "lblHL";
            this.lblHL.Size = new System.Drawing.Size(187, 15);
            this.lblHL.TabIndex = 2;
            this.lblHL.Text = "CamTestReel_HL(色相):";
            // 
            // lblHH
            // 
            this.lblHH.AutoSize = true;
            this.lblHH.Location = new System.Drawing.Point(398, 14);
            this.lblHH.Name = "lblHH";
            this.lblHH.Size = new System.Drawing.Size(187, 15);
            this.lblHH.TabIndex = 4;
            this.lblHH.Text = "CamTestReel_HH(色相):";
            // 
            // lblLL
            // 
            this.lblLL.AutoSize = true;
            this.lblLL.Location = new System.Drawing.Point(12, 106);
            this.lblLL.Name = "lblLL";
            this.lblLL.Size = new System.Drawing.Size(187, 15);
            this.lblLL.TabIndex = 6;
            this.lblLL.Text = "CamTestReel_LL(亮度):";
            // 
            // lblLH
            // 
            this.lblLH.AutoSize = true;
            this.lblLH.Location = new System.Drawing.Point(398, 106);
            this.lblLH.Name = "lblLH";
            this.lblLH.Size = new System.Drawing.Size(187, 15);
            this.lblLH.TabIndex = 8;
            this.lblLH.Text = "CamTestReel_LH(亮度):";
            // 
            // lblSL
            // 
            this.lblSL.AutoSize = true;
            this.lblSL.Location = new System.Drawing.Point(23, 220);
            this.lblSL.Name = "lblSL";
            this.lblSL.Size = new System.Drawing.Size(202, 15);
            this.lblSL.TabIndex = 10;
            this.lblSL.Text = "CamTestReel_SL(饱和度):";
            // 
            // lblSH
            // 
            this.lblSH.AutoSize = true;
            this.lblSH.Location = new System.Drawing.Point(383, 220);
            this.lblSH.Name = "lblSH";
            this.lblSH.Size = new System.Drawing.Size(202, 15);
            this.lblSH.TabIndex = 12;
            this.lblSH.Text = "CamTestReel_SH(饱和度):";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 326);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(183, 15);
            this.label8.TabIndex = 14;
            this.label8.Text = "CamTestReel_threshold:";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(358, 360);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(629, 87);
            this.textBox1.TabIndex = 16;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(358, 453);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(308, 256);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 17;
            this.pictureBox1.TabStop = false;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Location = new System.Drawing.Point(679, 453);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(308, 256);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 18;
            this.pictureBox2.TabStop = false;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(850, 91);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(144, 55);
            this.button1.TabIndex = 19;
            this.button1.Text = "打开图片";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(12, 453);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(337, 256);
            this.textBox2.TabIndex = 20;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(208, 376);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(144, 55);
            this.button2.TabIndex = 21;
            this.button2.Text = "保存ROI";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // txtHL
            // 
            this.txtHL.Location = new System.Drawing.Point(16, 42);
            this.txtHL.Maximum = 360;
            this.txtHL.Name = "txtHL";
            this.txtHL.Size = new System.Drawing.Size(333, 56);
            this.txtHL.TabIndex = 22;
            this.txtHL.Scroll += new System.EventHandler(this.txtHL_Scroll);
            // 
            // txtSH
            // 
            this.txtSH.Location = new System.Drawing.Point(386, 249);
            this.txtSH.Maximum = 255;
            this.txtSH.Name = "txtSH";
            this.txtSH.Size = new System.Drawing.Size(327, 56);
            this.txtSH.TabIndex = 23;
            this.txtSH.Scroll += new System.EventHandler(this.txtSH_Scroll);
            // 
            // txtSL
            // 
            this.txtSL.Location = new System.Drawing.Point(26, 249);
            this.txtSL.Maximum = 255;
            this.txtSL.Name = "txtSL";
            this.txtSL.Size = new System.Drawing.Size(327, 56);
            this.txtSL.TabIndex = 24;
            this.txtSL.Scroll += new System.EventHandler(this.txtSL_Scroll);
            // 
            // txtLH
            // 
            this.txtLH.Location = new System.Drawing.Point(386, 140);
            this.txtLH.Maximum = 255;
            this.txtLH.Name = "txtLH";
            this.txtLH.Size = new System.Drawing.Size(327, 56);
            this.txtLH.TabIndex = 25;
            this.txtLH.Scroll += new System.EventHandler(this.txtLH_Scroll);
            // 
            // txtLL
            // 
            this.txtLL.Location = new System.Drawing.Point(16, 140);
            this.txtLL.Maximum = 255;
            this.txtLL.Name = "txtLL";
            this.txtLL.Size = new System.Drawing.Size(333, 56);
            this.txtLL.TabIndex = 26;
            this.txtLL.Scroll += new System.EventHandler(this.txtLL_Scroll);
            // 
            // txtHH
            // 
            this.txtHH.Location = new System.Drawing.Point(386, 42);
            this.txtHH.Maximum = 360;
            this.txtHH.Name = "txtHH";
            this.txtHH.Size = new System.Drawing.Size(327, 56);
            this.txtHH.TabIndex = 27;
            this.txtHH.Scroll += new System.EventHandler(this.txtHH_Scroll);
            // 
            // txtthreshold
            // 
            this.txtthreshold.Location = new System.Drawing.Point(208, 323);
            this.txtthreshold.Name = "txtthreshold";
            this.txtthreshold.Size = new System.Drawing.Size(141, 25);
            this.txtthreshold.TabIndex = 28;
            this.txtthreshold.TextChanged += new System.EventHandler(this.txtthreshold_TextChanged);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(12, 376);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(144, 55);
            this.button3.TabIndex = 29;
            this.button3.Text = "加载ROI";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1006, 721);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.txtthreshold);
            this.Controls.Add(this.txtHH);
            this.Controls.Add(this.txtLL);
            this.Controls.Add(this.txtLH);
            this.Controls.Add(this.txtSL);
            this.Controls.Add(this.txtSH);
            this.Controls.Add(this.txtHL);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.lblSH);
            this.Controls.Add(this.lblSL);
            this.Controls.Add(this.lblLH);
            this.Controls.Add(this.lblLL);
            this.Controls.Add(this.lblHH);
            this.Controls.Add(this.lblHL);
            this.Controls.Add(this.txtTotalCover);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Text = "视觉检测料盘调试";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSH)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLH)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHH)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtTotalCover;
        private System.Windows.Forms.Label lblHL;
        private System.Windows.Forms.Label lblHH;
        private System.Windows.Forms.Label lblLL;
        private System.Windows.Forms.Label lblLH;
        private System.Windows.Forms.Label lblSL;
        private System.Windows.Forms.Label lblSH;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.TrackBar txtHL;
        private System.Windows.Forms.TrackBar txtSH;
        private System.Windows.Forms.TrackBar txtSL;
        private System.Windows.Forms.TrackBar txtLH;
        private System.Windows.Forms.TrackBar txtLL;
        private System.Windows.Forms.TrackBar txtHH;
        private System.Windows.Forms.TextBox txtthreshold;
        private System.Windows.Forms.Button button3;
    }
}