namespace ISupply.WinFrm.Main._UserControls { partial class FacilitiesWizardForm { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxCompletePlant = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtName = new DevExpress.XtraEditors.TextEdit(); this.txtWaterPressure = new DevExpress.XtraEditors.TextEdit(); this.txtWaterHeight = new DevExpress.XtraEditors.TextEdit(); this.txtWaterAmount = new DevExpress.XtraEditors.TextEdit(); this.txtChangeCoefficient = new DevExpress.XtraEditors.TextEdit(); this.txtHouseLength = new ISupply.WinFrm.NumberTextEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txtFloorHeight = new DevExpress.XtraEditors.TextEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.txtFloorHouseHolds = new ISupply.WinFrm.NumberTextEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtFloor = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxWaterSupply = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxCompletePlant.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterPressure.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterHeight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterAmount.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtChangeCoefficient.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHouseLength.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloorHeight.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloorHouseHolds.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxWaterSupply.Properties)).BeginInit(); this.SuspendLayout(); // // checkedListBoxControl1 // this.checkedListBoxControl1.CheckOnClick = true; this.checkedListBoxControl1.ItemPadding = new System.Windows.Forms.Padding(8); this.checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] { new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2dModel", "平面模型", System.Windows.Forms.CheckState.Checked, "2dModel"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3dModel", "三维模型", "3dModel")}); this.checkedListBoxControl1.Location = new System.Drawing.Point(568, 13); this.checkedListBoxControl1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.checkedListBoxControl1.MultiColumn = true; this.checkedListBoxControl1.Name = "checkedListBoxControl1"; this.checkedListBoxControl1.Size = new System.Drawing.Size(188, 27); this.checkedListBoxControl1.TabIndex = 133; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(500, 22); this.labelControl6.Margin = new System.Windows.Forms.Padding(2); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 132; this.labelControl6.Text = "模型配置:"; // // labelControl17 // this.labelControl17.Location = new System.Drawing.Point(438, 204); this.labelControl17.Margin = new System.Windows.Forms.Padding(2); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(120, 14); this.labelControl17.TabIndex = 123; this.labelControl17.Text = "最高用水点所需压力:"; // // labelControl16 // this.labelControl16.Location = new System.Drawing.Point(93, 204); this.labelControl16.Margin = new System.Windows.Forms.Padding(2); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(96, 14); this.labelControl16.TabIndex = 121; this.labelControl16.Text = "最高用水点高度:"; // // labelControl15 // this.labelControl15.Location = new System.Drawing.Point(450, 157); this.labelControl15.Margin = new System.Windows.Forms.Padding(2); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(108, 14); this.labelControl15.TabIndex = 119; this.labelControl15.Text = "卫生器具给水当量:"; // // labelControl14 // this.labelControl14.Location = new System.Drawing.Point(106, 155); this.labelControl14.Margin = new System.Windows.Forms.Padding(2); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(84, 14); this.labelControl14.TabIndex = 117; this.labelControl14.Text = "小时变化系数:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(131, 22); this.labelControl2.Margin = new System.Windows.Forms.Padding(2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 108; this.labelControl2.Text = "设施名称:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(131, 252); this.labelControl3.Margin = new System.Windows.Forms.Padding(2); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 134; this.labelControl3.Text = "成套设备:"; // // comboBoxCompletePlant // this.comboBoxCompletePlant.Location = new System.Drawing.Point(199, 248); this.comboBoxCompletePlant.Margin = new System.Windows.Forms.Padding(2); this.comboBoxCompletePlant.Name = "comboBoxCompletePlant"; this.comboBoxCompletePlant.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxCompletePlant.Properties.Items.AddRange(new object[] { "成套设备A", "成套设备B", "成套设备C"}); this.comboBoxCompletePlant.Properties.NullText = "请选择"; this.comboBoxCompletePlant.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxCompletePlant.Size = new System.Drawing.Size(181, 20); this.comboBoxCompletePlant.TabIndex = 135; // // txtName // this.txtName.Location = new System.Drawing.Point(199, 20); this.txtName.Margin = new System.Windows.Forms.Padding(2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(181, 20); this.txtName.TabIndex = 131; // // txtWaterPressure // this.txtWaterPressure.Location = new System.Drawing.Point(568, 202); this.txtWaterPressure.Margin = new System.Windows.Forms.Padding(2); this.txtWaterPressure.Name = "txtWaterPressure"; this.txtWaterPressure.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtWaterPressure.Size = new System.Drawing.Size(188, 20); this.txtWaterPressure.TabIndex = 124; // // txtWaterHeight // this.txtWaterHeight.Location = new System.Drawing.Point(199, 202); this.txtWaterHeight.Margin = new System.Windows.Forms.Padding(2); this.txtWaterHeight.Name = "txtWaterHeight"; this.txtWaterHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtWaterHeight.Size = new System.Drawing.Size(181, 20); this.txtWaterHeight.TabIndex = 122; // // txtWaterAmount // this.txtWaterAmount.Location = new System.Drawing.Point(568, 155); this.txtWaterAmount.Margin = new System.Windows.Forms.Padding(2); this.txtWaterAmount.Name = "txtWaterAmount"; this.txtWaterAmount.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtWaterAmount.Size = new System.Drawing.Size(188, 20); this.txtWaterAmount.TabIndex = 120; // // txtChangeCoefficient // this.txtChangeCoefficient.Location = new System.Drawing.Point(199, 153); this.txtChangeCoefficient.Margin = new System.Windows.Forms.Padding(2); this.txtChangeCoefficient.Name = "txtChangeCoefficient"; this.txtChangeCoefficient.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtChangeCoefficient.Size = new System.Drawing.Size(181, 20); this.txtChangeCoefficient.TabIndex = 118; // // txtHouseLength // this.txtHouseLength.IsEmptyContent = true; this.txtHouseLength.Location = new System.Drawing.Point(568, 109); this.txtHouseLength.Margin = new System.Windows.Forms.Padding(2); this.txtHouseLength.MinValue = null; this.txtHouseLength.Name = "txtHouseLength"; this.txtHouseLength.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtHouseLength.Size = new System.Drawing.Size(188, 20); this.txtHouseLength.TabIndex = 143; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(500, 111); this.labelControl12.Margin = new System.Windows.Forms.Padding(2); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(60, 14); this.labelControl12.TabIndex = 142; this.labelControl12.Text = "入户管长:"; // // txtFloorHeight // this.txtFloorHeight.Location = new System.Drawing.Point(199, 111); this.txtFloorHeight.Margin = new System.Windows.Forms.Padding(2); this.txtFloorHeight.Name = "txtFloorHeight"; this.txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtFloorHeight.Size = new System.Drawing.Size(181, 20); this.txtFloorHeight.TabIndex = 141; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(131, 113); this.labelControl13.Margin = new System.Windows.Forms.Padding(2); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(60, 14); this.labelControl13.TabIndex = 140; this.labelControl13.Text = "楼层高度:"; // // txtFloorHouseHolds // this.txtFloorHouseHolds.IsEmptyContent = true; this.txtFloorHouseHolds.Location = new System.Drawing.Point(568, 65); this.txtFloorHouseHolds.Margin = new System.Windows.Forms.Padding(2); this.txtFloorHouseHolds.MinValue = null; this.txtFloorHouseHolds.Name = "txtFloorHouseHolds"; this.txtFloorHouseHolds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtFloorHouseHolds.Size = new System.Drawing.Size(188, 20); this.txtFloorHouseHolds.TabIndex = 139; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(500, 67); this.labelControl9.Margin = new System.Windows.Forms.Padding(2); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(60, 14); this.labelControl9.TabIndex = 138; this.labelControl9.Text = "楼层户数:"; // // txtFloor // this.txtFloor.Location = new System.Drawing.Point(199, 65); this.txtFloor.Margin = new System.Windows.Forms.Padding(2); this.txtFloor.Name = "txtFloor"; this.txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); this.txtFloor.Size = new System.Drawing.Size(181, 20); this.txtFloor.TabIndex = 137; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(139, 65); this.labelControl8.Margin = new System.Windows.Forms.Padding(2); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(52, 14); this.labelControl8.TabIndex = 136; this.labelControl8.Text = "楼 层:"; // // comboBoxWaterSupply // this.comboBoxWaterSupply.Location = new System.Drawing.Point(568, 246); this.comboBoxWaterSupply.Margin = new System.Windows.Forms.Padding(2); this.comboBoxWaterSupply.Name = "comboBoxWaterSupply"; this.comboBoxWaterSupply.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxWaterSupply.Properties.Items.AddRange(new object[] { "低区", "中区", "高区"}); this.comboBoxWaterSupply.Properties.NullText = "请选择"; this.comboBoxWaterSupply.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBoxWaterSupply.Size = new System.Drawing.Size(181, 20); this.comboBoxWaterSupply.TabIndex = 145; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(500, 250); this.labelControl1.Margin = new System.Windows.Forms.Padding(2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 144; this.labelControl1.Text = "供水单元:"; // // FacilitiesWizardForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.comboBoxWaterSupply); this.Controls.Add(this.labelControl1); this.Controls.Add(this.txtHouseLength); this.Controls.Add(this.labelControl12); this.Controls.Add(this.txtFloorHeight); this.Controls.Add(this.labelControl13); this.Controls.Add(this.txtFloorHouseHolds); this.Controls.Add(this.labelControl9); this.Controls.Add(this.txtFloor); this.Controls.Add(this.labelControl8); this.Controls.Add(this.comboBoxCompletePlant); this.Controls.Add(this.labelControl3); this.Controls.Add(this.checkedListBoxControl1); this.Controls.Add(this.labelControl6); this.Controls.Add(this.txtName); this.Controls.Add(this.txtWaterPressure); this.Controls.Add(this.labelControl17); this.Controls.Add(this.txtWaterHeight); this.Controls.Add(this.labelControl16); this.Controls.Add(this.txtWaterAmount); this.Controls.Add(this.labelControl15); this.Controls.Add(this.txtChangeCoefficient); this.Controls.Add(this.labelControl14); this.Controls.Add(this.labelControl2); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FacilitiesWizardForm"; this.Size = new System.Drawing.Size(872, 295); ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxCompletePlant.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterPressure.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterHeight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtWaterAmount.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtChangeCoefficient.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtHouseLength.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloorHeight.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloorHouseHolds.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFloor.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxWaterSupply.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1; private DevExpress.XtraEditors.LabelControl labelControl6; public DevExpress.XtraEditors.TextEdit txtName; public DevExpress.XtraEditors.TextEdit txtWaterPressure; private DevExpress.XtraEditors.LabelControl labelControl17; public DevExpress.XtraEditors.TextEdit txtWaterHeight; private DevExpress.XtraEditors.LabelControl labelControl16; public DevExpress.XtraEditors.TextEdit txtWaterAmount; private DevExpress.XtraEditors.LabelControl labelControl15; public DevExpress.XtraEditors.TextEdit txtChangeCoefficient; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.LabelControl labelControl2; public DevExpress.XtraEditors.ComboBoxEdit comboBoxCompletePlant; private DevExpress.XtraEditors.LabelControl labelControl3; public NumberTextEdit txtHouseLength; private DevExpress.XtraEditors.LabelControl labelControl12; public DevExpress.XtraEditors.TextEdit txtFloorHeight; private DevExpress.XtraEditors.LabelControl labelControl13; public NumberTextEdit txtFloorHouseHolds; private DevExpress.XtraEditors.LabelControl labelControl9; public DevExpress.XtraEditors.TextEdit txtFloor; private DevExpress.XtraEditors.LabelControl labelControl8; public DevExpress.XtraEditors.ComboBoxEdit comboBoxWaterSupply; private DevExpress.XtraEditors.LabelControl labelControl1; } }