FrmMate.Designer.cs 16.3 KB
namespace CodeSplice
{
    partial class FrmMate
    {
        /// <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.BtnSaveMaterial = new Asa.Theme.FlatButton();
            this.BtnDelMaterial = new Asa.Theme.FlatButton();
            this.BtnNewMaterial = new Asa.Theme.FlatButton();
            this.LstMate = new Asa.Theme.FlatList();
            this.LstCode = new Asa.Theme.FlatList();
            this.BtnDel = new Asa.Theme.FlatButton();
            this.BtnDelAll = new Asa.Theme.FlatButton();
            this.PicImage2 = new System.Windows.Forms.PictureBox();
            this.PicImage1 = new System.Windows.Forms.PictureBox();
            this.BtnCodeSet = new Asa.Theme.FlatButton();
            this.flatSwitch1 = new Asa.Theme.FlatSwitch();
            this.flatSwitch2 = new Asa.Theme.FlatSwitch();
            this.BtnOcrSet = new Asa.Theme.FlatButton();
            ((System.ComponentModel.ISupportInitialize)(this.PicImage2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicImage1)).BeginInit();
            this.SuspendLayout();
            // 
            // BtnSaveMaterial
            // 
            this.BtnSaveMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnSaveMaterial.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnSaveMaterial.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnSaveMaterial.Inside = false;
            this.BtnSaveMaterial.Location = new System.Drawing.Point(215, 193);
            this.BtnSaveMaterial.Name = "BtnSaveMaterial";
            this.BtnSaveMaterial.Size = new System.Drawing.Size(200, 50);
            this.BtnSaveMaterial.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnSaveMaterial.TabIndex = 21;
            this.BtnSaveMaterial.Text = "保存模板";
            this.BtnSaveMaterial.Click += new System.EventHandler(this.BtnSaveMaterial_Click);
            // 
            // BtnDelMaterial
            // 
            this.BtnDelMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDelMaterial.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnDelMaterial.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnDelMaterial.Inside = false;
            this.BtnDelMaterial.Location = new System.Drawing.Point(215, 137);
            this.BtnDelMaterial.Name = "BtnDelMaterial";
            this.BtnDelMaterial.Size = new System.Drawing.Size(200, 50);
            this.BtnDelMaterial.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDelMaterial.TabIndex = 18;
            this.BtnDelMaterial.Text = "删除模板";
            this.BtnDelMaterial.Click += new System.EventHandler(this.BtnDelMaterial_Click);
            // 
            // BtnNewMaterial
            // 
            this.BtnNewMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnNewMaterial.ButtonType = Asa.Theme.ButtonTypes.ButtonTwo;
            this.BtnNewMaterial.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnNewMaterial.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnNewMaterial.Inside = false;
            this.BtnNewMaterial.Location = new System.Drawing.Point(215, 81);
            this.BtnNewMaterial.Name = "BtnNewMaterial";
            this.BtnNewMaterial.Size = new System.Drawing.Size(200, 50);
            this.BtnNewMaterial.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnNewMaterial.TabIndex = 17;
            this.BtnNewMaterial.Text = "新建模板";
            this.BtnNewMaterial.TextAbsolute = true;
            this.BtnNewMaterial.Click += new System.EventHandler(this.BtnNewMaterial_Click);
            this.BtnNewMaterial.ClickRight += new System.EventHandler(this.BtnNewMaterial_ClickRight);
            // 
            // LstMate
            // 
            this.LstMate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.LstMate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LstMate.Inside = false;
            this.LstMate.Location = new System.Drawing.Point(9, 81);
            this.LstMate.Name = "LstMate";
            this.LstMate.SelectedIndex = -1;
            this.LstMate.Size = new System.Drawing.Size(200, 274);
            this.LstMate.TabIndex = 16;
            this.LstMate.SelectedIndexChanged += new Asa.Theme.Event.SelectedIndexChanged(this.LstMate_SelectedIndexChanged);
            // 
            // 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)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.LstCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.LstCode.Inside = false;
            this.LstCode.Location = new System.Drawing.Point(9, 361);
            this.LstCode.Name = "LstCode";
            this.LstCode.SelectedIndex = -1;
            this.LstCode.Size = new System.Drawing.Size(406, 279);
            this.LstCode.TabIndex = 24;
            this.LstCode.SelectedIndexChanged += new Asa.Theme.Event.SelectedIndexChanged(this.LstCode_SelectedIndexChanged);
            // 
            // BtnDel
            // 
            this.BtnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnDel.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnDel.Inside = false;
            this.BtnDel.Location = new System.Drawing.Point(592, 81);
            this.BtnDel.Name = "BtnDel";
            this.BtnDel.Size = new System.Drawing.Size(100, 50);
            this.BtnDel.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDel.TabIndex = 41;
            this.BtnDel.Text = "删除";
            this.BtnDel.Visible = false;
            this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
            // 
            // BtnDelAll
            // 
            this.BtnDelAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDelAll.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnDelAll.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnDelAll.Inside = false;
            this.BtnDelAll.Location = new System.Drawing.Point(698, 81);
            this.BtnDelAll.Name = "BtnDelAll";
            this.BtnDelAll.Size = new System.Drawing.Size(100, 50);
            this.BtnDelAll.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnDelAll.TabIndex = 42;
            this.BtnDelAll.Text = "删除所有";
            this.BtnDelAll.Visible = false;
            this.BtnDelAll.Click += new System.EventHandler(this.BtnDelAll_Click);
            // 
            // PicImage2
            // 
            this.PicImage2.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.PicImage2.BackColor = System.Drawing.Color.Black;
            this.PicImage2.Cursor = System.Windows.Forms.Cursors.Cross;
            this.PicImage2.Location = new System.Drawing.Point(421, 137);
            this.PicImage2.Name = "PicImage2";
            this.PicImage2.Size = new System.Drawing.Size(589, 503);
            this.PicImage2.TabIndex = 38;
            this.PicImage2.TabStop = false;
            this.PicImage2.Paint += new System.Windows.Forms.PaintEventHandler(this.Pic_Paint);
            this.PicImage2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Pic_MouseDown);
            this.PicImage2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Pic_MouseMove);
            this.PicImage2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Pic_MouseUp);
            // 
            // PicImage1
            // 
            this.PicImage1.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.PicImage1.BackColor = System.Drawing.Color.Black;
            this.PicImage1.Location = new System.Drawing.Point(421, 81);
            this.PicImage1.Name = "PicImage1";
            this.PicImage1.Size = new System.Drawing.Size(589, 559);
            this.PicImage1.TabIndex = 25;
            this.PicImage1.TabStop = false;
            // 
            // BtnCodeSet
            // 
            this.BtnCodeSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnCodeSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnCodeSet.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnCodeSet.Inside = false;
            this.BtnCodeSet.Location = new System.Drawing.Point(215, 249);
            this.BtnCodeSet.Name = "BtnCodeSet";
            this.BtnCodeSet.Size = new System.Drawing.Size(200, 50);
            this.BtnCodeSet.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnCodeSet.TabIndex = 43;
            this.BtnCodeSet.Text = "条码设置";
            this.BtnCodeSet.Click += new System.EventHandler(this.BtnCodeSet_Click);
            // 
            // flatSwitch1
            // 
            this.flatSwitch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatSwitch1.Font = new System.Drawing.Font("宋体", 12F);
            this.flatSwitch1.Inside = false;
            this.flatSwitch1.Location = new System.Drawing.Point(215, 305);
            this.flatSwitch1.Name = "flatSwitch1";
            this.flatSwitch1.Size = new System.Drawing.Size(200, 50);
            this.flatSwitch1.TabIndex = 44;
            this.flatSwitch1.Text = "1条码,1OCR";
            this.flatSwitch1.Click += new Asa.Theme.Event.ButtonClick(this.FlatSwitch1_Click);
            // 
            // flatSwitch2
            // 
            this.flatSwitch2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatSwitch2.Font = new System.Drawing.Font("宋体", 12F);
            this.flatSwitch2.Inside = false;
            this.flatSwitch2.Location = new System.Drawing.Point(421, 81);
            this.flatSwitch2.Name = "flatSwitch2";
            this.flatSwitch2.Size = new System.Drawing.Size(165, 50);
            this.flatSwitch2.TabIndex = 45;
            this.flatSwitch2.Text = "1矩形选择,1图像移动";
            this.flatSwitch2.Click += new Asa.Theme.Event.ButtonClick(this.FlatSwitch2_Click);
            // 
            // BtnOcrSet
            // 
            this.BtnOcrSet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnOcrSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnOcrSet.ImageSize = new System.Drawing.Size(0, 0);
            this.BtnOcrSet.Inside = false;
            this.BtnOcrSet.Location = new System.Drawing.Point(804, 81);
            this.BtnOcrSet.Name = "BtnOcrSet";
            this.BtnOcrSet.Size = new System.Drawing.Size(100, 50);
            this.BtnOcrSet.StateColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.BtnOcrSet.TabIndex = 46;
            this.BtnOcrSet.Text = "OCR设置";
            this.BtnOcrSet.Visible = false;
            this.BtnOcrSet.Click += new System.EventHandler(this.BtnOcrSet_Click);
            // 
            // FrmMate
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1019, 649);
            this.Controls.Add(this.BtnOcrSet);
            this.Controls.Add(this.flatSwitch2);
            this.Controls.Add(this.flatSwitch1);
            this.Controls.Add(this.BtnCodeSet);
            this.Controls.Add(this.BtnDelAll);
            this.Controls.Add(this.BtnDel);
            this.Controls.Add(this.PicImage2);
            this.Controls.Add(this.PicImage1);
            this.Controls.Add(this.LstCode);
            this.Controls.Add(this.BtnSaveMaterial);
            this.Controls.Add(this.BtnDelMaterial);
            this.Controls.Add(this.BtnNewMaterial);
            this.Controls.Add(this.LstMate);
            this.Location = new System.Drawing.Point(0, 0);
            this.Minimized = false;
            this.MoveForm = false;
            this.Name = "FrmMate";
            this.Padding = new System.Windows.Forms.Padding(6, 82, 6, 6);
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "FrmMaterial";
            this.TextCenter = true;
            this.TitleFont = new System.Drawing.Font("宋体", 20F);
            this.TitleHeight = 76;
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FrmMate_Load);
            ((System.ComponentModel.ISupportInitialize)(this.PicImage2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PicImage1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private Asa.Theme.FlatButton BtnSaveMaterial;
        private Asa.Theme.FlatButton BtnDelMaterial;
        private Asa.Theme.FlatButton BtnNewMaterial;
        private Asa.Theme.FlatList LstMate;
        private Asa.Theme.FlatList LstCode;
        private System.Windows.Forms.PictureBox PicImage1;
        private System.Windows.Forms.PictureBox PicImage2;
        private Asa.Theme.FlatButton BtnDel;
        private Asa.Theme.FlatButton BtnDelAll;
        private Asa.Theme.FlatButton BtnCodeSet;
        private Asa.Theme.FlatSwitch flatSwitch1;
        private Asa.Theme.FlatSwitch flatSwitch2;
        private Asa.Theme.FlatButton BtnOcrSet;
    }
}