| | |
| | | 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(); |
| | |
| | | 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; |
| | |
| | | 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); |
| | |
| | | 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 |
| | | // |