namespace Project
{
    partial class fTeach
    {
        /// 
        /// 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fTeach));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.btOpen = new System.Windows.Forms.ToolStripButton();
            this.btSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.btFindEvision = new System.Windows.Forms.ToolStripButton();
            this.btTestEvision = new System.Windows.Forms.ToolStripButton();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.tbGainOff = new System.Windows.Forms.TextBox();
            this.tbErode = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tbBarcodeList = new System.Windows.Forms.TextBox();
            this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btOpen,
            this.btSave,
            this.toolStripSeparator2,
            this.btFindEvision,
            this.btTestEvision,
            this.toolStripButton13});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(688, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // btOpen
            // 
            this.btOpen.Image = ((System.Drawing.Image)(resources.GetObject("btOpen.Image")));
            this.btOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btOpen.Name = "btOpen";
            this.btOpen.Size = new System.Drawing.Size(56, 22);
            this.btOpen.Text = "Open";
            this.btOpen.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // btSave
            // 
            this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
            this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btSave.Name = "btSave";
            this.btSave.Size = new System.Drawing.Size(52, 22);
            this.btSave.Text = "Save";
            this.btSave.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // btFindEvision
            // 
            this.btFindEvision.Image = ((System.Drawing.Image)(resources.GetObject("btFindEvision.Image")));
            this.btFindEvision.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btFindEvision.Name = "btFindEvision";
            this.btFindEvision.Size = new System.Drawing.Size(95, 22);
            this.btFindEvision.Text = "Find(Evision)";
            this.btFindEvision.Click += new System.EventHandler(this.btFineEvision_Click);
            // 
            // btTestEvision
            // 
            this.btTestEvision.Image = ((System.Drawing.Image)(resources.GetObject("btTestEvision.Image")));
            this.btTestEvision.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btTestEvision.Name = "btTestEvision";
            this.btTestEvision.Size = new System.Drawing.Size(93, 22);
            this.btTestEvision.Text = "Test(Evision)";
            this.btTestEvision.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 606);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(688, 22);
            this.statusStrip1.TabIndex = 4;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.tbGainOff);
            this.panel1.Controls.Add(this.tbErode);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 495);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(688, 111);
            this.panel1.TabIndex = 5;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(112, 70);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(564, 29);
            this.button1.TabIndex = 2;
            this.button1.Text = "Save Setting";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // tbGainOff
            // 
            this.tbGainOff.Location = new System.Drawing.Point(112, 42);
            this.tbGainOff.Name = "tbGainOff";
            this.tbGainOff.Size = new System.Drawing.Size(564, 21);
            this.tbGainOff.TabIndex = 1;
            // 
            // tbErode
            // 
            this.tbErode.Location = new System.Drawing.Point(112, 14);
            this.tbErode.Name = "tbErode";
            this.tbErode.Size = new System.Drawing.Size(564, 21);
            this.tbErode.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(15, 45);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(91, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "Gain Offset List";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(44, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Erode List";
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 25);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(688, 405);
            this.panel2.TabIndex = 6;
            // 
            // tbBarcodeList
            // 
            this.tbBarcodeList.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tbBarcodeList.Location = new System.Drawing.Point(0, 430);
            this.tbBarcodeList.Multiline = true;
            this.tbBarcodeList.Name = "tbBarcodeList";
            this.tbBarcodeList.ReadOnly = true;
            this.tbBarcodeList.Size = new System.Drawing.Size(688, 65);
            this.tbBarcodeList.TabIndex = 7;
            // 
            // toolStripButton13
            // 
            this.toolStripButton13.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton13.Image")));
            this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton13.Name = "toolStripButton13";
            this.toolStripButton13.Size = new System.Drawing.Size(61, 22);
            this.toolStripButton13.Text = "debug";
            this.toolStripButton13.Click += new System.EventHandler(this.toolStripButton13_Click);
            // 
            // fTeach
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(688, 628);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.tbBarcodeList);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "fTeach";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Vision Teach";
            this.Load += new System.EventHandler(this.fTeach_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripButton btOpen;
        private System.Windows.Forms.ToolStripButton btFindEvision;
        private System.Windows.Forms.ToolStripButton btTestEvision;
        private System.Windows.Forms.ToolStripButton btSave;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbErode;
        private System.Windows.Forms.TextBox tbGainOff;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.TextBox tbBarcodeList;
        private System.Windows.Forms.ToolStripButton toolStripButton13;
    }
}