duheng
2025-03-07 dc32142ecf8512d499f3fd44d80f97b012e16d4f
Desktop/PBS.Desktop/MainForm.cs
@@ -9,8 +9,9 @@
using HStation.WinFrmUI;
using HStation.WinFrmUI.Basic;
using HStation.WinFrmUI.Dict;
using HStation.WinFrmUI.PBS;
using NPOI.SS.Formula.Functions;
using PBS.WinFrmUI;
using PBS.WinFrmUI.WE;
using System.IO;
using Yw.WinFrmUI;
using Yw.WinFrmUI.Page;
@@ -703,7 +704,13 @@
                        {
                            if (!IsExistPage(guid, true))
                            {
                            }
                                var page = new PBS.WinFrmUI.WE.WaterUtensilMainPage();
                                page.PageGuid = guid;
                                page.PageTitle.Caption = caption;
                                page.PageTitle.HeaderSvgImage = svg;
                                page.PageTitle.SvgImageSize = size;
                                CreatePage(page, guid);
                             }
                        }),
                        Get("用水当量",new PageGuid()
                        {
@@ -714,6 +721,12 @@
                        {
                            if (!IsExistPage(guid, true))
                            {
                                var page = new PBS.WinFrmUI.WE.WaterWEMgr();
                                page.PageGuid = guid;
                                page.PageTitle.Caption = caption;
                                page.PageTitle.HeaderSvgImage = svg;
                                page.PageTitle.SvgImageSize = size;
                                CreatePage(page, guid);
                            }
                        })
                    }