Changes for issue #98

This commit is contained in:
MikeMaximus
2018-02-05 12:50:13 -06:00
parent 7d4514c677
commit 66d280df49
12 changed files with 223 additions and 84 deletions
+27
View File
@@ -1104,6 +1104,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Regular Expression.
'''</summary>
Friend ReadOnly Property frmFilter_FieldIsRegEx() As String
Get
Return ResourceManager.GetString("frmFilter_FieldIsRegEx", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Monitor Only.
'''</summary>
@@ -1617,6 +1626,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Regular Expression.
'''</summary>
Friend ReadOnly Property frmGameManager_chkRegEx() As String
Get
Return ResourceManager.GetString("frmGameManager_chkRegEx", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Save multiple backups.
'''</summary>
@@ -2094,6 +2112,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Comments:.
'''</summary>
Friend ReadOnly Property frmGameManager_lblComments() As String
Get
Return ResourceManager.GetString("frmGameManager_lblComments", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Company:.
'''</summary>