Form1.Designer.cs 11.1 KB
namespace PrintLabel_Test
{
    partial class Form1
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.button4 = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.button5 = new System.Windows.Forms.Button();
            this.btn_tsc = new System.Windows.Forms.Button();
            this.cb_labelname = new System.Windows.Forms.ComboBox();
            this.advanceConfigEdit1 = new ConfigHelper.AdvanceConfigEdit();
            this.button7 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.txt_command = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button6 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(9, 9);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(123, 49);
            this.button1.TabIndex = 0;
            this.button1.Text = "编辑";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(137, 9);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(162, 21);
            this.textBox1.TabIndex = 1;
            this.textBox1.Text = "test2";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(137, 68);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(100, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "加载";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(9, 68);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(123, 49);
            this.button3.TabIndex = 3;
            this.button3.Text = "打印";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(137, 39);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(162, 21);
            this.textBox2.TabIndex = 4;
            this.textBox2.Text = "ZDesigner GT800 (EPL)";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(137, 96);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(100, 23);
            this.button4.TabIndex = 5;
            this.button4.Text = "获取状态";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(216, 252);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(251, 163);
            this.pictureBox1.TabIndex = 6;
            this.pictureBox1.TabStop = false;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(9, 125);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(123, 47);
            this.button5.TabIndex = 7;
            this.button5.Text = "button5";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // btn_tsc
            // 
            this.btn_tsc.Location = new System.Drawing.Point(16, 291);
            this.btn_tsc.Name = "btn_tsc";
            this.btn_tsc.Size = new System.Drawing.Size(123, 42);
            this.btn_tsc.TabIndex = 8;
            this.btn_tsc.Text = "TSC Print";
            this.btn_tsc.UseVisualStyleBackColor = true;
            this.btn_tsc.Click += new System.EventHandler(this.btn_tsc_Click);
            // 
            // cb_labelname
            // 
            this.cb_labelname.FormattingEnabled = true;
            this.cb_labelname.Location = new System.Drawing.Point(16, 252);
            this.cb_labelname.Name = "cb_labelname";
            this.cb_labelname.Size = new System.Drawing.Size(160, 20);
            this.cb_labelname.TabIndex = 9;
            // 
            // advanceConfigEdit1
            // 
            this.advanceConfigEdit1.Location = new System.Drawing.Point(304, 9);
            this.advanceConfigEdit1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.advanceConfigEdit1.Name = "advanceConfigEdit1";
            this.advanceConfigEdit1.Size = new System.Drawing.Size(437, 209);
            this.advanceConfigEdit1.TabIndex = 10;
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(16, 339);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(123, 42);
            this.button7.TabIndex = 12;
            this.button7.Text = "X400";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(16, 392);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(123, 42);
            this.button10.TabIndex = 15;
            this.button10.Text = "X6";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // txt_command
            // 
            this.txt_command.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txt_command.Location = new System.Drawing.Point(3, 17);
            this.txt_command.Margin = new System.Windows.Forms.Padding(0);
            this.txt_command.Multiline = true;
            this.txt_command.Name = "txt_command";
            this.txt_command.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txt_command.Size = new System.Drawing.Size(355, 292);
            this.txt_command.TabIndex = 16;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txt_command);
            this.groupBox1.Location = new System.Drawing.Point(497, 238);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(361, 312);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "RAW Command";
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(681, 556);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(177, 23);
            this.button6.TabIndex = 18;
            this.button6.Text = "Send";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(911, 607);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.button10);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.advanceConfigEdit1);
            this.Controls.Add(this.cb_labelname);
            this.Controls.Add(this.btn_tsc);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button btn_tsc;
        private System.Windows.Forms.ComboBox cb_labelname;
        private ConfigHelper.AdvanceConfigEdit advanceConfigEdit1;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.TextBox txt_command;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button6;
    }
}