From 7e2fe2c04eca63ed0da3559fc29239c7e2220cfa Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 06 三月 2025 17:53:21 +0800 Subject: [PATCH] 修改使用登录静态类 --- WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.Designer.cs | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.Designer.cs index 5596d58..88c78fe 100644 --- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.Designer.cs @@ -47,11 +47,11 @@ colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colDescription = new DevExpress.XtraTreeList.Columns.TreeListColumn(); colType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); + ColPermission = new DevExpress.XtraTreeList.Columns.TreeListColumn(); menuViewModelBindingSource = new BindingSource(components); behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(components); dragDropEvents1 = new DevExpress.Utils.DragDrop.DragDropEvents(components); colWeight = new DevExpress.XtraTreeList.Columns.TreeListColumn(); - ColPermission = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((System.ComponentModel.ISupportInitialize)svgImgC32).BeginInit(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)treeList1).BeginInit(); @@ -176,11 +176,14 @@ treeList1.MenuManager = ribbonControl1; treeList1.Name = "treeList1"; treeList1.OptionsBehavior.PopulateServiceColumns = true; + treeList1.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True; treeList1.Size = new Size(932, 372); treeList1.TabIndex = 2; // // colName // + colName.AppearanceCell.Options.UseTextOptions = true; + colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; @@ -201,6 +204,14 @@ colType.Visible = true; colType.VisibleIndex = 1; // + // ColPermission + // + ColPermission.Caption = "鏉冮檺鏍囪瘑"; + ColPermission.FieldName = "Permission"; + ColPermission.Name = "ColPermission"; + ColPermission.Visible = true; + ColPermission.VisibleIndex = 2; + // // menuViewModelBindingSource // menuViewModelBindingSource.DataSource = typeof(MenuViewModel); @@ -215,14 +226,6 @@ colWeight.Name = "colWeight"; colWeight.Visible = true; colWeight.VisibleIndex = 2; - // - // ColPermission - // - ColPermission.Caption = "鏉冮檺鏍囪瘑"; - ColPermission.FieldName = "Permission"; - ColPermission.Name = "ColPermission"; - ColPermission.Visible = true; - ColPermission.VisibleIndex = 2; // // MenuMgrPage // -- Gitblit v1.9.3