ningshuxia
2025-03-28 ce9752fd657c6689ea64929eb962146e2730624e
WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs
@@ -45,6 +45,7 @@
            textEditWaterModel = new DevExpress.XtraEditors.ImageComboBoxEdit();
            imageComboBoxConnectionType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            textEditConnectionAddress = new DevExpress.XtraEditors.TextEdit();
            textEditMaxHeight = new DevExpress.XtraEditors.TextEdit();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            txtFlooritem = new DevExpress.XtraLayout.LayoutControlItem();
            comboBoxCompletePlantitem = new DevExpress.XtraLayout.LayoutControlItem();
@@ -59,9 +60,8 @@
            txtWaterPressureitem = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            textEditMaxHeight = new DevExpress.XtraEditors.TextEdit();
            layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).BeginInit();
            FacilitiesWizardFormlayoutControl1ConvertedLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)txtEditPlace.Properties).BeginInit();
@@ -78,6 +78,7 @@
            ((System.ComponentModel.ISupportInitialize)textEditWaterModel.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtFlooritem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).BeginInit();
@@ -92,9 +93,8 @@
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            SuspendLayout();
            // 
            // FacilitiesWizardFormlayoutControl1ConvertedLayout
@@ -279,6 +279,15 @@
            textEditConnectionAddress.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditConnectionAddress.TabIndex = 13;
            // 
            // textEditMaxHeight
            //
            textEditMaxHeight.Location = new Point(592, 252);
            textEditMaxHeight.MinimumSize = new Size(0, 36);
            textEditMaxHeight.Name = "textEditMaxHeight";
            textEditMaxHeight.Size = new Size(285, 36);
            textEditMaxHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditMaxHeight.TabIndex = 14;
            //
            // layoutControlGroup1
            // 
            layoutControlGroup1.AppearanceItemCaption.Options.UseTextOptions = true;
@@ -426,19 +435,6 @@
            layoutControlItem9.Text = "连接地址:";
            layoutControlItem9.TextSize = new Size(134, 18);
            // 
            // dxErrorProvider1
            //
            dxErrorProvider1.ContainerControl = this;
            //
            // textEditMaxHeight
            //
            textEditMaxHeight.Location = new Point(592, 252);
            textEditMaxHeight.MinimumSize = new Size(0, 36);
            textEditMaxHeight.Name = "textEditMaxHeight";
            textEditMaxHeight.Size = new Size(285, 36);
            textEditMaxHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditMaxHeight.TabIndex = 14;
            //
            // layoutControlItem10
            // 
            layoutControlItem10.Control = textEditMaxHeight;
@@ -447,6 +443,10 @@
            layoutControlItem10.Size = new Size(435, 136);
            layoutControlItem10.Text = "最高楼层标高:";
            layoutControlItem10.TextSize = new Size(134, 18);
            //
            // dxErrorProvider1
            //
            dxErrorProvider1.ContainerControl = this;
            // 
            // FacilitiesCtrl
            // 
@@ -472,6 +472,7 @@
            ((System.ComponentModel.ISupportInitialize)textEditWaterModel.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtFlooritem).EndInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).EndInit();
@@ -486,9 +487,8 @@
            ((System.ComponentModel.ISupportInitialize)txtWaterPressureitem).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ResumeLayout(false);
        }