ningshuxia
2025-03-27 0f5eaa62a6ce8c24c056e2d690bc2e6a9958637e
WinFrmUI/PBS.WinFrmUI.Hydro/02-quick-modeling/03-facility/QuickModelingFacilityWizardPage.Designer.cs
@@ -29,12 +29,13 @@
        private void InitializeComponent()
        {
            components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(QuickModelingFacilityWizardPage));
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(QuickModelingFacilityWizardPage));
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            imageSlider1 = new ImageSlider();
            txtFloorHeight = new TextEdit();
            txtFloor = new TextEdit();
            txtTerminalPressure = new TextEdit();
@@ -66,16 +67,19 @@
            layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            imageSlider1 = new ImageSlider();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            txtMaxHeight = new TextEdit();
            layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)imageSlider1).BeginInit();
            ((ISupportInitialize)txtFloorHeight.Properties).BeginInit();
            ((ISupportInitialize)txtFloor.Properties).BeginInit();
            ((ISupportInitialize)txtTerminalPressure.Properties).BeginInit();
@@ -106,13 +110,15 @@
            ((ISupportInitialize)layoutControlItem14).BeginInit();
            ((ISupportInitialize)layoutControlItem13).BeginInit();
            ((ISupportInitialize)layoutControlItem8).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)layoutControlGroup3).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)dxErrorProvider1).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)imageSlider1).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)dxErrorProvider1).BeginInit();
            ((ISupportInitialize)layoutControlItem4).BeginInit();
            ((ISupportInitialize)txtMaxHeight.Properties).BeginInit();
            ((ISupportInitialize)layoutControlItem5).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -133,6 +139,7 @@
            layoutControl1.Controls.Add(textEditSupplyMode);
            layoutControl1.Controls.Add(imageComboBoxConnectionType);
            layoutControl1.Controls.Add(textEditConnectionAddress);
            layoutControl1.Controls.Add(txtMaxHeight);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
@@ -142,6 +149,17 @@
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // imageSlider1
            //
            imageSlider1.CurrentImageIndex = 0;
            imageSlider1.Images.Add((Image)resources.GetObject("imageSlider1.Images"));
            imageSlider1.Location = new Point(1, 27);
            imageSlider1.Name = "imageSlider1";
            imageSlider1.Size = new Size(492, 621);
            imageSlider1.StyleController = layoutControl1;
            imageSlider1.TabIndex = 0;
            imageSlider1.Text = "imageSlider1";
            //
            // txtFloorHeight
            // 
            txtFloorHeight.Location = new Point(591, 66);
@@ -150,7 +168,7 @@
            txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloorHeight.Size = new Size(66, 24);
            txtFloorHeight.StyleController = layoutControl1;
            txtFloorHeight.TabIndex = 3;
            txtFloorHeight.TabIndex = 4;
            // 
            // txtFloor
            // 
@@ -160,45 +178,45 @@
            txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtFloor.Size = new Size(66, 24);
            txtFloor.StyleController = layoutControl1;
            txtFloor.TabIndex = 2;
            txtFloor.TabIndex = 3;
            // 
            // txtTerminalPressure
            // 
            txtTerminalPressure.Location = new Point(591, 122);
            txtTerminalPressure.Location = new Point(746, 122);
            txtTerminalPressure.Margin = new Padding(2, 3, 2, 3);
            txtTerminalPressure.Name = "txtTerminalPressure";
            txtTerminalPressure.Size = new Size(66, 24);
            txtTerminalPressure.StyleController = layoutControl1;
            txtTerminalPressure.TabIndex = 7;
            txtTerminalPressure.TabIndex = 9;
            // 
            // txtMaxWaterDemand
            // 
            txtMaxWaterDemand.Location = new Point(746, 122);
            txtMaxWaterDemand.Location = new Point(746, 150);
            txtMaxWaterDemand.Margin = new Padding(2, 3, 2, 3);
            txtMaxWaterDemand.Name = "txtMaxWaterDemand";
            txtMaxWaterDemand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtMaxWaterDemand.Size = new Size(66, 24);
            txtMaxWaterDemand.StyleController = layoutControl1;
            txtMaxWaterDemand.TabIndex = 8;
            txtMaxWaterDemand.TabIndex = 11;
            // 
            // setFlagsEditCtrl1
            // 
            setFlagsEditCtrl1.Location = new Point(591, 206);
            setFlagsEditCtrl1.Location = new Point(591, 234);
            setFlagsEditCtrl1.Margin = new Padding(3, 5, 3, 5);
            setFlagsEditCtrl1.Name = "setFlagsEditCtrl1";
            setFlagsEditCtrl1.Size = new Size(66, 24);
            setFlagsEditCtrl1.TabIndex = 13;
            setFlagsEditCtrl1.Size = new Size(221, 24);
            setFlagsEditCtrl1.TabIndex = 16;
            // 
            // comboBoxWaterSupply
            // 
            comboBoxWaterSupply.Location = new Point(591, 150);
            comboBoxWaterSupply.Location = new Point(746, 94);
            comboBoxWaterSupply.Margin = new Padding(2, 3, 2, 3);
            comboBoxWaterSupply.Name = "comboBoxWaterSupply";
            comboBoxWaterSupply.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            comboBoxWaterSupply.Properties.NullText = "请选择";
            comboBoxWaterSupply.Size = new Size(66, 24);
            comboBoxWaterSupply.StyleController = layoutControl1;
            comboBoxWaterSupply.TabIndex = 9;
            comboBoxWaterSupply.TabIndex = 7;
            // 
            // txtTagName
            // 
