namespace SSLMS.MobileUI.uc
{
partial class ucMANAGE_CONFIRM
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.btnRefresh = new System.Windows.Forms.Button();
this.btnConfirm = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tpTask = new System.Windows.Forms.TabPage();
this.ucdgvIO_MANAGE = new SSLMS.MobileUI.ucGrid();
this.tpItem = new System.Windows.Forms.TabPage();
this.uclMANAGE_LIST = new SSLMS.MobileUI.ucList();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tpTask.SuspendLayout();
this.tpItem.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnRefresh);
this.panel1.Controls.Add(this.btnConfirm);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(318, 58);
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(132, 32);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(68, 20);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnConfirm
//
this.btnConfirm.Location = new System.Drawing.Point(57, 32);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(68, 20);
this.btnConfirm.TabIndex = 2;
this.btnConfirm.Text = "Confirm";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(57, 3);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(143, 23);
this.textBox1.TabIndex = 1;
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 20);
this.label1.Text = "pallet";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tpTask);
this.tabControl1.Controls.Add(this.tpItem);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 58);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(318, 251);
this.tabControl1.TabIndex = 1;
//
// tpTask
//
this.tpTask.Controls.Add(this.ucdgvIO_MANAGE);
this.tpTask.Location = new System.Drawing.Point(4, 25);
this.tpTask.Name = "tpTask";
this.tpTask.Size = new System.Drawing.Size(310, 222);
this.tpTask.Text = "Waitting Confirm Task";
//
// ucdgvIO_MANAGE
//
this.ucdgvIO_MANAGE.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucdgvIO_MANAGE.Location = new System.Drawing.Point(0, 0);
this.ucdgvIO_MANAGE.Name = "ucdgvIO_MANAGE";
this.ucdgvIO_MANAGE.Size = new System.Drawing.Size(310, 222);
this.ucdgvIO_MANAGE.TabIndex = 0;
//
// tpItem
//
this.tpItem.Controls.Add(this.uclMANAGE_LIST);
this.tpItem.Location = new System.Drawing.Point(4, 25);
this.tpItem.Name = "tpItem";
this.tpItem.Size = new System.Drawing.Size(310, 222);
this.tpItem.Text = "Item List";
//
// uclMANAGE_LIST
//
this.uclMANAGE_LIST.Dock = System.Windows.Forms.DockStyle.Fill;
this.uclMANAGE_LIST.Location = new System.Drawing.Point(0, 0);
this.uclMANAGE_LIST.Name = "uclMANAGE_LIST";
this.uclMANAGE_LIST.Size = new System.Drawing.Size(310, 222);
this.uclMANAGE_LIST.TabIndex = 0;
//
// ucMANAGE_CONFIRM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Name = "ucMANAGE_CONFIRM";
this.Size = new System.Drawing.Size(318, 309);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tpTask.ResumeLayout(false);
this.tpItem.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnConfirm;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tpTask;
private System.Windows.Forms.TabPage tpItem;
private ucGrid ucdgvIO_MANAGE;
private ucList uclMANAGE_LIST;
private System.Windows.Forms.Button btnRefresh;
}
}