FrmAOICheck.Designer.cs 16.4 KB
using Acc.ImageBox;

namespace TSA_V
{
    partial class FrmAOICheck
    {
        /// <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.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblInfo = new System.Windows.Forms.Label();
            this.lblError = new System.Windows.Forms.Label();
            this.lblCurrWorkTime = new System.Windows.Forms.Label();
            this.btnExit = new System.Windows.Forms.Button();
            this.lblResult = new System.Windows.Forms.Label();
            this.btnRun = new System.Windows.Forms.Button();
            this.panelImg = new System.Windows.Forms.Panel();
            this.picResult = new Acc.ImageBox.AccImageBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.listErrorView = new System.Windows.Forms.ListView();
            this.chbAllShow = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.picCurr = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.picStand = new System.Windows.Forms.PictureBox();
            this.panel1.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panelImg.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picCurr)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picStand)).BeginInit();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.panel4);
            this.panel1.Controls.Add(this.panelImg);
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1327, 862);
            this.panel1.TabIndex = 293;
            // 
            // panel4
            // 
            this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel4.Controls.Add(this.panel2);
            this.panel4.Controls.Add(this.lblError);
            this.panel4.Controls.Add(this.lblCurrWorkTime);
            this.panel4.Controls.Add(this.btnExit);
            this.panel4.Controls.Add(this.lblResult);
            this.panel4.Controls.Add(this.btnRun);
            this.panel4.Location = new System.Drawing.Point(1070, 4);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(252, 852);
            this.panel4.TabIndex = 298;
            // 
            // panel2
            // 
            this.panel2.AutoScroll = true;
            this.panel2.Controls.Add(this.lblInfo);
            this.panel2.Location = new System.Drawing.Point(23, 658);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(214, 166);
            this.panel2.TabIndex = 297;
            this.panel2.Visible = false;
            // 
            // lblInfo
            // 
            this.lblInfo.AutoSize = true;
            this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblInfo.ForeColor = System.Drawing.Color.Blue;
            this.lblInfo.Location = new System.Drawing.Point(8, 5);
            this.lblInfo.Name = "lblInfo";
            this.lblInfo.Size = new System.Drawing.Size(53, 17);
            this.lblInfo.TabIndex = 0;
            this.lblInfo.Text = "Result ?";
            this.lblInfo.Visible = false;
            // 
            // lblError
            // 
            this.lblError.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblError.ForeColor = System.Drawing.Color.Red;
            this.lblError.Location = new System.Drawing.Point(14, 458);
            this.lblError.Name = "lblError";
            this.lblError.Size = new System.Drawing.Size(231, 175);
            this.lblError.TabIndex = 295;
            this.lblError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblCurrWorkTime
            // 
            this.lblCurrWorkTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCurrWorkTime.Location = new System.Drawing.Point(7, 304);
            this.lblCurrWorkTime.Name = "lblCurrWorkTime";
            this.lblCurrWorkTime.Size = new System.Drawing.Size(232, 51);
            this.lblCurrWorkTime.TabIndex = 291;
            this.lblCurrWorkTime.Text = "3秒后自动检测";
            this.lblCurrWorkTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnExit
            // 
            this.btnExit.BackColor = System.Drawing.SystemColors.Control;
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(55, 405);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(134, 46);
            this.btnExit.TabIndex = 293;
            this.btnExit.Text = "完成";
            this.btnExit.UseVisualStyleBackColor = false;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1);
            // 
            // lblResult
            // 
            this.lblResult.Font = new System.Drawing.Font("宋体", 69.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblResult.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.lblResult.Location = new System.Drawing.Point(7, 180);
            this.lblResult.Name = "lblResult";
            this.lblResult.Size = new System.Drawing.Size(232, 113);
            this.lblResult.TabIndex = 8;
            this.lblResult.Text = "?";
            this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnRun
            // 
            this.btnRun.BackColor = System.Drawing.SystemColors.Control;
            this.btnRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRun.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRun.Location = new System.Drawing.Point(55, 355);
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(134, 46);
            this.btnRun.TabIndex = 7;
            this.btnRun.Text = "执行检测";
            this.btnRun.UseVisualStyleBackColor = false;
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
            // 
            // panelImg
            // 
            this.panelImg.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.panelImg.AutoScroll = true;
            this.panelImg.Controls.Add(this.picResult);
            this.panelImg.Location = new System.Drawing.Point(4, 4);
            this.panelImg.Name = "panelImg";
            this.panelImg.Size = new System.Drawing.Size(720, 852);
            this.panelImg.TabIndex = 300;
            // 
            // picResult
            // 
            this.picResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picResult.DragHandleSize = 9;
            this.picResult.Location = new System.Drawing.Point(0, 0);
            this.picResult.Name = "picResult";
            this.picResult.Size = new System.Drawing.Size(720, 852);
            this.picResult.TabIndex = 297;
            // 
            // panel3
            // 
            this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.Controls.Add(this.listErrorView);
            this.panel3.Controls.Add(this.chbAllShow);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.picCurr);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this.picStand);
            this.panel3.Location = new System.Drawing.Point(730, 4);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(336, 852);
            this.panel3.TabIndex = 298;
            // 
            // listErrorView
            // 
            this.listErrorView.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.listErrorView.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listErrorView.HideSelection = false;
            this.listErrorView.Location = new System.Drawing.Point(3, 33);
            this.listErrorView.MultiSelect = false;
            this.listErrorView.Name = "listErrorView";
            this.listErrorView.Size = new System.Drawing.Size(325, 253);
            this.listErrorView.TabIndex = 299;
            this.listErrorView.UseCompatibleStateImageBehavior = false;
            this.listErrorView.View = System.Windows.Forms.View.List;
            this.listErrorView.SelectedIndexChanged += new System.EventHandler(this.listErrorView_SelectedIndexChanged);
            // 
            // chbAllShow
            // 
            this.chbAllShow.AutoSize = true;
            this.chbAllShow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chbAllShow.Location = new System.Drawing.Point(5, 6);
            this.chbAllShow.Name = "chbAllShow";
            this.chbAllShow.Size = new System.Drawing.Size(75, 21);
            this.chbAllShow.TabIndex = 302;
            this.chbAllShow.Text = "显示所有";
            this.chbAllShow.UseVisualStyleBackColor = true;
            this.chbAllShow.CheckedChanged += new System.EventHandler(this.chbAllShow_CheckedChanged);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(5, 568);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 300;
            this.label2.Text = "效果图";
            // 
            // picCurr
            // 
            this.picCurr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.picCurr.BackgroundImage = global::TSA_V.Properties.Resources.backImage;
            this.picCurr.Location = new System.Drawing.Point(5, 583);
            this.picCurr.Name = "picCurr";
            this.picCurr.Size = new System.Drawing.Size(327, 263);
            this.picCurr.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picCurr.TabIndex = 299;
            this.picCurr.TabStop = false;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(5, 289);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 298;
            this.label1.Text = "基准";
            // 
            // picStand
            // 
            this.picStand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.picStand.BackgroundImage = global::TSA_V.Properties.Resources.backImage;
            this.picStand.Location = new System.Drawing.Point(5, 304);
            this.picStand.Name = "picStand";
            this.picStand.Size = new System.Drawing.Size(327, 261);
            this.picStand.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picStand.TabIndex = 297;
            this.picStand.TabStop = false;
            // 
            // FrmAOICheck
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(1327, 862);
            this.Controls.Add(this.panel1);
            this.MaximizeBox = true;
            this.Name = "FrmAOICheck";
            this.Text = "AOI检测";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmCamera_Load);
            this.Shown += new System.EventHandler(this.FrmCameraAOI_Shown);
            this.panel1.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panelImg.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picCurr)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picStand)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnRun;
        private System.Windows.Forms.Label lblResult;
        private System.Windows.Forms.Label lblCurrWorkTime;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Label lblError;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label lblInfo;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.PictureBox picCurr;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox picStand;
        private System.Windows.Forms.ListView listErrorView;
        private System.Windows.Forms.Panel panelImg;
        private AccImageBox picResult;
        private System.Windows.Forms.CheckBox chbAllShow;
        private System.Windows.Forms.Panel panel4;
    }
}