MS Administration ProfileGrid, Config Charts, LU Grid Add MEthod disappeared
This commit is contained in:
@@ -31,6 +31,7 @@ Public Class ClassControlCreator
|
||||
Public Const PREFIX_COMBOBOX = "CMB"
|
||||
Public Const PREFIX_DATETIMEPICKER = "DTP"
|
||||
Public Const PREFIX_DATAGRIDVIEW = "DGV"
|
||||
Public Const PREFIX_LOOKUP = "LU"
|
||||
Public Const PREFIX_TABLE = "TB"
|
||||
Public Const PREFIX_LINE = "LINE"
|
||||
Public Const PREFIX_BUTTON = "BTN"
|
||||
@@ -193,7 +194,7 @@ Public Class ClassControlCreator
|
||||
|
||||
Friend Shared Function CreateNewLookupControl(location As Point) As LookupControl2
|
||||
Dim control As New LookupControl2 With {
|
||||
.Name = $"{PREFIX_DATAGRIDVIEW}_{clsTools.ShortGuid}",
|
||||
.Name = $"{PREFIX_LOOKUP}_{clsTools.ShortGuid}",
|
||||
.Size = New Size(DEFAULT_WIDTH, DEFAULT_HEIGHT),
|
||||
.Cursor = Cursors.Hand,
|
||||
.Location = location
|
||||
|
||||
Reference in New Issue
Block a user