From a990956c484b788bde0f7eae0202d8303d76a106 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 26 八月 2024 14:14:28 +0800
Subject: [PATCH] bimface增加半透明与取消半透明功能

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs |  305 +++++++++++++++++---------------------------------
 1 files changed, 103 insertions(+), 202 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 809f4ae..78d2b93 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMultiMgrPage.Designer.cs
@@ -30,120 +30,38 @@
         {
             components = new Container();
             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);
-            bimfaceInterop3dContainer1 = new BimfaceInterop3dContainer();
-            hydroParterPropertyCtrl1 = new HydroParterPropertyCtrl();
             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();
+            sidePanelLeft_Bottom = new DevExpress.XtraEditors.SidePanel();
             accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
             accBasicInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement();
-            accSystemInfo = new DevExpress.XtraBars.Navigation.AccordionControlElement();
+            accAssetMgr = new DevExpress.XtraBars.Navigation.AccordionControlElement();
+            accHydraulicSimulation = 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);
+            accCreateScheme = new DevExpress.XtraBars.Navigation.AccordionControlElement();
+            accSchemeComparison = new DevExpress.XtraBars.Navigation.AccordionControlElement();
+            sidePanelLeft_Top = new DevExpress.XtraEditors.SidePanel();
             xhsSchemeMgrListCtrl1 = new XhsSchemeMgrListCtrl();
-            ((ISupportInitialize)ribbonControl1).BeginInit();
-            ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).BeginInit();
+            sidePanelRight_Bottom = new DevExpress.XtraEditors.SidePanel();
+            documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components);
+            tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components);
             ((ISupportInitialize)svgImg32).BeginInit();
             ((ISupportInitialize)dockManager1).BeginInit();
             dockPanel1.SuspendLayout();
             dockPanel1_Container.SuspendLayout();
-            sidePanel2.SuspendLayout();
+            sidePanelLeft_Bottom.SuspendLayout();
             ((ISupportInitialize)accordionControl1).BeginInit();
-            sidePanel1.SuspendLayout();
-            sidePanel3.SuspendLayout();
-            dockPanel2.SuspendLayout();
-            dockPanel2_Container.SuspendLayout();
-            ((ISupportInitialize)dockManager2).BeginInit();
+            sidePanelLeft_Top.SuspendLayout();
+            ((ISupportInitialize)documentManager1).BeginInit();
+            ((ISupportInitialize)tabbedView1).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(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(1124, 148);
-            ribbonControl1.Toolbar.ShowCustomizeItem = false;
-            ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
-            // 
-            // barBtnCalcu
-            // 
-            barBtnCalcu.Caption = "璁$畻";
-            barBtnCalcu.Id = 1;
-            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
-            // 
-            ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGroupForBasic });
-            ribbonPage1.Name = "ribbonPage1";
-            ribbonPage1.Text = "ribbonPage1";
-            // 
-            // ribPageGroupForBasic
-            // 
-            ribPageGroupForBasic.ItemLinks.Add(barBtnCalcu);
-            ribPageGroupForBasic.ItemLinks.Add(barBtnValid);
-            ribPageGroupForBasic.Name = "ribPageGroupForBasic";
-            ribPageGroupForBasic.Text = "鍩虹";
-            // 
-            // xhsProjectMgrViewModelBindingSource
-            // 
-            xhsProjectMgrViewModelBindingSource.DataSource = typeof(XhsProjectMgrViewModel);
             // 
             // svgImg32
             // 
             svgImg32.ImageSize = new Size(32, 32);
             svgImg32.Add("productquickshippments", "image://svgimages/outlook inspired/productquickshippments.svg");
-            // 
-            // bimfaceInterop3dContainer1
-            // 
-            bimfaceInterop3dContainer1.Dock = DockStyle.Fill;
-            bimfaceInterop3dContainer1.Location = new Point(0, 148);
-            bimfaceInterop3dContainer1.Margin = new Padding(6, 5, 6, 5);
-            bimfaceInterop3dContainer1.Name = "bimfaceInterop3dContainer1";
-            bimfaceInterop3dContainer1.Size = new Size(924, 901);
-            bimfaceInterop3dContainer1.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(199, 867);
-            hydroParterPropertyCtrl1.TabIndex = 0;
             // 
             // dockManager1
             // 
@@ -162,26 +80,26 @@
             dockPanel1.Name = "dockPanel1";
             dockPanel1.OriginalSize = new Size(300, 200);
             dockPanel1.Size = new Size(300, 1049);
-            dockPanel1.Text = "寰幆姘撮」鐩�";
+            dockPanel1.Text = "鏂规鍒楄〃";
             // 
             // dockPanel1_Container
             // 
