namespace DeiNiu.Wms.CE { partial class StockReceive { /// /// 必需的设计器变量。 /// 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.lbPhone = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lbVeNo = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lbvender = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textPreInNo = new System.Windows.Forms.TextBox(); this.dg1 = new System.Windows.Forms.DataGrid(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.chkNoQc = new System.Windows.Forms.CheckBox(); this.txtWendu = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.chkValid = new System.Windows.Forms.CheckBox(); this.chkZhitong = new System.Windows.Forms.CheckBox(); this.btnReceive = new System.Windows.Forms.Button(); this.lbNotReceived = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.lbArriveNum = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.txtBulkCnt = new System.Windows.Forms.TextBox(); this.txtReceivePkgNum = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lbUnit = new System.Windows.Forms.Label(); this.lbPackcnt = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lbGoodsName1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtReceiveGdBarcod = new System.Windows.Forms.TextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.chkInPlate = new System.Windows.Forms.CheckBox(); this.lbToValidCnt = new System.Windows.Forms.Label(); this.btnValid = new System.Windows.Forms.Button(); this.btnSeeds = new System.Windows.Forms.Button(); this.txtBatchBoxCnt = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.lbSeedsCnt = new System.Windows.Forms.Label(); this.txtSeedsNum = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.txtBatch = new System.Windows.Forms.TextBox(); this.dtpValidTo = new System.Windows.Forms.DateTimePicker(); this.label16 = new System.Windows.Forms.Label(); this.dtpProduct = new System.Windows.Forms.DateTimePicker(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtValidGdBarcod = new System.Windows.Forms.TextBox(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.button3 = new System.Windows.Forms.Button(); this.lbGoodsName3 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.txtBulkCnt2 = new System.Windows.Forms.TextBox(); this.label25 = new System.Windows.Forms.Label(); this.txtPackCnt = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.txtSkuId = new System.Windows.Forms.TextBox(); this.label23 = new System.Windows.Forms.Label(); this.txtPlateId = new System.Windows.Forms.TextBox(); this.lbGoodsName2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtBachCnt = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.tb1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // tb1 // this.tb1.Controls.Add(this.tabPage1); this.tb1.Controls.Add(this.tabPage2); this.tb1.Controls.Add(this.tabPage3); this.tb1.Controls.Add(this.tabPage4); 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, 274); this.tb1.TabIndex = 0; this.tb1.SelectedIndexChanged += new System.EventHandler(this.tb1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.lbPhone); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.lbVeNo); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.lbvender); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.textPreInNo); 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, 403); this.tabPage1.Text = "到货信息"; // // lbPhone // this.lbPhone.Location = new System.Drawing.Point(61, 83); this.lbPhone.Name = "lbPhone"; this.lbPhone.Size = new System.Drawing.Size(152, 20); this.lbPhone.Text = "收货联系电话"; // // label5 // this.label5.Location = new System.Drawing.Point(3, 83); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(52, 20); this.label5.Text = "电话"; // // lbVeNo // this.lbVeNo.Location = new System.Drawing.Point(61, 63); this.lbVeNo.Name = "lbVeNo"; this.lbVeNo.Size = new System.Drawing.Size(152, 20); this.lbVeNo.Text = "车牌信息"; // // label4 // this.label4.Location = new System.Drawing.Point(3, 63); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 20); this.label4.Text = "车牌号"; // // lbvender // this.lbvender.Location = new System.Drawing.Point(61, 43); this.lbvender.Name = "lbvender"; this.lbvender.Size = new System.Drawing.Size(152, 20); this.lbvender.Text = "供应商"; // // label3 // this.label3.Location = new System.Drawing.Point(3, 43); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(52, 20); this.label3.Text = "供应商"; // // label6 // this.label6.Location = new System.Drawing.Point(3, 8); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(52, 20); this.label6.Text = "到货单"; // // textPreInNo // this.textPreInNo.Location = new System.Drawing.Point(61, 5); this.textPreInNo.Name = "textPreInNo"; this.textPreInNo.Size = new System.Drawing.Size(152, 23); this.textPreInNo.TabIndex = 1; this.textPreInNo.Text = "PREIN050000000001"; this.textPreInNo.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textPreInNo_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(3, 106); this.dg1.Name = "dg1"; this.dg1.RowHeadersVisible = false; this.dg1.Size = new System.Drawing.Size(230, 171); this.dg1.TabIndex = 0; this.dg1.DoubleClick += new System.EventHandler(this.dg1_DoubleClick); this.dg1.CurrentCellChanged += new System.EventHandler(this.dg1_CurrentCellChanged); // // tabPage2 // this.tabPage2.Controls.Add(this.chkNoQc); this.tabPage2.Controls.Add(this.txtWendu); this.tabPage2.Controls.Add(this.label18); this.tabPage2.Controls.Add(this.chkValid); this.tabPage2.Controls.Add(this.chkZhitong); this.tabPage2.Controls.Add(this.btnReceive); this.tabPage2.Controls.Add(this.lbNotReceived); this.tabPage2.Controls.Add(this.label13); this.tabPage2.Controls.Add(this.lbArriveNum); this.tabPage2.Controls.Add(this.label12); this.tabPage2.Controls.Add(this.label11); this.tabPage2.Controls.Add(this.txtBulkCnt); this.tabPage2.Controls.Add(this.txtReceivePkgNum); this.tabPage2.Controls.Add(this.label10); this.tabPage2.Controls.Add(this.label9); this.tabPage2.Controls.Add(this.lbUnit); this.tabPage2.Controls.Add(this.lbPackcnt); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.lbGoodsName1); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Controls.Add(this.txtReceiveGdBarcod); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(235, 245); this.tabPage2.Text = "收货"; // // chkNoQc // this.chkNoQc.Enabled = false; this.chkNoQc.Location = new System.Drawing.Point(147, 76); this.chkNoQc.Name = "chkNoQc"; this.chkNoQc.Size = new System.Drawing.Size(90, 20); this.chkNoQc.TabIndex = 55; this.chkNoQc.Text = "无需质检"; // // txtWendu // this.txtWendu.Location = new System.Drawing.Point(87, 137); this.txtWendu.Name = "txtWendu"; this.txtWendu.Size = new System.Drawing.Size(69, 23); this.txtWendu.TabIndex = 40; // // label18 // this.label18.Location = new System.Drawing.Point(4, 140); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(66, 20); this.label18.Text = "商品温度"; // // chkValid // this.chkValid.Enabled = false; this.chkValid.Location = new System.Drawing.Point(0, 226); this.chkValid.Name = "chkValid"; this.chkValid.Size = new System.Drawing.Size(100, 20); this.chkValid.TabIndex = 34; this.chkValid.Text = "立即验收"; // // chkZhitong // this.chkZhitong.Enabled = false; this.chkZhitong.Location = new System.Drawing.Point(147, 53); this.chkZhitong.Name = "chkZhitong"; this.chkZhitong.Size = new System.Drawing.Size(90, 20); this.chkZhitong.TabIndex = 33; this.chkZhitong.Text = "直通收货"; // // btnReceive // this.btnReceive.Location = new System.Drawing.Point(174, 158); this.btnReceive.Name = "btnReceive"; this.btnReceive.Size = new System.Drawing.Size(55, 51); this.btnReceive.TabIndex = 30; this.btnReceive.Text = "收货"; this.btnReceive.Click += new System.EventHandler(this.btnReceive_Click); // // lbNotReceived // this.lbNotReceived.Location = new System.Drawing.Point(74, 116); this.lbNotReceived.Name = "lbNotReceived"; this.lbNotReceived.Size = new System.Drawing.Size(77, 20); this.lbNotReceived.Text = "待收数量"; // // label13 // this.label13.Location = new System.Drawing.Point(4, 116); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(77, 20); this.label13.Text = "待收数量"; // // lbArriveNum // this.lbArriveNum.Location = new System.Drawing.Point(74, 96); this.lbArriveNum.Name = "lbArriveNum"; this.lbArriveNum.Size = new System.Drawing.Size(77, 20); this.lbArriveNum.Text = "到货数量"; // // label12 // this.label12.Location = new System.Drawing.Point(4, 96); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(77, 20); this.label12.Text = "到货数量"; // // label11 // this.label11.Location = new System.Drawing.Point(4, 189); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(77, 20); this.label11.Text = "个数"; // // txtBulkCnt // this.txtBulkCnt.Location = new System.Drawing.Point(87, 188); this.txtBulkCnt.Name = "txtBulkCnt"; this.txtBulkCnt.Size = new System.Drawing.Size(69, 23); this.txtBulkCnt.TabIndex = 19; this.txtBulkCnt.Text = "0"; // // txtReceivePkgNum // this.txtReceivePkgNum.Location = new System.Drawing.Point(87, 163); this.txtReceivePkgNum.Name = "txtReceivePkgNum"; this.txtReceivePkgNum.Size = new System.Drawing.Size(69, 23); this.txtReceivePkgNum.TabIndex = 18; this.txtReceivePkgNum.Text = "0"; // // label10 // this.label10.Location = new System.Drawing.Point(4, 166); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 20); this.label10.Text = "包装数"; // // label9 // this.label9.Location = new System.Drawing.Point(4, 76); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(37, 20); this.label9.Text = "单位"; // // lbUnit // this.lbUnit.Location = new System.Drawing.Point(74, 76); this.lbUnit.Name = "lbUnit"; this.lbUnit.Size = new System.Drawing.Size(67, 20); this.lbUnit.Text = "单位"; // // lbPackcnt // this.lbPackcnt.Location = new System.Drawing.Point(74, 56); this.lbPackcnt.Name = "lbPackcnt"; this.lbPackcnt.Size = new System.Drawing.Size(69, 20); this.lbPackcnt.Text = "包装数量"; // // label8 // this.label8.Location = new System.Drawing.Point(4, 56); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 20); this.label8.Text = "包装数量"; // // lbGoodsName1 // this.lbGoodsName1.Location = new System.Drawing.Point(74, 36); this.lbGoodsName1.Name = "lbGoodsName1"; this.lbGoodsName1.Size = new System.Drawing.Size(142, 20); this.lbGoodsName1.Text = "商品名称"; // // label2 // this.label2.Location = new System.Drawing.Point(4, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 20); this.label2.Text = "商品名称"; // // label1 // this.label1.Location = new System.Drawing.Point(4, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 20); this.label1.Text = "商品码"; // // txtReceiveGdBarcod // this.txtReceiveGdBarcod.Location = new System.Drawing.Point(60, 5); this.txtReceiveGdBarcod.Name = "txtReceiveGdBarcod"; this.txtReceiveGdBarcod.Size = new System.Drawing.Size(156, 23); this.txtReceiveGdBarcod.TabIndex = 7; this.txtReceiveGdBarcod.Text = "6902016002421"; this.txtReceiveGdBarcod.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textGdbarcode_KeyUp); // // tabPage3 // this.tabPage3.Controls.Add(this.label27); this.tabPage3.Controls.Add(this.label22); this.tabPage3.Controls.Add(this.label7); this.tabPage3.Controls.Add(this.txtBachCnt); this.tabPage3.Controls.Add(this.lbGoodsName2); this.tabPage3.Controls.Add(this.chkInPlate); this.tabPage3.Controls.Add(this.lbToValidCnt); this.tabPage3.Controls.Add(this.btnValid); this.tabPage3.Controls.Add(this.btnSeeds); this.tabPage3.Controls.Add(this.txtBatchBoxCnt); this.tabPage3.Controls.Add(this.label21); this.tabPage3.Controls.Add(this.label20); this.tabPage3.Controls.Add(this.lbSeedsCnt); this.tabPage3.Controls.Add(this.txtSeedsNum); this.tabPage3.Controls.Add(this.label19); this.tabPage3.Controls.Add(this.label17); this.tabPage3.Controls.Add(this.txtBatch); this.tabPage3.Controls.Add(this.dtpValidTo); this.tabPage3.Controls.Add(this.label16); this.tabPage3.Controls.Add(this.dtpProduct); this.tabPage3.Controls.Add(this.label15); this.tabPage3.Controls.Add(this.label14); this.tabPage3.Controls.Add(this.txtValidGdBarcod); this.tabPage3.Location = new System.Drawing.Point(4, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(235, 245); this.tabPage3.Text = "验收"; // // chkInPlate // this.chkInPlate.Enabled = false; this.chkInPlate.Location = new System.Drawing.Point(0, 226); this.chkInPlate.Name = "chkInPlate"; this.chkInPlate.Size = new System.Drawing.Size(93, 20); this.chkInPlate.TabIndex = 56; this.chkInPlate.Text = "立即码货"; // // lbToValidCnt // this.lbToValidCnt.Location = new System.Drawing.Point(92, 151); this.lbToValidCnt.Name = "lbToValidCnt"; this.lbToValidCnt.Size = new System.Drawing.Size(73, 20); this.lbToValidCnt.Text = "待验数量"; // // btnValid // this.btnValid.Location = new System.Drawing.Point(179, 174); this.btnValid.Name = "btnValid"; this.btnValid.Size = new System.Drawing.Size(47, 44); this.btnValid.TabIndex = 51; this.btnValid.Text = "验收"; this.btnValid.Click += new System.EventHandler(this.btnValid_Click); // // btnSeeds // this.btnSeeds.Location = new System.Drawing.Point(206, 127); this.btnSeeds.Name = "btnSeeds"; this.btnSeeds.Size = new System.Drawing.Size(20, 20); this.btnSeeds.TabIndex = 50; this.btnSeeds.Text = "..."; this.btnSeeds.Click += new System.EventHandler(this.btnSeeds_Click); // // txtBatchBoxCnt // this.txtBatchBoxCnt.Location = new System.Drawing.Point(92, 170); this.txtBatchBoxCnt.Name = "txtBatchBoxCnt"; this.txtBatchBoxCnt.Size = new System.Drawing.Size(69, 23); this.txtBatchBoxCnt.TabIndex = 48; this.txtBatchBoxCnt.Text = "0"; // // label21 // this.label21.Location = new System.Drawing.Point(4, 174); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(82, 20); this.label21.Text = "批次包装数量"; // // label20 // this.label20.Location = new System.Drawing.Point(151, 128); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(10, 23); this.label20.Text = "/"; // // lbSeedsCnt // this.lbSeedsCnt.Location = new System.Drawing.Point(159, 128); this.lbSeedsCnt.Name = "lbSeedsCnt"; this.lbSeedsCnt.Size = new System.Drawing.Size(57, 20); this.lbSeedsCnt.Text = "?"; // // txtSeedsNum // this.txtSeedsNum.Location = new System.Drawing.Point(76, 124); this.txtSeedsNum.Name = "txtSeedsNum"; this.txtSeedsNum.Size = new System.Drawing.Size(69, 23); this.txtSeedsNum.TabIndex = 41; this.txtSeedsNum.Text = "0"; // // label19 // this.label19.Location = new System.Drawing.Point(4, 128); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(66, 20); this.label19.Text = "抽样数量"; // // label17 // this.label17.Location = new System.Drawing.Point(4, 104); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(66, 20); this.label17.Text = "厂家批次"; // // txtBatch // this.txtBatch.Location = new System.Drawing.Point(76, 100); this.txtBatch.Name = "txtBatch"; this.txtBatch.Size = new System.Drawing.Size(120, 23); this.txtBatch.TabIndex = 18; // // dtpValidTo // this.dtpValidTo.Location = new System.Drawing.Point(76, 75); this.dtpValidTo.Name = "dtpValidTo"; this.dtpValidTo.Size = new System.Drawing.Size(120, 24); this.dtpValidTo.TabIndex = 15; // // label16 // this.label16.Location = new System.Drawing.Point(4, 80); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(66, 20); this.label16.Text = "失效日期"; // // dtpProduct // this.dtpProduct.Location = new System.Drawing.Point(76, 51); this.dtpProduct.Name = "dtpProduct"; this.dtpProduct.Size = new System.Drawing.Size(120, 24); this.dtpProduct.TabIndex = 13; // // label15 // this.label15.Location = new System.Drawing.Point(4, 57); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(66, 20); this.label15.Text = "生产日期"; // // label14 // this.label14.Location = new System.Drawing.Point(4, 8); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(50, 20); this.label14.Text = "商品码"; // // txtValidGdBarcod // this.txtValidGdBarcod.Location = new System.Drawing.Point(60, 5); this.txtValidGdBarcod.Name = "txtValidGdBarcod"; this.txtValidGdBarcod.Size = new System.Drawing.Size(156, 23); this.txtValidGdBarcod.TabIndex = 9; this.txtValidGdBarcod.Text = "6902016002421"; this.txtValidGdBarcod.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtValidGdBarcod_KeyUp); // // tabPage4 // this.tabPage4.Controls.Add(this.button3); this.tabPage4.Controls.Add(this.lbGoodsName3); this.tabPage4.Controls.Add(this.label26); this.tabPage4.Controls.Add(this.txtBulkCnt2); this.tabPage4.Controls.Add(this.label25); this.tabPage4.Controls.Add(this.txtPackCnt); this.tabPage4.Controls.Add(this.label24); this.tabPage4.Controls.Add(this.txtSkuId); this.tabPage4.Controls.Add(this.label23); this.tabPage4.Controls.Add(this.txtPlateId); this.tabPage4.Location = new System.Drawing.Point(4, 25); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(235, 221); this.tabPage4.Text = "码货"; // // button3 // this.button3.Location = new System.Drawing.Point(84, 180); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(67, 37); this.button3.TabIndex = 52; this.button3.Text = "确定"; // // lbGoodsName3 // this.lbGoodsName3.Location = new System.Drawing.Point(60, 60); this.lbGoodsName3.Name = "lbGoodsName3"; this.lbGoodsName3.Size = new System.Drawing.Size(156, 20); this.lbGoodsName3.Text = "商品名称"; // // label26 // this.label26.Location = new System.Drawing.Point(5, 134); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(71, 20); this.label26.Text = "零散个数"; // // txtBulkCnt2 // this.txtBulkCnt2.Location = new System.Drawing.Point(90, 131); this.txtBulkCnt2.Name = "txtBulkCnt2"; this.txtBulkCnt2.Size = new System.Drawing.Size(55, 23); this.txtBulkCnt2.TabIndex = 19; this.txtBulkCnt2.Text = "0"; // // label25 // this.label25.Location = new System.Drawing.Point(5, 103); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(71, 20); this.label25.Text = "大包装数"; // // txtPackCnt // this.txtPackCnt.Location = new System.Drawing.Point(90, 100); this.txtPackCnt.Name = "txtPackCnt"; this.txtPackCnt.Size = new System.Drawing.Size(55, 23); this.txtPackCnt.TabIndex = 16; this.txtPackCnt.Text = "0"; // // label24 // this.label24.Location = new System.Drawing.Point(4, 37); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(50, 20); this.label24.Text = "SKU码"; // // txtSkuId // this.txtSkuId.Location = new System.Drawing.Point(60, 34); this.txtSkuId.Name = "txtSkuId"; this.txtSkuId.Size = new System.Drawing.Size(156, 23); this.txtSkuId.TabIndex = 13; // // label23 // this.label23.Location = new System.Drawing.Point(4, 8); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(50, 20); this.label23.Text = "容器码"; // // txtPlateId // this.txtPlateId.Location = new System.Drawing.Point(60, 5); this.txtPlateId.Name = "txtPlateId"; this.txtPlateId.Size = new System.Drawing.Size(156, 23); this.txtPlateId.TabIndex = 11; this.txtPlateId.Text = "H-2-1-400"; // // lbGoodsName2 // this.lbGoodsName2.Location = new System.Drawing.Point(74, 31); this.lbGoodsName2.Name = "lbGoodsName2"; this.lbGoodsName2.Size = new System.Drawing.Size(142, 20); this.lbGoodsName2.Text = "商品名称"; // // label7 // this.label7.Location = new System.Drawing.Point(4, 195); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 20); this.label7.Text = "批次个数"; // // txtBachCnt // this.txtBachCnt.Location = new System.Drawing.Point(92, 195); this.txtBachCnt.Name = "txtBachCnt"; this.txtBachCnt.Size = new System.Drawing.Size(69, 23); this.txtBachCnt.TabIndex = 73; this.txtBachCnt.Text = "0"; // // label22 // this.label22.Location = new System.Drawing.Point(4, 151); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(73, 20); this.label22.Text = "待验数量"; // // label27 // this.label27.Location = new System.Drawing.Point(4, 31); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(66, 20); this.label27.Text = "商品名称"; // // StockReceive // 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, 274); this.Controls.Add(this.tb1); this.Name = "StockReceive"; this.Text = "收货验收"; this.Load += new System.EventHandler(this.StockReceive_Load); this.tb1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage4.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 dg1; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textPreInNo; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtReceiveGdBarcod; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lbGoodsName1; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Label lbVeNo; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lbvender; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lbPhone; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lbUnit; private System.Windows.Forms.Label lbPackcnt; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lbArriveNum; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtBulkCnt; private System.Windows.Forms.TextBox txtReceivePkgNum; private System.Windows.Forms.Label lbNotReceived; private System.Windows.Forms.Label label13; private System.Windows.Forms.Button btnReceive; private System.Windows.Forms.CheckBox chkZhitong; private System.Windows.Forms.CheckBox chkValid; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtValidGdBarcod; private System.Windows.Forms.DateTimePicker dtpProduct; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtBatch; private System.Windows.Forms.DateTimePicker dtpValidTo; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox txtSeedsNum; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label lbSeedsCnt; private System.Windows.Forms.Label label20; private System.Windows.Forms.TextBox txtWendu; private System.Windows.Forms.Label label18; private System.Windows.Forms.Button btnSeeds; private System.Windows.Forms.TextBox txtBatchBoxCnt; private System.Windows.Forms.Label label21; private System.Windows.Forms.Button btnValid; private System.Windows.Forms.Label lbToValidCnt; private System.Windows.Forms.CheckBox chkInPlate; private System.Windows.Forms.Label label24; private System.Windows.Forms.TextBox txtSkuId; private System.Windows.Forms.Label label23; private System.Windows.Forms.TextBox txtPlateId; private System.Windows.Forms.Label label26; private System.Windows.Forms.TextBox txtBulkCnt2; private System.Windows.Forms.Label label25; private System.Windows.Forms.TextBox txtPackCnt; private System.Windows.Forms.Label lbGoodsName3; private System.Windows.Forms.Button button3; private System.Windows.Forms.CheckBox chkNoQc; private System.Windows.Forms.Label lbGoodsName2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtBachCnt; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label27; } }