FrmCodeExtract.Designer.cs 8.7 KB

namespace SmartScan
{
    partial class FrmCodeExtract
    {
        /// <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.LblCode = new Asa.FaceControl.FaceLabel();
            this.BtnOK = new Asa.FaceControl.FaceButton();
            this.BtnCancel = new Asa.FaceControl.FaceButton();
            this.BtnAddMatch = new Asa.FaceControl.FaceButton();
            this.PnlTemp = new Asa.FaceControl.FacePanel();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.SuspendLayout();
            // 
            // LblCode
            // 
            this.LblCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.LblCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LblCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LblCode.BorderWidth = 2;
            this.LblCode.Font = new System.Drawing.Font("宋体", 11F);
            this.LblCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LblCode.Location = new System.Drawing.Point(11, 55);
            this.LblCode.Name = "LblCode";
            this.LblCode.Padding = new System.Windows.Forms.Padding(3);
            this.LblCode.Size = new System.Drawing.Size(692, 60);
            this.LblCode.TabIndex = 6;
            this.LblCode.Text = "faceLabel1";
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnOK.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnOK.BorderWidth = 2;
            this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnOK.HoldPress = false;
            this.BtnOK.Location = new System.Drawing.Point(508, 766);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
            this.BtnOK.Size = new System.Drawing.Size(120, 40);
            this.BtnOK.TabIndex = 25;
            this.BtnOK.Text = "OK";
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnCancel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnCancel.BorderWidth = 2;
            this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCancel.HoldPress = false;
            this.BtnCancel.Location = new System.Drawing.Point(634, 766);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
            this.BtnCancel.Size = new System.Drawing.Size(120, 40);
            this.BtnCancel.TabIndex = 26;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // BtnAddMatch
            // 
            this.BtnAddMatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.BtnAddMatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnAddMatch.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnAddMatch.BorderWidth = 2;
            this.BtnAddMatch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnAddMatch.HoldPress = false;
            this.BtnAddMatch.Location = new System.Drawing.Point(709, 55);
            this.BtnAddMatch.Name = "BtnAddMatch";
            this.BtnAddMatch.Padding = new System.Windows.Forms.Padding(3);
            this.BtnAddMatch.Size = new System.Drawing.Size(45, 60);
            this.BtnAddMatch.TabIndex = 27;
            this.BtnAddMatch.Text = "+";
            this.BtnAddMatch.Click += new System.EventHandler(this.BtnAddMatch_Click);
            // 
            // PnlTemp
            // 
            this.PnlTemp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.PnlTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.PnlTemp.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.PnlTemp.BorderWidth = 2;
            this.PnlTemp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.PnlTemp.Location = new System.Drawing.Point(11, 184);
            this.PnlTemp.Name = "PnlTemp";
            this.PnlTemp.Padding = new System.Windows.Forms.Padding(3);
            this.PnlTemp.Size = new System.Drawing.Size(743, 576);
            this.PnlTemp.TabIndex = 28;
            this.PnlTemp.Text = "facePanel1";
            this.PnlTemp.TitleFont = new System.Drawing.Font("宋体", 12F);
            this.PnlTemp.Visible = false;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 121);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(743, 63);
            this.flowLayoutPanel1.TabIndex = 29;
            // 
            // FrmCodeExtract
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(765, 817);
            this.Controls.Add(this.PnlTemp);
            this.Controls.Add(this.BtnAddMatch);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.LblCode);
            this.Controls.Add(this.flowLayoutPanel1);
            this.Icon = global::SmartScan.Properties.Resources.NEO_64;
            this.Name = "FrmCodeExtract";
            this.Text = "FrmCodeExtract";
            this.Load += new System.EventHandler(this.FrmCodeExtract_Load);
            this.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
            this.Controls.SetChildIndex(this.LblCode, 0);
            this.Controls.SetChildIndex(this.BtnOK, 0);
            this.Controls.SetChildIndex(this.BtnCancel, 0);
            this.Controls.SetChildIndex(this.BtnAddMatch, 0);
            this.Controls.SetChildIndex(this.PnlTemp, 0);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceLabel LblCode;
        private Asa.FaceControl.FaceButton BtnOK;
        private Asa.FaceControl.FaceButton BtnCancel;
        private Asa.FaceControl.FaceButton BtnAddMatch;
        private Asa.FaceControl.FacePanel PnlTemp;
        private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    }
}