duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
WinFrmUI/PBS.WinFrmUI/02-facility/00-core/FacilitiesCtrl.Designer.cs
@@ -29,6 +29,7 @@
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FacilitiesCtrl));
            FacilitiesWizardFormlayoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
            txtEditPlace = new DevExpress.XtraEditors.TreeListLookUpEdit();
            treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
@@ -46,6 +47,7 @@
            imageComboBoxConnectionType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            textEditConnectionAddress = new DevExpress.XtraEditors.TextEdit();
            textEditMaxHeight = new DevExpress.XtraEditors.TextEdit();
            txtDescription = new DevExpress.XtraEditors.MemoEdit();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            txtFlooritem = new DevExpress.XtraLayout.LayoutControlItem();
            comboBoxCompletePlantitem = new DevExpress.XtraLayout.LayoutControlItem();
@@ -61,7 +63,9 @@
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            imageCollection1 = new DevExpress.Utils.ImageCollection(components);
            ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).BeginInit();
            FacilitiesWizardFormlayoutControl1ConvertedLayout.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)txtEditPlace.Properties).BeginInit();
@@ -79,6 +83,7 @@
            ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)txtFlooritem).BeginInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).BeginInit();
@@ -94,7 +99,9 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)imageCollection1).BeginInit();
            SuspendLayout();
            // 
            // FacilitiesWizardFormlayoutControl1ConvertedLayout
@@ -113,18 +120,19 @@
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(imageComboBoxConnectionType);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(textEditConnectionAddress);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(textEditMaxHeight);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Controls.Add(txtDescription);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Dock = DockStyle.Fill;
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Location = new Point(0, 0);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Margin = new Padding(3, 4, 3, 4);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Name = "FacilitiesWizardFormlayoutControl1ConvertedLayout";
            FacilitiesWizardFormlayoutControl1ConvertedLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(586, 265, 755, 663);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Root = layoutControlGroup1;
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Size = new Size(889, 396);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.Size = new Size(858, 423);
            FacilitiesWizardFormlayoutControl1ConvertedLayout.TabIndex = 146;
            // 
            // txtEditPlace
            // 
            txtEditPlace.Location = new Point(592, 12);
            txtEditPlace.Location = new Point(577, 12);
            txtEditPlace.Margin = new Padding(3, 4, 3, 4);
            txtEditPlace.MinimumSize = new Size(0, 36);
            txtEditPlace.Name = "txtEditPlace";
@@ -133,7 +141,7 @@
            txtEditPlace.Properties.NullText = "";
            txtEditPlace.Properties.TreeList = treeListLookUpEdit1TreeList;
            txtEditPlace.Properties.ValueMember = "ID";
            txtEditPlace.Size = new Size(285, 36);
            txtEditPlace.Size = new Size(269, 36);
            txtEditPlace.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtEditPlace.TabIndex = 2;
            // 
@@ -156,12 +164,12 @@
            // 
            // txtFloorHeight
            // 
            txtFloorHeight.Location = new Point(592, 132);
            txtFloorHeight.Location = new Point(577, 132);
            txtFloorHeight.Margin = new Padding(2, 3, 2, 3);
            txtFloorHeight.MinimumSize = new Size(0, 36);
            txtFloorHeight.Name = "txtFloorHeight";
            txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloorHeight.Size = new Size(285, 36);
            txtFloorHeight.Size = new Size(269, 36);
            txtFloorHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloorHeight.TabIndex = 8;
            // 
@@ -172,7 +180,7 @@
            txtFloor.MinimumSize = new Size(0, 36);
            txtFloor.Name = "txtFloor";
            txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloor.Size = new Size(284, 36);
            txtFloor.Size = new Size(269, 36);
            txtFloor.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloor.TabIndex = 5;
            // 
@@ -182,7 +190,7 @@
            txtName.Margin = new Padding(2, 3, 2, 3);
            txtName.MinimumSize = new Size(0, 36);
            txtName.Name = "txtName";
            txtName.Size = new Size(284, 36);
            txtName.Size = new Size(269, 36);
            txtName.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtName.TabIndex = 0;
            // 
