Added Game ID to custom filter
This commit is contained in:
@@ -132,6 +132,17 @@ Public Class frmFilter
|
||||
Private Sub LoadFilterFields()
|
||||
Dim oField As clsGameFilterField
|
||||
|
||||
|
||||
'Game ID
|
||||
oField = New clsGameFilterField
|
||||
oField.FieldName = "MonitorID"
|
||||
oField.FriendlyFieldName = frmFilter_FieldGameID
|
||||
oField.Type = clsGameFilterField.eDataType.fString
|
||||
oField.Status = clsGameFilterField.eFieldStatus.ValidSort
|
||||
oField.Status = clsGameFilterField.eFieldStatus.ValidFilter
|
||||
oValidFields.Add(oField)
|
||||
|
||||
|
||||
'Name
|
||||
oField = New clsGameFilterField
|
||||
oField.FieldName = "Name"
|
||||
|
||||
Generated
+9
@@ -1095,6 +1095,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game ID.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldGameID() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldGameID", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Hours.
|
||||
'''</summary>
|
||||
|
||||
@@ -2023,4 +2023,7 @@
|
||||
<data name="frmGameManager_GameIDEditTitle" xml:space="preserve">
|
||||
<value>Edit Game ID</value>
|
||||
</data>
|
||||
<data name="frmFilter_FieldGameID" xml:space="preserve">
|
||||
<value>Game ID</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user