Replace old stinky Table with fancy GridControl

This commit is contained in:
Jonathan Jenne
2019-04-11 15:48:12 +02:00
parent 93716bcc96
commit 8dadf1ff30
6 changed files with 259 additions and 159 deletions

View File

@@ -314,6 +314,13 @@ Public Module ModuleControlProperties
Inherits InputProperties
End Class
Public Class GridControlProperties
Inherits InputProperties
<Category("Einstellungen")>
Public Property AllowAddNewValues As Boolean
End Class
Public Class LookupControlProperties
Inherits InputProperties