Filter update for issue #97

This commit is contained in:
MikeMaximus
2017-11-17 09:07:54 -06:00
parent 5d3fa68fc3
commit 3e913cc091
4 changed files with 21 additions and 0 deletions
Vendored
+1
View File
@@ -189,3 +189,4 @@ ModelManifest.xml
/.vs/slnx.sqlite
/.vs/VSWorkspaceState.json
/.vs/Game Backup Monitor/v15/sqlite3/storage.ide
/.vs/Game Backup Monitor/v15/sqlite3/storage.ide-journal
+8
View File
@@ -205,6 +205,14 @@ Public Class frmFilter
oField.Status = clsGameFilterField.eFieldStatus.ValidFilter
oValidFields.Add(oField)
'Comments
oField = New clsGameFilterField
oField.FieldName = "Comments"
oField.FriendlyFieldName = frmFilter_FieldComments
oField.Type = clsGameFilterField.eDataType.fString
oField.Status = clsGameFilterField.eFieldStatus.ValidFilter
oValidFields.Add(oField)
'Game Path
oField = New clsGameFilterField
oField.FieldName = "ProcessPath"
+9
View File
@@ -1014,6 +1014,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Comments.
'''</summary>
Friend ReadOnly Property frmFilter_FieldComments() As String
Get
Return ResourceManager.GetString("frmFilter_FieldComments", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Company.
'''</summary>
+3
View File
@@ -1900,4 +1900,7 @@
<data name="frmSession_Name" xml:space="preserve">
<value>Sessions</value>
</data>
<data name="frmFilter_FieldComments" xml:space="preserve">
<value>Comments</value>
</data>
</root>