Common/SQLEditor: Fix bugs, switch to dictionary
This commit is contained in:
@@ -138,6 +138,15 @@ Namespace DocumentResultList
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
#Region "Resetting Layout"
|
||||
Public Sub DockManager_ResetLayout(pDockManager As DockManager)
|
||||
Dim oFile = GetDockmanager_LayoutName()
|
||||
If IO.File.Exists(oFile) Then
|
||||
IO.File.Delete(oFile)
|
||||
End If
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
Public Sub SetGroupPanelVisible(pVisible As Boolean)
|
||||
For Each oView In GridViews
|
||||
oView.OptionsView.ShowGroupPanel = pVisible
|
||||
|
||||
Reference in New Issue
Block a user