Added functionality to session viewer for issue #99

This commit is contained in:
MikeMaximus
2017-12-07 21:23:43 -06:00
parent 11101f7f22
commit e6a73019ef
7 changed files with 389 additions and 29 deletions
+72
View File
@@ -2949,6 +2949,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to There is currently no session data to display..
'''</summary>
Friend ReadOnly Property frmMain_ErrorNoSessions() As String
Get
Return ResourceManager.GetString("frmMain_ErrorNoSessions", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] uses a relative path and has never been detected on this computer..
'''</summary>
@@ -3606,6 +3615,33 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Close.
'''</summary>
Friend ReadOnly Property frmSessions_btnClose() As String
Get
Return ResourceManager.GetString("frmSessions_btnClose", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Delete Session.
'''</summary>
Friend ReadOnly Property frmSessions_btnDelete() As String
Get
Return ResourceManager.GetString("frmSessions_btnDelete", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Reset Filters.
'''</summary>
Friend ReadOnly Property frmSessions_btnReset() As String
Get
Return ResourceManager.GetString("frmSessions_btnReset", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to End.
'''</summary>
@@ -3624,6 +3660,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to MonitorID.
'''</summary>
Friend ReadOnly Property frmSessions_ColumnMonitorID() As String
Get
Return ResourceManager.GetString("frmSessions_ColumnMonitorID", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Start.
'''</summary>
@@ -3633,6 +3678,33 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Are you sure you want to delete the selected session(s)? This cannot be undone..
'''</summary>
Friend ReadOnly Property frmSessions_ConfirmDelete() As String
Get
Return ResourceManager.GetString("frmSessions_ConfirmDelete", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Date Range:.
'''</summary>
Friend ReadOnly Property frmSessions_lblDateRange() As String
Get
Return ResourceManager.GetString("frmSessions_lblDateRange", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Game Filter:.
'''</summary>
Friend ReadOnly Property frmSessions_lblFilter() As String
Get
Return ResourceManager.GetString("frmSessions_lblFilter", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Session Viewer.
'''</summary>