FrmMain.Designer.cs 19.0 KB
namespace CodeSplice
{
    partial class FrmMain
    {
        /// <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.flatLang = new Asa.Theme.FlatLanguage();
            this.flatPanel1 = new Asa.Theme.FlatPanel();
            this.flatPanel2 = new Asa.Theme.FlatPanel();
            this.RtfLog = new System.Windows.Forms.RichTextBox();
            this.BtnMultiple = new Asa.Theme.FlatButton();
            this.BtnSaveImage = new Asa.Theme.FlatButton();
            this.BtnLight = new Asa.Theme.FlatButton();
            this.BtnTrace = new Asa.Theme.FlatButton();
            this.BtnMate = new Asa.Theme.FlatButton();
            this.PicImage = new System.Windows.Forms.PictureBox();
            this.BtnLabel = new Asa.Theme.FlatButton();
            this.BtnPrint = new Asa.Theme.FlatButton();
            this.BtnScan = new Asa.Theme.FlatButton();
            this.BtnCamera = new Asa.Theme.FlatButton();
            this.BtnWork = new Asa.Theme.FlatButton();
            this.flatPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PicImage)).BeginInit();
            this.SuspendLayout();
            // 
            // flatLang
            // 
            this.flatLang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.flatLang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLang.Inside = false;
            this.flatLang.LangDir = null;
            this.flatLang.Location = new System.Drawing.Point(9, 729);
            this.flatLang.Name = "flatLang";
            this.flatLang.Size = new System.Drawing.Size(200, 50);
            this.flatLang.TabIndex = 6;
            this.flatLang.LanguageChanged += new Asa.Theme.Event.StringEvent(this.FlatLang_LanguageChanged);
            // 
            // flatPanel1
            // 
            this.flatPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.flatPanel1.Font = new System.Drawing.Font("宋体", 12F);
            this.flatPanel1.Inside = false;
            this.flatPanel1.Location = new System.Drawing.Point(726, 70);
            this.flatPanel1.Name = "flatPanel1";
            this.flatPanel1.Padding = new System.Windows.Forms.Padding(6, 38, 6, 6);
            this.flatPanel1.Size = new System.Drawing.Size(277, 520);
            this.flatPanel1.TabIndex = 23;
            this.flatPanel1.Text = "条码信息";
            this.flatPanel1.TitleHeight = 32;
            // 
            // flatPanel2
            // 
            this.flatPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.flatPanel2.Controls.Add(this.RtfLog);
            this.flatPanel2.Font = new System.Drawing.Font("宋体", 12F);
            this.flatPanel2.Inside = false;
            this.flatPanel2.Location = new System.Drawing.Point(726, 596);
            this.flatPanel2.Name = "flatPanel2";
            this.flatPanel2.Padding = new System.Windows.Forms.Padding(6, 38, 6, 6);
            this.flatPanel2.Size = new System.Drawing.Size(277, 183);
            this.flatPanel2.TabIndex = 25;
            this.flatPanel2.Text = "日志";
            this.flatPanel2.TitleHeight = 32;
            // 
            // RtfLog
            // 
            this.RtfLog.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.RtfLog.BackColor = System.Drawing.Color.Gray;
            this.RtfLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.RtfLog.Location = new System.Drawing.Point(9, 41);
            this.RtfLog.Name = "RtfLog";
            this.RtfLog.ReadOnly = true;
            this.RtfLog.Size = new System.Drawing.Size(259, 133);
            this.RtfLog.TabIndex = 0;
            this.RtfLog.Text = "";
            // 
            // BtnMultiple
            // 
            this.BtnMultiple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnMultiple.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnMultiple.Image = global::CodeSplice.Properties.Resources.Multiple;
            this.BtnMultiple.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnMultiple.Inside = false;
            this.BtnMultiple.Location = new System.Drawing.Point(9, 518);
            this.BtnMultiple.Name = "BtnMultiple";
            this.BtnMultiple.Size = new System.Drawing.Size(200, 50);
            this.BtnMultiple.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnMultiple.TabIndex = 27;
            this.BtnMultiple.Text = "相机";
            this.BtnMultiple.TextAbsolute = true;
            this.BtnMultiple.Click += new System.EventHandler(this.BtnMultiple_Click);
            // 
            // BtnSaveImage
            // 
            this.BtnSaveImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnSaveImage.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnSaveImage.Image = global::CodeSplice.Properties.Resources.Image;
            this.BtnSaveImage.ImageSize = new System.Drawing.Size(36, 28);
            this.BtnSaveImage.Inside = false;
            this.BtnSaveImage.Location = new System.Drawing.Point(9, 574);
            this.BtnSaveImage.Name = "BtnSaveImage";
            this.BtnSaveImage.Size = new System.Drawing.Size(200, 50);
            this.BtnSaveImage.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnSaveImage.TabIndex = 26;
            this.BtnSaveImage.Text = "保存图像";
            this.BtnSaveImage.TextAbsolute = true;
            this.BtnSaveImage.Click += new System.EventHandler(this.BtnSaveImage_Click);
            // 
            // BtnLight
            // 
            this.BtnLight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnLight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnLight.Image = global::CodeSplice.Properties.Resources.Light;
            this.BtnLight.ImageSize = new System.Drawing.Size(30, 38);
            this.BtnLight.Inside = false;
            this.BtnLight.Location = new System.Drawing.Point(9, 462);
            this.BtnLight.Name = "BtnLight";
            this.BtnLight.Size = new System.Drawing.Size(200, 50);
            this.BtnLight.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnLight.TabIndex = 24;
            this.BtnLight.Text = "灯光";
            this.BtnLight.TextAbsolute = true;
            this.BtnLight.Click += new System.EventHandler(this.BtnLight_Click);
            // 
            // BtnTrace
            // 
            this.BtnTrace.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnTrace.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnTrace.Image = global::CodeSplice.Properties.Resources.Database;
            this.BtnTrace.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnTrace.Inside = false;
            this.BtnTrace.Location = new System.Drawing.Point(9, 406);
            this.BtnTrace.Name = "BtnTrace";
            this.BtnTrace.Size = new System.Drawing.Size(200, 50);
            this.BtnTrace.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnTrace.TabIndex = 12;
            this.BtnTrace.Text = "追溯";
            this.BtnTrace.TextAbsolute = true;
            this.BtnTrace.Click += new System.EventHandler(this.BtnTrace_Click);
            // 
            // BtnMate
            // 
            this.BtnMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnMate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnMate.Image = global::CodeSplice.Properties.Resources.Template;
            this.BtnMate.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnMate.Inside = false;
            this.BtnMate.Location = new System.Drawing.Point(9, 350);
            this.BtnMate.Name = "BtnMate";
            this.BtnMate.Size = new System.Drawing.Size(200, 50);
            this.BtnMate.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnMate.TabIndex = 11;
            this.BtnMate.Text = "物料";
            this.BtnMate.TextAbsolute = true;
            this.BtnMate.Click += new System.EventHandler(this.BtnMate_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.Black;
            this.PicImage.Location = new System.Drawing.Point(215, 70);
            this.PicImage.Name = "PicImage";
            this.PicImage.Size = new System.Drawing.Size(505, 709);
            this.PicImage.TabIndex = 7;
            this.PicImage.TabStop = false;
            // 
            // BtnLabel
            // 
            this.BtnLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnLabel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnLabel.Image = global::CodeSplice.Properties.Resources.Label;
            this.BtnLabel.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnLabel.Inside = false;
            this.BtnLabel.Location = new System.Drawing.Point(9, 294);
            this.BtnLabel.Name = "BtnLabel";
            this.BtnLabel.Size = new System.Drawing.Size(200, 50);
            this.BtnLabel.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnLabel.TabIndex = 5;
            this.BtnLabel.Text = "标签";
            this.BtnLabel.TextAbsolute = true;
            this.BtnLabel.Click += new System.EventHandler(this.BtnLabel_Click);
            // 
            // BtnPrint
            // 
            this.BtnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnPrint.ButtonType = Asa.Theme.ButtonTypes.ButtonTwo;
            this.BtnPrint.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnPrint.Image = global::CodeSplice.Properties.Resources.Print;
            this.BtnPrint.ImageSize = new System.Drawing.Size(36, 30);
            this.BtnPrint.Inside = false;
            this.BtnPrint.Location = new System.Drawing.Point(9, 238);
            this.BtnPrint.Name = "BtnPrint";
            this.BtnPrint.Size = new System.Drawing.Size(200, 50);
            this.BtnPrint.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnPrint.TabIndex = 4;
            this.BtnPrint.Text = "打印";
            this.BtnPrint.TextAbsolute = true;
            this.BtnPrint.Click += new System.EventHandler(this.BtnPrint_Click);
            this.BtnPrint.ClickRight += new System.EventHandler(this.BtnPrint_ClickRight);
            // 
            // BtnScan
            // 
            this.BtnScan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnScan.ButtonType = Asa.Theme.ButtonTypes.ButtonTwo;
            this.BtnScan.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnScan.Image = global::CodeSplice.Properties.Resources.Code;
            this.BtnScan.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnScan.Inside = false;
            this.BtnScan.Location = new System.Drawing.Point(9, 182);
            this.BtnScan.Name = "BtnScan";
            this.BtnScan.Size = new System.Drawing.Size(200, 50);
            this.BtnScan.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnScan.TabIndex = 3;
            this.BtnScan.Text = "扫码";
            this.BtnScan.TextAbsolute = true;
            this.BtnScan.Click += new System.EventHandler(this.BtnScan_Click);
            this.BtnScan.ClickRight += new System.EventHandler(this.BtnScan_ClickRight);
            // 
            // BtnCamera
            // 
            this.BtnCamera.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnCamera.ButtonType = Asa.Theme.ButtonTypes.StateButtonTwo;
            this.BtnCamera.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnCamera.Image = global::CodeSplice.Properties.Resources.Camera;
            this.BtnCamera.ImageSize = new System.Drawing.Size(38, 30);
            this.BtnCamera.Inside = false;
            this.BtnCamera.Location = new System.Drawing.Point(9, 126);
            this.BtnCamera.Name = "BtnCamera";
            this.BtnCamera.Size = new System.Drawing.Size(200, 50);
            this.BtnCamera.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnCamera.TabIndex = 2;
            this.BtnCamera.Text = "图像";
            this.BtnCamera.TextAbsolute = true;
            this.BtnCamera.Click += new System.EventHandler(this.BtnCamera_Click);
            this.BtnCamera.ClickRight += new System.EventHandler(this.BtnCamera_ClickRight);
            // 
            // BtnWork
            // 
            this.BtnWork.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnWork.ButtonType = Asa.Theme.ButtonTypes.LeftState;
            this.BtnWork.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnWork.Image = global::CodeSplice.Properties.Resources.Start;
            this.BtnWork.ImageSize = new System.Drawing.Size(30, 38);
            this.BtnWork.Inside = false;
            this.BtnWork.Location = new System.Drawing.Point(9, 70);
            this.BtnWork.Name = "BtnWork";
            this.BtnWork.Size = new System.Drawing.Size(200, 50);
            this.BtnWork.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnWork.TabIndex = 1;
            this.BtnWork.Text = "工作";
            this.BtnWork.TextAbsolute = true;
            this.BtnWork.Click += new System.EventHandler(this.BtnWork_Click);
            // 
            // FrmMain
            // 
            this.ClientSize = new System.Drawing.Size(1012, 788);
            this.Controls.Add(this.BtnMultiple);
            this.Controls.Add(this.BtnSaveImage);
            this.Controls.Add(this.flatPanel2);
            this.Controls.Add(this.BtnLight);
            this.Controls.Add(this.flatPanel1);
            this.Controls.Add(this.BtnTrace);
            this.Controls.Add(this.BtnMate);
            this.Controls.Add(this.PicImage);
            this.Controls.Add(this.flatLang);
            this.Controls.Add(this.BtnLabel);
            this.Controls.Add(this.BtnPrint);
            this.Controls.Add(this.BtnScan);
            this.Controls.Add(this.BtnCamera);
            this.Controls.Add(this.BtnWork);
            this.Location = new System.Drawing.Point(0, 0);
            this.Maximized = true;
            this.Name = "FrmMain";
            this.Padding = new System.Windows.Forms.Padding(6, 82, 6, 6);
            this.Text = "扫码贴标";
            this.TextCenter = true;
            this.TitleFont = new System.Drawing.Font("宋体", 20F);
            this.TitleHeight = 76;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.flatPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.PicImage)).EndInit();
            this.ResumeLayout(false);

        }


        #endregion

        private Asa.Theme.FlatButton BtnWork;
        private Asa.Theme.FlatButton BtnCamera;
        private Asa.Theme.FlatButton BtnScan;
        private Asa.Theme.FlatButton BtnPrint;
        private Asa.Theme.FlatButton BtnLabel;
        private Asa.Theme.FlatLanguage flatLang;
        private System.Windows.Forms.PictureBox PicImage;
        private Asa.Theme.FlatButton BtnMate;
        private Asa.Theme.FlatButton BtnTrace;
        private Asa.Theme.FlatPanel flatPanel1;
        private Asa.Theme.FlatButton BtnLight;
        private Asa.Theme.FlatPanel flatPanel2;
        private System.Windows.Forms.RichTextBox RtfLog;
        private Asa.Theme.FlatButton BtnSaveImage;
        private Asa.Theme.FlatButton BtnMultiple;
    }
}