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

204 lines
8.6 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.btnOK = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtFloor = new System.Windows.Forms.TextBox();
this.txtLine = new System.Windows.Forms.TextBox();
this.txtRow = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lbWAREHOUSE = new System.Windows.Forms.Label();
this.cmbStation = new System.Windows.Forms.ComboBox();
this.cmbWAREHOUSE = new System.Windows.Forms.ComboBox();
this.btnSelect = new System.Windows.Forms.Button();
this.ucCell1 = new SSLMS.MobileUI.uc.ucCell();
this.panel1 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(72, 3);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(143, 24);
this.btnOK.TabIndex = 36;
this.btnOK.Text = "Download Task";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(165, 59);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(10, 20);
this.label4.Text = "-";
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(106, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(10, 20);
this.label3.Text = "-";
//
// txtFloor
//
this.txtFloor.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtFloor.Location = new System.Drawing.Point(176, 59);
this.txtFloor.Name = "txtFloor";
this.txtFloor.ReadOnly = true;
this.txtFloor.Size = new System.Drawing.Size(39, 19);
this.txtFloor.TabIndex = 95;
//
// txtLine
//
this.txtLine.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtLine.Location = new System.Drawing.Point(123, 59);
this.txtLine.Name = "txtLine";
this.txtLine.ReadOnly = true;
this.txtLine.Size = new System.Drawing.Size(38, 19);
this.txtLine.TabIndex = 94;
//
// txtRow
//
this.txtRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtRow.Location = new System.Drawing.Point(66, 59);
this.txtRow.Name = "txtRow";
this.txtRow.ReadOnly = true;
this.txtRow.Size = new System.Drawing.Size(34, 19);
this.txtRow.TabIndex = 93;
//
// label2
//
this.label2.Location = new System.Drawing.Point(6, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 20);
this.label2.Text = "Cell";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 20);
this.label1.Text = "Station";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbWAREHOUSE
//
this.lbWAREHOUSE.Location = new System.Drawing.Point(3, 7);
this.lbWAREHOUSE.Name = "lbWAREHOUSE";
this.lbWAREHOUSE.Size = new System.Drawing.Size(57, 20);
this.lbWAREHOUSE.Text = "WH";
this.lbWAREHOUSE.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// cmbStation
//
this.cmbStation.Location = new System.Drawing.Point(66, 27);
this.cmbStation.Name = "cmbStation";
this.cmbStation.Size = new System.Drawing.Size(149, 23);
this.cmbStation.TabIndex = 92;
//
// cmbWAREHOUSE
//
this.cmbWAREHOUSE.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.cmbWAREHOUSE.Location = new System.Drawing.Point(66, 4);
this.cmbWAREHOUSE.Name = "cmbWAREHOUSE";
this.cmbWAREHOUSE.Size = new System.Drawing.Size(149, 19);
this.cmbWAREHOUSE.TabIndex = 88;
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(6, 3);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(60, 24);
this.btnSelect.TabIndex = 100;
this.btnSelect.Text = "Select";
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// ucCell1
//
this.ucCell1.Location = new System.Drawing.Point(66, 84);
this.ucCell1.Name = "ucCell1";
this.ucCell1.Size = new System.Drawing.Size(150, 82);
this.ucCell1.TabIndex = 106;
//
// panel1
//
this.panel1.Controls.Add(this.btnSelect);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 241);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(264, 30);
//
// ucSTOCK_OUT
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.panel1);
this.Controls.Add(this.ucCell1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtFloor);
this.Controls.Add(this.txtLine);
this.Controls.Add(this.txtRow);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lbWAREHOUSE);
this.Controls.Add(this.cmbStation);
this.Controls.Add(this.cmbWAREHOUSE);
this.Name = "ucSTOCK_OUT";
this.Size = new System.Drawing.Size(264, 271);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtFloor;
private System.Windows.Forms.TextBox txtLine;
private System.Windows.Forms.TextBox txtRow;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbWAREHOUSE;
private System.Windows.Forms.ComboBox cmbStation;
private System.Windows.Forms.ComboBox cmbWAREHOUSE;
private System.Windows.Forms.Button btnSelect;
private ucCell ucCell1;
private System.Windows.Forms.Panel panel1;
}
}