@@ -207,18 +225,18 @@
            txtTagName.Name = "txtTagName";
            txtTagName.Size = new Size(66, 24);
            txtTagName.StyleController = layoutControl1;
            txtTagName.TabIndex = 14;
            txtTagName.TabIndex = 15;
            // 
            // comboBoxPackages
            // 
            comboBoxPackages.Location = new Point(746, 150);
            comboBoxPackages.Location = new Point(591, 178);
            comboBoxPackages.Margin = new Padding(2, 3, 2, 3);
            comboBoxPackages.Name = "comboBoxPackages";
            comboBoxPackages.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            comboBoxPackages.Properties.NullText = "请选择";
            comboBoxPackages.Size = new Size(66, 24);
            comboBoxPackages.StyleController = layoutControl1;
            comboBoxPackages.TabIndex = 10;
            comboBoxPackages.TabIndex = 12;
            // 
            // txtDescription
            // 
@@ -227,7 +245,7 @@
            txtDescription.Name = "txtDescription";
            txtDescription.Size = new Size(306, 145);
            txtDescription.StyleController = layoutControl1;
            txtDescription.TabIndex = 15;
            txtDescription.TabIndex = 17;
            // 
            // txtHouseholds
            // 
@@ -236,15 +254,15 @@
            txtHouseholds.Name = "txtHouseholds";
            txtHouseholds.Size = new Size(66, 24);
            txtHouseholds.StyleController = layoutControl1;
            txtHouseholds.TabIndex = 4;
            txtHouseholds.TabIndex = 5;
            // 
            // txtConstantPressure
            // 
            txtConstantPressure.Location = new Point(746, 94);
            txtConstantPressure.Location = new Point(591, 122);
            txtConstantPressure.Name = "txtConstantPressure";
            txtConstantPressure.Size = new Size(66, 24);
            txtConstantPressure.StyleController = layoutControl1;
            txtConstantPressure.TabIndex = 6;
            txtConstantPressure.TabIndex = 8;
            // 
            // txtName
            // 
@@ -252,7 +270,7 @@
            txtName.Name = "txtName";
            txtName.Size = new Size(66, 24);
            txtName.StyleController = layoutControl1;
            txtName.TabIndex = 0;
            txtName.TabIndex = 2;
            // 
            // textEditSupplyMode
            // 
@@ -261,24 +279,24 @@
            textEditSupplyMode.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            textEditSupplyMode.Size = new Size(66, 24);
            textEditSupplyMode.StyleController = layoutControl1;
            textEditSupplyMode.TabIndex = 5;
            textEditSupplyMode.TabIndex = 6;
            // 
            // imageComboBoxConnectionType
            // 
            imageComboBoxConnectionType.Location = new Point(591, 178);
            imageComboBoxConnectionType.Location = new Point(746, 178);
            imageComboBoxConnectionType.Name = "imageComboBoxConnectionType";
            imageComboBoxConnectionType.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
            imageComboBoxConnectionType.Size = new Size(66, 24);
            imageComboBoxConnectionType.StyleController = layoutControl1;
            imageComboBoxConnectionType.TabIndex = 11;
            imageComboBoxConnectionType.TabIndex = 13;
            // 
            // textEditConnectionAddress
            // 
            textEditConnectionAddress.Location = new Point(746, 178);
            textEditConnectionAddress.Location = new Point(591, 206);
            textEditConnectionAddress.Name = "textEditConnectionAddress";
            textEditConnectionAddress.Size = new Size(66, 24);
            textEditConnectionAddress.StyleController = layoutControl1;
            textEditConnectionAddress.TabIndex = 12;
            textEditConnectionAddress.TabIndex = 14;
            // 
            // Root
            // 
