367 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			367 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.Wms.CE
 | ||
| {
 | ||
|     partial class StorageLocationCheck
 | ||
|     {
 | ||
|         /// <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.label2 = new System.Windows.Forms.Label();
 | ||
|             this.lacationid_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.name_lab = new System.Windows.Forms.Label();
 | ||
|             this.spec_lab = new System.Windows.Forms.Label();
 | ||
|             this.PCompany_lab = new System.Windows.Forms.Label();
 | ||
|             this.label9 = new System.Windows.Forms.Label();
 | ||
|             this.label10 = new System.Windows.Forms.Label();
 | ||
|             this.lacationid_lab = new System.Windows.Forms.Label();
 | ||
|             this.product_date_lab = new System.Windows.Forms.Label();
 | ||
|             this.label13 = new System.Windows.Forms.Label();
 | ||
|             this.label14 = new System.Windows.Forms.Label();
 | ||
|             this.save_date_lab = new System.Windows.Forms.Label();
 | ||
|             this.batch_lab = new System.Windows.Forms.Label();
 | ||
|             this.count_txt = new System.Windows.Forms.TextBox();
 | ||
|             this.unit_lab = new System.Windows.Forms.Label();
 | ||
|             this.row_lab = new System.Windows.Forms.Label();
 | ||
|             this.Stocknum_lab = new System.Windows.Forms.Label();
 | ||
|             this.button1 = new System.Windows.Forms.Button();
 | ||
|             this.button2 = new System.Windows.Forms.Button();
 | ||
|             this.comboBox1 = new System.Windows.Forms.ComboBox();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.label7 = new System.Windows.Forms.Label();
 | ||
|             this.lbbigcount = new System.Windows.Forms.Label();
 | ||
|             this.label8 = new System.Windows.Forms.Label();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label2.Location = new System.Drawing.Point(3, 9);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label2.Text = "条码";
 | ||
|             // 
 | ||
|             // lacationid_txt
 | ||
|             // 
 | ||
|             this.lacationid_txt.Location = new System.Drawing.Point(48, 6);
 | ||
|             this.lacationid_txt.Name = "lacationid_txt";
 | ||
|             this.lacationid_txt.Size = new System.Drawing.Size(119, 23);
 | ||
|             this.lacationid_txt.TabIndex = 1;
 | ||
|             this.lacationid_txt.TextChanged += new System.EventHandler(this.lacationid_txt_TextChanged);
 | ||
|             this.lacationid_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lacationid_txt_KeyUp);
 | ||
|             this.lacationid_txt.LostFocus += new System.EventHandler(this.lacationid_txt_LostFocus);
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label3.Location = new System.Drawing.Point(3, 63);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label3.Text = "品名:";
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label4.Location = new System.Drawing.Point(3, 146);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(45, 20);
 | ||
|             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, 215);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label5.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(48, 63);
 | ||
|             this.name_lab.Name = "name_lab";
 | ||
