宜昌华友成品库管理软件
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.

196 lines
8.2 KiB

namespace SSLMS.MobileUI.uc
{
partial class ucSTOCK_OUT
{
/// <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.lbCELL = new System.Windows.Forms.Label();
this.lbLANEWAY = new System.Windows.Forms.Label();
this.cbLANEWAY = new System.Windows.Forms.ComboBox();
this.txtMANAGER_LIST_QUANTITY = new System.Windows.Forms.NumericUpDown();
this.lbMANAGER_LIST_QUANTITY = new System.Windows.Forms.Label();
this.lbWAREHOUSE = new System.Windows.Forms.Label();
this.cbSTOCK = new System.Windows.Forms.ComboBox();
this.cbWAREHOUSE = new System.Windows.Forms.ComboBox();
this.lbSTOCK = new System.Windows.Forms.Label();
this.lbAREA = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.cbAREA = new System.Windows.Forms.ComboBox();
this.txtCELL = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// lbCELL
//
this.lbCELL.Location = new System.Drawing.Point(4, 147);
this.lbCELL.Name = "lbCELL";
this.lbCELL.Size = new System.Drawing.Size(45, 27);
this.lbCELL.Text = "站台";
this.lbCELL.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbLANEWAY
//
this.lbLANEWAY.Location = new System.Drawing.Point(4, 65);
this.lbLANEWAY.Name = "lbLANEWAY";
this.lbLANEWAY.Size = new System.Drawing.Size(45, 27);
this.lbLANEWAY.Text = "巷道";
this.lbLANEWAY.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// cbLANEWAY
//
this.cbLANEWAY.Location = new System.Drawing.Point(46, 60);
this.cbLANEWAY.Name = "cbLANEWAY";
this.cbLANEWAY.Size = new System.Drawing.Size(109, 23);
this.cbLANEWAY.TabIndex = 82;
//
// txtMANAGER_LIST_QUANTITY
//
this.txtMANAGER_LIST_QUANTITY.Location = new System.Drawing.Point(46, 118);
this.txtMANAGER_LIST_QUANTITY.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.txtMANAGER_LIST_QUANTITY.Name = "txtMANAGER_LIST_QUANTITY";
this.txtMANAGER_LIST_QUANTITY.Size = new System.Drawing.Size(109, 24);
this.txtMANAGER_LIST_QUANTITY.TabIndex = 67;
this.txtMANAGER_LIST_QUANTITY.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// lbMANAGER_LIST_QUANTITY
//
this.lbMANAGER_LIST_QUANTITY.Location = new System.Drawing.Point(4, 121);
this.lbMANAGER_LIST_QUANTITY.Name = "lbMANAGER_LIST_QUANTITY";
this.lbMANAGER_LIST_QUANTITY.Size = new System.Drawing.Size(45, 27);
this.lbMANAGER_LIST_QUANTITY.Text = "数量";
this.lbMANAGER_LIST_QUANTITY.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbWAREHOUSE
//
this.lbWAREHOUSE.Location = new System.Drawing.Point(4, 0);
this.lbWAREHOUSE.Name = "lbWAREHOUSE";
this.lbWAREHOUSE.Size = new System.Drawing.Size(45, 27);
this.lbWAREHOUSE.Text = "库房";
this.lbWAREHOUSE.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// cbSTOCK
//
this.cbSTOCK.Location = new System.Drawing.Point(46, 89);
this.cbSTOCK.Name = "cbSTOCK";
this.cbSTOCK.Size = new System.Drawing.Size(109, 23);
this.cbSTOCK.TabIndex = 45;
//
// cbWAREHOUSE
//
this.cbWAREHOUSE.Location = new System.Drawing.Point(46, 2);
this.cbWAREHOUSE.Name = "cbWAREHOUSE";
this.cbWAREHOUSE.Size = new System.Drawing.Size(109, 23);
this.cbWAREHOUSE.TabIndex = 31;
this.cbWAREHOUSE.SelectedValueChanged += new System.EventHandler(this.cbWAREHOUSE_SelectedValueChanged);
//
// lbSTOCK
//
this.lbSTOCK.Location = new System.Drawing.Point(4, 92);
this.lbSTOCK.Name = "lbSTOCK";
this.lbSTOCK.Size = new System.Drawing.Size(45, 27);
this.lbSTOCK.Text = "容器";
this.lbSTOCK.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbAREA
//
this.lbAREA.Location = new System.Drawing.Point(4, 34);
this.lbAREA.Name = "lbAREA";
this.lbAREA.Size = new System.Drawing.Size(45, 27);
this.lbAREA.Text = "库区";
this.lbAREA.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(46, 177);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(109, 22);
this.btnOK.TabIndex = 36;
this.btnOK.Text = "出库";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// cbAREA
//
this.cbAREA.Location = new System.Drawing.Point(46, 31);
this.cbAREA.Name = "cbAREA";
this.cbAREA.Size = new System.Drawing.Size(109, 23);
this.cbAREA.TabIndex = 32;
//
// txtCELL
//
this.txtCELL.Location = new System.Drawing.Point(46, 147);
this.txtCELL.Name = "txtCELL";
this.txtCELL.Size = new System.Drawing.Size(109, 23);
this.txtCELL.TabIndex = 88;
//
// ucSTOCK_OUT
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.txtCELL);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lbCELL);
this.Controls.Add(this.cbLANEWAY);
this.Controls.Add(this.lbLANEWAY);
this.Controls.Add(this.lbWAREHOUSE);
this.Controls.Add(this.cbWAREHOUSE);
this.Controls.Add(this.txtMANAGER_LIST_QUANTITY);
this.Controls.Add(this.lbMANAGER_LIST_QUANTITY);
this.Controls.Add(this.lbAREA);
this.Controls.Add(this.cbAREA);
this.Controls.Add(this.cbSTOCK);
this.Controls.Add(this.lbSTOCK);
this.Name = "ucSTOCK_OUT";
this.Size = new System.Drawing.Size(264, 271);
this.Resize += new System.EventHandler(this.ucSTOCK_OUT_Resize);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lbWAREHOUSE;
private System.Windows.Forms.ComboBox cbSTOCK;
private System.Windows.Forms.ComboBox cbWAREHOUSE;
private System.Windows.Forms.Label lbSTOCK;
private System.Windows.Forms.Label lbAREA;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ComboBox cbAREA;
private System.Windows.Forms.NumericUpDown txtMANAGER_LIST_QUANTITY;
private System.Windows.Forms.Label lbMANAGER_LIST_QUANTITY;
private System.Windows.Forms.Label lbCELL;
private System.Windows.Forms.Label lbLANEWAY;
private System.Windows.Forms.ComboBox cbLANEWAY;
private System.Windows.Forms.TextBox txtCELL;
}
}