98f2a7b91c
Default logo_charge logo added. bug fixes
227 lines
8.3 KiB
C#
227 lines
8.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.18444
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Moto_Logo.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Moto_Logo.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
public static byte[] _540x540 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("_540x540", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Append.
|
|
/// </summary>
|
|
public static string Append {
|
|
get {
|
|
return ResourceManager.GetString("Append", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap bitcoin_qr {
|
|
get {
|
|
object obj = ResourceManager.GetObject("bitcoin_qr", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error Opening file: <FN>.
|
|
/// </summary>
|
|
public static string FileOpenError {
|
|
get {
|
|
return ResourceManager.GetString("FileOpenError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap logo_battery {
|
|
get {
|
|
object obj = ResourceManager.GetObject("logo_battery", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap logo_boot {
|
|
get {
|
|
object obj = ResourceManager.GetObject("logo_boot", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap logo_charge {
|
|
get {
|
|
object obj = ResourceManager.GetObject("logo_charge", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap logo_lowpower {
|
|
get {
|
|
object obj = ResourceManager.GetObject("logo_lowpower", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap logo_unplug {
|
|
get {
|
|
object obj = ResourceManager.GetObject("logo_unplug", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Logo bin files|*.bin|All Files|*.*.
|
|
/// </summary>
|
|
public static string LogoBins {
|
|
get {
|
|
return ResourceManager.GetString("LogoBins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
public static byte[] motorun {
|
|
get {
|
|
object obj = ResourceManager.GetObject("motorun", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Replace.
|
|
/// </summary>
|
|
public static string Replace {
|
|
get {
|
|
return ResourceManager.GetString("Replace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Image Files|*.bmp;*.png;*.jpg;*.gif|All Files|*.*.
|
|
/// </summary>
|
|
public static string SelectImageFile {
|
|
get {
|
|
return ResourceManager.GetString("SelectImageFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
public static byte[] update_binary {
|
|
get {
|
|
object obj = ResourceManager.GetObject("update_binary", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
public static byte[] updater_script {
|
|
get {
|
|
object obj = ResourceManager.GetObject("updater_script", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Flashable Zip|*.zip|Bin File|*.bin|All Files|*.*.
|
|
/// </summary>
|
|
public static string ZipBins {
|
|
get {
|
|
return ResourceManager.GetString("ZipBins", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error: Zip file <ZFN> Doesn't contain logo.bin.
|
|
/// </summary>
|
|
public static string Zipfile_logo_bin_error {
|
|
get {
|
|
return ResourceManager.GetString("Zipfile_logo_bin_error", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|