123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- namespace MainForm.FaForm
- {
- partial class BandBarodeDialog_S1
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- 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.groupBox2 = new System.Windows.Forms.GroupBox();
- this.ErrorLab = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.GetBarcode = new System.Windows.Forms.TextBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.ProductBarcode);
- 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(40, 33);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(720, 160);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "绑定物料";
- //
- // ProductBarcode
- //
- this.ProductBarcode.Location = new System.Drawing.Point(187, 92);
- this.ProductBarcode.Name = "ProductBarcode";
- this.ProductBarcode.ReadOnly = true;
- this.ProductBarcode.Size = new System.Drawing.Size(441, 28);
- this.ProductBarcode.TabIndex = 5;
- //
- // CarrierBarcode
- //
- this.CarrierBarcode.Location = new System.Drawing.Point(187, 41);
- this.CarrierBarcode.Name = "CarrierBarcode";
- this.CarrierBarcode.ReadOnly = true;
- this.CarrierBarcode.Size = new System.Drawing.Size(441, 28);
- this.CarrierBarcode.TabIndex = 6;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(81, 44);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(62, 18);
- this.label1.TabIndex = 7;
- this.label1.Text = "载具码";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(81, 95);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(62, 18);
- this.label2.TabIndex = 8;
- this.label2.Text = "产品码";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.ErrorLab);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.GetBarcode);
- this.groupBox2.Location = new System.Drawing.Point(40, 211);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(720, 147);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "扫码区域";
- //
- // ErrorLab
- //
- this.ErrorLab.AutoEllipsis = true;
- this.ErrorLab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.ErrorLab.ForeColor = System.Drawing.Color.Red;
- this.ErrorLab.Location = new System.Drawing.Point(187, 82);
- this.ErrorLab.Name = "ErrorLab";
- this.ErrorLab.Size = new System.Drawing.Size(513, 45);
- this.ErrorLab.TabIndex = 9;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(81, 44);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(62, 18);
- this.label3.TabIndex = 8;
- this.label3.Text = "二维码";
- //
- // GetBarcode
- //
- this.GetBarcode.Location = new System.Drawing.Point(187, 40);
- this.GetBarcode.Name = "GetBarcode";
- this.GetBarcode.Size = new System.Drawing.Size(441, 28);
- this.GetBarcode.TabIndex = 7;
- this.GetBarcode.TextChanged += new System.EventHandler(this.GetBarcode_TextChanged);
- //
- // BandBarodeDialog_S1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 370);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Name = "BandBarodeDialog_S1";
- this.Text = "BandBarodeDialog_S1";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BandBarodeDialog_S1_FormClosing);
- this.Load += new System.EventHandler(this.BandBarodeDialog_S1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- 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.Label label3;
- private System.Windows.Forms.TextBox GetBarcode;
- private System.Windows.Forms.Label ErrorLab;
- }
- }
|