rdp-portal/Properties/Resources.Designer.cs

83 lines
3.4 KiB
C#
Raw Normal View History

2022-10-27 16:16:09 +02:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace rdp_portal.Properties {
2022-10-28 10:45:38 +02:00
using System;
2022-10-27 16:16:09 +02:00
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </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.
2022-10-28 10:45:38 +02:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
2022-10-27 16:16:09 +02:00
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
2022-10-28 10:45:38 +02:00
2022-10-27 16:16:09 +02:00
private static global::System.Resources.ResourceManager resourceMan;
2022-10-28 10:45:38 +02:00
2022-10-27 16:16:09 +02:00
private static global::System.Globalization.CultureInfo resourceCulture;
2022-10-28 10:45:38 +02:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2022-10-27 16:16:09 +02:00
internal Resources() {
}
2022-10-28 10:45:38 +02:00
2022-10-27 16:16:09 +02:00
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
2022-10-28 10:45:38 +02:00
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2022-10-27 16:16:09 +02:00
internal static global::System.Resources.ResourceManager ResourceManager {
get {
2022-10-28 10:45:38 +02:00
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RDP_Portal.Properties.Resources", typeof(Resources).Assembly);
2022-10-27 16:16:09 +02:00
resourceMan = temp;
}
return resourceMan;
}
}
2022-10-28 10:45:38 +02:00
2022-10-27 16:16:09 +02:00
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
2022-10-28 10:45:38 +02:00
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2022-10-27 16:16:09 +02:00
internal static global::System.Globalization.CultureInfo Culture {
2022-10-28 10:45:38 +02:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap banner {
get {
object obj = ResourceManager.GetObject("banner", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
2022-10-27 16:16:09 +02:00
}
2022-11-29 11:36:25 +01:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon icon {
get {
object obj = ResourceManager.GetObject("icon", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
2022-10-27 16:16:09 +02:00
}
2022-10-28 10:45:38 +02:00
}