94 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			94 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.Wms.CE | |||
|  | { | |||
|  |     partial class RepStockOut  | |||
|  |     { | |||
|  |         /// <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.dg1 = new System.Windows.Forms.DataGrid(); | |||
|  |             this.button1 = new System.Windows.Forms.Button(); | |||
|  |             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(60, 20); | |||
|  |             this.label1.Text = "货位码"; | |||
|  |             //  | |||
|  |             // textBox1 | |||
|  |             //  | |||
|  |             this.textBox1.Location = new System.Drawing.Point(59, 13); | |||
|  |             this.textBox1.Name = "textBox1"; | |||
|  |             this.textBox1.Size = new System.Drawing.Size(124, 23); | |||
|  |             this.textBox1.TabIndex = 1; | |||
|  |             this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress); | |||
|  |             //  | |||
|  |             // dg1 | |||
|  |             //  | |||
|  |             this.dg1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); | |||
|  |             this.dg1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.dg1.Location = new System.Drawing.Point(3, 39); | |||
|  |             this.dg1.Name = "dg1"; | |||
|  |             this.dg1.Size = new System.Drawing.Size(237, 233); | |||
|  |             this.dg1.TabIndex = 94; | |||
|  |             //  | |||
|  |             // button1 | |||
|  |             //  | |||
|  |             this.button1.Location = new System.Drawing.Point(189, 16); | |||
|  |             this.button1.Name = "button1"; | |||
|  |             this.button1.Size = new System.Drawing.Size(42, 20); | |||
|  |             this.button1.TabIndex = 96; | |||
|  |             this.button1.Text = "刷新"; | |||
|  |             this.button1.Click += new System.EventHandler(this.button1_Click); | |||
|  |             //  | |||
|  |             // RepStockOut | |||
|  |             //  | |||
|  |             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.button1); | |||
|  |             this.Controls.Add(this.dg1); | |||
|  |             this.Controls.Add(this.textBox1); | |||
|  |             this.Controls.Add(this.label1); | |||
|  |             this.Name = "RepStockOut"; | |||
|  |             this.Text = "补零出库"; | |||
|  |             this.ResumeLayout(false); | |||
|  | 
 | |||
|  |         } | |||
|  | 
 | |||
|  |         #endregion | |||
|  | 
 | |||
|  |         private System.Windows.Forms.Label label1; | |||
|  |         private System.Windows.Forms.TextBox textBox1; | |||
|  |         private System.Windows.Forms.DataGrid dg1; | |||
|  |         private System.Windows.Forms.Button button1; | |||
|  |     } | |||
|  | } |