Generated
+46
-1
@@ -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 &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>
|
||||
|
||||
Reference in New Issue
Block a user