-            dockPanel1_Container.Controls.Add(sidePanel2);
-            dockPanel1_Container.Controls.Add(sidePanel1);
+            dockPanel1_Container.Controls.Add(sidePanelLeft_Bottom);
+            dockPanel1_Container.Controls.Add(sidePanelLeft_Top);
             dockPanel1_Container.Location = new Point(0, 34);
             dockPanel1_Container.Name = "dockPanel1_Container";
             dockPanel1_Container.Size = new Size(299, 1015);
             dockPanel1_Container.TabIndex = 0;
             // 
-            // sidePanel2
+            // sidePanelLeft_Bottom
             // 
-            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";
+            sidePanelLeft_Bottom.Controls.Add(accordionControl1);
+            sidePanelLeft_Bottom.Dock = DockStyle.Fill;
+            sidePanelLeft_Bottom.Location = new Point(0, 369);
+            sidePanelLeft_Bottom.Name = "sidePanelLeft_Bottom";
+            sidePanelLeft_Bottom.Size = new Size(299, 646);
+            sidePanelLeft_Bottom.TabIndex = 1;
+            sidePanelLeft_Bottom.Text = "sidePanel2";
             // 
             // accordionControl1
             // 
@@ -193,7 +111,7 @@
             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.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accBasicInfo, accAssetMgr, accHydraulicSimulation, accScheme });
             accordionControl1.GroupHeight = 50;
             accordionControl1.ItemHeight = 35;
             accordionControl1.Location = new Point(0, 0);
@@ -205,92 +123,66 @@
             accordionControl1.Size = new Size(299, 646);
             accordionControl1.TabIndex = 0;
             accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
+            accordionControl1.ElementClick += accordionControl1_ElementClick;
             // 
             // 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 = "鍩烘湰淇℃伅";
+            accBasicInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+            accBasicInfo.Tag = "basic_info";
+            accBasicInfo.Text = "璇︾粏淇℃伅";
             // 
-            // accSystemInfo
+            // accAssetMgr
             // 
-            accSystemInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accSystemInfo.ImageOptions.SvgImage");
-            accSystemInfo.Name = "accSystemInfo";
-            accSystemInfo.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            accSystemInfo.Text = "绯荤粺淇℃伅";
+            accAssetMgr.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accAssetMgr.ImageOptions.SvgImage");
+            accAssetMgr.Name = "accAssetMgr";
+            accAssetMgr.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+            accAssetMgr.Tag = "asset_mgr";
+            accAssetMgr.Text = "璁惧绠$悊";
+            // 
+            // accHydraulicSimulation
+            // 
+            accHydraulicSimulation.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accHydraulicSimulation.ImageOptions.SvgImage");
+            accHydraulicSimulation.Name = "accHydraulicSimulation";
+            accHydraulicSimulation.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+            accHydraulicSimulation.Tag = "hydraulic_simulation";
+            accHydraulicSimulation.Text = "姘村姏妯℃嫙";
             // 
             // accScheme
             // 
-            accScheme.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accGeneralScheme });
+            accScheme.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] { accCreateScheme, accSchemeComparison });
             accScheme.Expanded = true;
             accScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accScheme.ImageOptions.SvgImage");
             accScheme.Name = "accScheme";
             accScheme.Text = "鏂规绠$悊";
             // 
-            // accGeneralScheme
+            // accCreateScheme
             // 
-            accGeneralScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accGeneralScheme.ImageOptions.SvgImage");
-            accGeneralScheme.Name = "accGeneralScheme";
-            accGeneralScheme.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            accGeneralScheme.Text = "閫氱敤鏂规";
+            accCreateScheme.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accCreateScheme.ImageOptions.SvgImage");
+            accCreateScheme.Name = "accCreateScheme";
+            accCreateScheme.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+            accCreateScheme.Tag = "create_scheme";
+            accCreateScheme.Text = "鍒涘缓鏂规";
             // 
-            // accAsset
+            // accSchemeComparison
             // 
-            accAsset.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accAsset.ImageOptions.SvgImage");
-            accAsset.Name = "accAsset";
-            accAsset.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
-            accAsset.Text = "璁惧绠$悊";
+            accSchemeComparison.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("accSchemeComparison.ImageOptions.SvgImage");
+            accSchemeComparison.Name = "accSchemeComparison";
+            accSchemeComparison.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+            accSchemeComparison.Tag = "scheme_comparison";
+            accSchemeComparison.Text = "鏂规瀵规瘮";
             // 
-            // sidePanel1
+            // sidePanelLeft_Top
             // 
-            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" });
+            sidePanelLeft_Top.Controls.Add(xhsSchemeMgrListCtrl1);
+            sidePanelLeft_Top.Dock = DockStyle.Top;
+            sidePanelLeft_Top.Location = new Point(0, 0);
+            sidePanelLeft_Top.Name = "sidePanelLeft_Top";
+            sidePanelLeft_Top.Size = new Size(299, 369);
+            sidePanelLeft_Top.TabIndex = 0;
+            sidePanelLeft_Top.Text = "sidePanel1";
             // 
             // xhsSchemeMgrListCtrl1
             // 
