namespace SSLMS.MobileUI.uc { partial class ucSTOCK_IN { /// /// 必需的设计器变量。 /// 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.txtQUANTITY = new System.Windows.Forms.NumericUpDown(); this.cmbStation = new System.Windows.Forms.ComboBox(); this.lbWAREHOUSE = new System.Windows.Forms.Label(); this.cmbSTOCK = new System.Windows.Forms.ComboBox(); this.cmbWAREHOUSE = 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.cmbAREA = new System.Windows.Forms.ComboBox(); this.cmbCELL_MODEL = new System.Windows.Forms.ComboBox(); this.lbCELL_MODEL = new System.Windows.Forms.Label(); this.txtSTOCK_BARCODE = new System.Windows.Forms.TextBox(); this.lbSTOCK_BARCODE = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); 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.ucCell1 = new SSLMS.MobileUI.uc.ucCell(); this.btnSelect = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // txtQUANTITY // this.txtQUANTITY.Location = new System.Drawing.Point(227, 107); this.txtQUANTITY.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.txtQUANTITY.Name = "txtQUANTITY"; this.txtQUANTITY.Size = new System.Drawing.Size(37, 24); this.txtQUANTITY.TabIndex = 67; this.txtQUANTITY.Value = new decimal(new int[] { 1, 0, 0, 0}); this.txtQUANTITY.Visible = false; // // cmbStation // this.cmbStation.Location = new System.Drawing.Point(63, 52); this.cmbStation.Name = "cmbStation"; this.cmbStation.Size = new System.Drawing.Size(149, 23); this.cmbStation.TabIndex = 51; // // lbWAREHOUSE // this.lbWAREHOUSE.Location = new System.Drawing.Point(0, 3); this.lbWAREHOUSE.Name = "lbWAREHOUSE"; this.lbWAREHOUSE.Size = new System.Drawing.Size(57, 20); this.lbWAREHOUSE.Text = "WH"; this.lbWAREHOUSE.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // cmbSTOCK // this.cmbSTOCK.Location = new System.Drawing.Point(227, 71); this.cmbSTOCK.Name = "cmbSTOCK"; this.cmbSTOCK.Size = new System.Drawing.Size(37, 23); this.cmbSTOCK.TabIndex = 45; this.cmbSTOCK.Visible = false; // // cmbWAREHOUSE // this.cmbWAREHOUSE.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.cmbWAREHOUSE.Location = new System.Drawing.Point(63, 0); this.cmbWAREHOUSE.Name = "cmbWAREHOUSE"; this.cmbWAREHOUSE.Size = new System.Drawing.Size(149, 19); this.cmbWAREHOUSE.TabIndex = 31; this.cmbWAREHOUSE.SelectedValueChanged += new System.EventHandler(this.cbWAREHOUSE_SelectedValueChanged); // // lbSTOCK // this.lbSTOCK.Location = new System.Drawing.Point(271, 74); this.lbSTOCK.Name = "lbSTOCK"; this.lbSTOCK.Size = new System.Drawing.Size(45, 20); this.lbSTOCK.Text = "容器"; this.lbSTOCK.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lbSTOCK.Visible = false; // // lbAREA // this.lbAREA.Location = new System.Drawing.Point(270, 3); this.lbAREA.Name = "lbAREA"; this.lbAREA.Size = new System.Drawing.Size(46, 20); this.lbAREA.Text = "库区"; this.lbAREA.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lbAREA.Visible = false; // // btnOK // this.btnOK.Location = new System.Drawing.Point(78, 3); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(134, 24); this.btnOK.TabIndex = 36; this.btnOK.Text = "Download Task"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // cmbAREA // this.cmbAREA.Location = new System.Drawing.Point(227, 3); this.cmbAREA.Name = "cmbAREA"; this.cmbAREA.Size = new System.Drawing.Size(37, 23); this.cmbAREA.TabIndex = 32; this.cmbAREA.Visible = false; this.cmbAREA.SelectedValueChanged += new System.EventHandler(this.cbAREA_SelectedValueChanged); // // cmbCELL_MODEL // this.cmbCELL_MODEL.Location = new System.Drawing.Point(227, 42); this.cmbCELL_MODEL.Name = "cmbCELL_MODEL"; this.cmbCELL_MODEL.Size = new System.Drawing.Size(37, 23); this.cmbCELL_MODEL.TabIndex = 35; this.cmbCELL_MODEL.Visible = false; // // lbCELL_MODEL // this.lbCELL_MODEL.Location = new System.Drawing.Point(270, 42); this.lbCELL_MODEL.Name = "lbCELL_MODEL"; this.lbCELL_MODEL.Size = new System.Drawing.Size(45, 20); this.lbCELL_MODEL.Text = "尺寸"; this.lbCELL_MODEL.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.lbCELL_MODEL.Visible = false; // // txtSTOCK_BARCODE // this.txtSTOCK_BARCODE.Location = new System.Drawing.Point(63, 23); this.txtSTOCK_BARCODE.Name = "txtSTOCK_BARCODE"; this.txtSTOCK_BARCODE.Size = new System.Drawing.Size(149, 23); this.txtSTOCK_BARCODE.TabIndex = 34; // // lbSTOCK_BARCODE // this.lbSTOCK_BARCODE.Location = new System.Drawing.Point(3, 26); this.lbSTOCK_BARCODE.Name = "lbSTOCK_BARCODE"; this.lbSTOCK_BARCODE.Size = new System.Drawing.Size(54, 20); this.lbSTOCK_BARCODE.Text = "pallet"; this.lbSTOCK_BARCODE.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label1 // this.label1.Location = new System.Drawing.Point(3, 55); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 20); this.label1.Text = "Station"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(3, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(54, 20); this.label2.Text = "Cell"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label4 // this.label4.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.label4.Location = new System.Drawing.Point(162, 84); 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(103, 84); 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(173, 84); this.txtFloor.Name = "txtFloor"; this.txtFloor.ReadOnly = true; this.txtFloor.Size = new System.Drawing.Size(39, 19); this.txtFloor.TabIndex = 83; // // txtLine // this.txtLine.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.txtLine.Location = new System.Drawing.Point(120, 84); this.txtLine.Name = "txtLine"; this.txtLine.ReadOnly = true; this.txtLine.Size = new System.Drawing.Size(38, 19); this.txtLine.TabIndex = 82; // // txtRow // this.txtRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular); this.txtRow.Location = new System.Drawing.Point(63, 84); this.txtRow.Name = "txtRow"; this.txtRow.ReadOnly = true; this.txtRow.Size = new System.Drawing.Size(34, 19); this.txtRow.TabIndex = 81; // // ucCell1 // this.ucCell1.Location = new System.Drawing.Point(63, 118); this.ucCell1.Name = "ucCell1"; this.ucCell1.Size = new System.Drawing.Size(149, 50); this.ucCell1.TabIndex = 91; // // btnSelect // this.btnSelect.Location = new System.Drawing.Point(3, 3); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(69, 24); this.btnSelect.TabIndex = 92; this.btnSelect.Text = "Select"; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // panel1 // this.panel1.Controls.Add(this.btnOK); this.panel1.Controls.Add(this.btnSelect); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 206); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(314, 30); // // ucSTOCK_IN // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.ucCell1); this.Controls.Add(this.panel1); 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.txtQUANTITY); this.Controls.Add(this.lbWAREHOUSE); this.Controls.Add(this.cmbStation); this.Controls.Add(this.lbSTOCK_BARCODE); this.Controls.Add(this.txtSTOCK_BARCODE); this.Controls.Add(this.cmbSTOCK); this.Controls.Add(this.lbCELL_MODEL); this.Controls.Add(this.cmbWAREHOUSE); this.Controls.Add(this.cmbCELL_MODEL); this.Controls.Add(this.lbSTOCK); this.Controls.Add(this.cmbAREA); this.Controls.Add(this.lbAREA); this.Name = "ucSTOCK_IN"; this.Size = new System.Drawing.Size(314, 236); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lbWAREHOUSE; private System.Windows.Forms.ComboBox cmbSTOCK; private System.Windows.Forms.ComboBox cmbWAREHOUSE; private System.Windows.Forms.Label lbSTOCK; private System.Windows.Forms.Label lbAREA; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.ComboBox cmbAREA; private System.Windows.Forms.ComboBox cmbCELL_MODEL; private System.Windows.Forms.Label lbCELL_MODEL; private System.Windows.Forms.TextBox txtSTOCK_BARCODE; private System.Windows.Forms.Label lbSTOCK_BARCODE; private System.Windows.Forms.ComboBox cmbStation; private System.Windows.Forms.NumericUpDown txtQUANTITY; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; 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 ucCell ucCell1; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.Panel panel1; } }