mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-14 01:25:36 -05:00
289 lines
9.8 KiB
C#
289 lines
9.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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 FloatingStatusWindowLibrary.Properties {
|
|
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", "4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public 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>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FloatingStatusWindowLibrary.Properties.Resources", typeof(Resources).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to All Windows.
|
|
/// </summary>
|
|
public static string AllWindowsMenu {
|
|
get {
|
|
return ResourceManager.GetString("AllWindowsMenu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Bottom.
|
|
/// </summary>
|
|
public static string Bottom {
|
|
get {
|
|
return ResourceManager.GetString("Bottom", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string Cancel {
|
|
get {
|
|
return ResourceManager.GetString("Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Center.
|
|
/// </summary>
|
|
public static string Center {
|
|
get {
|
|
return ResourceManager.GetString("Center", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Change Appearance.
|
|
/// </summary>
|
|
public static string ChangeAppearanceWindow {
|
|
get {
|
|
return ResourceManager.GetString("ChangeAppearanceWindow", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start with Windows.
|
|
/// </summary>
|
|
public static string ContextMenuAutoStart {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuAutoStart", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Change Appearance....
|
|
/// </summary>
|
|
public static string ContextMenuChangeAppearance {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuChangeAppearance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string ContextMenuClose {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuClose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exit.
|
|
/// </summary>
|
|
public static string ContextMenuExit {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuExit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lock.
|
|
/// </summary>
|
|
public static string ContextMenuLock {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuLock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Locked.
|
|
/// </summary>
|
|
public static string ContextMenuLocked {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuLocked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh.
|
|
/// </summary>
|
|
public static string ContextMenuRefresh {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuRefresh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Settings....
|
|
/// </summary>
|
|
public static string ContextMenuSettings {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuSettings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unlock.
|
|
/// </summary>
|
|
public static string ContextMenuUnlock {
|
|
get {
|
|
return ResourceManager.GetString("ContextMenuUnlock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Font _name:.
|
|
/// </summary>
|
|
public static string FontName {
|
|
get {
|
|
return ResourceManager.GetString("FontName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Font _size:.
|
|
/// </summary>
|
|
public static string FontSize {
|
|
get {
|
|
return ResourceManager.GetString("FontSize", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Foreground color:.
|
|
/// </summary>
|
|
public static string ForegroundColor {
|
|
get {
|
|
return ResourceManager.GetString("ForegroundColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Horizontal alignment:.
|
|
/// </summary>
|
|
public static string HorizontalAlignment {
|
|
get {
|
|
return ResourceManager.GetString("HorizontalAlignment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Left.
|
|
/// </summary>
|
|
public static string Left {
|
|
get {
|
|
return ResourceManager.GetString("Left", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to OK.
|
|
/// </summary>
|
|
public static string OK {
|
|
get {
|
|
return ResourceManager.GetString("OK", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Padding:.
|
|
/// </summary>
|
|
public static string Padding {
|
|
get {
|
|
return ResourceManager.GetString("Padding", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Right.
|
|
/// </summary>
|
|
public static string Right {
|
|
get {
|
|
return ResourceManager.GetString("Right", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Top.
|
|
/// </summary>
|
|
public static string Top {
|
|
get {
|
|
return ResourceManager.GetString("Top", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to _Vertical alignment:.
|
|
/// </summary>
|
|
public static string VerticalAlignment {
|
|
get {
|
|
return ResourceManager.GetString("VerticalAlignment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Window.
|
|
/// </summary>
|
|
public static string WindowMenu {
|
|
get {
|
|
return ResourceManager.GetString("WindowMenu", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|