mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
50 lines
1.1 KiB
C#
50 lines
1.1 KiB
C#
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace SDRSharp.PanView.Properties
|
|
{
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[DebuggerNonUserCode]
|
|
[CompilerGenerated]
|
|
internal class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
|
|
private static CultureInfo resourceCulture;
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (object.ReferenceEquals(Resources.resourceMan, null))
|
|
{
|
|
ResourceManager resourceManager = Resources.resourceMan = new ResourceManager("SDRSharp.PanView.Properties.Resources", typeof(Resources).Assembly);
|
|
}
|
|
return Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get
|
|
{
|
|
return Resources.resourceCulture;
|
|
}
|
|
set
|
|
{
|
|
Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
}
|
|
}
|