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