UsrMaterialTemplate.Designer.cs 20.5 KB

namespace SmartScan
{
    partial class UsrMaterialTemplate
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.facePanel1 = new Asa.FaceControl.FacePanel();
            this.BtnExtractCode = new Asa.FaceControl.FaceButton();
            this.BtnOcrCode = new Asa.FaceControl.FaceButton();
            this.BtnPrimaryCode = new Asa.FaceControl.FaceButton();
            this.ImgShow = new Asa.FaceControl.FacePictureBox();
            this.LstCode = new Asa.FaceControl.FaceListBox();
            this.BtnScanCode = new Asa.FaceControl.FaceButton();
            this.BtnLocalImage = new Asa.FaceControl.FaceButton();
            this.BtnCameraImage = new Asa.FaceControl.FaceButton();
            this.BtnCloseLight = new Asa.FaceControl.FaceButton();
            this.BtnOpenLight = new Asa.FaceControl.FaceButton();
            this.BtnRenameMate = new Asa.FaceControl.FaceButton();
            this.BtnDelMate = new Asa.FaceControl.FaceButton();
            this.BtnAddMate = new Asa.FaceControl.FaceButton();
            this.LstMate = new Asa.FaceControl.FaceListBox();
            this.facePanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // facePanel1
            // 
            this.facePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.facePanel1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.facePanel1.BorderWidth = 2;
            this.facePanel1.Controls.Add(this.BtnExtractCode);
            this.facePanel1.Controls.Add(this.BtnOcrCode);
            this.facePanel1.Controls.Add(this.BtnPrimaryCode);
            this.facePanel1.Controls.Add(this.ImgShow);
            this.facePanel1.Controls.Add(this.LstCode);
            this.facePanel1.Controls.Add(this.BtnScanCode);
            this.facePanel1.Controls.Add(this.BtnLocalImage);
            this.facePanel1.Controls.Add(this.BtnCameraImage);
            this.facePanel1.Controls.Add(this.BtnCloseLight);
            this.facePanel1.Controls.Add(this.BtnOpenLight);
            this.facePanel1.Controls.Add(this.BtnRenameMate);
            this.facePanel1.Controls.Add(this.BtnDelMate);
            this.facePanel1.Controls.Add(this.BtnAddMate);
            this.facePanel1.Controls.Add(this.LstMate);
            this.facePanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.facePanel1.Location = new System.Drawing.Point(4, 4);
            this.facePanel1.Margin = new System.Windows.Forms.Padding(4);
            this.facePanel1.Name = "facePanel1";
            this.facePanel1.Padding = new System.Windows.Forms.Padding(4);
            this.facePanel1.ShowText = false;
            this.facePanel1.Size = new System.Drawing.Size(1173, 536);
            this.facePanel1.TabIndex = 1;
            this.facePanel1.Text = "facePanel1";
            this.facePanel1.TitleFont = new System.Drawing.Font("宋体", 12F);
            // 
            // BtnExtractCode
            // 
            this.BtnExtractCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnExtractCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnExtractCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnExtractCode.BorderWidth = 2;
            this.BtnExtractCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnExtractCode.HoldPress = false;
            this.BtnExtractCode.Location = new System.Drawing.Point(243, 409);
            this.BtnExtractCode.Margin = new System.Windows.Forms.Padding(4);
            this.BtnExtractCode.Name = "BtnExtractCode";
            this.BtnExtractCode.Padding = new System.Windows.Forms.Padding(4);
            this.BtnExtractCode.Size = new System.Drawing.Size(461, 56);
            this.BtnExtractCode.TabIndex = 17;
            this.BtnExtractCode.Text = "条码提取";
            this.BtnExtractCode.Click += new System.EventHandler(this.BtnExtractCode_Click);
            // 
            // BtnOcrCode
            // 
            this.BtnOcrCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnOcrCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnOcrCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnOcrCode.BorderWidth = 2;
            this.BtnOcrCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnOcrCode.HoldPress = false;
            this.BtnOcrCode.Location = new System.Drawing.Point(243, 473);
            this.BtnOcrCode.Margin = new System.Windows.Forms.Padding(4);
            this.BtnOcrCode.Name = "BtnOcrCode";
            this.BtnOcrCode.Padding = new System.Windows.Forms.Padding(4);
            this.BtnOcrCode.Size = new System.Drawing.Size(227, 56);
            this.BtnOcrCode.TabIndex = 16;
            this.BtnOcrCode.Text = "OCR";
            this.BtnOcrCode.Visible = false;
            this.BtnOcrCode.Click += new System.EventHandler(this.BtnOcrCode_Click);
            // 
            // BtnPrimaryCode
            // 
            this.BtnPrimaryCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnPrimaryCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnPrimaryCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnPrimaryCode.BorderWidth = 2;
            this.BtnPrimaryCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnPrimaryCode.HoldPress = false;
            this.BtnPrimaryCode.Location = new System.Drawing.Point(477, 472);
            this.BtnPrimaryCode.Margin = new System.Windows.Forms.Padding(4);
            this.BtnPrimaryCode.Name = "BtnPrimaryCode";
            this.BtnPrimaryCode.Padding = new System.Windows.Forms.Padding(4);
            this.BtnPrimaryCode.Size = new System.Drawing.Size(227, 56);
            this.BtnPrimaryCode.TabIndex = 15;
            this.BtnPrimaryCode.Text = "特征码";
            this.BtnPrimaryCode.Click += new System.EventHandler(this.BtnPrimaryCode_Click);
            // 
            // ImgShow
            // 
            this.ImgShow.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.ImgShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.ImgShow.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.ImgShow.BorderWidth = 2;
            this.ImgShow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.ImgShow.Location = new System.Drawing.Point(712, 8);
            this.ImgShow.Margin = new System.Windows.Forms.Padding(4);
            this.ImgShow.Name = "ImgShow";
            this.ImgShow.Padding = new System.Windows.Forms.Padding(4);
            this.ImgShow.Size = new System.Drawing.Size(453, 521);
            this.ImgShow.TabIndex = 14;
            this.ImgShow.Text = "facePictureBox1";
            // 
            // LstCode
            // 
            this.LstCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.LstCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LstCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LstCode.BorderWidth = 2;
            this.LstCode.Font = new System.Drawing.Font("宋体", 9F);
            this.LstCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LstCode.ItemHeight = 40;
            this.LstCode.Location = new System.Drawing.Point(243, 135);
            this.LstCode.Margin = new System.Windows.Forms.Padding(4);
            this.LstCode.Name = "LstCode";
            this.LstCode.Padding = new System.Windows.Forms.Padding(4);
            this.LstCode.SelectedIndex = -1;
            this.LstCode.Size = new System.Drawing.Size(461, 266);
            this.LstCode.TabIndex = 13;
            this.LstCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.LstCode.SelectedIndexChanged += new System.EventHandler(this.LstCode_SelectedIndexChanged);
            // 
            // BtnScanCode
            // 
            this.BtnScanCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnScanCode.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnScanCode.BorderWidth = 2;
            this.BtnScanCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnScanCode.HoldPress = false;
            this.BtnScanCode.Location = new System.Drawing.Point(243, 71);
            this.BtnScanCode.Margin = new System.Windows.Forms.Padding(4);
            this.BtnScanCode.Name = "BtnScanCode";
            this.BtnScanCode.Padding = new System.Windows.Forms.Padding(4);
            this.BtnScanCode.Size = new System.Drawing.Size(461, 56);
            this.BtnScanCode.TabIndex = 12;
            this.BtnScanCode.Text = "条码识别";
            this.BtnScanCode.Click += new System.EventHandler(this.BtnScanCode_Click);
            // 
            // BtnLocalImage
            // 
            this.BtnLocalImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnLocalImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnLocalImage.BorderWidth = 2;
            this.BtnLocalImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnLocalImage.HoldPress = false;
            this.BtnLocalImage.Location = new System.Drawing.Point(477, 8);
            this.BtnLocalImage.Margin = new System.Windows.Forms.Padding(4);
            this.BtnLocalImage.Name = "BtnLocalImage";
            this.BtnLocalImage.Padding = new System.Windows.Forms.Padding(4);
            this.BtnLocalImage.Size = new System.Drawing.Size(227, 56);
            this.BtnLocalImage.TabIndex = 11;
            this.BtnLocalImage.Text = "本地图像";
            this.BtnLocalImage.Click += new System.EventHandler(this.BtnLocalImage_Click);
            // 
            // BtnCameraImage
            // 
            this.BtnCameraImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnCameraImage.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnCameraImage.BorderWidth = 2;
            this.BtnCameraImage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCameraImage.HoldPress = false;
            this.BtnCameraImage.Location = new System.Drawing.Point(243, 8);
            this.BtnCameraImage.Margin = new System.Windows.Forms.Padding(4);
            this.BtnCameraImage.Name = "BtnCameraImage";
            this.BtnCameraImage.Padding = new System.Windows.Forms.Padding(4);
            this.BtnCameraImage.Size = new System.Drawing.Size(227, 56);
            this.BtnCameraImage.TabIndex = 10;
            this.BtnCameraImage.Text = "相机图像";
            this.BtnCameraImage.Click += new System.EventHandler(this.BtnCameraImage_Click);
            // 
            // BtnCloseLight
            // 
            this.BtnCloseLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnCloseLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnCloseLight.BorderWidth = 2;
            this.BtnCloseLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnCloseLight.HoldPress = false;
            this.BtnCloseLight.Location = new System.Drawing.Point(8, 454);
            this.BtnCloseLight.Margin = new System.Windows.Forms.Padding(4);
            this.BtnCloseLight.Name = "BtnCloseLight";
            this.BtnCloseLight.Padding = new System.Windows.Forms.Padding(4);
            this.BtnCloseLight.Size = new System.Drawing.Size(227, 56);
            this.BtnCloseLight.TabIndex = 9;
            this.BtnCloseLight.Text = "关闭";
            this.BtnCloseLight.Click += new System.EventHandler(this.BtnCloseLight_Click);
            // 
            // BtnOpenLight
            // 
            this.BtnOpenLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnOpenLight.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnOpenLight.BorderWidth = 2;
            this.BtnOpenLight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnOpenLight.HoldPress = false;
            this.BtnOpenLight.Location = new System.Drawing.Point(8, 390);
            this.BtnOpenLight.Margin = new System.Windows.Forms.Padding(4);
            this.BtnOpenLight.Name = "BtnOpenLight";
            this.BtnOpenLight.Padding = new System.Windows.Forms.Padding(4);
            this.BtnOpenLight.Size = new System.Drawing.Size(227, 56);
            this.BtnOpenLight.TabIndex = 8;
            this.BtnOpenLight.Text = "打开光源";
            this.BtnOpenLight.Click += new System.EventHandler(this.BtnOpenLight_Click);
            // 
            // BtnRenameMate
            // 
            this.BtnRenameMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnRenameMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnRenameMate.BorderWidth = 2;
            this.BtnRenameMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnRenameMate.HoldPress = false;
            this.BtnRenameMate.Location = new System.Drawing.Point(8, 326);
            this.BtnRenameMate.Margin = new System.Windows.Forms.Padding(4);
            this.BtnRenameMate.Name = "BtnRenameMate";
            this.BtnRenameMate.Padding = new System.Windows.Forms.Padding(4);
            this.BtnRenameMate.Size = new System.Drawing.Size(227, 56);
            this.BtnRenameMate.TabIndex = 7;
            this.BtnRenameMate.Text = "重命名";
            this.BtnRenameMate.Click += new System.EventHandler(this.BtnRenameMate_Click);
            // 
            // BtnDelMate
            // 
            this.BtnDelMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnDelMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnDelMate.BorderWidth = 2;
            this.BtnDelMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnDelMate.HoldPress = false;
            this.BtnDelMate.Location = new System.Drawing.Point(8, 262);
            this.BtnDelMate.Margin = new System.Windows.Forms.Padding(4);
            this.BtnDelMate.Name = "BtnDelMate";
            this.BtnDelMate.Padding = new System.Windows.Forms.Padding(4);
            this.BtnDelMate.Size = new System.Drawing.Size(227, 56);
            this.BtnDelMate.TabIndex = 6;
            this.BtnDelMate.Text = "删除标签";
            this.BtnDelMate.Click += new System.EventHandler(this.BtnDelMate_Click);
            // 
            // BtnAddMate
            // 
            this.BtnAddMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.BtnAddMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.BtnAddMate.BorderWidth = 2;
            this.BtnAddMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.BtnAddMate.HoldPress = false;
            this.BtnAddMate.Location = new System.Drawing.Point(8, 199);
            this.BtnAddMate.Margin = new System.Windows.Forms.Padding(4);
            this.BtnAddMate.Name = "BtnAddMate";
            this.BtnAddMate.Padding = new System.Windows.Forms.Padding(4);
            this.BtnAddMate.Size = new System.Drawing.Size(227, 56);
            this.BtnAddMate.TabIndex = 5;
            this.BtnAddMate.Text = "新建标签";
            this.BtnAddMate.Click += new System.EventHandler(this.BtnAddMate_Click);
            // 
            // LstMate
            // 
            this.LstMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
            this.LstMate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
            this.LstMate.BorderWidth = 2;
            this.LstMate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.LstMate.Location = new System.Drawing.Point(8, 8);
            this.LstMate.Margin = new System.Windows.Forms.Padding(4);
            this.LstMate.Name = "LstMate";
            this.LstMate.Padding = new System.Windows.Forms.Padding(4);
            this.LstMate.SelectedIndex = -1;
            this.LstMate.Size = new System.Drawing.Size(227, 184);
            this.LstMate.TabIndex = 4;
            this.LstMate.SelectedIndexChanged += new System.EventHandler(this.LstMate_SelectedIndexChanged);
            // 
            // UsrMaterialTemplate
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.facePanel1);
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "UsrMaterialTemplate";
            this.Size = new System.Drawing.Size(1223, 582);
            this.facePanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.FaceControl.FacePanel facePanel1;
        private Asa.FaceControl.FaceButton BtnRenameMate;
        private Asa.FaceControl.FaceButton BtnDelMate;
        private Asa.FaceControl.FaceButton BtnAddMate;
        private Asa.FaceControl.FaceListBox LstMate;
        private Asa.FaceControl.FaceButton BtnExtractCode;
        private Asa.FaceControl.FaceButton BtnOcrCode;
        private Asa.FaceControl.FaceButton BtnPrimaryCode;
        private Asa.FaceControl.FacePictureBox ImgShow;
        private Asa.FaceControl.FaceListBox LstCode;
        private Asa.FaceControl.FaceButton BtnScanCode;
        private Asa.FaceControl.FaceButton BtnLocalImage;
        private Asa.FaceControl.FaceButton BtnCameraImage;
        private Asa.FaceControl.FaceButton BtnCloseLight;
        private Asa.FaceControl.FaceButton BtnOpenLight;
    }
}