@@ -301,61 +193,70 @@
             xhsSchemeMgrListCtrl1.Size = new Size(299, 368);
             xhsSchemeMgrListCtrl1.TabIndex = 0;
             // 
-            // XhsSchemeMultiMgrPage
+            // sidePanelRight_Bottom
+            // 
+            sidePanelRight_Bottom.Dock = DockStyle.Fill;
+            sidePanelRight_Bottom.Location = new Point(301, 2);
+            sidePanelRight_Bottom.Name = "sidePanelRight_Bottom";
+            sidePanelRight_Bottom.Size = new Size(1124, 1049);
+            sidePanelRight_Bottom.TabIndex = 3;
+            sidePanelRight_Bottom.Text = "sidePanel3";
+            // 
+            // documentManager1
+            // 
+            documentManager1.ContainerControl = this;
+            documentManager1.View = tabbedView1;
+            documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { tabbedView1 });
+            // 
+            // tabbedView1
+            // 
+            tabbedView1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
+            tabbedView1.DocumentSelected += tabbedView1_DocumentSelected;
+            tabbedView1.DocumentAdded += tabbedView1_DocumentAdded;
+            tabbedView1.DocumentActivated += tabbedView1_DocumentActivated;
+            tabbedView1.DocumentClosed += tabbedView1_DocumentClosed;
+            // 
+            // XhsSchemeMultiMgrPageUpdate
             // 
             Appearance.BackColor = SystemColors.Control;
             Appearance.Options.UseBackColor = true;
             AutoScaleDimensions = new SizeF(10F, 22F);
             AutoScaleMode = AutoScaleMode.Font;
-            Controls.Add(sidePanel3);
+            Controls.Add(sidePanelRight_Bottom);
             Controls.Add(dockPanel1);
             Margin = new Padding(6, 8, 6, 8);
-            Name = "XhsSchemeMultiMgrPage";
+            Name = "XhsSchemeMultiMgrPageUpdate";
             Padding = new Padding(1, 2, 1, 2);
             Size = new Size(1426, 1053);
-            ((ISupportInitialize)ribbonControl1).EndInit();
-            ((ISupportInitialize)xhsProjectMgrViewModelBindingSource).EndInit();
             ((ISupportInitialize)svgImg32).EndInit();
             ((ISupportInitialize)dockManager1).EndInit();
             dockPanel1.ResumeLayout(false);
             dockPanel1_Container.ResumeLayout(false);
-            sidePanel2.ResumeLayout(false);
+            sidePanelLeft_Bottom.ResumeLayout(false);
             ((ISupportInitialize)accordionControl1).EndInit();
-            sidePanel1.ResumeLayout(false);
-            sidePanel3.ResumeLayout(false);
-            sidePanel3.PerformLayout();
-            dockPanel2.ResumeLayout(false);
-            dockPanel2_Container.ResumeLayout(false);
-            ((ISupportInitialize)dockManager2).EndInit();
+            sidePanelLeft_Top.ResumeLayout(false);
+            ((ISupportInitialize)documentManager1).EndInit();
+            ((ISupportInitialize)tabbedView1).EndInit();
             ResumeLayout(false);
         }
 
         #endregion
-
-        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
-        private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
-        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForBasic;
-        private DevExpress.XtraBars.BarButtonItem barBtnCalcu;
-        private BindingSource xhsProjectMgrViewModelBindingSource;
         private DevExpress.Utils.SvgImageCollection svgImg32;
-        private BimfaceInterop3dContainer bimfaceInterop3dContainer1;
-        private HydroParterPropertyCtrl hydroParterPropertyCtrl1;
-        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.XtraEditors.SidePanel sidePanelLeft_Bottom;
+        private DevExpress.XtraEditors.SidePanel sidePanelLeft_Top;
         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 DevExpress.XtraBars.Navigation.AccordionControlElement accHydraulicSimulation;
+        private DevExpress.XtraBars.Navigation.AccordionControlElement accAssetMgr;
+        private DevExpress.XtraEditors.SidePanel sidePanelRight_Bottom;
         private XhsSchemeMgrListCtrl xhsSchemeMgrListCtrl1;
+        private DevExpress.XtraBars.Navigation.AccordionControlElement accCreateScheme;
+        private DevExpress.XtraBars.Navigation.AccordionControlElement accSchemeComparison;
+        private DevExpress.XtraBars.Docking2010.DocumentManager documentManager1;
+        private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView1;
     }
 }

--
Gitblit v1.9.3