Added session viewer for issue #99
This commit is contained in:
Generated
+45
@@ -3237,6 +3237,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to &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>
|
||||
|
||||
Reference in New Issue
Block a user