UI Updates + context menu + popup for tray.

This commit is contained in:
Patrick Fic
2020-01-30 21:31:20 -08:00
parent fc52804362
commit 06b516a5b8
8 changed files with 326 additions and 80 deletions

View File

@@ -105,6 +105,33 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Actions.
/// </summary>
public static string Label_Actions {
get {
return ResourceManager.GetString("Label_Actions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Active Shop.
/// </summary>
public static string Label_ActiveShop {
get {
return ResourceManager.GetString("Label_ActiveShop", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add _Folder.
/// </summary>
public static string Label_AddFolder {
get {
return ResourceManager.GetString("Label_AddFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add Path.
/// </summary>
@@ -132,6 +159,33 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Monitor Status.
/// </summary>
public static string Label_MonitorStatus {
get {
return ResourceManager.GetString("Label_MonitorStatus", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Re_move.
/// </summary>
public static string Label_Remove {
get {
return ResourceManager.GetString("Label_Remove", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to _Restart.
/// </summary>
public static string Label_Restart {
get {
return ResourceManager.GetString("Label_Restart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Source System.
/// </summary>
@@ -142,7 +196,7 @@ namespace BodyshopUploader.Properties {
}
/// <summary>
/// Looks up a localized string similar to Start All Monitors.
/// Looks up a localized string similar to Start _All Monitors.
/// </summary>
public static string Label_StartAllMonitors {
get {
@@ -151,7 +205,34 @@ namespace BodyshopUploader.Properties {
}
/// <summary>
/// Looks up a localized string similar to Stop All Monitors.
/// Looks up a localized string similar to Status.
/// </summary>
public static string Label_Status {
get {
return ResourceManager.GetString("Label_Status", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Started.
/// </summary>
public static string Label_Status_Started {
get {
return ResourceManager.GetString("Label_Status_Started", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stopped.
/// </summary>
public static string Label_Status_Stopped {
get {
return ResourceManager.GetString("Label_Status_Stopped", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to _Stop All Monitors.
/// </summary>
public static string Label_StopAllMonitors {
get {
@@ -204,6 +285,24 @@ namespace BodyshopUploader.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Bodyshop Partner by ImEX Systems Inc..
/// </summary>
public static string Title_Login_Header {
get {
return ResourceManager.GetString("Title_Login_Header", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bodyshop Partner | ImEX Systems Inc..
/// </summary>
public static string Title_Main {
get {
return ResourceManager.GetString("Title_Main", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Username.
/// </summary>