FrmCodeOCR.Designer.cs 10.2 KB

namespace SmartScan
{
    partial class FrmCodeOCR
    {
        /// <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.BtnSelect = new Asa.FaceControl.FaceButton();
            this.BtnMove = new Asa.FaceControl.FaceButton();
            this.BtnDel = new Asa.FaceControl.FaceButton();
            this.BtnKey = new Asa.FaceControl.FaceButton();
            this.PicImage = new System.Windows.Forms.PictureBox();
            this.BtnCancel = new Asa.FaceControl.FaceButton();
            this.BtnOK = new Asa.FaceControl.FaceButton();
            ((System.ComponentModel.ISupportInitialize)(this.PicImage)).BeginInit();
            this.SuspendLayout();
            // 
            // BtnSelect
            // 
            this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnSelect.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnSelect.BorderWidth = 2;
            this.BtnSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnSelect.HoldPress = false;
            this.BtnSelect.Location = new System.Drawing.Point(15, 69);
            this.BtnSelect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnSelect.Name = "BtnSelect";
            this.BtnSelect.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnSelect.Size = new System.Drawing.Size(187, 62);
            this.BtnSelect.TabIndex = 6;
            this.BtnSelect.Text = "矩形选择";
            this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
            // 
            // BtnMove
            // 
            this.BtnMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnMove.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnMove.BorderWidth = 2;
            this.BtnMove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnMove.HoldPress = false;
            this.BtnMove.Location = new System.Drawing.Point(15, 139);
            this.BtnMove.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnMove.Name = "BtnMove";
            this.BtnMove.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnMove.Size = new System.Drawing.Size(187, 62);
            this.BtnMove.TabIndex = 7;
            this.BtnMove.Text = "移动图像";
            this.BtnMove.Click += new System.EventHandler(this.BtnMove_Click);
            // 
            // BtnDel
            // 
            this.BtnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnDel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnDel.BorderWidth = 2;
            this.BtnDel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnDel.HoldPress = false;
            this.BtnDel.Location = new System.Drawing.Point(15, 209);
            this.BtnDel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnDel.Name = "BtnDel";
            this.BtnDel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnDel.Size = new System.Drawing.Size(187, 62);
            this.BtnDel.TabIndex = 8;
            this.BtnDel.Text = "删除";
            this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
            // 
            // BtnKey
            // 
            this.BtnKey.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnKey.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnKey.BorderWidth = 2;
            this.BtnKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnKey.HoldPress = false;
            this.BtnKey.Location = new System.Drawing.Point(15, 279);
            this.BtnKey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnKey.Name = "BtnKey";
            this.BtnKey.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnKey.Size = new System.Drawing.Size(187, 62);
            this.BtnKey.TabIndex = 9;
            this.BtnKey.Text = "关键字";
            this.BtnKey.Click += new System.EventHandler(this.BtnKey_Click);
            // 
            // PicImage
            // 
            this.PicImage.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.PicImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
            this.PicImage.Location = new System.Drawing.Point(209, 69);
            this.PicImage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.PicImage.Name = "PicImage";
            this.PicImage.Size = new System.Drawing.Size(960, 541);
            this.PicImage.TabIndex = 10;
            this.PicImage.TabStop = false;
            // 
            // 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(1009, 618);
            this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnCancel.Size = new System.Drawing.Size(160, 50);
            this.BtnCancel.TabIndex = 28;
            this.BtnCancel.Text = "Cancel";
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // 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(841, 618);
            this.BtnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BtnOK.Size = new System.Drawing.Size(160, 50);
            this.BtnOK.TabIndex = 27;
            this.BtnOK.Text = "OK";
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // FrmCodeOCR
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1184, 681);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.PicImage);
            this.Controls.Add(this.BtnKey);
            this.Controls.Add(this.BtnDel);
            this.Controls.Add(this.BtnMove);
            this.Controls.Add(this.BtnSelect);
            this.Icon = global::SmartScan.Properties.Resources.App;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "FrmCodeOCR";
            this.Padding = new System.Windows.Forms.Padding(11, 10, 11, 10);
            this.Text = "FrmCodeOCR";
            this.Controls.SetChildIndex(this.BtnSelect, 0);
            this.Controls.SetChildIndex(this.BtnMove, 0);
            this.Controls.SetChildIndex(this.BtnDel, 0);
            this.Controls.SetChildIndex(this.BtnKey, 0);
            this.Controls.SetChildIndex(this.PicImage, 0);
            this.Controls.SetChildIndex(this.BtnOK, 0);
            this.Controls.SetChildIndex(this.BtnCancel, 0);
            ((System.ComponentModel.ISupportInitialize)(this.PicImage)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FaceButton BtnSelect;
        private Asa.FaceControl.FaceButton BtnMove;
        private Asa.FaceControl.FaceButton BtnDel;
        private Asa.FaceControl.FaceButton BtnKey;
        private System.Windows.Forms.PictureBox PicImage;
        private Asa.FaceControl.FaceButton BtnCancel;
        private Asa.FaceControl.FaceButton BtnOK;
    }
}