namespace MainForm.FaForm { partial class BandBarodeDialog { /// /// 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.button1 = new System.Windows.Forms.Button(); 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.PCBBarcode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.ErrorLab = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(530, 251); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(135, 45); this.button1.TabIndex = 0; this.button1.Text = "取消"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // ProductBarcode // this.ProductBarcode.Location = new System.Drawing.Point(230, 108); 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(230, 47); 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(124, 50); 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(124, 111); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 18); this.label2.TabIndex = 4; this.label2.Text = "产品码"; // // PCBBarcode // this.PCBBarcode.Location = new System.Drawing.Point(230, 172); this.PCBBarcode.Name = "PCBBarcode"; this.PCBBarcode.Size = new System.Drawing.Size(280, 28); this.PCBBarcode.TabIndex = 5; this.PCBBarcode.TextChanged += new System.EventHandler(this.PCBBarcode_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(133, 175); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 18); this.label3.TabIndex = 6; this.label3.Text = "PCB码"; // // ErrorLab // this.ErrorLab.AutoSize = true; this.ErrorLab.ForeColor = System.Drawing.Color.Red; this.ErrorLab.Location = new System.Drawing.Point(227, 216); this.ErrorLab.Name = "ErrorLab"; this.ErrorLab.Size = new System.Drawing.Size(0, 18); this.ErrorLab.TabIndex = 7; // // BandBarodeDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(725, 328); this.Controls.Add(this.ErrorLab); this.Controls.Add(this.label3); this.Controls.Add(this.PCBBarcode); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.CarrierBarcode); this.Controls.Add(this.ProductBarcode); this.Controls.Add(this.button1); this.Name = "BandBarodeDialog"; this.Text = "BandBarodeDialog"; this.Load += new System.EventHandler(this.BandBarodeDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; 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 PCBBarcode; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label ErrorLab; } }