SettingControl.Designer.cs 6.4 KB

namespace AutoScanAndLabel
{
    partial class SettingControl
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btn_labeledit = new System.Windows.Forms.Button();
            this.cb_labelselect = new System.Windows.Forms.ComboBox();
            this.cb_printerselect = new System.Windows.Forms.ComboBox();
            this.chbAutoRun = new System.Windows.Forms.CheckBox();
            this.btn_labelDebug = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.btn_labeledit);
            this.groupBox1.Controls.Add(this.cb_labelselect);
            this.groupBox1.Controls.Add(this.cb_printerselect);
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(319, 160);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "打印设置";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "标签名";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(19, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "打印机";
            // 
            // btn_labeledit
            // 
            this.btn_labeledit.Location = new System.Drawing.Point(179, 115);
            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(88, 75);
            this.cb_labelselect.Name = "cb_labelselect";
            this.cb_labelselect.Size = new System.Drawing.Size(198, 20);
            this.cb_labelselect.TabIndex = 0;
            this.cb_labelselect.SelectedIndexChanged += new System.EventHandler(this.cb_labelselect_SelectedIndexChanged);
            // 
            // cb_printerselect
            // 
            this.cb_printerselect.FormattingEnabled = true;
            this.cb_printerselect.Location = new System.Drawing.Point(88, 37);
            this.cb_printerselect.Name = "cb_printerselect";
            this.cb_printerselect.Size = new System.Drawing.Size(198, 20);
            this.cb_printerselect.TabIndex = 0;
            this.cb_printerselect.SelectedIndexChanged += new System.EventHandler(this.cb_printerselect_SelectedIndexChanged);
            // 
            // chbAutoRun
            // 
            this.chbAutoRun.AutoSize = true;
            this.chbAutoRun.Location = new System.Drawing.Point(3, 192);
            this.chbAutoRun.Name = "chbAutoRun";
            this.chbAutoRun.Size = new System.Drawing.Size(84, 16);
            this.chbAutoRun.TabIndex = 1;
            this.chbAutoRun.Text = "开机自启动";
            this.chbAutoRun.UseVisualStyleBackColor = true;
            // 
            // btn_labelDebug
            // 
            this.btn_labelDebug.Location = new System.Drawing.Point(182, 192);
            this.btn_labelDebug.Name = "btn_labelDebug";
            this.btn_labelDebug.Size = new System.Drawing.Size(140, 28);
            this.btn_labelDebug.TabIndex = 2;
            this.btn_labelDebug.Text = "贴标调试";
            this.btn_labelDebug.UseVisualStyleBackColor = true;
            this.btn_labelDebug.Visible = false;
            this.btn_labelDebug.Click += new System.EventHandler(this.btn_labelDebug_Click);
            // 
            // SettingControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.btn_labelDebug);
            this.Controls.Add(this.chbAutoRun);
            this.Controls.Add(this.groupBox1);
            this.Name = "SettingControl";
            this.Size = new System.Drawing.Size(984, 497);
            this.Load += new System.EventHandler(this.SettingControl_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox cb_labelselect;
        private System.Windows.Forms.ComboBox cb_printerselect;
        private System.Windows.Forms.Button btn_labeledit;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox chbAutoRun;
        private System.Windows.Forms.Button btn_labelDebug;
    }
}