small changes

This commit is contained in:
Jonathan Jenne
2022-08-18 11:53:48 +02:00
parent 0e0dd77075
commit 2c40d014cd
7 changed files with 293 additions and 308 deletions

View File

@@ -74,6 +74,7 @@ Public Class ClassControlCreator
Public Class ControlMetadata
Public Guid As Integer
Public Name As String
Public [ReadOnly] As Boolean = False
End Class
@@ -108,7 +109,8 @@ Public Class ClassControlCreator
ctrl.Tag = New ControlMetadata() With {
.Guid = props.Guid,
.ReadOnly = props.ReadOnly
.ReadOnly = props.ReadOnly,
.Name = props.Name
}
ctrl.Name = props.Name
ctrl.Location = props.Location