This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
linear-app-launcher/UIResource.Designer.cs

284 lines
11 KiB
C#
Raw Normal View History

2021-07-22 23:45:30 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace FizzyLauncher {
using System;
/// <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.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class UIResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal UIResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FizzyLauncher.UIResource", typeof(UIResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap close {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("close", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap close2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("close2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap cog {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("cog", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap cog2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("cog2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
2021-07-23 00:19:27 +00:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap disk {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("disk", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap disk2 {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("disk2", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap file {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("file", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap file2 {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("file2", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
2021-07-22 23:45:30 +00:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap folder {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("folder", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap folder2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("folder2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap help {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("help", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap help2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("help2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap menu {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("menu", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap menu2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("menu2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
2021-07-23 00:19:27 +00:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap square_plus {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("square_plus", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap square_plus2 {
2021-07-23 00:19:27 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("square_plus2", resourceCulture);
2021-07-23 00:19:27 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
2021-07-22 23:45:30 +00:00
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap trash {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("trash", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap trash2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("trash2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap triangle_down {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("triangle_down", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap triangle_down2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("triangle_down2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap triangle_up {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("triangle_up", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
2021-07-29 20:07:06 +00:00
internal static System.Drawing.Bitmap triangle_up2 {
2021-07-22 23:45:30 +00:00
get {
2021-07-29 20:07:06 +00:00
object obj = ResourceManager.GetObject("triangle_up2", resourceCulture);
2021-07-22 23:45:30 +00:00
return ((System.Drawing.Bitmap)(obj));
}
}
}
}