FrmLabel.Designer.cs 17.5 KB
namespace PrintLabel
{
    partial class FrmLabel
    {
        /// <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.LstLabelName = new System.Windows.Forms.ListBox();
            this.BtnLabelNew = new System.Windows.Forms.Button();
            this.BtnLabelDel = new System.Windows.Forms.Button();
            this.BtnRename = new System.Windows.Forms.Button();
            this.BtnPrintTest = new System.Windows.Forms.Button();
            this.BtnSave = new System.Windows.Forms.Button();
            this.BtnFieldAdd = new System.Windows.Forms.Button();
            this.BtnFieldDel = new System.Windows.Forms.Button();
            this.BtnFieldFont = new System.Windows.Forms.Button();
            this.CboFieldType = new System.Windows.Forms.ComboBox();
            this.NumX = new System.Windows.Forms.NumericUpDown();
            this.NumY = new System.Windows.Forms.NumericUpDown();
            this.NumW = new System.Windows.Forms.NumericUpDown();
            this.NumH = new System.Windows.Forms.NumericUpDown();
            this.TxtFormatText = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label_desc = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.NumX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumH)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // LstLabelName
            // 
            this.LstLabelName.FormattingEnabled = true;
            this.LstLabelName.IntegralHeight = false;
            this.LstLabelName.ItemHeight = 12;
            this.LstLabelName.Location = new System.Drawing.Point(12, 12);
            this.LstLabelName.Name = "LstLabelName";
            this.LstLabelName.Size = new System.Drawing.Size(179, 90);
            this.LstLabelName.TabIndex = 0;
            this.LstLabelName.SelectedIndexChanged += new System.EventHandler(this.LstLabelName_SelectedIndexChanged);
            // 
            // BtnLabelNew
            // 
            this.BtnLabelNew.Location = new System.Drawing.Point(12, 108);
            this.BtnLabelNew.Name = "BtnLabelNew";
            this.BtnLabelNew.Size = new System.Drawing.Size(85, 26);
            this.BtnLabelNew.TabIndex = 1;
            this.BtnLabelNew.Text = "新建";
            this.BtnLabelNew.UseVisualStyleBackColor = true;
            this.BtnLabelNew.Click += new System.EventHandler(this.BtnLabelNew_Click);
            // 
            // BtnLabelDel
            // 
            this.BtnLabelDel.Location = new System.Drawing.Point(103, 108);
            this.BtnLabelDel.Name = "BtnLabelDel";
            this.BtnLabelDel.Size = new System.Drawing.Size(85, 26);
            this.BtnLabelDel.TabIndex = 2;
            this.BtnLabelDel.Text = "删除";
            this.BtnLabelDel.UseVisualStyleBackColor = true;
            this.BtnLabelDel.Click += new System.EventHandler(this.BtnLabelDel_Click);
            // 
            // BtnRename
            // 
            this.BtnRename.Location = new System.Drawing.Point(103, 140);
            this.BtnRename.Name = "BtnRename";
            this.BtnRename.Size = new System.Drawing.Size(85, 26);
            this.BtnRename.TabIndex = 3;
            this.BtnRename.Text = "重命名";
            this.BtnRename.UseVisualStyleBackColor = true;
            this.BtnRename.Click += new System.EventHandler(this.BtnRename_Click);
            // 
            // BtnPrintTest
            // 
            this.BtnPrintTest.Location = new System.Drawing.Point(12, 236);
            this.BtnPrintTest.Name = "BtnPrintTest";
            this.BtnPrintTest.Size = new System.Drawing.Size(166, 26);
            this.BtnPrintTest.TabIndex = 4;
            this.BtnPrintTest.Text = "打印测试";
            this.BtnPrintTest.UseVisualStyleBackColor = true;
            this.BtnPrintTest.Click += new System.EventHandler(this.BtnPrintTest_Click);
            // 
            // BtnSave
            // 
            this.BtnSave.Location = new System.Drawing.Point(12, 268);
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Size = new System.Drawing.Size(166, 26);
            this.BtnSave.TabIndex = 5;
            this.BtnSave.Text = "保存";
            this.BtnSave.UseVisualStyleBackColor = true;
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // BtnFieldAdd
            // 
            this.BtnFieldAdd.Location = new System.Drawing.Point(12, 172);
            this.BtnFieldAdd.Name = "BtnFieldAdd";
            this.BtnFieldAdd.Size = new System.Drawing.Size(85, 26);
            this.BtnFieldAdd.TabIndex = 6;
            this.BtnFieldAdd.Text = "字段添加";
            this.BtnFieldAdd.UseVisualStyleBackColor = true;
            this.BtnFieldAdd.Click += new System.EventHandler(this.BtnFieldAdd_Click);
            // 
            // BtnFieldDel
            // 
            this.BtnFieldDel.Location = new System.Drawing.Point(103, 172);
            this.BtnFieldDel.Name = "BtnFieldDel";
            this.BtnFieldDel.Size = new System.Drawing.Size(85, 26);
            this.BtnFieldDel.TabIndex = 7;
            this.BtnFieldDel.Text = "字段删除";
            this.BtnFieldDel.UseVisualStyleBackColor = true;
            this.BtnFieldDel.Click += new System.EventHandler(this.BtnFieldDel_Click);
            // 
            // BtnFieldFont
            // 
            this.BtnFieldFont.Location = new System.Drawing.Point(12, 204);
            this.BtnFieldFont.Name = "BtnFieldFont";
            this.BtnFieldFont.Size = new System.Drawing.Size(85, 26);
            this.BtnFieldFont.TabIndex = 8;
            this.BtnFieldFont.Text = "字段字体";
            this.BtnFieldFont.UseVisualStyleBackColor = true;
            this.BtnFieldFont.Click += new System.EventHandler(this.BtnFieldFont_Click);
            // 
            // CboFieldType
            // 
            this.CboFieldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboFieldType.Font = new System.Drawing.Font("宋体", 11F);
            this.CboFieldType.FormattingEnabled = true;
            this.CboFieldType.Location = new System.Drawing.Point(197, 12);
            this.CboFieldType.Name = "CboFieldType";
            this.CboFieldType.Size = new System.Drawing.Size(120, 23);
            this.CboFieldType.TabIndex = 9;
            this.CboFieldType.SelectedIndexChanged += new System.EventHandler(this.CboFieldType_SelectedIndexChanged);
            // 
            // NumX
            // 
            this.NumX.DecimalPlaces = 2;
            this.NumX.Font = new System.Drawing.Font("宋体", 11F);
            this.NumX.Location = new System.Drawing.Point(219, 41);
            this.NumX.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.NumX.Name = "NumX";
            this.NumX.Size = new System.Drawing.Size(98, 24);
            this.NumX.TabIndex = 10;
            this.NumX.ValueChanged += new System.EventHandler(this.NumX_ValueChanged);
            // 
            // NumY
            // 
            this.NumY.DecimalPlaces = 2;
            this.NumY.Font = new System.Drawing.Font("宋体", 11F);
            this.NumY.Location = new System.Drawing.Point(219, 71);
            this.NumY.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.NumY.Name = "NumY";
            this.NumY.Size = new System.Drawing.Size(98, 24);
            this.NumY.TabIndex = 11;
            this.NumY.ValueChanged += new System.EventHandler(this.NumY_ValueChanged);
            // 
            // NumW
            // 
            this.NumW.DecimalPlaces = 2;
            this.NumW.Font = new System.Drawing.Font("宋体", 11F);
            this.NumW.Location = new System.Drawing.Point(219, 101);
            this.NumW.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.NumW.Name = "NumW";
            this.NumW.Size = new System.Drawing.Size(98, 24);
            this.NumW.TabIndex = 12;
            this.NumW.Value = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.NumW.ValueChanged += new System.EventHandler(this.NumW_ValueChanged);
            // 
            // NumH
            // 
            this.NumH.DecimalPlaces = 2;
            this.NumH.Font = new System.Drawing.Font("宋体", 11F);
            this.NumH.Location = new System.Drawing.Point(219, 131);
            this.NumH.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.NumH.Name = "NumH";
            this.NumH.Size = new System.Drawing.Size(98, 24);
            this.NumH.TabIndex = 13;
            this.NumH.Value = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.NumH.ValueChanged += new System.EventHandler(this.NumH_ValueChanged);
            // 
            // TxtFormatText
            // 
            this.TxtFormatText.Location = new System.Drawing.Point(197, 161);
            this.TxtFormatText.Multiline = true;
            this.TxtFormatText.Name = "TxtFormatText";
            this.TxtFormatText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TxtFormatText.Size = new System.Drawing.Size(120, 133);
            this.TxtFormatText.TabIndex = 14;
            this.TxtFormatText.TextChanged += new System.EventHandler(this.TxtFormatText_TextChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(325, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(463, 426);
            this.pictureBox1.TabIndex = 15;
            this.pictureBox1.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(197, 44);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(16, 16);
            this.label1.TabIndex = 16;
            this.label1.Text = "X";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(197, 74);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(16, 16);
            this.label2.TabIndex = 17;
            this.label2.Text = "Y";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(197, 104);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(16, 16);
            this.label3.TabIndex = 18;
            this.label3.Text = "W";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(197, 134);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(16, 16);
            this.label4.TabIndex = 19;
            this.label4.Text = "H";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label_desc);
            this.groupBox1.Location = new System.Drawing.Point(12, 335);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(262, 100);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "字段说明";
            // 
            // label_desc
            // 
            this.label_desc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label_desc.Location = new System.Drawing.Point(3, 17);
            this.label_desc.Name = "label_desc";
            this.label_desc.Size = new System.Drawing.Size(256, 80);
            this.label_desc.TabIndex = 0;
            this.label_desc.Text = " ";
            // 
            // FrmLabel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.TxtFormatText);
            this.Controls.Add(this.NumH);
            this.Controls.Add(this.NumW);
            this.Controls.Add(this.NumY);
            this.Controls.Add(this.NumX);
            this.Controls.Add(this.CboFieldType);
            this.Controls.Add(this.BtnFieldFont);
            this.Controls.Add(this.BtnFieldDel);
            this.Controls.Add(this.BtnFieldAdd);
            this.Controls.Add(this.BtnSave);
            this.Controls.Add(this.BtnPrintTest);
            this.Controls.Add(this.BtnRename);
            this.Controls.Add(this.BtnLabelDel);
            this.Controls.Add(this.BtnLabelNew);
            this.Controls.Add(this.LstLabelName);
            this.Name = "FrmLabel";
            this.Text = "标签编辑";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLabel_FormClosing);
            this.Load += new System.EventHandler(this.FrmLabel_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NumX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NumH)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ListBox LstLabelName;
        private System.Windows.Forms.Button BtnLabelNew;
        private System.Windows.Forms.Button BtnLabelDel;
        private System.Windows.Forms.Button BtnRename;
        private System.Windows.Forms.Button BtnPrintTest;
        private System.Windows.Forms.Button BtnSave;
        private System.Windows.Forms.Button BtnFieldAdd;
        private System.Windows.Forms.Button BtnFieldDel;
        private System.Windows.Forms.Button BtnFieldFont;
        private System.Windows.Forms.ComboBox CboFieldType;
        private System.Windows.Forms.NumericUpDown NumX;
        private System.Windows.Forms.NumericUpDown NumY;
        private System.Windows.Forms.NumericUpDown NumW;
        private System.Windows.Forms.NumericUpDown NumH;
        private System.Windows.Forms.TextBox TxtFormatText;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label_desc;
    }
}