namespace SSLMS.MobileUI.uc { partial class ucManagePosition { /// /// 必需的设计器变量。 /// 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.label1 = new System.Windows.Forms.Label(); this.txtStockBarcode = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbStartPosition = new System.Windows.Forms.ComboBox(); this.btnStartPosition = new System.Windows.Forms.Button(); this.btnEndPosition = new System.Windows.Forms.Button(); this.cmbEndPosition = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.panelStockBarcode = new System.Windows.Forms.Panel(); this.panelCellModel = new System.Windows.Forms.Panel(); this.cmbCellModel = new System.Windows.Forms.ComboBox(); this.panelStartPosition = new System.Windows.Forms.Panel(); this.panelEndPosition = new System.Windows.Forms.Panel(); this.btSave = new System.Windows.Forms.Button(); this.btRefresh = new System.Windows.Forms.Button(); this.panelStockBarcode.SuspendLayout(); this.panelCellModel.SuspendLayout(); this.panelStartPosition.SuspendLayout(); this.panelEndPosition.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(3, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 20); this.label1.Text = "条码"; // // txtStockBarcode // this.txtStockBarcode.Location = new System.Drawing.Point(43, 2); this.txtStockBarcode.Name = "txtStockBarcode"; this.txtStockBarcode.Size = new System.Drawing.Size(106, 23); this.txtStockBarcode.TabIndex = 1; // // label2 // this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 20); this.label2.Text = "规格"; // // label3 // this.label3.Location = new System.Drawing.Point(4, 4); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(42, 20); this.label3.Text = "起始"; // // cmbStartPosition // this.cmbStartPosition.Location = new System.Drawing.Point(44, 0); this.cmbStartPosition.Name = "cmbStartPosition"; this.cmbStartPosition.Size = new System.Drawing.Size(83, 23); this.cmbStartPosition.TabIndex = 7; // // btnStartPosition // this.btnStartPosition.Location = new System.Drawing.Point(130, 1); this.btnStartPosition.Name = "btnStartPosition"; this.btnStartPosition.Size = new System.Drawing.Size(26, 20); this.btnStartPosition.TabIndex = 8; this.btnStartPosition.Text = "..."; this.btnStartPosition.Click += new System.EventHandler(this.CellSelect_Click); // // btnEndPosition // this.btnEndPosition.Location = new System.Drawing.Point(127, 1); this.btnEndPosition.Name = "btnEndPosition"; this.btnEndPosition.Size = new System.Drawing.Size(26, 20); this.btnEndPosition.TabIndex = 11; this.btnEndPosition.Text = "..."; this.btnEndPosition.Click += new System.EventHandler(this.CellSelect_Click); // // cmbEndPosition // this.cmbEndPosition.Location = new System.Drawing.Point(41, 0); this.cmbEndPosition.Name = "cmbEndPosition"; this.cmbEndPosition.Size = new System.Drawing.Size(87, 23); this.cmbEndPosition.TabIndex = 10; // // label4 // this.label4.Location = new System.Drawing.Point(4, 3); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 20); this.label4.Text = "终止"; // // panelStockBarcode // this.panelStockBarcode.Controls.Add(this.label1); this.panelStockBarcode.Controls.Add(this.txtStockBarcode); this.panelStockBarcode.Location = new System.Drawing.Point(1, 1); this.panelStockBarcode.Name = "panelStockBarcode"; this.panelStockBarcode.Size = new System.Drawing.Size(158, 28); // // panelCellModel // this.panelCellModel.Controls.Add(this.cmbCellModel); this.panelCellModel.Controls.Add(this.label2); this.panelCellModel.Location = new System.Drawing.Point(161, 2); this.panelCellModel.Name = "panelCellModel"; this.panelCellModel.Size = new System.Drawing.Size(160, 25); // // cmbCellModel // this.cmbCellModel.Location = new System.Drawing.Point(41, 0); this.cmbCellModel.Name = "cmbCellModel"; this.cmbCellModel.Size = new System.Drawing.Size(112, 23); this.cmbCellModel.TabIndex = 15; // // panelStartPosition // this.panelStartPosition.Controls.Add(this.label3); this.panelStartPosition.Controls.Add(this.cmbStartPosition); this.panelStartPosition.Controls.Add(this.btnStartPosition); this.panelStartPosition.Location = new System.Drawing.Point(0, 29); this.panelStartPosition.Name = "panelStartPosition"; this.panelStartPosition.Size = new System.Drawing.Size(158, 25); // // panelEndPosition // this.panelEndPosition.Controls.Add(this.label4); this.panelEndPosition.Controls.Add(this.cmbEndPosition); this.panelEndPosition.Controls.Add(this.btnEndPosition); this.panelEndPosition.Location = new System.Drawing.Point(161, 28); this.panelEndPosition.Name = "panelEndPosition"; this.panelEndPosition.Size = new System.Drawing.Size(160, 26); // // btSave // this.btSave.Location = new System.Drawing.Point(4, 56); this.btSave.Name = "btSave"; this.btSave.Size = new System.Drawing.Size(60, 29); this.btSave.TabIndex = 4; this.btSave.Text = "保存"; this.btSave.Click += new System.EventHandler(this.btSave_Click); // // btRefresh // this.btRefresh.Location = new System.Drawing.Point(70, 56); this.btRefresh.Name = "btRefresh"; this.btRefresh.Size = new System.Drawing.Size(57, 29); this.btRefresh.TabIndex = 5; this.btRefresh.Text = "重置"; this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click); // // ucManagePosition // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.btRefresh); this.Controls.Add(this.btSave); this.Controls.Add(this.panelEndPosition); this.Controls.Add(this.panelStartPosition); this.Controls.Add(this.panelCellModel); this.Controls.Add(this.panelStockBarcode); this.Name = "ucManagePosition"; this.Size = new System.Drawing.Size(327, 87); this.panelStockBarcode.ResumeLayout(false); this.panelCellModel.ResumeLayout(false); this.panelStartPosition.ResumeLayout(false); this.panelEndPosition.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtStockBarcode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbStartPosition; private System.Windows.Forms.Button btnStartPosition; private System.Windows.Forms.Button btnEndPosition; private System.Windows.Forms.ComboBox cmbEndPosition; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panelStockBarcode; private System.Windows.Forms.Panel panelCellModel; private System.Windows.Forms.Panel panelStartPosition; private System.Windows.Forms.Panel panelEndPosition; private System.Windows.Forms.ComboBox cmbCellModel; private System.Windows.Forms.Button btRefresh; public System.Windows.Forms.Button btSave; } }