MS Administration ProfileGrid, Config Charts, LU Grid Add MEthod disappeared

This commit is contained in:
2020-05-20 13:51:18 +02:00
parent f3bc104b37
commit 9eb6b594ba
35 changed files with 4763 additions and 1464 deletions

View File

@@ -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