EditForm Tweaks, Other Tweaks
This commit is contained in:
@@ -1,4 +1,19 @@
|
||||
Public Class ProcessManagerWidget
|
||||
Imports DevExpress.XtraGrid
|
||||
|
||||
Public Class ProcessManagerWidget
|
||||
Public Sub New()
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
Dim oGridPatcher = New ClassControlPatcher(Of GridControl)(Me)
|
||||
oGridPatcher.
|
||||
ProcessContainer(AddressOf ClassGridControl.DefaultGridSettings).
|
||||
ProcessContainer(AddressOf ClassGridControl.ReadOnlyGridSettings)
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Public Delegate Sub RowDoubleClickedDelegate(RowView As DataRowView)
|
||||
Public Event RowDoubleClicked As RowDoubleClickedDelegate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user