FrmAOICheck.Designer.cs 15.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.listErrorView = new System.Windows.Forms.ListView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.修正ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lblResult = new System.Windows.Forms.Label();
            this.btnUpdateImg = new System.Windows.Forms.Button();
            this.chbAllShow = new System.Windows.Forms.CheckBox();
            this.btnExit = new System.Windows.Forms.Button();
            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.picStand = new System.Windows.Forms.PictureBox();
            this.timerChangeImg = new System.Windows.Forms.Timer(this.components);
            this.panel1.SuspendLayout();
            this.panel4.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.panelImg.SuspendLayout();
            this.panel3.SuspendLayout();
            ((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(1251, 778);
            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.listErrorView);
            this.panel4.Controls.Add(this.lblResult);
            this.panel4.Controls.Add(this.btnUpdateImg);
            this.panel4.Controls.Add(this.chbAllShow);
            this.panel4.Controls.Add(this.btnExit);
            this.panel4.Controls.Add(this.btnRun);
            this.panel4.Location = new System.Drawing.Point(654, 546);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(592, 226);
            this.panel4.TabIndex = 298;
            // 
            // listErrorView
            // 
            this.listErrorView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listErrorView.ContextMenuStrip = this.contextMenuStrip1;
            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, 3);
            this.listErrorView.MultiSelect = false;
            this.listErrorView.Name = "listErrorView";
            this.listErrorView.Size = new System.Drawing.Size(586, 138);
            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);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.修正ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
            // 
            // 修正ToolStripMenuItem
            // 
            this.修正ToolStripMenuItem.Name = "修正ToolStripMenuItem";
            this.修正ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.修正ToolStripMenuItem.Text = "修正";
            this.修正ToolStripMenuItem.Click += new System.EventHandler(this.修正ToolStripMenuItem_Click);
            // 
            // lblResult
            // 
            this.lblResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblResult.Font = new System.Drawing.Font("宋体", 60F, System.Drawing.FontStyle.Bold);
            this.lblResult.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.lblResult.Location = new System.Drawing.Point(5, 141);
            this.lblResult.Name = "lblResult";
            this.lblResult.Size = new System.Drawing.Size(124, 85);
            this.lblResult.TabIndex = 8;
            this.lblResult.Text = "?";
            this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnUpdateImg
            // 
            this.btnUpdateImg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnUpdateImg.BackColor = System.Drawing.Color.Transparent;
            this.btnUpdateImg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdateImg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUpdateImg.Location = new System.Drawing.Point(210, 174);
            this.btnUpdateImg.Name = "btnUpdateImg";
            this.btnUpdateImg.Size = new System.Drawing.Size(124, 46);
            this.btnUpdateImg.TabIndex = 303;
            this.btnUpdateImg.Text = "修正";
            this.btnUpdateImg.UseVisualStyleBackColor = false;
            this.btnUpdateImg.Visible = false;
            this.btnUpdateImg.Click += new System.EventHandler(this.btnUpdateImg_Click);
            // 
            // chbAllShow
            // 
            this.chbAllShow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.chbAllShow.AutoSize = true;
            this.chbAllShow.Checked = true;
            this.chbAllShow.CheckState = System.Windows.Forms.CheckState.Checked;
            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(133, 188);
            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);
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.BackColor = System.Drawing.Color.Transparent;
            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(462, 174);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(124, 46);
            this.btnExit.TabIndex = 293;
            this.btnExit.Text = "完成";
            this.btnExit.UseVisualStyleBackColor = false;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1);
            // 
            // btnRun
            // 
            this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRun.BackColor = System.Drawing.Color.Transparent;
            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(336, 174);
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(124, 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(644, 768);
            this.panelImg.TabIndex = 300;
            // 
            // picResult
            // 
            this.picResult.AllowDoubleClick = true;
            this.picResult.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.picResult.BackColor = System.Drawing.Color.Black;
            this.picResult.DragHandleSize = 9;
            this.picResult.GridColor = System.Drawing.Color.Black;
            this.picResult.GridColorAlternate = System.Drawing.Color.Black;
            this.picResult.ImageBorderColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.picResult.Location = new System.Drawing.Point(0, 0);
            this.picResult.Name = "picResult";
            this.picResult.Size = new System.Drawing.Size(644, 763);
            this.picResult.TabIndex = 297;
            this.picResult.Paint += new System.Windows.Forms.PaintEventHandler(this.picResult_Paint);
            this.picResult.DoubleClick += new System.EventHandler(this.picResult_DoubleClick);
            // 
            // panel3
            // 
            this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.Controls.Add(this.picStand);
            this.panel3.Location = new System.Drawing.Point(654, 4);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(592, 539);
            this.panel3.TabIndex = 298;
            // 
            // picStand
            // 
            this.picStand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.picStand.BackColor = System.Drawing.Color.Black;
            this.picStand.Location = new System.Drawing.Point(4, 3);
            this.picStand.Name = "picStand";
            this.picStand.Size = new System.Drawing.Size(585, 533);
            this.picStand.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picStand.TabIndex = 297;
            this.picStand.TabStop = false;
            this.picStand.Paint += new System.Windows.Forms.PaintEventHandler(this.picStand_Paint);
            // 
            // timerChangeImg
            // 
            this.timerChangeImg.Interval = 1000;
            this.timerChangeImg.Tick += new System.EventHandler(this.timerChangeImg_Tick);
            // 
            // FrmAOICheckN
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(1251, 778);
            this.Controls.Add(this.panel1);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "FrmAOICheckN";
            this.Text = "AOI检测";
            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.panel4.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.panelImg.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((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.Panel panel1;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Panel panel3;
        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;
        private System.Windows.Forms.Button btnUpdateImg;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 修正ToolStripMenuItem;
        private System.Windows.Forms.Timer timerChangeImg;
    }
}