@@ -192,18 +200,18 @@
            txtWaterPressure.Margin = new Padding(2, 3, 2, 3);
            txtWaterPressure.MinimumSize = new Size(0, 36);
            txtWaterPressure.Name = "txtWaterPressure";
            txtWaterPressure.Size = new Size(284, 36);
            txtWaterPressure.Size = new Size(269, 36);
            txtWaterPressure.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtWaterPressure.TabIndex = 9;
            // 
            // txtMaxWaterDemand
            // 
            txtMaxWaterDemand.Location = new Point(592, 92);
            txtMaxWaterDemand.Location = new Point(577, 92);
            txtMaxWaterDemand.Margin = new Padding(2, 3, 2, 3);
            txtMaxWaterDemand.MinimumSize = new Size(0, 36);
            txtMaxWaterDemand.Name = "txtMaxWaterDemand";
            txtMaxWaterDemand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtMaxWaterDemand.Size = new Size(285, 36);
            txtMaxWaterDemand.Size = new Size(269, 36);
            txtMaxWaterDemand.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtMaxWaterDemand.TabIndex = 6;
            // 
@@ -215,7 +223,7 @@
            comboBoxWaterSupply.Name = "comboBoxWaterSupply";
            comboBoxWaterSupply.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            comboBoxWaterSupply.Properties.NullText = "请选择";
            comboBoxWaterSupply.Size = new Size(284, 36);
            comboBoxWaterSupply.Size = new Size(269, 36);
            comboBoxWaterSupply.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            comboBoxWaterSupply.TabIndex = 3;
            // 
@@ -227,17 +235,17 @@
            comboBoxPackages.Name = "comboBoxPackages";
            comboBoxPackages.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            comboBoxPackages.Properties.NullText = "请选择";
            comboBoxPackages.Size = new Size(284, 36);
            comboBoxPackages.Size = new Size(269, 36);
            comboBoxPackages.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            comboBoxPackages.TabIndex = 7;
            // 
            // txtFloorHouseHolds
            // 
            txtFloorHouseHolds.Location = new Point(592, 52);
            txtFloorHouseHolds.Location = new Point(577, 52);
            txtFloorHouseHolds.Margin = new Padding(2, 3, 2, 3);
            txtFloorHouseHolds.MinimumSize = new Size(0, 36);
            txtFloorHouseHolds.Name = "txtFloorHouseHolds";
            txtFloorHouseHolds.Size = new Size(285, 36);
            txtFloorHouseHolds.Size = new Size(269, 36);
            txtFloorHouseHolds.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtFloorHouseHolds.TabIndex = 4;
            // 
@@ -246,27 +254,27 @@
            txtConstantP.Location = new Point(158, 212);
            txtConstantP.MinimumSize = new Size(0, 36);
            txtConstantP.Name = "txtConstantP";
            txtConstantP.Size = new Size(284, 36);
            txtConstantP.Size = new Size(269, 36);
            txtConstantP.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtConstantP.TabIndex = 11;
            // 
            // textEditWaterModel
            // 
            textEditWaterModel.Location = new Point(592, 172);
            textEditWaterModel.Location = new Point(577, 172);
            textEditWaterModel.MinimumSize = new Size(0, 36);
            textEditWaterModel.Name = "textEditWaterModel";
            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.Size = new Size(269, 36);
            textEditWaterModel.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditWaterModel.TabIndex = 10;
            // 
            // imageComboBoxConnectionType
            // 
            imageComboBoxConnectionType.Location = new Point(592, 212);
            imageComboBoxConnectionType.Location = new Point(577, 212);
            imageComboBoxConnectionType.MinimumSize = new Size(0, 36);
            imageComboBoxConnectionType.Name = "imageComboBoxConnectionType";
            imageComboBoxConnectionType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            imageComboBoxConnectionType.Size = new Size(285, 36);
            imageComboBoxConnectionType.Size = new Size(269, 36);
            imageComboBoxConnectionType.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            imageComboBoxConnectionType.TabIndex = 12;
            // 
