174 lines
		
	
	
		
			7.7 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			174 lines
		
	
	
		
			7.7 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.SuspendLayout(); | |||
|  |             //  | |||
|  |             // label1 | |||
|  |             //  | |||
|  |             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label1.Location = new System.Drawing.Point(10, 126); | |||
|  |             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, 127); | |||
|  |             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(10, 88); | |||
|  |             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, 85); | |||
|  |             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, 33); | |||
|  |             this.label10.Name = "label10"; | |||
|  |             this.label10.Size = new System.Drawing.Size(72, 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(78, 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(72, 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(78, 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(10, 170); | |||
|  |             this.label19.Name = "label19"; | |||
|  |             this.label19.Size = new System.Drawing.Size(32, 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(69, 169); | |||
|  |             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, 85); | |||
|  |             this.cb1.Name = "cb1"; | |||
|  |             this.cb1.Size = new System.Drawing.Size(54, 20); | |||
|  |             this.cb1.TabIndex = 43; | |||
|  |             this.cb1.Text = "历史"; | |||
|  |             //  | |||
|  |             // 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.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; | |||
|  |     } | |||
|  | } |