328 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			328 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.Wms.CE | |||
|  | { | |||
|  |     partial class RepStockIn | |||
|  |     { | |||
|  |         /// <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.tb1 = new System.Windows.Forms.TabControl(); | |||
|  |             this.tabPage1 = new System.Windows.Forms.TabPage(); | |||
|  |             this.button1 = new System.Windows.Forms.Button(); | |||
|  |             this.label11 = new System.Windows.Forms.Label(); | |||
|  |             this.textBoxGoods = new System.Windows.Forms.TextBox(); | |||
|  |             this.dg1 = new System.Windows.Forms.DataGrid(); | |||
|  |             this.tabPage2 = new System.Windows.Forms.TabPage(); | |||
|  |             this.btnOkay = new System.Windows.Forms.Button(); | |||
|  |             this.btnComplete = new System.Windows.Forms.Button(); | |||
|  |             this.textBoxNum = new System.Windows.Forms.TextBox(); | |||
|  |             this.label10 = new System.Windows.Forms.Label(); | |||
|  |             this.radioButton2 = new System.Windows.Forms.RadioButton(); | |||
|  |             this.rbAuto = new System.Windows.Forms.RadioButton(); | |||
|  |             this.lbType = new System.Windows.Forms.Label(); | |||
|  |             this.label9 = new System.Windows.Forms.Label(); | |||
|  |             this.label7 = new System.Windows.Forms.Label(); | |||
|  |             this.textBox1 = new System.Windows.Forms.TextBox(); | |||
|  |             this.lbBatch = new System.Windows.Forms.Label(); | |||
|  |             this.label5 = new System.Windows.Forms.Label(); | |||
|  |             this.dg2 = new System.Windows.Forms.DataGrid(); | |||
|  |             this.lbCount = new System.Windows.Forms.Label(); | |||
|  |             this.label3 = new System.Windows.Forms.Label(); | |||
|  |             this.lbGoods = new System.Windows.Forms.Label(); | |||
|  |             this.label1 = new System.Windows.Forms.Label(); | |||
|  |             this.tb1.SuspendLayout(); | |||
|  |             this.tabPage1.SuspendLayout(); | |||
|  |             this.tabPage2.SuspendLayout(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // tb1 | |||
|  |             //  | |||
|  |             this.tb1.Controls.Add(this.tabPage1); | |||
|  |             this.tb1.Controls.Add(this.tabPage2); | |||
|  |             this.tb1.Dock = System.Windows.Forms.DockStyle.Fill; | |||
|  |             this.tb1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.tb1.Name = "tb1"; | |||
|  |             this.tb1.SelectedIndex = 0; | |||
|  |             this.tb1.Size = new System.Drawing.Size(243, 275); | |||
|  |             this.tb1.TabIndex = 0; | |||
|  |             this.tb1.SelectedIndexChanged += new System.EventHandler(this.tb1_SelectedIndexChanged); | |||
|  |             //  | |||
|  |             // tabPage1 | |||
|  |             //  | |||
|  |             this.tabPage1.Controls.Add(this.button1); | |||
|  |             this.tabPage1.Controls.Add(this.label11); | |||
|  |             this.tabPage1.Controls.Add(this.textBoxGoods); | |||
|  |             this.tabPage1.Controls.Add(this.dg1); | |||
|  |             this.tabPage1.Location = new System.Drawing.Point(4, 25); | |||
|  |             this.tabPage1.Name = "tabPage1"; | |||
|  |             this.tabPage1.Size = new System.Drawing.Size(235, 246); | |||
|  |             this.tabPage1.Text = "补货列表"; | |||
|  |             //  | |||
|  |             // button1 | |||
|  |             //  | |||
|  |             this.button1.Location = new System.Drawing.Point(160, 14); | |||
|  |             this.button1.Name = "button1"; | |||
|  |             this.button1.Size = new System.Drawing.Size(52, 20); | |||
|  |             this.button1.TabIndex = 16; | |||
|  |             this.button1.Text = "刷新"; | |||
|  |             this.button1.Click += new System.EventHandler(this.button1_Click); | |||
|  |             //  | |||
|  |             // label11 | |||
|  |             //  | |||
|  |             this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label11.Location = new System.Drawing.Point(3, 18); | |||
|  |             this.label11.Name = "label11"; | |||
|  |             this.label11.Size = new System.Drawing.Size(36, 16); | |||
|  |             this.label11.Text = "商品"; | |||
|  |             //  | |||
|  |             // textBoxGoods | |||
|  |             //  | |||
|  |             this.textBoxGoods.Location = new System.Drawing.Point(45, 13); | |||
|  |             this.textBoxGoods.Name = "textBoxGoods"; | |||
|  |             this.textBoxGoods.Size = new System.Drawing.Size(102, 23); | |||
|  |             this.textBoxGoods.TabIndex = 15; | |||
|  |             this.textBoxGoods.TextChanged += new System.EventHandler(this.textBoxGoods_TextChanged); | |||
|  |             this.textBoxGoods.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxGoods_KeyUp); | |||
|  |             //  | |||
|  |             // 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(2, 44); | |||
|  |             this.dg1.Name = "dg1"; | |||
|  |             this.dg1.Size = new System.Drawing.Size(233, 203); | |||
|  |             this.dg1.TabIndex = 0; | |||
|  |             this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick_1); | |||
|  |             //  | |||
|  |             // tabPage2 | |||
|  |             //  | |||
|  |             this.tabPage2.Controls.Add(this.btnOkay); | |||
|  |             this.tabPage2.Controls.Add(this.btnComplete); | |||
|  |             this.tabPage2.Controls.Add(this.textBoxNum); | |||
|  |             this.tabPage2.Controls.Add(this.label10); | |||
|  |             this.tabPage2.Controls.Add(this.radioButton2); | |||
|  |             this.tabPage2.Controls.Add(this.rbAuto); | |||
|  |             this.tabPage2.Controls.Add(this.lbType); | |||
|  |             this.tabPage2.Controls.Add(this.label9); | |||
|  |             this.tabPage2.Controls.Add(this.label7); | |||
|  |             this.tabPage2.Controls.Add(this.textBox1); | |||
|  |             this.tabPage2.Controls.Add(this.lbBatch); | |||
|  |             this.tabPage2.Controls.Add(this.label5); | |||
|  |             this.tabPage2.Controls.Add(this.dg2); | |||
|  |             this.tabPage2.Controls.Add(this.lbCount); | |||
|  |             this.tabPage2.Controls.Add(this.label3); | |||
|  |             this.tabPage2.Controls.Add(this.lbGoods); | |||
|  |             this.tabPage2.Controls.Add(this.label1); | |||
|  |             this.tabPage2.Location = new System.Drawing.Point(4, 25); | |||
|  |             this.tabPage2.Name = "tabPage2"; | |||
|  |             this.tabPage2.Size = new System.Drawing.Size(235, 246); | |||
|  |             this.tabPage2.Text = "零货上架"; | |||
|  |             //  | |||
|  |             // btnOkay | |||
|  |             //  | |||
|  |             this.btnOkay.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.btnOkay.Location = new System.Drawing.Point(101, 42); | |||
|  |             this.btnOkay.Name = "btnOkay"; | |||
|  |             this.btnOkay.Size = new System.Drawing.Size(46, 20); | |||
|  |             this.btnOkay.TabIndex = 36; | |||
|  |             this.btnOkay.Text = "确定"; | |||
|  |             this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click); | |||
|  |             //  | |||
|  |             // btnComplete | |||
|  |             //  | |||
|  |             this.btnComplete.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.btnComplete.Location = new System.Drawing.Point(161, 13); | |||
|  |             this.btnComplete.Name = "btnComplete"; | |||
|  |             this.btnComplete.Size = new System.Drawing.Size(68, 20); | |||
|  |             this.btnComplete.TabIndex = 25; | |||
|  |             this.btnComplete.Text = "清除记录"; | |||
|  |             this.btnComplete.Click += new System.EventHandler(this.btnComplete_Click); | |||
|  |             //  | |||
|  |             // textBoxNum | |||
|  |             //  | |||
|  |             this.textBoxNum.Location = new System.Drawing.Point(45, 42); | |||
|  |             this.textBoxNum.Name = "textBoxNum"; | |||
|  |             this.textBoxNum.Size = new System.Drawing.Size(50, 23); | |||
|  |             this.textBoxNum.TabIndex = 24; | |||
|  |             this.textBoxNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxNum_KeyUp); | |||
|  |             //  | |||
|  |             // label10 | |||
|  |             //  | |||
|  |             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label10.Location = new System.Drawing.Point(3, 48); | |||
|  |             this.label10.Name = "label10"; | |||
|  |             this.label10.Size = new System.Drawing.Size(36, 16); | |||
|  |             this.label10.Text = "数量"; | |||
|  |             //  | |||
|  |             // radioButton2 | |||
|  |             //  | |||
|  |             this.radioButton2.Checked = true; | |||
|  |             this.radioButton2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); | |||
|  |             this.radioButton2.Location = new System.Drawing.Point(3, 204); | |||
|  |             this.radioButton2.Name = "radioButton2"; | |||
|  |             this.radioButton2.Size = new System.Drawing.Size(75, 20); | |||
|  |             this.radioButton2.TabIndex = 21; | |||
|  |             this.radioButton2.Text = "手动选择"; | |||
|  |             this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged); | |||
|  |             //  | |||
|  |             // rbAuto | |||
|  |             //  | |||
|  |             this.rbAuto.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); | |||
|  |             this.rbAuto.Location = new System.Drawing.Point(3, 178); | |||
|  |             this.rbAuto.Name = "rbAuto"; | |||
|  |             this.rbAuto.Size = new System.Drawing.Size(75, 20); | |||
|  |             this.rbAuto.TabIndex = 20; | |||
|  |             this.rbAuto.TabStop = false; | |||
|  |             this.rbAuto.Text = "自动分配"; | |||
|  |             this.rbAuto.CheckedChanged += new System.EventHandler(this.rbAuto_CheckedChanged); | |||
|  |             //  | |||
|  |             // lbType | |||
|  |             //  | |||
|  |             this.lbType.Location = new System.Drawing.Point(45, 145); | |||
|  |             this.lbType.Name = "lbType"; | |||
|  |             this.lbType.Size = new System.Drawing.Size(102, 20); | |||
|  |             //  | |||
|  |             // label9 | |||
|  |             //  | |||
|  |             this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label9.Location = new System.Drawing.Point(3, 149); | |||
|  |             this.label9.Name = "label9"; | |||
|  |             this.label9.Size = new System.Drawing.Size(50, 16); | |||
|  |             this.label9.Text = "类别:"; | |||
|  |             //  | |||
|  |             // label7 | |||
|  |             //  | |||
|  |             this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label7.Location = new System.Drawing.Point(3, 18); | |||
|  |             this.label7.Name = "label7"; | |||
|  |             this.label7.Size = new System.Drawing.Size(36, 16); | |||
|  |             this.label7.Text = "货位"; | |||
|  |             //  | |||
|  |             // textBox1 | |||
|  |             //  | |||
|  |             this.textBox1.Location = new System.Drawing.Point(45, 13); | |||
|  |             this.textBox1.Name = "textBox1"; | |||
|  |             this.textBox1.Size = new System.Drawing.Size(102, 23); | |||
|  |             this.textBox1.TabIndex = 13; | |||
|  |             this.textBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyUp); | |||
|  |             //  | |||
|  |             // lbBatch | |||
|  |             //  | |||
|  |             this.lbBatch.Location = new System.Drawing.Point(45, 105); | |||
|  |             this.lbBatch.Name = "lbBatch"; | |||
|  |             this.lbBatch.Size = new System.Drawing.Size(102, 20); | |||
|  |             //  | |||
|  |             // label5 | |||
|  |             //  | |||
|  |             this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label5.Location = new System.Drawing.Point(3, 109); | |||
|  |             this.label5.Name = "label5"; | |||
|  |             this.label5.Size = new System.Drawing.Size(50, 16); | |||
|  |             this.label5.Text = "批号:"; | |||
|  |             //  | |||
|  |             // dg2 | |||
|  |             //  | |||
|  |             this.dg2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); | |||
|  |             this.dg2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.dg2.Location = new System.Drawing.Point(81, 168); | |||
|  |             this.dg2.Name = "dg2"; | |||
|  |             this.dg2.RowHeadersVisible = false; | |||
|  |             this.dg2.Size = new System.Drawing.Size(148, 73); | |||
|  |             this.dg2.TabIndex = 4; | |||
|  |             this.dg2.DoubleClick += new System.EventHandler(this.dg2_DoubleClick); | |||
|  |             //  | |||
|  |             // lbCount | |||
|  |             //  | |||
|  |             this.lbCount.Location = new System.Drawing.Point(45, 125); | |||
|  |             this.lbCount.Name = "lbCount"; | |||
|  |             this.lbCount.Size = new System.Drawing.Size(102, 20); | |||
|  |             //  | |||
|  |             // label3 | |||
|  |             //  | |||
|  |             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label3.Location = new System.Drawing.Point(3, 129); | |||
|  |             this.label3.Name = "label3"; | |||
|  |             this.label3.Size = new System.Drawing.Size(50, 16); | |||
|  |             this.label3.Text = "数量:"; | |||
|  |             //  | |||
|  |             // lbGoods | |||
|  |             //  | |||
|  |             this.lbGoods.Location = new System.Drawing.Point(45, 85); | |||
|  |             this.lbGoods.Name = "lbGoods"; | |||
|  |             this.lbGoods.Size = new System.Drawing.Size(184, 20); | |||
|  |             //  | |||
|  |             // label1 | |||
|  |             //  | |||
|  |             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label1.Location = new System.Drawing.Point(3, 85); | |||
|  |             this.label1.Name = "label1"; | |||
|  |             this.label1.Size = new System.Drawing.Size(47, 20); | |||
|  |             this.label1.Text = "商品:"; | |||
|  |             //  | |||
|  |             // RepStockIn | |||
|  |             //  | |||
|  |             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.tb1); | |||
|  |             this.Name = "RepStockIn"; | |||
|  |             this.Text = "补零入库"; | |||
|  |             this.Load += new System.EventHandler(this.RepStockIn_Load); | |||
|  |             this.tb1.ResumeLayout(false); | |||
|  |             this.tabPage1.ResumeLayout(false); | |||
|  |             this.tabPage2.ResumeLayout(false); | |||
|  |             this.ResumeLayout(false); | |||
|  | 
 | |||
