jj: clear form designer propertygrid on form closing
This commit is contained in:
parent
c7c1ff91a4
commit
240657097c
@ -1,4 +1,5 @@
|
|||||||
Imports DD_LIB_Standards
|
Imports System.ComponentModel
|
||||||
|
Imports DD_LIB_Standards
|
||||||
|
|
||||||
Public Class frmFormDesigner
|
Public Class frmFormDesigner
|
||||||
Public ProfileId As Integer
|
Public ProfileId As Integer
|
||||||
@ -92,6 +93,9 @@ Public Class frmFormDesigner
|
|||||||
|
|
||||||
' Setzt den typ des SQL-Befehls für frmSQL_DESIGNER
|
' Setzt den typ des SQL-Befehls für frmSQL_DESIGNER
|
||||||
CURRENT_DESIGN_TYPE = "FINAL_INDEX"
|
CURRENT_DESIGN_TYPE = "FINAL_INDEX"
|
||||||
|
|
||||||
|
' Beim Schließen das PropertyGrid leeren
|
||||||
|
pgControls.SelectedObject = Nothing
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
''' <summary>
|
''' <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user