From b266e82b9a377fa35a766f7a3a2f5aa95f3c9125 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 28 三月 2025 17:57:03 +0800 Subject: [PATCH] 修改首页场所列表 --- WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleProjectMenuPage.Designer.cs | 25 ++++--------------------- 1 files changed, 4 insertions(+), 21 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleProjectMenuPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleProjectMenuPage.Designer.cs index 8a4010b..6a485df 100644 --- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleProjectMenuPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Auth.Core/04-role-projcet-menu/RoleProjectMenuPage.Designer.cs @@ -38,8 +38,6 @@ treeList1 = new DevExpress.XtraTreeList.TreeList(); colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colPermission = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - colIsIframe = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - colIsHide = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colWeight = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colDescription = new DevExpress.XtraTreeList.Columns.TreeListColumn(); roleProjcetMenuViewModelBindingSource = new BindingSource(components); @@ -112,7 +110,7 @@ // treeList1 // treeList1.CheckBoxFieldName = "Have"; - treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colPermission, colIsIframe, colIsHide, colWeight, colDescription }); + treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName, colPermission, colWeight, colDescription }); treeList1.DataSource = roleProjcetMenuViewModelBindingSource; treeList1.Dock = DockStyle.Fill; treeList1.Location = new Point(0, 101); @@ -145,33 +143,19 @@ colPermission.Visible = true; colPermission.VisibleIndex = 1; // - // colIsIframe - // - colIsIframe.FieldName = "IsIframe"; - colIsIframe.Name = "colIsIframe"; - colIsIframe.Visible = true; - colIsIframe.VisibleIndex = 2; - // - // colIsHide - // - colIsHide.FieldName = "IsHide"; - colIsHide.Name = "colIsHide"; - colIsHide.Visible = true; - colIsHide.VisibleIndex = 3; - // // colWeight // colWeight.FieldName = "Weight"; colWeight.Name = "colWeight"; colWeight.Visible = true; - colWeight.VisibleIndex = 4; + colWeight.VisibleIndex = 2; // // colDescription // colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; - colDescription.VisibleIndex = 5; + colDescription.VisibleIndex = 3; // // roleProjcetMenuViewModelBindingSource // @@ -215,6 +199,7 @@ barBtnRefresh.Id = 13; barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage"); barBtnRefresh.Name = "barBtnRefresh"; + barBtnRefresh.ItemClick += barBtnRefresh_ItemClick; // // barBtnUp // @@ -307,8 +292,6 @@ private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn colName; private DevExpress.XtraTreeList.Columns.TreeListColumn colPermission; - private DevExpress.XtraTreeList.Columns.TreeListColumn colIsIframe; - private DevExpress.XtraTreeList.Columns.TreeListColumn colIsHide; private DevExpress.XtraTreeList.Columns.TreeListColumn colWeight; private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; -- Gitblit v1.9.3