namespace DeiNiu.Wms.CE
{
partial class locationUpDown
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.tb1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.row_lab = new System.Windows.Forms.Label();
this.down_bt = new System.Windows.Forms.Button();
this.up_bt = new System.Windows.Forms.Button();
this.bigcout_lab = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.unit0_lab = new System.Windows.Forms.Label();
this.batch_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.oldcount_lab = new System.Windows.Forms.Label();
this.lacationid_lab = new System.Windows.Forms.Label();
this.PCompany_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.label10 = new System.Windows.Forms.Label();
this.count_txt = new System.Windows.Forms.TextBox();
this.locationid_txt = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.dg1 = new System.Windows.Forms.DataGrid();
this.code_txt = new System.Windows.Forms.TextBox();
this.id_lab = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.labelUnit = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.labelManufacturer = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.labelbigcount = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.labelValiddate = new System.Windows.Forms.Label();
this.labelproductDate = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.btnOkay = new System.Windows.Forms.Button();
this.textBoxNum = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.lbType = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.textBoxLoc = new System.Windows.Forms.TextBox();
this.lbBatch = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.lbCount = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.lbGoods = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.tb1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// tb1
//
this.tb1.Controls.Add(this.tabPage1);
this.tb1.Controls.Add(this.tabPage2);
this.tb1.Controls.Add(this.tabPage3);
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.row_lab);
this.tabPage1.Controls.Add(this.down_bt);
this.tabPage1.Controls.Add(this.up_bt);
this.tabPage1.Controls.Add(this.bigcout_lab);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.button1);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.unit0_lab);
this.tabPage1.Controls.Add(this.batch_lab);
this.tabPage1.Controls.Add(this.save_date_lab);
this.tabPage1.Controls.Add(this.product_date_lab);
this.tabPage1.Controls.Add(this.oldcount_lab);
this.tabPage1.Controls.Add(this.lacationid_lab);
this.tabPage1.Controls.Add(this.PCompany_lab);
this.tabPage1.Controls.Add(this.spec_lab);
this.tabPage1.Controls.Add(this.label19);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.name_lab);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.count_txt);
this.tabPage1.Controls.Add(this.locationid_txt);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
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 = "下架";
//
// 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(36, 220);
this.row_lab.Name = "row_lab";
this.row_lab.Size = new System.Drawing.Size(57, 20);
//
// down_bt
//
this.down_bt.Enabled = false;
this.down_bt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.down_bt.Location = new System.Drawing.Point(162, 216);
this.down_bt.Name = "down_bt";
this.down_bt.Size = new System.Drawing.Size(59, 24);
this.down_bt.TabIndex = 118;
this.down_bt.Text = "下一页";
this.down_bt.Click += new System.EventHandler(this.down_bt_Click);
//
// up_bt
//
this.up_bt.Enabled = false;
this.up_bt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.up_bt.Location = new System.Drawing.Point(98, 216);
this.up_bt.Name = "up_bt";
this.up_bt.Size = new System.Drawing.Size(59, 24);
this.up_bt.TabIndex = 117;
this.up_bt.Text = "上一页";
this.up_bt.Click += new System.EventHandler(this.up_bt_Click);
//
// bigcout_lab
//
this.bigcout_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.bigcout_lab.ForeColor = System.Drawing.Color.Blue;
this.bigcout_lab.Location = new System.Drawing.Point(187, 119);
this.bigcout_lab.Name = "bigcout_lab";
this.bigcout_lab.Size = new System.Drawing.Size(44, 20);
//
// label8
//
this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label8.Location = new System.Drawing.Point(144, 119);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(36, 20);
this.label8.Text = "包装";
//
// button1
//
this.button1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.button1.Location = new System.Drawing.Point(214, 34);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(13, 21);
this.button1.TabIndex = 95;
this.button1.Text = "下 架";
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label6
//
this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label6.Location = new System.Drawing.Point(144, 93);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(36, 20);
this.label6.Text = "单位";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(97, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 20);
this.label1.Text = "库存";
//
// unit0_lab
//
this.unit0_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.unit0_lab.ForeColor = System.Drawing.Color.Blue;
this.unit0_lab.Location = new System.Drawing.Point(187, 93);
this.unit0_lab.Name = "unit0_lab";
this.unit0_lab.Size = new System.Drawing.Size(39, 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(42, 93);
this.batch_lab.Name = "batch_lab";
this.batch_lab.Size = new System.Drawing.Size(91, 20);
//
// 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(144, 145);
this.save_date_lab.Name = "save_date_lab";
this.save_date_lab.Size = new System.Drawing.Size(81, 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(42, 145);
this.product_date_lab.Name = "product_date_lab";
this.product_date_lab.Size = new System.Drawing.Size(90, 20);
//
// oldcount_lab
//
this.oldcount_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.oldcount_lab.ForeColor = System.Drawing.Color.Black;
this.oldcount_lab.Location = new System.Drawing.Point(142, 35);
this.oldcount_lab.Name = "oldcount_lab";
this.oldcount_lab.Size = new System.Drawing.Size(77, 20);
//
// 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(148, 8);
this.lacationid_lab.Name = "lacationid_lab";
this.lacationid_lab.Size = new System.Drawing.Size(75, 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(42, 171);
this.PCompany_lab.Name = "PCompany_lab";
this.PCompany_lab.Size = new System.Drawing.Size(185, 27);
//
// 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(42, 119);
this.spec_lab.Name = "spec_lab";
this.spec_lab.Size = new System.Drawing.Size(93, 20);
//
// label19
//
this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label19.Location = new System.Drawing.Point(3, 35);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(32, 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, 93);
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(42, 67);
this.name_lab.Name = "name_lab";
this.name_lab.Size = new System.Drawing.Size(179, 20);
//
// label10
//
this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label10.Location = new System.Drawing.Point(3, 145);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(44, 20);
this.label10.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(40, 35);
this.count_txt.Name = "count_txt";
this.count_txt.Size = new System.Drawing.Size(51, 21);
this.count_txt.TabIndex = 65;
this.count_txt.Text = "0";
this.count_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.count_txt_KeyUp);
//
// locationid_txt
//
this.locationid_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.locationid_txt.Location = new System.Drawing.Point(40, 7);
this.locationid_txt.Name = "locationid_txt";
this.locationid_txt.Size = new System.Drawing.Size(94, 21);
this.locationid_txt.TabIndex = 67;
this.locationid_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.locationid_txt_KeyUp);
//
// label5
//
this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label5.Location = new System.Drawing.Point(3, 171);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 16);
this.label5.Text = "厂家";
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(3, 119);
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, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 20);
this.label3.Text = "品名";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(3, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 20);
this.label2.Text = "货位";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.dg1);
this.tabPage2.Controls.Add(this.code_txt);
this.tabPage2.Controls.Add(this.id_lab);
this.tabPage2.Controls.Add(this.label7);
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 = "下架记录";
//
// 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, 33);
this.dg1.Name = "dg1";
this.dg1.Size = new System.Drawing.Size(230, 217);
this.dg1.TabIndex = 72;
this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick);
//
// code_txt
//
this.code_txt.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.code_txt.Location = new System.Drawing.Point(64, 7);
this.code_txt.Name = "code_txt";
this.code_txt.Size = new System.Drawing.Size(107, 21);
this.code_txt.TabIndex = 69;
this.code_txt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.code_txt_KeyUp);
//
// id_lab
//
this.id_lab.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.id_lab.ForeColor = System.Drawing.Color.Blue;
this.id_lab.Location = new System.Drawing.Point(163, 9);
this.id_lab.Name = "id_lab";
this.id_lab.Size = new System.Drawing.Size(61, 20);
//
// label7
//
this.label7.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label7.Location = new System.Drawing.Point(3, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(61, 20);
this.label7.Text = "商品条码";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.labelUnit);
this.tabPage3.Controls.Add(this.label21);
this.tabPage3.Controls.Add(this.labelManufacturer);
this.tabPage3.Controls.Add(this.label22);
this.tabPage3.Controls.Add(this.labelbigcount);
this.tabPage3.Controls.Add(this.label26);
this.tabPage3.Controls.Add(this.labelValiddate);
this.tabPage3.Controls.Add(this.labelproductDate);
this.tabPage3.Controls.Add(this.label23);
this.tabPage3.Controls.Add(this.label24);
this.tabPage3.Controls.Add(this.btnOkay);
this.tabPage3.Controls.Add(this.textBoxNum);
this.tabPage3.Controls.Add(this.label12);
this.tabPage3.Controls.Add(this.lbType);
this.tabPage3.Controls.Add(this.label15);
this.tabPage3.Controls.Add(this.label16);
this.tabPage3.Controls.Add(this.textBoxLoc);
this.tabPage3.Controls.Add(this.lbBatch);
this.tabPage3.Controls.Add(this.label17);
this.tabPage3.Controls.Add(this.lbCount);
this.tabPage3.Controls.Add(this.label18);
this.tabPage3.Controls.Add(this.lbGoods);
this.tabPage3.Controls.Add(this.label20);
this.tabPage3.Location = new System.Drawing.Point(4, 25);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(235, 246);
this.tabPage3.Text = "上架";
//
// labelUnit
//
this.labelUnit.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.labelUnit.ForeColor = System.Drawing.Color.Blue;
this.labelUnit.Location = new System.Drawing.Point(194, 114);
this.labelUnit.Name = "labelUnit";
this.labelUnit.Size = new System.Drawing.Size(38, 20);
//
// label21
//
this.label21.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label21.Location = new System.Drawing.Point(164, 114);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(33, 20);
this.label21.Text = "单位";
//
// labelManufacturer
//
this.labelManufacturer.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.labelManufacturer.ForeColor = System.Drawing.Color.Black;
this.labelManufacturer.Location = new System.Drawing.Point(47, 215);
this.labelManufacturer.Name = "labelManufacturer";
this.labelManufacturer.Size = new System.Drawing.Size(185, 20);
//
// label22
//
this.label22.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label22.Location = new System.Drawing.Point(5, 215);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(72, 20);
this.label22.Text = "厂家:";
//
// labelbigcount
//
this.labelbigcount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.labelbigcount.ForeColor = System.Drawing.Color.Blue;
this.labelbigcount.Location = new System.Drawing.Point(194, 93);
this.labelbigcount.Name = "labelbigcount";
this.labelbigcount.Size = new System.Drawing.Size(38, 20);
//
// label26
//
this.label26.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label26.Location = new System.Drawing.Point(164, 93);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(33, 20);
this.label26.Text = "包装";
//
// labelValiddate
//
this.labelValiddate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.labelValiddate.ForeColor = System.Drawing.Color.Black;
this.labelValiddate.Location = new System.Drawing.Point(72, 189);
this.labelValiddate.Name = "labelValiddate";
this.labelValiddate.Size = new System.Drawing.Size(100, 20);
//
// labelproductDate
//
this.labelproductDate.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.labelproductDate.ForeColor = System.Drawing.Color.Black;
this.labelproductDate.Location = new System.Drawing.Point(72, 163);
this.labelproductDate.Name = "labelproductDate";
this.labelproductDate.Size = new System.Drawing.Size(103, 20);
//
// label23
//
this.label23.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label23.Location = new System.Drawing.Point(5, 163);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(72, 20);
this.label23.Text = "生产日期:";
//
// label24
//
this.label24.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label24.Location = new System.Drawing.Point(5, 189);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(72, 20);
this.label24.Text = "有效期至:";
//
// btnOkay
//
this.btnOkay.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.btnOkay.Location = new System.Drawing.Point(164, 37);
this.btnOkay.Name = "btnOkay";
this.btnOkay.Size = new System.Drawing.Size(46, 20);
this.btnOkay.TabIndex = 50;
this.btnOkay.Text = "确定";
this.btnOkay.Visible = false;
this.btnOkay.Click += new System.EventHandler(this.btnOkay_Click_1);
//
// textBoxNum
//
this.textBoxNum.Location = new System.Drawing.Point(47, 34);
this.textBoxNum.Name = "textBoxNum";
this.textBoxNum.Size = new System.Drawing.Size(68, 23);
this.textBoxNum.TabIndex = 48;
this.textBoxNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxNum_KeyUp);
//
// label12
//
this.label12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label12.Location = new System.Drawing.Point(5, 40);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(36, 16);
this.label12.Text = "数量";
//
// lbType
//
this.lbType.Location = new System.Drawing.Point(45, 137);
this.lbType.Name = "lbType";
this.lbType.Size = new System.Drawing.Size(90, 20);
//
// label15
//
this.label15.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label15.Location = new System.Drawing.Point(5, 141);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(50, 16);
this.label15.Text = "类别:";
//
// label16
//
this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label16.Location = new System.Drawing.Point(5, 10);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(36, 16);
this.label16.Text = "货位";
//
// textBoxLoc
//
this.textBoxLoc.Location = new System.Drawing.Point(47, 5);
this.textBoxLoc.Name = "textBoxLoc";
this.textBoxLoc.Size = new System.Drawing.Size(115, 23);
this.textBoxLoc.TabIndex = 47;
this.textBoxLoc.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBoxLoc_KeyUp);
//
// lbBatch
//
this.lbBatch.Location = new System.Drawing.Point(45, 93);
this.lbBatch.Name = "lbBatch";
this.lbBatch.Size = new System.Drawing.Size(102, 20);
//
// label17
//
this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label17.Location = new System.Drawing.Point(5, 97);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(50, 16);
this.label17.Text = "批号:";
//
// lbCount
//
this.lbCount.Location = new System.Drawing.Point(47, 115);
this.lbCount.Name = "lbCount";
this.lbCount.Size = new System.Drawing.Size(54, 20);
//
// label18
//
this.label18.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label18.Location = new System.Drawing.Point(5, 119);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(50, 16);
this.label18.Text = "数量:";
//
// lbGoods
//
this.lbGoods.Location = new System.Drawing.Point(45, 71);
this.lbGoods.Name = "lbGoods";
this.lbGoods.Size = new System.Drawing.Size(187, 20);
//
// label20
//
this.label20.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular);
this.label20.Location = new System.Drawing.Point(5, 71);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(47, 20);
this.label20.Text = "商品:";
//
// locationUpDown
//
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.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
this.Name = "locationUpDown";
this.Text = "上下架";
this.tb1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tb1;
private System.Windows.Forms.TabPage tabPage2;
//private System.Windows.Forms.Label unit_lab;
private System.Windows.Forms.DataGrid dg1;
private System.Windows.Forms.TextBox code_txt;
private System.Windows.Forms.Label id_lab;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button btnOkay;
private System.Windows.Forms.TextBox textBoxNum;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label lbType;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBoxLoc;
private System.Windows.Forms.Label lbBatch;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label lbCount;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label lbGoods;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label labelValiddate;
private System.Windows.Forms.Label labelproductDate;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label labelbigcount;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label labelManufacturer;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label labelUnit;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label row_lab;
private System.Windows.Forms.Button down_bt;
private System.Windows.Forms.Button up_bt;
private System.Windows.Forms.Label bigcout_lab;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label unit0_lab;
private System.Windows.Forms.Label batch_lab;
private System.Windows.Forms.Label save_date_lab;
private System.Windows.Forms.Label product_date_lab;
private System.Windows.Forms.Label oldcount_lab;
private System.Windows.Forms.Label lacationid_lab;
private System.Windows.Forms.Label PCompany_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 label10;
private System.Windows.Forms.TextBox count_txt;
private System.Windows.Forms.TextBox locationid_txt;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
}
}