@@ -275,18 +283,26 @@
            textEditConnectionAddress.Location = new Point(158, 252);
            textEditConnectionAddress.MinimumSize = new Size(0, 36);
            textEditConnectionAddress.Name = "textEditConnectionAddress";
            textEditConnectionAddress.Size = new Size(284, 36);
            textEditConnectionAddress.Size = new Size(269, 36);
            textEditConnectionAddress.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditConnectionAddress.TabIndex = 13;
            // 
            // textEditMaxHeight
            // 
            textEditMaxHeight.Location = new Point(592, 252);
            textEditMaxHeight.Location = new Point(577, 252);
            textEditMaxHeight.MinimumSize = new Size(0, 36);
            textEditMaxHeight.Name = "textEditMaxHeight";
            textEditMaxHeight.Size = new Size(285, 36);
            textEditMaxHeight.Size = new Size(269, 36);
            textEditMaxHeight.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            textEditMaxHeight.TabIndex = 14;
            //
            // txtDescription
            //
            txtDescription.Location = new Point(158, 292);
            txtDescription.Name = "txtDescription";
            txtDescription.Size = new Size(688, 119);
            txtDescription.StyleController = FacilitiesWizardFormlayoutControl1ConvertedLayout;
            txtDescription.TabIndex = 15;
            // 
            // layoutControlGroup1
            // 
@@ -294,9 +310,9 @@
            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, txtWaterHeightitem, txtFloorHeightitem, layoutControlItem6, layoutControlItem5, layoutControlItem7, layoutControlItem2, txtWaterPressureitem, layoutControlItem4, layoutControlItem9, layoutControlItem10 });
            layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { txtFlooritem, comboBoxCompletePlantitem, txtNameitem, comboBoxWaterSupplyitem, txtWaterHeightitem, txtFloorHeightitem, layoutControlItem6, layoutControlItem5, layoutControlItem7, layoutControlItem2, txtWaterPressureitem, layoutControlItem4, layoutControlItem9, layoutControlItem10, layoutControlItem11 });
            layoutControlGroup1.Name = "Root";
            layoutControlGroup1.Size = new Size(889, 396);
            layoutControlGroup1.Size = new Size(858, 423);
            layoutControlGroup1.TextVisible = false;
            // 
            // txtFlooritem
@@ -305,7 +321,7 @@
            txtFlooritem.Control = txtFloor;
            txtFlooritem.Location = new Point(0, 80);
            txtFlooritem.Name = "txtFlooritem";
            txtFlooritem.Size = new Size(434, 40);
            txtFlooritem.Size = new Size(419, 40);
            txtFlooritem.Text = "<color=red>*</color>楼层:";
            txtFlooritem.TextLocation = DevExpress.Utils.Locations.Left;
            txtFlooritem.TextSize = new Size(134, 18);
@@ -316,7 +332,7 @@
            comboBoxCompletePlantitem.Control = comboBoxPackages;
            comboBoxCompletePlantitem.Location = new Point(0, 120);
            comboBoxCompletePlantitem.Name = "comboBoxCompletePlantitem";
            comboBoxCompletePlantitem.Size = new Size(434, 40);
            comboBoxCompletePlantitem.Size = new Size(419, 40);
            comboBoxCompletePlantitem.Text = "<color=red>*</color>成套设备:";
            comboBoxCompletePlantitem.TextLocation = DevExpress.Utils.Locations.Left;
            comboBoxCompletePlantitem.TextSize = new Size(134, 18);
@@ -327,7 +343,7 @@
            txtNameitem.Control = txtName;
            txtNameitem.Location = new Point(0, 0);
            txtNameitem.Name = "txtNameitem";
            txtNameitem.Size = new Size(434, 40);
            txtNameitem.Size = new Size(419, 40);
            txtNameitem.StartNewLine = true;
            txtNameitem.Text = "<color=red>*</color>设施名称:";
            txtNameitem.TextLocation = DevExpress.Utils.Locations.Left;
