From c07b3c05c06f7b32dc52f936895f4fc9f33a5c87 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 14 八月 2024 14:13:45 +0800 Subject: [PATCH] 界面微调 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs | 308 ++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 229 insertions(+), 79 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs index 33c1a01..809f4ae 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs @@ -32,41 +32,61 @@ ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsSchemeMultiMgrPage)); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barBtnCalcu = new DevExpress.XtraBars.BarButtonItem(); + barBtnValid = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); xhsProjectMgrViewModelBindingSource = new BindingSource(components); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); - panelControl1 = new DevExpress.XtraEditors.PanelControl(); bimfaceInterop3dContainer1 = new BimfaceInterop3dContainer(); - dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); - docPnlProperty = new DevExpress.XtraBars.Docking.DockPanel(); - dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); hydroParterPropertyCtrl1 = new HydroParterPropertyCtrl(); - barBtnValid = new DevExpress.XtraBars.BarButtonItem(); + dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); + dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); + dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + sidePanel2 = new DevExpress.XtraEditors.SidePanel(); + accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl(); + accBasicInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + accSystemInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + accScheme = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + accGeneralScheme = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + accAsset = new DevExpress.XtraBars.Navigation.AccordionControlElement(); + sidePanel1 = new DevExpress.XtraEditors.SidePanel(); + sidePanel3 = new DevExpress.XtraEditors.SidePanel(); + dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel(); + dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + dockManager2 = new DevExpress.XtraBars.Docking.DockManager(components); + xhsSchemeMgrListCtrl1 = new XhsSchemeMgrListCtrl(); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).BeginInit(); ((ISupportInitialize)svgImg32).BeginInit(); - ((ISupportInitialize)panelControl1).BeginInit(); - panelControl1.SuspendLayout(); - bimfaceInterop3dContainer1.SuspendLayout(); ((ISupportInitialize)dockManager1).BeginInit(); - docPnlProperty.SuspendLayout(); + dockPanel1.SuspendLayout(); dockPanel1_Container.SuspendLayout(); + sidePanel2.SuspendLayout(); + ((ISupportInitialize)accordionControl1).BeginInit(); + sidePanel1.SuspendLayout(); + sidePanel3.SuspendLayout(); + dockPanel2.SuspendLayout(); + dockPanel2_Container.SuspendLayout(); + ((ISupportInitialize)dockManager2).BeginInit(); SuspendLayout(); // // ribbonControl1 // + ribbonControl1.EmptyAreaImageOptions.ImagePadding = new Padding(43, 47, 43, 47); ribbonControl1.ExpandCollapseItem.Id = 0; + ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnCalcu, barBtnValid }); - ribbonControl1.Location = new Point(1, 1); + ribbonControl1.Location = new Point(0, 0); + ribbonControl1.Margin = new Padding(4, 5, 4, 5); ribbonControl1.MaxItemId = 15; ribbonControl1.Name = "ribbonControl1"; + ribbonControl1.OptionsMenuMinWidth = 471; ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.ShowToolbarCustomizeItem = false; - ribbonControl1.Size = new Size(996, 128); + ribbonControl1.Size = new Size(1124, 148); ribbonControl1.Toolbar.ShowCustomizeItem = false; ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // @@ -74,8 +94,15 @@ // barBtnCalcu.Caption = "璁$畻"; barBtnCalcu.Id = 1; - barBtnCalcu.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage"); + barBtnCalcu.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCalcu.ImageOptions.SvgImage"); barBtnCalcu.Name = "barBtnCalcu"; + // + // barBtnValid + // + barBtnValid.Caption = "楠岃瘉"; + barBtnValid.Id = 14; + barBtnValid.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnValid.ImageOptions.SvgImage"); + barBtnValid.Name = "barBtnValid"; // // ribbonPage1 // @@ -99,97 +126,208 @@ svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("productquickshippments", "image://svgimages/outlook inspired/productquickshippments.svg"); // - // panelControl1 - // - panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; - panelControl1.Controls.Add(bimfaceInterop3dContainer1); - panelControl1.Dock = DockStyle.Fill; - panelControl1.Location = new Point(1, 129); - panelControl1.Name = "panelControl1"; - panelControl1.Padding = new Padding(0, 1, 0, 0); - panelControl1.Size = new Size(996, 540); - panelControl1.TabIndex = 5; - // // bimfaceInterop3dContainer1 // - bimfaceInterop3dContainer1.Controls.Add(docPnlProperty); bimfaceInterop3dContainer1.Dock = DockStyle.Fill; - bimfaceInterop3dContainer1.Location = new Point(0, 1); - bimfaceInterop3dContainer1.Margin = new Padding(4, 3, 4, 3); + bimfaceInterop3dContainer1.Location = new Point(0, 148); + bimfaceInterop3dContainer1.Margin = new Padding(6, 5, 6, 5); bimfaceInterop3dContainer1.Name = "bimfaceInterop3dContainer1"; - bimfaceInterop3dContainer1.Size = new Size(996, 539); + bimfaceInterop3dContainer1.Size = new Size(924, 901); bimfaceInterop3dContainer1.TabIndex = 0; - // - // dockManager1 - // - dockManager1.Form = bimfaceInterop3dContainer1; - dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { docPnlProperty }); - dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); - // - // docPnlProperty - // - docPnlProperty.Controls.Add(dockPanel1_Container); - docPnlProperty.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; - docPnlProperty.ID = new Guid("046def5f-b6d5-4051-a126-6119e05c2220"); - docPnlProperty.Location = new Point(796, 0); - docPnlProperty.Name = "docPnlProperty"; - docPnlProperty.Options.AllowDockBottom = false; - docPnlProperty.Options.AllowDockFill = false; - docPnlProperty.Options.AllowDockLeft = false; - docPnlProperty.Options.AllowDockTop = false; - docPnlProperty.Options.AllowFloating = false; - docPnlProperty.Options.FloatOnDblClick = false; - docPnlProperty.Options.ShowCloseButton = false; - docPnlProperty.OriginalSize = new Size(200, 200); - docPnlProperty.Size = new Size(200, 539); - docPnlProperty.Text = "灞炴��"; - // - // dockPanel1_Container - // - dockPanel1_Container.Controls.Add(hydroParterPropertyCtrl1); - dockPanel1_Container.Location = new Point(4, 26); - dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(193, 510); - dockPanel1_Container.TabIndex = 0; // // hydroParterPropertyCtrl1 // hydroParterPropertyCtrl1.Dock = DockStyle.Fill; hydroParterPropertyCtrl1.Location = new Point(0, 0); + hydroParterPropertyCtrl1.Margin = new Padding(4, 5, 4, 5); hydroParterPropertyCtrl1.Name = "hydroParterPropertyCtrl1"; hydroParterPropertyCtrl1.SelectedObject = null; - hydroParterPropertyCtrl1.Size = new Size(193, 510); + hydroParterPropertyCtrl1.Size = new Size(199, 867); hydroParterPropertyCtrl1.TabIndex = 0; // - // barBtnValid + // dockManager1 // - barBtnValid.Caption = "楠岃瘉"; - barBtnValid.Id = 14; - barBtnValid.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnValid.ImageOptions.SvgImage"); - barBtnValid.Name = "barBtnValid"; + dockManager1.DockingOptions.ShowCloseButton = false; + dockManager1.Form = this; + dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 }); + dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; + dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); + // + // dockPanel1 + // + dockPanel1.Controls.Add(dockPanel1_Container); + dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; + dockPanel1.ID = new Guid("cb448c2a-aea0-46f3-b657-46889850e2a7"); + dockPanel1.Location = new Point(1, 2); + dockPanel1.Name = "dockPanel1"; + dockPanel1.OriginalSize = new Size(300, 200); + dockPanel1.Size = new Size(300, 1049); + dockPanel1.Text = "寰幆姘撮」鐩�"; + // + // dockPanel1_Container + // + dockPanel1_Container.Controls.Add(sidePanel2); + dockPanel1_Container.Controls.Add(sidePanel1); + dockPanel1_Container.Location = new Point(0, 34); + dockPanel1_Container.Name = "dockPanel1_Container"; + dockPanel1_Container.Size = new Size(299, 1015); + dockPanel1_Container.TabIndex = 0; + // + // sidePanel2 + // + sidePanel2.Controls.Add(accordionControl1); + sidePanel2.Dock = DockStyle.Fill; + sidePanel2.Location = new Point(0, 369); + sidePanel2.Name = "sidePanel2"; + sidePanel2.Size = new Size(299, 646); + sidePanel2.TabIndex = 1; + sidePanel2.Text = "sidePanel2"; + // + // accordionControl1 + // + accordionControl1.AnimationType = DevExpress.XtraBars.Navigation.AnimationType.Spline; + accordionControl1.Appearance.Group.Default.FontSizeDelta = 2; + accordionControl1.Appearance.Group.Default.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Hyperlink; + accordionControl1.Appearance.Group.Default.Options.UseFont = true; + accordionControl1.Appearance.Group.Default.Options.UseForeColor = true; + accordionControl1.Appearance.Item.Default.FontSizeDelta = 1; + accordionControl1.Appearance.Item.Default.Options.UseFont = true; + accordionControl1.Dock = DockStyle.Fill; + accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accBasicInfo, accScheme, accAsset }); + accordionControl1.GroupHeight = 50; + accordionControl1.ItemHeight = 35; + accordionControl1.Location = new Point(0, 0); + accordionControl1.Name = "accordionControl1"; + accordionControl1.OptionsHamburgerMenu.HighlightRootElements = DevExpress.Utils.DefaultBoolean.False; + accordionControl1.OptionsMinimizing.AllowFooterResizing = false; + accordionControl1.OptionsMinimizing.AllowMinimizeMode = DevExpress.Utils.DefaultBoolean.False; + accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Fluent; + accordionControl1.Size = new Size(299, 646); + accordionControl1.TabIndex = 0; + accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu; + // + // accBasicInfo + // + accBasicInfo.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accSystemInfo }); + accBasicInfo.Expanded = true; + accBasicInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accBasicInfo.ImageOptions.SvgImage"); + accBasicInfo.Name = "accBasicInfo"; + accBasicInfo.Text = "鍩烘湰淇℃伅"; + // + // accSystemInfo + // + accSystemInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accSystemInfo.ImageOptions.SvgImage"); + accSystemInfo.Name = "accSystemInfo"; + accSystemInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + accSystemInfo.Text = "绯荤粺淇℃伅"; + // + // accScheme + // + accScheme.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accGeneralScheme }); + accScheme.Expanded = true; + accScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accScheme.ImageOptions.SvgImage"); + accScheme.Name = "accScheme"; + accScheme.Text = "鏂规绠$悊"; + // + // accGeneralScheme + // + accGeneralScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accGeneralScheme.ImageOptions.SvgImage"); + accGeneralScheme.Name = "accGeneralScheme"; + accGeneralScheme.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + accGeneralScheme.Text = "閫氱敤鏂规"; + // + // accAsset + // + accAsset.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accAsset.ImageOptions.SvgImage"); + accAsset.Name = "accAsset"; + accAsset.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item; + accAsset.Text = "璁惧绠$悊"; + // + // sidePanel1 + // + sidePanel1.Controls.Add(xhsSchemeMgrListCtrl1); + sidePanel1.Dock = DockStyle.Top; + sidePanel1.Location = new Point(0, 0); + sidePanel1.Name = "sidePanel1"; + sidePanel1.Size = new Size(299, 369); + sidePanel1.TabIndex = 0; + sidePanel1.Text = "sidePanel1"; + // + // sidePanel3 + // + sidePanel3.Controls.Add(bimfaceInterop3dContainer1); + sidePanel3.Controls.Add(dockPanel2); + sidePanel3.Controls.Add(ribbonControl1); + sidePanel3.Dock = DockStyle.Fill; + sidePanel3.Location = new Point(301, 2); + sidePanel3.Name = "sidePanel3"; + sidePanel3.Size = new Size(1124, 1049); + sidePanel3.TabIndex = 3; + sidePanel3.Text = "sidePanel3"; + // + // dockPanel2 + // + dockPanel2.Controls.Add(dockPanel2_Container); + dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; + dockPanel2.ID = new Guid("5363665d-f7d6-48ea-83fa-e58f42588fa6"); + dockPanel2.Location = new Point(924, 148); + dockPanel2.Name = "dockPanel2"; + dockPanel2.OriginalSize = new Size(200, 200); + dockPanel2.Size = new Size(200, 901); + dockPanel2.Text = "灞炴�ч潰鏉�"; + // + // dockPanel2_Container + // + dockPanel2_Container.Controls.Add(hydroParterPropertyCtrl1); + dockPanel2_Container.Location = new Point(1, 34); + dockPanel2_Container.Name = "dockPanel2_Container"; + dockPanel2_Container.Size = new Size(199, 867); + dockPanel2_Container.TabIndex = 0; + // + // dockManager2 + // + dockManager2.DockingOptions.ShowCloseButton = false; + dockManager2.Form = sidePanel3; + dockManager2.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel2 }); + dockManager2.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; + dockManager2.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "System.Windows.Forms.StatusBar", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl" }); + // + // xhsSchemeMgrListCtrl1 + // + xhsSchemeMgrListCtrl1.Dock = DockStyle.Fill; + xhsSchemeMgrListCtrl1.Location = new Point(0, 0); + xhsSchemeMgrListCtrl1.Margin = new Padding(4, 5, 4, 5); + xhsSchemeMgrListCtrl1.Name = "xhsSchemeMgrListCtrl1"; + xhsSchemeMgrListCtrl1.Size = new Size(299, 368); + xhsSchemeMgrListCtrl1.TabIndex = 0; // // XhsSchemeMultiMgrPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; - AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; - Controls.Add(panelControl1); - Controls.Add(ribbonControl1); + Controls.Add(sidePanel3); + Controls.Add(dockPanel1); + Margin = new Padding(6, 8, 6, 8); Name = "XhsSchemeMultiMgrPage"; - Padding = new Padding(1); - Size = new Size(998, 670); + Padding = new Padding(1, 2, 1, 2); + Size = new Size(1426, 1053); ((ISupportInitialize)ribbonControl1).EndInit(); ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).EndInit(); ((ISupportInitialize)svgImg32).EndInit(); - ((ISupportInitialize)panelControl1).EndInit(); - panelControl1.ResumeLayout(false); - bimfaceInterop3dContainer1.ResumeLayout(false); ((ISupportInitialize)dockManager1).EndInit(); - docPnlProperty.ResumeLayout(false); + dockPanel1.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); + sidePanel2.ResumeLayout(false); + ((ISupportInitialize)accordionControl1).EndInit(); + sidePanel1.ResumeLayout(false); + sidePanel3.ResumeLayout(false); + sidePanel3.PerformLayout(); + dockPanel2.ResumeLayout(false); + dockPanel2_Container.ResumeLayout(false); + ((ISupportInitialize)dockManager2).EndInit(); ResumeLayout(false); - PerformLayout(); } #endregion @@ -200,12 +338,24 @@ private DevExpress.XtraBars.BarButtonItem barBtnCalcu; private BindingSource xhsProjectMgrViewModelBindingSource; private DevExpress.Utils.SvgImageCollection svgImg32; - private DevExpress.XtraEditors.PanelControl panelControl1; private BimfaceInterop3dContainer bimfaceInterop3dContainer1; - private DevExpress.XtraBars.Docking.DockPanel docPnlProperty; - private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; private HydroParterPropertyCtrl hydroParterPropertyCtrl1; - private DevExpress.XtraBars.Docking.DockManager dockManager1; private DevExpress.XtraBars.BarButtonItem barBtnValid; + private DevExpress.XtraBars.Docking.DockManager dockManager1; + private DevExpress.XtraBars.Docking.DockPanel dockPanel1; + private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; + private DevExpress.XtraEditors.SidePanel sidePanel2; + private DevExpress.XtraEditors.SidePanel sidePanel1; + private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1; + private DevExpress.XtraBars.Navigation.AccordionControlElement accBasicInfo; + private DevExpress.XtraBars.Navigation.AccordionControlElement accSystemInfo; + private DevExpress.XtraBars.Navigation.AccordionControlElement accScheme; + private DevExpress.XtraBars.Navigation.AccordionControlElement accGeneralScheme; + private DevExpress.XtraBars.Navigation.AccordionControlElement accAsset; + private DevExpress.XtraEditors.SidePanel sidePanel3; + private DevExpress.XtraBars.Docking.DockPanel dockPanel2; + private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container; + private DevExpress.XtraBars.Docking.DockManager dockManager2; + private XhsSchemeMgrListCtrl xhsSchemeMgrListCtrl1; } } -- Gitblit v1.9.3