2018-06-17 18:21:52 +00:00
|
|
|
using System.CodeDom.Compiler;
|
|
|
|
using System.ComponentModel;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Globalization;
|
|
|
|
using System.Resources;
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
2019-04-14 17:17:26 +00:00
|
|
|
namespace XCI_Explorer.Properties
|
|
|
|
{
|
2018-07-08 05:21:58 +00:00
|
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
[DebuggerNonUserCode]
|
|
|
|
[CompilerGenerated]
|
2019-04-14 17:17:26 +00:00
|
|
|
internal class Resources
|
|
|
|
{
|
2018-07-08 05:21:58 +00:00
|
|
|
private static ResourceManager resourceMan;
|
2018-06-17 18:21:52 +00:00
|
|
|
|
2018-07-08 05:21:58 +00:00
|
|
|
private static CultureInfo resourceCulture;
|
2018-06-17 18:21:52 +00:00
|
|
|
|
2018-07-08 05:21:58 +00:00
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
|
|
internal static ResourceManager ResourceManager {
|
|
|
|
get {
|
2019-04-14 17:17:26 +00:00
|
|
|
if (resourceMan == null)
|
|
|
|
{
|
2018-07-08 05:21:58 +00:00
|
|
|
resourceMan = new ResourceManager("XCI_Explorer.Properties.Resources", typeof(Resources).Assembly);
|
|
|
|
}
|
|
|
|
return resourceMan;
|
|
|
|
}
|
|
|
|
}
|
2018-06-17 18:21:52 +00:00
|
|
|
|
2018-07-08 05:21:58 +00:00
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
|
|
internal static CultureInfo Culture {
|
|
|
|
get {
|
|
|
|
return resourceCulture;
|
|
|
|
}
|
|
|
|
set {
|
|
|
|
resourceCulture = value;
|
|
|
|
}
|
|
|
|
}
|
2018-06-17 18:21:52 +00:00
|
|
|
|
2019-04-14 17:17:26 +00:00
|
|
|
internal Resources()
|
|
|
|
{
|
2018-07-08 05:21:58 +00:00
|
|
|
}
|
|
|
|
}
|
2018-06-17 18:21:52 +00:00
|
|
|
}
|