This commit is contained in:
2020-04-27 20:55:03 +00:00
parent 825ea28b8d
commit cc06b2a0ab
22 changed files with 2936 additions and 18 deletions

View File

@@ -60,6 +60,16 @@ namespace AyaNova.PlugIn.V8 {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Cancel24 {
get {
object obj = ResourceManager.GetObject("Cancel24", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@@ -79,5 +89,75 @@ namespace AyaNova.PlugIn.V8 {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Login24 {
get {
object obj = ResourceManager.GetObject("Login24", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Login32 {
get {
object obj = ResourceManager.GetObject("Login32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap LoginPassword24 {
get {
object obj = ResourceManager.GetObject("LoginPassword24", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap LoginPassword32 {
get {
object obj = ResourceManager.GetObject("LoginPassword32", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap OK24 {
get {
object obj = ResourceManager.GetObject("OK24", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap signon {
get {
object obj = ResourceManager.GetObject("signon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap tshirt_128 {
get {
object obj = ResourceManager.GetObject("tshirt_128", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}