More Logging for Config Module, Add ControlPatcher, Add More UIConfig Items
This commit is contained in:
@@ -84,8 +84,6 @@ Partial Class UserControlAssignment
|
||||
'
|
||||
Me.ViewNotAssignedToParent.GridControl = Me.GridNotAssignedToParent
|
||||
Me.ViewNotAssignedToParent.Name = "ViewNotAssignedToParent"
|
||||
Me.ViewNotAssignedToParent.OptionsSelection.MultiSelect = True
|
||||
Me.ViewNotAssignedToParent.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
||||
'
|
||||
'PanelControl2
|
||||
'
|
||||
@@ -174,8 +172,6 @@ Partial Class UserControlAssignment
|
||||
'
|
||||
Me.ViewAssignedToParent.GridControl = Me.GridAssignedToParent
|
||||
Me.ViewAssignedToParent.Name = "ViewAssignedToParent"
|
||||
Me.ViewAssignedToParent.OptionsSelection.MultiSelect = True
|
||||
Me.ViewAssignedToParent.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect
|
||||
'
|
||||
'PanelControl3
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user