MS Globix DLL ControlCreator
This commit is contained in:
@@ -12,7 +12,7 @@ Public Class ControlCreator
|
||||
Private Logger As Logger
|
||||
|
||||
Private Const DEFAULT_HEIGHT = 27
|
||||
Private Const DEFAULT_WIDTH = 100
|
||||
Private Const DEFAULT_WIDTH = 450
|
||||
Private Const DEFAULT_POSITION_X = 11
|
||||
|
||||
Private Const TYPE_BOOLEAN = "BOOLEAN"
|
||||
@@ -34,7 +34,11 @@ Public Class ControlCreator
|
||||
''' </summary>
|
||||
''' <returns>The Datatable which contains the Control's Data</returns>
|
||||
Public Property OnLookupData As Func(Of Control, String, Integer, DataTable)
|
||||
|
||||
Public Class ControlMeta
|
||||
Public Property IndexName As String
|
||||
Public Property IndexType As String
|
||||
Public Property MultipleValues As Boolean = False
|
||||
End Class
|
||||
Public Sub New(LogConfig As LogConfig, Panel As Panel, Form As Form)
|
||||
Me.Form = Form
|
||||
Me.Panel = Panel
|
||||
|
||||
Reference in New Issue
Block a user