Custom Filter Enhancement Phase #2
This commit is contained in:
Generated
+18
-18
@@ -942,6 +942,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Information.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_chkGameInfo() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_chkGameInfo", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Tag.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_chkTag() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_chkTag", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Custom Filter.
|
||||
'''</summary>
|
||||
@@ -1059,15 +1077,6 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Information.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_optGameInfo() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_optGameInfo", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Or.
|
||||
'''</summary>
|
||||
@@ -1095,15 +1104,6 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Tag.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_optTag() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_optTag", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Company.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user