namespace MainForm.FaForm
{
partial class Dialog_BandBarode_S6
{
///
/// 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.ProductBarcode = new System.Windows.Forms.TextBox();
this.CarrierBarcode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Barcode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.ErrorLab = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.PCBBarcode = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// ProductBarcode
//
this.ProductBarcode.Location = new System.Drawing.Point(187, 73);
this.ProductBarcode.Name = "ProductBarcode";
this.ProductBarcode.ReadOnly = true;
this.ProductBarcode.Size = new System.Drawing.Size(280, 28);
this.ProductBarcode.TabIndex = 1;
//
// CarrierBarcode
//
this.CarrierBarcode.Location = new System.Drawing.Point(187, 22);
this.CarrierBarcode.Name = "CarrierBarcode";
this.CarrierBarcode.ReadOnly = true;
this.CarrierBarcode.Size = new System.Drawing.Size(280, 28);
this.CarrierBarcode.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(81, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
this.label1.TabIndex = 3;
this.label1.Text = "载具码";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(81, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 18);
this.label2.TabIndex = 4;
this.label2.Text = "产品码";
//
// Barcode
//
this.Barcode.Location = new System.Drawing.Point(187, 24);
this.Barcode.Name = "Barcode";
this.Barcode.Size = new System.Drawing.Size(280, 28);
this.Barcode.TabIndex = 5;
this.Barcode.TextChanged += new System.EventHandler(this.PCBBarcode_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(81, 27);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 18);
this.label3.TabIndex = 6;
this.label3.Text = "二维码";
//
// ErrorLab
//
this.ErrorLab.AutoSize = true;
this.ErrorLab.ForeColor = System.Drawing.Color.Red;
this.ErrorLab.Location = new System.Drawing.Point(184, 55);
this.ErrorLab.Name = "ErrorLab";
this.ErrorLab.Size = new System.Drawing.Size(0, 18);
this.ErrorLab.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(90, 130);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 18);
this.label4.TabIndex = 9;
this.label4.Text = "PCB码";
//
// PCBBarcode
//
this.PCBBarcode.Location = new System.Drawing.Point(187, 127);
this.PCBBarcode.Name = "PCBBarcode";
this.PCBBarcode.ReadOnly = true;
this.PCBBarcode.Size = new System.Drawing.Size(280, 28);
this.PCBBarcode.TabIndex = 8;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.ProductBarcode);
this.groupBox1.Controls.Add(this.PCBBarcode);
this.groupBox1.Controls.Add(this.CarrierBarcode);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(43, 19);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(649, 171);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "当前物料";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.ErrorLab);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.Barcode);
this.groupBox2.Location = new System.Drawing.Point(43, 196);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(649, 92);
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "扫码区域";
//
// BandBarodeDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(725, 300);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Name = "Dialog_BandBarode_S6";
this.Text = "BandBarodeDialog";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BandBarodeDialog_FormClosing);
this.Load += new System.EventHandler(this.BandBarodeDialog_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox ProductBarcode;
private System.Windows.Forms.TextBox CarrierBarcode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox Barcode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label ErrorLab;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox PCBBarcode;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
}
}