1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-07 10:43:13 +00:00
This commit is contained in:
Ylian Saint-Hilaire
2020-06-29 13:23:54 -07:00
parent 8b5a590ae8
commit bbd87f3fc2
77 changed files with 4150 additions and 1628 deletions

View File

@@ -125,6 +125,16 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Gear20 {
get {
object obj = ResourceManager.GetObject("Gear20", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -155,16 +165,6 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap install {
get {
object obj = ResourceManager.GetObject("install", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Invalid username or password.
/// </summary>
@@ -211,16 +211,6 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap MC2Logo {
get {
object obj = ResourceManager.GetObject("MC2Logo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -249,26 +239,6 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap MeshIcon50T {
get {
object obj = ResourceManager.GetObject("MeshIcon50T", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap MeshServerLogo {
get {
object obj = ResourceManager.GetObject("MeshServerLogo", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to MQTT.
/// </summary>
@@ -412,5 +382,15 @@ namespace MeshCentralRouter.Properties {
return ResourceManager.GetString("WinscpAppName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap xinstall {
get {
object obj = ResourceManager.GetObject("xinstall", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}