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