fix dataset for window assignments

This commit is contained in:
Jonathan Jenne
2019-09-02 11:57:25 +02:00
parent b6508ba650
commit 22f8cf121a
5 changed files with 350 additions and 126 deletions

View File

@@ -132,8 +132,6 @@ Partial Class ctrlApplicationAssignment
Me.colGUID.Caption = "GUID"
Me.colGUID.FieldName = "GUID"
Me.colGUID.Name = "colGUID"
Me.colGUID.Visible = True
Me.colGUID.VisibleIndex = 0
'
'colDESCRIPTION
'
@@ -141,7 +139,8 @@ Partial Class ctrlApplicationAssignment
Me.colDESCRIPTION.FieldName = "DESCRIPTION"
Me.colDESCRIPTION.Name = "colDESCRIPTION"
Me.colDESCRIPTION.Visible = True
Me.colDESCRIPTION.VisibleIndex = 1
Me.colDESCRIPTION.VisibleIndex = 0
Me.colDESCRIPTION.Width = 409
'
'colREGEX
'
@@ -150,7 +149,8 @@ Partial Class ctrlApplicationAssignment
Me.colREGEX.FieldName = "REGEX"
Me.colREGEX.Name = "colREGEX"
Me.colREGEX.Visible = True
Me.colREGEX.VisibleIndex = 2
Me.colREGEX.VisibleIndex = 1
Me.colREGEX.Width = 410
'
'RepositoryItemRegexEdit
'