namespace PunchingMistake { partial class FrmScan { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(63, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 24); this.label1.TabIndex = 70; this.label1.Text = "扫描设备码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(63, 127); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(130, 24); this.label2.TabIndex = 1; this.label2.Text = "扫描半成品"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(209, 61); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(407, 35); this.textBox1.TabIndex = 0; this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown); // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox2.Location = new System.Drawing.Point(209, 124); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(407, 35); this.textBox2.TabIndex = 3; this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox1.Location = new System.Drawing.Point(67, 221); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(244, 39); this.checkBox1.TabIndex = 16; this.checkBox1.Text = "自动打印箱单"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // panel1 // this.panel1.Controls.Add(this.textBox4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.textBox3); this.panel1.Controls.Add(this.label15); this.panel1.Location = new System.Drawing.Point(56, 284); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(798, 155); this.panel1.TabIndex = 17; // // button2 // this.button2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.Location = new System.Drawing.Point(621, 75); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(174, 57); this.button2.TabIndex = 26; this.button2.Text = "手动打印箱码"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 15.75F); this.textBox3.Location = new System.Drawing.Point(192, 81); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(207, 31); this.textBox3.TabIndex = 28; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(71, 84); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(115, 21); this.label15.TabIndex = 27; this.label15.Text = "输入数量:"; // // textBox4 // this.textBox4.Font = new System.Drawing.Font("宋体", 15.75F); this.textBox4.Location = new System.Drawing.Point(194, 32); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(407, 31); this.textBox4.TabIndex = 30; this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15.75F); this.label3.Location = new System.Drawing.Point(48, 35); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(115, 21); this.label3.TabIndex = 29; this.label3.Text = "扫描总成码"; // // FrmScan // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(918, 598); this.Controls.Add(this.panel1); this.Controls.Add(this.checkBox1); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FrmScan"; this.Text = "条码比对"; this.Load += new System.EventHandler(this.FrmScan_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label3; } }