|             this.name_lab.Size = new System.Drawing.Size(184, 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(48, 146);
 | ||
|             this.spec_lab.Name = "spec_lab";
 | ||
|             this.spec_lab.Size = new System.Drawing.Size(91, 20);
 | ||
|             // 
 | ||
|             // 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(44, 215);
 | ||
|             this.PCompany_lab.Name = "PCompany_lab";
 | ||
|             this.PCompany_lab.Size = new System.Drawing.Size(191, 20);
 | ||
|             // 
 | ||
|             // label9
 | ||
|             // 
 | ||
|             this.label9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label9.Location = new System.Drawing.Point(3, 37);
 | ||
|             this.label9.Name = "label9";
 | ||
|             this.label9.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label9.Text = "货位:";
 | ||
|             // 
 | ||
|             // label10
 | ||
|             // 
 | ||
|             this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label10.Location = new System.Drawing.Point(3, 169);
 | ||
|             this.label10.Name = "label10";
 | ||
|             this.label10.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label10.Text = "生产日期:";
 | ||
|             // 
 | ||
|             // lacationid_lab
 | ||
|             // 
 | ||
|             this.lacationid_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lacationid_lab.ForeColor = System.Drawing.Color.Black;
 | ||
|             this.lacationid_lab.Location = new System.Drawing.Point(48, 37);
 | ||
|             this.lacationid_lab.Name = "lacationid_lab";
 | ||
|             this.lacationid_lab.Size = new System.Drawing.Size(91, 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(71, 168);
 | ||
|             this.product_date_lab.Name = "product_date_lab";
 | ||
|             this.product_date_lab.Size = new System.Drawing.Size(103, 20);
 | ||
|             // 
 | ||
|             // label13
 | ||
|             // 
 | ||
|             this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label13.Location = new System.Drawing.Point(3, 192);
 | ||
|             this.label13.Name = "label13";
 | ||
|             this.label13.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label13.Text = "有效期至:";
 | ||
|             // 
 | ||
|             // label14
 | ||
|             // 
 | ||
|             this.label14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label14.Location = new System.Drawing.Point(3, 86);
 | ||
|             this.label14.Name = "label14";
 | ||
|             this.label14.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label14.Text = "批号:";
 | ||
|             // 
 | ||
|             // 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(71, 191);
 | ||
|             this.save_date_lab.Name = "save_date_lab";
 | ||
|             this.save_date_lab.Size = new System.Drawing.Size(100, 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(48, 86);
 | ||
|             this.batch_lab.Name = "batch_lab";
 | ||
|             this.batch_lab.Size = new System.Drawing.Size(91, 20);
 | ||
|             // 
 | ||
|             // count_txt
 | ||
|             // 
 | ||
|             this.count_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.count_txt.Location = new System.Drawing.Point(124, 113);
 | ||
|             this.count_txt.Name = "count_txt";
 | ||
|             this.count_txt.Size = new System.Drawing.Size(59, 21);
 | ||
|             this.count_txt.TabIndex = 1;
 | ||
|             this.count_txt.Text = "0";
 | ||
|             // 
 | ||
|             // 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(194, 146);
 | ||
|             this.unit_lab.Name = "unit_lab";
 | ||
|             this.unit_lab.Size = new System.Drawing.Size(39, 17);
 | ||
|             // 
 | ||
|             // row_lab
 | ||
|             // 
 | ||
|             this.row_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.row_lab.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.row_lab.Location = new System.Drawing.Point(202, 171);
 | ||
|             this.row_lab.Name = "row_lab";
 | ||
|             this.row_lab.Size = new System.Drawing.Size(28, 20);
 | ||
|             // 
 | ||
|             // 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(48, 115);
 | ||
|             this.Stocknum_lab.Name = "Stocknum_lab";
 | ||
|             this.Stocknum_lab.Size = new System.Drawing.Size(58, 20);
 | ||
|             // 
 | ||
|             // button1
 | ||
|             // 
 | ||
|             this.button1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.button1.Location = new System.Drawing.Point(187, 114);
 | ||
|             this.button1.Name = "button1";
 | ||
|             this.button1.Size = new System.Drawing.Size(43, 20);
 | ||
|             this.button1.TabIndex = 63;
 | ||
|             this.button1.Text = "修改";
 | ||
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | ||
|             // 
 | ||
|             // button2
 | ||
|             // 
 | ||
|             this.button2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.button2.Location = new System.Drawing.Point(187, 37);
 | ||
|             this.button2.Name = "button2";
 | ||
|             this.button2.Size = new System.Drawing.Size(43, 20);
 | ||
|             this.button2.TabIndex = 64;
 | ||
|             this.button2.Text = "清空";
 | ||
|             this.button2.Click += new System.EventHandler(this.button2_Click);
 | ||
|             // 
 | ||
|             // comboBox1
 | ||
|             // 
 | ||
|             this.comboBox1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.comboBox1.Location = new System.Drawing.Point(77, 243);
 | ||
|             this.comboBox1.Name = "comboBox1";
 | ||
|             this.comboBox1.Size = new System.Drawing.Size(135, 21);
 | ||
|             this.comboBox1.TabIndex = 87;
 | ||
|             this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label1.Location = new System.Drawing.Point(3, 242);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(72, 20);
 | ||
|             this.label1.Text = "修改原因:";
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label6.Location = new System.Drawing.Point(157, 146);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(36, 20);
 | ||
|             this.label6.Text = "单位";
 | ||
|             // 
 | ||
|             // label7
 | ||
|             // 
 | ||
|             this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label7.Location = new System.Drawing.Point(147, 83);
 | ||
|             this.label7.Name = "label7";
 | ||
|             this.label7.Size = new System.Drawing.Size(46, 20);
 | ||
|             this.label7.Text = "大包装";
 | ||
|             // 
 | ||
|             // lbbigcount
 | ||
|             // 
 | ||
|             this.lbbigcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.lbbigcount.ForeColor = System.Drawing.Color.Blue;
 | ||
|             this.lbbigcount.Location = new System.Drawing.Point(192, 82);
 | ||
|             this.lbbigcount.Name = "lbbigcount";
 | ||
|             this.lbbigcount.Size = new System.Drawing.Size(46, 20);
 | ||
|             // 
 | ||
|             // label8
 | ||
|             // 
 | ||
|             this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.label8.Location = new System.Drawing.Point(3, 115);
 | ||
|             this.label8.Name = "label8";
 | ||
|             this.label8.Size = new System.Drawing.Size(45, 20);
 | ||
|             this.label8.Text = "库存:";
 | ||
|             // 
 | ||
|             // StorageLocationCheck
 | ||
|             // 
 | ||
|             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.label8);
 | ||
|             this.Controls.Add(this.label7);
 | ||
|             this.Controls.Add(this.lbbigcount);
 | ||
|             this.Controls.Add(this.label6);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.Controls.Add(this.comboBox1);
 | ||
|             this.Controls.Add(this.button2);
 | ||
|             this.Controls.Add(this.button1);
 | ||
|             this.Controls.Add(this.Stocknum_lab);
 | ||
|             this.Controls.Add(this.row_lab);
 | ||
|             this.Controls.Add(this.batch_lab);
 | ||
|             this.Controls.Add(this.unit_lab);
 | ||
|             this.Controls.Add(this.save_date_lab);
 | ||
|             this.Controls.Add(this.product_date_lab);
 | ||
|             this.Controls.Add(this.lacationid_lab);
 | ||
|             this.Controls.Add(this.PCompany_lab);
 | ||
|             this.Controls.Add(this.spec_lab);
 | ||
|             this.Controls.Add(this.label14);
 | ||
|             this.Controls.Add(this.name_lab);
 | ||
|             this.Controls.Add(this.label10);
 | ||
|             this.Controls.Add(this.label13);
 | ||
|             this.Controls.Add(this.count_txt);
 | ||
|             this.Controls.Add(this.lacationid_txt);
 | ||
|             this.Controls.Add(this.label9);
 | ||
|             this.Controls.Add(this.label5);
 | ||
|             this.Controls.Add(this.label4);
 | ||
|             this.Controls.Add(this.label3);
 | ||
|             this.Controls.Add(this.label2);
 | ||
|             this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
 | ||
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 | ||
|             this.Name = "StorageLocationCheck";
 | ||
|             this.Text = "货位盘点";
 | ||
|             this.Load += new System.EventHandler(this.BarCodeStorage_Load);
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.TextBox lacationid_txt;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.Label name_lab;
 | ||
|         private System.Windows.Forms.Label spec_lab;
 | ||
|         private System.Windows.Forms.Label PCompany_lab;
 | ||
|         private System.Windows.Forms.Label label9;
 | ||
|         private System.Windows.Forms.Label label10;
 | ||
|         private System.Windows.Forms.Label lacationid_lab;
 | ||
|         private System.Windows.Forms.Label product_date_lab;
 | ||
|         private System.Windows.Forms.Label label13;
 | ||
|         private System.Windows.Forms.Label label14;
 | ||
|         private System.Windows.Forms.Label save_date_lab;
 | ||
|         private System.Windows.Forms.Label batch_lab;
 | ||
|         private System.Windows.Forms.TextBox count_txt;
 | ||
|         private System.Windows.Forms.Label unit_lab;
 | ||
|         private System.Windows.Forms.Label row_lab;
 | ||
|         private System.Windows.Forms.Label Stocknum_lab;
 | ||
|         private System.Windows.Forms.Button button1;
 | ||
|         private System.Windows.Forms.Button button2;
 | ||
|         private System.Windows.Forms.ComboBox comboBox1;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.Label label7;
 | ||
|         private System.Windows.Forms.Label lbbigcount;
 | ||
|         private System.Windows.Forms.Label label8;
 | ||
|     }
 | ||
| } |