Custom Filter Enhancement Phase #1
This commit is contained in:
Generated
+72
@@ -960,6 +960,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Sorting.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_grpSorting() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_grpSorting", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Options.
|
||||
'''</summary>
|
||||
@@ -996,6 +1005,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Order By:.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_lblOrderBy() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_lblOrderBy", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Process:.
|
||||
'''</summary>
|
||||
@@ -1059,6 +1077,24 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Ascending.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_optSortAsc() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_optSortAsc", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Descending.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_optSortDesc() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_optSortDesc", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Tag.
|
||||
'''</summary>
|
||||
@@ -1068,6 +1104,42 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Company.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_SortCompany() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_SortCompany", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Time Played.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_SortHours() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_SortHours", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Name.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_SortName() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_SortName", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Process.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmFilter_SortProcess() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmFilter_SortProcess", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] ([PARAM]).
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user