|  |         } | |||
|  | 
 | |||
|  |         #endregion | |||
|  | 
 | |||
|  |         private System.Windows.Forms.TabControl tb1; | |||
|  |         private System.Windows.Forms.TabPage tabPage1; | |||
|  |         private System.Windows.Forms.TabPage tabPage2; | |||
|  |         private System.Windows.Forms.DataGrid dg2; | |||
|  |         private System.Windows.Forms.Label lbCount; | |||
|  |         private System.Windows.Forms.Label label3; | |||
|  |         private System.Windows.Forms.Label lbGoods; | |||
|  |         private System.Windows.Forms.Label label1; | |||
|  |         private System.Windows.Forms.Label label7; | |||
|  |         private System.Windows.Forms.TextBox textBox1; | |||
|  |         private System.Windows.Forms.Label lbBatch; | |||
|  |         private System.Windows.Forms.Label label5; | |||
|  |         private System.Windows.Forms.Label lbType; | |||
|  |         private System.Windows.Forms.Label label9; | |||
|  |         private System.Windows.Forms.RadioButton radioButton2; | |||
|  |         private System.Windows.Forms.RadioButton rbAuto; | |||
|  |         private System.Windows.Forms.Label label11; | |||
|  |         private System.Windows.Forms.TextBox textBoxGoods; | |||
|  |         private System.Windows.Forms.DataGrid dg1; | |||
|  |         private System.Windows.Forms.TextBox textBoxNum; | |||
|  |         private System.Windows.Forms.Label label10; | |||
|  |         private System.Windows.Forms.Button btnComplete; | |||
|  |         private System.Windows.Forms.Button btnOkay; | |||
|  |         private System.Windows.Forms.Button button1; | |||
|  |     } | |||
|  | } |