duheng
2025-03-14 a906f71640d9ba5cd9f8d689a51de3a557d8bbff
WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs
@@ -30,6 +30,9 @@
        {
            components = new System.ComponentModel.Container();
            FacilitiesWizardFormlayoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
            txtEditRegion = new DevExpress.XtraEditors.TreeListLookUpEdit();
            treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
            treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            txtFloorHeight = new DevExpress.XtraEditors.TextEdit();
            txtFloor = new DevExpress.XtraEditors.TextEdit();
            txtName = new DevExpress.XtraEditors.TextEdit();
@@ -45,15 +48,19 @@
            comboBoxCompletePlantitem = new DevExpress.XtraLayout.LayoutControlItem();
            txtNameitem = new DevExpress.XtraLayout.LayoutControlItem();
            comboBoxWaterSupplyitem = new DevExpress.XtraLayout.LayoutControlItem();
            txtWaterPressureitem = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            txtWaterHeightitem = new DevExpress.XtraLayout.LayoutControlItem();
            txtFloorHeightitem = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            txtWaterPressureitem = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).BeginInit();
            FacilitiesWizardFormlayoutControl1ConvertedLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)txtEditRegion.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtFloorHeight.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit();
@@ -69,17 +76,19 @@
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtNameitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxWaterSupplyitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterHeightitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtFloorHeightitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            SuspendLayout();
            // 
            // FacilitiesWizardFormlayoutControl1ConvertedLayout
            // 
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(txtEditRegion);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(txtFloorHeight);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(txtFloor);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(txtName);
@@ -99,6 +108,38 @@
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Size = new Size(889, 396);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.TabIndex = 146;
            // 
            // txtEditRegion
            //
            txtEditRegion.Location = new Point(592, 12);
            txtEditRegion.Margin = new Padding(3, 4, 3, 4);
            txtEditRegion.MinimumSize = new Size(0, 36);
            txtEditRegion.Name = "txtEditRegion";
            txtEditRegion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            txtEditRegion.Properties.DisplayMember = "Name";
            txtEditRegion.Properties.NullText = "";
            txtEditRegion.Properties.TreeList = treeListLookUpEdit1TreeList;
            txtEditRegion.Properties.ValueMember = "ID";
            txtEditRegion.Size = new Size(285, 36);
            txtEditRegion.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtEditRegion.TabIndex = 2;
            //
            // treeListLookUpEdit1TreeList
            //
            treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1, treeListColumn2 });
            treeListLookUpEdit1TreeList.Location = new Point(45, 98);
            treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
            treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
            treeListLookUpEdit1TreeList.Size = new Size(400, 200);
            treeListLookUpEdit1TreeList.TabIndex = 0;
            //
            // treeListColumn1
            //
            treeListColumn1.Caption = "名称";
            treeListColumn1.FieldName = "Name";
            treeListColumn1.Name = "treeListColumn1";
            treeListColumn1.Visible = true;
            treeListColumn1.VisibleIndex = 0;
            //
            // txtFloorHeight
            // 
            txtFloorHeight.Location = new Point(592, 132);
@@ -108,7 +149,7 @@
            txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloorHeight.Size = new Size(285, 36);
            txtFloorHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloorHeight.TabIndex = 10;
            txtFloorHeight.TabIndex = 8;
            // 
            // txtFloor
            // 
@@ -119,7 +160,7 @@
            txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloor.Size = new Size(284, 36);
            txtFloor.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloor.TabIndex = 7;
            txtFloor.TabIndex = 5;
            // 
            // txtName
            // 
@@ -133,13 +174,13 @@
            // 
            // txtWaterPressure
            // 
            txtWaterPressure.Location = new Point(592, 12);
            txtWaterPressure.Location = new Point(158, 172);
            txtWaterPressure.Margin = new Padding(2, 3, 2, 3);
            txtWaterPressure.MinimumSize = new Size(0, 36);
            txtWaterPressure.Name = "txtWaterPressure";
            txtWaterPressure.Size = new Size(285, 36);
            txtWaterPressure.Size = new Size(284, 36);
            txtWaterPressure.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtWaterPressure.TabIndex = 2;
            txtWaterPressure.TabIndex = 9;
            // 
            // txtMaxWaterDemand
            // 
@@ -162,7 +203,7 @@
            comboBoxWaterSupply.Properties.NullText = "请选择";
            comboBoxWaterSupply.Size = new Size(284, 36);
            comboBoxWaterSupply.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            comboBoxWaterSupply.TabIndex = 4;
            comboBoxWaterSupply.TabIndex = 3;
            // 
            // comboBoxCompletePlant
            // 
@@ -174,7 +215,7 @@
            comboBoxCompletePlant.Properties.NullText = "请选择";
            comboBoxCompletePlant.Size = new Size(284, 36);
            comboBoxCompletePlant.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            comboBoxCompletePlant.TabIndex = 9;
            comboBoxCompletePlant.TabIndex = 7;
            // 
            // txtFloorHouseHolds
            // 
@@ -184,11 +225,11 @@
            txtFloorHouseHolds.Name = "txtFloorHouseHolds";
            txtFloorHouseHolds.Size = new Size(285, 36);
            txtFloorHouseHolds.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloorHouseHolds.TabIndex = 5;
            txtFloorHouseHolds.TabIndex = 4;
            // 
            // txtConstantP
            // 
            txtConstantP.Location = new Point(158, 172);
            txtConstantP.Location = new Point(158, 212);
            txtConstantP.MinimumSize = new Size(0, 36);
            txtConstantP.Name = "txtConstantP";
            txtConstantP.Size = new Size(284, 36);
