Add TreeListDefaults, Rename GridListDefaults
This commit is contained in:
@@ -40,8 +40,8 @@ Public Class frmObjectEditor
|
||||
Try
|
||||
Dim oGridPatcher = New ClassControlPatcher(Of GridControl)(Me)
|
||||
oGridPatcher.
|
||||
ProcessContainer(AddressOf ClassGridControl.DefaultGridSettings).
|
||||
ProcessContainer(AddressOf ClassGridControl.ReadOnlyGridSettings)
|
||||
ProcessContainer(AddressOf GridControlDefaults.DefaultGridSettings).
|
||||
ProcessContainer(AddressOf GridControlDefaults.ReadOnlyGridSettings)
|
||||
|
||||
labelParentAttributeId.Caption = $"Attribut-ID: {_AttributeId}"
|
||||
labelSyskey.Caption = $"Syskey: {_Syskey}"
|
||||
|
||||
Reference in New Issue
Block a user