namespace PBS.WinFrmUI.Hydro { partial class QuickModelingFacilityWizardPage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); 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(); txtFloorHeight = new TextEdit(); txtFloor = new TextEdit(); txtTerminalPressure = new TextEdit(); txtMaxWaterDemand = new TextEdit(); setFlagsEditCtrl1 = new SetFlagsEditCtrl(); comboBoxWaterSupply = new ImageComboBoxEdit(); txtTagName = new TextEdit(); comboBoxPackages = new ImageComboBoxEdit(); txtDescription = new MemoEdit(); txtHouseholds = new TextEdit(); txtConstantPressure = new TextEdit(); txtName = new TextEdit(); textEditSupplyMode = new ImageComboBoxEdit(); imageComboBoxConnectionType = new ImageComboBoxEdit(); textEditConnectionAddress = new TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem3 = 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(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtFloorHeight.Properties).BeginInit(); ((ISupportInitialize)txtFloor.Properties).BeginInit(); ((ISupportInitialize)txtTerminalPressure.Properties).BeginInit(); ((ISupportInitialize)txtMaxWaterDemand.Properties).BeginInit(); ((ISupportInitialize)comboBoxWaterSupply.Properties).BeginInit(); ((ISupportInitialize)txtTagName.Properties).BeginInit(); ((ISupportInitialize)comboBoxPackages.Properties).BeginInit(); ((ISupportInitialize)txtDescription.Properties).BeginInit(); ((ISupportInitialize)txtHouseholds.Properties).BeginInit(); ((ISupportInitialize)txtConstantPressure.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)textEditSupplyMode.Properties).BeginInit(); ((ISupportInitialize)imageComboBoxConnectionType.Properties).BeginInit(); ((ISupportInitialize)textEditConnectionAddress.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlGroup2).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem9).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem17).BeginInit(); ((ISupportInitialize)layoutControlItem18).BeginInit(); ((ISupportInitialize)layoutControlItem12).BeginInit(); ((ISupportInitialize)layoutControlItem10).BeginInit(); ((ISupportInitialize)layoutControlItem11).BeginInit(); ((ISupportInitialize)layoutControlItem16).BeginInit(); ((ISupportInitialize)layoutControlItem15).BeginInit(); ((ISupportInitialize)layoutControlItem14).BeginInit(); ((ISupportInitialize)layoutControlItem13).BeginInit(); ((ISupportInitialize)layoutControlItem8).BeginInit(); ((ISupportInitialize)layoutControlGroup3).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)dxErrorProvider1).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)imageSlider1).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(imageSlider1); layoutControl1.Controls.Add(txtFloorHeight); layoutControl1.Controls.Add(txtFloor); layoutControl1.Controls.Add(txtTerminalPressure); layoutControl1.Controls.Add(txtMaxWaterDemand); layoutControl1.Controls.Add(setFlagsEditCtrl1); layoutControl1.Controls.Add(comboBoxWaterSupply); layoutControl1.Controls.Add(txtTagName); layoutControl1.Controls.Add(comboBoxPackages); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(txtHouseholds); layoutControl1.Controls.Add(txtConstantPressure); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(textEditSupplyMode); layoutControl1.Controls.Add(imageComboBoxConnectionType); layoutControl1.Controls.Add(textEditConnectionAddress); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(724, 340, 812, 500); layoutControl1.Root = Root; layoutControl1.Size = new Size(824, 649); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // txtFloorHeight // txtFloorHeight.Location = new Point(591, 66); txtFloorHeight.Margin = new Padding(2, 3, 2, 3); txtFloorHeight.Name = "txtFloorHeight"; txtFloorHeight.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtFloorHeight.Size = new Size(66, 24); txtFloorHeight.StyleController = layoutControl1; txtFloorHeight.TabIndex = 3; // // txtFloor // txtFloor.Location = new Point(746, 38); txtFloor.Margin = new Padding(2, 3, 2, 3); txtFloor.Name = "txtFloor"; txtFloor.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtFloor.Size = new Size(66, 24); txtFloor.StyleController = layoutControl1; txtFloor.TabIndex = 2; // // txtTerminalPressure // txtTerminalPressure.Location = new Point(591, 122); txtTerminalPressure.Margin = new Padding(2, 3, 2, 3); txtTerminalPressure.Name = "txtTerminalPressure"; txtTerminalPressure.Size = new Size(66, 24); txtTerminalPressure.StyleController = layoutControl1; txtTerminalPressure.TabIndex = 7; // // txtMaxWaterDemand // txtMaxWaterDemand.Location = new Point(746, 122); 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; // // setFlagsEditCtrl1 // setFlagsEditCtrl1.Location = new Point(591, 206); setFlagsEditCtrl1.Margin = new Padding(3, 5, 3, 5); setFlagsEditCtrl1.Name = "setFlagsEditCtrl1"; setFlagsEditCtrl1.Size = new Size(66, 24); setFlagsEditCtrl1.TabIndex = 13; // // comboBoxWaterSupply // comboBoxWaterSupply.Location = new Point(591, 150); 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; // // txtTagName // txtTagName.Location = new Point(746, 206); txtTagName.Margin = new Padding(3, 4, 3, 4); txtTagName.Name = "txtTagName"; txtTagName.Size = new Size(66, 24); txtTagName.StyleController = layoutControl1; txtTagName.TabIndex = 14; // // comboBoxPackages // comboBoxPackages.Location = new Point(746, 150); 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; // // txtDescription // txtDescription.Location = new Point(506, 492); txtDescription.Margin = new Padding(3, 4, 3, 4); txtDescription.Name = "txtDescription"; txtDescription.Size = new Size(306, 145); txtDescription.StyleController = layoutControl1; txtDescription.TabIndex = 15; // // txtHouseholds // txtHouseholds.Location = new Point(746, 66); txtHouseholds.Margin = new Padding(2, 3, 2, 3); txtHouseholds.Name = "txtHouseholds"; txtHouseholds.Size = new Size(66, 24); txtHouseholds.StyleController = layoutControl1; txtHouseholds.TabIndex = 4; // // txtConstantPressure // txtConstantPressure.Location = new Point(746, 94); txtConstantPressure.Name = "txtConstantPressure"; txtConstantPressure.Size = new Size(66, 24); txtConstantPressure.StyleController = layoutControl1; txtConstantPressure.TabIndex = 6; // // txtName // txtName.Location = new Point(591, 38); txtName.Name = "txtName"; txtName.Size = new Size(66, 24); txtName.StyleController = layoutControl1; txtName.TabIndex = 0; // // textEditSupplyMode // textEditSupplyMode.Location = new Point(591, 94); textEditSupplyMode.Name = "textEditSupplyMode"; textEditSupplyMode.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); textEditSupplyMode.Size = new Size(66, 24); textEditSupplyMode.StyleController = layoutControl1; textEditSupplyMode.TabIndex = 5; // // imageComboBoxConnectionType // imageComboBoxConnectionType.Location = new Point(591, 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; // // textEditConnectionAddress // textEditConnectionAddress.Location = new Point(746, 178); textEditConnectionAddress.Name = "textEditConnectionAddress"; textEditConnectionAddress.Size = new Size(66, 24); textEditConnectionAddress.StyleController = layoutControl1; textEditConnectionAddress.TabIndex = 12; // // Root // Root.AppearanceItemCaption.Options.UseTextOptions = true; Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2, layoutControlGroup3, layoutControlGroup1 }); Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; Root.Name = "Root"; columnDefinition1.SizeType = SizeType.Percent; columnDefinition1.Width = 60D; columnDefinition2.SizeType = SizeType.Percent; columnDefinition2.Width = 40D; Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2 }); rowDefinition1.Height = 70D; rowDefinition1.SizeType = SizeType.Percent; rowDefinition2.Height = 30D; rowDefinition2.SizeType = SizeType.Percent; Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2 }); Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(824, 649); Root.TextVisible = false; // // 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.Location = new Point(494, 0); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlGroup2.Size = new Size(330, 454); layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup2.Text = "基础信息"; // // layoutControlItem2 // layoutControlItem2.AllowHtmlStringInCaption = true; layoutControlItem2.Control = txtName; layoutControlItem2.Location = new Point(0, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(155, 28); layoutControlItem2.Text = "*名称:"; layoutControlItem2.TextSize = new Size(73, 18); // // layoutControlItem6 // layoutControlItem6.Control = txtTagName; layoutControlItem6.Location = new Point(155, 168); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(155, 28); layoutControlItem6.Text = "标志:"; layoutControlItem6.TextSize = new Size(73, 18); // // layoutControlItem9 // layoutControlItem9.Control = imageComboBoxConnectionType; layoutControlItem9.CustomizationFormText = "连接类型:"; layoutControlItem9.Location = new Point(0, 140); layoutControlItem9.Name = "layoutControlItem9"; layoutControlItem9.Size = new Size(155, 28); layoutControlItem9.Text = "连接类型:"; layoutControlItem9.TextSize = new Size(73, 18); // // layoutControlItem7 // layoutControlItem7.Control = setFlagsEditCtrl1; layoutControlItem7.Location = new Point(0, 168); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(155, 28); layoutControlItem7.Text = "标签:"; layoutControlItem7.TextSize = new Size(73, 18); // // layoutControlItem17 // layoutControlItem17.AllowHtmlStringInCaption = true; layoutControlItem17.Control = txtFloor; layoutControlItem17.CustomizationFormText = "*楼层:"; layoutControlItem17.Location = new Point(155, 0); layoutControlItem17.Name = "layoutControlItem17"; layoutControlItem17.Size = new Size(155, 28); layoutControlItem17.Text = "*楼层:"; layoutControlItem17.TextSize = new Size(73, 18); // // layoutControlItem18 // layoutControlItem18.AllowHtmlStringInCaption = true; layoutControlItem18.Control = txtFloorHeight; layoutControlItem18.Location = new Point(0, 28); layoutControlItem18.Name = "layoutControlItem18"; layoutControlItem18.Size = new Size(155, 28); layoutControlItem18.Text = "*层高:"; layoutControlItem18.TextSize = new Size(73, 18); // // layoutControlItem12 // layoutControlItem12.AllowHtmlStringInCaption = true; layoutControlItem12.Control = txtHouseholds; layoutControlItem12.Location = new Point(155, 28); layoutControlItem12.Name = "layoutControlItem12"; layoutControlItem12.Size = new Size(155, 28); layoutControlItem12.Text = "*户数:"; layoutControlItem12.TextSize = new Size(73, 18); // // layoutControlItem10 // layoutControlItem10.AllowHtmlStringInCaption = true; layoutControlItem10.Control = textEditSupplyMode; layoutControlItem10.CustomizationFormText = "*供水模式:"; layoutControlItem10.Location = new Point(0, 56); layoutControlItem10.Name = "layoutControlItem10"; layoutControlItem10.Size = new Size(155, 28); layoutControlItem10.Text = "*供水模式:"; layoutControlItem10.TextSize = new Size(73, 18); // // layoutControlItem11 // layoutControlItem11.AllowHtmlStringInCaption = true; layoutControlItem11.Control = txtConstantPressure; layoutControlItem11.Location = new Point(155, 56); layoutControlItem11.Name = "layoutControlItem11"; layoutControlItem11.Size = new Size(155, 28); layoutControlItem11.Text = "*恒定压力:"; layoutControlItem11.TextSize = new Size(73, 18); // // layoutControlItem16 // layoutControlItem16.AllowHtmlStringInCaption = true; layoutControlItem16.Control = txtTerminalPressure; layoutControlItem16.Location = new Point(0, 84); layoutControlItem16.Name = "layoutControlItem16"; layoutControlItem16.Size = new Size(155, 28); layoutControlItem16.Text = "*末端压力:"; layoutControlItem16.TextSize = new Size(73, 18); // // layoutControlItem15 // layoutControlItem15.AllowHtmlStringInCaption = true; layoutControlItem15.Control = txtMaxWaterDemand; layoutControlItem15.Location = new Point(155, 84); layoutControlItem15.Name = "layoutControlItem15"; layoutControlItem15.Size = new Size(155, 28); layoutControlItem15.Text = "*最大水量:"; layoutControlItem15.TextSize = new Size(73, 18); // // layoutControlItem14 // layoutControlItem14.AllowHtmlStringInCaption = true; layoutControlItem14.Control = comboBoxWaterSupply; layoutControlItem14.Location = new Point(0, 112); layoutControlItem14.Name = "layoutControlItem14"; layoutControlItem14.Size = new Size(155, 28); layoutControlItem14.Text = "*供水单元:"; layoutControlItem14.TextSize = new Size(73, 18); // // layoutControlItem13 // layoutControlItem13.AllowHtmlStringInCaption = true; layoutControlItem13.Control = comboBoxPackages; layoutControlItem13.Location = new Point(155, 112); layoutControlItem13.Name = "layoutControlItem13"; layoutControlItem13.Size = new Size(155, 28); layoutControlItem13.Text = "*成套设备:"; layoutControlItem13.TextSize = new Size(73, 18); // // layoutControlItem8 // layoutControlItem8.Control = textEditConnectionAddress; layoutControlItem8.CustomizationFormText = "连接地址:"; layoutControlItem8.Location = new Point(155, 140); layoutControlItem8.Name = "layoutControlItem8"; layoutControlItem8.Size = new Size(155, 28); layoutControlItem8.Text = "连接地址:"; layoutControlItem8.TextSize = new Size(73, 18); // // layoutControlGroup3 // layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Card; layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 }); layoutControlGroup3.Location = new Point(494, 454); layoutControlGroup3.Name = "layoutControlGroup3"; layoutControlGroup3.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlGroup3.OptionsTableLayoutItem.RowIndex = 1; layoutControlGroup3.Size = new Size(330, 195); layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup3.Text = "说明"; // // layoutControlItem3 // layoutControlItem3.Control = txtDescription; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(310, 149); layoutControlItem3.Text = "说明"; 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; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.OptionsTableLayoutItem.RowSpan = 2; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Size = new Size(494, 649); 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; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem1.Size = new Size(492, 621); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 196); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(310, 212); emptySpaceItem1.TextSize = new Size(0, 0); // // QuickModelingFacilityWizardPage // AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Margin = new Padding(3, 4, 3, 4); Name = "QuickModelingFacilityWizardPage"; Size = new Size(824, 649); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtFloorHeight.Properties).EndInit(); ((ISupportInitialize)txtFloor.Properties).EndInit(); ((ISupportInitialize)txtTerminalPressure.Properties).EndInit(); ((ISupportInitialize)txtMaxWaterDemand.Properties).EndInit(); ((ISupportInitialize)comboBoxWaterSupply.Properties).EndInit(); ((ISupportInitialize)txtTagName.Properties).EndInit(); ((ISupportInitialize)comboBoxPackages.Properties).EndInit(); ((ISupportInitialize)txtDescription.Properties).EndInit(); ((ISupportInitialize)txtHouseholds.Properties).EndInit(); ((ISupportInitialize)txtConstantPressure.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)textEditSupplyMode.Properties).EndInit(); ((ISupportInitialize)imageComboBoxConnectionType.Properties).EndInit(); ((ISupportInitialize)textEditConnectionAddress.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlGroup2).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem9).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem17).EndInit(); ((ISupportInitialize)layoutControlItem18).EndInit(); ((ISupportInitialize)layoutControlItem12).EndInit(); ((ISupportInitialize)layoutControlItem10).EndInit(); ((ISupportInitialize)layoutControlItem11).EndInit(); ((ISupportInitialize)layoutControlItem16).EndInit(); ((ISupportInitialize)layoutControlItem15).EndInit(); ((ISupportInitialize)layoutControlItem14).EndInit(); ((ISupportInitialize)layoutControlItem13).EndInit(); ((ISupportInitialize)layoutControlItem8).EndInit(); ((ISupportInitialize)layoutControlGroup3).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)dxErrorProvider1).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)imageSlider1).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private TextEdit txtName; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private SetFlagsEditCtrl setFlagsEditCtrl1; private TextEdit txtTagName; private MemoEdit txtDescription; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; public TextEdit txtFloorHeight; public TextEdit txtFloor; public TextEdit txtTerminalPressure; public TextEdit txtMaxWaterDemand; private ImageComboBoxEdit comboBoxWaterSupply; private ImageComboBoxEdit comboBoxPackages; public TextEdit txtHouseholds; private TextEdit txtConstantPressure; private ImageComboBoxEdit textEditSupplyMode; private ImageComboBoxEdit imageComboBoxConnectionType; private TextEdit textEditConnectionAddress; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private ImageSlider imageSlider1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; } }