Added icon resources

This commit is contained in:
szporowolik
2019-09-13 13:30:44 +02:00
parent 97a4c0aa45
commit ddb2527eb8
8 changed files with 66 additions and 0 deletions

View File

@@ -59,5 +59,55 @@ namespace Perun_v1.Properties {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ico_db {
get {
object obj = ResourceManager.GetObject("ico_db", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ico_error {
get {
object obj = ResourceManager.GetObject("ico_error", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ico_game {
get {
object obj = ResourceManager.GetObject("ico_game", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ico_lotatc {
get {
object obj = ResourceManager.GetObject("ico_lotatc", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ico_srs {
get {
object obj = ResourceManager.GetObject("ico_srs", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}