2015-07-01 23:17:14 -04:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
// This code was generated by a tool.
|
2016-01-30 21:00:32 -05:00
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2015-07-01 23:17:14 -04:00
|
|
|
|
//
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
namespace Mesen.GUI.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.
|
2017-11-24 21:38:12 -05:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
2015-07-01 23:17:14 -04:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
|
|
internal 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)]
|
|
|
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
get {
|
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Mesen.GUI.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)]
|
|
|
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
|
|
|
get {
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
|
|
|
|
set {
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-22 14:43:07 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Accept {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Accept", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-18 22:33:36 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Add {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Add", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-11 22:20:07 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap ArrowKeys {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("ArrowKeys", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Audio {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Audio", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-24 21:38:12 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Barcode {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Barcode", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Breakpoint {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Breakpoint", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap BreakpointDisabled {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("BreakpointDisabled", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-11 11:46:29 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap BreakpointEnableDisable {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("BreakpointEnableDisable", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-02-24 21:48:31 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Bug {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Bug", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-11 18:34:55 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Camera {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Camera", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-22 18:41:09 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap CheatCode {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("CheatCode", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Chip {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Chip", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-03 21:53:46 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Close {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Close", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Cog {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Cog", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-30 20:08:53 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap coins {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("coins", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-19 13:05:33 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap CommandLine {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("CommandLine", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-08 15:43:25 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Comment {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Comment", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Controller {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Controller", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-11 10:59:26 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Copy {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Copy", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-09 12:49:17 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Dice {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Dice", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-30 20:08:53 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap DipSwitches {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("DipSwitches", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-24 21:27:28 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Donate {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Donate", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-27 12:38:06 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap DownArrow {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("DownArrow", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-18 21:40:21 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap DownArrowWin10 {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("DownArrowWin10", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-07 17:51:14 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Edit {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Edit", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-24 14:23:54 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap EditLabel {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("EditLabel", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Eject {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Eject", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-30 18:31:27 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Enum {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Enum", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2017-09-08 15:43:25 -04:00
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Exclamation {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Exclamation", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Exit {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Exit", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-18 22:33:36 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Export {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Export", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Find {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Find", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Floppy {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Floppy", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap FolderOpen {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("FolderOpen", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Font {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Font", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Fullscreen {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Fullscreen", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-30 18:31:27 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Function {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Function", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Globe {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Globe", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-28 19:00:08 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap HdPack {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("HdPack", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Help {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Help", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-18 22:33:36 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Import {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Import", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-21 19:05:26 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap LogWindow {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("LogWindow", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-11 18:34:55 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Icon MesenIcon {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("MesenIcon", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Icon)(obj));
|
|
|
|
|
}
|
2017-05-06 15:27:48 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap MesenIconSmall {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("MesenIconSmall", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
2016-02-11 18:34:55 -05:00
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap MesenLogo {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("MesenLogo", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 14:36:20 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Microphone {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Microphone", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Movie {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Movie", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-16 18:05:48 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap NavigateBack {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("NavigateBack", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap NavigateForward {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("NavigateForward", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-09 13:15:43 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2018-02-18 22:41:50 -05:00
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap NesEventViewer {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("NesEventViewer", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2016-01-09 13:15:43 -05:00
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap NetPlay {
|
2016-01-09 13:15:43 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("NetPlay", resourceCulture);
|
2016-01-09 13:15:43 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap NextArrow {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("NextArrow", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-25 20:46:54 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap NextTrack {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("NextTrack", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap NsfBackground {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("NsfBackground", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-24 14:23:54 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Paste {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Paste", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-03 00:12:02 -04:00
|
|
|
|
/// <summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2015-07-03 00:12:02 -04:00
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Pause {
|
2015-07-03 00:12:02 -04:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Pause", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
2017-03-04 21:50:19 -05:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Pencil {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Pencil", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Pipette {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Pipette", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
2015-07-03 00:12:02 -04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-31 23:29:33 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap PipetteSmall {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("PipetteSmall", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-07-01 23:17:14 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Play {
|
2015-07-01 23:17:14 -04:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Play", resourceCulture);
|
2015-07-01 23:17:14 -04:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-08-03 21:53:46 -04:00
|
|
|
|
|
2017-05-13 16:15:25 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap PowerCycle {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("PowerCycle", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap PreviousArrow {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("PreviousArrow", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-25 20:46:54 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap PrevTrack {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("PrevTrack", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-11 22:20:07 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap PsIcon {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("PsIcon", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-06-05 14:36:20 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Record {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Record", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-13 10:51:13 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Repeat {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Repeat", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap RepeatEnabled {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("RepeatEnabled", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Reset {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Reset", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-16 18:05:48 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap RunPpuCycle {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("RunPpuCycle", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap RunPpuFrame {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("RunPpuFrame", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap RunPpuScanline {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("RunPpuScanline", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-08-03 21:53:46 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2017-08-13 10:51:13 -04:00
|
|
|
|
/// </summary>
|
2017-08-30 18:31:27 -04:00
|
|
|
|
internal static System.Drawing.Bitmap Script {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Script", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-24 14:23:54 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap SelectAll {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("SelectAll", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-30 18:31:27 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2017-08-13 10:51:13 -04:00
|
|
|
|
internal static System.Drawing.Bitmap Shuffle {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Shuffle", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap ShuffleEnabled {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("ShuffleEnabled", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
2015-08-03 21:53:46 -04:00
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap SoftwareUpdate {
|
2015-08-03 21:53:46 -04:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("SoftwareUpdate", resourceCulture);
|
2015-08-03 21:53:46 -04:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Speed {
|
2015-08-03 21:53:46 -04:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Speed", resourceCulture);
|
2015-08-03 21:53:46 -04:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-01-30 21:00:32 -05:00
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap SplitView {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("SplitView", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-01 22:49:50 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap StepBack {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("StepBack", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-10 23:14:49 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap StepInto {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("StepInto", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap StepOut {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("StepOut", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap StepOver {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("StepOver", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Stop {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Stop", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-24 21:38:12 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Tape {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Tape", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-21 23:11:14 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Undo {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Undo", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-23 10:56:19 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap UnidentifiedData {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("UnidentifiedData", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap VerifiedData {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("VerifiedData", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-01-30 21:00:32 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
2016-02-11 18:34:55 -05:00
|
|
|
|
internal static System.Drawing.Bitmap Video {
|
2016-01-30 21:00:32 -05:00
|
|
|
|
get {
|
2016-02-11 18:34:55 -05:00
|
|
|
|
object obj = ResourceManager.GetObject("Video", resourceCulture);
|
2016-01-30 21:00:32 -05:00
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-12-04 11:40:31 -05:00
|
|
|
|
|
2017-05-13 16:15:25 -04:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap VideoFilter {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("VideoFilter", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-29 21:19:13 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap VideoRecorder {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("VideoRecorder", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-04 11:40:31 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap Warning {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("Warning", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-11 22:20:07 -04:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap WasdKeys {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("WasdKeys", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
|
|
|
/// </summary>
|
|
|
|
|
internal static System.Drawing.Bitmap XbIcon {
|
|
|
|
|
get {
|
|
|
|
|
object obj = ResourceManager.GetObject("XbIcon", resourceCulture);
|
|
|
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-07-01 23:17:14 -04:00
|
|
|
|
}
|
|
|
|
|
}
|