2021-09-07 11:32:24 +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 BookmarkManager {
|
|
|
|
|
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.
|
2024-07-17 00:56:17 +00:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
2021-09-07 11:32:24 +00:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
|
|
internal class AppResource {
|
|
|
|
|
|
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
|
|
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
|
|
|
internal AppResource() {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <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("BookmarkManager.AppResource", typeof(AppResource).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>
|
2024-07-17 00:56:17 +00:00
|
|
|
|
/// Looks up a localized string similar to .
|
2021-09-07 11:32:24 +00:00
|
|
|
|
/// </summary>
|
2024-07-17 00:56:17 +00:00
|
|
|
|
internal static string AppAuthorURL {
|
2021-09-07 11:32:24 +00:00
|
|
|
|
get {
|
2024-07-17 00:56:17 +00:00
|
|
|
|
return ResourceManager.GetString("AppAuthorURL", resourceCulture);
|
2021-09-07 11:32:24 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-07-17 00:56:17 +00:00
|
|
|
|
/// Looks up a localized string similar to https://www.hiimray.co.uk.
|
2021-09-07 11:32:24 +00:00
|
|
|
|
/// </summary>
|
2024-07-17 00:56:17 +00:00
|
|
|
|
internal static string AppCompanyURL {
|
2021-09-07 11:32:24 +00:00
|
|
|
|
get {
|
2024-07-17 00:56:17 +00:00
|
|
|
|
return ResourceManager.GetString("AppCompanyURL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to https://www.hiimray.co.uk/software-bookmark-manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string AppHelpURL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AppHelpURL", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized string similar to https://www.hiimray.co.uk/software-bookmark-manager.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static string AppProductURL {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AppProductURL", resourceCulture);
|
2021-09-07 11:32:24 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-12-30 02:34:19 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap arrow_down_circle {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("arrow_down_circle", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap arrow_up_circle {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("arrow_up_circle", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-07 11:32:24 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2021-09-12 14:38:38 +00:00
|
|
|
|
internal static System.Drawing.Bitmap bookmark {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("bookmark", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2021-09-07 11:32:24 +00:00
|
|
|
|
internal static System.Drawing.Bitmap file_text {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("file_text", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap folder {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("folder", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap folder_explore {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("folder_explore", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap hexagon {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("hexagon", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-07-19 20:22:24 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap icon_64 {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("icon_64", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-12-30 02:34:19 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap trash {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("trash", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-09-07 11:32:24 +00:00
|
|
|
|
}
|
|
|
|
|
}
|