| | |
| | | using DevExpress.Utils.Svg; |
| | | using HStation.WinFrmUI.Assets; |
| | | using HStation.WinFrmUI.Xhs.PumpProduct; |
| | | using Yw.WinFrmUI.Page; |
| | | using Yw.WinFrmUI.Page; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | { |
| | | var Prjguid = new PageGuid() |
| | | { |
| | | Modular = "Xhs", |
| | | Modular = XhsFunctionHelper.Modular, |
| | | MoudingType = eMoudingType.Tab, |
| | | Function = "ProjectMgr", |
| | | Function = XhsFunctionHelper.ProjectMgr |
| | | }; |
| | | if (!IsExistPage(Prjguid, true)) |
| | | { |
| | |
| | | { |
| | | var guid = new PageGuid() |
| | | { |
| | | Modular = Yw.WinFrmUI.PageModular.Bimface, |
| | | Modular = XhsFunctionHelper.Modular, |
| | | MoudingType = Yw.WinFrmUI.Page.eMoudingType.Tab, |
| | | Function = Yw.WinFrmUI.PageFunction.ViewBimface3d, |
| | | Function = XhsFunctionHelper.ProjectSimulation, |
| | | TagName = $"{PrjID}" |
| | | }; |
| | | |
| | | if (!IsExistPage(guid, true)) |
| | | { |
| | | // var page = new XhsSchemeMultiMgrPage(); |
| | | // await page.SetMatching(obj.ID); |
| | | // await page.SetMatching(obj.UserID); |
| | | |
| | | var page = new XhsProjectSimulationMgrPage(); |
| | | await page.SetBindingData(PrjID); |
| | |
| | | } |
| | | } |
| | | break; |
| | | |
| | | case HStation.Assets.DataType.CoolingMain: |
| | | { |
| | | var guid = new PageGuid() |
| | |
| | | } |
| | | } |
| | | break; |
| | | |
| | | case HStation.Assets.DataType.PumpMain: |
| | | { |
| | | var guid = new PageGuid() |
| | |
| | | } |
| | | } |
| | | break; |
| | | |
| | | case HStation.Assets.DataType.ValveMain: |
| | | { |
| | | var guid = new PageGuid() |
| | |
| | | }; |
| | | if (!IsExistPage(guid, true)) |
| | | { |
| | | var page = new ValveManageMainPage(); |
| | | var page = new AssetsValveMgrPage(); |
| | | CreatePage(page, guid); |
| | | } |
| | | } |
| | | break; |
| | | |
| | | case HStation.Assets.DataType.ExchangerMain: |
| | | { |
| | | var guid = new PageGuid() |
| | |
| | | } |
| | | } |
| | | break; |
| | | |
| | | default: break; |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |