241 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			241 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class StockPandianPick
 | ||
|     {
 | ||
|         /// <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.skuId_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.lacationid_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.label10 = new System.Windows.Forms.Label();
 | ||
|             this.start_date_lab = new System.Windows.Forms.Label();
 | ||
|             this.label14 = new System.Windows.Forms.Label();
 | ||
|             this.orderNo_lab = new System.Windows.Forms.Label();
 | ||
|             this.label19 = new System.Windows.Forms.Label();
 | ||
|             this.count_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.cb1 = new System.Windows.Forms.CheckBox();
 | ||
|             this.txtBarcode = new System.Windows.Forms.TextBox();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.dtpProduct = new System.Windows.Forms.DateTimePicker();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.txtBatch = new System.Windows.Forms.TextBox();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(3, 97);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(61, 20);
 | ||
|             this.label1.Text = "商品SKU";
 | ||
|             // 
 | ||
|             // skuId_txt
 | ||
|             // 
 | ||
|             this.skuId_txt.Location = new System.Drawing.Point(69, 94);
 | ||
|             this.skuId_txt.Name = "skuId_txt";
 | ||
|             this.skuId_txt.Size = new System.Drawing.Size(103, 23);
 | ||
|             this.skuId_txt.TabIndex = 1;
 | ||
|             this.skuId_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.skuId_txt_KeyUp);
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label2.Location = new System.Drawing.Point(3, 69);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(61, 20);
 | ||
|             this.label2.Text = "货位条码";
 | ||
|             // 
 | ||
|             // lacationid_txt
 | ||
|             // 
 | ||
|             this.lacationid_txt.Location = new System.Drawing.Point(69, 66);
 | ||
|             this.lacationid_txt.Name = "lacationid_txt";
 | ||
|             this.lacationid_txt.Size = new System.Drawing.Size(103, 23);
 | ||
|             this.lacationid_txt.TabIndex = 1;
 | ||
|             this.lacationid_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lacationid_txt_KeyUp);
 | ||
|             // 
 | ||
|             // label10
 | ||
|             // 
 | ||
|             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label10.Location = new System.Drawing.Point(4, 35);
 | ||
|             this.label10.Name = "label10";
 | ||
|             this.label10.Size = new System.Drawing.Size(61, 20);
 | ||
|             this.label10.Text = "开始日期";
 | ||
|             // 
 | ||
|             // start_date_lab
 | ||
|             // 
 | ||
|             this.start_date_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.start_date_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.start_date_lab.Location = new System.Drawing.Point(69, 33);
 | ||
|             this.start_date_lab.Name = "start_date_lab";
 | ||
|             this.start_date_lab.Size = new System.Drawing.Size(160, 20);
 | ||
|             // 
 | ||
|             // label14
 | ||
|             // 
 | ||
|             this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label14.Location = new System.Drawing.Point(4, 9);
 | ||
|             this.label14.Name = "label14";
 | ||
|             this.label14.Size = new System.Drawing.Size(61, 20);
 | ||
|             this.label14.Text = "盘点单号";
 | ||
|             // 
 | ||
|             // orderNo_lab
 | ||
|             // 
 | ||
|             this.orderNo_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.orderNo_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.orderNo_lab.Location = new System.Drawing.Point(69, 9);
 | ||
|             this.orderNo_lab.Name = "orderNo_lab";
 | ||
|             this.orderNo_lab.Size = new System.Drawing.Size(159, 20);
 | ||
|             // 
 | ||
|             // label19
 | ||
|             // 
 | ||
|             this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label19.Location = new System.Drawing.Point(3, 208);
 | ||
|             this.label19.Name = "label19";
 | ||
|             this.label19.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.label19.Text = "商品数量";
 | ||
|             // 
 | ||
|             // count_txt
 | ||
|             // 
 | ||
|             this.count_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.count_txt.Location = new System.Drawing.Point(68, 205);
 | ||
|             this.count_txt.Name = "count_txt";
 | ||
|             this.count_txt.Size = new System.Drawing.Size(103, 21);
 | ||
|             this.count_txt.TabIndex = 1;
 | ||
|             this.count_txt.Text = "0";
 | ||
|             this.count_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.count_txt_KeyUp);
 | ||
|             // 
 | ||
