namespace PurchingMistakeNew { partial class FrmScan_247 { /// /// 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.checkBox1 = new System.Windows.Forms.CheckBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Font = new System.Drawing.Font("宋体", 18F); this.checkBox1.Location = new System.Drawing.Point(72, 47); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(125, 28); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "扫描一根"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // 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(218, 111); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(407, 35); this.textBox2.TabIndex = 110; this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown); // // 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(67, 114); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(130, 24); this.label2.TabIndex = 109; this.label2.Text = "扫描总成码"; // // FrmScan_247 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(739, 244); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.checkBox1); this.Name = "FrmScan_247"; this.Text = "X247轮眉扫码到视觉"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmScan_247_FormClosed); this.Load += new System.EventHandler(this.FrmScan_247_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; } }