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>

View File

@@ -132,6 +132,15 @@
<data name="Exit" xml:space="preserve">
<value>Exit</value>
</data>
<data name="Label_Actions" xml:space="preserve">
<value>Actions</value>
</data>
<data name="Label_ActiveShop" xml:space="preserve">
<value>Active Shop</value>
</data>
<data name="Label_AddFolder" xml:space="preserve">
<value>Add _Folder</value>
</data>
<data name="Label_AddMonitoringPath" xml:space="preserve">
<value>Add Path</value>
</data>
@@ -141,14 +150,32 @@
<data name="Label_FilePath" xml:space="preserve">
<value>File Path</value>
</data>
<data name="Label_MonitorStatus" xml:space="preserve">
<value>Monitor Status</value>
</data>
<data name="Label_Remove" xml:space="preserve">
<value>Re_move</value>
</data>
<data name="Label_Restart" xml:space="preserve">
<value>_Restart</value>
</data>
<data name="Label_SourceSystem" xml:space="preserve">
<value>Source System</value>
</data>
<data name="Label_StartAllMonitors" xml:space="preserve">
<value>Start All Monitors</value>
<value>Start _All Monitors</value>
</data>
<data name="Label_Status" xml:space="preserve">
<value>Status</value>
</data>
<data name="Label_Status_Started" xml:space="preserve">
<value>Started</value>
</data>
<data name="Label_Status_Stopped" xml:space="preserve">
<value>Stopped</value>
</data>
<data name="Label_StopAllMonitors" xml:space="preserve">
<value>Stop All Monitors</value>
<value>_Stop All Monitors</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
@@ -165,6 +192,12 @@
<data name="Title_Login" xml:space="preserve">
<value>Login - Bodyshop Uploader</value>
</data>
<data name="Title_Login_Header" xml:space="preserve">
<value>Bodyshop Partner by ImEX Systems Inc.</value>
</data>
<data name="Title_Main" xml:space="preserve">
<value>Bodyshop Partner | ImEX Systems Inc.</value>
</data>
<data name="Username" xml:space="preserve">
<value>Username</value>
</data>