namespace SSLMS.MobileUI.uc
{
partial class ucStockIn
{
///
/// 必需的设计器变量。
///
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.cmbStockType = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panelPosition = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// cmbStockType
//
this.cmbStockType.Location = new System.Drawing.Point(71, 13);
this.cmbStockType.Name = "cmbStockType";
this.cmbStockType.Size = new System.Drawing.Size(187, 23);
this.cmbStockType.TabIndex = 17;
//
// label2
//
this.label2.Location = new System.Drawing.Point(3, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 20);
this.label2.Text = "托盘类型";
//
// panel1
//
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.cmbStockType);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(279, 42);
//
// panelPosition
//
this.panelPosition.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelPosition.Location = new System.Drawing.Point(0, 42);
this.panelPosition.Name = "panelPosition";
this.panelPosition.Size = new System.Drawing.Size(279, 187);
//
// ucStockIn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelPosition);
this.Name = "ucStockIn";
this.Size = new System.Drawing.Size(279, 229);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cmbStockType;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panelPosition;
}
}