duheng
2025-01-13 e7df5d1ece7ecabaa7a3943f24a6621649fdc455
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
            //