123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- namespace MainForm.FaForm
- {
- partial class BandBarodeDialog
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|