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