From b7e616482d8197878c7fb4656fed851e65faa85a Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 6 Dec 2016 20:16:07 -0600 Subject: [PATCH] Intellivision - movie mnemonics and virtual pads --- .../movie/bk2/Bk2MnemonicConstants.cs | 21 + .../BizHawk.Client.EmuHawk.csproj | 13 + .../Properties/Resources.Designer.cs | 1103 ++++++++++++++++- .../Properties/Resources.resx | 36 + BizHawk.Client.EmuHawk/images/ENE.png | Bin 0 -> 567 bytes BizHawk.Client.EmuHawk/images/ESE.png | Bin 0 -> 628 bytes BizHawk.Client.EmuHawk/images/NE.png | Bin 0 -> 586 bytes BizHawk.Client.EmuHawk/images/NNE.png | Bin 0 -> 549 bytes BizHawk.Client.EmuHawk/images/NNW.png | Bin 0 -> 827 bytes BizHawk.Client.EmuHawk/images/NW.png | Bin 0 -> 546 bytes BizHawk.Client.EmuHawk/images/SE.png | Bin 0 -> 623 bytes BizHawk.Client.EmuHawk/images/SSE.png | Bin 0 -> 663 bytes BizHawk.Client.EmuHawk/images/SSW.png | Bin 0 -> 723 bytes BizHawk.Client.EmuHawk/images/SW.png | Bin 0 -> 642 bytes BizHawk.Client.EmuHawk/images/WNW.png | Bin 0 -> 785 bytes BizHawk.Client.EmuHawk/images/WSW.png | Bin 0 -> 771 bytes .../tools/VirtualPads/schema/IntvSchema.cs | 424 +++++++ 17 files changed, 1596 insertions(+), 1 deletion(-) create mode 100644 BizHawk.Client.EmuHawk/images/ENE.png create mode 100644 BizHawk.Client.EmuHawk/images/ESE.png create mode 100644 BizHawk.Client.EmuHawk/images/NE.png create mode 100644 BizHawk.Client.EmuHawk/images/NNE.png create mode 100644 BizHawk.Client.EmuHawk/images/NNW.png create mode 100644 BizHawk.Client.EmuHawk/images/NW.png create mode 100644 BizHawk.Client.EmuHawk/images/SE.png create mode 100644 BizHawk.Client.EmuHawk/images/SSE.png create mode 100644 BizHawk.Client.EmuHawk/images/SSW.png create mode 100644 BizHawk.Client.EmuHawk/images/SW.png create mode 100644 BizHawk.Client.EmuHawk/images/WNW.png create mode 100644 BizHawk.Client.EmuHawk/images/WSW.png create mode 100644 BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs diff --git a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs index a4795ba29b..ca791a60a7 100644 --- a/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs +++ b/BizHawk.Client.Common/movie/bk2/Bk2MnemonicConstants.cs @@ -282,6 +282,27 @@ namespace BizHawk.Client.Common { "L", 'L' }, { "R", 'R' } } + }, + { + "INTV", + new Dictionary + { + { "Clear", 'C' }, + { "Enter", 'E' }, + { "Top", 'T' }, + { "NNE", 'n' }, + { "NE", '/' }, + { "ENE", 'e' }, + { "ESE", 'e' }, + { "SE", '\\' }, + { "SSE", 's' }, + { "SSW", 's' }, + { "SW", '/' }, + { "WSW", 'w' }, + { "WNW", 'w' }, + { "NW", '\\' }, + { "NNW", 'n' } + } } }; } diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 6b62be09eb..77279a2c15 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -1190,6 +1190,7 @@ + @@ -1776,6 +1777,16 @@ + + + + + + + + + + @@ -2090,6 +2101,8 @@ + + diff --git a/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs b/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs index d96b7f623f..a5d0f207dd 100644 --- a/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs +++ b/BizHawk.Client.EmuHawk/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -60,6 +60,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap A78Joystick { get { object obj = ResourceManager.GetObject("A78Joystick", resourceCulture); @@ -67,6 +70,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap add { get { object obj = ResourceManager.GetObject("add", resourceCulture); @@ -74,6 +80,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap AddEdit { get { object obj = ResourceManager.GetObject("AddEdit", resourceCulture); @@ -81,6 +90,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap addWatch { get { object obj = ResourceManager.GetObject("addWatch", resourceCulture); @@ -88,6 +100,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap alt_about_image { get { object obj = ResourceManager.GetObject("alt_about_image", resourceCulture); @@ -95,6 +110,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap AppleIIKeyboard { get { object obj = ResourceManager.GetObject("AppleIIKeyboard", resourceCulture); @@ -102,6 +120,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap atari_controller { get { object obj = ResourceManager.GetObject("atari_controller", resourceCulture); @@ -109,6 +130,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap AudioHS { get { object obj = ResourceManager.GetObject("AudioHS", resourceCulture); @@ -116,6 +140,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap AutoSearch { get { object obj = ResourceManager.GetObject("AutoSearch", resourceCulture); @@ -123,6 +150,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap AVI { get { object obj = ResourceManager.GetObject("AVI", resourceCulture); @@ -130,6 +160,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Back { get { object obj = ResourceManager.GetObject("Back", resourceCulture); @@ -137,6 +170,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap BackMore { get { object obj = ResourceManager.GetObject("BackMore", resourceCulture); @@ -144,6 +180,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Blank { get { object obj = ResourceManager.GetObject("Blank", resourceCulture); @@ -151,6 +190,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// internal static byte[] BlankCursor { get { object obj = ResourceManager.GetObject("BlankCursor", resourceCulture); @@ -158,6 +200,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap BlueDown { get { object obj = ResourceManager.GetObject("BlueDown", resourceCulture); @@ -165,6 +210,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap BlueUp { get { object obj = ResourceManager.GetObject("BlueUp", resourceCulture); @@ -172,6 +220,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Both { get { object obj = ResourceManager.GetObject("Both", resourceCulture); @@ -179,6 +230,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap bsnes { get { object obj = ResourceManager.GetObject("bsnes", resourceCulture); @@ -186,6 +240,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Bug { get { object obj = ResourceManager.GetObject("Bug", resourceCulture); @@ -193,6 +250,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap C64Joystick { get { object obj = ResourceManager.GetObject("C64Joystick", resourceCulture); @@ -200,6 +260,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap C64Keyboard { get { object obj = ResourceManager.GetObject("C64Keyboard", resourceCulture); @@ -207,6 +270,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap C64Symbol { get { object obj = ResourceManager.GetObject("C64Symbol", resourceCulture); @@ -214,6 +280,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap calculator { get { object obj = ResourceManager.GetObject("calculator", resourceCulture); @@ -221,6 +290,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap camera { get { object obj = ResourceManager.GetObject("camera", resourceCulture); @@ -228,6 +300,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap cdlogger { get { object obj = ResourceManager.GetObject("cdlogger", resourceCulture); @@ -235,6 +310,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap cheat { get { object obj = ResourceManager.GetObject("cheat", resourceCulture); @@ -242,6 +320,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon Cheats { get { object obj = ResourceManager.GetObject("Cheats", resourceCulture); @@ -249,6 +330,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap checkbox { get { object obj = ResourceManager.GetObject("checkbox", resourceCulture); @@ -256,6 +340,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Circle { get { object obj = ResourceManager.GetObject("Circle", resourceCulture); @@ -263,6 +350,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Close { get { object obj = ResourceManager.GetObject("Close", resourceCulture); @@ -270,6 +360,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap colecovisioncontroller { get { object obj = ResourceManager.GetObject("colecovisioncontroller", resourceCulture); @@ -277,6 +370,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap connect_16x16 { get { object obj = ResourceManager.GetObject("connect_16x16", resourceCulture); @@ -284,6 +380,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap console16x16 { get { object obj = ResourceManager.GetObject("console16x16", resourceCulture); @@ -291,6 +390,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap console32x32 { get { object obj = ResourceManager.GetObject("console32x32", resourceCulture); @@ -298,6 +400,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap CopyFolderHS { get { object obj = ResourceManager.GetObject("CopyFolderHS", resourceCulture); @@ -305,6 +410,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap corphawk { get { object obj = ResourceManager.GetObject("corphawk", resourceCulture); @@ -312,6 +420,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap CorpHawkSmall { get { object obj = ResourceManager.GetObject("CorpHawkSmall", resourceCulture); @@ -319,6 +430,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Cross { get { object obj = ResourceManager.GetObject("Cross", resourceCulture); @@ -326,6 +440,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap CutHS { get { object obj = ResourceManager.GetObject("CutHS", resourceCulture); @@ -333,6 +450,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Debugger { get { object obj = ResourceManager.GetObject("Debugger", resourceCulture); @@ -340,6 +460,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Delete { get { object obj = ResourceManager.GetObject("Delete", resourceCulture); @@ -347,6 +470,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap dual { get { object obj = ResourceManager.GetObject("dual", resourceCulture); @@ -354,6 +480,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Duplicate { get { object obj = ResourceManager.GetObject("Duplicate", resourceCulture); @@ -361,6 +490,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap emu7800 { get { object obj = ResourceManager.GetObject("emu7800", resourceCulture); @@ -368,6 +500,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ENE { + get { + object obj = ResourceManager.GetObject("ENE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Erase { get { object obj = ResourceManager.GetObject("Erase", resourceCulture); @@ -375,6 +520,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ESE { + get { + object obj = ResourceManager.GetObject("ESE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ExclamationRed { get { object obj = ResourceManager.GetObject("ExclamationRed", resourceCulture); @@ -382,6 +540,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap FastForward { get { object obj = ResourceManager.GetObject("FastForward", resourceCulture); @@ -389,6 +550,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap FindHS { get { object obj = ResourceManager.GetObject("FindHS", resourceCulture); @@ -396,6 +560,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Forward { get { object obj = ResourceManager.GetObject("Forward", resourceCulture); @@ -403,6 +570,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ForwardMore { get { object obj = ResourceManager.GetObject("ForwardMore", resourceCulture); @@ -410,6 +580,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Freeze { get { object obj = ResourceManager.GetObject("Freeze", resourceCulture); @@ -417,6 +590,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Fullscreen { get { object obj = ResourceManager.GetObject("Fullscreen", resourceCulture); @@ -424,6 +600,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap gambatte { get { object obj = ResourceManager.GetObject("gambatte", resourceCulture); @@ -431,6 +610,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GameController { get { object obj = ResourceManager.GetObject("GameController", resourceCulture); @@ -438,6 +620,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GBA_Controller { get { object obj = ResourceManager.GetObject("GBA_Controller", resourceCulture); @@ -445,6 +630,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap gba_icon { get { object obj = ResourceManager.GetObject("gba_icon", resourceCulture); @@ -452,6 +640,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GBController { get { object obj = ResourceManager.GetObject("GBController", resourceCulture); @@ -459,6 +650,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GENController { get { object obj = ResourceManager.GetObject("GENController", resourceCulture); @@ -466,6 +660,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GenesisControllerIcon { get { object obj = ResourceManager.GetObject("GenesisControllerIcon", resourceCulture); @@ -473,6 +670,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap genplus { get { object obj = ResourceManager.GetObject("genplus", resourceCulture); @@ -480,6 +680,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap GreenCheck { get { object obj = ResourceManager.GetObject("GreenCheck", resourceCulture); @@ -487,6 +690,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Hack { get { object obj = ResourceManager.GetObject("Hack", resourceCulture); @@ -494,6 +700,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap HawkInLove { get { object obj = ResourceManager.GetObject("HawkInLove", resourceCulture); @@ -501,6 +710,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Help { get { object obj = ResourceManager.GetObject("Help", resourceCulture); @@ -508,6 +720,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap HomeBrew { get { object obj = ResourceManager.GetObject("HomeBrew", resourceCulture); @@ -515,6 +730,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap HotKeys { get { object obj = ResourceManager.GetObject("HotKeys", resourceCulture); @@ -522,6 +740,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_anchor { get { object obj = ResourceManager.GetObject("icon_anchor", resourceCulture); @@ -529,6 +750,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_anchor_lag { get { object obj = ResourceManager.GetObject("icon_anchor_lag", resourceCulture); @@ -536,6 +760,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap icon_marker { get { object obj = ResourceManager.GetObject("icon_marker", resourceCulture); @@ -543,6 +770,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Import { get { object obj = ResourceManager.GetObject("Import", resourceCulture); @@ -550,6 +780,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap InsertSeparator { get { object obj = ResourceManager.GetObject("InsertSeparator", resourceCulture); @@ -557,6 +790,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap IntVController { get { object obj = ResourceManager.GetObject("IntVController", resourceCulture); @@ -564,6 +800,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap JumpTo { get { object obj = ResourceManager.GetObject("JumpTo", resourceCulture); @@ -571,6 +810,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap kitchensink { get { object obj = ResourceManager.GetObject("kitchensink", resourceCulture); @@ -578,6 +820,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Lightning { get { object obj = ResourceManager.GetObject("Lightning", resourceCulture); @@ -585,6 +830,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap LightOff { get { object obj = ResourceManager.GetObject("LightOff", resourceCulture); @@ -592,6 +840,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap LightOn { get { object obj = ResourceManager.GetObject("LightOn", resourceCulture); @@ -599,6 +850,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap LoadConfig { get { object obj = ResourceManager.GetObject("LoadConfig", resourceCulture); @@ -606,6 +860,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon logo { get { object obj = ResourceManager.GetObject("logo", resourceCulture); @@ -613,6 +870,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Lua { get { object obj = ResourceManager.GetObject("Lua", resourceCulture); @@ -620,6 +880,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Lynx { get { object obj = ResourceManager.GetObject("Lynx", resourceCulture); @@ -627,6 +890,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap MessageConfig { get { object obj = ResourceManager.GetObject("MessageConfig", resourceCulture); @@ -634,6 +900,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap meteor { get { object obj = ResourceManager.GetObject("meteor", resourceCulture); @@ -641,6 +910,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap monitor { get { object obj = ResourceManager.GetObject("monitor", resourceCulture); @@ -648,6 +920,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap MoveDown { get { object obj = ResourceManager.GetObject("MoveDown", resourceCulture); @@ -655,6 +930,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap MoveLeft { get { object obj = ResourceManager.GetObject("MoveLeft", resourceCulture); @@ -662,6 +940,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap MoveRight { get { object obj = ResourceManager.GetObject("MoveRight", resourceCulture); @@ -669,6 +950,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap MoveUp { get { object obj = ResourceManager.GetObject("MoveUp", resourceCulture); @@ -676,6 +960,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap N64 { get { object obj = ResourceManager.GetObject("N64", resourceCulture); @@ -683,6 +970,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap NE { + get { + object obj = ResourceManager.GetObject("NE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap NES_Controller { get { object obj = ResourceManager.GetObject("NES_Controller", resourceCulture); @@ -690,6 +990,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap NESControllerIcon { get { object obj = ResourceManager.GetObject("NESControllerIcon", resourceCulture); @@ -697,6 +1000,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap NewFile { get { object obj = ResourceManager.GetObject("NewFile", resourceCulture); @@ -704,6 +1010,29 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap NNE { + get { + object obj = ResourceManager.GetObject("NNE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap NNW { + get { + object obj = ResourceManager.GetObject("NNW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap noconnect_16x16 { get { object obj = ResourceManager.GetObject("noconnect_16x16", resourceCulture); @@ -711,12 +1040,28 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// internal static System.IO.UnmanagedMemoryStream nothawk { get { return ResourceManager.GetStream("nothawk", resourceCulture); } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap NW { + get { + object obj = ResourceManager.GetObject("NW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap OpenFile { get { object obj = ResourceManager.GetObject("OpenFile", resourceCulture); @@ -724,6 +1069,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Paste { get { object obj = ResourceManager.GetObject("Paste", resourceCulture); @@ -731,6 +1079,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Pause { get { object obj = ResourceManager.GetObject("Pause", resourceCulture); @@ -738,6 +1089,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap pcb { get { object obj = ResourceManager.GetObject("pcb", resourceCulture); @@ -745,6 +1099,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap pcejin1 { get { object obj = ResourceManager.GetObject("pcejin1", resourceCulture); @@ -752,6 +1109,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap PCEngineController { get { object obj = ResourceManager.GetObject("PCEngineController", resourceCulture); @@ -759,6 +1119,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap pencil { get { object obj = ResourceManager.GetObject("pencil", resourceCulture); @@ -766,6 +1129,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Play { get { object obj = ResourceManager.GetObject("Play", resourceCulture); @@ -773,6 +1139,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap poke { get { object obj = ResourceManager.GetObject("poke", resourceCulture); @@ -780,6 +1149,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ppsspp { get { object obj = ResourceManager.GetObject("ppsspp", resourceCulture); @@ -787,6 +1159,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Previous { get { object obj = ResourceManager.GetObject("Previous", resourceCulture); @@ -794,6 +1169,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap PrintPreviewHS { get { object obj = ResourceManager.GetObject("PrintPreviewHS", resourceCulture); @@ -801,6 +1179,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap psx_dualshock { get { object obj = ResourceManager.GetObject("psx_dualshock", resourceCulture); @@ -808,6 +1189,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap PSX_Original_Controller { get { object obj = ResourceManager.GetObject("PSX_Original_Controller", resourceCulture); @@ -815,6 +1199,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap QuickNes { get { object obj = ResourceManager.GetObject("QuickNes", resourceCulture); @@ -822,6 +1209,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ReadOnly { get { object obj = ResourceManager.GetObject("ReadOnly", resourceCulture); @@ -829,6 +1219,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap reboot { get { object obj = ResourceManager.GetObject("reboot", resourceCulture); @@ -836,6 +1229,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Recent { get { object obj = ResourceManager.GetObject("Recent", resourceCulture); @@ -843,6 +1239,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap RecordHS { get { object obj = ResourceManager.GetObject("RecordHS", resourceCulture); @@ -850,6 +1249,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap redo { get { object obj = ResourceManager.GetObject("redo", resourceCulture); @@ -857,6 +1259,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Refresh { get { object obj = ResourceManager.GetObject("Refresh", resourceCulture); @@ -864,6 +1269,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Refresh1 { get { object obj = ResourceManager.GetObject("Refresh1", resourceCulture); @@ -871,6 +1279,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap restart { get { object obj = ResourceManager.GetObject("restart", resourceCulture); @@ -878,6 +1289,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap RetroQuestion { get { object obj = ResourceManager.GetObject("RetroQuestion", resourceCulture); @@ -885,6 +1299,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SaturnController { get { object obj = ResourceManager.GetObject("SaturnController", resourceCulture); @@ -892,6 +1309,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Save { get { object obj = ResourceManager.GetObject("Save", resourceCulture); @@ -899,6 +1319,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SaveAs { get { object obj = ResourceManager.GetObject("SaveAs", resourceCulture); @@ -906,6 +1329,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SaveConfig { get { object obj = ResourceManager.GetObject("SaveConfig", resourceCulture); @@ -913,6 +1339,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Scan { get { object obj = ResourceManager.GetObject("Scan", resourceCulture); @@ -920,6 +1349,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ScrollTo { get { object obj = ResourceManager.GetObject("ScrollTo", resourceCulture); @@ -927,6 +1359,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SE { + get { + object obj = ResourceManager.GetObject("SE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap search { get { object obj = ResourceManager.GetObject("search", resourceCulture); @@ -934,6 +1379,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Shark { get { object obj = ResourceManager.GetObject("Shark", resourceCulture); @@ -941,6 +1389,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap sms_icon { get { object obj = ResourceManager.GetObject("sms_icon", resourceCulture); @@ -948,6 +1399,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SMSController { get { object obj = ResourceManager.GetObject("SMSController", resourceCulture); @@ -955,6 +1409,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SNES_Controller { get { object obj = ResourceManager.GetObject("SNES_Controller", resourceCulture); @@ -962,6 +1419,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap snes9x { get { object obj = ResourceManager.GetObject("snes9x", resourceCulture); @@ -969,6 +1429,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap SNESControllerIcon { get { object obj = ResourceManager.GetObject("SNESControllerIcon", resourceCulture); @@ -976,6 +1439,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Square { get { object obj = ResourceManager.GetObject("Square", resourceCulture); @@ -983,6 +1449,29 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SSE { + get { + object obj = ResourceManager.GetObject("SSE", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SSW { + get { + object obj = ResourceManager.GetObject("SSW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Stop { get { object obj = ResourceManager.GetObject("Stop", resourceCulture); @@ -990,6 +1479,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SW { + get { + object obj = ResourceManager.GetObject("SW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TAStudio { get { object obj = ResourceManager.GetObject("TAStudio", resourceCulture); @@ -997,6 +1499,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap textdoc { get { object obj = ResourceManager.GetObject("textdoc", resourceCulture); @@ -1004,6 +1509,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap thumbsdown { get { object obj = ResourceManager.GetObject("thumbsdown", resourceCulture); @@ -1011,6 +1519,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TI83_Controller { get { object obj = ResourceManager.GetObject("TI83_Controller", resourceCulture); @@ -1018,6 +1529,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TI83Calculator { get { object obj = ResourceManager.GetObject("TI83Calculator", resourceCulture); @@ -1025,6 +1539,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ToolBox { get { object obj = ResourceManager.GetObject("ToolBox", resourceCulture); @@ -1032,6 +1549,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Translation { get { object obj = ResourceManager.GetObject("Translation", resourceCulture); @@ -1039,6 +1559,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Triangle { get { object obj = ResourceManager.GetObject("Triangle", resourceCulture); @@ -1046,6 +1569,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TruncateFromFile { get { object obj = ResourceManager.GetObject("TruncateFromFile", resourceCulture); @@ -1053,6 +1579,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TruncateFromRW { get { object obj = ResourceManager.GetObject("TruncateFromRW", resourceCulture); @@ -1060,6 +1589,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_arrow_blue { get { object obj = ResourceManager.GetObject("ts_h_arrow_blue", resourceCulture); @@ -1067,6 +1599,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_arrow_green { get { object obj = ResourceManager.GetObject("ts_h_arrow_green", resourceCulture); @@ -1074,6 +1609,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_arrow_green_blue { get { object obj = ResourceManager.GetObject("ts_h_arrow_green_blue", resourceCulture); @@ -1081,6 +1619,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_00 { get { object obj = ResourceManager.GetObject("ts_h_piano_00", resourceCulture); @@ -1088,6 +1629,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_00_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_00_blue", resourceCulture); @@ -1095,6 +1639,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_00_green { get { object obj = ResourceManager.GetObject("ts_h_piano_00_green", resourceCulture); @@ -1102,6 +1649,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_00_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_00_green_blue", resourceCulture); @@ -1109,6 +1659,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_01 { get { object obj = ResourceManager.GetObject("ts_h_piano_01", resourceCulture); @@ -1116,6 +1669,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_01_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_01_blue", resourceCulture); @@ -1123,6 +1679,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_01_green { get { object obj = ResourceManager.GetObject("ts_h_piano_01_green", resourceCulture); @@ -1130,6 +1689,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_01_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_01_green_blue", resourceCulture); @@ -1137,6 +1699,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_02 { get { object obj = ResourceManager.GetObject("ts_h_piano_02", resourceCulture); @@ -1144,6 +1709,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_02_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_02_blue", resourceCulture); @@ -1151,6 +1719,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_02_green { get { object obj = ResourceManager.GetObject("ts_h_piano_02_green", resourceCulture); @@ -1158,6 +1729,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_02_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_02_green_blue", resourceCulture); @@ -1165,6 +1739,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_03 { get { object obj = ResourceManager.GetObject("ts_h_piano_03", resourceCulture); @@ -1172,6 +1749,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_03_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_03_blue", resourceCulture); @@ -1179,6 +1759,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_03_green { get { object obj = ResourceManager.GetObject("ts_h_piano_03_green", resourceCulture); @@ -1186,6 +1769,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_03_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_03_green_blue", resourceCulture); @@ -1193,6 +1779,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_04 { get { object obj = ResourceManager.GetObject("ts_h_piano_04", resourceCulture); @@ -1200,6 +1789,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_04_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_04_blue", resourceCulture); @@ -1207,6 +1799,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_04_green { get { object obj = ResourceManager.GetObject("ts_h_piano_04_green", resourceCulture); @@ -1214,6 +1809,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_04_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_04_green_blue", resourceCulture); @@ -1221,6 +1819,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_05 { get { object obj = ResourceManager.GetObject("ts_h_piano_05", resourceCulture); @@ -1228,6 +1829,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_05_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_05_blue", resourceCulture); @@ -1235,6 +1839,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_05_green { get { object obj = ResourceManager.GetObject("ts_h_piano_05_green", resourceCulture); @@ -1242,6 +1849,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_05_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_05_green_blue", resourceCulture); @@ -1249,6 +1859,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_06 { get { object obj = ResourceManager.GetObject("ts_h_piano_06", resourceCulture); @@ -1256,6 +1869,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_06_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_06_blue", resourceCulture); @@ -1263,6 +1879,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_06_green { get { object obj = ResourceManager.GetObject("ts_h_piano_06_green", resourceCulture); @@ -1270,6 +1889,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_06_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_06_green_blue", resourceCulture); @@ -1277,6 +1899,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_07 { get { object obj = ResourceManager.GetObject("ts_h_piano_07", resourceCulture); @@ -1284,6 +1909,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_07_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_07_blue", resourceCulture); @@ -1291,6 +1919,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_07_green { get { object obj = ResourceManager.GetObject("ts_h_piano_07_green", resourceCulture); @@ -1298,6 +1929,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_07_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_07_green_blue", resourceCulture); @@ -1305,6 +1939,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_08 { get { object obj = ResourceManager.GetObject("ts_h_piano_08", resourceCulture); @@ -1312,6 +1949,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_08_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_08_blue", resourceCulture); @@ -1319,6 +1959,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_08_green { get { object obj = ResourceManager.GetObject("ts_h_piano_08_green", resourceCulture); @@ -1326,6 +1969,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_08_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_08_green_blue", resourceCulture); @@ -1333,6 +1979,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_09 { get { object obj = ResourceManager.GetObject("ts_h_piano_09", resourceCulture); @@ -1340,6 +1989,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_09_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_09_blue", resourceCulture); @@ -1347,6 +1999,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_09_green { get { object obj = ResourceManager.GetObject("ts_h_piano_09_green", resourceCulture); @@ -1354,6 +2009,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_09_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_09_green_blue", resourceCulture); @@ -1361,6 +2019,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_10 { get { object obj = ResourceManager.GetObject("ts_h_piano_10", resourceCulture); @@ -1368,6 +2029,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_10_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_10_blue", resourceCulture); @@ -1375,6 +2039,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_10_green { get { object obj = ResourceManager.GetObject("ts_h_piano_10_green", resourceCulture); @@ -1382,6 +2049,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_10_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_10_green_blue", resourceCulture); @@ -1389,6 +2059,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_11 { get { object obj = ResourceManager.GetObject("ts_h_piano_11", resourceCulture); @@ -1396,6 +2069,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_11_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_11_blue", resourceCulture); @@ -1403,6 +2079,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_11_green { get { object obj = ResourceManager.GetObject("ts_h_piano_11_green", resourceCulture); @@ -1410,6 +2089,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_11_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_11_green_blue", resourceCulture); @@ -1417,6 +2099,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_12 { get { object obj = ResourceManager.GetObject("ts_h_piano_12", resourceCulture); @@ -1424,6 +2109,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_12_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_12_blue", resourceCulture); @@ -1431,6 +2119,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_12_green { get { object obj = ResourceManager.GetObject("ts_h_piano_12_green", resourceCulture); @@ -1438,6 +2129,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_12_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_12_green_blue", resourceCulture); @@ -1445,6 +2139,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_13 { get { object obj = ResourceManager.GetObject("ts_h_piano_13", resourceCulture); @@ -1452,6 +2149,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_13_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_13_blue", resourceCulture); @@ -1459,6 +2159,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_13_green { get { object obj = ResourceManager.GetObject("ts_h_piano_13_green", resourceCulture); @@ -1466,6 +2169,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_13_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_13_green_blue", resourceCulture); @@ -1473,6 +2179,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_14 { get { object obj = ResourceManager.GetObject("ts_h_piano_14", resourceCulture); @@ -1480,6 +2189,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_14_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_14_blue", resourceCulture); @@ -1487,6 +2199,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_14_green { get { object obj = ResourceManager.GetObject("ts_h_piano_14_green", resourceCulture); @@ -1494,6 +2209,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_14_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_14_green_blue", resourceCulture); @@ -1501,6 +2219,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_15 { get { object obj = ResourceManager.GetObject("ts_h_piano_15", resourceCulture); @@ -1508,6 +2229,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_15_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_15_blue", resourceCulture); @@ -1515,6 +2239,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_15_green { get { object obj = ResourceManager.GetObject("ts_h_piano_15_green", resourceCulture); @@ -1522,6 +2249,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_15_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_15_green_blue", resourceCulture); @@ -1529,6 +2259,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_16 { get { object obj = ResourceManager.GetObject("ts_h_piano_16", resourceCulture); @@ -1536,6 +2269,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_16_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_16_blue", resourceCulture); @@ -1543,6 +2279,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_16_green { get { object obj = ResourceManager.GetObject("ts_h_piano_16_green", resourceCulture); @@ -1550,6 +2289,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_16_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_16_green_blue", resourceCulture); @@ -1557,6 +2299,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_17 { get { object obj = ResourceManager.GetObject("ts_h_piano_17", resourceCulture); @@ -1564,6 +2309,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_17_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_17_blue", resourceCulture); @@ -1571,6 +2319,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_17_green { get { object obj = ResourceManager.GetObject("ts_h_piano_17_green", resourceCulture); @@ -1578,6 +2329,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_17_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_17_green_blue", resourceCulture); @@ -1585,6 +2339,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_18 { get { object obj = ResourceManager.GetObject("ts_h_piano_18", resourceCulture); @@ -1592,6 +2349,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_18_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_18_blue", resourceCulture); @@ -1599,6 +2359,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_18_green { get { object obj = ResourceManager.GetObject("ts_h_piano_18_green", resourceCulture); @@ -1606,6 +2369,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_18_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_18_green_blue", resourceCulture); @@ -1613,6 +2379,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_19 { get { object obj = ResourceManager.GetObject("ts_h_piano_19", resourceCulture); @@ -1620,6 +2389,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_19_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_19_blue", resourceCulture); @@ -1627,6 +2399,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_19_green { get { object obj = ResourceManager.GetObject("ts_h_piano_19_green", resourceCulture); @@ -1634,6 +2409,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_h_piano_19_green_blue { get { object obj = ResourceManager.GetObject("ts_h_piano_19_green_blue", resourceCulture); @@ -1641,6 +2419,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_arrow_blue { get { object obj = ResourceManager.GetObject("ts_v_arrow_blue", resourceCulture); @@ -1648,6 +2429,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_arrow_green { get { object obj = ResourceManager.GetObject("ts_v_arrow_green", resourceCulture); @@ -1655,6 +2439,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_arrow_green_blue { get { object obj = ResourceManager.GetObject("ts_v_arrow_green_blue", resourceCulture); @@ -1662,6 +2449,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_00 { get { object obj = ResourceManager.GetObject("ts_v_piano_00", resourceCulture); @@ -1669,6 +2459,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_00_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_00_blue", resourceCulture); @@ -1676,6 +2469,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_00_green { get { object obj = ResourceManager.GetObject("ts_v_piano_00_green", resourceCulture); @@ -1683,6 +2479,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_00_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_00_green_blue", resourceCulture); @@ -1690,6 +2489,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_01 { get { object obj = ResourceManager.GetObject("ts_v_piano_01", resourceCulture); @@ -1697,6 +2499,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_01_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_01_blue", resourceCulture); @@ -1704,6 +2509,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_01_green { get { object obj = ResourceManager.GetObject("ts_v_piano_01_green", resourceCulture); @@ -1711,6 +2519,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_01_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_01_green_blue", resourceCulture); @@ -1718,6 +2529,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_02 { get { object obj = ResourceManager.GetObject("ts_v_piano_02", resourceCulture); @@ -1725,6 +2539,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_02_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_02_blue", resourceCulture); @@ -1732,6 +2549,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_02_green { get { object obj = ResourceManager.GetObject("ts_v_piano_02_green", resourceCulture); @@ -1739,6 +2559,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_02_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_02_green_blue", resourceCulture); @@ -1746,6 +2569,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_03 { get { object obj = ResourceManager.GetObject("ts_v_piano_03", resourceCulture); @@ -1753,6 +2579,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_03_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_03_blue", resourceCulture); @@ -1760,6 +2589,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_03_green { get { object obj = ResourceManager.GetObject("ts_v_piano_03_green", resourceCulture); @@ -1767,6 +2599,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_03_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_03_green_blue", resourceCulture); @@ -1774,6 +2609,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_04 { get { object obj = ResourceManager.GetObject("ts_v_piano_04", resourceCulture); @@ -1781,6 +2619,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_04_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_04_blue", resourceCulture); @@ -1788,6 +2629,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_04_green { get { object obj = ResourceManager.GetObject("ts_v_piano_04_green", resourceCulture); @@ -1795,6 +2639,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_04_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_04_green_blue", resourceCulture); @@ -1802,6 +2649,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_05 { get { object obj = ResourceManager.GetObject("ts_v_piano_05", resourceCulture); @@ -1809,6 +2659,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_05_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_05_blue", resourceCulture); @@ -1816,6 +2669,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_05_green { get { object obj = ResourceManager.GetObject("ts_v_piano_05_green", resourceCulture); @@ -1823,6 +2679,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_05_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_05_green_blue", resourceCulture); @@ -1830,6 +2689,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_06 { get { object obj = ResourceManager.GetObject("ts_v_piano_06", resourceCulture); @@ -1837,6 +2699,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_06_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_06_blue", resourceCulture); @@ -1844,6 +2709,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_06_green { get { object obj = ResourceManager.GetObject("ts_v_piano_06_green", resourceCulture); @@ -1851,6 +2719,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_06_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_06_green_blue", resourceCulture); @@ -1858,6 +2729,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_07 { get { object obj = ResourceManager.GetObject("ts_v_piano_07", resourceCulture); @@ -1865,6 +2739,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_07_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_07_blue", resourceCulture); @@ -1872,6 +2749,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_07_green { get { object obj = ResourceManager.GetObject("ts_v_piano_07_green", resourceCulture); @@ -1879,6 +2759,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_07_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_07_green_blue", resourceCulture); @@ -1886,6 +2769,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_08 { get { object obj = ResourceManager.GetObject("ts_v_piano_08", resourceCulture); @@ -1893,6 +2779,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_08_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_08_blue", resourceCulture); @@ -1900,6 +2789,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_08_green { get { object obj = ResourceManager.GetObject("ts_v_piano_08_green", resourceCulture); @@ -1907,6 +2799,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_08_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_08_green_blue", resourceCulture); @@ -1914,6 +2809,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_09 { get { object obj = ResourceManager.GetObject("ts_v_piano_09", resourceCulture); @@ -1921,6 +2819,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_09_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_09_blue", resourceCulture); @@ -1928,6 +2829,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_09_green { get { object obj = ResourceManager.GetObject("ts_v_piano_09_green", resourceCulture); @@ -1935,6 +2839,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_09_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_09_green_blue", resourceCulture); @@ -1942,6 +2849,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_10 { get { object obj = ResourceManager.GetObject("ts_v_piano_10", resourceCulture); @@ -1949,6 +2859,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_10_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_10_blue", resourceCulture); @@ -1956,6 +2869,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_10_green { get { object obj = ResourceManager.GetObject("ts_v_piano_10_green", resourceCulture); @@ -1963,6 +2879,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_10_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_10_green_blue", resourceCulture); @@ -1970,6 +2889,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_11 { get { object obj = ResourceManager.GetObject("ts_v_piano_11", resourceCulture); @@ -1977,6 +2899,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_11_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_11_blue", resourceCulture); @@ -1984,6 +2909,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_11_green { get { object obj = ResourceManager.GetObject("ts_v_piano_11_green", resourceCulture); @@ -1991,6 +2919,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_11_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_11_green_blue", resourceCulture); @@ -1998,6 +2929,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_12 { get { object obj = ResourceManager.GetObject("ts_v_piano_12", resourceCulture); @@ -2005,6 +2939,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_12_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_12_blue", resourceCulture); @@ -2012,6 +2949,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_12_green { get { object obj = ResourceManager.GetObject("ts_v_piano_12_green", resourceCulture); @@ -2019,6 +2959,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_12_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_12_green_blue", resourceCulture); @@ -2026,6 +2969,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_13 { get { object obj = ResourceManager.GetObject("ts_v_piano_13", resourceCulture); @@ -2033,6 +2979,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_13_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_13_blue", resourceCulture); @@ -2040,6 +2989,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_13_green { get { object obj = ResourceManager.GetObject("ts_v_piano_13_green", resourceCulture); @@ -2047,6 +2999,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_13_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_13_green_blue", resourceCulture); @@ -2054,6 +3009,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_14 { get { object obj = ResourceManager.GetObject("ts_v_piano_14", resourceCulture); @@ -2061,6 +3019,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_14_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_14_blue", resourceCulture); @@ -2068,6 +3029,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_14_green { get { object obj = ResourceManager.GetObject("ts_v_piano_14_green", resourceCulture); @@ -2075,6 +3039,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_14_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_14_green_blue", resourceCulture); @@ -2082,6 +3049,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_15 { get { object obj = ResourceManager.GetObject("ts_v_piano_15", resourceCulture); @@ -2089,6 +3059,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_15_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_15_blue", resourceCulture); @@ -2096,6 +3069,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_15_green { get { object obj = ResourceManager.GetObject("ts_v_piano_15_green", resourceCulture); @@ -2103,6 +3079,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_15_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_15_green_blue", resourceCulture); @@ -2110,6 +3089,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_16 { get { object obj = ResourceManager.GetObject("ts_v_piano_16", resourceCulture); @@ -2117,6 +3099,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_16_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_16_blue", resourceCulture); @@ -2124,6 +3109,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_16_green { get { object obj = ResourceManager.GetObject("ts_v_piano_16_green", resourceCulture); @@ -2131,6 +3119,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_16_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_16_green_blue", resourceCulture); @@ -2138,6 +3129,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_17 { get { object obj = ResourceManager.GetObject("ts_v_piano_17", resourceCulture); @@ -2145,6 +3139,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_17_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_17_blue", resourceCulture); @@ -2152,6 +3149,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_17_green { get { object obj = ResourceManager.GetObject("ts_v_piano_17_green", resourceCulture); @@ -2159,6 +3159,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_17_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_17_green_blue", resourceCulture); @@ -2166,6 +3169,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_18 { get { object obj = ResourceManager.GetObject("ts_v_piano_18", resourceCulture); @@ -2173,6 +3179,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_18_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_18_blue", resourceCulture); @@ -2180,6 +3189,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_18_green { get { object obj = ResourceManager.GetObject("ts_v_piano_18_green", resourceCulture); @@ -2187,6 +3199,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_18_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_18_green_blue", resourceCulture); @@ -2194,6 +3209,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_19 { get { object obj = ResourceManager.GetObject("ts_v_piano_19", resourceCulture); @@ -2201,6 +3219,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_19_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_19_blue", resourceCulture); @@ -2208,6 +3229,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_19_green { get { object obj = ResourceManager.GetObject("ts_v_piano_19_green", resourceCulture); @@ -2215,6 +3239,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap ts_v_piano_19_green_blue { get { object obj = ResourceManager.GetObject("ts_v_piano_19_green_blue", resourceCulture); @@ -2222,6 +3249,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap TurboFastForward { get { object obj = ResourceManager.GetObject("TurboFastForward", resourceCulture); @@ -2229,6 +3259,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap tvIcon { get { object obj = ResourceManager.GetObject("tvIcon", resourceCulture); @@ -2236,6 +3269,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap undo { get { object obj = ResourceManager.GetObject("undo", resourceCulture); @@ -2243,6 +3279,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap Unfreeze { get { object obj = ResourceManager.GetObject("Unfreeze", resourceCulture); @@ -2250,6 +3289,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// internal static System.Drawing.Icon user_blue { get { object obj = ResourceManager.GetObject("user_blue", resourceCulture); @@ -2257,6 +3299,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap user_blue_small { get { object obj = ResourceManager.GetObject("user_blue_small", resourceCulture); @@ -2264,6 +3309,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap WarningHS { get { object obj = ResourceManager.GetObject("WarningHS", resourceCulture); @@ -2271,6 +3319,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap watch { get { object obj = ResourceManager.GetObject("watch", resourceCulture); @@ -2278,6 +3329,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap whiteTriDown { get { object obj = ResourceManager.GetObject("whiteTriDown", resourceCulture); @@ -2285,6 +3339,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap whiteTriLeft { get { object obj = ResourceManager.GetObject("whiteTriLeft", resourceCulture); @@ -2292,6 +3349,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap whiteTriRight { get { object obj = ResourceManager.GetObject("whiteTriRight", resourceCulture); @@ -2299,6 +3359,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap whiteTriUp { get { object obj = ResourceManager.GetObject("whiteTriUp", resourceCulture); @@ -2306,6 +3369,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WNW { + get { + object obj = ResourceManager.GetObject("WNW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap WonderSwanColor { get { object obj = ResourceManager.GetObject("WonderSwanColor", resourceCulture); @@ -2313,6 +3389,19 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WSW { + get { + object obj = ResourceManager.GetObject("WSW", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap yabause { get { object obj = ResourceManager.GetObject("yabause", resourceCulture); @@ -2320,6 +3409,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap YellowDown { get { object obj = ResourceManager.GetObject("YellowDown", resourceCulture); @@ -2327,6 +3419,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap YellowLeft { get { object obj = ResourceManager.GetObject("YellowLeft", resourceCulture); @@ -2334,6 +3429,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap YellowRight { get { object obj = ResourceManager.GetObject("YellowRight", resourceCulture); @@ -2341,6 +3439,9 @@ namespace BizHawk.Client.EmuHawk.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// internal static System.Drawing.Bitmap YellowUp { get { object obj = ResourceManager.GetObject("YellowUp", resourceCulture); diff --git a/BizHawk.Client.EmuHawk/Properties/Resources.resx b/BizHawk.Client.EmuHawk/Properties/Resources.resx index 6c8b097932..e4f374957f 100644 --- a/BizHawk.Client.EmuHawk/Properties/Resources.resx +++ b/BizHawk.Client.EmuHawk/Properties/Resources.resx @@ -1524,4 +1524,40 @@ ..\images\whiteTriUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\images\ENE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\ESE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\NE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\NNE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\NNW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\NW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\SE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\SSE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\SSW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\SW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\WNW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\images\WSW.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/BizHawk.Client.EmuHawk/images/ENE.png b/BizHawk.Client.EmuHawk/images/ENE.png new file mode 100644 index 0000000000000000000000000000000000000000..48ea5e0e5a50cff2823f5fff009fee0cb5877259 GIT binary patch literal 567 zcmV-70?7S|P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700E~-L_t(IPh9 zbFL{SJ@~Ja`S8C%#`Uk3c~^EDr=Mw24clVnP;^!VstgRU8ekZ{xKuac@PGZH_y7Gn zKmX5~{o{Yd-1onNn(zE`Ex%~uTzVdV_?X467Pd%O|KGUe?f;m`KmNC_`TM_V*{A=} zoew4^^gIy-VyH?ez~&6Q^lft;%kKP7ocibggw6l{m(P3iIJ)zp7f>@JR0#rLGr&1- zpS63*>Ho>o{{3IF@8AE}u7^8gyB^76*bV|%0|E%VN>3gupZDQ^<@~pQV!9q?12uC) zrBDIL0BnZ%S6@g;?7H(mW73mLas98PusRE`>Gu1C4?6JN8VJ0GqO z#=vGsc>9CIh>nMPP%aoCs|V{r;h+JKtsti(t3k#8831T7KaeN;XIB6K002ovPDHLk FV1mgq{%`;Q literal 0 HcmV?d00001 diff --git a/BizHawk.Client.EmuHawk/images/ESE.png b/BizHawk.Client.EmuHawk/images/ESE.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc8c0cc18ee31f887b493acb7bb812c371e00f9 GIT binary patch literal 628 zcmV-)0*n2LP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700HDlL_t(IPhX0#l zfd)XDWjq(DNO`XofC_;DvSzS8I0FqRdrme{@R(Mr;5kcC%6knhVnB@56&MDX#ja*H3}51+ z9e41iYRdip+DYdRD+X;cm-bl+Re=Eiv#g*jBmgvk$s%F>V#D;a{|yS?{4>nD^<6jV zRIaT5dSR#%FaT-BYJh#_4hOs3-{&oqH9|XQ%+g|UBLuZ1_oFS za4R~V>sEHU>Jao@d1Ro{|o??usnqxIr2LI O0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700Fv5L_t(IPh!Y~(%!2X6@s=hNO>)1koH*#Rf-$HEe0CED&@6O zUB-KbreeqrRcW793evu-6lDF^DJg|)Rg?Bvt!-a;M$w_@EDsPvG$8|!3lu%3mZ|v6 zIi!oxf>Ybn|Xh+uaj^jkjj|)!kt8ue$-&g$7hSCNQe|OkJ-Y zvFop5+WY^8g|Gexb$$9@y70%p{`KGgMRweu5a0cnAF3QX&<|a}pclGet!~2Mzq*C* z{s;Gd`(L}__y5V8e*BB+d@v!Q=ZPRxDQ;jEw}uIbS6gJC{^!#4^MCo0zyI4-e)${O zet!Yb08Xef{J=hQ2Qv__bT7a9KWXaUe;up8{f_RuKMQC8FH{Kv;7SATMMqfNi;k{{ z?YR4I-mc%jQYSoVj_Z5L1C<5?csjskh=273Rv=y)(|-GRT=&B%aT8y0K&24+U<_P_ z1UKGf4{5qJKfL|H%=k%fSU_SZdXPC_0W2W2Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700EUrL_t(IPh*Z?>nq*>Z$HM2v}SqaDDv)oW2RDjI@X`hvhK+K^Syh#;kK%jra z%{3v-cVrWKohWj(E2e+^Z&38^zkk=)|HX@b|DU$)@BfJQ`~Ty*9vK1+V1{Z# z1u7mBnAClyrsxFCIi?@A;lFfisim7jh9T~Qg=_mUl|1$P7( zM=rOvNLWADE`8g7_lj%(Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700OH?L_t(IPhlz0ffU^?tsN&yB>mR5D0C#!-&&Do4k`uE~V!=ysNMBhPB-0jBLNl z65I8F5o7?&5L^~Bn5G?Jw97xu?O1eHJhXJ6$v0hT|BWa*3xS~29 zFk={?7PXJTF!?BxQ_*FUfciUCDgDp(7S4WsxpeN^twpn5PfzWCoS)MF$TzP0zHUU@ zJ-+bPyDU(x5CAlQQ9I$Nh-ubEU+41M^P;+5-pri-;Z526&##K-yuXq=_4)RczK7Fe zI_{=~x8BhYYq=``)d~R$Av@UBq7N(UrJm0)%e#HRz4qCQ(9Sns6Z+qMOq=-fNpkPQ zQ*j-4Rz|kostRqsWfszWTNJ95fk7@{Ba>qARsqG(-8vcxXL@wguAVc=yZg$v?EV|C zntK-m>Tm7xuR6aftnq4IXyY~Kkfs}=A<;5upLkS!6a5qsxq z#vVJZmwfWLY37;b_66r!+=@>pdzYVe1sb9gSa(@CsNouGNYhP5umLij3mN3R7P2aM z&DT`&TN0z`Cmtr-KXt zVOfv49C9AB^QWtH`q$tUkQU0BI$x}=)#Y+4}2Qc+8jKY!im<3hFfT0;#9RmMn0021RhPBDT4wnD`002ovPDHLk FV1j*lghT)U literal 0 HcmV?d00001 diff --git a/BizHawk.Client.EmuHawk/images/NW.png b/BizHawk.Client.EmuHawk/images/NW.png new file mode 100644 index 0000000000000000000000000000000000000000..e732d7233f1230a46376b05fb1e3fab13385b365 GIT binary patch literal 546 zcmV+-0^R+IP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700ELoL_t(IPhQ0%bwiFg}b%F#sJn6rJVque-qtR4f3*LO{$3#C&o6uXy7pz2=Oc{1zmK zRWBF-4NwYfx;-zd^TCAJu7?vN+wU)q>3T3XZQ|3mxbBCu!rLD#0AeYy;{RDzj9>;5 zkoH-v6WxCA)PxN`{!iKb^MCuQum3yOeE+*(_n&_;?YIAjG~Jp9RSGr$%0d9;&~55= z#kcO2E&BPtcEz9n(vZop9!~ zV)}>wx(P@Ao5ihJ3zfnI*rGxqXse=b@`Z=$k-Puvhc4I%6~+MYbbxG#wD$@iUag|y zJNJmX&(y6@VGID*2V=kt0U03Wy+&2hV_J=h#{?#@AR0i?gUkU70D+YES~eiYNFN}8 kp&nfTEQkYOs{PLZ0H>r-4t>uKHvj+t07*qoM6N<$f)K^?kN^Mx literal 0 HcmV?d00001 diff --git a/BizHawk.Client.EmuHawk/images/SE.png b/BizHawk.Client.EmuHawk/images/SE.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ac5e9075a0e7ec949b2e19b9c266773f163304 GIT binary patch literal 623 zcmV-#0+9WQP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700G}gL_t(IPhQOjo0Hj&bV~T)+$Fw{tuN6vC-mAglD0*;d1_5=Sse)=g z(>AL3%-byEy+TDAY5)kJ7=RAU;?^+eg)QXQ4PCTRJ!1DS?Zk7J6oR)aLZ#sVtHt)2 zI~dFp*72CetzD&)aP*I2>f1k>@uv?;`>c|KD!~ohi;gfj+POWJppJX9HW;9q@#!KdO3n|smGIc{ZFemOUO{}h8U;j%N{`hBGbn}i<$ToGQkgZVFXdtxZ z4inIT_Nca7AEs^j{;O@(x8JQRzWklE@%!Jtb>IF*x8FUX9I{DI+GjN*R0}EyYr8K7 z#FJyY9?Z>|`m8s;=i$8Qjt7fkIv-4m?6}__*m!H2Q^`3s`@%Dr27sa>y!`=lM8`vs z*q+CtiG9yR9c2*msW4L8{wiq3KYF;o`>z|#Q;$4`305I6A^LtNiW zhWMT*3<*$-3&8Zj8DI{P07VZn2P{AUV5mnI01M&(m}>ts008e~XPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700IX|L_t(IPh_=+>J~QBm{o2%5$j8|f)<=s3tDkh*>`@Cyyt8QX|ENGAa!s9LR;>DX`hNSq8=qD z)SUAU2HR#GoM@V||F~|_iI-{#7eA@To;a);wj)e2a3hbD_bRY@umNFh_nCkOFbCCN zH3@CF9PeFrYNuD_)hjL)x8ItVJpE@>@a&&<`khyr31?=?2W?Z33)sjC)(r#U?GJc? z2DpZ|+*+O3b@y84r04H4r+xa9H2K@Vs0m;Gdo{oNWt@HMwnoh1F!_KD0#aVfp*o=; zqT?ZZc-wumn2!4;X%ikDteXG!cKfRDpITS{`dz;G$KRC6A3oR?U0wY8~-TBZYbMmvec#It4LleC8GvpG2mlQNVJ4Td3+zrM=U5zy&O&9- x04@Uv0k}RGgIGh5)r0k*aPRPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700KivL_t(IPhnL$Km#~KTkgn*G~E;ms=q4aQ*nkJss}4TH-Is`?Y?MO z>s|M-=9`^ijaQ@mtIpYZl$?;V%h=9go4$?7EOs?iD;j_q5ZUpNJG$e3SbW#Lb%|Z~ zP5}+r?NNHB(mwluw`Jl64%3)be0m`Z*r3`F0AxV?#McZl-H$nw`=6L*O@6YfaK_8W zDHC43_pZM6z`o$zcC+L?6Z9k3L}-UBGu8B;Ev4)^nO(_aGHO`G_B>%u>U*q`-1oS& ze#yt{W%IxOi0=LP%clIvFQd$hPqpI@ozMzexKqu4UaGR!G!q4nX&ka1^AUz5^gLmR z>wYAZKJjUA>6|ya8drS(m^JI$U+7h=iGUqm3(=tdd#tjDnV=G6}{&g z$#^ahmhxWB1l0}!Km!;f+U~I@^*u^SpY&{R#>5xroy%^nG)%uxt{!v5TP|>`oN~xk zNqL{8oKjvZ7^S>cL3Kg_$Q9wOcRBs*Zx{qO-L7^ozmn-tc*#vW{-}za|9URDfK6<2 z0UN=#N_(w1Knb`mU002ovPDHLk FV1lrENgePx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700HtzL_t(IPh3+l<)Adk0 zy5ru8h?X0-{i@DadzGDJcgooVmPZCC2EafaRgw3Y&M5CO3#tnVgf!h| z3v9gA7uR|3gnjYN+lFc9uj(eB*`gVDYO_|t+1)C>3+DngC&_ut;*j-N0M&&A9E;C# zxRqbj(NEZ8suI3aTh@P_qO|WSS!thD((*xDWn{cp%1L>xke2dV$tvZw8Z#;!iq0|u z4Pj9Z*~F|Ev;``P9l+B8x*_(3XBZR$*F$;O0bC!9fo=#sfT9PP0~R0vFw~<9fCX^? cOtt?R06lnV@|lDU-v9sr07*qoM6N<$f&g_RqW}N^ literal 0 HcmV?d00001 diff --git a/BizHawk.Client.EmuHawk/images/WNW.png b/BizHawk.Client.EmuHawk/images/WNW.png new file mode 100644 index 0000000000000000000000000000000000000000..69262bd262a1f72275ed45ef06eacaa187f8f7e2 GIT binary patch literal 785 zcmV+s1Md8ZP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700MzYL_t(IPhM;?+b*t-W3mRxyv8gaz_BC0bwn7 zfEph#$9F&EOzM3kmE8AOH>vNTeRRjYkg%59_94x;<$wmT0WlMXW}ljCED>#Yc%wS* z@uW|DYL-3aS$Jyy4s!T(@hqz24n-AO3pKTS6>wlX}V>U zI^juD;jCBfrE}k|E1Uc71kj-KKm)dhHC~GkZn!EPSa+2Pstp1xvyU;@=AUA9Dn2U? z^k-)Jq-QHj=e@mKwdl)>f>|HmCigvi5Kw)7Q$Y0v55LND0#I$Jz&zt9t7FkQ1;3h` z=|BzpGp4?KkvjF$_voH?pZ)6YT<|JCU+r0XO4F_AD3edc8K^EKpc8kH(IWGduv^(R zU$@HJ3;mj2Jn(9K_0_)O;YY{fORF97jtAIh@8fqZJc8vFNSk@mRzaJz9jvzL+n_qI0H6U(DiM2yH4{z+Yb9S=t(AEG zu6F#P-Fi`*;*DZ9h?&N$W`rumo_^#4HZmxN?&MYo*`=x$b*N1(V)stXpvCL7LRL8H zge>LN3t7Mb!XSXv01%K5+{~&Jyjfm3XkDyIz>0oV|Ana<{`1r|{AMvBYX%ztXCMJN z@1=|izRUO(z2}=Lc+Cn@@}6m;>^YTB-FGJ3`7)l1Pz^vfNY-mHP{BebIgdFaavn2f zPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700MJKL_t(IPh?g#-f zYiP?|1{gqAhtSaefDtSJ1W}!j7$e#raE7On+A z$3v(T14C@j6NZ@X$EOPlcIHc<0Mud>rt zu7yW9p~}Dj!+_|{hYSflk9bo1pV*bmem$>x;ircgQ{H~`uf2K1rSN#XUDjR^+w^TH zu0R36Kx2yTyw8<0?Rj$f{CE3mmVEo1IPud@kLtU3Y;#X`TBmO3HIG}%3{{Q_JgY7< zgf`z{i)_EEpEmJnN9nw`kMrkz{ubWz;kR|^!*3?($2S?pZuT*bTEV3kvHOK&bQ&AokEC+)@^jkuF{HG>xK&$U8AS|w_6U$Pf^a@>&5_C*{2wp$EnQbMOFUbqM^Q0RT+DZmlu&9`OJG002ovPDHLkV1maB BT4n$M literal 0 HcmV?d00001 diff --git a/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs new file mode 100644 index 0000000000..8f889a687d --- /dev/null +++ b/BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs @@ -0,0 +1,424 @@ +using System.Collections.Generic; +using System.Drawing; + +using BizHawk.Common.ReflectionExtensions; +using BizHawk.Emulation.Common; +using BizHawk.Emulation.Cores.Intellivision; + +namespace BizHawk.Client.EmuHawk +{ + [SchemaAttributes("INTV")] + public class IntvSchema : IVirtualPadSchema + { + private string UnpluggedControllerName { get { return typeof(UnpluggedController).DisplayName(); } } + private string StandardControllerName { get { return typeof(StandardController).DisplayName(); } } + private string AnalogControllerName { get { return typeof(FakeAnalogController).DisplayName(); } } + + public IEnumerable GetPadSchemas(IEmulator core) + { + var intv = core as Intellivision; + var port1 = intv.SyncSettings.Port1; + var port2 = intv.SyncSettings.Port2; + + if (port1 == StandardControllerName) + { + yield return StandardController(1); + } + else if (port1 == AnalogControllerName) + { + yield return AnalogController(1); + } + + if (port2 == StandardControllerName) + { + yield return StandardController(2); + } + else if (port2 == AnalogControllerName) + { + yield return AnalogController(2); + } + } + + private static PadSchema StandardController(int controller) + { + return new PadSchema + { + DisplayName = "Player " + controller, + IsConsole = false, + DefaultSize = new Size(148, 332), + Buttons = new[] + { + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 1", + DisplayName = "1", + Location = new Point(25, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 2", + DisplayName = "2", + Location = new Point(51, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 3", + DisplayName = "3", + Location = new Point(77, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 4", + DisplayName = "4", + Location = new Point(25, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 5", + DisplayName = "5", + Location = new Point(51, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 6", + DisplayName = "6", + Location = new Point(77, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 7", + DisplayName = "7", + Location = new Point(25, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 8", + DisplayName = "8", + Location = new Point(51, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 9", + DisplayName = "9", + Location = new Point(77, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Clear", + DisplayName = "C", + Location = new Point(25, 93), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 0", + DisplayName = "0", + Location = new Point(51, 93), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Enter", + DisplayName = "E", + Location = new Point(77, 93), + Type = PadSchema.PadInputType.Boolean + }, + + new PadSchema.ButtonScema + { + Name = "P" + controller + " Top", + DisplayName = "T", + Location = new Point(2, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Top", + DisplayName = "T", + Location = new Point(100, 41), + Type = PadSchema.PadInputType.Boolean + }, + + new PadSchema.ButtonScema + { + Name = "P" + controller + " L", + DisplayName = "L", + Location = new Point(2, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " R", + DisplayName = "R", + Location = new Point(100, 67), + Type = PadSchema.PadInputType.Boolean + }, + + /************** Directional Pad *******************/ + + new PadSchema.ButtonScema + { + Name = "P" + controller + " N", + Icon = Properties.Resources.BlueUp, + Location = new Point(51, 124), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " NNE", + Icon = Properties.Resources.NNE, + Location = new Point(63, 145), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " NNW", + Icon = Properties.Resources.NNW, + Location = new Point(39, 145), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " NE", + Icon = Properties.Resources.NE, + Location = new Point(75, 166), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " NW", + Icon = Properties.Resources.NW, + Location = new Point(27, 166), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " ENE", + Icon = Properties.Resources.ENE, + Location = new Point(87, 187), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " WNW", + Icon = Properties.Resources.WNW, + Location = new Point(15, 187), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " E", + Icon = Properties.Resources.Forward, + Location = new Point(99, 208), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " W", + Icon = Properties.Resources.Back, + Location = new Point(3, 208), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " ESE", + Icon = Properties.Resources.ESE, + Location = new Point(87, 229), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " WSW", + Icon = Properties.Resources.WSW, + Location = new Point(15, 229), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " SE", + Icon = Properties.Resources.SE, + Location = new Point(75, 250), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " SW", + Icon = Properties.Resources.SW, + Location = new Point(27, 250), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " SSE", + Icon = Properties.Resources.SSE, + Location = new Point(63, 271), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " SSW", + Icon = Properties.Resources.SSW, + Location = new Point(39, 271), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " S", + Icon = Properties.Resources.BlueDown, + Location = new Point(51, 292), + Type = PadSchema.PadInputType.Boolean + }, + } + }; + } + + private static PadSchema AnalogController(int controller) + { + return new PadSchema + { + DisplayName = "Player " + controller, + IsConsole = false, + DefaultSize = new Size(280, 332), + Buttons = new[] + { + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 1", + DisplayName = "1", + Location = new Point(91, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 2", + DisplayName = "2", + Location = new Point(117, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 3", + DisplayName = "3", + Location = new Point(143, 15), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 4", + DisplayName = "4", + Location = new Point(91, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 5", + DisplayName = "5", + Location = new Point(117, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 6", + DisplayName = "6", + Location = new Point(143, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 7", + DisplayName = "7", + Location = new Point(91, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 8", + DisplayName = "8", + Location = new Point(117, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 9", + DisplayName = "9", + Location = new Point(143, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Clear", + DisplayName = "C", + Location = new Point(91, 93), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Key 0", + DisplayName = "0", + Location = new Point(117, 93), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Enter", + DisplayName = "E", + Location = new Point(143, 93), + Type = PadSchema.PadInputType.Boolean + }, + + new PadSchema.ButtonScema + { + Name = "P" + controller + " Top", + DisplayName = "T", + Location = new Point(68, 41), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Top", + DisplayName = "T", + Location = new Point(166, 41), + Type = PadSchema.PadInputType.Boolean + }, + + new PadSchema.ButtonScema + { + Name = "P" + controller + " L", + DisplayName = "L", + Location = new Point(68, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " R", + DisplayName = "R", + Location = new Point(166, 67), + Type = PadSchema.PadInputType.Boolean + }, + new PadSchema.ButtonScema + { + Name = "P" + controller + " Disc X", + MinValue = -127, + MidValue = 0, + MaxValue = 127, + MinValueSec = 127, + MidValueSec = 0, + MaxValueSec = -127, + DisplayName = "", + Location = new Point(1, 121), + Type = PadSchema.PadInputType.AnalogStick + } + } + }; + } + } +}