FrmMain.Designer.cs 19.2 KB

namespace SmartScan
{
    partial class FrmMain
    {
        /// <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.BtnStart = new Asa.FaceControl.FaceButton();
            this.BtnRetrospect = new Asa.FaceControl.FaceButton();
            this.BtnSet = new Asa.FaceControl.FaceButton();
            this.BtnAbout = new Asa.FaceControl.FaceButton();
            this.BtnTriggerIO = new Asa.FaceControl.FaceButton();
            this.LblCameraExist = new Asa.FaceControl.FaceLabel();
            this.LblIOExist = new Asa.FaceControl.FaceLabel();
            this.PicShow = new Asa.FaceControl.FacePictureBox();
            this.PnlExtension = new Asa.FaceControl.FacePanel();
            this.CboLanguage = new Asa.FaceControl.FaceComboBox();
            this.BtnMatchedName = new Asa.FaceControl.FaceButton();
            this.LblVersion = new Asa.FaceControl.FaceLabel();
            this.LblUserName = new Asa.FaceControl.FaceLabel();
            this.SuspendLayout();
            // 
            // BtnStart
            // 
            this.BtnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnStart.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnStart.BorderWidth = 2;
            this.BtnStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnStart.HoldDown = true;
            this.BtnStart.HoldPress = false;
            this.BtnStart.Image = global::SmartScan.Properties.Resources.Work;
            this.BtnStart.Location = new System.Drawing.Point(11, 55);
            this.BtnStart.Name = "BtnStart";
            this.BtnStart.Padding = new System.Windows.Forms.Padding(3);
            this.BtnStart.Size = new System.Drawing.Size(160, 100);
            this.BtnStart.TabIndex = 3;
            this.BtnStart.Tag = "";
            this.BtnStart.Text = "faceButton1";
            this.BtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.BtnStart.Click += new System.EventHandler(this.BtnStart_Click);
            // 
            // BtnRetrospect
            // 
            this.BtnRetrospect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnRetrospect.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnRetrospect.BorderWidth = 2;
            this.BtnRetrospect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnRetrospect.HoldPress = false;
            this.BtnRetrospect.Image = global::SmartScan.Properties.Resources.Retrospect;
            this.BtnRetrospect.Location = new System.Drawing.Point(11, 161);
            this.BtnRetrospect.Name = "BtnRetrospect";
            this.BtnRetrospect.Padding = new System.Windows.Forms.Padding(3);
            this.BtnRetrospect.Size = new System.Drawing.Size(160, 100);
            this.BtnRetrospect.TabIndex = 4;
            this.BtnRetrospect.Text = "faceButton2";
            this.BtnRetrospect.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.BtnRetrospect.Click += new System.EventHandler(this.BtnRetrospect_Click);
            // 
            // BtnSet
            // 
            this.BtnSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnSet.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnSet.BorderWidth = 2;
            this.BtnSet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnSet.HoldPress = false;
            this.BtnSet.Image = global::SmartScan.Properties.Resources.Set;
            this.BtnSet.Location = new System.Drawing.Point(11, 267);
            this.BtnSet.Name = "BtnSet";
            this.BtnSet.Padding = new System.Windows.Forms.Padding(3);
            this.BtnSet.Size = new System.Drawing.Size(160, 100);
            this.BtnSet.TabIndex = 5;
            this.BtnSet.Text = "faceButton3";
            this.BtnSet.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.BtnSet.Click += new System.EventHandler(this.BtnSet_Click);
            // 
            // BtnAbout
            // 
            this.BtnAbout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnAbout.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnAbout.BorderWidth = 2;
            this.BtnAbout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnAbout.HoldPress = false;
            this.BtnAbout.Image = global::SmartScan.Properties.Resources.About;
            this.BtnAbout.Location = new System.Drawing.Point(11, 373);
            this.BtnAbout.Name = "BtnAbout";
            this.BtnAbout.Padding = new System.Windows.Forms.Padding(3);
            this.BtnAbout.Size = new System.Drawing.Size(160, 100);
            this.BtnAbout.TabIndex = 6;
            this.BtnAbout.Text = "faceButton4";
            this.BtnAbout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.BtnAbout.Click += new System.EventHandler(this.BtnAbout_Click);
            // 
            // BtnTriggerIO
            // 
            this.BtnTriggerIO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnTriggerIO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnTriggerIO.BorderStyle = Asa.FaceControl.ControlShape.Ellipse;
            this.BtnTriggerIO.BorderWidth = 2;
            this.BtnTriggerIO.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnTriggerIO.HoldPress = false;
            this.BtnTriggerIO.Location = new System.Drawing.Point(11, 616);
            this.BtnTriggerIO.Name = "BtnTriggerIO";
            this.BtnTriggerIO.Padding = new System.Windows.Forms.Padding(3);
            this.BtnTriggerIO.Size = new System.Drawing.Size(160, 40);
            this.BtnTriggerIO.TabIndex = 7;
            this.BtnTriggerIO.Text = "faceButton5";
            this.BtnTriggerIO.Click += new System.EventHandler(this.BtnTriggerIO_Click);
            // 
            // LblCameraExist
            // 
            this.LblCameraExist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.LblCameraExist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblCameraExist.BorderStyle = Asa.FaceControl.ControlShape.EllipseRectangle;
            this.LblCameraExist.BorderWidth = 2;
            this.LblCameraExist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblCameraExist.Location = new System.Drawing.Point(11, 662);
            this.LblCameraExist.Name = "LblCameraExist";
            this.LblCameraExist.Padding = new System.Windows.Forms.Padding(3);
            this.LblCameraExist.Size = new System.Drawing.Size(160, 40);
            this.LblCameraExist.TabIndex = 8;
            this.LblCameraExist.Text = "faceLabel1";
            // 
            // LblIOExist
            // 
            this.LblIOExist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.LblIOExist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblIOExist.BorderStyle = Asa.FaceControl.ControlShape.EllipseRectangle;
            this.LblIOExist.BorderWidth = 2;
            this.LblIOExist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblIOExist.Location = new System.Drawing.Point(11, 708);
            this.LblIOExist.Name = "LblIOExist";
            this.LblIOExist.Padding = new System.Windows.Forms.Padding(3);
            this.LblIOExist.Size = new System.Drawing.Size(160, 40);
            this.LblIOExist.TabIndex = 9;
            this.LblIOExist.Text = "faceLabel2";
            // 
            // PicShow
            // 
            this.PicShow.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.PicShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.PicShow.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.PicShow.BorderWidth = 2;
            this.PicShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.PicShow.Location = new System.Drawing.Point(177, 55);
            this.PicShow.Name = "PicShow";
            this.PicShow.Padding = new System.Windows.Forms.Padding(3);
            this.PicShow.Size = new System.Drawing.Size(667, 722);
            this.PicShow.TabIndex = 10;
            this.PicShow.Text = "facePictureBox1";
            // 
            // PnlExtension
            // 
            this.PnlExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.PnlExtension.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.PnlExtension.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.PnlExtension.BorderWidth = 2;
            this.PnlExtension.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.PnlExtension.Location = new System.Drawing.Point(850, 55);
            this.PnlExtension.Name = "PnlExtension";
            this.PnlExtension.Padding = new System.Windows.Forms.Padding(3);
            this.PnlExtension.Size = new System.Drawing.Size(235, 722);
            this.PnlExtension.TabIndex = 11;
            this.PnlExtension.Text = "facePanel1";
            this.PnlExtension.TextHeight = 36;
            this.PnlExtension.TitleFont = new System.Drawing.Font("宋体", 12F);
            // 
            // CboLanguage
            // 
            this.CboLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.CboLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.CboLanguage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.CboLanguage.BorderWidth = 2;
            this.CboLanguage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.CboLanguage.Location = new System.Drawing.Point(805, 11);
            this.CboLanguage.Name = "CboLanguage";
            this.CboLanguage.Padding = new System.Windows.Forms.Padding(3);
            this.CboLanguage.ReadOnly = true;
            this.CboLanguage.SelectedIndex = -1;
            this.CboLanguage.SelectedText = "";
            this.CboLanguage.Size = new System.Drawing.Size(130, 38);
            this.CboLanguage.TabIndex = 12;
            this.CboLanguage.Tag = "not";
            this.CboLanguage.Text = "faceComboBox1";
            this.CboLanguage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.CboLanguage.SelectedIndexChanged += new System.EventHandler(this.CboLanguage_SelectedIndexChanged);
            // 
            // BtnMatchedName
            // 
            this.BtnMatchedName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnMatchedName.BorderStyle = Asa.FaceControl.ControlShape.RoundRectangle;
            this.BtnMatchedName.BorderWidth = 2;
            this.BtnMatchedName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnMatchedName.ForeColor = System.Drawing.Color.Lime;
            this.BtnMatchedName.HoldPress = false;
            this.BtnMatchedName.Location = new System.Drawing.Point(11, 479);
            this.BtnMatchedName.Name = "BtnMatchedName";
            this.BtnMatchedName.Padding = new System.Windows.Forms.Padding(3);
            this.BtnMatchedName.Size = new System.Drawing.Size(160, 60);
            this.BtnMatchedName.TabIndex = 13;
            this.BtnMatchedName.Text = "faceButton5";
            this.BtnMatchedName.Visible = false;
            this.BtnMatchedName.Click += new System.EventHandler(this.BtnMatchedName_Click);
            // 
            // LblVersion
            // 
            this.LblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.LblVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblVersion.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblVersion.BorderWidth = 0;
            this.LblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblVersion.Location = new System.Drawing.Point(11, 754);
            this.LblVersion.Name = "LblVersion";
            this.LblVersion.Padding = new System.Windows.Forms.Padding(3);
            this.LblVersion.Size = new System.Drawing.Size(160, 23);
            this.LblVersion.TabIndex = 14;
            this.LblVersion.Text = "Version";
            this.LblVersion.Click += new System.EventHandler(this.LblVersion_Click);
            // 
            // LblUserName
            // 
            this.LblUserName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.LblUserName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblUserName.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblUserName.BorderWidth = 0;
            this.LblUserName.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LblUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblUserName.Location = new System.Drawing.Point(11, 587);
            this.LblUserName.Name = "LblUserName";
            this.LblUserName.Padding = new System.Windows.Forms.Padding(3);
            this.LblUserName.Size = new System.Drawing.Size(160, 23);
            this.LblUserName.TabIndex = 15;
            this.LblUserName.Text = "UserName";
            // 
            // FrmMain
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(1096, 788);
            this.Controls.Add(this.PicShow);
            this.Controls.Add(this.LblUserName);
            this.Controls.Add(this.LblVersion);
            this.Controls.Add(this.BtnMatchedName);
            this.Controls.Add(this.CboLanguage);
            this.Controls.Add(this.PnlExtension);
            this.Controls.Add(this.LblIOExist);
            this.Controls.Add(this.LblCameraExist);
            this.Controls.Add(this.BtnTriggerIO);
            this.Controls.Add(this.BtnAbout);
            this.Controls.Add(this.BtnSet);
            this.Controls.Add(this.BtnRetrospect);
            this.Controls.Add(this.BtnStart);
            this.Icon = global::SmartScan.Properties.Resources.NEO_64;
            this.Name = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Form1";
            this.TitleFont = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.TitleHeight = 50;
            this.Activated += new System.EventHandler(this.FrmMain_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.Controls.SetChildIndex(this.BtnStart, 0);
            this.Controls.SetChildIndex(this.BtnRetrospect, 0);
            this.Controls.SetChildIndex(this.BtnSet, 0);
            this.Controls.SetChildIndex(this.BtnAbout, 0);
            this.Controls.SetChildIndex(this.BtnTriggerIO, 0);
            this.Controls.SetChildIndex(this.LblCameraExist, 0);
            this.Controls.SetChildIndex(this.LblIOExist, 0);
            this.Controls.SetChildIndex(this.PnlExtension, 0);
            this.Controls.SetChildIndex(this.CboLanguage, 0);
            this.Controls.SetChildIndex(this.BtnMatchedName, 0);
            this.Controls.SetChildIndex(this.LblVersion, 0);
            this.Controls.SetChildIndex(this.LblUserName, 0);
            this.Controls.SetChildIndex(this.PicShow, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceButton BtnStart;
        private Asa.FaceControl.FaceButton BtnRetrospect;
        private Asa.FaceControl.FaceButton BtnSet;
        private Asa.FaceControl.FaceButton BtnAbout;
        private Asa.FaceControl.FaceButton BtnTriggerIO;
        private Asa.FaceControl.FaceLabel LblCameraExist;
        private Asa.FaceControl.FaceLabel LblIOExist;
        private Asa.FaceControl.FacePanel PnlExtension;
        private Asa.FaceControl.FaceComboBox CboLanguage;
        private Asa.FaceControl.FaceButton BtnMatchedName;
        private Asa.FaceControl.FaceLabel LblVersion;
        private Asa.FaceControl.FaceLabel LblUserName;
        public Asa.FaceControl.FacePictureBox PicShow;
    }
}