mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-14 01:25:36 -05:00
Support for locking/unlocking and closing other windows
This commit is contained in:
@@ -60,6 +60,15 @@ namespace FloatingStatusWindowLibrary.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
@@ -114,6 +123,15 @@ namespace FloatingStatusWindowLibrary.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
@@ -123,6 +141,15 @@ namespace FloatingStatusWindowLibrary.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
@@ -132,6 +159,15 @@ namespace FloatingStatusWindowLibrary.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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>
|
||||
@@ -221,5 +257,14 @@ namespace FloatingStatusWindowLibrary.Properties {
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user