ShiftOS-TheRevival-Old/ShiftOS-TheRevival/My Project/Resources.Designer.vb

73 lines
3 KiB
VB.net
Raw Normal View History

2022-11-01 06:56:30 +00:00
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
2022-11-01 08:27:02 +00:00
Imports System
2022-11-01 06:56:30 +00:00
Namespace My.Resources
2022-11-01 08:27:02 +00:00
2022-11-01 06:56:30 +00:00
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
2022-11-01 08:27:02 +00:00
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
2022-11-01 06:56:30 +00:00
Friend Module Resources
2022-11-01 08:27:02 +00:00
2022-11-01 06:56:30 +00:00
Private resourceMan As Global.System.Resources.ResourceManager
2022-11-01 08:27:02 +00:00
2022-11-01 06:56:30 +00:00
Private resourceCulture As Global.System.Globalization.CultureInfo
2022-11-01 08:27:02 +00:00
2022-11-01 06:56:30 +00:00
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
2022-11-01 08:27:02 +00:00
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
2022-11-01 06:56:30 +00:00
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ShiftOS_TheRevival.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
2022-11-01 08:27:02 +00:00
2022-11-01 06:56:30 +00:00
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
2022-11-01 08:27:02 +00:00
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
2022-11-01 06:56:30 +00:00
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
2022-11-01 08:27:02 +00:00
Set
2022-11-01 06:56:30 +00:00
resourceCulture = value
End Set
End Property
2022-11-01 08:27:02 +00:00
'''<summary>
2022-11-02 01:52:31 +00:00
''' Looks up a localized string similar to .
2022-11-01 08:27:02 +00:00
'''</summary>
2022-11-02 01:52:31 +00:00
Friend ReadOnly Property BuildString() As String
2022-11-01 08:27:02 +00:00
Get
2022-11-02 01:52:31 +00:00
Return ResourceManager.GetString("BuildString", resourceCulture)
2022-11-01 08:27:02 +00:00
End Get
End Property
2022-11-01 06:56:30 +00:00
End Module
End Namespace