605 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			605 lines
		
	
	
		
			29 KiB
		
	
	
	
		
			C#
		
	
	
	
|  | namespace DeiNiu.Wms.CE | |||
|  | { | |||
|  |     partial class StockIn | |||
|  |     { | |||
|  |         /// <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.owner = new System.Windows.Forms.Label(); | |||
|  |             this.label8 = new System.Windows.Forms.Label(); | |||
|  |             this.label15 = new System.Windows.Forms.Label(); | |||
|  |             this.lbVender = new System.Windows.Forms.Label(); | |||
|  |             this.tabControl1 = new System.Windows.Forms.TabControl(); | |||
|  |             this.tabPage3 = new System.Windows.Forms.TabPage(); | |||
|  |             this.chkNotfinished = new System.Windows.Forms.CheckBox(); | |||
|  |             this.dg1 = new System.Windows.Forms.DataGrid(); | |||
|  |             this.txtShelfId = new System.Windows.Forms.TextBox(); | |||
|  |             this.tabPage1 = new System.Windows.Forms.TabPage(); | |||
|  |             this.tabPage2 = new System.Windows.Forms.TabPage(); | |||
|  |             this.lbstatus = new System.Windows.Forms.Label(); | |||
|  |             this.label22 = new System.Windows.Forms.Label(); | |||
|  |             this.lbRecommand = new System.Windows.Forms.Label(); | |||
|  |             this.label21 = new System.Windows.Forms.Label(); | |||
|  |             this.label18 = new System.Windows.Forms.Label(); | |||
|  |             this.comboBox1 = new System.Windows.Forms.ComboBox(); | |||
|  |             this.btnUp = new System.Windows.Forms.Button(); | |||
|  |             this.label17 = new System.Windows.Forms.Label(); | |||
|  |             this.txtCount = new System.Windows.Forms.TextBox(); | |||
|  |             this.label16 = new System.Windows.Forms.Label(); | |||
|  |             this.txt_loc = new System.Windows.Forms.TextBox(); | |||
|  |             this.tabControl1.SuspendLayout(); | |||
|  |             this.tabPage3.SuspendLayout(); | |||
|  |             this.tabPage1.SuspendLayout(); | |||
|  |             this.tabPage2.SuspendLayout(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // label12 | |||
|  |             //  | |||
|  |             this.label12.Location = new System.Drawing.Point(157, 6); | |||
|  |             this.label12.Name = "label12"; | |||
|  |             this.label12.Size = new System.Drawing.Size(75, 23); | |||
|  |             //  | |||
|  |             // 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(51, 120); | |||
|  |             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, 186); | |||
|  |             this.row_lab.Name = "row_lab"; | |||
|  |             this.row_lab.Size = new System.Drawing.Size(59, 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(51, 142); | |||
|  |             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, 76); | |||
|  |             this.bigcount_lab.Name = "bigcount_lab"; | |||
|  |             this.bigcount_lab.Size = new System.Drawing.Size(38, 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, 120); | |||
|  |             this.unit_lab.Name = "unit_lab"; | |||
|  |             this.unit_lab.Size = new System.Drawing.Size(28, 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(78, 204); | |||
|  |             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(78, 184); | |||
|  |             this.save_date_lab.Name = "save_date_lab"; | |||
|  |             this.save_date_lab.Size = new System.Drawing.Size(144, 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(78, 162); | |||
|  |             this.product_date_lab.Name = "product_date_lab"; | |||
|  |             this.product_date_lab.Size = new System.Drawing.Size(144, 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, 32); | |||
|  |             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, 32); | |||
|  |             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(51, 76); | |||
|  |             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(3, 120); | |||
|  |             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(3, 142); | |||
|  |             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, 54); | |||
|  |             this.name_lab.Name = "name_lab"; | |||
|  |             this.name_lab.Size = new System.Drawing.Size(183, 20); | |||
|  |             //  | |||
|  |             // label2 | |||
|  |             //  | |||
|  |             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label2.Location = new System.Drawing.Point(3, 208); | |||
|  |             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(3, 164); | |||
|  |             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(3, 186); | |||
|  |             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(3, 32); | |||
|  |             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, 32); | |||
|  |             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, 76); | |||
|  |             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, 120); | |||
|  |             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(3, 76); | |||
|  |             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(3, 54); | |||
|  |             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(42, 6); | |||
|  |             this.barcode_txt.Name = "barcode_txt"; | |||
|  |             this.barcode_txt.Size = new System.Drawing.Size(109, 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(3, 9); | |||
|  |             this.label1.Name = "label1"; | |||
|  |             this.label1.Size = new System.Drawing.Size(47, 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(3, 98); | |||
|  |             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, 96); | |||
|  |             this.PCompany_lab.Name = "PCompany_lab"; | |||
|  |             this.PCompany_lab.Size = new System.Drawing.Size(183, 20); | |||
|  |             //  | |||
|  |             // owner | |||
|  |             //  | |||
|  |             this.owner.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.owner.ForeColor = System.Drawing.Color.Blue; | |||
|  |             this.owner.Location = new System.Drawing.Point(68, 228); | |||
|  |             this.owner.Name = "owner"; | |||
|  |             this.owner.Size = new System.Drawing.Size(167, 22); | |||
|  |             //  | |||
|  |             // label8 | |||
|  |             //  | |||
|  |             this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label8.Location = new System.Drawing.Point(3, 230); | |||
|  |             this.label8.Name = "label8"; | |||
|  |             this.label8.Size = new System.Drawing.Size(72, 20); | |||
|  |             this.label8.Text = "货主名称:"; | |||
|  |             //  | |||
|  |             // label15 | |||
|  |             //  | |||
|  |             this.label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label15.Location = new System.Drawing.Point(3, 253); | |||
|  |             this.label15.Name = "label15"; | |||
|  |             this.label15.Size = new System.Drawing.Size(72, 20); | |||
|  |             this.label15.Text = "供应商:"; | |||
|  |             //  | |||
|  |             // lbVender | |||
|  |             //  | |||
|  |             this.lbVender.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.lbVender.ForeColor = System.Drawing.Color.Blue; | |||
|  |             this.lbVender.Location = new System.Drawing.Point(70, 252); | |||
|  |             this.lbVender.Name = "lbVender"; | |||
|  |             this.lbVender.Size = new System.Drawing.Size(172, 22); | |||
|  |             //  | |||
|  |             // tabControl1 | |||
|  |             //  | |||
|  |             this.tabControl1.Controls.Add(this.tabPage3); | |||
|  |             this.tabControl1.Controls.Add(this.tabPage1); | |||
|  |             this.tabControl1.Controls.Add(this.tabPage2); | |||
|  |             this.tabControl1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.tabControl1.Name = "tabControl1"; | |||
|  |             this.tabControl1.SelectedIndex = 0; | |||
|  |             this.tabControl1.Size = new System.Drawing.Size(243, 298); | |||
|  |             this.tabControl1.TabIndex = 126; | |||
|  |             this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); | |||
|  |             //  | |||
|  |             // tabPage3 | |||
|  |             //  | |||
|  |             this.tabPage3.Controls.Add(this.chkNotfinished); | |||
|  |             this.tabPage3.Controls.Add(this.dg1); | |||
|  |             this.tabPage3.Controls.Add(this.txtShelfId); | |||
|  |             this.tabPage3.Location = new System.Drawing.Point(4, 25); | |||
|  |             this.tabPage3.Name = "tabPage3"; | |||
|  |             this.tabPage3.Size = new System.Drawing.Size(235, 269); | |||
|  |             this.tabPage3.Text = "上架任务"; | |||
|  |             //  | |||
|  |             // chkNotfinished | |||
|  |             //  | |||
|  |             this.chkNotfinished.Checked = true; | |||
|  |             this.chkNotfinished.CheckState = System.Windows.Forms.CheckState.Checked; | |||
|  |             this.chkNotfinished.Location = new System.Drawing.Point(149, 6); | |||
|  |             this.chkNotfinished.Name = "chkNotfinished"; | |||
|  |             this.chkNotfinished.Size = new System.Drawing.Size(83, 20); | |||
|  |             this.chkNotfinished.TabIndex = 133; | |||
|  |             this.chkNotfinished.Text = "未完成"; | |||
|  |             this.chkNotfinished.Click += new System.EventHandler(this.chkNotfinished_Click); | |||
|  |             //  | |||
|  |             // 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", 10F, System.Drawing.FontStyle.Regular); | |||
|  |             this.dg1.Location = new System.Drawing.Point(3, 32); | |||
|  |             this.dg1.Name = "dg1"; | |||
|  |             this.dg1.RowHeadersVisible = false; | |||
|  |             this.dg1.Size = new System.Drawing.Size(229, 241); | |||
|  |             this.dg1.TabIndex = 131; | |||
|  |             this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick_1); | |||
|  |             //  | |||
|  |             // txtShelfId | |||
|  |             //  | |||
|  |             this.txtShelfId.Location = new System.Drawing.Point(3, 3); | |||
|  |             this.txtShelfId.Name = "txtShelfId"; | |||
|  |             this.txtShelfId.Size = new System.Drawing.Size(127, 23); | |||
|  |             this.txtShelfId.TabIndex = 126; | |||
|  |             this.txtShelfId.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtShelfId_KeyUp); | |||
|  |             //  | |||
|  |             // tabPage1 | |||
|  |             //  | |||
|  |             this.tabPage1.Controls.Add(this.label7); | |||
|  |             this.tabPage1.Controls.Add(this.label12); | |||
|  |             this.tabPage1.Controls.Add(this.lbVender); | |||
|  |             this.tabPage1.Controls.Add(this.barcode_txt); | |||
|  |             this.tabPage1.Controls.Add(this.label3); | |||
|  |             this.tabPage1.Controls.Add(this.label1); | |||
|  |             this.tabPage1.Controls.Add(this.label15); | |||
|  |             this.tabPage1.Controls.Add(this.label4); | |||
|  |             this.tabPage1.Controls.Add(this.owner); | |||
|  |             this.tabPage1.Controls.Add(this.label6); | |||
|  |             this.tabPage1.Controls.Add(this.label8); | |||
|  |             this.tabPage1.Controls.Add(this.label11); | |||
|  |             this.tabPage1.Controls.Add(this.label5); | |||
|  |             this.tabPage1.Controls.Add(this.Stocknum_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label9); | |||
|  |             this.tabPage1.Controls.Add(this.row_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label13); | |||
|  |             this.tabPage1.Controls.Add(this.batch_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label10); | |||
|  |             this.tabPage1.Controls.Add(this.bigcount_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label2); | |||
|  |             this.tabPage1.Controls.Add(this.unit_lab); | |||
|  |             this.tabPage1.Controls.Add(this.name_lab); | |||
|  |             this.tabPage1.Controls.Add(this.order_id_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label14); | |||
|  |             this.tabPage1.Controls.Add(this.save_date_lab); | |||
|  |             this.tabPage1.Controls.Add(this.label19); | |||
|  |             this.tabPage1.Controls.Add(this.product_date_lab); | |||
|  |             this.tabPage1.Controls.Add(this.spec_lab); | |||
|  |             this.tabPage1.Controls.Add(this.locationid_lab); | |||
|  |             this.tabPage1.Controls.Add(this.PCompany_lab); | |||
|  |             this.tabPage1.Controls.Add(this.int_lab); | |||
|  |             this.tabPage1.Location = new System.Drawing.Point(4, 25); | |||
|  |             this.tabPage1.Name = "tabPage1"; | |||
|  |             this.tabPage1.Size = new System.Drawing.Size(235, 269); | |||
|  |             this.tabPage1.Text = "推荐上架"; | |||
|  |             //  | |||
|  |             // tabPage2 | |||
|  |             //  | |||
|  |             this.tabPage2.Controls.Add(this.lbstatus); | |||
|  |             this.tabPage2.Controls.Add(this.label22); | |||
|  |             this.tabPage2.Controls.Add(this.lbRecommand); | |||
|  |             this.tabPage2.Controls.Add(this.label21); | |||
|  |             this.tabPage2.Controls.Add(this.label18); | |||
|  |             this.tabPage2.Controls.Add(this.comboBox1); | |||
|  |             this.tabPage2.Controls.Add(this.btnUp); | |||
|  |             this.tabPage2.Controls.Add(this.label17); | |||
|  |             this.tabPage2.Controls.Add(this.txtCount); | |||
|  |             this.tabPage2.Controls.Add(this.label16); | |||
|  |             this.tabPage2.Controls.Add(this.txt_loc); | |||
|  |             this.tabPage2.Location = new System.Drawing.Point(4, 25); | |||
|  |             this.tabPage2.Name = "tabPage2"; | |||
|  |             this.tabPage2.Size = new System.Drawing.Size(235, 269); | |||
|  |             this.tabPage2.Text = "自主上架"; | |||
|  |             //  | |||
|  |             // lbstatus | |||
|  |             //  | |||
|  |             this.lbstatus.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.lbstatus.Location = new System.Drawing.Point(78, 17); | |||
|  |             this.lbstatus.Name = "lbstatus"; | |||
|  |             this.lbstatus.Size = new System.Drawing.Size(122, 20); | |||
|  |             this.lbstatus.Text = "无"; | |||
|  |             //  | |||
|  |             // label22 | |||
|  |             //  | |||
|  |             this.label22.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label22.Location = new System.Drawing.Point(11, 17); | |||
|  |             this.label22.Name = "label22"; | |||
|  |             this.label22.Size = new System.Drawing.Size(62, 20); | |||
|  |             this.label22.Text = "任务"; | |||
|  |             //  | |||
|  |             // lbRecommand | |||
|  |             //  | |||
|  |             this.lbRecommand.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.lbRecommand.Location = new System.Drawing.Point(78, 48); | |||
|  |             this.lbRecommand.Name = "lbRecommand"; | |||
|  |             this.lbRecommand.Size = new System.Drawing.Size(122, 20); | |||
|  |             //  | |||
|  |             // label21 | |||
|  |             //  | |||
|  |             this.label21.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label21.Location = new System.Drawing.Point(11, 50); | |||
|  |             this.label21.Name = "label21"; | |||
|  |             this.label21.Size = new System.Drawing.Size(62, 20); | |||
|  |             this.label21.Text = "推荐"; | |||
|  |             //  | |||
|  |             // label18 | |||
|  |             //  | |||
|  |             this.label18.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label18.Location = new System.Drawing.Point(11, 149); | |||
|  |             this.label18.Name = "label18"; | |||
|  |             this.label18.Size = new System.Drawing.Size(62, 20); | |||
|  |             this.label18.Text = "原因"; | |||
|  |             //  | |||
|  |             // comboBox1 | |||
|  |             //  | |||
|  |             this.comboBox1.Location = new System.Drawing.Point(78, 147); | |||
|  |             this.comboBox1.Name = "comboBox1"; | |||
|  |             this.comboBox1.Size = new System.Drawing.Size(123, 23); | |||
|  |             this.comboBox1.TabIndex = 7; | |||
|  |             //  | |||
|  |             // btnUp | |||
|  |             //  | |||
|  |             this.btnUp.Location = new System.Drawing.Point(78, 191); | |||
|  |             this.btnUp.Name = "btnUp"; | |||
|  |             this.btnUp.Size = new System.Drawing.Size(72, 23); | |||
|  |             this.btnUp.TabIndex = 6; | |||
|  |             this.btnUp.Text = "确定"; | |||
|  |             this.btnUp.Click += new System.EventHandler(this.button1_Click); | |||
|  |             //  | |||
|  |             // label17 | |||
|  |             //  | |||
|  |             this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label17.Location = new System.Drawing.Point(11, 116); | |||
|  |             this.label17.Name = "label17"; | |||
|  |             this.label17.Size = new System.Drawing.Size(62, 20); | |||
|  |             this.label17.Text = "上架数量"; | |||
|  |             //  | |||
|  |             // txtCount | |||
|  |             //  | |||
|  |             this.txtCount.Location = new System.Drawing.Point(78, 113); | |||
|  |             this.txtCount.Name = "txtCount"; | |||
|  |             this.txtCount.Size = new System.Drawing.Size(83, 23); | |||
|  |             this.txtCount.TabIndex = 4; | |||
|  |             //  | |||
|  |             // label16 | |||
|  |             //  | |||
|  |             this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular); | |||
|  |             this.label16.Location = new System.Drawing.Point(11, 83); | |||
|  |             this.label16.Name = "label16"; | |||
|  |             this.label16.Size = new System.Drawing.Size(62, 20); | |||
|  |             this.label16.Text = "货位"; | |||
|  |             //  | |||
|  |             // txt_loc | |||
|  |             //  | |||
|  |             this.txt_loc.Location = new System.Drawing.Point(78, 79); | |||
|  |             this.txt_loc.Name = "txt_loc"; | |||
|  |             this.txt_loc.Size = new System.Drawing.Size(123, 23); | |||
|  |             this.txt_loc.TabIndex = 0; | |||
|  |             //  | |||
|  |             // StockIn | |||
|  |             //  | |||
|  |             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, 301); | |||
|  |             this.Controls.Add(this.tabControl1); | |||
|  |             this.Name = "StockIn"; | |||
|  |             this.Text = "入库上架"; | |||
|  |             this.tabControl1.ResumeLayout(false); | |||
|  |             this.tabPage3.ResumeLayout(false); | |||
|  |             this.tabPage1.ResumeLayout(false); | |||
|  |             this.tabPage2.ResumeLayout(false); | |||
|  |             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 owner; | |||
|  |         private System.Windows.Forms.Label label8; | |||
|  |         private System.Windows.Forms.Label label15; | |||
|  |         private System.Windows.Forms.Label lbVender; | |||
|  |         private System.Windows.Forms.TabControl tabControl1; | |||
|  |         private System.Windows.Forms.TabPage tabPage1; | |||
|  |         private System.Windows.Forms.TabPage tabPage2; | |||
|  |         private System.Windows.Forms.Label label17; | |||
|  |         private System.Windows.Forms.TextBox txtCount; | |||
|  |         private System.Windows.Forms.Label label16; | |||
|  |         private System.Windows.Forms.TextBox txt_loc; | |||
|  |         private System.Windows.Forms.Button btnUp; | |||
|  |         private System.Windows.Forms.Label label18; | |||
|  |         private System.Windows.Forms.ComboBox comboBox1; | |||
|  |         private System.Windows.Forms.TabPage tabPage3; | |||
|  |         private System.Windows.Forms.TextBox txtShelfId; | |||
|  |         private System.Windows.Forms.DataGrid dg1; | |||
|  |         private System.Windows.Forms.Label lbRecommand; | |||
|  |         private System.Windows.Forms.Label label21; | |||
|  |         private System.Windows.Forms.Label lbstatus; | |||
|  |         private System.Windows.Forms.Label label22; | |||
|  |         private System.Windows.Forms.CheckBox chkNotfinished; | |||
|  |     } | |||
|  | } |