duheng
2024-08-13 c05a2c01b679d96b430079835482b0df20680813
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/HomeXhsProjectPage.cs
@@ -7,6 +7,8 @@
            InitializeComponent();
            this.layoutControl1.SetupLayoutControl();
            this.PageTitle.Caption = "首页";
            this.PageTitle.HeaderSvgImage = this.svgImg32[0];
            this.PageTitle.SvgImageSize = new Size(24, 24);
            this.PageTitle.AllowClose = false;
        }
@@ -62,16 +64,17 @@
        {
            var guid = new PageGuid()
            {
                Modular = "Bimface",
                Modular = Yw.WinFrmUI.PageModular.Bimface,
                MoudingType = Yw.WinFrmUI.Page.eMoudingType.Tab,
                Function = "BimfaceView",
                TagName = obj.ID.ToString()
                Function = Yw.WinFrmUI.PageFunction.ViewBimface3d,
                TagName = $"{obj.ID}"
            };
            if (!IsExistPage(guid, true))
            {
                var page = new ViewXhsProjectBimfacePage();
                var page = new XhsSchemeMultiMgrPage();
                await page.SetBindingData(obj.ID);
                //var page = new XhsProjectSimulationMgrPage();
                CreatePage(page, guid);
            }