netmonitor/NetMonitorClient/Properties/Resources.Designer.cs

78 lines
3.3 KiB
C#
Raw Normal View History

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