|             // cb1
 | ||
|             // 
 | ||
|             this.cb1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
 | ||
|             this.cb1.Location = new System.Drawing.Point(178, 66);
 | ||
|             this.cb1.Name = "cb1";
 | ||
|             this.cb1.Size = new System.Drawing.Size(54, 20);
 | ||
|             this.cb1.TabIndex = 43;
 | ||
|             this.cb1.Text = "历史";
 | ||
|             // 
 | ||
|             // txtBarcode
 | ||
|             // 
 | ||
|             this.txtBarcode.Location = new System.Drawing.Point(69, 122);
 | ||
|             this.txtBarcode.Name = "txtBarcode";
 | ||
|             this.txtBarcode.Size = new System.Drawing.Size(103, 23);
 | ||
|             this.txtBarcode.TabIndex = 52;
 | ||
|             this.txtBarcode.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyUp);
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(3, 125);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(61, 20);
 | ||
|             this.label3.Text = "商品条码";
 | ||
|             // 
 | ||
|             // dtpProduct
 | ||
|             // 
 | ||
|             this.dtpProduct.Location = new System.Drawing.Point(68, 150);
 | ||
|             this.dtpProduct.Name = "dtpProduct";
 | ||
|             this.dtpProduct.Size = new System.Drawing.Size(136, 24);
 | ||
|             this.dtpProduct.TabIndex = 54;
 | ||
|             this.dtpProduct.ValueChanged += new System.EventHandler(this.dtpProduct_ValueChanged);
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label4.Location = new System.Drawing.Point(3, 153);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(59, 19);
 | ||
|             this.label4.Text = "生产日期";
 | ||
|             // 
 | ||
|             // label5
 | ||
|             // 
 | ||
|             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label5.Location = new System.Drawing.Point(3, 180);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(59, 20);
 | ||
|             this.label5.Text = "厂家批次";
 | ||
|             // 
 | ||
|             // txtBatch
 | ||
|             // 
 | ||
|             this.txtBatch.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.txtBatch.Location = new System.Drawing.Point(69, 179);
 | ||
|             this.txtBatch.Name = "txtBatch";
 | ||
|             this.txtBatch.Size = new System.Drawing.Size(103, 21);
 | ||
|             this.txtBatch.TabIndex = 59;
 | ||
|             this.txtBatch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtBatch_KeyUp);
 | ||
|             // 
 | ||
|             // StockPandianPick
 | ||
|             // 
 | ||
|             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.label5);
 | ||
|             this.Controls.Add(this.txtBatch);
 | ||
|             this.Controls.Add(this.label4);
 | ||
|             this.Controls.Add(this.dtpProduct);
 | ||
|             this.Controls.Add(this.txtBarcode);
 | ||
|             this.Controls.Add(this.label3);
 | ||
|             this.Controls.Add(this.cb1);
 | ||
|             this.Controls.Add(this.orderNo_lab);
 | ||
|             this.Controls.Add(this.start_date_lab);
 | ||
|             this.Controls.Add(this.label19);
 | ||
|             this.Controls.Add(this.label14);
 | ||
|             this.Controls.Add(this.label10);
 | ||
|             this.Controls.Add(this.count_txt);
 | ||
|             this.Controls.Add(this.lacationid_txt);
 | ||
|             this.Controls.Add(this.label2);
 | ||
|             this.Controls.Add(this.skuId_txt);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.Name = "StockPandianPick";
 | ||
|             this.Text = "盘点采集";
 | ||
|             this.Load += new System.EventHandler(this.StockPandianPick_Load);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.TextBox skuId_txt;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.TextBox lacationid_txt;
 | ||
|         private System.Windows.Forms.Label label10;
 | ||
|         private System.Windows.Forms.Label start_date_lab;
 | ||
|         private System.Windows.Forms.Label label14;
 | ||
|         private System.Windows.Forms.Label orderNo_lab;
 | ||
|         private System.Windows.Forms.Label label19;
 | ||
|         private System.Windows.Forms.TextBox count_txt;
 | ||
|         private System.Windows.Forms.CheckBox cb1;
 | ||
|         private System.Windows.Forms.TextBox txtBarcode;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.DateTimePicker dtpProduct;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.TextBox txtBatch;
 | ||
|     }
 | ||
| } |