Custom Filter Enhancement Final Phase
This commit is contained in:
Generated
+150
-6
@@ -960,6 +960,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Disabled.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_cboBoolFilterDisabled() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_cboBoolFilterDisabled", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Enabled.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_cboBoolFilterEnabled() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_cboBoolFilterEnabled", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Information.
|
||||
'''</summary>
|
||||
@@ -978,6 +996,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Backup Limit *.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldBackupLimit() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldBackupLimit", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Delete Folder on Restore.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldCleanFolder() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldCleanFolder", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Company.
|
||||
'''</summary>
|
||||
@@ -987,6 +1023,42 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Monitor Game.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldEnabled() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldEnabled", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Exclude Items.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldExcludeList() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldExcludeList", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Include Items.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldFileType() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldFileType", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Save Entire Folder.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldFolderSave() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldFolderSave", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Hours.
|
||||
'''</summary>
|
||||
@@ -996,6 +1068,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Icon.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldIcon() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldIcon", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Monitor Only.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldMonitorOnly() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldMonitorOnly", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Name.
|
||||
'''</summary>
|
||||
@@ -1014,6 +1104,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Save Path *.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldPath() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldPath", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Process.
|
||||
'''</summary>
|
||||
@@ -1023,6 +1122,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Path.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldProcessPath() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldProcessPath", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Save Multiple Backups.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_FieldTimeStamp() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_FieldTimeStamp", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Version.
|
||||
'''</summary>
|
||||
@@ -1042,11 +1159,11 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Options.
|
||||
''' Looks up a localized string similar to Next Filter.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_grpGameInfoOptions() As String
|
||||
Friend ReadOnly Property frmFilter_grpNextFilterOperator() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_grpGameInfoOptions", resourceCulture)
|
||||
Return ResourceManager.GetString("frmFilter_grpNextFilterOperator", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
@@ -1059,6 +1176,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Sort Options.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_grpSortOptions() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_grpSortOptions", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Options.
|
||||
'''</summary>
|
||||
@@ -1105,11 +1231,11 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Order By:.
|
||||
''' Looks up a localized string similar to Available Fields.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_lblOrderBy() As String
|
||||
Friend ReadOnly Property frmFilter_lblSortsFields() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_lblOrderBy", resourceCulture)
|
||||
Return ResourceManager.GetString("frmFilter_lblSortsFields", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
@@ -1122,6 +1248,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to * Indicates a field that may give unexpected results..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_lblWarning() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_lblWarning", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to contains.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_lstFilterContains() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_lstFilterContains", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to All Tags.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user