customizemii-wiidb/TransmitMii/Properties/Resources.Designer.cs

71 lines
3.0 KiB
C#
Raw Normal View History

2010-04-18 21:12:08 +02:00
//------------------------------------------------------------------------------
2009-11-08 23:53:22 +01:00
// <auto-generated>
2010-04-18 21:12:08 +02:00
// This code was generated by a tool.
// Runtime Version:4.0.30128.1
2009-11-08 23:53:22 +01:00
//
2010-04-18 21:12:08 +02:00
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
2009-11-08 23:53:22 +01:00
// </auto-generated>
//------------------------------------------------------------------------------
2009-12-04 01:10:46 +01:00
namespace TransmitMii.Properties {
2009-11-08 23:53:22 +01:00
using System;
/// <summary>
2010-04-18 21:12:08 +02:00
/// A strongly-typed resource class, for looking up localized strings, etc.
2009-11-08 23:53:22 +01:00
/// </summary>
2010-04-18 21:12:08 +02: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.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
2009-11-08 23:53:22 +01:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
2010-04-18 21:12:08 +02:00
/// Returns the cached ResourceManager instance used by this class.
2009-11-08 23:53:22 +01:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
2009-12-04 01:10:46 +01:00
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TransmitMii.Properties.Resources", typeof(Resources).Assembly);
2009-11-08 23:53:22 +01:00
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
2010-04-18 21:12:08 +02:00
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
2009-11-08 23:53:22 +01:00
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2009-12-04 01:10:46 +01:00
internal static System.Drawing.Icon TransmitMii_Icon {
2009-11-08 23:53:22 +01:00
get {
2009-12-04 01:10:46 +01:00
object obj = ResourceManager.GetObject("TransmitMii_Icon", resourceCulture);
2009-11-08 23:53:22 +01:00
return ((System.Drawing.Icon)(obj));
}
}
}
}