Frm_LabelEdit.Designer.cs 4.7 KB
using System.Drawing;
using System.Windows.Forms;

namespace TinLabel
{
    partial class Frm_LabelEdit
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btn_printertest = new System.Windows.Forms.Button();
            this.btn_labeledit = new System.Windows.Forms.Button();
            this.cb_labelselect = new System.Windows.Forms.ComboBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.btn_printertest);
            this.groupBox1.Controls.Add(this.btn_labeledit);
            this.groupBox1.Controls.Add(this.cb_labelselect);
            this.groupBox1.Location = new System.Drawing.Point(10, 9);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(340, 126);
            this.groupBox1.TabIndex = 13;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "打印设置";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(5, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(106, 20);
            this.label2.TabIndex = 2;
            this.label2.Text = "标签名";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn_printertest
            // 
            this.btn_printertest.Location = new System.Drawing.Point(11, 77);
            this.btn_printertest.Name = "btn_printertest";
            this.btn_printertest.Size = new System.Drawing.Size(107, 31);
            this.btn_printertest.TabIndex = 1;
            this.btn_printertest.Text = "打印测试";
            this.btn_printertest.UseVisualStyleBackColor = true;
            this.btn_printertest.Click += new System.EventHandler(this.btn_printertest_Click);
            // 
            // btn_labeledit
            // 
            this.btn_labeledit.Location = new System.Drawing.Point(208, 77);
            this.btn_labeledit.Name = "btn_labeledit";
            this.btn_labeledit.Size = new System.Drawing.Size(107, 31);
            this.btn_labeledit.TabIndex = 1;
            this.btn_labeledit.Text = "标签编辑";
            this.btn_labeledit.UseVisualStyleBackColor = true;
            this.btn_labeledit.Click += new System.EventHandler(this.btn_labeledit_Click);
            // 
            // cb_labelselect
            // 
            this.cb_labelselect.FormattingEnabled = true;
            this.cb_labelselect.Location = new System.Drawing.Point(117, 24);
            this.cb_labelselect.Name = "cb_labelselect";
            this.cb_labelselect.Size = new System.Drawing.Size(198, 20);
            this.cb_labelselect.TabIndex = 0;
            // 
            // Frm_LabelEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(366, 148);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Frm_LabelEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "设置";
            this.Load += new System.EventHandler(this.Frm_LabelEdit_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private GroupBox groupBox1;
        private Label label2;
        private Button btn_printertest;
        private Button btn_labeledit;
        private ComboBox cb_labelselect;
    }
}