FrmAoiSetting.Designer.cs 11.0 KB
namespace AccAOI
{
    partial class FrmAoiSetting
    {
        /// <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.aoiList = new Asa.Theme.FlatList();
            this.btnOpenPro = new Asa.Theme.FlatButton();
            this.btnSavePro = new Asa.Theme.FlatButton();
            this.btnNewAoi = new Asa.Theme.FlatButton();
            this.btnOpenImage = new Asa.Theme.FlatButton();
            this.flatLabel1 = new Asa.Theme.FlatLabel();
            this.cmbCameraList = new Asa.Theme.FlatCombo();
            this.btnGetCameraImg = new Asa.Theme.FlatButton();
            this.comType = new Asa.Theme.FlatCombo();
            this.panAoi = new System.Windows.Forms.Panel();
            this.imageBox1 = new AccAOI.ImageBoxEx();
            this.SuspendLayout();
            // 
            // aoiList
            // 
            this.aoiList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.aoiList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.aoiList.Index = -1;
            this.aoiList.Inside = false;
            this.aoiList.Location = new System.Drawing.Point(9, 202);
            this.aoiList.Name = "aoiList";
            this.aoiList.Size = new System.Drawing.Size(287, 430);
            this.aoiList.TabIndex = 2;
            this.aoiList.IndexChanged += new System.EventHandler(this.aoiList_IndexChanged);
            // 
            // btnOpenPro
            // 
            this.btnOpenPro.ImageSize = new System.Drawing.Size(0, 0);
            this.btnOpenPro.Inside = false;
            this.btnOpenPro.Location = new System.Drawing.Point(28, 115);
            this.btnOpenPro.Name = "btnOpenPro";
            this.btnOpenPro.Size = new System.Drawing.Size(109, 30);
            this.btnOpenPro.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnOpenPro.TabIndex = 6;
            this.btnOpenPro.Text = "打开项目";
            this.btnOpenPro.Click += new System.EventHandler(this.btnOpenPro_Click);
            // 
            // btnSavePro
            // 
            this.btnSavePro.ImageSize = new System.Drawing.Size(0, 0);
            this.btnSavePro.Inside = false;
            this.btnSavePro.Location = new System.Drawing.Point(153, 115);
            this.btnSavePro.Name = "btnSavePro";
            this.btnSavePro.Size = new System.Drawing.Size(109, 30);
            this.btnSavePro.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnSavePro.TabIndex = 7;
            this.btnSavePro.Text = "保存项目";
            this.btnSavePro.Click += new System.EventHandler(this.btnSavePro_Click);
            // 
            // btnNewAoi
            // 
            this.btnNewAoi.ImageSize = new System.Drawing.Size(0, 0);
            this.btnNewAoi.Inside = false;
            this.btnNewAoi.Location = new System.Drawing.Point(153, 151);
            this.btnNewAoi.Name = "btnNewAoi";
            this.btnNewAoi.Size = new System.Drawing.Size(109, 30);
            this.btnNewAoi.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnNewAoi.TabIndex = 8;
            this.btnNewAoi.Text = "新增";
            this.btnNewAoi.Click += new System.EventHandler(this.btnNewAoi_Click);
            // 
            // btnOpenImage
            // 
            this.btnOpenImage.ImageSize = new System.Drawing.Size(0, 0);
            this.btnOpenImage.Inside = false;
            this.btnOpenImage.Location = new System.Drawing.Point(28, 79);
            this.btnOpenImage.Name = "btnOpenImage";
            this.btnOpenImage.Size = new System.Drawing.Size(109, 30);
            this.btnOpenImage.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnOpenImage.TabIndex = 10;
            this.btnOpenImage.Text = "打开本地图片";
            this.btnOpenImage.Click += new System.EventHandler(this.btnOpenImage_Click);
            // 
            // flatLabel1
            // 
            this.flatLabel1.Inside = false;
            this.flatLabel1.Location = new System.Drawing.Point(23, 43);
            this.flatLabel1.Name = "flatLabel1";
            this.flatLabel1.Size = new System.Drawing.Size(80, 30);
            this.flatLabel1.TabIndex = 11;
            this.flatLabel1.Text = "相机列表";
            // 
            // cmbCameraList
            // 
            this.cmbCameraList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmbCameraList.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbCameraList.Inside = false;
            this.cmbCameraList.Location = new System.Drawing.Point(104, 43);
            this.cmbCameraList.Name = "cmbCameraList";
            this.cmbCameraList.Size = new System.Drawing.Size(158, 30);
            this.cmbCameraList.TabIndex = 12;
            // 
            // btnGetCameraImg
            // 
            this.btnGetCameraImg.ImageSize = new System.Drawing.Size(0, 0);
            this.btnGetCameraImg.Inside = false;
            this.btnGetCameraImg.Location = new System.Drawing.Point(153, 79);
            this.btnGetCameraImg.Name = "btnGetCameraImg";
            this.btnGetCameraImg.Size = new System.Drawing.Size(109, 30);
            this.btnGetCameraImg.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.btnGetCameraImg.TabIndex = 13;
            this.btnGetCameraImg.Text = "相机获取图片";
            this.btnGetCameraImg.Click += new System.EventHandler(this.btnGetCameraImg_Click);
            // 
            // comType
            // 
            this.comType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.comType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comType.Inside = false;
            this.comType.Location = new System.Drawing.Point(28, 151);
            this.comType.Name = "comType";
            this.comType.Size = new System.Drawing.Size(109, 30);
            this.comType.TabIndex = 14;
            // 
            // panAoi
            // 
            this.panAoi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panAoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(4)))), ((int)(((byte)(4)))));
            this.panAoi.Location = new System.Drawing.Point(302, 40);
            this.panAoi.Name = "panAoi";
            this.panAoi.Size = new System.Drawing.Size(317, 592);
            this.panAoi.TabIndex = 15;
            // 
            // imageBox1
            // 
            this.imageBox1.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.imageBox1.DragHandleSize = 9;
            this.imageBox1.Location = new System.Drawing.Point(625, 40);
            this.imageBox1.Name = "imageBox1";
            this.imageBox1.SelectionMode = Cyotek.Windows.Forms.ImageBoxSelectionMode.Rectangle;
            this.imageBox1.Size = new System.Drawing.Size(637, 592);
            this.imageBox1.TabIndex = 4;
            this.imageBox1.SelectionRegionChanged += new System.EventHandler(this.imageBox1_SelectionRegionChanged);
            // 
            // FrmAoiSetting
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(1271, 641);
            this.Controls.Add(this.panAoi);
            this.Controls.Add(this.comType);
            this.Controls.Add(this.btnGetCameraImg);
            this.Controls.Add(this.cmbCameraList);
            this.Controls.Add(this.flatLabel1);
            this.Controls.Add(this.btnOpenImage);
            this.Controls.Add(this.btnNewAoi);
            this.Controls.Add(this.btnSavePro);
            this.Controls.Add(this.btnOpenPro);
            this.Controls.Add(this.imageBox1);
            this.Controls.Add(this.aoiList);
            this.Location = new System.Drawing.Point(0, 0);
            this.Minimized = true;
            this.Name = "FrmAoiSetting";
            this.Text = "AOI";
            this.Load += new System.EventHandler(this.FrmAoiSetting_Load);
            this.Controls.SetChildIndex(this.aoiList, 0);
            this.Controls.SetChildIndex(this.imageBox1, 0);
            this.Controls.SetChildIndex(this.btnOpenPro, 0);
            this.Controls.SetChildIndex(this.btnSavePro, 0);
            this.Controls.SetChildIndex(this.btnNewAoi, 0);
            this.Controls.SetChildIndex(this.btnOpenImage, 0);
            this.Controls.SetChildIndex(this.flatLabel1, 0);
            this.Controls.SetChildIndex(this.cmbCameraList, 0);
            this.Controls.SetChildIndex(this.btnGetCameraImg, 0);
            this.Controls.SetChildIndex(this.comType, 0);
            this.Controls.SetChildIndex(this.panAoi, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.Theme.FlatList aoiList;
        private ImageBoxEx imageBox1;
        private Asa.Theme.FlatButton btnOpenPro;
        private Asa.Theme.FlatButton btnSavePro;
        private Asa.Theme.FlatButton btnNewAoi;
        private Asa.Theme.FlatButton btnOpenImage;
       
        private Asa.Theme.FlatLabel flatLabel1;
        private Asa.Theme.FlatCombo cmbCameraList;
        private Asa.Theme.FlatButton btnGetCameraImg;
        private Asa.Theme.FlatCombo comType;
        private System.Windows.Forms.Panel panAoi;
    }
}