Changes for issues #97 and #99

This commit is contained in:
MikeMaximus
2017-11-16 23:01:44 -06:00
parent 7c0a342f1d
commit 5d3fa68fc3
11 changed files with 377 additions and 24 deletions
+46 -1
View File
@@ -22,7 +22,7 @@ Namespace My.Resources
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
@@ -1527,6 +1527,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;View Sessions....
'''</summary>
Friend ReadOnly Property frmGameManager_btnSessions() As String
Get
Return ResourceManager.GetString("frmGameManager_btnSessions", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Tags....
'''</summary>
@@ -3552,6 +3561,42 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Computer Name.
'''</summary>
Friend ReadOnly Property frmSession_ColumnComputerName() As String
Get
Return ResourceManager.GetString("frmSession_ColumnComputerName", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to End.
'''</summary>
Friend ReadOnly Property frmSession_ColumnEnd() As String
Get
Return ResourceManager.GetString("frmSession_ColumnEnd", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Start.
'''</summary>
Friend ReadOnly Property frmSession_ColumnStart() As String
Get
Return ResourceManager.GetString("frmSession_ColumnStart", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Sessions.
'''</summary>
Friend ReadOnly Property frmSession_Name() As String
Get
Return ResourceManager.GetString("frmSession_Name", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Executable.
'''</summary>