@@ -339,7 +355,7 @@
            comboBoxWaterSupplyitem.Control = comboBoxWaterSupply;
            comboBoxWaterSupplyitem.Location = new Point(0, 40);
            comboBoxWaterSupplyitem.Name = "comboBoxWaterSupplyitem";
            comboBoxWaterSupplyitem.Size = new Size(434, 40);
            comboBoxWaterSupplyitem.Size = new Size(419, 40);
            comboBoxWaterSupplyitem.Text = "<color=red>*</color>供水单元:";
            comboBoxWaterSupplyitem.TextLocation = DevExpress.Utils.Locations.Left;
            comboBoxWaterSupplyitem.TextSize = new Size(134, 18);
@@ -348,9 +364,9 @@
            // 
            txtWaterHeightitem.AllowHtmlStringInCaption = true;
            txtWaterHeightitem.Control = txtMaxWaterDemand;
            txtWaterHeightitem.Location = new Point(434, 80);
            txtWaterHeightitem.Location = new Point(419, 80);
            txtWaterHeightitem.Name = "txtWaterHeightitem";
            txtWaterHeightitem.Size = new Size(435, 40);
            txtWaterHeightitem.Size = new Size(419, 40);
            txtWaterHeightitem.Text = "<color=red>*</color>最大用水量(m³/h):";
            txtWaterHeightitem.TextLocation = DevExpress.Utils.Locations.Left;
            txtWaterHeightitem.TextSize = new Size(134, 18);
@@ -359,9 +375,9 @@
            // 
            txtFloorHeightitem.AllowHtmlStringInCaption = true;
            txtFloorHeightitem.Control = txtFloorHeight;
            txtFloorHeightitem.Location = new Point(434, 120);
            txtFloorHeightitem.Location = new Point(419, 120);
            txtFloorHeightitem.Name = "txtFloorHeightitem";
            txtFloorHeightitem.Size = new Size(435, 40);
            txtFloorHeightitem.Size = new Size(419, 40);
            txtFloorHeightitem.Text = "<color=red>*</color>层高(m):";
            txtFloorHeightitem.TextLocation = DevExpress.Utils.Locations.Left;
            txtFloorHeightitem.TextSize = new Size(134, 18);
@@ -372,7 +388,7 @@
            layoutControlItem6.Control = txtConstantP;
            layoutControlItem6.Location = new Point(0, 200);
            layoutControlItem6.Name = "layoutControlItem6";
            layoutControlItem6.Size = new Size(434, 40);
            layoutControlItem6.Size = new Size(419, 40);
            layoutControlItem6.Text = "<color=red>*</color>恒定压力:";
            layoutControlItem6.TextSize = new Size(134, 18);
            // 
@@ -381,18 +397,18 @@
            layoutControlItem5.AllowHtmlStringInCaption = true;
            layoutControlItem5.Control = txtFloorHouseHolds;
            layoutControlItem5.CustomizationFormText = "户数:";
            layoutControlItem5.Location = new Point(434, 40);
            layoutControlItem5.Location = new Point(419, 40);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Size = new Size(435, 40);
            layoutControlItem5.Size = new Size(419, 40);
            layoutControlItem5.Text = "<color=red>*</color>户数:";
            layoutControlItem5.TextSize = new Size(134, 18);
            // 
            // layoutControlItem7
            // 
            layoutControlItem7.Control = textEditWaterModel;
            layoutControlItem7.Location = new Point(434, 160);
            layoutControlItem7.Location = new Point(419, 160);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(435, 40);
            layoutControlItem7.Size = new Size(419, 40);
            layoutControlItem7.Text = "供水模式:";
            layoutControlItem7.TextSize = new Size(134, 18);
            // 
