fix dataset for window assignments
This commit is contained in:
@@ -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
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user