441 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			441 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class BatchStockOutValidation
 | ||
|     {
 | ||
|         /// <summary>
 | ||
|         /// 必需的设计器变量。
 | ||
|         /// </summary>
 | ||
|         private System.ComponentModel.IContainer components = null;
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 清理所有正在使用的资源。
 | ||
|         /// </summary>
 | ||
|         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
 | ||
|         protected override void Dispose(bool disposing)
 | ||
|         {
 | ||
|             if (disposing && (components != null))
 | ||
|             {
 | ||
|                 components.Dispose();
 | ||
|             }
 | ||
|             base.Dispose(disposing);
 | ||
|         }
 | ||
| 
 | ||
|         #region Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | ||
|             this.button1 = new System.Windows.Forms.Button();
 | ||
|             this.Stocknum_lab = new System.Windows.Forms.Label();
 | ||
|             this.row_lab = new System.Windows.Forms.Label();
 | ||
|             this.batch_lab = new System.Windows.Forms.Label();
 | ||
|             this.bigcount_lab = new System.Windows.Forms.Label();
 | ||
|             this.unit_lab = new System.Windows.Forms.Label();
 | ||
|             this.order_id_lab = new System.Windows.Forms.Label();
 | ||
|             this.save_date_lab = new System.Windows.Forms.Label();
 | ||
|             this.product_date_lab = new System.Windows.Forms.Label();
 | ||
|             this.lacationid_lab = new System.Windows.Forms.Label();
 | ||
|             this.int_lab = new System.Windows.Forms.Label();
 | ||
|             this.PCompany_lab = new System.Windows.Forms.Label();
 | ||
|             this.spec_lab = new System.Windows.Forms.Label();
 | ||
|             this.label19 = new System.Windows.Forms.Label();
 | ||
|             this.label14 = new System.Windows.Forms.Label();
 | ||
|             this.name_lab = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.label10 = new System.Windows.Forms.Label();
 | ||
|             this.label13 = new System.Windows.Forms.Label();
 | ||
|             this.label7 = new System.Windows.Forms.Label();
 | ||
|             this.label9 = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.label11 = new System.Windows.Forms.Label();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.custor_name_lab = new System.Windows.Forms.Label();
 | ||
|             this.label8 = new System.Windows.Forms.Label();
 | ||
|             this.button2 = new System.Windows.Forms.Button();
 | ||
|             this.label15 = new System.Windows.Forms.Label();
 | ||
|             this.tBss = new System.Windows.Forms.TextBox();
 | ||
|             this.lbcolor = new System.Windows.Forms.Label();
 | ||
|             this.labelHint = new System.Windows.Forms.Label();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(4, 16);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(51, 20);
 | ||
|             this.label1.Text = "条码";
 | ||
|             // 
 | ||
|             // textBox1
 | ||
|             // 
 | ||
|             this.textBox1.Location = new System.Drawing.Point(43, 13);
 | ||
|             this.textBox1.Name = "textBox1";
 | ||
|             this.textBox1.Size = new System.Drawing.Size(124, 23);
 | ||
|             this.textBox1.TabIndex = 1;
 | ||
|             this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
 | ||
|             this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
 | ||
|             // 
 | ||
|             // button1
 | ||
|             // 
 | ||
|             this.button1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.button1.Location = new System.Drawing.Point(20, 245);
 | ||
|             this.button1.Name = "button1";
 | ||
|             this.button1.Size = new System.Drawing.Size(82, 20);
 | ||
|             this.button1.TabIndex = 2;
 | ||
|             this.button1.Text = "复核";
 | ||
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | ||
|             // 
 | ||
|             // Stocknum_lab
 | ||
|             // 
 | ||
|             this.Stocknum_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.Stocknum_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.Stocknum_lab.Location = new System.Drawing.Point(195, 110);
 | ||
|             this.Stocknum_lab.Name = "Stocknum_lab";
 | ||
|             this.Stocknum_lab.Size = new System.Drawing.Size(40, 18);
 | ||
|             // 
 | ||
|             // row_lab
 | ||
|             // 
 | ||
|             this.row_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.row_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.row_lab.Location = new System.Drawing.Point(217, 179);
 | ||
|             this.row_lab.Name = "row_lab";
 | ||
|             this.row_lab.Size = new System.Drawing.Size(26, 20);
 | ||
|             this.row_lab.Visible = false;
 | ||
|             // 
 | ||
|             // batch_lab
 | ||
|             // 
 | ||
|             this.batch_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.batch_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.batch_lab.Location = new System.Drawing.Point(43, 132);
 | ||
|             this.batch_lab.Name = "batch_lab";
 | ||
|             this.batch_lab.Size = new System.Drawing.Size(104, 20);
 | ||
|             // 
 | ||
|             // bigcount_lab
 | ||
|             // 
 | ||
|             this.bigcount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.bigcount_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.bigcount_lab.Location = new System.Drawing.Point(195, 88);
 | ||
|             this.bigcount_lab.Name = "bigcount_lab";
 | ||
|             this.bigcount_lab.Size = new System.Drawing.Size(40, 15);
 | ||
|             // 
 | ||
|             // unit_lab
 | ||
|             // 
 | ||
|             this.unit_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.unit_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.unit_lab.Location = new System.Drawing.Point(195, 130);
 | ||
|             this.unit_lab.Name = "unit_lab";
 | ||
|             this.unit_lab.Size = new System.Drawing.Size(37, 16);
 | ||
|             // 
 | ||
|             // order_id_lab
 | ||
|             // 
 | ||
|             this.order_id_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.order_id_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.order_id_lab.Location = new System.Drawing.Point(66, 196);
 | ||
|             this.order_id_lab.Name = "order_id_lab";
 | ||
|             this.order_id_lab.Size = new System.Drawing.Size(152, 20);
 | ||
|             // 
 | ||
|             // save_date_lab
 | ||
|             // 
 | ||
|             this.save_date_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.save_date_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.save_date_lab.Location = new System.Drawing.Point(66, 178);
 | ||
|             this.save_date_lab.Name = "save_date_lab";
 | ||
|             this.save_date_lab.Size = new System.Drawing.Size(124, 20);
 | ||
|             // 
 | ||
|             // product_date_lab
 | ||
|             // 
 | ||
|             this.product_date_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.product_date_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.product_date_lab.Location = new System.Drawing.Point(66, 152);
 | ||
|             this.product_date_lab.Name = "product_date_lab";
 | ||
|             this.product_date_lab.Size = new System.Drawing.Size(101, 20);
 | ||
|             // 
 | ||
|             // lacationid_lab
 | ||
|             // 
 | ||
|             this.lacationid_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lacationid_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lacationid_lab.Location = new System.Drawing.Point(43, 110);
 | ||
|             this.lacationid_lab.Name = "lacationid_lab";
 | ||
|             this.lacationid_lab.Size = new System.Drawing.Size(94, 20);
 | ||
|             // 
 | ||
|             // int_lab
 | ||
|             // 
 | ||
|             this.int_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.int_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.int_lab.Location = new System.Drawing.Point(203, 45);
 | ||
|             this.int_lab.Name = "int_lab";
 | ||
|             this.int_lab.Size = new System.Drawing.Size(40, 14);
 | ||
|             // 
 | ||
|             // PCompany_lab
 | ||
|             // 
 | ||
|             this.PCompany_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.PCompany_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.PCompany_lab.Location = new System.Drawing.Point(43, 66);
 | ||
|             this.PCompany_lab.Name = "PCompany_lab";
 | ||
|             this.PCompany_lab.Size = new System.Drawing.Size(197, 20);
 | ||
|             // 
 | ||
|             // spec_lab
 | ||
|             // 
 | ||
|             this.spec_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.spec_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.spec_lab.Location = new System.Drawing.Point(43, 88);
 | ||
|             this.spec_lab.Name = "spec_lab";
 | ||
|             this.spec_lab.Size = new System.Drawing.Size(113, 20);
 | ||
|             // 
 | ||
|             // label19
 | ||
|             // 
 | ||
|             this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label19.Location = new System.Drawing.Point(153, 110);
 | ||
|             this.label19.Name = "label19";
 | ||
|             this.label19.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label19.Text = "数量";
 | ||
|             // 
 | ||
|             // label14
 | ||
|             // 
 | ||
|             this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label14.Location = new System.Drawing.Point(4, 132);
 | ||
|             this.label14.Name = "label14";
 | ||
|             this.label14.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label14.Text = "批号:";
 | ||
|             // 
 | ||
|             // name_lab
 | ||
|             // 
 | ||
|             this.name_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.name_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.name_lab.Location = new System.Drawing.Point(43, 43);
 | ||
|             this.name_lab.Name = "name_lab";
 | ||
|             this.name_lab.Size = new System.Drawing.Size(131, 21);
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label2.Location = new System.Drawing.Point(4, 198);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(74, 20);
 | ||
|             this.label2.Text = "出库单号:";
 | ||
|             // 
 | ||
|             // label10
 | ||
|             // 
 | ||
|             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label10.Location = new System.Drawing.Point(4, 154);
 | ||
|             this.label10.Name = "label10";
 | ||
|             this.label10.Size = new System.Drawing.Size(74, 20);
 | ||
|             this.label10.Text = "生产日期:";
 | ||
|             // 
 | ||
|             // label13
 | ||
|             // 
 | ||
|             this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label13.Location = new System.Drawing.Point(4, 176);
 | ||
|             this.label13.Name = "label13";
 | ||
|             this.label13.Size = new System.Drawing.Size(74, 20);
 | ||
|             this.label13.Text = "有效日期:";
 | ||
|             // 
 | ||
|             // label7
 | ||
|             // 
 | ||
|             this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label7.Location = new System.Drawing.Point(4, 110);
 | ||
|             this.label7.Name = "label7";
 | ||
|             this.label7.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label7.Tag = " ";
 | ||
|             this.label7.Text = "货位:";
 | ||
|             // 
 | ||
|             // label9
 | ||
|             // 
 | ||
|             this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label9.Location = new System.Drawing.Point(176, 44);
 | ||
|             this.label9.Name = "label9";
 | ||
|             this.label9.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label9.Text = "件数";
 | ||
|             // 
 | ||
|             // label5
 | ||
|             // 
 | ||
|             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label5.Location = new System.Drawing.Point(4, 66);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label5.Text = "厂家:";
 | ||
|             // 
 | ||
|             // label11
 | ||
|             // 
 | ||
|             this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label11.Location = new System.Drawing.Point(153, 90);
 | ||
|             this.label11.Name = "label11";
 | ||
|             this.label11.Size = new System.Drawing.Size(49, 20);
 | ||
|             this.label11.Text = "大包装";
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label6.Location = new System.Drawing.Point(153, 130);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(45, 19);
 | ||
|             this.label6.Text = "单位";
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label4.Location = new System.Drawing.Point(4, 88);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label4.Text = "规格:";
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(4, 44);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label3.Text = "品名:";
 | ||
|             // 
 | ||
|             // custor_name_lab
 | ||
|             // 
 | ||
|             this.custor_name_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.custor_name_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.custor_name_lab.Location = new System.Drawing.Point(43, 221);
 | ||
|             this.custor_name_lab.Name = "custor_name_lab";
 | ||
|             this.custor_name_lab.Size = new System.Drawing.Size(192, 20);
 | ||
|             // 
 | ||
|             // label8
 | ||
|             // 
 | ||
|             this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label8.Location = new System.Drawing.Point(4, 220);
 | ||
|             this.label8.Name = "label8";
 | ||
|             this.label8.Size = new System.Drawing.Size(46, 20);
 | ||
|             this.label8.Text = "客户:";
 | ||
|             // 
 | ||
|             // button2
 | ||
|             // 
 | ||
|             this.button2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.button2.ForeColor = System.Drawing.Color.Maroon;
 | ||
|             this.button2.Location = new System.Drawing.Point(116, 244);
 | ||
|             this.button2.Name = "button2";
 | ||
|             this.button2.Size = new System.Drawing.Size(106, 21);
 | ||
|             this.button2.TabIndex = 61;
 | ||
|             this.button2.Text = "待复核数:0";
 | ||
|             this.button2.Click += new System.EventHandler(this.button2_Click);
 | ||
|             // 
 | ||
|             // label15
 | ||
|             // 
 | ||
|             this.label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label15.Location = new System.Drawing.Point(176, 154);
 | ||
|             this.label15.Name = "label15";
 | ||
|             this.label15.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label15.Text = "实收";
 | ||
|             this.label15.Visible = false;
 | ||
|             // 
 | ||
|             // tBss
 | ||
|             // 
 | ||
|             this.tBss.Location = new System.Drawing.Point(214, 152);
 | ||
|             this.tBss.Name = "tBss";
 | ||
|             this.tBss.Size = new System.Drawing.Size(12, 23);
 | ||
|             this.tBss.TabIndex = 64;
 | ||
|             this.tBss.Visible = false;
 | ||
|             // 
 | ||
|             // lbcolor
 | ||
|             // 
 | ||
|             this.lbcolor.ForeColor = System.Drawing.Color.Purple;
 | ||
|             this.lbcolor.Location = new System.Drawing.Point(233, 208);
 | ||
|             this.lbcolor.Name = "lbcolor";
 | ||
|             this.lbcolor.Size = new System.Drawing.Size(10, 11);
 | ||
|             // 
 | ||
|             // labelHint
 | ||
|             // 
 | ||
|             this.labelHint.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.labelHint.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.labelHint.Location = new System.Drawing.Point(175, 16);
 | ||
|             this.labelHint.Name = "labelHint";
 | ||
|             this.labelHint.Size = new System.Drawing.Size(68, 15);
 | ||
|             // 
 | ||
|             // BatchStockOutValidation
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | ||
|             this.AutoScroll = true;
 | ||
|             this.ClientSize = new System.Drawing.Size(243, 275);
 | ||
|             this.Controls.Add(this.labelHint);
 | ||
|             this.Controls.Add(this.lbcolor);
 | ||
|             this.Controls.Add(this.tBss);
 | ||
|             this.Controls.Add(this.label15);
 | ||
|             this.Controls.Add(this.button2);
 | ||
|             this.Controls.Add(this.custor_name_lab);
 | ||
|             this.Controls.Add(this.label8);
 | ||
|             this.Controls.Add(this.Stocknum_lab);
 | ||
|             this.Controls.Add(this.row_lab);
 | ||
|             this.Controls.Add(this.batch_lab);
 | ||
|             this.Controls.Add(this.bigcount_lab);
 | ||
|             this.Controls.Add(this.unit_lab);
 | ||
|             this.Controls.Add(this.order_id_lab);
 | ||
|             this.Controls.Add(this.save_date_lab);
 | ||
|             this.Controls.Add(this.product_date_lab);
 | ||
|             this.Controls.Add(this.lacationid_lab);
 | ||
|             this.Controls.Add(this.int_lab);
 | ||
|             this.Controls.Add(this.PCompany_lab);
 | ||
|             this.Controls.Add(this.spec_lab);
 | ||
|             this.Controls.Add(this.label19);
 | ||
|             this.Controls.Add(this.label14);
 | ||
|             this.Controls.Add(this.name_lab);
 | ||
|             this.Controls.Add(this.label2);
 | ||
|             this.Controls.Add(this.label10);
 | ||
|             this.Controls.Add(this.label13);
 | ||
|             this.Controls.Add(this.label7);
 | ||
|             this.Controls.Add(this.label9);
 | ||
|             this.Controls.Add(this.label5);
 | ||
|             this.Controls.Add(this.label11);
 | ||
|             this.Controls.Add(this.label6);
 | ||
|             this.Controls.Add(this.label4);
 | ||
|             this.Controls.Add(this.label3);
 | ||
|             this.Controls.Add(this.button1);
 | ||
|             this.Controls.Add(this.textBox1);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.Name = "BatchStockOutValidation";
 | ||
|             this.Text = "整库出库复核";
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.TextBox textBox1;
 | ||
|         private System.Windows.Forms.Button button1;
 | ||
|         private System.Windows.Forms.Label Stocknum_lab;
 | ||
|         private System.Windows.Forms.Label row_lab;
 | ||
|         private System.Windows.Forms.Label batch_lab;
 | ||
|         private System.Windows.Forms.Label bigcount_lab;
 | ||
|         private System.Windows.Forms.Label unit_lab;
 | ||
|         private System.Windows.Forms.Label order_id_lab;
 | ||
|         private System.Windows.Forms.Label save_date_lab;
 | ||
|         private System.Windows.Forms.Label product_date_lab;
 | ||
|         private System.Windows.Forms.Label lacationid_lab;
 | ||
|         private System.Windows.Forms.Label int_lab;
 | ||
|         private System.Windows.Forms.Label PCompany_lab;
 | ||
|         private System.Windows.Forms.Label spec_lab;
 | ||
|         private System.Windows.Forms.Label label19;
 | ||
|         private System.Windows.Forms.Label label14;
 | ||
|         private System.Windows.Forms.Label name_lab;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.Label label10;
 | ||
|         private System.Windows.Forms.Label label13;
 | ||
|         private System.Windows.Forms.Label label7;
 | ||
|         private System.Windows.Forms.Label label9;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.Label label11;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.Label custor_name_lab;
 | ||
|         private System.Windows.Forms.Label label8;
 | ||
|         private System.Windows.Forms.Button button2;
 | ||
|         private System.Windows.Forms.Label label15;
 | ||
|         private System.Windows.Forms.TextBox tBss;
 | ||
|         private System.Windows.Forms.Label lbcolor;
 | ||
|         private System.Windows.Forms.Label labelHint;
 | ||
|     }
 | ||
| } |