2.4.1.7 Logging SQL from Task, replacing '
This commit is contained in:
@@ -13,6 +13,7 @@ Public Module ModuleControlProperties
|
||||
Private _size As Size
|
||||
Private _font As Font
|
||||
|
||||
|
||||
<Category("Allgemein")>
|
||||
<[ReadOnly](True)>
|
||||
Public Property ChangedAt As Date
|
||||
@@ -28,6 +29,7 @@ Public Module ModuleControlProperties
|
||||
<Category("Allgemein")>
|
||||
Public Property Name() As String
|
||||
|
||||
|
||||
<Category("Anzeige")>
|
||||
Public Property Location() As Point
|
||||
|
||||
@@ -83,6 +85,8 @@ Public Module ModuleControlProperties
|
||||
Private _Enable_SQL_ONLOAD As String
|
||||
|
||||
Private _default_value
|
||||
<Category("Allgemein")> Public Property Active() As Boolean
|
||||
|
||||
Public Property Required() As Boolean
|
||||
<Category("Validierung")>
|
||||
Public Property [ReadOnly]() As Boolean
|
||||
@@ -147,7 +151,8 @@ Public Module ModuleControlProperties
|
||||
|
||||
Public Class TextboxProperties
|
||||
Inherits InputProperties
|
||||
|
||||
<Category("Sonstiges")>
|
||||
Public Property SetControlData As SQLValue
|
||||
<Category("Validierung")>
|
||||
<Editor(GetType(ClassRegexEditor), GetType(UITypeEditor))>
|
||||
Public Property Regex As String
|
||||
@@ -169,6 +174,8 @@ Public Module ModuleControlProperties
|
||||
|
||||
<Category("Allgemein")>
|
||||
Public Property Text() As String
|
||||
<Category("Sonstiges")>
|
||||
Public Property SetControlData As SQLValue
|
||||
End Class
|
||||
|
||||
Public Class ComboboxProperties
|
||||
@@ -176,6 +183,8 @@ Public Module ModuleControlProperties
|
||||
|
||||
<Category("Allgemein")>
|
||||
Public Property Text() As String
|
||||
<Category("Sonstiges")>
|
||||
Public Property SetControlData As SQLValue
|
||||
|
||||
<Browsable(False)>
|
||||
Public Property ChoiceLists() As List(Of String)
|
||||
|
||||
Reference in New Issue
Block a user