宜昌华友成品库管理软件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
5.2 KiB

namespace SSLMS.MobileUI.uc
{
partial class ucMANAGE_QUERY
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.btnRefresh = new System.Windows.Forms.Button();
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.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, 31);
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(15, 3);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(68, 24);
this.btnRefresh.TabIndex = 4;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// 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, 31);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(318, 278);
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, 249);
this.tpTask.Text = "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, 249);
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, 249);
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, 249);
this.uclMANAGE_LIST.TabIndex = 0;
//
// ucMANAGE_QUERY
//
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_QUERY";
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.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;
}
}