1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-10 21:33:46 +00:00

More improvements.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-16 16:34:57 -07:00
parent 2a8d1d3a6c
commit 629ce21336
10 changed files with 267 additions and 181 deletions

View File

@@ -60,16 +60,6 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap _50_Computer {
get {
object obj = ResourceManager.GetObject("50-Computer", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Agent.
/// </summary>
@@ -97,6 +87,25 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Computer50 {
get {
object obj = ResourceManager.GetObject("Computer50", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Don&apos;t ask for {0} days..
/// </summary>
internal static string DontAskXDays {
get {
return ResourceManager.GetString("DontAskXDays", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email sent.
/// </summary>
@@ -168,9 +177,9 @@ namespace MeshCentralRouter.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap icon_clipboard_in {
internal static System.Drawing.Bitmap iconClipboardIn {
get {
object obj = ResourceManager.GetObject("icon-clipboard-in", resourceCulture);
object obj = ResourceManager.GetObject("iconClipboardIn", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
@@ -178,9 +187,9 @@ namespace MeshCentralRouter.Properties {
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap icon_clipboard_out {
internal static System.Drawing.Bitmap iconClipboardOut {
get {
object obj = ResourceManager.GetObject("icon-clipboard-out", resourceCulture);
object obj = ResourceManager.GetObject("iconClipboardOut", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}