mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-01-04 17:23:15 +00:00
Many improvements.
This commit is contained in:
39
Properties/Resources.Designer.cs
generated
39
Properties/Resources.Designer.cs
generated
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user