Files
BallanceTasEditor/BallanceTASEditor/Properties/Resources.Designer.cs

63 lines
2.6 KiB
C#
Raw Normal View History

2021-05-13 15:49:26 +08:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
2021-05-13 15:49:26 +08:00
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
2021-05-13 15:49:26 +08:00
// </auto-generated>
//------------------------------------------------------------------------------
namespace BallanceTasEditor.Properties {
2021-05-13 15:49:26 +08:00
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
2021-05-13 15:49:26 +08:00
/// </summary>
// 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.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
2021-05-13 15:49:26 +08:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
2021-05-13 15:49:26 +08:00
private static global::System.Resources.ResourceManager resourceMan;
2021-05-13 15:49:26 +08:00
private static global::System.Globalization.CultureInfo resourceCulture;
2021-05-13 15:49:26 +08:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
2021-05-13 15:49:26 +08:00
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
2021-05-13 15:49:26 +08:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if ((resourceMan == null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BallanceTasEditor.Properties.Resources", typeof(Resources).Assembly);
2021-05-13 15:49:26 +08:00
resourceMan = temp;
}
return resourceMan;
}
}
2021-05-13 15:49:26 +08:00
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
2021-05-13 15:49:26 +08:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}