namespace FrmPrint { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txt_barcode = new System.Windows.Forms.TextBox(); this.cb_shift = new System.Windows.Forms.ComboBox(); this.cb_machine = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btn_print = new System.Windows.Forms.Button(); this.btn_close = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(29, 89); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 19); this.label1.TabIndex = 0; this.label1.Text = "班次"; // // txt_barcode // this.txt_barcode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_barcode.Location = new System.Drawing.Point(98, 186); this.txt_barcode.Name = "txt_barcode"; this.txt_barcode.Size = new System.Drawing.Size(213, 29); this.txt_barcode.TabIndex = 1; // // cb_shift // this.cb_shift.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cb_shift.FormattingEnabled = true; this.cb_shift.Location = new System.Drawing.Point(98, 81); this.cb_shift.Name = "cb_shift"; this.cb_shift.Size = new System.Drawing.Size(213, 27); this.cb_shift.TabIndex = 2; // // cb_machine // this.cb_machine.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cb_machine.FormattingEnabled = true; this.cb_machine.Location = new System.Drawing.Point(98, 136); this.cb_machine.Name = "cb_machine"; this.cb_machine.Size = new System.Drawing.Size(213, 27); this.cb_machine.TabIndex = 4; this.cb_machine.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(29, 142); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 19); this.label2.TabIndex = 3; this.label2.Text = "机种"; this.label2.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(29, 196); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 19); this.label3.TabIndex = 5; this.label3.Text = "条码"; // // btn_print // this.btn_print.BackColor = System.Drawing.Color.Lime; this.btn_print.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_print.Location = new System.Drawing.Point(79, 244); this.btn_print.Name = "btn_print"; this.btn_print.Size = new System.Drawing.Size(90, 36); this.btn_print.TabIndex = 6; this.btn_print.Text = "打 印"; this.btn_print.UseVisualStyleBackColor = false; this.btn_print.Click += new System.EventHandler(this.btn_print_Click); // // btn_close // this.btn_close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_close.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_close.Location = new System.Drawing.Point(212, 244); this.btn_close.Name = "btn_close"; this.btn_close.Size = new System.Drawing.Size(90, 36); this.btn_close.TabIndex = 7; this.btn_close.Text = "关 闭"; this.btn_close.UseVisualStyleBackColor = false; this.btn_close.Click += new System.EventHandler(this.btn_close_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("华文隶书", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.Yellow; this.label4.Location = new System.Drawing.Point(29, 26); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(312, 32); this.label4.TabIndex = 8; this.label4.Text = "奥特佳手动打印系统"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.ClientSize = new System.Drawing.Size(353, 302); this.Controls.Add(this.label4); this.Controls.Add(this.btn_close); this.Controls.Add(this.btn_print); this.Controls.Add(this.label3); this.Controls.Add(this.cb_machine); this.Controls.Add(this.label2); this.Controls.Add(this.cb_shift); this.Controls.Add(this.txt_barcode); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "条码打印系统"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_barcode; private System.Windows.Forms.ComboBox cb_shift; private System.Windows.Forms.ComboBox cb_machine; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btn_print; private System.Windows.Forms.Button btn_close; private System.Windows.Forms.Label label4; } }