lixiaojun
2024-10-29 cc89c6b8112cfccd270951a9177c6ac0e5307d79
Desktop/HStation.DeskTop.Xhs.Main/GuideMain.cs
@@ -3,6 +3,7 @@
using DevExpress.XtraBars.Ribbon;
using DevExpress.XtraEditors;
using HStation.WinFrmUI;
using HStation.WinFrmUI.Auth;
using HStation.WinFrmUI.Basic;
using HStation.WinFrmUI.Organize;
using HStation.WinFrmUI.Xhs.PumpProduct;
@@ -93,6 +94,13 @@
                    {
                        popSystemConfig.MinWidth = buttonInfo.Bounds.Width;
                        popSystemConfig.ShowPopup(point);
                    }
                    break;
                case "SystemOrganize":
                    {
                        popSystemOrganize.MinWidth = buttonInfo.Bounds.Width;
                        popSystemOrganize.ShowPopup(point);
                    }
                    break;
@@ -249,6 +257,23 @@
            }
        }
        //角色管理
        private void BarBtnRoleManage_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            var guid = new PageGuid()
            {
                Function = "角色管理",
                Modular = ""
            };
            if (!IsExistPage(guid, true))
            {
                /* var page = new MenuMgrMainPanel();
                 page.PageTitle.Caption = guid.Function;
                 page.PageGuid = guid;
                 CreatePage(page, guid);*/
            }
        }
        /// <summary>
        /// 分区管理
        /// </summary>
@@ -300,7 +325,7 @@
        }
        /// <summary>
        /// 用户管理
        /// 员工管理
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
@@ -308,7 +333,7 @@
        {
            var guid = new PageGuid()
            {
                Function = "用户管理",
                Function = "员工管理",
                Modular = ""
            };
            if (!IsExistPage(guid, true))
@@ -509,7 +534,7 @@
            };
            if (!IsExistPage(guid, true))
            {
                var page = new HomeXhsProjectPage();
                var page = new HomeXhsProjectPage_Bak();
                page.PageTitle.Caption = guid.Function;
                page.PageGuid = guid;
                CreatePage(page, guid);