| | |
| | | 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; |
| | |
| | | { |
| | | popSystemConfig.MinWidth = buttonInfo.Bounds.Width; |
| | | popSystemConfig.ShowPopup(point); |
| | | } |
| | | break; |
| | | |
| | | case "SystemOrganize": |
| | | { |
| | | popSystemOrganize.MinWidth = buttonInfo.Bounds.Width; |
| | | popSystemOrganize.ShowPopup(point); |
| | | } |
| | | break; |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | //角色管理 |
| | | 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> |
| | |
| | | } |
| | | |
| | | /// <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); |