@@ -203,7 +244,7 @@
            textEditWaterModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            textEditWaterModel.Size = new Size(285, 36);
            textEditWaterModel.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditWaterModel.TabIndex = 13;
            textEditWaterModel.TabIndex = 10;
            // 
            // layoutControlGroup1
            // 
@@ -211,7 +252,7 @@
            layoutControlGroup1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            layoutControlGroup1.GroupBordersVisible = false;
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { txtFlooritem, comboBoxCompletePlantitem, txtNameitem, comboBoxWaterSupplyitem, txtWaterPressureitem, txtWaterHeightitem, txtFloorHeightitem, layoutControlItem6, layoutControlItem5, layoutControlItem7 });
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { txtFlooritem, comboBoxCompletePlantitem, txtNameitem, comboBoxWaterSupplyitem, txtWaterHeightitem, txtFloorHeightitem, layoutControlItem6, layoutControlItem5, layoutControlItem7, layoutControlItem2, txtWaterPressureitem });
            layoutControlGroup1.Name = "Root";
            layoutControlGroup1.Size = new Size(889, 396);
            layoutControlGroup1.TextVisible = false;
@@ -261,26 +302,6 @@
            comboBoxWaterSupplyitem.TextLocation = DevExpress.Utils.Locations.Left;
            comboBoxWaterSupplyitem.TextSize = new Size(134, 18);
            // 
            // txtWaterPressureitem
            //
            txtWaterPressureitem.AllowHtmlStringInCaption = true;
            txtWaterPressureitem.Control = txtWaterPressure;
            txtWaterPressureitem.Location = new Point(434, 0);
            txtWaterPressureitem.Name = "txtWaterPressureitem";
            txtWaterPressureitem.Size = new Size(435, 40);
            txtWaterPressureitem.Text = "<color=red>*</color>末端压力(m):";
            txtWaterPressureitem.TextLocation = DevExpress.Utils.Locations.Left;
            txtWaterPressureitem.TextSize = new Size(134, 18);
            //
            // layoutControlItem7
            //
            layoutControlItem7.Control = textEditWaterModel;
            layoutControlItem7.Location = new Point(434, 160);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(435, 216);
            layoutControlItem7.Text = "供水模式:";
            layoutControlItem7.TextSize = new Size(134, 18);
            //
            // txtWaterHeightitem
            // 
            txtWaterHeightitem.AllowHtmlStringInCaption = true;
@@ -307,9 +328,9 @@
            // 
            layoutControlItem6.AllowHtmlStringInCaption = true;
            layoutControlItem6.Control = txtConstantP;
            layoutControlItem6.Location = new Point(0, 160);
            layoutControlItem6.Location = new Point(0, 200);
            layoutControlItem6.Name = "layoutControlItem6";
            layoutControlItem6.Size = new Size(434, 216);
            layoutControlItem6.Size = new Size(434, 176);
            layoutControlItem6.Text = "<color=red>*</color>恒定压力:";
            layoutControlItem6.TextSize = new Size(134, 18);
            // 
@@ -324,9 +345,47 @@
            layoutControlItem5.Text = "<color=red>*</color>户数:";
            layoutControlItem5.TextSize = new Size(134, 18);
            // 
            // layoutControlItem7
            //
            layoutControlItem7.Control = textEditWaterModel;
            layoutControlItem7.Location = new Point(434, 160);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(435, 216);
            layoutControlItem7.Text = "供水模式:";
            layoutControlItem7.TextSize = new Size(134, 18);
            //
            // layoutControlItem2
            //
            layoutControlItem2.AllowHtmlStringInCaption = true;
            layoutControlItem2.Control = txtEditRegion;
            layoutControlItem2.Location = new Point(434, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(435, 40);
            layoutControlItem2.Text = "<color=red>*</color>地区:";
            layoutControlItem2.TextSize = new Size(134, 18);
            //
            // txtWaterPressureitem
            //
            txtWaterPressureitem.AllowHtmlStringInCaption = true;
            txtWaterPressureitem.Control = txtWaterPressure;
            txtWaterPressureitem.Location = new Point(0, 160);
            txtWaterPressureitem.Name = "txtWaterPressureitem";
            txtWaterPressureitem.Size = new Size(434, 40);
            txtWaterPressureitem.Text = "<color=red>*</color>末端压力(m):";
            txtWaterPressureitem.TextLocation = DevExpress.Utils.Locations.Left;
            txtWaterPressureitem.TextSize = new Size(134, 18);
            //
            // dxErrorProvider1
            // 
            dxErrorProvider1.ContainerControl = this;
            //
            // treeListColumn2
            //
            treeListColumn2.Caption = "类型";
            treeListColumn2.FieldName = "Type";
            treeListColumn2.Name = "treeListColumn2";
            treeListColumn2.Visible = true;
            treeListColumn2.VisibleIndex = 1;
            // 
            // FacilitiesCtrl
            // 
@@ -338,6 +397,8 @@
            Size = new Size(889, 396);
            ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).EndInit();
            FacilitiesWizardFormlayoutControl1ConvertedLayout.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)txtEditRegion.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtFloorHeight.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtFloor.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit();
@@ -353,12 +414,13 @@
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtNameitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxWaterSupplyitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterHeightitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtFloorHeightitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ResumeLayout(false);
        }
@@ -393,5 +455,10 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraEditors.ImageComboBoxEdit textEditWaterModel;
        public DevExpress.XtraEditors.TextEdit txtFloorHouseHolds;
        private DevExpress.XtraEditors.TreeListLookUpEdit txtEditRegion;
        private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
        private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
    }
}