@@ -400,9 +416,9 @@
            // 
            layoutControlItem2.AllowHtmlStringInCaption = true;
            layoutControlItem2.Control = txtEditPlace;
            layoutControlItem2.Location = new Point(434, 0);
            layoutControlItem2.Location = new Point(419, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(435, 40);
            layoutControlItem2.Size = new Size(419, 40);
            layoutControlItem2.Text = "<color=red>*</color>场所:";
            layoutControlItem2.TextSize = new Size(134, 18);
            // 
@@ -412,7 +428,7 @@
            txtWaterPressureitem.Control = txtWaterPressure;
            txtWaterPressureitem.Location = new Point(0, 160);
            txtWaterPressureitem.Name = "txtWaterPressureitem";
            txtWaterPressureitem.Size = new Size(434, 40);
            txtWaterPressureitem.Size = new Size(419, 40);
            txtWaterPressureitem.Text = "<color=red>*</color>末端压力(m):";
            txtWaterPressureitem.TextLocation = DevExpress.Utils.Locations.Left;
            txtWaterPressureitem.TextSize = new Size(134, 18);
@@ -420,9 +436,9 @@
            // layoutControlItem4
            // 
            layoutControlItem4.Control = imageComboBoxConnectionType;
            layoutControlItem4.Location = new Point(434, 200);
            layoutControlItem4.Location = new Point(419, 200);
            layoutControlItem4.Name = "layoutControlItem4";
            layoutControlItem4.Size = new Size(435, 40);
            layoutControlItem4.Size = new Size(419, 40);
            layoutControlItem4.Text = "连接类型:";
            layoutControlItem4.TextSize = new Size(134, 18);
            // 
@@ -431,22 +447,37 @@
            layoutControlItem9.Control = textEditConnectionAddress;
            layoutControlItem9.Location = new Point(0, 240);
            layoutControlItem9.Name = "layoutControlItem9";
            layoutControlItem9.Size = new Size(434, 136);
            layoutControlItem9.Size = new Size(419, 40);
            layoutControlItem9.Text = "连接地址:";
            layoutControlItem9.TextSize = new Size(134, 18);
            // 
            // layoutControlItem10
            // 
            layoutControlItem10.Control = textEditMaxHeight;
            layoutControlItem10.Location = new Point(434, 240);
            layoutControlItem10.Location = new Point(419, 240);
            layoutControlItem10.Name = "layoutControlItem10";
            layoutControlItem10.Size = new Size(435, 136);
            layoutControlItem10.Size = new Size(419, 40);
            layoutControlItem10.Text = "最高楼层标高:";
            layoutControlItem10.TextSize = new Size(134, 18);
            //
            // layoutControlItem11
            //
            layoutControlItem11.Control = txtDescription;
            layoutControlItem11.Location = new Point(0, 280);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(838, 123);
            layoutControlItem11.Text = "说明:";
            layoutControlItem11.TextSize = new Size(134, 18);
            // 
            // dxErrorProvider1
            // 
            dxErrorProvider1.ContainerControl = this;
            //
            // imageCollection1
            //
            imageCollection1.ImageStream = (DevExpress.Utils.ImageCollectionStreamer)resources.GetObject("imageCollection1.ImageStream");
            imageCollection1.Images.SetKeyName(0, "下载.png");
            imageCollection1.Images.SetKeyName(1, "下载.png");
            // 
            // FacilitiesCtrl
            // 
@@ -455,7 +486,7 @@
            Controls.Add(FacilitiesWizardFormlayoutControl1ConvertedLayout);
            Margin = new Padding(2, 3, 2, 3);
            Name = "FacilitiesCtrl";
            Size = new Size(889, 396);
            Size = new Size(858, 423);
            ((System.ComponentModel.ISupportInitialize)FacilitiesWizardFormlayoutControl1ConvertedLayout).EndInit();
            FacilitiesWizardFormlayoutControl1ConvertedLayout.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)txtEditPlace.Properties).EndInit();
@@ -473,6 +504,7 @@
            ((System.ComponentModel.ISupportInitialize)imageComboBoxConnectionType.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEditConnectionAddress.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)textEditMaxHeight.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
            ((System.ComponentModel.ISupportInitialize)txtFlooritem).EndInit();
            ((System.ComponentModel.ISupportInitialize)comboBoxCompletePlantitem).EndInit();
@@ -488,7 +520,9 @@
            ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
            ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
            ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit();
            ((System.ComponentModel.ISupportInitialize)imageCollection1).EndInit();
            ResumeLayout(false);
        }
@@ -532,5 +566,8 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraEditors.TextEdit textEditMaxHeight;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.Utils.ImageCollection imageCollection1;
        private DevExpress.XtraEditors.MemoEdit txtDescription;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
    }
}