| | |
| | | using HStation.WinFrmUI.Auth; |
| | | using HStation.WinFrmUI.Basic; |
| | | using HStation.WinFrmUI.Organize; |
| | | using HStation.WinFrmUI.Organize.Core._02_Employee; |
| | | using HStation.WinFrmUI.Organize.Core._04_Menu; |
| | | using HStation.WinFrmUI.Organize.Core._05_ControlCenter; |
| | | using HStation.WinFrmUI.Organize.Core._06_MyCenter; |
| | | using HStation.WinFrmUI.Xhs.PumpProduct; |
| | | using System; |
| | | using System.Drawing; |
| | |
| | | }; |
| | | if (!IsExistPage(guid, true)) |
| | | { |
| | | var page = new RoleMainPanel(); |
| | | page.PageTitle.Caption = guid.Function; |
| | | page.PageGuid = guid; |
| | | CreatePage(page, guid); |
| | | /* var page = new MenuMgrMainPanel(); |
| | | page.PageTitle.Caption = guid.Function; |
| | | page.PageGuid = guid; |
| | | CreatePage(page, guid);*/ |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 用户管理 |
| | | /// 员工管理 |
| | | /// </summary> |
| | | /// <param name="sender"></param> |
| | | /// <param name="e"></param> |
| | |
| | | { |
| | | var guid = new PageGuid() |
| | | { |
| | | Function = "用户管理", |
| | | Function = "员工管理", |
| | | Modular = "" |
| | | }; |
| | | if (!IsExistPage(guid, true)) |
| | |
| | | }; |
| | | if (!IsExistPage(guid, true)) |
| | | { |
| | | var page = new HomeXhsProjectPage(); |
| | | var page = new HomeXhsProjectPage_Bak(); |
| | | page.PageTitle.Caption = guid.Function; |
| | | page.PageGuid = guid; |
| | | CreatePage(page, guid); |