@@ -306,7 +324,7 @@
            // layoutControlGroup2
            // 
            layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Card;
            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem6, layoutControlItem9, layoutControlItem7, layoutControlItem17, layoutControlItem18, layoutControlItem12, layoutControlItem10, layoutControlItem11, layoutControlItem16, layoutControlItem15, layoutControlItem14, layoutControlItem13, layoutControlItem8, emptySpaceItem1 });
            layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem17, layoutControlItem18, layoutControlItem12, layoutControlItem10, layoutControlItem8, emptySpaceItem1, layoutControlItem7, layoutControlItem14, layoutControlItem6, layoutControlItem13, layoutControlItem15, layoutControlItem11, layoutControlItem16, layoutControlItem5, layoutControlItem9 });
            layoutControlGroup2.Location = new Point(494, 0);
            layoutControlGroup2.Name = "layoutControlGroup2";
            layoutControlGroup2.OptionsTableLayoutItem.ColumnIndex = 1;
@@ -337,7 +355,7 @@
            // 
            layoutControlItem9.Control = imageComboBoxConnectionType;
            layoutControlItem9.CustomizationFormText = "连接类型:";
            layoutControlItem9.Location = new Point(0, 140);
            layoutControlItem9.Location = new Point(155, 140);
            layoutControlItem9.Name = "layoutControlItem9";
            layoutControlItem9.Size = new Size(155, 28);
            layoutControlItem9.Text = "连接类型:";
@@ -346,9 +364,9 @@
            // layoutControlItem7
            // 
            layoutControlItem7.Control = setFlagsEditCtrl1;
            layoutControlItem7.Location = new Point(0, 168);
            layoutControlItem7.Location = new Point(0, 196);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(155, 28);
            layoutControlItem7.Size = new Size(310, 28);
            layoutControlItem7.Text = "标签:";
            layoutControlItem7.TextSize = new Size(73, 18);
            // 
@@ -398,7 +416,7 @@
            // 
            layoutControlItem11.AllowHtmlStringInCaption = true;
            layoutControlItem11.Control = txtConstantPressure;
            layoutControlItem11.Location = new Point(155, 56);
            layoutControlItem11.Location = new Point(0, 84);
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(155, 28);
            layoutControlItem11.Text = "<color=red>*</color>恒定压力:";
@@ -408,7 +426,7 @@
            // 
            layoutControlItem16.AllowHtmlStringInCaption = true;
            layoutControlItem16.Control = txtTerminalPressure;
            layoutControlItem16.Location = new Point(0, 84);
            layoutControlItem16.Location = new Point(155, 84);
            layoutControlItem16.Name = "layoutControlItem16";
            layoutControlItem16.Size = new Size(155, 28);
            layoutControlItem16.Text = "<color=red>*</color>末端压力:";
@@ -418,7 +436,7 @@
            // 
            layoutControlItem15.AllowHtmlStringInCaption = true;
            layoutControlItem15.Control = txtMaxWaterDemand;
            layoutControlItem15.Location = new Point(155, 84);
            layoutControlItem15.Location = new Point(155, 112);
            layoutControlItem15.Name = "layoutControlItem15";
            layoutControlItem15.Size = new Size(155, 28);
            layoutControlItem15.Text = "<color=red>*</color>最大水量:";
@@ -428,7 +446,7 @@
            // 
            layoutControlItem14.AllowHtmlStringInCaption = true;
            layoutControlItem14.Control = comboBoxWaterSupply;
            layoutControlItem14.Location = new Point(0, 112);
            layoutControlItem14.Location = new Point(155, 56);
            layoutControlItem14.Name = "layoutControlItem14";
            layoutControlItem14.Size = new Size(155, 28);
            layoutControlItem14.Text = "<color=red>*</color>供水单元:";
@@ -438,7 +456,7 @@
            // 
            layoutControlItem13.AllowHtmlStringInCaption = true;
            layoutControlItem13.Control = comboBoxPackages;
            layoutControlItem13.Location = new Point(155, 112);
            layoutControlItem13.Location = new Point(0, 140);
            layoutControlItem13.Name = "layoutControlItem13";
            layoutControlItem13.Size = new Size(155, 28);
            layoutControlItem13.Text = "<color=red>*</color>成套设备:";
