398 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			398 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.Wms.CE | |||
|  | { | |||
|  |     partial class StockOut | |||
|  |     { | |||
|  |         /// <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.label12 = new System.Windows.Forms.Label(); | |||
|  |             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.locationid_lab = new System.Windows.Forms.Label(); | |||
|  |             this.int_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.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.barcode_txt = new System.Windows.Forms.TextBox(); | |||
|  |             this.label1 = new System.Windows.Forms.Label(); | |||
|  |             this.label5 = new System.Windows.Forms.Label(); | |||
|  |             this.PCompany_lab = new System.Windows.Forms.Label(); | |||
|  |             this.custor_name_lab = new System.Windows.Forms.Label(); | |||
|  |             this.label8 = new System.Windows.Forms.Label(); | |||
|  |             this.txtFlow = new System.Windows.Forms.TextBox(); | |||
|  |             this.label15 = new System.Windows.Forms.Label(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // label12 | |||
|  |             //  | |||
|  |             this.label12.Location = new System.Drawing.Point(184, 29); | |||
|  |             this.label12.Name = "label12"; | |||
|  |             this.label12.Size = new System.Drawing.Size(56, 20); | |||
|  |             //  | |||
|  |             // 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(49, 145); | |||
|  |             this.Stocknum_lab.Name = "Stocknum_lab"; | |||
|  |             this.Stocknum_lab.Size = new System.Drawing.Size(86, 20); | |||
|  |             //  | |||
|  |             // 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(184, 211); | |||
|  |             this.row_lab.Name = "row_lab"; | |||
|  |             this.row_lab.Size = new System.Drawing.Size(56, 20); | |||
|  |             //  | |||
|  |             // batch_lab | |||
|  |             //  | |||
|  |             this.batch_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.batch_lab.ForeColor = System.Drawing.Color.Black; | |||
|  |             this.batch_lab.Location = new System.Drawing.Point(49, 167); | |||
|  |             this.batch_lab.Name = "batch_lab"; | |||
|  |             this.batch_lab.Size = new System.Drawing.Size(100, 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(204, 101); | |||
|  |             this.bigcount_lab.Name = "bigcount_lab"; | |||
|  |             this.bigcount_lab.Size = new System.Drawing.Size(36, 20); | |||
|  |             //  | |||
|  |             // 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(204, 145); | |||
|  |             this.unit_lab.Name = "unit_lab"; | |||
|  |             this.unit_lab.Size = new System.Drawing.Size(36, 20); | |||
|  |             //  | |||
|  |             // 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(68, 231); | |||
|  |             this.order_id_lab.Name = "order_id_lab"; | |||
|  |             this.order_id_lab.Size = new System.Drawing.Size(157, 22); | |||
|  |             //  | |||
|  |             // 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(68, 211); | |||
|  |             this.save_date_lab.Name = "save_date_lab"; | |||
|  |             this.save_date_lab.Size = new System.Drawing.Size(100, 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(68, 189); | |||
|  |             this.product_date_lab.Name = "product_date_lab"; | |||
|  |             this.product_date_lab.Size = new System.Drawing.Size(114, 20); | |||
|  |             //  | |||
|  |             // locationid_lab | |||
|  |             //  | |||
|  |             this.locationid_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.locationid_lab.ForeColor = System.Drawing.Color.Blue; | |||
|  |             this.locationid_lab.Location = new System.Drawing.Point(49, 57); | |||
|  |             this.locationid_lab.Name = "locationid_lab"; | |||
|  |             this.locationid_lab.Size = new System.Drawing.Size(119, 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(204, 57); | |||
|  |             this.int_lab.Name = "int_lab"; | |||
|  |             this.int_lab.Size = new System.Drawing.Size(38, 20); | |||
|  |             //  | |||
|  |             // spec_lab | |||
|  |             //  | |||
|  |             this.spec_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.spec_lab.ForeColor = System.Drawing.Color.Black; | |||
|  |             this.spec_lab.Location = new System.Drawing.Point(49, 101); | |||
|  |             this.spec_lab.Name = "spec_lab"; | |||
|  |             this.spec_lab.Size = new System.Drawing.Size(100, 20); | |||
|  |             //  | |||
|  |             // label19 | |||
|  |             //  | |||
|  |             this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label19.Location = new System.Drawing.Point(6, 145); | |||
|  |             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(6, 167); | |||
|  |             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(49, 79); | |||
|  |             this.name_lab.Name = "name_lab"; | |||
|  |             this.name_lab.Size = new System.Drawing.Size(191, 20); | |||
|  |             //  | |||
|  |             // label2 | |||
|  |             //  | |||
|  |             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label2.Location = new System.Drawing.Point(6, 233); | |||
|  |             this.label2.Name = "label2"; | |||
|  |             this.label2.Size = new System.Drawing.Size(72, 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(6, 189); | |||
|  |             this.label10.Name = "label10"; | |||
|  |             this.label10.Size = new System.Drawing.Size(72, 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(6, 211); | |||
|  |             this.label13.Name = "label13"; | |||
|  |             this.label13.Size = new System.Drawing.Size(72, 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(6, 57); | |||
|  |             this.label7.Name = "label7"; | |||
|  |             this.label7.Size = new System.Drawing.Size(45, 20); | |||
|  |             this.label7.Text = "货位:"; | |||
|  |             //  | |||
|  |             // label9 | |||
|  |             //  | |||
|  |             this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label9.Location = new System.Drawing.Point(172, 57); | |||
|  |             this.label9.Name = "label9"; | |||
|  |             this.label9.Size = new System.Drawing.Size(32, 20); | |||
|  |             this.label9.Text = "件数"; | |||
|  |             //  | |||
|  |             // label11 | |||
|  |             //  | |||
|  |             this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label11.Location = new System.Drawing.Point(158, 101); | |||
|  |             this.label11.Name = "label11"; | |||
|  |             this.label11.Size = new System.Drawing.Size(46, 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(172, 145); | |||
|  |             this.label6.Name = "label6"; | |||
|  |             this.label6.Size = new System.Drawing.Size(32, 20); | |||
|  |             this.label6.Text = "单位"; | |||
|  |             //  | |||
|  |             // label4 | |||
|  |             //  | |||
|  |             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label4.Location = new System.Drawing.Point(6, 101); | |||
|  |             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(6, 79); | |||
|  |             this.label3.Name = "label3"; | |||
|  |             this.label3.Size = new System.Drawing.Size(45, 20); | |||
|  |             this.label3.Text = "品名:"; | |||
|  |             //  | |||
|  |             // barcode_txt | |||
|  |             //  | |||
|  |             this.barcode_txt.Location = new System.Drawing.Point(59, 29); | |||
|  |             this.barcode_txt.Name = "barcode_txt"; | |||
|  |             this.barcode_txt.Size = new System.Drawing.Size(123, 23); | |||
|  |             this.barcode_txt.TabIndex = 124; | |||
|  |             this.barcode_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.goodscode_txt_KeyUp); | |||
|  |             //  | |||
|  |             // label1 | |||
|  |             //  | |||
|  |             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label1.Location = new System.Drawing.Point(6, 29); | |||
|  |             this.label1.Name = "label1"; | |||
|  |             this.label1.Size = new System.Drawing.Size(45, 20); | |||
|  |             this.label1.Text = "目标码"; | |||
|  |             //  | |||
|  |             // label5 | |||
|  |             //  | |||
|  |             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label5.Location = new System.Drawing.Point(6, 123); | |||
|  |             this.label5.Name = "label5"; | |||
|  |             this.label5.Size = new System.Drawing.Size(45, 20); | |||
|  |             this.label5.Text = "厂家:"; | |||
|  |             //  | |||
|  |             // 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(49, 121); | |||
|  |             this.PCompany_lab.Name = "PCompany_lab"; | |||
|  |             this.PCompany_lab.Size = new System.Drawing.Size(191, 20); | |||
|  |             //  | |||
|  |             // 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.Blue; | |||
|  |             this.custor_name_lab.Location = new System.Drawing.Point(68, 253); | |||
|  |             this.custor_name_lab.Name = "custor_name_lab"; | |||
|  |             this.custor_name_lab.Size = new System.Drawing.Size(172, 22); | |||
|  |             //  | |||
|  |             // label8 | |||
|  |             //  | |||
|  |             this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label8.Location = new System.Drawing.Point(6, 255); | |||
|  |             this.label8.Name = "label8"; | |||
|  |             this.label8.Size = new System.Drawing.Size(72, 20); | |||
|  |             this.label8.Text = "客户名称:"; | |||
|  |             //  | |||
|  |             // txtFlow | |||
|  |             //  | |||
|  |             this.txtFlow.Location = new System.Drawing.Point(59, 3); | |||
|  |             this.txtFlow.Name = "txtFlow"; | |||
|  |             this.txtFlow.Size = new System.Drawing.Size(123, 23); | |||
|  |             this.txtFlow.TabIndex = 127; | |||
|  |             this.txtFlow.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtFlowno_KeyUp); | |||
|  |             //  | |||
|  |             // label15 | |||
|  |             //  | |||
|  |             this.label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label15.Location = new System.Drawing.Point(6, 6); | |||
|  |             this.label15.Name = "label15"; | |||
|  |             this.label15.Size = new System.Drawing.Size(47, 20); | |||
|  |             this.label15.Text = "容器码"; | |||
|  |             //  | |||
|  |             // StockOut | |||
|  |             //  | |||
|  |             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.txtFlow); | |||
|  |             this.Controls.Add(this.label15); | |||
|  |             this.Controls.Add(this.custor_name_lab); | |||
|  |             this.Controls.Add(this.label8); | |||
|  |             this.Controls.Add(this.label12); | |||
|  |             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.locationid_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.barcode_txt); | |||
|  |             this.Controls.Add(this.label1); | |||
|  |             this.Name = "StockOut"; | |||
|  |             this.Text = "商品出库"; | |||
|  |             this.ResumeLayout(false); | |||
|  | 
 | |||
|  |         } | |||
|  | 
 | |||
|  |         #endregion | |||
|  | 
 | |||
|  |         private System.Windows.Forms.Label label12; | |||
|  |         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 locationid_lab; | |||
|  |         private System.Windows.Forms.Label int_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 label11; | |||
|  |         private System.Windows.Forms.Label label6; | |||
|  |         private System.Windows.Forms.Label label4; | |||
|  |         private System.Windows.Forms.Label label3; | |||
|  |         private System.Windows.Forms.TextBox barcode_txt; | |||
|  |         private System.Windows.Forms.Label label1; | |||
|  |         private System.Windows.Forms.Label label5; | |||
|  |         private System.Windows.Forms.Label PCompany_lab; | |||
|  |         private System.Windows.Forms.Label custor_name_lab; | |||
|  |         private System.Windows.Forms.Label label8; | |||
|  |         private System.Windows.Forms.TextBox txtFlow; | |||
|  |         private System.Windows.Forms.Label label15; | |||
|  |     } | |||
|  | } |