namespace WMS.FrmReport { partial class FrmLayout { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lueArea = new WMS.Ctrl.LookUpEditSystem(); this.bsStorageAreaLocation = new System.Windows.Forms.BindingSource(); this.lueStorage = new WMS.Ctrl.LookUpEditSystem(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.galleryControlGallery1 = new DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.txtLeft = new WMS.Ctrl.WMSCtrlTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtHad = new WMS.Ctrl.WMSCtrlTextBox(); this.label1 = new System.Windows.Forms.Label(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.lueArea.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageAreaLocation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lueStorage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtLeft.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHad.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.SuspendLayout(); // // lueArea // this.lueArea.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaLocation, "STORAGE_AREA_ID", true)); this.lueArea.Location = new System.Drawing.Point(271, 11); this.lueArea.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.lueArea.Name = "lueArea"; this.lueArea.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueArea.Properties.Appearance.Options.UseFont = true; this.lueArea.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueArea.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueArea.Properties.NullText = ""; this.lueArea.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.lueArea.Size = new System.Drawing.Size(177, 22); this.lueArea.TabIndex = 110; this.lueArea.EditValueChanged += new System.EventHandler(this.lueArea_EditValueChanged); // // bsStorageAreaLocation // this.bsStorageAreaLocation.DataSource = typeof(WMS.Model.Base.StorageAreaLocationModel); // // lueStorage // this.lueStorage.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsStorageAreaLocation, "STORAGE_ID", true)); this.lueStorage.Location = new System.Drawing.Point(46, 11); this.lueStorage.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3); this.lueStorage.Name = "lueStorage"; this.lueStorage.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueStorage.Properties.Appearance.Options.UseFont = true; this.lueStorage.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueStorage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueStorage.Properties.NullText = ""; this.lueStorage.Size = new System.Drawing.Size(177, 22); this.lueStorage.TabIndex = 109; this.lueStorage.EditValueChanged += new System.EventHandler(this.lueStorage_EditValueChanged); // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.labelControl4.Location = new System.Drawing.Point(240, 15); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(28, 14); this.labelControl4.TabIndex = 108; this.labelControl4.Text = "库区"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.labelControl5.Location = new System.Drawing.Point(11, 15); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(28, 14); this.labelControl5.TabIndex = 107; this.labelControl5.Text = "仓库"; // // panelControl2 // this.panelControl2.Controls.Add(this.txtLeft); this.panelControl2.Controls.Add(this.label2); this.panelControl2.Controls.Add(this.txtHad); this.panelControl2.Controls.Add(this.label1); this.panelControl2.Controls.Add(this.lueStorage); this.panelControl2.Controls.Add(this.labelControl5); this.panelControl2.Controls.Add(this.labelControl4); this.panelControl2.Controls.Add(this.lueArea); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(986, 52); this.panelControl2.TabIndex = 112; // // txtLeft // this.txtLeft.FrmSelect = true; this.txtLeft.Location = new System.Drawing.Point(795, 11); this.txtLeft.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.txtLeft.MustText = false; this.txtLeft.Name = "txtLeft"; this.txtLeft.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtLeft.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtLeft.Properties.Appearance.Options.UseBackColor = true; this.txtLeft.Properties.Appearance.Options.UseFont = true; this.txtLeft.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtLeft.Properties.MaxLength = 1111; this.txtLeft.Properties.ReadOnly = true; this.txtLeft.Size = new System.Drawing.Size(177, 22); this.txtLeft.StrLen = 50; this.txtLeft.TabIndex = 1354; this.txtLeft.Valatt = WMS.Ctrl.ValidationAttribute.无; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10F); this.label2.ForeColor = System.Drawing.SystemColors.ControlText; this.label2.Location = new System.Drawing.Point(720, 15); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 14); this.label2.TabIndex = 1355; this.label2.Text = "未占用容积"; // // txtHad // this.txtHad.FrmSelect = true; this.txtHad.Location = new System.Drawing.Point(535, 11); this.txtHad.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.txtHad.MustText = false; this.txtHad.Name = "txtHad"; this.txtHad.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.txtHad.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtHad.Properties.Appearance.Options.UseBackColor = true; this.txtHad.Properties.Appearance.Options.UseFont = true; this.txtHad.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtHad.Properties.MaxLength = 1111; this.txtHad.Properties.ReadOnly = true; this.txtHad.Size = new System.Drawing.Size(177, 22); this.txtHad.StrLen = 50; this.txtHad.TabIndex = 1352; this.txtHad.Valatt = WMS.Ctrl.ValidationAttribute.无; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 10F); this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Location = new System.Drawing.Point(460, 15); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 14); this.label1.TabIndex = 1353; this.label1.Text = "已占用容积"; // // panelControl3 // this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl3.Location = new System.Drawing.Point(0, 52); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(986, 627); this.panelControl3.TabIndex = 113; this.panelControl3.Click += new System.EventHandler(this.panelControl3_Click); this.panelControl3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove); // // FrmLayout // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(986, 679); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Name = "FrmLayout"; this.Text = "FrmLayout"; this.Load += new System.EventHandler(this.FrmLayout_Load); ((System.ComponentModel.ISupportInitialize)(this.lueArea.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsStorageAreaLocation)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lueStorage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtLeft.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHad.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.ResumeLayout(false); } #endregion private Ctrl.LookUpEditSystem lueArea; private Ctrl.LookUpEditSystem lueStorage; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl5; private System.Windows.Forms.BindingSource bsStorageAreaLocation; private DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery galleryControlGallery1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private Ctrl.WMSCtrlTextBox txtLeft; private System.Windows.Forms.Label label2; private Ctrl.WMSCtrlTextBox txtHad; private System.Windows.Forms.Label label1; } }