namespace SSLMS.MobileUI.uc { partial class ucMANAGE_MOVE { /// /// 必需的设计器变量。 /// 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.plZupan = new System.Windows.Forms.Panel(); this.cbWAREHOUSE = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.cbAREA = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.txtGOODS = new System.Windows.Forms.TextBox(); this.txtSTOCK_BARCODE = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.uclSTORAGE_LIST = new SSLMS.MobileUI.ucList(); this.panel1 = new System.Windows.Forms.Panel(); this.txtCELL = new System.Windows.Forms.TextBox(); this.tsbOK = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.plZupan.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // plZupan // this.plZupan.Controls.Add(this.cbWAREHOUSE); this.plZupan.Controls.Add(this.label8); this.plZupan.Controls.Add(this.label7); this.plZupan.Controls.Add(this.cbAREA); this.plZupan.Controls.Add(this.label6); this.plZupan.Controls.Add(this.txtGOODS); this.plZupan.Controls.Add(this.txtSTOCK_BARCODE); this.plZupan.Controls.Add(this.label5); this.plZupan.Dock = System.Windows.Forms.DockStyle.Top; this.plZupan.Location = new System.Drawing.Point(0, 0); this.plZupan.Name = "plZupan"; this.plZupan.Size = new System.Drawing.Size(320, 53); // // cbWAREHOUSE // this.cbWAREHOUSE.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.cbWAREHOUSE.Location = new System.Drawing.Point(42, 3); this.cbWAREHOUSE.Name = "cbWAREHOUSE"; this.cbWAREHOUSE.Size = new System.Drawing.Size(116, 19); this.cbWAREHOUSE.TabIndex = 41; this.cbWAREHOUSE.SelectedValueChanged += new System.EventHandler(this.cbWAREHOUSE_SelectedValueChanged); // // label8 // this.label8.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label8.Location = new System.Drawing.Point(7, 4); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(36, 20); this.label8.Text = "库房"; // // label7 // this.label7.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label7.Location = new System.Drawing.Point(159, 3); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(36, 20); this.label7.Text = "库区"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // cbAREA // this.cbAREA.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.cbAREA.Location = new System.Drawing.Point(196, 4); this.cbAREA.Name = "cbAREA"; this.cbAREA.Size = new System.Drawing.Size(116, 19); this.cbAREA.TabIndex = 32; this.cbAREA.SelectedValueChanged += new System.EventHandler(this.cbAREA_SelectedValueChanged); // // label6 // this.label6.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label6.Location = new System.Drawing.Point(7, 30); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 20); this.label6.Text = "物料"; // // txtGOODS // this.txtGOODS.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.txtGOODS.Location = new System.Drawing.Point(42, 27); this.txtGOODS.Name = "txtGOODS"; this.txtGOODS.Size = new System.Drawing.Size(116, 19); this.txtGOODS.TabIndex = 33; this.txtGOODS.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown); // // txtSTOCK_BARCODE // this.txtSTOCK_BARCODE.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.txtSTOCK_BARCODE.Location = new System.Drawing.Point(196, 29); this.txtSTOCK_BARCODE.Name = "txtSTOCK_BARCODE"; this.txtSTOCK_BARCODE.Size = new System.Drawing.Size(116, 19); this.txtSTOCK_BARCODE.TabIndex = 34; this.txtSTOCK_BARCODE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_KeyDown); // // label5 // this.label5.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label5.Location = new System.Drawing.Point(159, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(36, 20); this.label5.Text = "托盘"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // uclSTORAGE_LIST // this.uclSTORAGE_LIST.Dock = System.Windows.Forms.DockStyle.Fill; this.uclSTORAGE_LIST.Location = new System.Drawing.Point(0, 53); this.uclSTORAGE_LIST.Name = "uclSTORAGE_LIST"; this.uclSTORAGE_LIST.Size = new System.Drawing.Size(320, 243); this.uclSTORAGE_LIST.TabIndex = 3; // // panel1 // this.panel1.Controls.Add(this.txtCELL); this.panel1.Controls.Add(this.tsbOK); this.panel1.Controls.Add(this.label3); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 296); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(320, 24); // // txtCELL // this.txtCELL.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.txtCELL.Location = new System.Drawing.Point(91, 1); this.txtCELL.Name = "txtCELL"; this.txtCELL.Size = new System.Drawing.Size(99, 19); this.txtCELL.TabIndex = 65; // // tsbOK // this.tsbOK.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.tsbOK.Location = new System.Drawing.Point(196, 0); this.tsbOK.Name = "tsbOK"; this.tsbOK.Size = new System.Drawing.Size(116, 20); this.tsbOK.TabIndex = 61; this.tsbOK.Text = "移库"; this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click); // // label3 // this.label3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label3.Location = new System.Drawing.Point(3, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 20); this.label3.Text = "站台 或 货位"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // ucMANAGE_MOVE // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.uclSTORAGE_LIST); this.Controls.Add(this.panel1); this.Controls.Add(this.plZupan); this.Name = "ucMANAGE_MOVE"; this.Size = new System.Drawing.Size(320, 320); this.plZupan.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel plZupan; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox cbAREA; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtGOODS; private System.Windows.Forms.TextBox txtSTOCK_BARCODE; private System.Windows.Forms.Label label5; private ucList uclSTORAGE_LIST; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button tsbOK; private System.Windows.Forms.TextBox txtCELL; private System.Windows.Forms.ComboBox cbWAREHOUSE; } }