@@ -448,11 +466,19 @@
            // 
            layoutControlItem8.Control = textEditConnectionAddress;
            layoutControlItem8.CustomizationFormText = "连接地址:";
            layoutControlItem8.Location = new Point(155, 140);
            layoutControlItem8.Location = new Point(0, 168);
            layoutControlItem8.Name = "layoutControlItem8";
            layoutControlItem8.Size = new Size(155, 28);
            layoutControlItem8.Text = "连接地址:";
            layoutControlItem8.TextSize = new Size(73, 18);
            //
            // emptySpaceItem1
            //
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 224);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(310, 184);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // layoutControlGroup3
            // 
@@ -476,18 +502,6 @@
            layoutControlItem3.TextSize = new Size(0, 0);
            layoutControlItem3.TextVisible = false;
            // 
            // treeListColumn1
            //
            treeListColumn1.Caption = "名称";
            treeListColumn1.FieldName = "Name";
            treeListColumn1.Name = "treeListColumn1";
            treeListColumn1.Visible = true;
            treeListColumn1.VisibleIndex = 0;
            //
            // dxErrorProvider1
            //
            dxErrorProvider1.ContainerControl = this;
            //
            // layoutControlGroup1
            // 
            layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card;
@@ -500,17 +514,6 @@
            layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlGroup1.Text = "图例";
            // 
            // imageSlider1
            //
            imageSlider1.CurrentImageIndex = 0;
            imageSlider1.Images.Add((Image)resources.GetObject("imageSlider1.Images"));
            imageSlider1.Location = new Point(1, 27);
            imageSlider1.Name = "imageSlider1";
            imageSlider1.Size = new Size(492, 621);
            imageSlider1.StyleController = layoutControl1;
            imageSlider1.TabIndex = 16;
            imageSlider1.Text = "imageSlider1";
            //
            // layoutControlItem1
            // 
            layoutControlItem1.Control = imageSlider1;
@@ -521,13 +524,46 @@
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // emptySpaceItem1
            // treeListColumn1
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 196);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(310, 212);
            emptySpaceItem1.TextSize = new Size(0, 0);
            treeListColumn1.Caption = "名称";
            treeListColumn1.FieldName = "Name";
            treeListColumn1.Name = "treeListColumn1";
            treeListColumn1.Visible = true;
            treeListColumn1.VisibleIndex = 0;
            //
            // dxErrorProvider1
            //
            dxErrorProvider1.ContainerControl = this;
            //
            // layoutControlItem4
            //
            layoutControlItem4.AllowHtmlStringInCaption = true;
            layoutControlItem4.Control = txtTerminalPressure;
            layoutControlItem4.Location = new Point(0, 84);
            layoutControlItem4.Name = "layoutControlItem16";
            layoutControlItem4.Size = new Size(155, 28);
            layoutControlItem4.Text = "<color=red>*</color>末端压力:";
            layoutControlItem4.TextSize = new Size(73, 18);
            //
            // txtMaxHeight
            //
            txtMaxHeight.Location = new Point(591, 150);
            txtMaxHeight.Name = "txtMaxHeight";
            txtMaxHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtMaxHeight.Size = new Size(66, 24);
            txtMaxHeight.StyleController = layoutControl1;
            txtMaxHeight.TabIndex = 10;
            //
            // layoutControlItem5
            //
            layoutControlItem5.AllowHtmlStringInCaption = true;
            layoutControlItem5.Control = txtMaxHeight;
            layoutControlItem5.Location = new Point(0, 112);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Size = new Size(155, 28);
            layoutControlItem5.Text = "<color=red>*</color>顶楼标高:";
            layoutControlItem5.TextSize = new Size(73, 18);
            // 
            // QuickModelingFacilityWizardPage
            // 
@@ -539,6 +575,7 @@
            Size = new Size(824, 649);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)imageSlider1).EndInit();
            ((ISupportInitialize)txtFloorHeight.Properties).EndInit();
            ((ISupportInitialize)txtFloor.Properties).EndInit();
            ((ISupportInitialize)txtTerminalPressure.Properties).EndInit();
@@ -569,13 +606,15 @@
            ((ISupportInitialize)layoutControlItem14).EndInit();
            ((ISupportInitialize)layoutControlItem13).EndInit();
            ((ISupportInitialize)layoutControlItem8).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)layoutControlGroup3).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)imageSlider1).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ((ISupportInitialize)layoutControlItem4).EndInit();
            ((ISupportInitialize)txtMaxHeight.Properties).EndInit();
            ((ISupportInitialize)layoutControlItem5).EndInit();
            ResumeLayout(false);
        }
@@ -621,5 +660,8 @@
        private ImageSlider imageSlider1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private TextEdit txtMaxHeight;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
    }
}