From 5609fda53579c706386a3b1a409c3eed15de14c1 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 九月 2024 10:16:47 +0800 Subject: [PATCH] 优化资产匹配列表界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs | 436 ++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 323 insertions(+), 113 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs index e60a372..eddb617 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs @@ -37,13 +37,18 @@ barBtnSave = new DevExpress.XtraBars.BarButtonItem(); barBtnHydroParterList = new DevExpress.XtraBars.BarButtonItem(); barBtnShowHide = new DevExpress.XtraBars.BarButtonItem(); - barBtnAllAutoMatching = new DevExpress.XtraBars.BarButtonItem(); - barBtnSingleMatching = new DevExpress.XtraBars.BarSubItem(); - barBtnPumpMatching = new DevExpress.XtraBars.BarButtonItem(); - barBtnValveMatching = new DevExpress.XtraBars.BarButtonItem(); - barBtnPipeMatching = new DevExpress.XtraBars.BarButtonItem(); - barBtn = new DevExpress.XtraBars.BarButtonItem(); - BtnPerformChart = new DevExpress.XtraBars.BarButtonItem(); + barBtnMatchingList = new DevExpress.XtraBars.BarButtonItem(); + barBtnUnMatchingList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetPumpList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetValveList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetPipeList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetElbowsList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetThreelinkList = new DevExpress.XtraBars.BarButtonItem(); + barBtnFourlinkList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetTranslationList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetExchangerList = new DevExpress.XtraBars.BarButtonItem(); + barBtnSetJunctionList = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); @@ -54,45 +59,65 @@ xhsProjectSimulationBimfaceCtrl1 = new XhsProjectSimulationBimfaceCtrl(); pageQ3d = new DevExpress.XtraBars.Navigation.TabNavigationPage(); xhsProjectSimulationQ3dCtrl1 = new XhsProjectSimulationQ3dCtrl(); + tabPageL3d = new DevExpress.XtraBars.Navigation.TabNavigationPage(); + xhsProjectSimulationL3dCtrl1 = new XhsProjectSimulationL3dCtrl(); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); docPnlProperty = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); xhsProjectSimulationPropertyCtrl1 = new XhsProjectSimulationPropertyCtrl(); + docPnlHydroParterList = new DevExpress.XtraBars.Docking.DockPanel(); + controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer(); + hydroParterListCtrl1 = new HydroParterListCtrl(); + docPnlHydroCalcu = new DevExpress.XtraBars.Docking.DockPanel(); + controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer(); + xhsProjectSimulationHydroCalcuFailedCtrl1 = new XhsProjectSimulationHydroCalcuFailedCtrl(); docPnlHydroCheck = new DevExpress.XtraBars.Docking.DockPanel(); controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer(); xhsProjectSimulationHydroCheckFailedCtrl1 = new XhsProjectSimulationHydroCheckFailedCtrl(); - docPnlHydroCalcu = new DevExpress.XtraBars.Docking.DockPanel(); - controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer(); + docPnlUnMatchingList = new DevExpress.XtraBars.Docking.DockPanel(); + controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer(); + xhsProjectSimulationUnMatchingListCtrl1 = new XhsProjectSimulationUnMatchingListCtrl(); + docPnlMatchingList = new DevExpress.XtraBars.Docking.DockPanel(); + controlContainer5 = new DevExpress.XtraBars.Docking.ControlContainer(); + xhsProjectSimulationMatchingListCtrl1 = new Xhs.XhsProjectSimulationMatchingListCtrl(); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); - xhsProjectSimulationHydroCalcuFailedCtrl1 = new XhsProjectSimulationHydroCalcuFailedCtrl(); + rmSet = new DevExpress.XtraBars.Ribbon.RadialMenu(components); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)tabPane1).BeginInit(); tabPane1.SuspendLayout(); pageBimface.SuspendLayout(); pageQ3d.SuspendLayout(); + tabPageL3d.SuspendLayout(); ((ISupportInitialize)dockManager1).BeginInit(); docPnlProperty.SuspendLayout(); dockPanel1_Container.SuspendLayout(); - docPnlHydroCheck.SuspendLayout(); - controlContainer1.SuspendLayout(); + docPnlHydroParterList.SuspendLayout(); + controlContainer3.SuspendLayout(); docPnlHydroCalcu.SuspendLayout(); controlContainer2.SuspendLayout(); + docPnlHydroCheck.SuspendLayout(); + controlContainer1.SuspendLayout(); + docPnlUnMatchingList.SuspendLayout(); + controlContainer4.SuspendLayout(); + docPnlMatchingList.SuspendLayout(); + controlContainer5.SuspendLayout(); ((ISupportInitialize)svgImg32).BeginInit(); + ((ISupportInitialize)rmSet).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; - ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnHydroCheck, barBtnHydroCalcu, barBtnHydroExportInp, barBtnSave, barBtnHydroParterList, barBtnShowHide, barBtnAllAutoMatching, barBtnSingleMatching, barBtnPumpMatching, barBtnValveMatching, barBtnPipeMatching, barBtn, BtnPerformChart }); + ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnHydroCheck, barBtnHydroCalcu, barBtnHydroExportInp, barBtnSave, barBtnHydroParterList, barBtnShowHide, barBtnMatchingList, barBtnUnMatchingList, barBtnSetList, barBtnSetPumpList, barBtnSetValveList, barBtnSetPipeList, barBtnSetElbowsList, barBtnSetThreelinkList, barBtnFourlinkList, barBtnSetTranslationList, barBtnSetExchangerList, barBtnSetJunctionList }); ribbonControl1.Location = new Point(0, 0); - ribbonControl1.MaxItemId = 19; + ribbonControl1.MaxItemId = 31; ribbonControl1.Name = "ribbonControl1"; 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.Size = new Size(1051, 128); + ribbonControl1.Size = new Size(1161, 128); ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnHydroCheck @@ -143,57 +168,92 @@ barBtnShowHide.Name = "barBtnShowHide"; barBtnShowHide.ItemClick += barBtnShowHide_ItemClick; // - // barBtnAllAutoMatching + // barBtnMatchingList // - barBtnAllAutoMatching.Caption = "鑷姩鍖归厤"; - barBtnAllAutoMatching.Id = 10; - barBtnAllAutoMatching.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAllAutoMatching.ImageOptions.SvgImage"); - barBtnAllAutoMatching.Name = "barBtnAllAutoMatching"; - barBtnAllAutoMatching.ItemClick += barBtnAllAutoMatching_ItemClick; + barBtnMatchingList.Caption = "鑷姩鍖归厤"; + barBtnMatchingList.Id = 10; + barBtnMatchingList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnMatchingList.ImageOptions.SvgImage"); + barBtnMatchingList.Name = "barBtnMatchingList"; + barBtnMatchingList.ItemClick += barBtnMatching_ItemClick; // - // barBtnSingleMatching + // barBtnUnMatchingList // - barBtnSingleMatching.Caption = "鏋勪欢閰嶇疆"; - barBtnSingleMatching.Id = 13; - barBtnSingleMatching.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSingleMatching.ImageOptions.SvgImage"); - barBtnSingleMatching.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnPumpMatching), new DevExpress.XtraBars.LinkPersistInfo(barBtnValveMatching), new DevExpress.XtraBars.LinkPersistInfo(barBtnPipeMatching), new DevExpress.XtraBars.LinkPersistInfo(barBtn) }); - barBtnSingleMatching.Name = "barBtnSingleMatching"; + barBtnUnMatchingList.Caption = "鏈尮閰嶅垪琛�"; + barBtnUnMatchingList.Id = 19; + barBtnUnMatchingList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUnMatchingList.ImageOptions.SvgImage"); + barBtnUnMatchingList.Name = "barBtnUnMatchingList"; + barBtnUnMatchingList.ItemClick += barBtnUnMatchingList_ItemClick; // - // barBtnPumpMatching + // barBtnSetList // - barBtnPumpMatching.Caption = "姘存车"; - barBtnPumpMatching.Id = 14; - barBtnPumpMatching.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPumpMatching.ImageOptions.SvgImage"); - barBtnPumpMatching.Name = "barBtnPumpMatching"; + barBtnSetList.Caption = "鎵归噺閰嶇疆"; + barBtnSetList.Id = 21; + barBtnSetList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetList.ImageOptions.SvgImage"); + barBtnSetList.Name = "barBtnSetList"; + barBtnSetList.ItemClick += barBtnSetList_ItemClick; // - // barBtnValveMatching + // barBtnSetPumpList // - barBtnValveMatching.Caption = "闃�闂�"; - barBtnValveMatching.Id = 15; - barBtnValveMatching.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnValveMatching.ImageOptions.SvgImage"); - barBtnValveMatching.Name = "barBtnValveMatching"; + barBtnSetPumpList.Caption = "姘存车"; + barBtnSetPumpList.CloseRadialMenuOnItemClick = true; + barBtnSetPumpList.Id = 22; + barBtnSetPumpList.Name = "barBtnSetPumpList"; // - // barBtnPipeMatching + // barBtnSetValveList // - barBtnPipeMatching.Caption = "绠¢亾"; - barBtnPipeMatching.Id = 16; - barBtnPipeMatching.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnPipeMatching.ImageOptions.SvgImage"); - barBtnPipeMatching.Name = "barBtnPipeMatching"; + barBtnSetValveList.Caption = "闃�闂�"; + barBtnSetValveList.CloseRadialMenuOnItemClick = true; + barBtnSetValveList.Id = 23; + barBtnSetValveList.Name = "barBtnSetValveList"; // - // barBtn + // barBtnSetPipeList // - barBtn.Caption = "寮ご"; - barBtn.Id = 17; - barBtn.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtn.ImageOptions.SvgImage"); - barBtn.Name = "barBtn"; + barBtnSetPipeList.Caption = "绠¢亾"; + barBtnSetPipeList.CloseRadialMenuOnItemClick = true; + barBtnSetPipeList.Id = 24; + barBtnSetPipeList.Name = "barBtnSetPipeList"; // - // BtnPerformChart + // barBtnSetElbowsList // - BtnPerformChart.Caption = "鏄剧ず鏇茬嚎"; - BtnPerformChart.Id = 18; - BtnPerformChart.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnPerformChart.ImageOptions.SvgImage"); - BtnPerformChart.Name = "BtnPerformChart"; - BtnPerformChart.ItemClick += BtnPerformChart_ItemClick; + barBtnSetElbowsList.Caption = "寮ご"; + barBtnSetElbowsList.CloseRadialMenuOnItemClick = true; + barBtnSetElbowsList.Id = 25; + barBtnSetElbowsList.Name = "barBtnSetElbowsList"; + // + // barBtnSetThreelinkList + // + barBtnSetThreelinkList.Caption = "涓夐��"; + barBtnSetThreelinkList.CloseRadialMenuOnItemClick = true; + barBtnSetThreelinkList.Id = 26; + barBtnSetThreelinkList.Name = "barBtnSetThreelinkList"; + // + // barBtnFourlinkList + // + barBtnFourlinkList.Caption = "鍥涢��"; + barBtnFourlinkList.CloseRadialMenuOnItemClick = true; + barBtnFourlinkList.Id = 27; + barBtnFourlinkList.Name = "barBtnFourlinkList"; + // + // barBtnSetTranslationList + // + barBtnSetTranslationList.Caption = "杩囨浮浠�"; + barBtnSetTranslationList.CloseRadialMenuOnItemClick = true; + barBtnSetTranslationList.Id = 28; + barBtnSetTranslationList.Name = "barBtnSetTranslationList"; + // + // barBtnSetExchangerList + // + barBtnSetExchangerList.Caption = "鎹㈢儹鍣�"; + barBtnSetExchangerList.CloseRadialMenuOnItemClick = true; + barBtnSetExchangerList.Id = 29; + barBtnSetExchangerList.Name = "barBtnSetExchangerList"; + // + // barBtnSetJunctionList + // + barBtnSetJunctionList.Caption = "杩炴帴鑺傜偣"; + barBtnSetJunctionList.CloseRadialMenuOnItemClick = true; + barBtnSetJunctionList.Id = 30; + barBtnSetJunctionList.Name = "barBtnSetJunctionList"; // // ribbonPage1 // @@ -203,9 +263,10 @@ // // ribbonPageGroup1 // - ribbonPageGroup1.ItemLinks.Add(barBtnAllAutoMatching); - ribbonPageGroup1.ItemLinks.Add(barBtnSingleMatching); + ribbonPageGroup1.ItemLinks.Add(barBtnMatchingList); + ribbonPageGroup1.ItemLinks.Add(barBtnUnMatchingList); ribbonPageGroup1.ItemLinks.Add(barBtnShowHide); + ribbonPageGroup1.ItemLinks.Add(barBtnSetList); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "妯″瀷"; // @@ -221,7 +282,6 @@ // ribbonPageGroup3 // ribbonPageGroup3.ItemLinks.Add(barBtnSave); - ribbonPageGroup3.ItemLinks.Add(BtnPerformChart); ribbonPageGroup3.Name = "ribbonPageGroup3"; ribbonPageGroup3.Text = "鏇村..."; // @@ -234,13 +294,14 @@ // tabPane1.Controls.Add(pageBimface); tabPane1.Controls.Add(pageQ3d); + tabPane1.Controls.Add(tabPageL3d); tabPane1.Dock = DockStyle.Fill; tabPane1.Location = new Point(0, 128); tabPane1.Name = "tabPane1"; - tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { pageBimface, pageQ3d }); - tabPane1.RegularSize = new Size(776, 134); + tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { pageBimface, pageQ3d, tabPageL3d }); + tabPane1.RegularSize = new Size(886, 182); tabPane1.SelectedPage = pageBimface; - tabPane1.Size = new Size(776, 134); + tabPane1.Size = new Size(886, 182); tabPane1.TabIndex = 1; tabPane1.Text = "tabPane1"; // @@ -249,36 +310,52 @@ pageBimface.Caption = "涓夌淮妯″瀷"; pageBimface.Controls.Add(xhsProjectSimulationBimfaceCtrl1); pageBimface.Name = "pageBimface"; - pageBimface.Size = new Size(776, 101); + pageBimface.Size = new Size(886, 149); // // xhsProjectSimulationBimfaceCtrl1 // xhsProjectSimulationBimfaceCtrl1.Dock = DockStyle.Fill; xhsProjectSimulationBimfaceCtrl1.Location = new Point(0, 0); xhsProjectSimulationBimfaceCtrl1.Name = "xhsProjectSimulationBimfaceCtrl1"; - xhsProjectSimulationBimfaceCtrl1.Size = new Size(776, 101); + xhsProjectSimulationBimfaceCtrl1.Size = new Size(886, 149); xhsProjectSimulationBimfaceCtrl1.TabIndex = 0; - xhsProjectSimulationBimfaceCtrl1.ClickParterEvent += xhsProjectSimulationBimfaceCtrl1_ClickParterEvent; + xhsProjectSimulationBimfaceCtrl1.HydroClickEvent += xhsProjectSimulationBimfaceCtrl1_HydroClickEvent; + xhsProjectSimulationBimfaceCtrl1.LoadCompletedEvent += xhsProjectSimulationBimfaceCtrl1_LoadCompletedEvent; // // pageQ3d // pageQ3d.Caption = "姘村姏妯″瀷"; pageQ3d.Controls.Add(xhsProjectSimulationQ3dCtrl1); pageQ3d.Name = "pageQ3d"; - pageQ3d.Size = new Size(776, 301); + pageQ3d.Size = new Size(886, 185); // // xhsProjectSimulationQ3dCtrl1 // xhsProjectSimulationQ3dCtrl1.Dock = DockStyle.Fill; xhsProjectSimulationQ3dCtrl1.Location = new Point(0, 0); xhsProjectSimulationQ3dCtrl1.Name = "xhsProjectSimulationQ3dCtrl1"; - xhsProjectSimulationQ3dCtrl1.Size = new Size(776, 301); + xhsProjectSimulationQ3dCtrl1.Size = new Size(886, 185); xhsProjectSimulationQ3dCtrl1.TabIndex = 0; + // + // tabPageL3d + // + tabPageL3d.Caption = "L3d"; + tabPageL3d.Controls.Add(xhsProjectSimulationL3dCtrl1); + tabPageL3d.Name = "tabPageL3d"; + tabPageL3d.Size = new Size(886, 185); + // + // xhsProjectSimulationL3dCtrl1 + // + xhsProjectSimulationL3dCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationL3dCtrl1.Location = new Point(0, 0); + xhsProjectSimulationL3dCtrl1.Name = "xhsProjectSimulationL3dCtrl1"; + xhsProjectSimulationL3dCtrl1.Size = new Size(886, 185); + xhsProjectSimulationL3dCtrl1.TabIndex = 0; // // dockManager1 // dockManager1.Form = this; - dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { docPnlProperty, docPnlHydroCalcu, docPnlHydroCheck }); + dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { docPnlProperty, docPnlHydroParterList, docPnlHydroCalcu, docPnlHydroCheck, docPnlUnMatchingList, docPnlMatchingList }); 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 @@ -286,10 +363,10 @@ docPnlProperty.Controls.Add(dockPanel1_Container); docPnlProperty.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; docPnlProperty.ID = new Guid("cffe2560-3445-4488-83cf-b9e4b936ff18"); - docPnlProperty.Location = new Point(776, 128); + docPnlProperty.Location = new Point(886, 128); docPnlProperty.Name = "docPnlProperty"; docPnlProperty.OriginalSize = new Size(275, 200); - docPnlProperty.Size = new Size(275, 622); + docPnlProperty.Size = new Size(275, 611); docPnlProperty.Text = "灞炴��"; // // dockPanel1_Container @@ -297,7 +374,7 @@ dockPanel1_Container.Controls.Add(xhsProjectSimulationPropertyCtrl1); dockPanel1_Container.Location = new Point(4, 26); dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(268, 593); + dockPanel1_Container.Size = new Size(268, 582); dockPanel1_Container.TabIndex = 0; // // xhsProjectSimulationPropertyCtrl1 @@ -305,38 +382,38 @@ xhsProjectSimulationPropertyCtrl1.Dock = DockStyle.Fill; xhsProjectSimulationPropertyCtrl1.Location = new Point(0, 0); xhsProjectSimulationPropertyCtrl1.Name = "xhsProjectSimulationPropertyCtrl1"; - xhsProjectSimulationPropertyCtrl1.Size = new Size(268, 593); + xhsProjectSimulationPropertyCtrl1.Size = new Size(268, 582); xhsProjectSimulationPropertyCtrl1.TabIndex = 0; // - // docPnlHydroCheck + // docPnlHydroParterList // - docPnlHydroCheck.Controls.Add(controlContainer1); - docPnlHydroCheck.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; - docPnlHydroCheck.ID = new Guid("dee18895-8b3d-44cd-9001-28bee516095d"); - docPnlHydroCheck.Location = new Point(0, 262); - docPnlHydroCheck.Name = "docPnlHydroCheck"; - docPnlHydroCheck.OriginalSize = new Size(200, 252); - docPnlHydroCheck.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; - docPnlHydroCheck.SavedIndex = 1; - docPnlHydroCheck.Size = new Size(776, 252); - docPnlHydroCheck.Text = "姘村姏鏍¢獙"; + docPnlHydroParterList.Controls.Add(controlContainer3); + docPnlHydroParterList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; + docPnlHydroParterList.FloatVertical = true; + docPnlHydroParterList.ID = new Guid("facc1bde-3cf7-455c-b59c-8377daa6b90e"); + docPnlHydroParterList.Location = new Point(0, 660); + docPnlHydroParterList.Name = "docPnlHydroParterList"; + docPnlHydroParterList.OriginalSize = new Size(200, 79); + docPnlHydroParterList.Size = new Size(886, 79); + docPnlHydroParterList.Text = "鏋勪欢鏄庣粏"; // - // controlContainer1 + // controlContainer3 // - controlContainer1.Controls.Add(xhsProjectSimulationHydroCheckFailedCtrl1); - controlContainer1.Location = new Point(3, 27); - controlContainer1.Name = "controlContainer1"; - controlContainer1.Size = new Size(770, 222); - controlContainer1.TabIndex = 0; + controlContainer3.Controls.Add(hydroParterListCtrl1); + controlContainer3.Location = new Point(3, 27); + controlContainer3.Name = "controlContainer3"; + controlContainer3.Size = new Size(880, 49); + controlContainer3.TabIndex = 0; // - // xhsProjectSimulationHydroCheckFailedCtrl1 + // hydroParterListCtrl1 // - xhsProjectSimulationHydroCheckFailedCtrl1.Dock = DockStyle.Fill; - xhsProjectSimulationHydroCheckFailedCtrl1.Location = new Point(0, 0); - xhsProjectSimulationHydroCheckFailedCtrl1.Name = "xhsProjectSimulationHydroCheckFailedCtrl1"; - xhsProjectSimulationHydroCheckFailedCtrl1.Size = new Size(770, 222); - xhsProjectSimulationHydroCheckFailedCtrl1.TabIndex = 0; - xhsProjectSimulationHydroCheckFailedCtrl1.HydroClickEvent += xhsProjectSimulationHydroCheckFailedCtrl1_HydroClickEvent; + hydroParterListCtrl1.Dock = DockStyle.Fill; + hydroParterListCtrl1.HidePageWhenListIsNull = true; + hydroParterListCtrl1.Location = new Point(0, 0); + hydroParterListCtrl1.Name = "hydroParterListCtrl1"; + hydroParterListCtrl1.Size = new Size(880, 49); + hydroParterListCtrl1.TabIndex = 0; + hydroParterListCtrl1.HydroClickEvent += hydroParterListCtrl1_HydroClickEvent; // // docPnlHydroCalcu // @@ -344,10 +421,10 @@ docPnlHydroCalcu.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; docPnlHydroCalcu.FloatVertical = true; docPnlHydroCalcu.ID = new Guid("ac7055c0-e9fe-40c2-bf51-83dde5710cd4"); - docPnlHydroCalcu.Location = new Point(0, 514); + docPnlHydroCalcu.Location = new Point(0, 576); docPnlHydroCalcu.Name = "docPnlHydroCalcu"; - docPnlHydroCalcu.OriginalSize = new Size(200, 236); - docPnlHydroCalcu.Size = new Size(776, 236); + docPnlHydroCalcu.OriginalSize = new Size(200, 84); + docPnlHydroCalcu.Size = new Size(886, 84); docPnlHydroCalcu.Text = "姘村姏璁$畻"; // // controlContainer2 @@ -355,21 +432,126 @@ controlContainer2.Controls.Add(xhsProjectSimulationHydroCalcuFailedCtrl1); controlContainer2.Location = new Point(3, 27); controlContainer2.Name = "controlContainer2"; - controlContainer2.Size = new Size(770, 206); + controlContainer2.Size = new Size(880, 54); controlContainer2.TabIndex = 0; - // - // svgImg32 - // - svgImg32.ImageSize = new Size(32, 32); - svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg"); // // xhsProjectSimulationHydroCalcuFailedCtrl1 // xhsProjectSimulationHydroCalcuFailedCtrl1.Dock = DockStyle.Fill; xhsProjectSimulationHydroCalcuFailedCtrl1.Location = new Point(0, 0); xhsProjectSimulationHydroCalcuFailedCtrl1.Name = "xhsProjectSimulationHydroCalcuFailedCtrl1"; - xhsProjectSimulationHydroCalcuFailedCtrl1.Size = new Size(770, 206); + xhsProjectSimulationHydroCalcuFailedCtrl1.Size = new Size(880, 54); xhsProjectSimulationHydroCalcuFailedCtrl1.TabIndex = 0; + // + // docPnlHydroCheck + // + docPnlHydroCheck.Controls.Add(controlContainer1); + docPnlHydroCheck.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; + docPnlHydroCheck.FloatVertical = true; + docPnlHydroCheck.ID = new Guid("dee18895-8b3d-44cd-9001-28bee516095d"); + docPnlHydroCheck.Location = new Point(0, 488); + docPnlHydroCheck.Name = "docPnlHydroCheck"; + docPnlHydroCheck.OriginalSize = new Size(200, 88); + docPnlHydroCheck.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; + docPnlHydroCheck.SavedIndex = 1; + docPnlHydroCheck.Size = new Size(886, 88); + docPnlHydroCheck.Text = "姘村姏鏍¢獙"; + // + // controlContainer1 + // + controlContainer1.Controls.Add(xhsProjectSimulationHydroCheckFailedCtrl1); + controlContainer1.Location = new Point(3, 27); + controlContainer1.Name = "controlContainer1"; + controlContainer1.Size = new Size(880, 58); + controlContainer1.TabIndex = 0; + // + // xhsProjectSimulationHydroCheckFailedCtrl1 + // + xhsProjectSimulationHydroCheckFailedCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationHydroCheckFailedCtrl1.Location = new Point(0, 0); + xhsProjectSimulationHydroCheckFailedCtrl1.Name = "xhsProjectSimulationHydroCheckFailedCtrl1"; + xhsProjectSimulationHydroCheckFailedCtrl1.Size = new Size(880, 58); + xhsProjectSimulationHydroCheckFailedCtrl1.TabIndex = 0; + // + // docPnlUnMatchingList + // + docPnlUnMatchingList.Controls.Add(controlContainer4); + docPnlUnMatchingList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; + docPnlUnMatchingList.FloatVertical = true; + docPnlUnMatchingList.ID = new Guid("fdc5c4e2-7bd3-4114-90a6-3cd0ed365103"); + docPnlUnMatchingList.Location = new Point(0, 405); + docPnlUnMatchingList.Name = "docPnlUnMatchingList"; + docPnlUnMatchingList.OriginalSize = new Size(200, 83); + docPnlUnMatchingList.Size = new Size(886, 83); + docPnlUnMatchingList.Text = "鏈尮閰嶅垪琛�"; + // + // controlContainer4 + // + controlContainer4.Controls.Add(xhsProjectSimulationUnMatchingListCtrl1); + controlContainer4.Location = new Point(3, 27); + controlContainer4.Name = "controlContainer4"; + controlContainer4.Size = new Size(880, 53); + controlContainer4.TabIndex = 0; + // + // xhsProjectSimulationUnMatchingListCtrl1 + // + xhsProjectSimulationUnMatchingListCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationUnMatchingListCtrl1.HidePageWhenListIsNull = true; + xhsProjectSimulationUnMatchingListCtrl1.Location = new Point(0, 0); + xhsProjectSimulationUnMatchingListCtrl1.Name = "xhsProjectSimulationUnMatchingListCtrl1"; + xhsProjectSimulationUnMatchingListCtrl1.Size = new Size(880, 53); + xhsProjectSimulationUnMatchingListCtrl1.TabIndex = 0; + xhsProjectSimulationUnMatchingListCtrl1.HydroClickEvent += xhsProjectSimulationUnMatchingListCtrl1_HydroClickEvent; + xhsProjectSimulationUnMatchingListCtrl1.ViewModelEvent += xhsProjectSimulationUnMatchingListCtrl1_ViewModelEvent; + // + // docPnlMatchingList + // + docPnlMatchingList.Controls.Add(controlContainer5); + docPnlMatchingList.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; + docPnlMatchingList.FloatVertical = true; + docPnlMatchingList.ID = new Guid("19fbbff8-5202-46bc-b9f4-472249e3c49a"); + docPnlMatchingList.Location = new Point(0, 310); + docPnlMatchingList.Name = "docPnlMatchingList"; + docPnlMatchingList.OriginalSize = new Size(200, 95); + docPnlMatchingList.Size = new Size(886, 95); + docPnlMatchingList.Text = "鍖归厤鍒楄〃"; + // + // controlContainer5 + // + controlContainer5.Controls.Add(xhsProjectSimulationMatchingListCtrl1); + controlContainer5.Location = new Point(3, 27); + controlContainer5.Name = "controlContainer5"; + controlContainer5.Size = new Size(880, 65); + controlContainer5.TabIndex = 0; + // + // xhsProjectSimulationMatchingListCtrl1 + // + xhsProjectSimulationMatchingListCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationMatchingListCtrl1.Location = new Point(0, 0); + xhsProjectSimulationMatchingListCtrl1.Name = "xhsProjectSimulationMatchingListCtrl1"; + xhsProjectSimulationMatchingListCtrl1.Size = new Size(880, 65); + xhsProjectSimulationMatchingListCtrl1.TabIndex = 0; + // + // svgImg32 + // + svgImg32.ImageSize = new Size(32, 32); + svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg"); + // + // rmSet + // + rmSet.AllowGlyphSkinning = true; + rmSet.Glyph = (Image)resources.GetObject("rmSet.Glyph"); + rmSet.ItemLinks.Add(barBtnSetPumpList); + rmSet.ItemLinks.Add(barBtnSetValveList); + rmSet.ItemLinks.Add(barBtnSetPipeList); + rmSet.ItemLinks.Add(barBtnSetElbowsList); + rmSet.ItemLinks.Add(barBtnSetThreelinkList); + rmSet.ItemLinks.Add(barBtnFourlinkList); + rmSet.ItemLinks.Add(barBtnSetTranslationList); + rmSet.ItemLinks.Add(barBtnSetExchangerList); + rmSet.ItemLinks.Add(barBtnSetJunctionList); + rmSet.Name = "rmSet"; + rmSet.Ribbon = ribbonControl1; // // XhsProjectSimulationCorePage // @@ -378,26 +560,37 @@ AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tabPane1); + Controls.Add(docPnlMatchingList); + Controls.Add(docPnlUnMatchingList); Controls.Add(docPnlHydroCheck); Controls.Add(docPnlHydroCalcu); + Controls.Add(docPnlHydroParterList); Controls.Add(docPnlProperty); Controls.Add(ribbonControl1); Margin = new Padding(2); Name = "XhsProjectSimulationCorePage"; - Size = new Size(1051, 750); + Size = new Size(1161, 739); ((ISupportInitialize)ribbonControl1).EndInit(); ((ISupportInitialize)tabPane1).EndInit(); tabPane1.ResumeLayout(false); pageBimface.ResumeLayout(false); pageQ3d.ResumeLayout(false); + tabPageL3d.ResumeLayout(false); ((ISupportInitialize)dockManager1).EndInit(); docPnlProperty.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); - docPnlHydroCheck.ResumeLayout(false); - controlContainer1.ResumeLayout(false); + docPnlHydroParterList.ResumeLayout(false); + controlContainer3.ResumeLayout(false); docPnlHydroCalcu.ResumeLayout(false); controlContainer2.ResumeLayout(false); + docPnlHydroCheck.ResumeLayout(false); + controlContainer1.ResumeLayout(false); + docPnlUnMatchingList.ResumeLayout(false); + controlContainer4.ResumeLayout(false); + docPnlMatchingList.ResumeLayout(false); + controlContainer5.ResumeLayout(false); ((ISupportInitialize)svgImg32).EndInit(); + ((ISupportInitialize)rmSet).EndInit(); ResumeLayout(false); PerformLayout(); } @@ -416,12 +609,7 @@ private DevExpress.XtraBars.BarButtonItem barBtnShowHide; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup4; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3; - private DevExpress.XtraBars.BarButtonItem barBtnAllAutoMatching; - private DevExpress.XtraBars.BarSubItem barBtnSingleMatching; - private DevExpress.XtraBars.BarButtonItem barBtnPumpMatching; - private DevExpress.XtraBars.BarButtonItem barBtnValveMatching; - private DevExpress.XtraBars.BarButtonItem barBtnPipeMatching; - private DevExpress.XtraBars.BarButtonItem barBtn; + private DevExpress.XtraBars.BarButtonItem barBtnMatchingList; private DevExpress.XtraBars.Navigation.TabPane tabPane1; private DevExpress.XtraBars.Navigation.TabNavigationPage pageBimface; private DevExpress.XtraBars.Navigation.TabNavigationPage pageQ3d; @@ -432,12 +620,34 @@ private XhsProjectSimulationQ3dCtrl xhsProjectSimulationQ3dCtrl1; private XhsProjectSimulationPropertyCtrl xhsProjectSimulationPropertyCtrl1; private DevExpress.Utils.SvgImageCollection svgImg32; - private DevExpress.XtraBars.BarButtonItem BtnPerformChart; private DevExpress.XtraBars.Docking.DockPanel docPnlHydroCheck; private DevExpress.XtraBars.Docking.ControlContainer controlContainer1; private XhsProjectSimulationHydroCheckFailedCtrl xhsProjectSimulationHydroCheckFailedCtrl1; private DevExpress.XtraBars.Docking.DockPanel docPnlHydroCalcu; private DevExpress.XtraBars.Docking.ControlContainer controlContainer2; private XhsProjectSimulationHydroCalcuFailedCtrl xhsProjectSimulationHydroCalcuFailedCtrl1; + private DevExpress.XtraBars.Docking.DockPanel docPnlHydroParterList; + private DevExpress.XtraBars.Docking.ControlContainer controlContainer3; + private HydroParterListCtrl hydroParterListCtrl1; + private DevExpress.XtraBars.Docking.DockPanel docPnlUnMatchingList; + private DevExpress.XtraBars.Docking.ControlContainer controlContainer4; + private DevExpress.XtraBars.BarButtonItem barBtnUnMatchingList; + private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageL3d; + private DevExpress.XtraBars.Docking.DockPanel docPnlMatchingList; + private DevExpress.XtraBars.Docking.ControlContainer controlContainer5; + private XhsProjectSimulationUnMatchingListCtrl xhsProjectSimulationUnMatchingListCtrl1; + private XhsProjectSimulationL3dCtrl xhsProjectSimulationL3dCtrl1; + private DevExpress.XtraBars.Ribbon.RadialMenu rmSet; + private Xhs.XhsProjectSimulationMatchingListCtrl xhsProjectSimulationMatchingListCtrl1; + private DevExpress.XtraBars.BarButtonItem barBtnSetList; + private DevExpress.XtraBars.BarButtonItem barBtnSetPumpList; + private DevExpress.XtraBars.BarButtonItem barBtnSetValveList; + private DevExpress.XtraBars.BarButtonItem barBtnSetPipeList; + private DevExpress.XtraBars.BarButtonItem barBtnSetElbowsList; + private DevExpress.XtraBars.BarButtonItem barBtnSetThreelinkList; + private DevExpress.XtraBars.BarButtonItem barBtnFourlinkList; + private DevExpress.XtraBars.BarButtonItem barBtnSetTranslationList; + private DevExpress.XtraBars.BarButtonItem barBtnSetExchangerList; + private DevExpress.XtraBars.BarButtonItem barBtnSetJunctionList; } } -- Gitblit v1.9.3