Added session viewer for issue #99

This commit is contained in:
MikeMaximus
2017-12-07 15:50:37 -06:00
parent c8453c9cbd
commit 11101f7f22
9 changed files with 383 additions and 11 deletions
+45
View File
@@ -3237,6 +3237,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Session Viewer....
'''</summary>
Friend ReadOnly Property frmMain_gMonToolsSessions() As String
Get
Return ResourceManager.GetString("frmMain_gMonToolsSessions", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Show / Hide.
'''</summary>
@@ -3597,6 +3606,42 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to End.
'''</summary>
Friend ReadOnly Property frmSessions_ColumnEnd() As String
Get
Return ResourceManager.GetString("frmSessions_ColumnEnd", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Game.
'''</summary>
Friend ReadOnly Property frmSessions_ColumnGameName() As String
Get
Return ResourceManager.GetString("frmSessions_ColumnGameName", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Start.
'''</summary>
Friend ReadOnly Property frmSessions_ColumnStart() As String
Get
Return ResourceManager.GetString("frmSessions_ColumnStart", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Session Viewer.
'''</summary>
Friend ReadOnly Property frmSessions_Name() As String
Get
Return ResourceManager.GetString("frmSessions_Name", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Executable.
'''</summary>