1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-04 17:23:15 +00:00

Many improvements.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-16 14:42:23 -07:00
parent 94a7784af3
commit 2a8d1d3a6c
24 changed files with 549 additions and 189 deletions

View File

@@ -165,6 +165,26 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap icon_clipboard_in {
get {
object obj = ResourceManager.GetObject("icon-clipboard-in", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap icon_clipboard_out {
get {
object obj = ResourceManager.GetObject("icon-clipboard-out", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -175,6 +195,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to (Individual Devices).
/// </summary>
internal static string IndividualDevices {
get {
return ResourceManager.GetString("IndividualDevices", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid username or password.
/// </summary>
@@ -402,5 +431,15 @@ namespace MeshCentralRouter.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ZoomToFit {
get {
object obj = ResourceManager.GetObject("ZoomToFit", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}