Add options for settings and refresh menus

This commit is contained in:
2017-01-27 15:38:09 -05:00
parent 7bdb80b395
commit 97cd3ce9dd
8 changed files with 132 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -159,6 +159,24 @@ namespace FloatingStatusWindowLibrary.Properties {
}
}
/// <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>

View File

@@ -150,6 +150,12 @@
<data name="ContextMenuLocked" xml:space="preserve">
<value>Locked</value>
</data>
<data name="ContextMenuRefresh" xml:space="preserve">
<value>Refresh</value>
</data>
<data name="ContextMenuSettings" xml:space="preserve">
<value>Settings...</value>
</data>
<data name="ContextMenuUnlock" xml:space="preserve">
<value>Unlock</value>
</data>