From 595c7eb4c5ca8b2d2d8fb33d1d5f0f31f957264f Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 7 Jan 2017 23:54:09 -0800 Subject: [PATCH] Split winforms to separate project resources still are associated with winforms, eh program still runs fine and I've replicated the mono build options. lmk if this breaks stuff --- PKHeX.WinForms/App.config | 3 + .../MainWindow/Main.Designer.cs | 66 +- {PKHeX => PKHeX.WinForms}/MainWindow/Main.cs | 477 +- .../MainWindow/Main.resx | 0 .../MainWindow/MainCK3.cs | 39 +- .../MainWindow/MainPK1.cs | 29 +- .../MainWindow/MainPK2.cs | 33 +- .../MainWindow/MainPK3.cs | 39 +- .../MainWindow/MainPK4.cs | 91 +- .../MainWindow/MainPK5.cs | 49 +- .../MainWindow/MainPK6.cs | 65 +- .../MainWindow/MainPK7.cs | 65 +- .../MainWindow/MainXK3.cs | 39 +- .../MainWindow/SlotChange.cs | 2 +- .../Misc/About.Designer.cs | 2 +- {PKHeX => PKHeX.WinForms}/Misc/About.cs | 8 +- {PKHeX => PKHeX.WinForms}/Misc/About.resx | 0 .../Misc/ErrorWindow.Designer.cs | 2 +- {PKHeX => PKHeX.WinForms}/Misc/ErrorWindow.cs | 4 +- .../Misc/ErrorWindow.resx | 0 {PKHeX => PKHeX.WinForms}/Misc/QR.Designer.cs | 4 +- {PKHeX => PKHeX.WinForms}/Misc/QR.cs | 28 +- {PKHeX => PKHeX.WinForms}/Misc/QR.resx | 0 .../Misc/SplashScreen.Designer.cs | 4 +- .../Misc/SplashScreen.cs | 2 +- .../Misc/SplashScreen.resx | 0 PKHeX.WinForms/PKHeX.WinForms.csproj | 514 ++ {PKHeX => PKHeX.WinForms}/Program.cs | 18 +- PKHeX.WinForms/Properties/AssemblyInfo.cs | 37 + .../Properties/Resources.Designer.cs | 63 + PKHeX.WinForms/Properties/Resources.resx | 117 + .../Properties/Settings.Designer.cs | 98 + PKHeX.WinForms/Properties/Settings.settings | 24 + {PKHeX => PKHeX.WinForms}/Settings.cs | 2 +- .../Subforms/KChart.Designer.cs | 2 +- {PKHeX => PKHeX.WinForms}/Subforms/KChart.cs | 11 +- .../Subforms/KChart.resx | 0 .../PKM Editors/BatchEditor.Designer.cs | 2 +- .../Subforms/PKM Editors/BatchEditor.cs | 29 +- .../Subforms/PKM Editors/BatchEditor.resx | 0 .../PKM Editors/MemoryAmie.Designer.cs | 2 +- .../Subforms/PKM Editors/MemoryAmie.cs | 69 +- .../Subforms/PKM Editors/MemoryAmie.resx | 0 .../PKM Editors/RibbonEditor.Designer.cs | 2 +- .../Subforms/PKM Editors/RibbonEditor.cs | 17 +- .../Subforms/PKM Editors/RibbonEditor.resx | 0 .../SuperTrainingEditor.Designer.cs | 2 +- .../PKM Editors/SuperTrainingEditor.cs | 13 +- .../PKM Editors/SuperTrainingEditor.resx | 0 .../Subforms/PKM Editors/Text.Designer.cs | 2 +- .../Subforms/PKM Editors/Text.cs | 7 +- .../Subforms/PKM Editors/Text.resx | 0 .../Subforms/SAV_Database.Designer.cs | 16 +- .../Subforms/SAV_Database.cs | 59 +- .../Subforms/SAV_Database.resx | 0 .../Subforms/SAV_MysteryGiftDB.Designer.cs | 12 +- .../Subforms/SAV_MysteryGiftDB.cs | 29 +- .../Subforms/SAV_MysteryGiftDB.resx | 0 .../Save Editors/Gen5/CGearBackground.cs | 2 +- .../Gen5/SAV_CGearSkin.Designer.cs | 2 +- .../Save Editors/Gen5/SAV_CGearSkin.cs | 7 +- .../Save Editors/Gen5/SAV_CGearSkin.resx | 0 .../Gen6/SAV_BerryFieldXY.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_BerryFieldXY.cs | 5 +- .../Save Editors/Gen6/SAV_BerryFieldXY.resx | 0 .../Gen6/SAV_BoxLayout.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_BoxLayout.cs | 15 +- .../Save Editors/Gen6/SAV_BoxLayout.resx | 0 .../Gen6/SAV_HallOfFame.Designer.cs | 4 +- .../Save Editors/Gen6/SAV_HallOfFame.cs | 33 +- .../Save Editors/Gen6/SAV_HallOfFame.resx | 0 .../Save Editors/Gen6/SAV_Link6.Designer.cs | 2 +- .../Subforms/Save Editors/Gen6/SAV_Link6.cs | 23 +- .../Subforms/Save Editors/Gen6/SAV_Link6.resx | 0 .../Save Editors/Gen6/SAV_OPower.Designer.cs | 2 +- .../Subforms/Save Editors/Gen6/SAV_OPower.cs | 5 +- .../Save Editors/Gen6/SAV_OPower.resx | 0 .../Gen6/SAV_PokeBlockORAS.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_PokeBlockORAS.cs | 9 +- .../Save Editors/Gen6/SAV_PokeBlockORAS.resx | 0 .../Gen6/SAV_PokedexORAS.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_PokedexORAS.cs | 9 +- .../Save Editors/Gen6/SAV_PokedexORAS.resx | 0 .../Gen6/SAV_PokedexXY.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_PokedexXY.cs | 9 +- .../Save Editors/Gen6/SAV_PokedexXY.resx | 0 .../Gen6/SAV_Pokepuff.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_Pokepuff.cs | 9 +- .../Save Editors/Gen6/SAV_Pokepuff.resx | 0 .../Gen6/SAV_SecretBase.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_SecretBase.cs | 43 +- .../Save Editors/Gen6/SAV_SecretBase.resx | 0 .../Gen6/SAV_SuperTrain.Designer.cs | 2 +- .../Save Editors/Gen6/SAV_SuperTrain.cs | 13 +- .../Save Editors/Gen6/SAV_SuperTrain.resx | 0 .../Save Editors/Gen6/SAV_Trainer.Designer.cs | 18 +- .../Subforms/Save Editors/Gen6/SAV_Trainer.cs | 61 +- .../Save Editors/Gen6/SAV_Trainer.resx | 0 .../Gen7/SAV_Pokebean.Designer.cs | 2 +- .../Save Editors/Gen7/SAV_Pokebean.cs | 5 +- .../Save Editors/Gen7/SAV_Pokebean.resx | 0 .../Gen7/SAV_PokedexSM.Designer.cs | 2 +- .../Save Editors/Gen7/SAV_PokedexSM.cs | 9 +- .../Save Editors/Gen7/SAV_PokedexSM.resx | 0 .../Gen7/SAV_Trainer7.Designer.cs | 2 +- .../Save Editors/Gen7/SAV_Trainer7.cs | 29 +- .../Save Editors/Gen7/SAV_Trainer7.resx | 0 .../Gen7/SAV_ZygardeCell.Designer.cs | 2 +- .../Save Editors/Gen7/SAV_ZygardeCell.cs | 3 +- .../Save Editors/Gen7/SAV_ZygardeCell.resx | 0 .../Save Editors/SAV_BoxViewer.Designer.cs | 6 +- .../Subforms/Save Editors/SAV_BoxViewer.cs | 23 +- .../Subforms/Save Editors/SAV_BoxViewer.resx | 0 .../Save Editors/SAV_EventFlags.Designer.cs | 2 +- .../Subforms/Save Editors/SAV_EventFlags.cs | 33 +- .../Subforms/Save Editors/SAV_EventFlags.resx | 0 .../Save Editors/SAV_Inventory.Designer.cs | 2 +- .../Subforms/Save Editors/SAV_Inventory.cs | 15 +- .../Subforms/Save Editors/SAV_Inventory.resx | 0 .../SAV_SimplePokedex.Designer.cs | 2 +- .../Save Editors/SAV_SimplePokedex.cs | 5 +- .../Save Editors/SAV_SimplePokedex.resx | 0 .../SAV_SimpleTrainer.Designer.cs | 2 +- .../Save Editors/SAV_SimpleTrainer.cs | 5 +- .../Save Editors/SAV_SimpleTrainer.resx | 0 .../Save Editors/SAV_Wondercard.Designer.cs | 2 +- .../Subforms/Save Editors/SAV_Wondercard.cs | 63 +- .../Subforms/Save Editors/SAV_Wondercard.resx | 0 .../Subforms/frmReport.Designer.cs | 2 +- .../Subforms/frmReport.cs | 43 +- .../Subforms/frmReport.resx | 0 PKHeX.WinForms/Util/CyberGadgetUtil.cs | 46 + PKHeX.WinForms/Util/FontUtil.cs | 52 + .../Util/WinFormsUtil.cs | 21 +- PKHeX.WinForms/icon.ico | Bin 0 -> 5430 bytes PKHeX.sln | 36 +- PKHeX/Game/ComboItem.cs | 2 +- PKHeX/Game/GameInfo.cs | 3 +- PKHeX/Game/GameUtil.cs | 2 +- PKHeX/Game/GameVersion.cs | 2 +- PKHeX/Legality/Analysis.cs | 2 +- PKHeX/Legality/Checks.cs | 16 +- PKHeX/Legality/Core.cs | 7 +- PKHeX/Legality/Data.cs | 6 +- PKHeX/Legality/Structures/DexLevel.cs | 2 +- PKHeX/Legality/Structures/EggMoves.cs | 2 +- PKHeX/Legality/Structures/EncounterArea.cs | 2 +- PKHeX/Legality/Structures/EncounterLink.cs | 2 +- PKHeX/Legality/Structures/EncounterSlot.cs | 2 +- PKHeX/Legality/Structures/EncounterStatic.cs | 2 +- PKHeX/Legality/Structures/EncounterTrade.cs | 2 +- PKHeX/Legality/Structures/EvolutionTree.cs | 2 +- PKHeX/Legality/Structures/IEncounterable.cs | 2 +- PKHeX/Legality/Structures/Learnset.cs | 2 +- PKHeX/Legality/Structures/Nature.cs | 2 +- PKHeX/Legality/Structures/SlotType.cs | 2 +- PKHeX/Legality/Tables.cs | 62 +- PKHeX/Legality/Tables1.cs | 2 +- PKHeX/Legality/Tables2.cs | 4 +- PKHeX/Legality/Tables3.cs | 5 +- PKHeX/Legality/Tables4.cs | 2 +- PKHeX/Legality/Tables5.cs | 2 +- PKHeX/Legality/Tables6.cs | 9 +- PKHeX/Legality/Tables7.cs | 5 +- PKHeX/MysteryGifts/MysteryGift.cs | 2 +- PKHeX/MysteryGifts/PGF.cs | 2 +- PKHeX/MysteryGifts/PGT.cs | 4 +- PKHeX/MysteryGifts/PL6.cs | 6 +- PKHeX/MysteryGifts/WC6.cs | 8 +- PKHeX/MysteryGifts/WC7.cs | 6 +- PKHeX/{PKHeX.csproj => PKHeX.Core.csproj} | 391 +- PKHeX/PKM/BK4.cs | 4 +- PKHeX/PKM/CK3.cs | 4 +- PKHeX/PKM/PK1.cs | 2 +- PKHeX/PKM/PK2.cs | 4 +- PKHeX/PKM/PK3.cs | 4 +- PKHeX/PKM/PK4.cs | 4 +- PKHeX/PKM/PK5.cs | 4 +- PKHeX/PKM/PK6.cs | 4 +- PKHeX/PKM/PK7.cs | 4 +- PKHeX/PKM/PKM.cs | 2 +- PKHeX/PKM/PKMConverter.cs | 21 +- PKHeX/PKM/PKX.cs | 98 +- PKHeX/PKM/ShowdownSet.cs | 4 +- PKHeX/PKM/XK3.cs | 4 +- PKHeX/PersonalInfo/PersonalInfo.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoB2W2.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoBW.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoG1.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoG2.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoG3.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoG4.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoORAS.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoSM.cs | 2 +- PKHeX/PersonalInfo/PersonalInfoXY.cs | 2 +- PKHeX/PersonalInfo/PersonalTable.cs | 32 +- PKHeX/Properties/AssemblyInfo.cs | 6 +- PKHeX/Properties/Resources.Designer.cs | 6879 +++++++++-------- PKHeX/Properties/Settings.Designer.cs | 74 +- PKHeX/Properties/Settings.settings | 23 +- PKHeX/Saves/SAV1.cs | 10 +- PKHeX/Saves/SAV2.cs | 6 +- PKHeX/Saves/SAV3.cs | 2 +- PKHeX/Saves/SAV3Colosseum.cs | 2 +- PKHeX/Saves/SAV3RSBox.cs | 2 +- PKHeX/Saves/SAV3XD.cs | 2 +- PKHeX/Saves/SAV4.cs | 2 +- PKHeX/Saves/SAV4BR.cs | 2 +- PKHeX/Saves/SAV5.cs | 2 +- PKHeX/Saves/SAV6.cs | 2 +- PKHeX/Saves/SAV7.cs | 2 +- PKHeX/Saves/SaveFile.cs | 10 +- PKHeX/Saves/SaveUtil.cs | 144 +- PKHeX/Saves/Substructures/BV6.cs | 2 +- PKHeX/Saves/Substructures/BV7.cs | 2 +- PKHeX/Saves/Substructures/BattleVideo.cs | 2 +- PKHeX/Saves/Substructures/BlockInfo.cs | 2 +- PKHeX/Saves/Substructures/BoxWallpaper.cs | 2 +- PKHeX/Saves/Substructures/Inventory.cs | 2 +- PKHeX/Saves/Substructures/MemeCrypto.cs | 2 +- PKHeX/Saves/Substructures/QR7.cs | 2 +- PKHeX/Saves/Substructures/SaveObjects.cs | 2 +- PKHeX/Saves/Substructures/ShadowInfo.cs | 2 +- PKHeX/Saves/Substructures/StrategyMemo.cs | 2 +- PKHeX/Util/BigEndian.cs | 20 +- PKHeX/Util/CryptoUtil.cs | 2 +- PKHeX/Util/CyberGadgetUtil.cs | 46 + PKHeX/Util/DataUtil.cs | 12 +- PKHeX/Util/DateUtil.cs | 2 +- PKHeX/Util/DeployUtil.cs | 22 - PKHeX/Util/ImageUtil.cs | 8 +- PKHeX/Util/NetUtil.cs | 2 +- PKHeX/Util/PathUtil.cs | 45 +- PKHeX/Util/RandUtil.cs | 8 +- PKHeX/Util/ReflectUtil.cs | 20 +- PKHeX/Util/StringUtil.cs | 10 +- PKHeX/app.config | 30 - Tests/PKHeX.Tests/PKHeX.Tests.csproj | 4 +- Tests/PKHeX.Tests/PKM/DateTestPKM.cs | 7 +- Tests/PKHeX.Tests/Util/DateUtilTests.cs | 53 +- 240 files changed, 5858 insertions(+), 5313 deletions(-) create mode 100644 PKHeX.WinForms/App.config rename {PKHeX => PKHeX.WinForms}/MainWindow/Main.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/MainWindow/Main.cs (89%) rename {PKHeX => PKHeX.WinForms}/MainWindow/Main.resx (100%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainCK3.cs (85%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK1.cs (78%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK2.cs (80%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK3.cs (83%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK4.cs (84%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK5.cs (84%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK6.cs (84%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainPK7.cs (84%) rename {PKHeX => PKHeX.WinForms}/MainWindow/MainXK3.cs (85%) rename {PKHeX => PKHeX.WinForms}/MainWindow/SlotChange.cs (84%) rename {PKHeX => PKHeX.WinForms}/Misc/About.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Misc/About.cs (69%) rename {PKHeX => PKHeX.WinForms}/Misc/About.resx (100%) rename {PKHeX => PKHeX.WinForms}/Misc/ErrorWindow.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Misc/ErrorWindow.cs (97%) rename {PKHeX => PKHeX.WinForms}/Misc/ErrorWindow.resx (100%) rename {PKHeX => PKHeX.WinForms}/Misc/QR.Designer.cs (98%) rename {PKHeX => PKHeX.WinForms}/Misc/QR.cs (80%) rename {PKHeX => PKHeX.WinForms}/Misc/QR.resx (100%) rename {PKHeX => PKHeX.WinForms}/Misc/SplashScreen.Designer.cs (97%) rename {PKHeX => PKHeX.WinForms}/Misc/SplashScreen.cs (95%) rename {PKHeX => PKHeX.WinForms}/Misc/SplashScreen.resx (100%) create mode 100644 PKHeX.WinForms/PKHeX.WinForms.csproj rename {PKHeX => PKHeX.WinForms}/Program.cs (78%) create mode 100644 PKHeX.WinForms/Properties/AssemblyInfo.cs create mode 100644 PKHeX.WinForms/Properties/Resources.Designer.cs create mode 100644 PKHeX.WinForms/Properties/Resources.resx create mode 100644 PKHeX.WinForms/Properties/Settings.Designer.cs create mode 100644 PKHeX.WinForms/Properties/Settings.settings rename {PKHeX => PKHeX.WinForms}/Settings.cs (96%) rename {PKHeX => PKHeX.WinForms}/Subforms/KChart.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/KChart.cs (92%) rename {PKHeX => PKHeX.WinForms}/Subforms/KChart.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/BatchEditor.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/BatchEditor.cs (94%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/BatchEditor.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/MemoryAmie.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/MemoryAmie.cs (90%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/MemoryAmie.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/RibbonEditor.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/RibbonEditor.cs (91%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/RibbonEditor.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/SuperTrainingEditor.cs (94%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/SuperTrainingEditor.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/Text.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/Text.cs (89%) rename {PKHeX => PKHeX.WinForms}/Subforms/PKM Editors/Text.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_Database.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_Database.cs (91%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_Database.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_MysteryGiftDB.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_MysteryGiftDB.cs (93%) rename {PKHeX => PKHeX.WinForms}/Subforms/SAV_MysteryGiftDB.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen5/CGearBackground.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs (95%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen5/SAV_CGearSkin.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs (94%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs (91%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_BoxLayout.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs (91%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_HallOfFame.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Link6.cs (82%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Link6.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_OPower.cs (98%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_OPower.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs (87%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs (98%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexORAS.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs (98%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_PokedexXY.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs (95%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Pokepuff.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SecretBase.cs (91%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SecretBase.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs (92%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_SuperTrain.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Trainer.cs (92%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen6/SAV_Trainer.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Pokebean.cs (96%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Pokebean.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs (97%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_PokedexSM.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Trainer7.cs (93%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_Trainer7.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/Gen7/SAV_ZygardeCell.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_BoxViewer.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_BoxViewer.cs (94%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_BoxViewer.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_EventFlags.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_EventFlags.cs (90%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_EventFlags.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Inventory.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Inventory.cs (96%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Inventory.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimplePokedex.cs (96%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimplePokedex.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimpleTrainer.cs (98%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_SimpleTrainer.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Wondercard.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Wondercard.cs (87%) rename {PKHeX => PKHeX.WinForms}/Subforms/Save Editors/SAV_Wondercard.resx (100%) rename {PKHeX => PKHeX.WinForms}/Subforms/frmReport.Designer.cs (99%) rename {PKHeX => PKHeX.WinForms}/Subforms/frmReport.cs (90%) rename {PKHeX => PKHeX.WinForms}/Subforms/frmReport.resx (100%) create mode 100644 PKHeX.WinForms/Util/CyberGadgetUtil.cs create mode 100644 PKHeX.WinForms/Util/FontUtil.cs rename PKHeX/Util/FormUtil.cs => PKHeX.WinForms/Util/WinFormsUtil.cs (94%) create mode 100644 PKHeX.WinForms/icon.ico rename PKHeX/{PKHeX.csproj => PKHeX.Core.csproj} (91%) create mode 100644 PKHeX/Util/CyberGadgetUtil.cs delete mode 100644 PKHeX/Util/DeployUtil.cs diff --git a/PKHeX.WinForms/App.config b/PKHeX.WinForms/App.config new file mode 100644 index 000000000..49cc43e1d --- /dev/null +++ b/PKHeX.WinForms/App.config @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/PKHeX/MainWindow/Main.Designer.cs b/PKHeX.WinForms/MainWindow/Main.Designer.cs similarity index 99% rename from PKHeX/MainWindow/Main.Designer.cs rename to PKHeX.WinForms/MainWindow/Main.Designer.cs index fa5fb0c9e..a2f6203f1 100644 --- a/PKHeX/MainWindow/Main.Designer.cs +++ b/PKHeX.WinForms/MainWindow/Main.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class Main { @@ -3419,8 +3419,8 @@ public void InitializeComponent() // // PB_MarkAlola // - this.PB_MarkAlola.Image = global::PKHeX.Properties.Resources.sanchi; - this.PB_MarkAlola.InitialImage = global::PKHeX.Properties.Resources.sanchi; + this.PB_MarkAlola.Image = Core.Properties.Resources.sanchi; + this.PB_MarkAlola.InitialImage = Core.Properties.Resources.sanchi; this.PB_MarkAlola.Location = new System.Drawing.Point(96, 15); this.PB_MarkAlola.Name = "PB_MarkAlola"; this.PB_MarkAlola.Size = new System.Drawing.Size(20, 20); @@ -3696,7 +3696,7 @@ public void InitializeComponent() // // Menu_Open // - this.Menu_Open.Image = global::PKHeX.Properties.Resources.open; + this.Menu_Open.Image = Core.Properties.Resources.open; this.Menu_Open.Name = "Menu_Open"; this.Menu_Open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.Menu_Open.ShowShortcutKeys = false; @@ -3706,7 +3706,7 @@ public void InitializeComponent() // // Menu_Save // - this.Menu_Save.Image = global::PKHeX.Properties.Resources.savePKM; + this.Menu_Save.Image = Core.Properties.Resources.savePKM; this.Menu_Save.Name = "Menu_Save"; this.Menu_Save.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.Menu_Save.ShowShortcutKeys = false; @@ -3720,14 +3720,14 @@ public void InitializeComponent() this.Menu_ExportMAIN, this.Menu_ExportBAK}); this.Menu_ExportSAV.Enabled = false; - this.Menu_ExportSAV.Image = global::PKHeX.Properties.Resources.saveSAV; + this.Menu_ExportSAV.Image = Core.Properties.Resources.saveSAV; this.Menu_ExportSAV.Name = "Menu_ExportSAV"; this.Menu_ExportSAV.Size = new System.Drawing.Size(139, 22); this.Menu_ExportSAV.Text = "&Export SAV..."; // // Menu_ExportMAIN // - this.Menu_ExportMAIN.Image = global::PKHeX.Properties.Resources.main; + this.Menu_ExportMAIN.Image = Core.Properties.Resources.main; this.Menu_ExportMAIN.Name = "Menu_ExportMAIN"; this.Menu_ExportMAIN.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.Menu_ExportMAIN.ShowShortcutKeys = false; @@ -3737,7 +3737,7 @@ public void InitializeComponent() // // Menu_ExportBAK // - this.Menu_ExportBAK.Image = global::PKHeX.Properties.Resources.bak; + this.Menu_ExportBAK.Image = Core.Properties.Resources.bak; this.Menu_ExportBAK.Name = "Menu_ExportBAK"; this.Menu_ExportBAK.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B))); this.Menu_ExportBAK.ShowShortcutKeys = false; @@ -3747,7 +3747,7 @@ public void InitializeComponent() // // Menu_Exit // - this.Menu_Exit.Image = global::PKHeX.Properties.Resources.exit; + this.Menu_Exit.Image = Core.Properties.Resources.exit; this.Menu_Exit.Name = "Menu_Exit"; this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q))); this.Menu_Exit.ShowShortcutKeys = false; @@ -3773,14 +3773,14 @@ public void InitializeComponent() this.Menu_ShowdownExportPKM, this.Menu_ShowdownExportParty, this.Menu_ShowdownExportBattleBox}); - this.Menu_Showdown.Image = global::PKHeX.Properties.Resources.showdown; + this.Menu_Showdown.Image = Core.Properties.Resources.showdown; this.Menu_Showdown.Name = "Menu_Showdown"; this.Menu_Showdown.Size = new System.Drawing.Size(143, 22); this.Menu_Showdown.Text = "Showdown"; // // Menu_ShowdownImportPKM // - this.Menu_ShowdownImportPKM.Image = global::PKHeX.Properties.Resources.import; + this.Menu_ShowdownImportPKM.Image = Core.Properties.Resources.import; this.Menu_ShowdownImportPKM.Name = "Menu_ShowdownImportPKM"; this.Menu_ShowdownImportPKM.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T))); this.Menu_ShowdownImportPKM.ShowShortcutKeys = false; @@ -3790,7 +3790,7 @@ public void InitializeComponent() // // Menu_ShowdownExportPKM // - this.Menu_ShowdownExportPKM.Image = global::PKHeX.Properties.Resources.export; + this.Menu_ShowdownExportPKM.Image = Core.Properties.Resources.export; this.Menu_ShowdownExportPKM.Name = "Menu_ShowdownExportPKM"; this.Menu_ShowdownExportPKM.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.T))); @@ -3801,7 +3801,7 @@ public void InitializeComponent() // // Menu_ShowdownExportParty // - this.Menu_ShowdownExportParty.Image = global::PKHeX.Properties.Resources.export; + this.Menu_ShowdownExportParty.Image = Core.Properties.Resources.export; this.Menu_ShowdownExportParty.Name = "Menu_ShowdownExportParty"; this.Menu_ShowdownExportParty.Size = new System.Drawing.Size(231, 22); this.Menu_ShowdownExportParty.Text = "Export Party to Clipboard"; @@ -3809,7 +3809,7 @@ public void InitializeComponent() // // Menu_ShowdownExportBattleBox // - this.Menu_ShowdownExportBattleBox.Image = global::PKHeX.Properties.Resources.export; + this.Menu_ShowdownExportBattleBox.Image = Core.Properties.Resources.export; this.Menu_ShowdownExportBattleBox.Name = "Menu_ShowdownExportBattleBox"; this.Menu_ShowdownExportBattleBox.Size = new System.Drawing.Size(231, 22); this.Menu_ShowdownExportBattleBox.Text = "Export Battle Box to Clipboard"; @@ -3820,14 +3820,14 @@ public void InitializeComponent() this.Menu_CyberGadget.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_OpenTemp, this.Menu_OpenCache}); - this.Menu_CyberGadget.Image = global::PKHeX.Properties.Resources.other; + this.Menu_CyberGadget.Image = Core.Properties.Resources.other; this.Menu_CyberGadget.Name = "Menu_CyberGadget"; this.Menu_CyberGadget.Size = new System.Drawing.Size(143, 22); this.Menu_CyberGadget.Text = "CyberGadget"; // // Menu_OpenTemp // - this.Menu_OpenTemp.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenTemp.Image = Core.Properties.Resources.folder; this.Menu_OpenTemp.Name = "Menu_OpenTemp"; this.Menu_OpenTemp.Size = new System.Drawing.Size(175, 22); this.Menu_OpenTemp.Text = "Open Temp Folder"; @@ -3835,7 +3835,7 @@ public void InitializeComponent() // // Menu_OpenCache // - this.Menu_OpenCache.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenCache.Image = Core.Properties.Resources.folder; this.Menu_OpenCache.Name = "Menu_OpenCache"; this.Menu_OpenCache.Size = new System.Drawing.Size(175, 22); this.Menu_OpenCache.Text = "Open Cache Folder"; @@ -3850,14 +3850,14 @@ public void InitializeComponent() this.Menu_Database, this.Menu_MGDatabase, this.Menu_BatchEditor}); - this.Menu_Data.Image = global::PKHeX.Properties.Resources.data; + this.Menu_Data.Image = Core.Properties.Resources.data; this.Menu_Data.Name = "Menu_Data"; this.Menu_Data.Size = new System.Drawing.Size(143, 22); this.Menu_Data.Text = "Data"; // // Menu_LoadBoxes // - this.Menu_LoadBoxes.Image = global::PKHeX.Properties.Resources.load; + this.Menu_LoadBoxes.Image = Core.Properties.Resources.load; this.Menu_LoadBoxes.Name = "Menu_LoadBoxes"; this.Menu_LoadBoxes.Size = new System.Drawing.Size(182, 22); this.Menu_LoadBoxes.Text = "Load Boxes"; @@ -3865,7 +3865,7 @@ public void InitializeComponent() // // Menu_DumpBoxes // - this.Menu_DumpBoxes.Image = global::PKHeX.Properties.Resources.dump; + this.Menu_DumpBoxes.Image = Core.Properties.Resources.dump; this.Menu_DumpBoxes.Name = "Menu_DumpBoxes"; this.Menu_DumpBoxes.Size = new System.Drawing.Size(182, 22); this.Menu_DumpBoxes.Text = "Dump Boxes"; @@ -3873,7 +3873,7 @@ public void InitializeComponent() // // Menu_Report // - this.Menu_Report.Image = global::PKHeX.Properties.Resources.report; + this.Menu_Report.Image = Core.Properties.Resources.report; this.Menu_Report.Name = "Menu_Report"; this.Menu_Report.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); this.Menu_Report.ShowShortcutKeys = false; @@ -3883,7 +3883,7 @@ public void InitializeComponent() // // Menu_Database // - this.Menu_Database.Image = global::PKHeX.Properties.Resources.database; + this.Menu_Database.Image = Core.Properties.Resources.database; this.Menu_Database.Name = "Menu_Database"; this.Menu_Database.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); this.Menu_Database.ShowShortcutKeys = false; @@ -3893,7 +3893,7 @@ public void InitializeComponent() // // Menu_MGDatabase // - this.Menu_MGDatabase.Image = global::PKHeX.Properties.Resources.gift; + this.Menu_MGDatabase.Image = Core.Properties.Resources.gift; this.Menu_MGDatabase.Name = "Menu_MGDatabase"; this.Menu_MGDatabase.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G))); this.Menu_MGDatabase.ShowShortcutKeys = false; @@ -3903,7 +3903,7 @@ public void InitializeComponent() // // Menu_BatchEditor // - this.Menu_BatchEditor.Image = global::PKHeX.Properties.Resources.settings; + this.Menu_BatchEditor.Image = Core.Properties.Resources.settings; this.Menu_BatchEditor.Name = "Menu_BatchEditor"; this.Menu_BatchEditor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M))); this.Menu_BatchEditor.ShowShortcutKeys = false; @@ -3916,14 +3916,14 @@ public void InitializeComponent() this.Menu_Other.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_OpenSDF, this.Menu_OpenSDB}); - this.Menu_Other.Image = global::PKHeX.Properties.Resources.other; + this.Menu_Other.Image = Core.Properties.Resources.other; this.Menu_Other.Name = "Menu_Other"; this.Menu_Other.Size = new System.Drawing.Size(143, 22); this.Menu_Other.Text = "Other"; // // Menu_OpenSDF // - this.Menu_OpenSDF.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenSDF.Image = Core.Properties.Resources.folder; this.Menu_OpenSDF.Name = "Menu_OpenSDF"; this.Menu_OpenSDF.Size = new System.Drawing.Size(229, 22); this.Menu_OpenSDF.Text = "Open SaveDataFiler Folder"; @@ -3931,7 +3931,7 @@ public void InitializeComponent() // // Menu_OpenSDB // - this.Menu_OpenSDB.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenSDB.Image = Core.Properties.Resources.folder; this.Menu_OpenSDB.Name = "Menu_OpenSDB"; this.Menu_OpenSDB.Size = new System.Drawing.Size(229, 22); this.Menu_OpenSDB.Text = "Open SaveDataBackup Folder"; @@ -3952,7 +3952,7 @@ public void InitializeComponent() // this.Menu_Language.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.CB_MainLanguage}); - this.Menu_Language.Image = global::PKHeX.Properties.Resources.language; + this.Menu_Language.Image = Core.Properties.Resources.language; this.Menu_Language.Name = "Menu_Language"; this.Menu_Language.Size = new System.Drawing.Size(139, 22); this.Menu_Language.Text = "Language"; @@ -3971,7 +3971,7 @@ public void InitializeComponent() this.Menu_ModifyPKM, this.Menu_Undo, this.Menu_Redo}); - this.Menu_Modify.Image = global::PKHeX.Properties.Resources.settings; + this.Menu_Modify.Image = Core.Properties.Resources.settings; this.Menu_Modify.Name = "Menu_Modify"; this.Menu_Modify.Size = new System.Drawing.Size(139, 22); this.Menu_Modify.Text = "Set to SAV"; @@ -4028,12 +4028,12 @@ public void InitializeComponent() // // Menu_About // - this.Menu_About.Image = global::PKHeX.Properties.Resources.about; + this.Menu_About.Image = Core.Properties.Resources.about; this.Menu_About.Name = "Menu_About"; this.Menu_About.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); this.Menu_About.ShowShortcutKeys = false; this.Menu_About.Size = new System.Drawing.Size(139, 22); - this.Menu_About.Text = "About &PKHeX"; + this.Menu_About.Text = "About &PKHeX.Core"; this.Menu_About.Click += new System.EventHandler(this.mainMenuAbout); // // tabBoxMulti @@ -4067,7 +4067,7 @@ public void InitializeComponent() // // PAN_Box // - this.PAN_Box.BackgroundImage = global::PKHeX.Properties.Resources.box_wp16xy; + this.PAN_Box.BackgroundImage = Core.Properties.Resources.box_wp16xy; this.PAN_Box.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PAN_Box.Controls.Add(this.bpkx30); this.PAN_Box.Controls.Add(this.bpkx29); @@ -5734,7 +5734,7 @@ public void InitializeComponent() this.MaximizeBox = false; this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "PKHeX"; + this.Text = "PKHeX.Core"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.tabMain_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.tabMain_DragEnter); diff --git a/PKHeX/MainWindow/Main.cs b/PKHeX.WinForms/MainWindow/Main.cs similarity index 89% rename from PKHeX/MainWindow/Main.cs rename to PKHeX.WinForms/MainWindow/Main.cs index d75f7b785..80de291c6 100644 --- a/PKHeX/MainWindow/Main.cs +++ b/PKHeX.WinForms/MainWindow/Main.cs @@ -1,8 +1,8 @@ -using PKHeX.Misc; -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; +using System.Drawing.Imaging; using System.Globalization; using System.IO; using System.Linq; @@ -10,9 +10,9 @@ using System.Text; using System.Threading; using System.Windows.Forms; -using PKHeX.Saves.Substructures; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main : Form { @@ -33,7 +33,7 @@ public Main() try { DateTime upd = DateTime.ParseExact(data, "yyyyMMdd", CultureInfo.InvariantCulture, DateTimeStyles.None); - DateTime cur = DateTime.ParseExact(Properties.Resources.ProgramVersion, "yyyyMMdd", CultureInfo.InvariantCulture, DateTimeStyles.None); + DateTime cur = DateTime.ParseExact(Core.Properties.Resources.ProgramVersion, "yyyyMMdd", CultureInfo.InvariantCulture, DateTimeStyles.None); if (upd <= cur) return; @@ -102,7 +102,7 @@ public Main() GB_CurrentMoves.Click += clickMoves; GB_RelearnMoves.Click += clickMoves; - TB_Nickname.Font = PKX.getPKXFont(11); + TB_Nickname.Font = FontUtil.getPKXFont(11); TB_OT.Font = (Font)TB_Nickname.Font.Clone(); TB_OTt2.Font = (Font)TB_Nickname.Font.Clone(); @@ -122,7 +122,7 @@ public Main() // Box to Tabs D&D dragout.AllowDrop = true; - FLP_SAVtools.Scroll += Util.PanelScroll; + FLP_SAVtools.Scroll += WinFormsUtil.PanelScroll; // Load WC6 folder to legality refreshWC6DB(); @@ -155,7 +155,12 @@ public Main() string path = null; try { - path = SaveUtil.detectSaveFile(); + string cgse = ""; + string pathCache = CyberGadgetUtil.GetCacheFolder(); + if (Directory.Exists(pathCache)) + cgse = Path.Combine(pathCache); + if (!SaveUtil.detectSaveFile(out path, cgse)) + WinFormsUtil.Error(path); } catch (Exception ex) { @@ -177,7 +182,7 @@ public Main() WindowState = FormWindowState.Minimized; Show(); WindowState = FormWindowState.Normal; - if (HaX) Util.Alert("Illegal mode activated.", "Please behave."); + if (HaX) WinFormsUtil.Alert("Illegal mode activated.", "Please behave."); if (showChangelog) new About().ShowDialog(); @@ -189,10 +194,9 @@ public Main() } #region Important Variables - public static SaveFile SAV = new SAV7 { Game = (int)GameVersion.SN, OT = "PKHeX", TID = 12345, SID = 54321, Language = 2, Country = 49, SubRegion = 7, ConsoleRegion = 1 }; // Save File + public static SaveFile SAV = new SAV7 { Game = (int)GameVersion.SN, OT = "PKHeX.Core", TID = 12345, SID = 54321, Language = 2, Country = 49, SubRegion = 7, ConsoleRegion = 1 }; // Save File public static PKM pkm = SAV.BlankPKM; // Tab Pokemon Data Storage private LegalityAnalysis Legality = new LegalityAnalysis(pkm); - public static GameInfo.GameStrings GameStrings; public static string curlanguage = "en"; public static string[] gendersymbols = { "♂", "♀", "-" }; @@ -203,7 +207,7 @@ public Main() private static Image colorizedcolor; private static int colorizedslot; public static bool HaX; - private static readonly Image mixedHighlight = Util.ChangeOpacity(Properties.Resources.slotSet, 0.5); + private static readonly Image mixedHighlight = Util.ChangeOpacity(Core.Properties.Resources.slotSet, 0.5); private static readonly string[] main_langlist = { "日本語", // JPN @@ -223,12 +227,12 @@ public Main() #region Path Variables - public static string WorkingDirectory => Util.IsClickonceDeployed ? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "PKHeX") : Environment.CurrentDirectory; + public static string WorkingDirectory => WinFormsUtil.IsClickonceDeployed ? Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "PKHeX.Core") : Environment.CurrentDirectory; public static string DatabasePath => Path.Combine(WorkingDirectory, "pkmdb"); public static string MGDatabasePath => Path.Combine(WorkingDirectory, "mgdb"); private static string BackupPath => Path.Combine(WorkingDirectory, "bak"); - private static string ThreadPath => @"https://projectpokemon.org/pkhex/"; - private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/text/version.txt"; + private static string ThreadPath => @"https://projectpokemon.org/PKHeX.Core/"; + private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX.Core/master/PKHeX.Core/Resources/text/version.txt"; #endregion @@ -252,7 +256,7 @@ private void loadConfig(out bool BAKprompt, out bool showChangelog) if (Properties.Settings.Default.Version.Length > 0) // already run on system { int lastrev; int.TryParse(Properties.Settings.Default.Version, out lastrev); - int currrev; int.TryParse(Properties.Resources.ProgramVersion, out currrev); + int currrev; int.TryParse(Core.Properties.Resources.ProgramVersion, out currrev); showChangelog = lastrev < currrev; } @@ -261,7 +265,7 @@ private void loadConfig(out bool BAKprompt, out bool showChangelog) if (!Properties.Settings.Default.BAKPrompt) BAKprompt = Properties.Settings.Default.BAKPrompt = true; - Properties.Settings.Default.Version = Properties.Resources.ProgramVersion; + Properties.Settings.Default.Version = Core.Properties.Resources.ProgramVersion; Properties.Settings.Default.Save(); } // Main Menu Strip UI Functions @@ -281,10 +285,17 @@ private void mainMenuOpen(object sender, EventArgs e) "|Binary File|*.bin" + "|Backup File|*.bak" + "|All Files|*.*" - }; + }; // Detect main - string path = SaveUtil.detectSaveFile(); + string cgse = ""; + string path; + string pathCache = CyberGadgetUtil.GetCacheFolder(); + if (Directory.Exists(pathCache)) + cgse = Path.Combine(pathCache); + if (!SaveUtil.detectSaveFile(out path, cgse)) + WinFormsUtil.Error(path); + if (path != null) { ofd.FileName = path; } @@ -327,14 +338,14 @@ private void mainMenuSave(object sender, EventArgs e) File.WriteAllBytes(path, pk.DecryptedBoxData); else { - Util.Error($"Foreign File Extension: {ext}", "Exporting as encrypted."); + WinFormsUtil.Error($"Foreign File Extension: {ext}", "Exporting as encrypted."); File.WriteAllBytes(path, pkm.EncryptedPartyData); } } private void mainMenuExit(object sender, EventArgs e) { if (ModifierKeys == Keys.Control) // Hotkey Triggered - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Quit PKHeX?")) return; + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Quit PKHeX.Core?")) return; Close(); } private void mainMenuAbout(object sender, EventArgs e) @@ -347,7 +358,7 @@ private void mainMenuBoxReport(object sender, EventArgs e) { var z = Application.OpenForms.Cast
().FirstOrDefault(form => form.GetType() == typeof(frmReport)) as frmReport; if (z != null) - { Util.CenterToForm(z, this); z.BringToFront(); return; } + { WinFormsUtil.CenterToForm(z, this); z.BringToFront(); return; } frmReport ReportForm = new frmReport(); ReportForm.Show(); @@ -359,7 +370,7 @@ private void mainMenuDatabase(object sender, EventArgs e) { var c = Application.OpenForms.Cast().FirstOrDefault(form => form.GetType() == typeof(KChart)) as KChart; if (c != null) - { Util.CenterToForm(c, this); c.BringToFront(); } + { WinFormsUtil.CenterToForm(c, this); c.BringToFront(); } else new KChart().Show(); return; @@ -367,19 +378,19 @@ private void mainMenuDatabase(object sender, EventArgs e) var z = Application.OpenForms.Cast().FirstOrDefault(form => form.GetType() == typeof(SAV_Database)) as SAV_Database; if (z != null) - { Util.CenterToForm(z, this); z.BringToFront(); return; } + { WinFormsUtil.CenterToForm(z, this); z.BringToFront(); return; } if (Directory.Exists(DatabasePath)) new SAV_Database(this).Show(); else - Util.Alert("PKHeX's database was not found.", + WinFormsUtil.Alert("PKHeX.Core's database was not found.", $"Please dump all boxes from a save file, then ensure the '{DatabasePath}' folder exists."); } private void mainMenuMysteryDM(object sender, EventArgs e) { var z = Application.OpenForms.Cast().FirstOrDefault(form => form.GetType() == typeof(SAV_MysteryGiftDB)) as SAV_MysteryGiftDB; if (z != null) - { Util.CenterToForm(z, this); z.BringToFront(); return; } + { WinFormsUtil.CenterToForm(z, this); z.BringToFront(); return; } new SAV_MysteryGiftDB(this).Show(); @@ -405,7 +416,7 @@ private void mainMenuBoxLoad(object sender, EventArgs e) string path = ""; if (Directory.Exists(DatabasePath)) { - DialogResult ld = Util.Prompt(MessageBoxButtons.YesNo, "Load from PKHeX's database?"); + DialogResult ld = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Load from PKHeX.Core's database?"); if (ld == DialogResult.Yes) path = DatabasePath; else if (ld == DialogResult.No) @@ -431,7 +442,7 @@ private void mainMenuBoxDump(object sender, EventArgs e) string path; bool dumptoboxes = false; // Dump all of box content to files. - DialogResult ld = Util.Prompt(MessageBoxButtons.YesNo, "Save to PKHeX's database?"); + DialogResult ld = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Save to PKHeX.Core's database?"); if (ld == DialogResult.Yes) { path = DatabasePath; @@ -440,7 +451,7 @@ private void mainMenuBoxDump(object sender, EventArgs e) } else if (ld == DialogResult.No) { - dumptoboxes = DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Save each box separately?"); + dumptoboxes = DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Save each box separately?"); // open folder dialog FolderBrowserDialog fbd = new FolderBrowserDialog(); @@ -465,22 +476,22 @@ private void clickShowdownImportPKM(object sender, EventArgs e) if (!formInitialized) return; if (!Clipboard.ContainsText()) - { Util.Alert("Clipboard does not contain text."); return; } + { WinFormsUtil.Alert("Clipboard does not contain text."); return; } // Get Simulator Data ShowdownSet Set = new ShowdownSet(Clipboard.GetText()); if (Set.Species < 0) - { Util.Alert("Set data not found in clipboard."); return; } + { WinFormsUtil.Alert("Set data not found in clipboard."); return; } if (Set.Nickname != null && Set.Nickname.Length > SAV.NickLength) Set.Nickname = Set.Nickname.Substring(0, SAV.NickLength); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Import this set?", Set.getText())) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Import this set?", Set.getText())) { return; } if (Set.InvalidLines.Any()) - Util.Alert("Invalid lines detected:", string.Join(Environment.NewLine, Set.InvalidLines)); + WinFormsUtil.Alert("Invalid lines detected:", string.Join(Environment.NewLine, Set.InvalidLines)); // Set Species & Nickname CB_Species.SelectedValue = Set.Species; @@ -552,10 +563,10 @@ private void clickShowdownExportPKM(object sender, EventArgs e) if (!formInitialized) return; if (!verifiedPKM()) - { Util.Alert("Fix data before exporting."); return; } + { WinFormsUtil.Alert("Fix data before exporting."); return; } Clipboard.SetText(preparePKM().ShowdownText); - Util.Alert("Exported Showdown Set to Clipboard:", Clipboard.GetText()); + WinFormsUtil.Alert("Exported Showdown Set to Clipboard:", Clipboard.GetText()); } private void clickShowdownExportParty(object sender, EventArgs e) { @@ -565,7 +576,7 @@ private void clickShowdownExportParty(object sender, EventArgs e) Clipboard.SetText( SAV.PartyData.Aggregate("", (current, pk) => current + pk.ShowdownText + Environment.NewLine + Environment.NewLine).Trim()); - Util.Alert("Showdown Team (Party) set to Clipboard."); + WinFormsUtil.Alert("Showdown Team (Party) set to Clipboard."); } catch { } } @@ -577,27 +588,27 @@ private void clickShowdownExportBattleBox(object sender, EventArgs e) Clipboard.SetText( SAV.BattleBoxData.Aggregate("", (current, pk) => current + pk.ShowdownText + Environment.NewLine + Environment.NewLine).Trim()); - Util.Alert("Showdown Team (Battle Box) set to Clipboard."); + WinFormsUtil.Alert("Showdown Team (Battle Box) set to Clipboard."); } catch { } } private void clickOpenTempFolder(object sender, EventArgs e) { - string path = Util.GetTempFolder(); + string path = CyberGadgetUtil.GetTempFolder(); if (Directory.Exists(Path.Combine(path, "root"))) Process.Start("explorer.exe", Path.Combine(path, "root")); else if (Directory.Exists(path)) Process.Start("explorer.exe", path); else - Util.Alert("Can't find the temporary file.", "Make sure the Cyber Gadget software is paused."); + WinFormsUtil.Alert("Can't find the temporary file.", "Make sure the Cyber Gadget software is paused."); } private void clickOpenCacheFolder(object sender, EventArgs e) { - string path = Util.GetCacheFolder(); + string path = CyberGadgetUtil.GetCacheFolder(); if (Directory.Exists(path)) Process.Start("explorer.exe", path); else - Util.Alert("Can't find the cache folder."); + WinFormsUtil.Alert("Can't find the cache folder."); } private void clickOpenSDFFolder(object sender, EventArgs e) { @@ -605,7 +616,7 @@ private void clickOpenSDFFolder(object sender, EventArgs e) if (path != null && Directory.Exists(path = Path.Combine(path, "filer", "UserSaveData"))) Process.Start("explorer.exe", path); else - Util.Alert("Can't find the SaveDataFiler folder."); + WinFormsUtil.Alert("Can't find the SaveDataFiler folder."); } private void clickOpenSDBFolder(object sender, EventArgs e) { @@ -614,7 +625,7 @@ private void clickOpenSDBFolder(object sender, EventArgs e) if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "SaveDataBackup"))) Process.Start("explorer.exe", path); else - Util.Alert("Can't find the SaveDataBackup folder."); + WinFormsUtil.Alert("Can't find the SaveDataBackup folder."); } // Main Menu Subfunctions @@ -632,14 +643,14 @@ private void openQuick(string path, bool force = false) string ext = Path.GetExtension(path); FileInfo fi = new FileInfo(path); if (fi.Length > 0x10009C && fi.Length != 0x380000) - Util.Error("Input file is too large.", path); + WinFormsUtil.Error("Input file is too large.", path); else { byte[] input; try { input = File.ReadAllBytes(path); } - catch (Exception e) { Util.Error("Unable to load file. It could be in use by another program.\nPath: " + path, e); return; } + catch (Exception e) { WinFormsUtil.Error("Unable to load file. It could be in use by another program.\nPath: " + path, e); return; } try { openFile(input, path, ext); } - catch (Exception e) { Util.Error("Unable to load file.\nPath: " + path, e); } + catch (Exception e) { WinFormsUtil.Error("Unable to load file.\nPath: " + path, e); } } } private void openFile(byte[] input, string path, string ext) @@ -657,9 +668,9 @@ private void openFile(byte[] input, string path, string ext) if (openXOR(input, path)) // Check if we can load the save via xorpad return; // only if a save is loaded we abort if (BitConverter.ToUInt64(input, 0x10) != 0) // encrypted save - { Util.Error("PKHeX only edits decrypted save files." + Environment.NewLine + "This save file is not decrypted.", path); return; } + { WinFormsUtil.Error("PKHeX.Core only edits decrypted save files." + Environment.NewLine + "This save file is not decrypted.", path); return; } - DialogResult sdr = Util.Prompt(MessageBoxButtons.YesNoCancel, "Press Yes to load the sav at 0x3000", "Press No for the one at 0x82000"); + DialogResult sdr = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "Press Yes to load the sav at 0x3000", "Press No for the one at 0x82000"); if (sdr == DialogResult.Cancel) return; int savshift = sdr == DialogResult.Yes ? 0 : 0x7F000; @@ -672,7 +683,7 @@ private void openFile(byte[] input, string path, string ext) else if (BitConverter.ToUInt32(psdata, SaveUtil.SIZE_G7SM - 0x1F0) == SaveUtil.BEEF) Array.Resize(ref psdata, SaveUtil.SIZE_G7SM); // set to S/M size else - { Util.Error("The data file is not a valid save file", path); return; } + { WinFormsUtil.Error("The data file is not a valid save file", path); return; } openSAV(SaveUtil.getVariantSAV(psdata), path); } @@ -686,12 +697,12 @@ private void openFile(byte[] input, string path, string ext) { PKM pk = PKMConverter.convertToFormat(temp, SAV.PKMType, out c); if (pk == null) - Util.Alert("Conversion failed.", c); + WinFormsUtil.Alert("Conversion failed.", c); else if (SAV.Generation < 3 && ((pk as PK1)?.Japanese ?? ((PK2)pk).Japanese) != SAV.Japanese) { string a_lang = SAV.Japanese ? "an International" : "a Japanese"; string pk_type = pk.GetType().Name; - Util.Alert($"Cannot load {a_lang} {pk_type} in {a_lang} save file."); + WinFormsUtil.Alert($"Cannot load {a_lang} {pk_type} in {a_lang} save file."); } else populateFields(pk); @@ -704,30 +715,30 @@ private void openFile(byte[] input, string path, string ext) if (SAV.getPCBin().Length == input.Length) { if (SAV.getBoxHasLockedSlot(0, SAV.BoxCount - 1)) - Util.Alert("Battle Box slots prevent loading of PC data."); + WinFormsUtil.Alert("Battle Box slots prevent loading of PC data."); else if (SAV.setPCBin(input)) - Util.Alert("PC Binary loaded."); + WinFormsUtil.Alert("PC Binary loaded."); else { - Util.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); + WinFormsUtil.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); return; } } else if (SAV.getBoxBin(CB_BoxSelect.SelectedIndex).Length == input.Length) { if (SAV.getBoxHasLockedSlot(CB_BoxSelect.SelectedIndex, CB_BoxSelect.SelectedIndex)) - Util.Alert("Battle Box slots in box prevent loading of box data."); + WinFormsUtil.Alert("Battle Box slots in box prevent loading of box data."); else if (SAV.setBoxBin(input, CB_BoxSelect.SelectedIndex)) - Util.Alert("Box Binary loaded."); + WinFormsUtil.Alert("Box Binary loaded."); else { - Util.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); + WinFormsUtil.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); return; } } else { - Util.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); + WinFormsUtil.Alert("Binary is not compatible with save file.", "Current SAV Generation: " + SAV.Generation); return; } setPKXBoxes(); @@ -739,9 +750,9 @@ private void openFile(byte[] input, string path, string ext) { BattleVideo b = BattleVideo.getVariantBattleVideo(input); if (SAV.Generation != b.Generation) - { Util.Alert($"Cannot load a Gen{b.Generation} Battle Video to a different generation save file."); return; } + { WinFormsUtil.Alert($"Cannot load a Gen{b.Generation} Battle Video to a different generation save file."); return; } - if (Util.Prompt(MessageBoxButtons.YesNo, $"Load Battle Video Pokémon data to {CB_BoxSelect.Text}?", "The box will be overwritten.") != DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, $"Load Battle Video Pokémon data to {CB_BoxSelect.Text}?", "The box will be overwritten.") != DialogResult.Yes) return; bool? noSetb = getPKMSetOverride(); @@ -756,7 +767,7 @@ private void openFile(byte[] input, string path, string ext) } if (slotSkipped > 0) - Util.Alert($"Skipped {slotSkipped} locked slot{(slotSkipped > 1 ? "s" : "")}."); + WinFormsUtil.Alert($"Skipped {slotSkipped} locked slot{(slotSkipped > 1 ? "s" : "")}."); setPKXBoxes(); updateBoxViewers(); @@ -766,20 +777,20 @@ private void openFile(byte[] input, string path, string ext) else if ((tg = MysteryGift.getMysteryGift(input, ext)) != null) { if (!tg.IsPokémon) - { Util.Alert("Mystery Gift is not a Pokémon.", path); return; } + { WinFormsUtil.Alert("Mystery Gift is not a Pokémon.", path); return; } temp = tg.convertToPKM(SAV); PKM pk = PKMConverter.convertToFormat(temp, SAV.PKMType, out c); if (pk == null) - Util.Alert("Conversion failed.", c); + WinFormsUtil.Alert("Conversion failed.", c); else populateFields(pk); Console.WriteLine(c); } #endregion else - Util.Error("Attempted to load an unsupported file type/size.", + WinFormsUtil.Error("Attempted to load an unsupported file type/size.", $"File Loaded:{Environment.NewLine}{path}", $"File Size:{Environment.NewLine}{input.Length} bytes (0x{input.Length:X4})"); } @@ -835,13 +846,13 @@ private bool openXOR(byte[] input, string path) private void openSAV(SaveFile sav, string path) { if (sav == null || sav.Version == GameVersion.Invalid) - { Util.Error("Invalid save file loaded. Aborting.", path); return; } + { WinFormsUtil.Error("Invalid save file loaded. Aborting.", path); return; } if (!string.IsNullOrEmpty(path)) // If path is null, this is the default save { if (sav.RequiresMemeCrypto && !MemeCrypto.CanUseMemeCrypto()) { - Util.Error("Your platform does not support the required cryptography components.", "In order to be able to save your changes, you must either upgrade to a newer version of Windows or disable FIPS compliance mode."); + WinFormsUtil.Error("Your platform does not support the required cryptography components.", "In order to be able to save your changes, you must either upgrade to a newer version of Windows or disable FIPS compliance mode."); // Don't abort loading; user can still view save and fix checksum on another platform. } } @@ -850,7 +861,7 @@ private void openSAV(SaveFile sav, string path) if (sav.IndeterminateGame && sav.Generation == 3) { // Hacky cheats invalidated the Game Code value. - var drGame = Util.Prompt(MessageBoxButtons.YesNoCancel, + var drGame = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "Unknown Gen3 Game Detected. Select Origins:", "Yes: Ruby / Sapphire" + Environment.NewLine + "No: Emerald" + Environment.NewLine + @@ -867,7 +878,7 @@ private void openSAV(SaveFile sav, string path) if (sav.IndeterminateLanguage) { // Japanese Save files are different. Get isJapanese - var drJP = Util.Prompt(MessageBoxButtons.YesNoCancel, $"{sav.Version} Save File detected. Select language...", + var drJP = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, $"{sav.Version} Save File detected. Select language...", "Yes: International" + Environment.NewLine + "No: Japanese"); if (drJP == DialogResult.Cancel) return; @@ -876,7 +887,7 @@ private void openSAV(SaveFile sav, string path) } if (sav.IndeterminateSubVersion && sav.Version == GameVersion.FRLG) { - var drFRLG = Util.Prompt(MessageBoxButtons.YesNoCancel, $"{sav.Version} detected. Select version...", + var drFRLG = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, $"{sav.Version} detected. Select version...", "Yes: FireRed" + Environment.NewLine + "No: LeafGreen"); if (drFRLG == DialogResult.Cancel) return; @@ -889,7 +900,7 @@ private void openSAV(SaveFile sav, string path) populateFields(SAV.BlankPKM); SAV = sav; - string title = $"PKH{(HaX ? "a" : "e")}X ({Properties.Resources.ProgramVersion}) - " + $"SAV{SAV.Generation}: "; + string title = $"PKH{(HaX ? "a" : "e")}X ({Core.Properties.Resources.ProgramVersion}) - " + $"SAV{SAV.Generation}: "; if (path != null) // Actual save file { SAV.FilePath = Path.GetDirectoryName(path); @@ -1236,7 +1247,7 @@ private void openSAV(SaveFile sav, string path) PKMConverter.updateConfig(SAV.SubRegion, SAV.Country, SAV.ConsoleRegion, SAV.OT, SAV.Gender); if (WindowTranslationRequired) // force update -- re-added controls may be untranslated - Util.TranslateInterface(this, curlanguage); + WinFormsUtil.TranslateInterface(this, curlanguage); // No changes made yet UndoStack.Clear(); Menu_Undo.Enabled = false; @@ -1248,14 +1259,14 @@ private void openSAV(SaveFile sav, string path) private static void refreshWC6DB() { List wc6db = new List(); - byte[] wc6bin = Properties.Resources.wc6; + byte[] wc6bin = Core.Properties.Resources.wc6; for (int i = 0; i < wc6bin.Length; i += WC6.Size) { byte[] data = new byte[WC6.Size]; Array.Copy(wc6bin, i, data, 0, WC6.Size); wc6db.Add(new WC6(data)); } - byte[] wc6full = Properties.Resources.wc6full; + byte[] wc6full = Core.Properties.Resources.wc6full; for (int i = 0; i < wc6full.Length; i += WC6.SizeFull) { byte[] data = new byte[WC6.SizeFull]; @@ -1274,14 +1285,14 @@ private static void refreshWC6DB() private static void refreshWC7DB() { List wc7db = new List(); - byte[] wc7bin = Properties.Resources.wc7; + byte[] wc7bin = Core.Properties.Resources.wc7; for (int i = 0; i < wc7bin.Length; i += WC7.Size) { byte[] data = new byte[WC7.Size]; Array.Copy(wc7bin, i, data, 0, WC7.Size); wc7db.Add(new WC7(data)); } - byte[] wc7full = Properties.Resources.wc7full; + byte[] wc7full = Core.Properties.Resources.wc7full; for (int i = 0; i < wc7full.Length; i += WC7.SizeFull) { byte[] data = new byte[WC7.SizeFull]; @@ -1308,7 +1319,7 @@ private void changeMainLanguage(object sender, EventArgs e) InitializeStrings(); InitializeLanguage(); string ProgramTitle = Text; - Util.TranslateInterface(this, curlanguage); // Translate the UI to language. + WinFormsUtil.TranslateInterface(this, curlanguage); // Translate the UI to language. Text = ProgramTitle; // Recenter PKM SubEditors FLP_PKMEditors.Location = new Point((Tab_OTMisc.Width - FLP_PKMEditors.Width)/2, FLP_PKMEditors.Location.Y); @@ -1327,13 +1338,13 @@ private void InitializeStrings() curlanguage = GameInfo.lang_val[CB_MainLanguage.SelectedIndex]; string l = curlanguage; - GameStrings = GameInfo.getStrings(l); + GameInfo.Strings = GameInfo.getStrings(l); // Force an update to the met locations origintrack = GameVersion.Unknown; // Update Legality Analysis strings - LegalityAnalysis.movelist = GameStrings.movelist; + LegalityAnalysis.movelist = GameInfo.Strings.movelist; if (fieldsInitialized) updateIVs(null, null); // Prompt an update for the characteristics @@ -1352,7 +1363,7 @@ private void InitializeFields() { CB_Species.SelectedValue = 493; CB_Move1.SelectedValue = 1; - TB_OT.Text = "PKHeX"; + TB_OT.Text = "PKHeX.Core"; TB_TID.Text = 12345.ToString(); TB_SID.Text = 54321.ToString(); CB_GameOrigin.SelectedIndex = 0; @@ -1377,17 +1388,17 @@ private void InitializeLanguage() setCountrySubRegion(CB_Country, "countries"); CB_3DSReg.DataSource = Util.getUnsortedCBList("regions3ds"); - GameInfo.InitializeDataSources(GameStrings); + GameInfo.InitializeDataSources(GameInfo.Strings); - CB_EncounterType.DataSource = Util.getCBList(GameStrings.encountertypelist, new[] { 0 }, Legal.Gen4EncounterTypes); - CB_HPType.DataSource = Util.getCBList(GameStrings.types.Skip(1).Take(16).ToArray(), null); + CB_EncounterType.DataSource = Util.getCBList(GameInfo.Strings.encountertypelist, new[] { 0 }, Legal.Gen4EncounterTypes); + CB_HPType.DataSource = Util.getCBList(GameInfo.Strings.types.Skip(1).Take(16).ToArray(), null); CB_Nature.DataSource = new BindingSource(GameInfo.NatureDataSource, null); populateFilteredDataSources(); } private void populateFilteredDataSources() { - GameInfo.setItemDataSource(HaX, SAV.MaxItemID, SAV.HeldItems, SAV.Generation, SAV.Version, GameStrings); + GameInfo.setItemDataSource(HaX, SAV.MaxItemID, SAV.HeldItems, SAV.Generation, SAV.Version, GameInfo.Strings); if (SAV.Generation > 1) CB_HeldItem.DataSource = new BindingSource(GameInfo.ItemDataSource.Where(i => i.Value <= SAV.MaxItemID).ToList(), null); @@ -1413,11 +1424,11 @@ private void populateFilteredDataSources() private Func getPKMfromFields; public void populateFields(PKM pk, bool focus = true) { - if (pk == null) { Util.Error("Attempted to load a null file."); return; } + if (pk == null) { WinFormsUtil.Error("Attempted to load a null file."); return; } if ((pk.Format >= 3 && pk.Format > SAV.Generation) // pk3-7, can't go backwards || (pk.Format <= 2 && SAV.Generation > 2 && SAV.Generation < 7)) // pk1-2, can't go 3-6 - { Util.Alert($"Can't load Gen{pk.Format} to Gen{SAV.Generation} games."); return; } + { WinFormsUtil.Alert($"Can't load Gen{pk.Format} to Gen{SAV.Generation} games."); return; } bool oldInit = fieldsInitialized; fieldsInitialized = fieldsLoaded = false; @@ -1427,14 +1438,14 @@ public void populateFields(PKM pk, bool focus = true) pkm = pk.Clone(); if (fieldsInitialized & !pkm.ChecksumValid) - Util.Alert("PKX File has an invalid checksum."); + WinFormsUtil.Alert("PKX File has an invalid checksum."); if (pkm.Format != SAV.Generation) // past gen format { string c; pkm = PKMConverter.convertToFormat(pkm, SAV.PKMType, out c); if (pk.Format != pkm.Format && focus) // converted - Util.Alert("Converted File."); + WinFormsUtil.Alert("Converted File."); } try { getFieldsfromPKM(); } @@ -1487,7 +1498,7 @@ internal static void setCountrySubRegion(ComboBox CB, string type) } private void setForms() { - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); if (SAV.Generation < 4 && species != 201) { Label_Form.Visible = CB_Form.Visible = CB_Form.Enabled = false; @@ -1503,7 +1514,7 @@ private void setForms() if (!hasForms) return; - var ds = PKX.getFormList(species, GameStrings.types, GameStrings.forms, gendersymbols, SAV.Generation).ToList(); + var ds = PKX.getFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, gendersymbols, SAV.Generation).ToList(); if (ds.Count == 1 && string.IsNullOrEmpty(ds[0])) // empty (Alolan Totems) CB_Form.Enabled = CB_Form.Visible = Label_Form.Visible = false; else CB_Form.DataSource = ds; @@ -1514,7 +1525,7 @@ private void setAbilityList() return; int formnum = 0; - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); if (SAV.Generation > 3) // has forms formnum = CB_Form.SelectedIndex; @@ -1522,9 +1533,9 @@ private void setAbilityList() if (abils[1] == 0 && SAV.Generation != 3) abils[1] = abils[0]; string[] abilIdentifier = {" (1)", " (2)", " (H)"}; - List ability_list = abils.Where(a => a != 0).Select((t, i) => GameStrings.abilitylist[t] + abilIdentifier[i]).ToList(); + List ability_list = abils.Where(a => a != 0).Select((t, i) => GameInfo.Strings.abilitylist[t] + abilIdentifier[i]).ToList(); if (!ability_list.Any()) - ability_list.Add(GameStrings.abilitylist[0] + abilIdentifier[0]); + ability_list.Add(GameInfo.Strings.abilitylist[0] + abilIdentifier[0]); int abil = CB_Ability.SelectedIndex; CB_Ability.DataSource = ability_list; @@ -1583,7 +1594,7 @@ private void clickQR(object sender, EventArgs e) { if (SAV.Generation <= 3) { - Util.Alert("QR feature not available for loaded game."); + WinFormsUtil.Alert("QR feature not available for loaded game."); return; } if (ModifierKeys == Keys.Alt) @@ -1594,15 +1605,15 @@ private void clickQR(object sender, EventArgs e) if (ekx == null) return; PKM pk = PKMConverter.getPKMfromBytes(ekx); - if (pk == null) { Util.Alert("Decoded data not a valid PKM.", $"QR Data Size: {ekx.Length}"); } + if (pk == null) { WinFormsUtil.Alert("Decoded data not a valid PKM.", $"QR Data Size: {ekx.Length}"); } else { if (!pk.Valid || pk.Species <= 0) - { Util.Alert("Invalid data detected."); return; } + { WinFormsUtil.Alert("Invalid data detected."); return; } string c; PKM pkz = PKMConverter.convertToFormat(pk, SAV.PKMType, out c); if (pkz == null) - { Util.Alert(c); return; } + { WinFormsUtil.Alert(c); return; } populateFields(pkz); } @@ -1628,7 +1639,7 @@ private void clickQR(object sender, EventArgs e) if (qr == null) return; string[] r = pkx.QRText; - const string refURL = "PKHeX @ ProjectPokemon.org"; + const string refURL = "PKHeX.Core @ ProjectPokemon.org"; new QR(qr, dragout.Image, r[0], r[1], r[2], $"{refURL} ({pkx.GetType().Name})", pkx).ShowDialog(); } } @@ -1642,7 +1653,7 @@ private void clickFriendship(object sender, EventArgs e) private void clickGender(object sender, EventArgs e) { // Get Gender Threshold - int gt = SAV.Personal.getFormeEntry(Util.getIndex(CB_Species), CB_Form.SelectedIndex).Gender; + int gt = SAV.Personal.getFormeEntry(WinFormsUtil.getIndex(CB_Species), CB_Form.SelectedIndex).Gender; if (gt == 255 || gt == 0 || gt == 254) // Single gender/genderless return; @@ -1655,9 +1666,9 @@ private void clickGender(object sender, EventArgs e) do { TB_ATKIV.Text = (Util.rnd32() & SAV.MaxIV).ToString(); } while (PKX.getGender(Label_Gender.Text) != newGender); else if (SAV.Generation <= 4) { - pkm.Species = Util.getIndex(CB_Species); - pkm.Version = Util.getIndex(CB_GameOrigin); - pkm.Nature = Util.getIndex(CB_Nature); + pkm.Species = WinFormsUtil.getIndex(CB_Species); + pkm.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pkm.Nature = WinFormsUtil.getIndex(CB_Nature); pkm.AltForm = CB_Form.SelectedIndex; pkm.setPIDGender(newGender); @@ -1674,10 +1685,10 @@ private void clickGender(object sender, EventArgs e) } private void clickPPUps(object sender, EventArgs e) { - CB_PPu1.SelectedIndex = ModifierKeys != Keys.Control && Util.getIndex(CB_Move1) > 0 ? 3 : 0; - CB_PPu2.SelectedIndex = ModifierKeys != Keys.Control && Util.getIndex(CB_Move2) > 0 ? 3 : 0; - CB_PPu3.SelectedIndex = ModifierKeys != Keys.Control && Util.getIndex(CB_Move3) > 0 ? 3 : 0; - CB_PPu4.SelectedIndex = ModifierKeys != Keys.Control && Util.getIndex(CB_Move4) > 0 ? 3 : 0; + CB_PPu1.SelectedIndex = ModifierKeys != Keys.Control && WinFormsUtil.getIndex(CB_Move1) > 0 ? 3 : 0; + CB_PPu2.SelectedIndex = ModifierKeys != Keys.Control && WinFormsUtil.getIndex(CB_Move2) > 0 ? 3 : 0; + CB_PPu3.SelectedIndex = ModifierKeys != Keys.Control && WinFormsUtil.getIndex(CB_Move3) > 0 ? 3 : 0; + CB_PPu4.SelectedIndex = ModifierKeys != Keys.Control && WinFormsUtil.getIndex(CB_Move4) > 0 ? 3 : 0; } private void clickMarking(object sender, EventArgs e) { @@ -1836,7 +1847,7 @@ private void clickMoves(object sender, EventArgs e) bool random = ModifierKeys == Keys.Control; int[] m = Legality.getSuggestedMoves(tm: random, tutor: random, reminder: random); if (m == null) - { Util.Alert("Suggestions are not enabled for this PKM format."); return; } + { WinFormsUtil.Alert("Suggestions are not enabled for this PKM format."); return; } if (random) Util.Shuffle(m); @@ -1847,8 +1858,8 @@ private void clickMoves(object sender, EventArgs e) if (pkm.Moves.SequenceEqual(m)) return; - string r = string.Join(Environment.NewLine, m.Select(v => v >= GameStrings.movelist.Length ? "ERROR" : GameStrings.movelist[v])); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Apply suggested current moves?", r)) + string r = string.Join(Environment.NewLine, m.Select(v => v >= GameInfo.Strings.movelist.Length ? "ERROR" : GameInfo.Strings.movelist[v])); + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Apply suggested current moves?", r)) return; CB_Move1.SelectedValue = m[0]; @@ -1869,8 +1880,8 @@ private void clickMoves(object sender, EventArgs e) if (pkm.RelearnMoves.SequenceEqual(m)) return; - string r = string.Join(Environment.NewLine, m.Select(v => v >= GameStrings.movelist.Length ? "ERROR" : GameStrings.movelist[v])); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Apply suggested relearn moves?", r)) + string r = string.Join(Environment.NewLine, m.Select(v => v >= GameInfo.Strings.movelist.Length ? "ERROR" : GameInfo.Strings.movelist[v])); + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Apply suggested relearn moves?", r)) return; CB_RelearnMove1.SelectedValue = m[0]; @@ -1890,7 +1901,7 @@ private void clickMetLocation(object sender, EventArgs e) var encounter = Legality.getSuggestedMetInfo(); if (encounter == null || encounter.Location < 0) { - Util.Alert("Unable to provide a suggestion."); + WinFormsUtil.Alert("Unable to provide a suggestion."); return; } @@ -1907,7 +1918,7 @@ private void clickMetLocation(object sender, EventArgs e) if (pkm.CurrentLevel < minlvl) suggestion += $"\nCurrent Level {minlvl}"; - if (Util.Prompt(MessageBoxButtons.YesNo, suggestion) != DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, suggestion) != DialogResult.Yes) return; TB_MetLevel.Text = level.ToString(); @@ -1923,7 +1934,7 @@ private void clickMetLocation(object sender, EventArgs e) private bool changingFields; private void updateBall(object sender, EventArgs e) { - PB_Ball.Image = PKX.getBallSprite(Util.getIndex(CB_Ball)); + PB_Ball.Image = PKX.getBallSprite(WinFormsUtil.getIndex(CB_Ball)); } private void updateEXPLevel(object sender, EventArgs e) { @@ -1934,7 +1945,7 @@ private void updateEXPLevel(object sender, EventArgs e) { // Change the Level uint EXP = Util.ToUInt32(TB_EXP.Text); - int Species = Util.getIndex(CB_Species); + int Species = WinFormsUtil.getIndex(CB_Species); int Level = PKX.getLevel(Species, EXP); if (Level == 100) EXP = PKX.getEXP(100, Species); @@ -1953,7 +1964,7 @@ private void updateEXPLevel(object sender, EventArgs e) if (Level > byte.MaxValue) MT_Level.Text = "255"; if (Level <= 100) - TB_EXP.Text = PKX.getEXP(Level, Util.getIndex(CB_Species)).ToString(); + TB_EXP.Text = PKX.getEXP(Level, WinFormsUtil.getIndex(CB_Species)).ToString(); } changingFields = false; if (fieldsLoaded) // store values back @@ -1975,7 +1986,7 @@ private void updateHPType(object sender, EventArgs e) }; // Change IVs to match the new Hidden Power - int[] newIVs = PKX.setHPIVs(Util.getIndex(CB_HPType), ivs); + int[] newIVs = PKX.setHPIVs(WinFormsUtil.getIndex(CB_HPType), ivs); TB_HPIV.Text = newIVs[0].ToString(); TB_ATKIV.Text = newIVs[1].ToString(); TB_DEFIV.Text = newIVs[2].ToString(); @@ -2042,7 +2053,7 @@ private void updateIVs(object sender, EventArgs e) int characteristic = pkm.Characteristic; L_Characteristic.Visible = Label_CharacteristicPrefix.Visible = characteristic > -1; if (characteristic > -1) - L_Characteristic.Text = GameStrings.characteristics[pkm.Characteristic]; + L_Characteristic.Text = GameInfo.Strings.characteristics[pkm.Characteristic]; updateStats(); } private void updateEVs(object sender, EventArgs e) @@ -2145,8 +2156,8 @@ private void updateRandomPID(object sender, EventArgs e) if (sender == Label_Gender) pkm.setPIDGender(pkm.Gender); - else if (sender == CB_Nature && pkm.Nature != Util.getIndex(CB_Nature)) - pkm.setPIDNature(Util.getIndex(CB_Nature)); + else if (sender == CB_Nature && pkm.Nature != WinFormsUtil.getIndex(CB_Nature)) + pkm.setPIDNature(WinFormsUtil.getIndex(CB_Nature)); else if (sender == BTN_RerollPID) pkm.setPIDGender(pkm.Gender); else if (sender == CB_Ability && CB_Ability.SelectedIndex != pkm.PIDAbility && pkm.PIDAbility > -1) @@ -2159,14 +2170,14 @@ private void updateRandomPID(object sender, EventArgs e) } private void updateRandomEC(object sender, EventArgs e) { - pkm.Version = Util.getIndex(CB_GameOrigin); + pkm.Version = WinFormsUtil.getIndex(CB_GameOrigin); if (pkm.GenNumber < 6) { TB_EC.Text = TB_PID.Text; - Util.Alert("EC should match PID."); + WinFormsUtil.Alert("EC should match PID."); } - int wIndex = Array.IndexOf(Legal.WurmpleEvolutions, Util.getIndex(CB_Species)); + int wIndex = Array.IndexOf(Legal.WurmpleEvolutions, WinFormsUtil.getIndex(CB_Species)); if (wIndex < 0) { TB_EC.Text = Util.rnd32().ToString("X8"); @@ -2215,7 +2226,7 @@ private void updateForm(object sender, EventArgs e) setAbilityList(); // Gender Forms - if (Util.getIndex(CB_Species) == 201 && fieldsLoaded) + if (WinFormsUtil.getIndex(CB_Species) == 201 && fieldsLoaded) { if (SAV.Generation == 3) { @@ -2258,7 +2269,7 @@ private void updatePP(object sender, EventArgs e) if (index < 0) return; - int move = Util.getIndex(cbs[index]); + int move = WinFormsUtil.getIndex(cbs[index]); int pp = pps[index].SelectedIndex; if (move == 0 && pp != 0) { @@ -2342,8 +2353,8 @@ private void updatePKRSInfected(object sender, EventArgs e) } private void updateCountry(object sender, EventArgs e) { - if (Util.getIndex(sender as ComboBox) > 0) - setCountrySubRegion(CB_SubRegion, "sr_" + Util.getIndex(sender as ComboBox).ToString("000")); + if (WinFormsUtil.getIndex(sender as ComboBox) > 0) + setCountrySubRegion(CB_SubRegion, "sr_" + WinFormsUtil.getIndex(sender as ComboBox).ToString("000")); } private void updateSpecies(object sender, EventArgs e) { @@ -2355,7 +2366,7 @@ private void updateSpecies(object sender, EventArgs e) if (!fieldsLoaded) return; - pkm.Species = Util.getIndex(CB_Species); + pkm.Species = WinFormsUtil.getIndex(CB_Species); // Recalculate EXP for Given Level uint EXP = PKX.getEXP(pkm.CurrentLevel, pkm.Species); TB_EXP.Text = EXP.ToString(); @@ -2371,7 +2382,7 @@ private void updateSpecies(object sender, EventArgs e) } private void updateOriginGame(object sender, EventArgs e) { - GameVersion Version = (GameVersion)Util.getIndex(CB_GameOrigin); + GameVersion Version = (GameVersion)WinFormsUtil.getIndex(CB_GameOrigin); // check if differs GameVersion newTrack = GameUtil.getMetLocationVersionGroup(Version); @@ -2437,7 +2448,7 @@ private void updateExtraByteIndex(object sender, EventArgs e) private void updateNatureModification(object sender, EventArgs e) { if (sender != CB_Nature) return; - int nature = Util.getIndex(CB_Nature); + int nature = WinFormsUtil.getIndex(CB_Nature); int incr = nature / 5; int decr = nature % 5; @@ -2461,7 +2472,7 @@ private void updateNickname(object sender, EventArgs e) if (sender == CB_Language || sender == CHK_Nicknamed) { - int lang = Util.getIndex(CB_Language); + int lang = WinFormsUtil.getIndex(CB_Language); switch (lang) { case 9: @@ -2478,13 +2489,13 @@ private void updateNickname(object sender, EventArgs e) return; // Fetch Current Species and set it as Nickname Text - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); if (species < 1 || species > SAV.MaxSpeciesID) TB_Nickname.Text = ""; else { // get language - int lang = Util.getIndex(CB_Language); + int lang = WinFormsUtil.getIndex(CB_Language); if (CHK_IsEgg.Checked) species = 0; // Set species to 0 to get the egg name. string nick = PKX.getSpeciesName(CHK_IsEgg.Checked ? 0 : species, lang); @@ -2508,7 +2519,7 @@ private void updateNicknameClick(object sender, MouseEventArgs e) var z = Application.OpenForms.Cast().FirstOrDefault(form => form.GetType() == typeof(f2_Text)) as f2_Text; if (z != null) - { Util.CenterToForm(z, this); z.BringToFront(); return; } + { WinFormsUtil.CenterToForm(z, this); z.BringToFront(); return; } new f2_Text(tb).Show(); } private void updateNotOT(object sender, EventArgs e) @@ -2548,7 +2559,7 @@ private void updateIsEgg(object sender, EventArgs e) if (!CHK_Nicknamed.Checked) { - TB_Nickname.Text = PKX.getSpeciesName(0, Util.getIndex(CB_Language)); + TB_Nickname.Text = PKX.getSpeciesName(0, WinFormsUtil.getIndex(CB_Language)); CHK_Nicknamed.Checked = true; } } @@ -2557,7 +2568,7 @@ private void updateIsEgg(object sender, EventArgs e) if (!CHK_Nicknamed.Checked) updateNickname(null, null); - TB_Friendship.Text = SAV.Personal[Util.getIndex(CB_Species)].BaseFriendship.ToString(); + TB_Friendship.Text = SAV.Personal[WinFormsUtil.getIndex(CB_Species)].BaseFriendship.ToString(); if (CB_EggLocation.SelectedIndex == 0) { @@ -2566,7 +2577,7 @@ private void updateIsEgg(object sender, EventArgs e) GB_EggConditions.Enabled = false; } - if (TB_Nickname.Text == PKX.getSpeciesName(0, Util.getIndex(CB_Language))) + if (TB_Nickname.Text == PKX.getSpeciesName(0, WinFormsUtil.getIndex(CB_Language))) CHK_Nicknamed.Checked = false; } @@ -2597,10 +2608,10 @@ private void updateShinyPID(object sender, EventArgs e) pkm.TID = Util.ToInt32(TB_TID.Text); pkm.SID = Util.ToInt32(TB_SID.Text); pkm.PID = Util.getHEXval(TB_PID.Text); - pkm.Nature = Util.getIndex(CB_Nature); + pkm.Nature = WinFormsUtil.getIndex(CB_Nature); pkm.Gender = PKX.getGender(Label_Gender.Text); pkm.AltForm = CB_Form.SelectedIndex; - pkm.Version = Util.getIndex(CB_GameOrigin); + pkm.Version = WinFormsUtil.getIndex(CB_GameOrigin); if (pkm.Format > 2) pkm.setShinyPID(); @@ -2742,8 +2753,8 @@ private void validateMove(object sender, EventArgs e) updatePP(sender, e); // Legality - pkm.Moves = new[] {CB_Move1, CB_Move2, CB_Move3, CB_Move4}.Select(Util.getIndex).ToArray(); - pkm.RelearnMoves = new[] {CB_RelearnMove1, CB_RelearnMove2, CB_RelearnMove3, CB_RelearnMove4}.Select(Util.getIndex).ToArray(); + pkm.Moves = new[] {CB_Move1, CB_Move2, CB_Move3, CB_Move4}.Select(WinFormsUtil.getIndex).ToArray(); + pkm.RelearnMoves = new[] {CB_RelearnMove1, CB_RelearnMove2, CB_RelearnMove3, CB_RelearnMove4}.Select(WinFormsUtil.getIndex).ToArray(); updateLegality(skipMoveRepop:true); } private void validateMovePaint(object sender, DrawItemEventArgs e) @@ -2771,8 +2782,8 @@ private void validateLocation(object sender, EventArgs e) if (!fieldsLoaded) return; - pkm.Met_Location = Util.getIndex(CB_MetLocation); - pkm.Egg_Location = Util.getIndex(CB_EggLocation); + pkm.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); + pkm.Egg_Location = WinFormsUtil.getIndex(CB_EggLocation); updateLegality(); } private void removedropCB(object sender, KeyEventArgs e) @@ -2784,12 +2795,12 @@ private void showLegality(PKM pk, bool tabs, bool verbose, bool skipMoveRepop = LegalityAnalysis la = new LegalityAnalysis(pk); if (!la.Parsed) { - Util.Alert($"Checking legality of PK{pk.Format} files that originated from Gen{pk.GenNumber} is not supported."); + WinFormsUtil.Alert($"Checking legality of PK{pk.Format} files that originated from Gen{pk.GenNumber} is not supported."); return; } if (tabs) updateLegality(la, skipMoveRepop); - Util.Alert(verbose ? la.VerboseReport : la.Report); + WinFormsUtil.Alert(verbose ? la.VerboseReport : la.Report); } private void updateLegality(LegalityAnalysis la = null, bool skipMoveRepop = false) { @@ -2803,7 +2814,7 @@ private void updateLegality(LegalityAnalysis la = null, bool skipMoveRepop = fal } PB_Legal.Visible = true; - PB_Legal.Image = Legality.Valid ? Properties.Resources.valid : Properties.Resources.warn; + PB_Legal.Image = Legality.Valid ? Core.Properties.Resources.valid : Core.Properties.Resources.warn; // Refresh Move Legality for (int i = 0; i < 4; i++) @@ -2832,7 +2843,7 @@ private void updateLegality(LegalityAnalysis la = null, bool skipMoveRepop = fal private void updateGender() { int cg = Array.IndexOf(gendersymbols, Label_Gender.Text); - int gt = SAV.Personal.getFormeEntry(Util.getIndex(CB_Species), CB_Form.SelectedIndex).Gender; + int gt = SAV.Personal.getFormeEntry(WinFormsUtil.getIndex(CB_Species), CB_Form.SelectedIndex).Gender; int Gender; if (gt == 255) // Genderless @@ -2841,7 +2852,7 @@ private void updateGender() Gender = 1; else if (gt == 0) // Male Only Gender = 0; - else if (cg == 2 || Util.getIndex(CB_GameOrigin) < 24) + else if (cg == 2 || WinFormsUtil.getIndex(CB_GameOrigin) < 24) Gender = (Util.getHEXval(TB_PID.Text) & 0xFF) <= gt ? 1 : 0; else Gender = cg; @@ -2889,7 +2900,7 @@ private void updateUnicode() { gendersymbols = new[] { "♂", "♀", "-" }; BTN_Shinytize.Text = "☆"; - TB_Nickname.Font = TB_OT.Font = TB_OTt2.Font = PKX.getPKXFont(11); + TB_Nickname.Font = TB_OT.Font = TB_OTt2.Font = FontUtil.getPKXFont(11); } // Switch active gender labels to new if they are active. if (PKX.getGender(Label_Gender.Text) < 2) @@ -2941,7 +2952,7 @@ public bool verifiedPKM() } else if (SAV.Generation >= 3 && Convert.ToUInt32(TB_EVTotal.Text) > 510 && !CHK_HackedStats.Checked) tabMain.SelectedTab = Tab_Stats; - else if (Util.getIndex(CB_Species) == 0) + else if (WinFormsUtil.getIndex(CB_Species) == 0) tabMain.SelectedTab = Tab_Main; else return true; @@ -2957,28 +2968,28 @@ public static string[] verifyPKMtoSAV(PKM pk) { ushort held = (ushort)pk.HeldItem; - if (held > GameStrings.itemlist.Length) + if (held > GameInfo.Strings.itemlist.Length) errata.Add($"Item Index beyond range: {held}"); else if (held > SAV.MaxItemID) - errata.Add($"Game can't obtain item: {GameStrings.itemlist[held]}"); + errata.Add($"Game can't obtain item: {GameInfo.Strings.itemlist[held]}"); else if (!pk.CanHoldItem(SAV.HeldItems)) - errata.Add($"Game can't hold item: {GameStrings.itemlist[held]}"); + errata.Add($"Game can't hold item: {GameInfo.Strings.itemlist[held]}"); } - if (pk.Species > GameStrings.specieslist.Length) + if (pk.Species > GameInfo.Strings.specieslist.Length) errata.Add($"Species Index beyond range: {pk.HeldItem}"); else if (SAV.MaxSpeciesID < pk.Species) - errata.Add($"Game can't obtain species: {GameStrings.specieslist[pk.Species]}"); + errata.Add($"Game can't obtain species: {GameInfo.Strings.specieslist[pk.Species]}"); - if (pk.Moves.Any(m => m > GameStrings.movelist.Length)) - errata.Add($"Item Index beyond range: {string.Join(", ", pk.Moves.Where(m => m > GameStrings.movelist.Length).Select(m => m.ToString()))}"); + if (pk.Moves.Any(m => m > GameInfo.Strings.movelist.Length)) + errata.Add($"Item Index beyond range: {string.Join(", ", pk.Moves.Where(m => m > GameInfo.Strings.movelist.Length).Select(m => m.ToString()))}"); else if (pk.Moves.Any(m => m > SAV.MaxMoveID)) - errata.Add($"Game can't have move: {string.Join(", ", pk.Moves.Where(m => m > SAV.MaxMoveID).Select(m => GameStrings.movelist[m]))}"); + errata.Add($"Game can't have move: {string.Join(", ", pk.Moves.Where(m => m > SAV.MaxMoveID).Select(m => GameInfo.Strings.movelist[m]))}"); - if (pk.Ability > GameStrings.abilitylist.Length) + if (pk.Ability > GameInfo.Strings.abilitylist.Length) errata.Add($"Ability Index beyond range: {pk.Ability}"); else if (pk.Ability > SAV.MaxAbilityID) - errata.Add($"Game can't have ability: {GameStrings.abilitylist[pk.Ability]}"); + errata.Add($"Game can't have ability: {GameInfo.Strings.abilitylist[pk.Ability]}"); return errata.ToArray(); } @@ -3032,7 +3043,7 @@ private void dragout_MouseDown(object sender, MouseEventArgs e) DoDragDrop(new DataObject(DataFormats.FileDrop, new[] { newfile }), DragDropEffects.Move); } catch (Exception x) - { Util.Error("Drag & Drop Error", x); } + { WinFormsUtil.Error("Drag & Drop Error", x); } Cursor = DragInfo.Cursor = DefaultCursor; File.Delete(newfile); } @@ -3043,11 +3054,11 @@ private void dragout_DragOver(object sender, DragEventArgs e) // Dragout Display private void dragoutHover(object sender, EventArgs e) { - dragout.BackgroundImage = Util.getIndex(CB_Species) > 0 ? Properties.Resources.slotSet : Properties.Resources.slotDel; + dragout.BackgroundImage = WinFormsUtil.getIndex(CB_Species) > 0 ? Core.Properties.Resources.slotSet : Core.Properties.Resources.slotDel; } private void dragoutLeave(object sender, EventArgs e) { - dragout.BackgroundImage = Properties.Resources.slotTrans; + dragout.BackgroundImage = Core.Properties.Resources.slotTrans; } private void dragoutDrop(object sender, DragEventArgs e) { @@ -3062,7 +3073,7 @@ private void Main_FormClosing(object sender, FormClosingEventArgs e) { if (SAV.Edited) { - if (Util.Prompt(MessageBoxButtons.YesNo, "Any unsaved changes will be lost.", "Are you sure you want to close PKHeX?") != DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Any unsaved changes will be lost.", "Are you sure you want to close PKHeX.Core?") != DialogResult.Yes) { e.Cancel = true; } @@ -3073,10 +3084,10 @@ private void Main_FormClosing(object sender, FormClosingEventArgs e) #region //// SAVE FILE FUNCTIONS //// private void clickVerifyCHK(object sender, EventArgs e) { - if (SAV.Edited) { Util.Alert("Save has been edited. Cannot integrity check."); return; } + if (SAV.Edited) { WinFormsUtil.Alert("Save has been edited. Cannot integrity check."); return; } - if (SAV.ChecksumsValid) { Util.Alert("Checksums are valid."); return; } - if (DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Export Checksum Info to Clipboard?")) + if (SAV.ChecksumsValid) { WinFormsUtil.Alert("Checksums are valid."); return; } + if (DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Export Checksum Info to Clipboard?")) Clipboard.SetText(SAV.ChecksumInfo); } private void clickExportSAVBAK(object sender, EventArgs e) @@ -3090,20 +3101,20 @@ private void clickExportSAVBAK(object sender, EventArgs e) string path = sfd.FileName; File.WriteAllBytes(path, SAV.BAK); - Util.Alert("Saved Backup of current SAV to:", path); + WinFormsUtil.Alert("Saved Backup of current SAV to:", path); if (!Directory.Exists(BackupPath)) promptBackup(); } private static void promptBackup() { - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, - $"PKHeX can perform automatic backups if you create a folder with the name \"{BackupPath}\" in the same folder as PKHeX's executable.", + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, + $"PKHeX.Core can perform automatic backups if you create a folder with the name \"{BackupPath}\" in the same folder as PKHeX.Core's executable.", "Would you like to create the backup folder now?")) return; - try { Directory.CreateDirectory(BackupPath); Util.Alert("Backup folder created!", + try { Directory.CreateDirectory(BackupPath); WinFormsUtil.Alert("Backup folder created!", $"If you wish to no longer automatically back up save files, delete the \"{BackupPath}\" folder."); } - catch(Exception ex) { Util.Error($"Unable to create backup folder @ {BackupPath}", ex); } + catch(Exception ex) { WinFormsUtil.Error($"Unable to create backup folder @ {BackupPath}", ex); } } private void clickExportSAV(object sender, EventArgs e) { @@ -3112,7 +3123,7 @@ private void clickExportSAV(object sender, EventArgs e) // Chunk Error Checking string err = SAV.MiscSaveChecks(); - if (err.Length > 0 && Util.Prompt(MessageBoxButtons.YesNo, err, "Continue saving?") != DialogResult.Yes) + if (err.Length > 0 && WinFormsUtil.Prompt(MessageBoxButtons.YesNo, err, "Continue saving?") != DialogResult.Yes) return; SaveFileDialog main = new SaveFileDialog @@ -3135,11 +3146,11 @@ private void clickExportSAV(object sender, EventArgs e) { File.WriteAllBytes(main.FileName, SAV.Write(dsv)); SAV.Edited = false; - Util.Alert("SAV exported to:", main.FileName); + WinFormsUtil.Alert("SAV exported to:", main.FileName); } catch (UnauthorizedAccessException x) { - Util.Error(x.Message, "If destination is a removable disk (SD card), please ensure the write protection switch is not set."); + WinFormsUtil.Error(x.Message, "If destination is a removable disk (SD card), please ensure the write protection switch is not set."); } } @@ -3161,33 +3172,33 @@ private void clickBoxSort(object sender, EventArgs e) string modified; bool all = false; - if (ModifierKeys == (Keys.Alt | Keys.Shift) && DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Clear ALL Boxes?!")) + if (ModifierKeys == (Keys.Alt | Keys.Shift) && DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Clear ALL Boxes?!")) { if (SAV.getBoxHasLockedSlot(0, SAV.BoxCount - 1)) - { Util.Alert("Battle Box slots prevent the clearing of all boxes."); return; } + { WinFormsUtil.Alert("Battle Box slots prevent the clearing of all boxes."); return; } SAV.resetBoxes(); modified = "Boxes cleared!"; all = true; } - else if (ModifierKeys == Keys.Alt && DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Clear Current Box?")) + else if (ModifierKeys == Keys.Alt && DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Clear Current Box?")) { if (SAV.getBoxHasLockedSlot(CB_BoxSelect.SelectedIndex, CB_BoxSelect.SelectedIndex)) - { Util.Alert("Battle Box slots prevent the clearing of box."); return; } + { WinFormsUtil.Alert("Battle Box slots prevent the clearing of box."); return; } SAV.resetBoxes(CB_BoxSelect.SelectedIndex, CB_BoxSelect.SelectedIndex + 1); modified = "Current Box cleared!"; } - else if (ModifierKeys == (Keys.Control | Keys.Shift) && DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Sort ALL Boxes?!")) + else if (ModifierKeys == (Keys.Control | Keys.Shift) && DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Sort ALL Boxes?!")) { if (SAV.getBoxHasLockedSlot(0, SAV.BoxCount - 1)) - { Util.Alert("Battle Box slots prevent the sorting of all boxes."); return; } + { WinFormsUtil.Alert("Battle Box slots prevent the sorting of all boxes."); return; } SAV.sortBoxes(); modified = "Boxes sorted!"; all = true; } - else if (ModifierKeys == Keys.Control && DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Sort Current Box?")) + else if (ModifierKeys == Keys.Control && DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Sort Current Box?")) { if (SAV.getBoxHasLockedSlot(CB_BoxSelect.SelectedIndex, CB_BoxSelect.SelectedIndex)) - { Util.Alert("Battle Box slots prevent the sorting of box."); return; } + { WinFormsUtil.Alert("Battle Box slots prevent the sorting of box."); return; } SAV.sortBoxes(CB_BoxSelect.SelectedIndex, CB_BoxSelect.SelectedIndex + 1); modified = "Current Box sorted!"; } @@ -3196,7 +3207,7 @@ private void clickBoxSort(object sender, EventArgs e) setPKXBoxes(); updateBoxViewers(all); - Util.Alert(modified); + WinFormsUtil.Alert(modified); } private void clickBoxDouble(object sender, MouseEventArgs e) { @@ -3213,7 +3224,7 @@ private void clickBoxDouble(object sender, MouseEventArgs e) { var z = Application.OpenForms.Cast().FirstOrDefault(form => form.GetType() == typeof(SAV_BoxViewer)) as SAV_BoxViewer; if (z != null) - { Util.CenterToForm(z, this); z.BringToFront(); return; } + { WinFormsUtil.CenterToForm(z, this); z.BringToFront(); return; } } new SAV_BoxViewer(this).Show(); } @@ -3257,7 +3268,7 @@ private void clickView(object sender, EventArgs e) int offset = getPKXOffset(slot); if (offset < 0) { - Util.Error($"Slot read error @ slot {slot}."); + WinFormsUtil.Error($"Slot read error @ slot {slot}."); return; } // Load the PKX file @@ -3267,7 +3278,7 @@ private void clickView(object sender, EventArgs e) try { populateFields(pk); } catch { } // Visual to display what slot is currently loaded. - getSlotColor(slot, Properties.Resources.slotView); + getSlotColor(slot, Core.Properties.Resources.slotView); } else SystemSounds.Exclamation.Play(); @@ -3277,20 +3288,20 @@ private void clickSet(object sender, EventArgs e) if (!verifiedPKM()) return; int slot = getSlot(sender); if (slot == 30 && (CB_Species.SelectedIndex == 0 || CHK_IsEgg.Checked)) - { Util.Alert("Can't have empty/egg first slot."); return; } + { WinFormsUtil.Alert("Can't have empty/egg first slot."); return; } if (SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot)) - { Util.Alert("Can't set to locked slot."); return; } + { WinFormsUtil.Alert("Can't set to locked slot."); return; } int offset = getPKXOffset(slot); if (offset < 0) { - Util.Error($"Slot read error @ slot {slot}."); + WinFormsUtil.Error($"Slot read error @ slot {slot}."); return; } PKM pk = preparePKM(); string[] errata = verifyPKMtoSAV(pk); - if (errata.Length > 0 && DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, string.Join(Environment.NewLine, errata), "Continue?")) + if (errata.Length > 0 && DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, string.Join(Environment.NewLine, errata), "Continue?")) return; if (slot >= 30 && slot < 36) // Party @@ -3300,7 +3311,7 @@ private void clickSet(object sender, EventArgs e) { slot = SAV.PartyCount + 30; offset = getPKXOffset(slot); } SAV.setPartySlot(pk, offset); setParty(); - getSlotColor(slot, Properties.Resources.slotSet); + getSlotColor(slot, Core.Properties.Resources.slotSet); } else if (slot < 30 || HaX && slot >= 36 && slot < 42) { @@ -3318,7 +3329,7 @@ private void clickSet(object sender, EventArgs e) SAV.setStoredSlot(pk, offset); getQuickFiller(SlotPictureBoxes[slot], pk); - getSlotColor(slot, Properties.Resources.slotSet); + getSlotColor(slot, Core.Properties.Resources.slotSet); } updateBoxViewers(); @@ -3329,21 +3340,21 @@ private void clickDelete(object sender, EventArgs e) { int slot = getSlot(sender); if (slot == 30 && SAV.PartyCount == 1 && !HaX) - { Util.Alert("Can't delete first slot."); return; } + { WinFormsUtil.Alert("Can't delete first slot."); return; } if (SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot)) - { Util.Alert("Can't delete locked slot."); return; } + { WinFormsUtil.Alert("Can't delete locked slot."); return; } int offset = getPKXOffset(slot); if (offset < 0) { - Util.Error($"Slot read error @ slot {slot}."); + WinFormsUtil.Error($"Slot read error @ slot {slot}."); return; } if (slot >= 30 && slot < 36) // Party { SAV.deletePartySlot(slot-30); setParty(); - getSlotColor(slot, Properties.Resources.slotDel); + getSlotColor(slot, Core.Properties.Resources.slotDel); return; } if (slot < 30 || HaX && slot >= 36 && slot < 42) @@ -3364,7 +3375,7 @@ private void clickDelete(object sender, EventArgs e) else return; getQuickFiller(SlotPictureBoxes[slot], SAV.BlankPKM); - getSlotColor(slot, Properties.Resources.slotDel); + getSlotColor(slot, Core.Properties.Resources.slotDel); updateBoxViewers(); RedoStack.Clear(); Menu_Redo.Enabled = false; @@ -3417,7 +3428,7 @@ private void undoSlotChange(SlotChange change) CB_BoxSelect.SelectedIndex = change.Box; SAV.setStoredSlot(pk, offset); getQuickFiller(SlotPictureBoxes[slot], pk); - getSlotColor(slot, Properties.Resources.slotSet); + getSlotColor(slot, Core.Properties.Resources.slotSet); Menu_Undo.Enabled = UndoStack.Any(); Menu_Redo.Enabled = RedoStack.Any(); @@ -3429,7 +3440,7 @@ private void clickClone(object sender, EventArgs e) if (getSlot(sender) > 30) return; // only perform action if cloning to boxes if (!verifiedPKM()) return; // don't copy garbage to the box - if (Util.Prompt(MessageBoxButtons.YesNo, $"Clone Pokemon from Editing Tabs to all slots in {CB_BoxSelect.Text}?") != DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, $"Clone Pokemon from Editing Tabs to all slots in {CB_BoxSelect.Text}?") != DialogResult.Yes) return; PKM pk = preparePKM(); @@ -3444,7 +3455,7 @@ private void clickClone(object sender, EventArgs e) } if (slotSkipped > 0) - Util.Alert($"Skipped {slotSkipped} locked slot{(slotSkipped > 1 ? "s" : "")}."); + WinFormsUtil.Alert($"Skipped {slotSkipped} locked slot{(slotSkipped > 1 ? "s" : "")}."); updateBoxViewers(); } @@ -3467,7 +3478,7 @@ private void updateSaveSlot(object sender, EventArgs e) { if (SAV.Version != GameVersion.BATREV) return; - ((SAV4BR)SAV).CurrentSlot = Util.getIndex(CB_SaveSlot); + ((SAV4BR)SAV).CurrentSlot = WinFormsUtil.getIndex(CB_SaveSlot); setPKXBoxes(); } private void updateStringSeed(object sender, EventArgs e) @@ -3488,7 +3499,7 @@ private void updateStringSeed(object sender, EventArgs e) string filterText = Util.getOnlyHex(tb.Text); if (filterText.Length != tb.Text.Length) { - Util.Alert("Expected HEX (0-9, A-F).", "Received: " + Environment.NewLine + tb.Text); + WinFormsUtil.Alert("Expected HEX (0-9, A-F).", "Received: " + Environment.NewLine + tb.Text); tb.Undo(); return; } @@ -3523,10 +3534,10 @@ private void updateIsNicknamed(object sender, EventArgs e) if (!CHK_Nicknamed.Checked) { - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); if (species < 1 || species > SAV.MaxSpeciesID) return; - int lang = Util.getIndex(CB_Language); + int lang = WinFormsUtil.getIndex(CB_Language); if (CHK_IsEgg.Checked) species = 0; // Set species to 0 to get the egg name. string nick = PKX.getSpeciesName(CHK_IsEgg.Checked ? 0 : species, lang); @@ -3717,9 +3728,9 @@ private void getQuickFiller(PictureBox pb, PKM pk = null) bool locked = slot < 30 && SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot); bool team = slot < 30 && SAV.getIsTeamSet(CB_BoxSelect.SelectedIndex, slot); if (locked) - sprite = Util.LayerImage(sprite, Properties.Resources.locked, 26, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.locked, 26, 0, 1); else if (team) - sprite = Util.LayerImage(sprite, Properties.Resources.team, 21, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.team, 21, 0, 1); pb.Image = sprite; if (pb.BackColor == Color.Red) pb.BackColor = Color.Transparent; @@ -3750,9 +3761,9 @@ private void getSlotFiller(int offset, PictureBox pb) bool locked = slot < 30 && SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot); bool team = slot < 30 && SAV.getIsTeamSet(CB_BoxSelect.SelectedIndex, slot); if (locked) - sprite = Util.LayerImage(sprite, Properties.Resources.locked, 26, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.locked, 26, 0, 1); else if (team) - sprite = Util.LayerImage(sprite, Properties.Resources.team, 21, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.team, 21, 0, 1); pb.Image = sprite; pb.BackColor = Color.Transparent; pb.Visible = true; @@ -3781,7 +3792,7 @@ private void getBox(object sender, EventArgs e) private void switchDaycare(object sender, EventArgs e) { if (!SAV.HasTwoDaycares) return; - if (DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Would you like to switch the view to the other Daycare?", + if (DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Would you like to switch the view to the other Daycare?", $"Currently viewing daycare {SAV.DaycareIndex + 1}.")) // If ORAS, alter the daycare offset via toggle. SAV.DaycareIndex ^= 1; @@ -3792,7 +3803,7 @@ private void switchDaycare(object sender, EventArgs e) private void dumpBoxesToDB(string path, bool individualBoxFolders) { PKM[] boxdata = SAV.BoxData; - if (boxdata == null) { Util.Error("Null argument when dumping boxes."); return; } + if (boxdata == null) { WinFormsUtil.Error("Null argument when dumping boxes."); return; } for (int i = 0; i < boxdata.Length; i++) { PKM pk = boxdata[i]; @@ -3814,7 +3825,7 @@ private void loadBoxesFromDB(string path) if (string.IsNullOrWhiteSpace(path)) return; if (!SAV.HasBox) return; - DialogResult dr = Util.Prompt(MessageBoxButtons.YesNoCancel, "Clear subsequent boxes when importing data?", "If you only want to overwrite for new data, press no."); + DialogResult dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "Clear subsequent boxes when importing data?", "If you only want to overwrite for new data, press no."); if (dr == DialogResult.Cancel) return; if (dr == DialogResult.Yes) @@ -3856,16 +3867,16 @@ private void loadBoxesFromDB(string path) updateBoxViewers(); string result = $"Loaded {ctr} files to boxes."; if (pastctr > 0) - Util.Alert(result, $"Conversion successful for {pastctr} past generation files."); + WinFormsUtil.Alert(result, $"Conversion successful for {pastctr} past generation files."); else - Util.Alert(result); + WinFormsUtil.Alert(result); } private void B_SaveBoxBin_Click(object sender, EventArgs e) { if (!SAV.HasBox) - { Util.Alert("Save file does not have boxes to dump!"); return; } + { WinFormsUtil.Alert("Save file does not have boxes to dump!"); return; } - DialogResult dr = Util.Prompt(MessageBoxButtons.YesNoCancel, + DialogResult dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "Yes: Export All Boxes" + Environment.NewLine + $"No: Export {CB_BoxSelect.Text} (Box {CB_BoxSelect.SelectedIndex + 1})" + Environment.NewLine + "Cancel: Abort"); @@ -3888,7 +3899,7 @@ private void B_SaveBoxBin_Click(object sender, EventArgs e) private bool? getPKMSetOverride() { var yn = Menu_ModifyPKM.Checked ? "Yes" : "No"; - DialogResult noSet = Util.Prompt(MessageBoxButtons.YesNoCancel, + DialogResult noSet = WinFormsUtil.Prompt(MessageBoxButtons.YesNoCancel, "Loading overrides:", "Yes - Modify .pk* when set to SAV" + Environment.NewLine + "No - Don't modify .pk*" + Environment.NewLine + @@ -3953,7 +3964,7 @@ private void B_OpenOPowers_Click(object sender, EventArgs e) return; if (SAV.ORAS) { - DialogResult dr = Util.Prompt(MessageBoxButtons.YesNo, "No editing support for ORAS :(", "Max O-Powers with a working code?"); + DialogResult dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "No editing support for ORAS :(", "Max O-Powers with a working code?"); if (dr != DialogResult.Yes) return; new byte[] { @@ -3982,7 +3993,7 @@ private void B_OUTPasserby_Click(object sender, EventArgs e) { if (SAV.Generation != 6) return; - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Export Passerby Info to Clipboard?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Export Passerby Info to Clipboard?")) return; string result = "PSS List" + Environment.NewLine; string[] headers = { "PSS Data - Friends", "PSS Data - Acquaintances", "PSS Data - Passerby", }; @@ -4017,7 +4028,7 @@ private void B_OUTPasserby_Click(object sender, EventArgs e) // ulong outfit = BitConverter.ToUInt64(savefile, r_offset + 0x5C); int favpkm = BitConverter.ToUInt16(SAV.Data, r_offset + 0x9C) & 0x7FF; string gamename; - try { gamename = GameStrings.gamelist[game]; } + try { gamename = GameInfo.Strings.gamelist[game]; } catch { gamename = "UNKNOWN GAME"; } string[] cr = PKX.getCountryRegionText(country, region, curlanguage); @@ -4027,7 +4038,7 @@ private void B_OUTPasserby_Click(object sender, EventArgs e) "Game: " + gamename + Environment.NewLine + "Country: " + cr[0] + Environment.NewLine + "Region: " + cr[1] + Environment.NewLine + - "Favorite: " + GameStrings.specieslist[favpkm]; + "Favorite: " + GameInfo.Strings.specieslist[favpkm]; r_offset += 0xC8; // Advance to next entry } @@ -4061,7 +4072,7 @@ private void B_JPEG_Click(object sender, EventArgs e) { byte[] jpeg = SAV.JPEGData; if (SAV.JPEGData == null) - { Util.Alert("No PGL picture data found in the save file!"); return; } + { WinFormsUtil.Alert("No PGL picture data found in the save file!"); return; } string filename = SAV.JPEGTitle + "'s picture"; SaveFileDialog sfd = new SaveFileDialog {FileName = filename, Filter = "JPEG|*.jpeg"}; if (sfd.ShowDialog() != DialogResult.OK) return; @@ -4070,9 +4081,15 @@ private void B_JPEG_Click(object sender, EventArgs e) // Save Folder Related private void clickSaveFileName(object sender, EventArgs e) { - string path = SaveUtil.detectSaveFile(); + string path; + string cgse = ""; + string pathCache = CyberGadgetUtil.GetCacheFolder(); + if (Directory.Exists(pathCache)) + cgse = Path.Combine(pathCache); + if (!SaveUtil.detectSaveFile(out path, cgse)) + WinFormsUtil.Error(path); if (path == null || !File.Exists(path)) return; - if (Util.Prompt(MessageBoxButtons.YesNo, "Open save file from the following location?", path) == DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Open save file from the following location?", path) == DialogResult.Yes) openQuick(path); // load save } @@ -4145,7 +4162,7 @@ private void pbBoxSlot_MouseMove(object sender, MouseEventArgs e) var img = (Bitmap)pb.Image; DragInfo.Cursor = Cursor.Current = new Cursor(img.GetHicon()); pb.Image = null; - pb.BackgroundImage = Properties.Resources.slotDrag; + pb.BackgroundImage = Core.Properties.Resources.slotDrag; // Thread Blocks on DoDragDrop DragInfo.CurrentPath = newfile; DragDropEffects result = pb.DoDragDrop(new DataObject(DataFormats.FileDrop, new[] { newfile }), DragDropEffects.Move); @@ -4159,11 +4176,11 @@ private void pbBoxSlot_MouseMove(object sender, MouseEventArgs e) SlotPictureBoxes[DragInfo.slotDestinationSlotNumber].Image = img; if (result == DragDropEffects.Copy) // viewed in tabs, apply 'view' highlight - getSlotColor(DragInfo.slotSourceSlotNumber, Properties.Resources.slotView); + getSlotColor(DragInfo.slotSourceSlotNumber, Core.Properties.Resources.slotView); } catch (Exception x) { - Util.Error("Drag & Drop Error", x); + WinFormsUtil.Error("Drag & Drop Error", x); } notifyBoxViewerRefresh(); DragInfo.Reset(); @@ -4196,7 +4213,7 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) if (SAV.getIsSlotLocked(DragInfo.slotDestinationBoxNumber, DragInfo.slotDestinationSlotNumber)) { DragInfo.slotDestinationSlotNumber = -1; // Invalidate - Util.Alert("Unable to set to locked slot."); + WinFormsUtil.Alert("Unable to set to locked slot."); return; } if (DragInfo.slotSourceOffset < 0) // file @@ -4215,19 +4232,19 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) PKM pk = PKMConverter.convertToFormat(temp, SAV.PKMType, out c); if (pk == null) - { Util.Error(c); Console.WriteLine(c); return; } + { WinFormsUtil.Error(c); Console.WriteLine(c); return; } string[] errata = verifyPKMtoSAV(pk); if (errata.Length > 0) { string concat = string.Join(Environment.NewLine, errata); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, concat, "Continue?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, concat, "Continue?")) { Console.WriteLine(c); Console.WriteLine(concat); return; } } DragInfo.setPKMtoDestination(SAV, pk); getQuickFiller(SlotPictureBoxes[DragInfo.slotDestinationSlotNumber], pk); - getSlotColor(DragInfo.slotDestinationSlotNumber, Properties.Resources.slotSet); + getSlotColor(DragInfo.slotDestinationSlotNumber, Core.Properties.Resources.slotSet); Console.WriteLine(c); } else diff --git a/PKHeX/MainWindow/Main.resx b/PKHeX.WinForms/MainWindow/Main.resx similarity index 100% rename from PKHeX/MainWindow/Main.resx rename to PKHeX.WinForms/MainWindow/Main.resx diff --git a/PKHeX/MainWindow/MainCK3.cs b/PKHeX.WinForms/MainWindow/MainCK3.cs similarity index 85% rename from PKHeX/MainWindow/MainCK3.cs rename to PKHeX.WinForms/MainWindow/MainCK3.cs index 013df39f3..d247fc54f 100644 --- a/PKHeX/MainWindow/MainCK3.cs +++ b/PKHeX.WinForms/MainWindow/MainCK3.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -129,8 +130,8 @@ private PKM prepareCK3() if (ck3 == null) return null; - ck3.Species = Util.getIndex(CB_Species); - ck3.HeldItem = Util.getIndex(CB_HeldItem); + ck3.Species = WinFormsUtil.getIndex(CB_Species); + ck3.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); ck3.TID = Util.ToInt32(TB_TID.Text); ck3.SID = Util.ToInt32(TB_SID.Text); ck3.EXP = Util.ToUInt32(TB_EXP.Text); @@ -156,18 +157,18 @@ private PKM prepareCK3() ck3.PKRS_Days = CB_PKRSDays.SelectedIndex; ck3.PKRS_Strain = CB_PKRSStrain.SelectedIndex; ck3.Nickname = TB_Nickname.Text; - ck3.Move1 = Util.getIndex(CB_Move1); - ck3.Move2 = Util.getIndex(CB_Move2); - ck3.Move3 = Util.getIndex(CB_Move3); - ck3.Move4 = Util.getIndex(CB_Move4); - ck3.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - ck3.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - ck3.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - ck3.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - ck3.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - ck3.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - ck3.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - ck3.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + ck3.Move1 = WinFormsUtil.getIndex(CB_Move1); + ck3.Move2 = WinFormsUtil.getIndex(CB_Move2); + ck3.Move3 = WinFormsUtil.getIndex(CB_Move3); + ck3.Move4 = WinFormsUtil.getIndex(CB_Move4); + ck3.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + ck3.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + ck3.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + ck3.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + ck3.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + ck3.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + ck3.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + ck3.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; ck3.IV_HP = Util.ToInt32(TB_HPIV.Text); ck3.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -181,13 +182,13 @@ private PKM prepareCK3() ck3.OT_Name = TB_OT.Text; ck3.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); - ck3.Ball = Util.getIndex(CB_Ball); + ck3.Ball = WinFormsUtil.getIndex(CB_Ball); ck3.Met_Level = Util.ToInt32(TB_MetLevel.Text); ck3.OT_Gender = PKX.getGender(Label_OTGender.Text); - ck3.Version = Util.getIndex(CB_GameOrigin); - ck3.Language = Util.getIndex(CB_Language); + ck3.Version = WinFormsUtil.getIndex(CB_GameOrigin); + ck3.Language = WinFormsUtil.getIndex(CB_Language); - ck3.Met_Location = Util.getIndex(CB_MetLocation); + ck3.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); // Toss in Party Stats Array.Resize(ref ck3.Data, ck3.SIZE_PARTY); diff --git a/PKHeX/MainWindow/MainPK1.cs b/PKHeX.WinForms/MainWindow/MainPK1.cs similarity index 78% rename from PKHeX/MainWindow/MainPK1.cs rename to PKHeX.WinForms/MainWindow/MainPK1.cs index 997bc9c7f..e8c66b489 100644 --- a/PKHeX/MainWindow/MainPK1.cs +++ b/PKHeX.WinForms/MainWindow/MainPK1.cs @@ -1,6 +1,7 @@ using System; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -67,7 +68,7 @@ private PKM preparePK1() if (pk1 == null) return null; - pk1.Species = Util.getIndex(CB_Species); + pk1.Species = WinFormsUtil.getIndex(CB_Species); pk1.TID = Util.ToInt32(TB_TID.Text); pk1.EXP = Util.ToUInt32(TB_EXP.Text); @@ -81,18 +82,18 @@ private PKM preparePK1() pk1.Nickname = TB_Nickname.Text; else pk1.setNotNicknamed(); - pk1.Move1 = Util.getIndex(CB_Move1); - pk1.Move2 = Util.getIndex(CB_Move2); - pk1.Move3 = Util.getIndex(CB_Move3); - pk1.Move4 = Util.getIndex(CB_Move4); - pk1.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk1.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk1.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk1.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk1.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk1.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk1.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk1.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk1.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk1.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk1.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk1.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk1.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk1.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk1.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk1.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk1.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk1.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk1.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk1.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk1.IV_HP = Util.ToInt32(TB_HPIV.Text); pk1.IV_ATK = Util.ToInt32(TB_ATKIV.Text); diff --git a/PKHeX/MainWindow/MainPK2.cs b/PKHeX.WinForms/MainWindow/MainPK2.cs similarity index 80% rename from PKHeX/MainWindow/MainPK2.cs rename to PKHeX.WinForms/MainWindow/MainPK2.cs index 97de6884f..640baa930 100644 --- a/PKHeX/MainWindow/MainPK2.cs +++ b/PKHeX.WinForms/MainWindow/MainPK2.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -80,14 +81,14 @@ private PKM preparePK2() if (pk2 == null) return null; - pk2.Species = Util.getIndex(CB_Species); + pk2.Species = WinFormsUtil.getIndex(CB_Species); pk2.TID = Util.ToInt32(TB_TID.Text); pk2.EXP = Util.ToUInt32(TB_EXP.Text); - pk2.HeldItem = Util.getIndex(CB_HeldItem); + pk2.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk2.IsEgg = CHK_IsEgg.Checked; pk2.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); pk2.Met_Level = Util.ToInt32(TB_MetLevel.Text); - pk2.Met_Location = Util.getIndex(CB_MetLocation); + pk2.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); pk2.Met_TimeOfDay = CB_MetTimeOfDay.SelectedIndex; pk2.EV_HP = Util.ToInt32(TB_HPEV.Text); @@ -100,18 +101,18 @@ private PKM preparePK2() pk2.Nickname = TB_Nickname.Text; else pk2.setNotNicknamed(); - pk2.Move1 = Util.getIndex(CB_Move1); - pk2.Move2 = Util.getIndex(CB_Move2); - pk2.Move3 = Util.getIndex(CB_Move3); - pk2.Move4 = Util.getIndex(CB_Move4); - pk2.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk2.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk2.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk2.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk2.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk2.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk2.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk2.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk2.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk2.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk2.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk2.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk2.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk2.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk2.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk2.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk2.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk2.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk2.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk2.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk2.IV_HP = Util.ToInt32(TB_HPIV.Text); pk2.IV_ATK = Util.ToInt32(TB_ATKIV.Text); diff --git a/PKHeX/MainWindow/MainPK3.cs b/PKHeX.WinForms/MainWindow/MainPK3.cs similarity index 83% rename from PKHeX/MainWindow/MainPK3.cs rename to PKHeX.WinForms/MainWindow/MainPK3.cs index 2bf600d3b..86bf064d8 100644 --- a/PKHeX/MainWindow/MainPK3.cs +++ b/PKHeX.WinForms/MainWindow/MainPK3.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -107,8 +108,8 @@ private PKM preparePK3() if (pk3 == null) return null; - pk3.Species = Util.getIndex(CB_Species); - pk3.HeldItem = Util.getIndex(CB_HeldItem); + pk3.Species = WinFormsUtil.getIndex(CB_Species); + pk3.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk3.TID = Util.ToInt32(TB_TID.Text); pk3.SID = Util.ToInt32(TB_SID.Text); pk3.EXP = Util.ToUInt32(TB_EXP.Text); @@ -134,18 +135,18 @@ private PKM preparePK3() pk3.PKRS_Days = CB_PKRSDays.SelectedIndex; pk3.PKRS_Strain = CB_PKRSStrain.SelectedIndex; pk3.Nickname = TB_Nickname.Text; - pk3.Move1 = Util.getIndex(CB_Move1); - pk3.Move2 = Util.getIndex(CB_Move2); - pk3.Move3 = Util.getIndex(CB_Move3); - pk3.Move4 = Util.getIndex(CB_Move4); - pk3.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk3.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk3.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk3.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk3.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk3.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk3.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk3.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk3.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk3.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk3.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk3.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk3.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk3.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk3.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk3.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk3.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk3.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk3.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk3.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk3.IV_HP = Util.ToInt32(TB_HPIV.Text); pk3.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -159,13 +160,13 @@ private PKM preparePK3() pk3.OT_Name = TB_OT.Text; pk3.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); - pk3.Ball = Util.getIndex(CB_Ball); + pk3.Ball = WinFormsUtil.getIndex(CB_Ball); pk3.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk3.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk3.Version = Util.getIndex(CB_GameOrigin); - pk3.Language = Util.getIndex(CB_Language); + pk3.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk3.Language = WinFormsUtil.getIndex(CB_Language); - pk3.Met_Location = Util.getIndex(CB_MetLocation); + pk3.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); // Toss in Party Stats Array.Resize(ref pk3.Data, pk3.SIZE_PARTY); diff --git a/PKHeX/MainWindow/MainPK4.cs b/PKHeX.WinForms/MainWindow/MainPK4.cs similarity index 84% rename from PKHeX/MainWindow/MainPK4.cs rename to PKHeX.WinForms/MainWindow/MainPK4.cs index 5b501f530..2d4b12219 100644 --- a/PKHeX/MainWindow/MainPK4.cs +++ b/PKHeX.WinForms/MainWindow/MainPK4.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -142,13 +143,13 @@ private PKM preparePK4() if (pk4 == null) return null; - pk4.Species = Util.getIndex(CB_Species); - pk4.HeldItem = Util.getIndex(CB_HeldItem); + pk4.Species = WinFormsUtil.getIndex(CB_Species); + pk4.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk4.TID = Util.ToInt32(TB_TID.Text); pk4.SID = Util.ToInt32(TB_SID.Text); pk4.EXP = Util.ToUInt32(TB_EXP.Text); pk4.PID = Util.getHEXval(TB_PID.Text); - pk4.Ability = (byte)Array.IndexOf(GameStrings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); + pk4.Ability = (byte)Array.IndexOf(GameInfo.Strings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pk4.FatefulEncounter = CHK_Fateful.Checked; pk4.Gender = PKX.getGender(Label_Gender.Text); @@ -170,18 +171,18 @@ private PKM preparePK4() pk4.PKRS_Days = CB_PKRSDays.SelectedIndex; pk4.PKRS_Strain = CB_PKRSStrain.SelectedIndex; pk4.Nickname = TB_Nickname.Text; - pk4.Move1 = Util.getIndex(CB_Move1); - pk4.Move2 = Util.getIndex(CB_Move2); - pk4.Move3 = Util.getIndex(CB_Move3); - pk4.Move4 = Util.getIndex(CB_Move4); - pk4.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk4.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk4.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk4.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk4.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk4.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk4.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk4.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk4.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk4.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk4.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk4.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk4.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk4.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk4.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk4.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk4.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk4.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk4.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk4.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk4.IV_HP = Util.ToInt32(TB_HPIV.Text); pk4.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -195,12 +196,12 @@ private PKM preparePK4() pk4.OT_Name = TB_OT.Text; pk4.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); - pk4.Ball = Util.getIndex(CB_Ball); + pk4.Ball = WinFormsUtil.getIndex(CB_Ball); pk4.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk4.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk4.EncounterType = Util.getIndex(CB_EncounterType); - pk4.Version = Util.getIndex(CB_GameOrigin); - pk4.Language = Util.getIndex(CB_Language); + pk4.EncounterType = WinFormsUtil.getIndex(CB_EncounterType); + pk4.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk4.Language = WinFormsUtil.getIndex(CB_Language); // Default Dates DateTime? egg_date = null; @@ -208,14 +209,14 @@ private PKM preparePK4() if (CHK_AsEgg.Checked) // If encountered as an egg, load the Egg Met data from fields. { egg_date = CAL_EggDate.Value; - egg_location = Util.getIndex(CB_EggLocation); + egg_location = WinFormsUtil.getIndex(CB_EggLocation); } // Egg Met Data pk4.EggMetDate = egg_date; pk4.Egg_Location = egg_location; // Met Data pk4.MetDate = CAL_MetDate.Value; - pk4.Met_Location = Util.getIndex(CB_MetLocation); + pk4.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); if (pk4.IsEgg && pk4.Met_Location == 0) // If still an egg, it has no hatch location/date. Zero it! pk4.MetDate = null; @@ -233,7 +234,7 @@ private PKM preparePK4() if (HaX) { - pk4.Ability = (byte)Util.getIndex(DEV_Ability); + pk4.Ability = (byte)WinFormsUtil.getIndex(DEV_Ability); pk4.Stat_Level = (byte)Math.Min(Convert.ToInt32(MT_Level.Text), byte.MaxValue); } @@ -375,13 +376,13 @@ private PKM prepareBK4() if (pk4 == null) return null; - pk4.Species = Util.getIndex(CB_Species); - pk4.HeldItem = Util.getIndex(CB_HeldItem); + pk4.Species = WinFormsUtil.getIndex(CB_Species); + pk4.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk4.TID = Util.ToInt32(TB_TID.Text); pk4.SID = Util.ToInt32(TB_SID.Text); pk4.EXP = Util.ToUInt32(TB_EXP.Text); pk4.PID = Util.getHEXval(TB_PID.Text); - pk4.Ability = (byte)Array.IndexOf(GameStrings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); + pk4.Ability = (byte)Array.IndexOf(GameInfo.Strings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pk4.FatefulEncounter = CHK_Fateful.Checked; pk4.Gender = PKX.getGender(Label_Gender.Text); @@ -403,18 +404,18 @@ private PKM prepareBK4() pk4.PKRS_Days = CB_PKRSDays.SelectedIndex; pk4.PKRS_Strain = CB_PKRSStrain.SelectedIndex; pk4.Nickname = TB_Nickname.Text; - pk4.Move1 = Util.getIndex(CB_Move1); - pk4.Move2 = Util.getIndex(CB_Move2); - pk4.Move3 = Util.getIndex(CB_Move3); - pk4.Move4 = Util.getIndex(CB_Move4); - pk4.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk4.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk4.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk4.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk4.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk4.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk4.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk4.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk4.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk4.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk4.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk4.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk4.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk4.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk4.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk4.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk4.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk4.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk4.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk4.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk4.IV_HP = Util.ToInt32(TB_HPIV.Text); pk4.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -428,12 +429,12 @@ private PKM prepareBK4() pk4.OT_Name = TB_OT.Text; pk4.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); - pk4.Ball = Util.getIndex(CB_Ball); + pk4.Ball = WinFormsUtil.getIndex(CB_Ball); pk4.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk4.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk4.EncounterType = Util.getIndex(CB_EncounterType); - pk4.Version = Util.getIndex(CB_GameOrigin); - pk4.Language = Util.getIndex(CB_Language); + pk4.EncounterType = WinFormsUtil.getIndex(CB_EncounterType); + pk4.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk4.Language = WinFormsUtil.getIndex(CB_Language); // Default Dates DateTime? egg_date = null; @@ -441,14 +442,14 @@ private PKM prepareBK4() if (CHK_AsEgg.Checked) // If encountered as an egg, load the Egg Met data from fields. { egg_date = CAL_EggDate.Value; - egg_location = Util.getIndex(CB_EggLocation); + egg_location = WinFormsUtil.getIndex(CB_EggLocation); } // Egg Met Data pk4.EggMetDate = egg_date; pk4.Egg_Location = egg_location; // Met Data pk4.MetDate = CAL_MetDate.Value; - pk4.Met_Location = Util.getIndex(CB_MetLocation); + pk4.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); if (pk4.IsEgg && pk4.Met_Location == 0) // If still an egg, it has no hatch location/date. Zero it! pk4.MetDate = null; @@ -466,7 +467,7 @@ private PKM prepareBK4() if (HaX) { - pk4.Ability = (byte)Util.getIndex(DEV_Ability); + pk4.Ability = (byte)WinFormsUtil.getIndex(DEV_Ability); pk4.Stat_Level = (byte)Math.Min(Convert.ToInt32(MT_Level.Text), byte.MaxValue); } diff --git a/PKHeX/MainWindow/MainPK5.cs b/PKHeX.WinForms/MainWindow/MainPK5.cs similarity index 84% rename from PKHeX/MainWindow/MainPK5.cs rename to PKHeX.WinForms/MainWindow/MainPK5.cs index 3a2e5c49a..92c18e5df 100644 --- a/PKHeX/MainWindow/MainPK5.cs +++ b/PKHeX.WinForms/MainWindow/MainPK5.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -148,14 +149,14 @@ private PKM preparePK5() if (pk5 == null) return null; - pk5.Species = Util.getIndex(CB_Species); - pk5.HeldItem = Util.getIndex(CB_HeldItem); + pk5.Species = WinFormsUtil.getIndex(CB_Species); + pk5.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk5.TID = Util.ToInt32(TB_TID.Text); pk5.SID = Util.ToInt32(TB_SID.Text); pk5.EXP = Util.ToUInt32(TB_EXP.Text); pk5.PID = Util.getHEXval(TB_PID.Text); - pk5.Nature = (byte)Util.getIndex(CB_Nature); + pk5.Nature = (byte)WinFormsUtil.getIndex(CB_Nature); pk5.FatefulEncounter = CHK_Fateful.Checked; pk5.Gender = PKX.getGender(Label_Gender.Text); pk5.AltForm = (MT_Form.Enabled ? Convert.ToInt32(MT_Form.Text) : CB_Form.Enabled ? CB_Form.SelectedIndex : 0) & 0x1F; @@ -176,18 +177,18 @@ private PKM preparePK5() pk5.PKRS_Days = CB_PKRSDays.SelectedIndex; pk5.PKRS_Strain = CB_PKRSStrain.SelectedIndex; pk5.Nickname = TB_Nickname.Text; - pk5.Move1 = Util.getIndex(CB_Move1); - pk5.Move2 = Util.getIndex(CB_Move2); - pk5.Move3 = Util.getIndex(CB_Move3); - pk5.Move4 = Util.getIndex(CB_Move4); - pk5.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk5.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk5.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk5.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk5.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk5.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk5.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk5.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk5.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk5.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk5.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk5.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk5.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk5.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk5.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk5.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk5.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk5.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk5.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk5.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; pk5.IV_HP = Util.ToInt32(TB_HPIV.Text); pk5.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -207,24 +208,24 @@ private PKM preparePK5() if (CHK_AsEgg.Checked) // If encountered as an egg, load the Egg Met data from fields. { egg_date = CAL_EggDate.Value; - egg_location = Util.getIndex(CB_EggLocation); + egg_location = WinFormsUtil.getIndex(CB_EggLocation); } // Egg Met Data pk5.EggMetDate = egg_date; pk5.Egg_Location = egg_location; // Met Data pk5.MetDate = CAL_MetDate.Value; - pk5.Met_Location = Util.getIndex(CB_MetLocation); + pk5.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); if (pk5.IsEgg && pk5.Met_Location == 0) // If still an egg, it has no hatch location/date. Zero it! pk5.MetDate = null; - pk5.Ball = Util.getIndex(CB_Ball); + pk5.Ball = WinFormsUtil.getIndex(CB_Ball); pk5.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk5.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk5.EncounterType = Util.getIndex(CB_EncounterType); - pk5.Version = Util.getIndex(CB_GameOrigin); - pk5.Language = Util.getIndex(CB_Language); + pk5.EncounterType = WinFormsUtil.getIndex(CB_EncounterType); + pk5.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk5.Language = WinFormsUtil.getIndex(CB_Language); pk5.NPokémon = CHK_NSparkle.Checked; @@ -241,12 +242,12 @@ private PKM preparePK5() if (HaX) { - pk5.Ability = (byte)Util.getIndex(DEV_Ability); + pk5.Ability = (byte)WinFormsUtil.getIndex(DEV_Ability); pk5.Stat_Level = (byte)Math.Min(Convert.ToInt32(MT_Level.Text), byte.MaxValue); } else { - pk5.Ability = (byte)Array.IndexOf(GameStrings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); + pk5.Ability = (byte)Array.IndexOf(GameInfo.Strings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pk5.HiddenAbility = CB_Ability.SelectedIndex > 1; // not 0 or 1 } diff --git a/PKHeX/MainWindow/MainPK6.cs b/PKHeX.WinForms/MainWindow/MainPK6.cs similarity index 84% rename from PKHeX/MainWindow/MainPK6.cs rename to PKHeX.WinForms/MainWindow/MainPK6.cs index 201ff1f3d..43a4238a5 100644 --- a/PKHeX/MainWindow/MainPK6.cs +++ b/PKHeX.WinForms/MainWindow/MainPK6.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -150,7 +151,7 @@ private PKM preparePK6() return null; // Repopulate PK6 with Edited Stuff - if (Util.getIndex(CB_GameOrigin) < 24) + if (WinFormsUtil.getIndex(CB_GameOrigin) < 24) { uint EC = Util.getHEXval(TB_EC.Text); uint PID = Util.getHEXval(TB_PID.Text); @@ -178,16 +179,16 @@ private PKM preparePK6() pk6.Checksum = 0; // 0 CHK for now // Block A - pk6.Species = Util.getIndex(CB_Species); - pk6.HeldItem = Util.getIndex(CB_HeldItem); + pk6.Species = WinFormsUtil.getIndex(CB_Species); + pk6.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk6.TID = Util.ToInt32(TB_TID.Text); pk6.SID = Util.ToInt32(TB_SID.Text); pk6.EXP = Util.ToUInt32(TB_EXP.Text); - pk6.Ability = (byte)Array.IndexOf(GameStrings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); + pk6.Ability = (byte)Array.IndexOf(GameInfo.Strings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pk6.AbilityNumber = Util.ToInt32(TB_AbilityNumber.Text); // Number // pkx[0x16], pkx[0x17] are handled by the Medals UI (Hits & Training Bag) pk6.PID = Util.getHEXval(TB_PID.Text); - pk6.Nature = (byte)Util.getIndex(CB_Nature); + pk6.Nature = (byte)WinFormsUtil.getIndex(CB_Nature); pk6.FatefulEncounter = CHK_Fateful.Checked; pk6.Gender = PKX.getGender(Label_Gender.Text); pk6.AltForm = (MT_Form.Enabled ? Convert.ToInt32(MT_Form.Text) : CB_Form.Enabled ? CB_Form.SelectedIndex : 0) & 0x1F; @@ -220,22 +221,22 @@ private PKM preparePK6() // Block B // Convert Nickname field back to bytes pk6.Nickname = TB_Nickname.Text; - pk6.Move1 = Util.getIndex(CB_Move1); - pk6.Move2 = Util.getIndex(CB_Move2); - pk6.Move3 = Util.getIndex(CB_Move3); - pk6.Move4 = Util.getIndex(CB_Move4); - pk6.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk6.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk6.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk6.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk6.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk6.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk6.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk6.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; - pk6.RelearnMove1 = Util.getIndex(CB_RelearnMove1); - pk6.RelearnMove2 = Util.getIndex(CB_RelearnMove2); - pk6.RelearnMove3 = Util.getIndex(CB_RelearnMove3); - pk6.RelearnMove4 = Util.getIndex(CB_RelearnMove4); + pk6.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk6.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk6.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk6.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk6.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk6.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk6.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk6.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk6.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk6.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk6.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk6.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk6.RelearnMove1 = WinFormsUtil.getIndex(CB_RelearnMove1); + pk6.RelearnMove2 = WinFormsUtil.getIndex(CB_RelearnMove2); + pk6.RelearnMove3 = WinFormsUtil.getIndex(CB_RelearnMove3); + pk6.RelearnMove4 = WinFormsUtil.getIndex(CB_RelearnMove4); // 0x72 - Ribbon editor sets this flag (Secret Super Training) // 0x73 pk6.IV_HP = Util.ToInt32(TB_HPIV.Text); @@ -263,29 +264,29 @@ private PKM preparePK6() if (CHK_AsEgg.Checked) // If encountered as an egg, load the Egg Met data from fields. { egg_date = CAL_EggDate.Value; - egg_location = Util.getIndex(CB_EggLocation); + egg_location = WinFormsUtil.getIndex(CB_EggLocation); } // Egg Met Data pk6.EggMetDate = egg_date; pk6.Egg_Location = egg_location; // Met Data pk6.MetDate = CAL_MetDate.Value; - pk6.Met_Location = Util.getIndex(CB_MetLocation); + pk6.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); if (pk6.IsEgg && pk6.Met_Location == 0) // If still an egg, it has no hatch location/date. Zero it! pk6.MetDate = null; // 0xD7 Unknown - pk6.Ball = Util.getIndex(CB_Ball); + pk6.Ball = WinFormsUtil.getIndex(CB_Ball); pk6.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk6.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk6.EncounterType = Util.getIndex(CB_EncounterType); - pk6.Version = Util.getIndex(CB_GameOrigin); - pk6.Country = Util.getIndex(CB_Country); - pk6.Region = Util.getIndex(CB_SubRegion); - pk6.ConsoleRegion = Util.getIndex(CB_3DSReg); - pk6.Language = Util.getIndex(CB_Language); + pk6.EncounterType = WinFormsUtil.getIndex(CB_EncounterType); + pk6.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk6.Country = WinFormsUtil.getIndex(CB_Country); + pk6.Region = WinFormsUtil.getIndex(CB_SubRegion); + pk6.ConsoleRegion = WinFormsUtil.getIndex(CB_3DSReg); + pk6.Language = WinFormsUtil.getIndex(CB_Language); // 0xE4-0xE7 // Toss in Party Stats @@ -308,7 +309,7 @@ private PKM preparePK6() // Hax Illegality if (HaX) { - pk6.Ability = (byte)Util.getIndex(DEV_Ability); + pk6.Ability = (byte)WinFormsUtil.getIndex(DEV_Ability); pk6.Stat_Level = (byte)Math.Min(Convert.ToInt32(MT_Level.Text), byte.MaxValue); } diff --git a/PKHeX/MainWindow/MainPK7.cs b/PKHeX.WinForms/MainWindow/MainPK7.cs similarity index 84% rename from PKHeX/MainWindow/MainPK7.cs rename to PKHeX.WinForms/MainWindow/MainPK7.cs index e7de5ccd9..b9591eab2 100644 --- a/PKHeX/MainWindow/MainPK7.cs +++ b/PKHeX.WinForms/MainWindow/MainPK7.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -150,7 +151,7 @@ private PKM preparePK7() return null; // Repopulate PK6 with Edited Stuff - if (Util.getIndex(CB_GameOrigin) < 24) + if (WinFormsUtil.getIndex(CB_GameOrigin) < 24) { uint EC = Util.getHEXval(TB_EC.Text); uint PID = Util.getHEXval(TB_PID.Text); @@ -178,16 +179,16 @@ private PKM preparePK7() pk7.Checksum = 0; // 0 CHK for now // Block A - pk7.Species = Util.getIndex(CB_Species); - pk7.HeldItem = Util.getIndex(CB_HeldItem); + pk7.Species = WinFormsUtil.getIndex(CB_Species); + pk7.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); pk7.TID = Util.ToInt32(TB_TID.Text); pk7.SID = Util.ToInt32(TB_SID.Text); pk7.EXP = Util.ToUInt32(TB_EXP.Text); - pk7.Ability = (byte)Array.IndexOf(GameStrings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); + pk7.Ability = (byte)Array.IndexOf(GameInfo.Strings.abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pk7.AbilityNumber = Util.ToInt32(TB_AbilityNumber.Text); // Number // pkx[0x16], pkx[0x17] are handled by the Medals UI (Hits & Training Bag) pk7.PID = Util.getHEXval(TB_PID.Text); - pk7.Nature = (byte)Util.getIndex(CB_Nature); + pk7.Nature = (byte)WinFormsUtil.getIndex(CB_Nature); pk7.FatefulEncounter = CHK_Fateful.Checked; pk7.Gender = PKX.getGender(Label_Gender.Text); pk7.AltForm = (MT_Form.Enabled ? Convert.ToInt32(MT_Form.Text) : CB_Form.Enabled ? CB_Form.SelectedIndex : 0) & 0x1F; @@ -220,22 +221,22 @@ private PKM preparePK7() // Block B // Convert Nickname field back to bytes pk7.Nickname = TB_Nickname.Text; - pk7.Move1 = Util.getIndex(CB_Move1); - pk7.Move2 = Util.getIndex(CB_Move2); - pk7.Move3 = Util.getIndex(CB_Move3); - pk7.Move4 = Util.getIndex(CB_Move4); - pk7.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - pk7.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - pk7.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - pk7.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - pk7.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - pk7.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - pk7.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - pk7.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; - pk7.RelearnMove1 = Util.getIndex(CB_RelearnMove1); - pk7.RelearnMove2 = Util.getIndex(CB_RelearnMove2); - pk7.RelearnMove3 = Util.getIndex(CB_RelearnMove3); - pk7.RelearnMove4 = Util.getIndex(CB_RelearnMove4); + pk7.Move1 = WinFormsUtil.getIndex(CB_Move1); + pk7.Move2 = WinFormsUtil.getIndex(CB_Move2); + pk7.Move3 = WinFormsUtil.getIndex(CB_Move3); + pk7.Move4 = WinFormsUtil.getIndex(CB_Move4); + pk7.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + pk7.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + pk7.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + pk7.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + pk7.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + pk7.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + pk7.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + pk7.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + pk7.RelearnMove1 = WinFormsUtil.getIndex(CB_RelearnMove1); + pk7.RelearnMove2 = WinFormsUtil.getIndex(CB_RelearnMove2); + pk7.RelearnMove3 = WinFormsUtil.getIndex(CB_RelearnMove3); + pk7.RelearnMove4 = WinFormsUtil.getIndex(CB_RelearnMove4); // 0x72 - Ribbon editor sets this flag (Secret Super Training) // 0x73 pk7.IV_HP = Util.ToInt32(TB_HPIV.Text); @@ -263,29 +264,29 @@ private PKM preparePK7() if (CHK_AsEgg.Checked) // If encountered as an egg, load the Egg Met data from fields. { egg_date = CAL_EggDate.Value; - egg_location = Util.getIndex(CB_EggLocation); + egg_location = WinFormsUtil.getIndex(CB_EggLocation); } // Egg Met Data pk7.EggMetDate = egg_date; pk7.Egg_Location = egg_location; // Met Data pk7.MetDate = CAL_MetDate.Value; - pk7.Met_Location = Util.getIndex(CB_MetLocation); + pk7.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); if (pk7.IsEgg && pk7.Met_Location == 0) // If still an egg, it has no hatch location/date. Zero it! pk7.MetDate = null; // 0xD7 Unknown - pk7.Ball = Util.getIndex(CB_Ball); + pk7.Ball = WinFormsUtil.getIndex(CB_Ball); pk7.Met_Level = Util.ToInt32(TB_MetLevel.Text); pk7.OT_Gender = PKX.getGender(Label_OTGender.Text); - pk7.EncounterType = Util.getIndex(CB_EncounterType); - pk7.Version = Util.getIndex(CB_GameOrigin); - pk7.Country = Util.getIndex(CB_Country); - pk7.Region = Util.getIndex(CB_SubRegion); - pk7.ConsoleRegion = Util.getIndex(CB_3DSReg); - pk7.Language = Util.getIndex(CB_Language); + pk7.EncounterType = WinFormsUtil.getIndex(CB_EncounterType); + pk7.Version = WinFormsUtil.getIndex(CB_GameOrigin); + pk7.Country = WinFormsUtil.getIndex(CB_Country); + pk7.Region = WinFormsUtil.getIndex(CB_SubRegion); + pk7.ConsoleRegion = WinFormsUtil.getIndex(CB_3DSReg); + pk7.Language = WinFormsUtil.getIndex(CB_Language); // 0xE4-0xE7 // Toss in Party Stats @@ -308,7 +309,7 @@ private PKM preparePK7() // Hax Illegality if (HaX) { - pk7.Ability = (byte)Util.getIndex(DEV_Ability); + pk7.Ability = (byte)WinFormsUtil.getIndex(DEV_Ability); pk7.Stat_Level = (byte)Math.Min(Convert.ToInt32(MT_Level.Text), byte.MaxValue); } diff --git a/PKHeX/MainWindow/MainXK3.cs b/PKHeX.WinForms/MainWindow/MainXK3.cs similarity index 85% rename from PKHeX/MainWindow/MainXK3.cs rename to PKHeX.WinForms/MainWindow/MainXK3.cs index 32d381405..9985be784 100644 --- a/PKHeX/MainWindow/MainXK3.cs +++ b/PKHeX.WinForms/MainWindow/MainXK3.cs @@ -1,7 +1,8 @@ using System; using System.Drawing; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class Main { @@ -126,8 +127,8 @@ private PKM prepareXK3() if (xk3 == null) return null; - xk3.Species = Util.getIndex(CB_Species); - xk3.HeldItem = Util.getIndex(CB_HeldItem); + xk3.Species = WinFormsUtil.getIndex(CB_Species); + xk3.HeldItem = WinFormsUtil.getIndex(CB_HeldItem); xk3.TID = Util.ToInt32(TB_TID.Text); xk3.SID = Util.ToInt32(TB_SID.Text); xk3.EXP = Util.ToUInt32(TB_EXP.Text); @@ -153,18 +154,18 @@ private PKM prepareXK3() xk3.PKRS_Days = CB_PKRSDays.SelectedIndex; xk3.PKRS_Strain = CB_PKRSStrain.SelectedIndex; xk3.Nickname = TB_Nickname.Text; - xk3.Move1 = Util.getIndex(CB_Move1); - xk3.Move2 = Util.getIndex(CB_Move2); - xk3.Move3 = Util.getIndex(CB_Move3); - xk3.Move4 = Util.getIndex(CB_Move4); - xk3.Move1_PP = Util.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; - xk3.Move2_PP = Util.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; - xk3.Move3_PP = Util.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; - xk3.Move4_PP = Util.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; - xk3.Move1_PPUps = Util.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; - xk3.Move2_PPUps = Util.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; - xk3.Move3_PPUps = Util.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; - xk3.Move4_PPUps = Util.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; + xk3.Move1 = WinFormsUtil.getIndex(CB_Move1); + xk3.Move2 = WinFormsUtil.getIndex(CB_Move2); + xk3.Move3 = WinFormsUtil.getIndex(CB_Move3); + xk3.Move4 = WinFormsUtil.getIndex(CB_Move4); + xk3.Move1_PP = WinFormsUtil.getIndex(CB_Move1) > 0 ? Util.ToInt32(TB_PP1.Text) : 0; + xk3.Move2_PP = WinFormsUtil.getIndex(CB_Move2) > 0 ? Util.ToInt32(TB_PP2.Text) : 0; + xk3.Move3_PP = WinFormsUtil.getIndex(CB_Move3) > 0 ? Util.ToInt32(TB_PP3.Text) : 0; + xk3.Move4_PP = WinFormsUtil.getIndex(CB_Move4) > 0 ? Util.ToInt32(TB_PP4.Text) : 0; + xk3.Move1_PPUps = WinFormsUtil.getIndex(CB_Move1) > 0 ? CB_PPu1.SelectedIndex : 0; + xk3.Move2_PPUps = WinFormsUtil.getIndex(CB_Move2) > 0 ? CB_PPu2.SelectedIndex : 0; + xk3.Move3_PPUps = WinFormsUtil.getIndex(CB_Move3) > 0 ? CB_PPu3.SelectedIndex : 0; + xk3.Move4_PPUps = WinFormsUtil.getIndex(CB_Move4) > 0 ? CB_PPu4.SelectedIndex : 0; xk3.IV_HP = Util.ToInt32(TB_HPIV.Text); xk3.IV_ATK = Util.ToInt32(TB_ATKIV.Text); @@ -178,13 +179,13 @@ private PKM prepareXK3() xk3.OT_Name = TB_OT.Text; xk3.CurrentFriendship = Util.ToInt32(TB_Friendship.Text); - xk3.Ball = Util.getIndex(CB_Ball); + xk3.Ball = WinFormsUtil.getIndex(CB_Ball); xk3.Met_Level = Util.ToInt32(TB_MetLevel.Text); xk3.OT_Gender = PKX.getGender(Label_OTGender.Text); - xk3.Version = Util.getIndex(CB_GameOrigin); - xk3.Language = Util.getIndex(CB_Language); + xk3.Version = WinFormsUtil.getIndex(CB_GameOrigin); + xk3.Language = WinFormsUtil.getIndex(CB_Language); - xk3.Met_Location = Util.getIndex(CB_MetLocation); + xk3.Met_Location = WinFormsUtil.getIndex(CB_MetLocation); // Toss in Party Stats Array.Resize(ref xk3.Data, xk3.SIZE_PARTY); diff --git a/PKHeX/MainWindow/SlotChange.cs b/PKHeX.WinForms/MainWindow/SlotChange.cs similarity index 84% rename from PKHeX/MainWindow/SlotChange.cs rename to PKHeX.WinForms/MainWindow/SlotChange.cs index 52a586550..fdbd5b5ed 100644 --- a/PKHeX/MainWindow/SlotChange.cs +++ b/PKHeX.WinForms/MainWindow/SlotChange.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { public class SlotChange { diff --git a/PKHeX/Misc/About.Designer.cs b/PKHeX.WinForms/Misc/About.Designer.cs similarity index 99% rename from PKHeX/Misc/About.Designer.cs rename to PKHeX.WinForms/Misc/About.Designer.cs index adc8b9b10..dee336c3d 100644 --- a/PKHeX/Misc/About.Designer.cs +++ b/PKHeX.WinForms/Misc/About.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class About { diff --git a/PKHeX/Misc/About.cs b/PKHeX.WinForms/Misc/About.cs similarity index 69% rename from PKHeX/Misc/About.cs rename to PKHeX.WinForms/Misc/About.cs index 0cec97891..178aa9124 100644 --- a/PKHeX/Misc/About.cs +++ b/PKHeX.WinForms/Misc/About.cs @@ -1,14 +1,14 @@ using System; using System.Windows.Forms; -namespace PKHeX +namespace PKHeX.WinForms { public partial class About : Form { public About() { InitializeComponent(); - RTB.Text = Properties.Resources.changelog; + RTB.Text = Core.Properties.Resources.changelog; } private void B_Close_Click(object sender, EventArgs e) { @@ -18,12 +18,12 @@ private void B_Shortcuts_Click(object sender, EventArgs e) { if (B_Shortcuts.Text == "Shortcuts") { - RTB.Text = Properties.Resources.shortcuts; // display shortcuts + RTB.Text = Core.Properties.Resources.shortcuts; // display shortcuts B_Shortcuts.Text = "Changelog"; } else { - RTB.Text = Properties.Resources.changelog; // display changelog + RTB.Text = Core.Properties.Resources.changelog; // display changelog B_Shortcuts.Text = "Shortcuts"; } } diff --git a/PKHeX/Misc/About.resx b/PKHeX.WinForms/Misc/About.resx similarity index 100% rename from PKHeX/Misc/About.resx rename to PKHeX.WinForms/Misc/About.resx diff --git a/PKHeX/Misc/ErrorWindow.Designer.cs b/PKHeX.WinForms/Misc/ErrorWindow.Designer.cs similarity index 99% rename from PKHeX/Misc/ErrorWindow.Designer.cs rename to PKHeX.WinForms/Misc/ErrorWindow.Designer.cs index 5952bc008..82166f007 100644 --- a/PKHeX/Misc/ErrorWindow.Designer.cs +++ b/PKHeX.WinForms/Misc/ErrorWindow.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX.Misc +namespace PKHeX.WinForms { partial class ErrorWindow { diff --git a/PKHeX/Misc/ErrorWindow.cs b/PKHeX.WinForms/Misc/ErrorWindow.cs similarity index 97% rename from PKHeX/Misc/ErrorWindow.cs rename to PKHeX.WinForms/Misc/ErrorWindow.cs index ed617697e..c1497a43e 100644 --- a/PKHeX/Misc/ErrorWindow.cs +++ b/PKHeX.WinForms/Misc/ErrorWindow.cs @@ -2,7 +2,7 @@ using System.Text; using System.Windows.Forms; -namespace PKHeX.Misc +namespace PKHeX.WinForms { public partial class ErrorWindow : Form { @@ -30,7 +30,7 @@ public ErrorWindow() public ErrorWindow(string lang) : this() { - Util.TranslateInterface(this, lang); + WinFormsUtil.TranslateInterface(this, lang); } /// diff --git a/PKHeX/Misc/ErrorWindow.resx b/PKHeX.WinForms/Misc/ErrorWindow.resx similarity index 100% rename from PKHeX/Misc/ErrorWindow.resx rename to PKHeX.WinForms/Misc/ErrorWindow.resx diff --git a/PKHeX/Misc/QR.Designer.cs b/PKHeX.WinForms/Misc/QR.Designer.cs similarity index 98% rename from PKHeX/Misc/QR.Designer.cs rename to PKHeX.WinForms/Misc/QR.Designer.cs index 925e8b088..eca32ee44 100644 --- a/PKHeX/Misc/QR.Designer.cs +++ b/PKHeX.WinForms/Misc/QR.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class QR { @@ -189,7 +189,7 @@ private void InitializeComponent() this.MinimizeBox = false; this.Name = "QR"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "PKHeX QR Code (Click QR to Copy Image)"; + this.Text = "PKHeX.Core QR Code (Click QR to Copy Image)"; ((System.ComponentModel.ISupportInitialize)(this.PB_QR)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Box)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Slot)).EndInit(); diff --git a/PKHeX/Misc/QR.cs b/PKHeX.WinForms/Misc/QR.cs similarity index 80% rename from PKHeX/Misc/QR.cs rename to PKHeX.WinForms/Misc/QR.cs index ddbb926ec..6424efb62 100644 --- a/PKHeX/Misc/QR.cs +++ b/PKHeX.WinForms/Misc/QR.cs @@ -5,9 +5,9 @@ using System.Text.RegularExpressions; using System.Web; using System.Windows.Forms; -using PKHeX.Saves.Substructures; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class QR : Form { @@ -48,7 +48,7 @@ public QR(Image qr, Image icon, string line1, string line2, string line3, string private void RefreshImage() { - Font font = !Main.unicode ? FontLabel.Font : PKX.getPKXFont((float)8.25); + Font font = !Main.unicode ? FontLabel.Font : FontUtil.getPKXFont((float)8.25); Image preview = new Bitmap(45, 45); using (Graphics gfx = Graphics.FromImage(preview)) { @@ -74,9 +74,9 @@ private void RefreshImage() private void PB_QR_Click(object sender, EventArgs e) { - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Copy QR Image to Clipboard?")) return; + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Copy QR Image to Clipboard?")) return; try { Clipboard.SetImage(PB_QR.BackgroundImage); } - catch { Util.Alert("Failed to set Image to Clipboard"); } + catch { WinFormsUtil.Alert("Failed to set Image to Clipboard"); } } // QR Utility @@ -85,15 +85,15 @@ internal static byte[] getQRData() // Fetch data from QR code... string address; try { address = Clipboard.GetText(); } - catch { Util.Alert("No text (url) in clipboard."); return null; } - try { if (address.Length < 4 || address.Substring(0, 3) != "htt") { Util.Alert("Clipboard text is not a valid URL:", address); return null; } } - catch { Util.Alert("Clipboard text is not a valid URL:", address); return null; } + catch { WinFormsUtil.Alert("No text (url) in clipboard."); return null; } + try { if (address.Length < 4 || address.Substring(0, 3) != "htt") { WinFormsUtil.Alert("Clipboard text is not a valid URL:", address); return null; } } + catch { WinFormsUtil.Alert("Clipboard text is not a valid URL:", address); return null; } string webURL = "http://api.qrserver.com/v1/read-qr-code/?fileurl=" + HttpUtility.UrlEncode(address); try { string data = Util.getStringFromURL(webURL); - if (data.Contains("could not find")) { Util.Alert("Reader could not find QR data in the image."); return null; } - if (data.Contains("filetype not supported")) { Util.Alert("Input URL is not valid. Double check that it is an image (jpg/png).", address); return null; } + if (data.Contains("could not find")) { WinFormsUtil.Alert("Reader could not find QR data in the image."); return null; } + if (data.Contains("filetype not supported")) { WinFormsUtil.Alert("Input URL is not valid. Double check that it is an image (jpg/png).", address); return null; } // Quickly convert the json response to a data string const string cap = "\",\"error\":null}]}]"; const string intro = "[{\"type\":\"qrcode\",\"symbol\":[{\"seq\":0,\"data\":\""; @@ -119,9 +119,9 @@ internal static byte[] getQRData() return Convert.FromBase64String(pkstr); } - catch { Util.Alert("QR string to Data failed."); return null; } + catch { WinFormsUtil.Alert("QR string to Data failed."); return null; } } - catch { Util.Alert("Unable to connect to the internet to decode QR code."); return null; } + catch { WinFormsUtil.Alert("Unable to connect to the internet to decode QR code."); return null; } } internal static Image getQRImage(byte[] data, string server) { @@ -135,10 +135,10 @@ internal static Image getQRImage(byte[] data, string server) } catch { - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Unable to connect to the internet to receive QR code.", "Copy QR URL to Clipboard?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Unable to connect to the internet to receive QR code.", "Copy QR URL to Clipboard?")) return null; try { Clipboard.SetText(webURL); } - catch { Util.Alert("Failed to set text to Clipboard"); } + catch { WinFormsUtil.Alert("Failed to set text to Clipboard"); } } return null; } diff --git a/PKHeX/Misc/QR.resx b/PKHeX.WinForms/Misc/QR.resx similarity index 100% rename from PKHeX/Misc/QR.resx rename to PKHeX.WinForms/Misc/QR.resx diff --git a/PKHeX/Misc/SplashScreen.Designer.cs b/PKHeX.WinForms/Misc/SplashScreen.Designer.cs similarity index 97% rename from PKHeX/Misc/SplashScreen.Designer.cs rename to PKHeX.WinForms/Misc/SplashScreen.Designer.cs index 1e94a07a1..084b03b3b 100644 --- a/PKHeX/Misc/SplashScreen.Designer.cs +++ b/PKHeX.WinForms/Misc/SplashScreen.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SplashScreen { @@ -42,7 +42,7 @@ private void InitializeComponent() this.L_Status.Name = "L_Status"; this.L_Status.Size = new System.Drawing.Size(105, 13); this.L_Status.TabIndex = 0; - this.L_Status.Text = "Starting up PKHeX..."; + this.L_Status.Text = "Starting up PKHeX.Core..."; // // label2 // diff --git a/PKHeX/Misc/SplashScreen.cs b/PKHeX.WinForms/Misc/SplashScreen.cs similarity index 95% rename from PKHeX/Misc/SplashScreen.cs rename to PKHeX.WinForms/Misc/SplashScreen.cs index b038a3c46..95825dcd2 100644 --- a/PKHeX/Misc/SplashScreen.cs +++ b/PKHeX.WinForms/Misc/SplashScreen.cs @@ -1,7 +1,7 @@ using System.Threading; using System.Windows.Forms; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SplashScreen : Form { diff --git a/PKHeX/Misc/SplashScreen.resx b/PKHeX.WinForms/Misc/SplashScreen.resx similarity index 100% rename from PKHeX/Misc/SplashScreen.resx rename to PKHeX.WinForms/Misc/SplashScreen.resx diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj new file mode 100644 index 000000000..004e98869 --- /dev/null +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -0,0 +1,514 @@ + + + + + Debug + AnyCPU + {D1B91861-A448-4762-A313-C7BC179F4415} + WinExe + Properties + PKHeX.WinForms + PKHeX + v4.0 + 512 + true + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + x86 + true + full + false + bin\Debug\ + DEBUG;CLICKONCE;WINDOWS + prompt + 4 + false + false + + + x86 + pdbonly + true + bin\Release\ + CLICKONCE;WINDOWS + prompt + 4 + false + + + icon.ico + + + true + bin\Debug-Mono\ + DEBUG;MONO + full + x86 + false + prompt + MinimumRecommendedRules.ruleset + + + bin\Mono-Release\ + MONO + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + + + + + + + + + Form + + + Main.cs + + + Form + + + Form + + + Form + + + Form + + + Form + + + Form + + + Form + + + Form + + + Form + + + + Form + + + About.cs + + + Form + + + ErrorWindow.cs + + + Form + + + QR.cs + + + Form + + + SplashScreen.cs + + + + + + Form + + + frmReport.cs + + + Form + + + KChart.cs + + + Form + + + BatchEditor.cs + + + Form + + + MemoryAmie.cs + + + Form + + + RibbonEditor.cs + + + Form + + + SuperTrainingEditor.cs + + + Form + + + Text.cs + + + + Form + + + SAV_CGearSkin.cs + + + Form + + + SAV_BerryFieldXY.cs + + + Form + + + SAV_BoxLayout.cs + + + Form + + + SAV_HallOfFame.cs + + + Form + + + SAV_Link6.cs + + + Form + + + SAV_OPower.cs + + + Form + + + SAV_PokeBlockORAS.cs + + + Form + + + SAV_PokedexORAS.cs + + + Form + + + SAV_PokedexXY.cs + + + Form + + + SAV_Pokepuff.cs + + + Form + + + SAV_SecretBase.cs + + + Form + + + SAV_SuperTrain.cs + + + Form + + + SAV_Trainer.cs + + + Form + + + SAV_Pokebean.cs + + + Form + + + SAV_PokedexSM.cs + + + Form + + + SAV_Trainer7.cs + + + Form + + + SAV_ZygardeCell.cs + + + Form + + + SAV_BoxViewer.cs + + + Form + + + SAV_EventFlags.cs + + + Form + + + SAV_Inventory.cs + + + Form + + + SAV_SimplePokedex.cs + + + Form + + + SAV_SimpleTrainer.cs + + + Form + + + SAV_Wondercard.cs + + + Form + + + SAV_Database.cs + + + Form + + + SAV_MysteryGiftDB.cs + + + + + + Main.cs + Designer + + + About.cs + Designer + + + ErrorWindow.cs + + + QR.cs + Designer + + + SplashScreen.cs + Designer + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + True + + + frmReport.cs + + + KChart.cs + + + BatchEditor.cs + + + MemoryAmie.cs + + + RibbonEditor.cs + + + SuperTrainingEditor.cs + + + Text.cs + + + SAV_CGearSkin.cs + + + SAV_BerryFieldXY.cs + + + SAV_BoxLayout.cs + + + SAV_HallOfFame.cs + + + SAV_Link6.cs + + + SAV_OPower.cs + + + SAV_PokeBlockORAS.cs + + + SAV_PokedexORAS.cs + + + SAV_PokedexXY.cs + + + SAV_Pokepuff.cs + + + SAV_SecretBase.cs + + + SAV_SuperTrain.cs + + + SAV_Trainer.cs + + + SAV_Pokebean.cs + + + SAV_PokedexSM.cs + + + SAV_Trainer7.cs + + + SAV_ZygardeCell.cs + + + SAV_BoxViewer.cs + + + SAV_EventFlags.cs + + + SAV_Inventory.cs + + + SAV_SimplePokedex.cs + + + SAV_SimpleTrainer.cs + + + SAV_Wondercard.cs + + + SAV_Database.cs + + + SAV_MysteryGiftDB.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 4.5 + true + + + + + {b4eff030-c75a-49f9-a4bc-738d1b61c4af} + PKHeX.Core + False + True + + + + + \ No newline at end of file diff --git a/PKHeX/Program.cs b/PKHeX.WinForms/Program.cs similarity index 78% rename from PKHeX/Program.cs rename to PKHeX.WinForms/Program.cs index 823d9e565..5cb8c6f5b 100644 --- a/PKHeX/Program.cs +++ b/PKHeX.WinForms/Program.cs @@ -1,10 +1,8 @@ -using PKHeX.Misc; -using System; -using System.Diagnostics; +using System; using System.Threading; using System.Windows.Forms; -namespace PKHeX +namespace PKHeX.WinForms { internal static class Program { @@ -15,13 +13,13 @@ internal static class Program private static void Main() { // Add the event handler for handling UI thread exceptions to the event. - Application.ThreadException += new ThreadExceptionEventHandler(UIThreadException); + Application.ThreadException += UIThreadException; // Set the unhandled exception mode to force all Windows Forms errors to go through our handler. Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException); // Add the event handler for handling non-UI thread exceptions to the event. - AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); + AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; // Run the application Application.EnableVisualStyles(); @@ -36,14 +34,14 @@ private static void UIThreadException(object sender, ThreadExceptionEventArgs t) try { // Todo: make this translatable - ErrorWindow.ShowErrorDialog("An unhandled exception has occurred.\nYou can continue running PKHeX, but please report this error.", t.Exception, true); + ErrorWindow.ShowErrorDialog("An unhandled exception has occurred.\nYou can continue running PKHeX.Core, but please report this error.", t.Exception, true); } catch { try { // Todo: make this translatable - MessageBox.Show("A fatal error has occurred in PKHeX, and the details could not be displayed. Please report this to the author.", "PKHeX Error", MessageBoxButtons.OK, MessageBoxIcon.Stop); + MessageBox.Show("A fatal error has occurred in PKHeX.Core, and the details could not be displayed. Please report this to the author.", "PKHeX.Core Error", MessageBoxButtons.OK, MessageBoxIcon.Stop); } finally { @@ -66,14 +64,14 @@ private static void CurrentDomain_UnhandledException(object sender, UnhandledExc { var ex = (Exception)e.ExceptionObject; // Todo: make this translatable - ErrorWindow.ShowErrorDialog("An unhandled exception has occurred.\nPKHeX must now close.", ex, false); + ErrorWindow.ShowErrorDialog("An unhandled exception has occurred.\nPKHeX.Core must now close.", ex, false); } catch { try { // Todo: make this translatable - MessageBox.Show("A fatal non-UI error has occurred in PKHeX, and the details could not be displayed. Please report this to the author.", "PKHeX Error", MessageBoxButtons.OK, MessageBoxIcon.Stop); + MessageBox.Show("A fatal non-UI error has occurred in PKHeX.Core, and the details could not be displayed. Please report this to the author.", "PKHeX.Core Error", MessageBoxButtons.OK, MessageBoxIcon.Stop); } finally { diff --git a/PKHeX.WinForms/Properties/AssemblyInfo.cs b/PKHeX.WinForms/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..7b9245620 --- /dev/null +++ b/PKHeX.WinForms/Properties/AssemblyInfo.cs @@ -0,0 +1,37 @@ +using System.Reflection; +using System.Runtime.InteropServices; +using System.Resources; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("PKHeX")] +[assembly: AssemblyDescription("Pokémon Save Editor")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("ProjectPokémon")] +[assembly: AssemblyProduct("PKHeX")] +[assembly: AssemblyCopyright("Kaphotics")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("fda550dc-8ad4-4b1c-9fee-1375b810cde1")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/PKHeX.WinForms/Properties/Resources.Designer.cs b/PKHeX.WinForms/Properties/Resources.Designer.cs new file mode 100644 index 000000000..222b6d66b --- /dev/null +++ b/PKHeX.WinForms/Properties/Resources.Designer.cs @@ -0,0 +1,63 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace PKHeX.WinForms.WinForms.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.WinForms.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/PKHeX.WinForms/Properties/Resources.resx b/PKHeX.WinForms/Properties/Resources.resx new file mode 100644 index 000000000..af7dbebba --- /dev/null +++ b/PKHeX.WinForms/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/PKHeX.WinForms/Properties/Settings.Designer.cs b/PKHeX.WinForms/Properties/Settings.Designer.cs new file mode 100644 index 000000000..8382469c3 --- /dev/null +++ b/PKHeX.WinForms/Properties/Settings.Designer.cs @@ -0,0 +1,98 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace PKHeX.WinForms.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default { + get { + return defaultInstance; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string Language { + get { + return ((string)(this["Language"])); + } + set { + this["Language"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string Version { + get { + return ((string)(this["Version"])); + } + set { + this["Version"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool Unicode { + get { + return ((bool)(this["Unicode"])); + } + set { + this["Unicode"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool SetUpdateDex { + get { + return ((bool)(this["SetUpdateDex"])); + } + set { + this["SetUpdateDex"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("True")] + public bool SetUpdatePKM { + get { + return ((bool)(this["SetUpdatePKM"])); + } + set { + this["SetUpdatePKM"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool BAKPrompt { + get { + return ((bool)(this["BAKPrompt"])); + } + set { + this["BAKPrompt"] = value; + } + } + } +} diff --git a/PKHeX.WinForms/Properties/Settings.settings b/PKHeX.WinForms/Properties/Settings.settings new file mode 100644 index 000000000..ef07aecc9 --- /dev/null +++ b/PKHeX.WinForms/Properties/Settings.settings @@ -0,0 +1,24 @@ + + + + + + + + + + + + True + + + True + + + True + + + False + + + \ No newline at end of file diff --git a/PKHeX/Settings.cs b/PKHeX.WinForms/Settings.cs similarity index 96% rename from PKHeX/Settings.cs rename to PKHeX.WinForms/Settings.cs index 6a176816c..47e2eaa5b 100644 --- a/PKHeX/Settings.cs +++ b/PKHeX.WinForms/Settings.cs @@ -1,4 +1,4 @@ -namespace PKHeX.Properties { +namespace PKHeX.WinForms.Properties { // This class allows you to handle specific events on the settings class: diff --git a/PKHeX/Subforms/KChart.Designer.cs b/PKHeX.WinForms/Subforms/KChart.Designer.cs similarity index 99% rename from PKHeX/Subforms/KChart.Designer.cs rename to PKHeX.WinForms/Subforms/KChart.Designer.cs index def6a8cb5..594b94444 100644 --- a/PKHeX/Subforms/KChart.Designer.cs +++ b/PKHeX.WinForms/Subforms/KChart.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class KChart { diff --git a/PKHeX/Subforms/KChart.cs b/PKHeX.WinForms/Subforms/KChart.cs similarity index 92% rename from PKHeX/Subforms/KChart.cs rename to PKHeX.WinForms/Subforms/KChart.cs index 1a451bc2a..513abd929 100644 --- a/PKHeX/Subforms/KChart.cs +++ b/PKHeX.WinForms/Subforms/KChart.cs @@ -3,16 +3,17 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; -using PKHeX.Properties; +using PKHeX.Core; +using PKHeX.Core.Properties; -namespace PKHeX +namespace PKHeX.WinForms { public partial class KChart : Form { - private readonly string[] species = Main.GameStrings.specieslist; - private readonly string[] abilities = Main.GameStrings.abilitylist; + private readonly string[] species = GameInfo.Strings.specieslist; + private readonly string[] abilities = GameInfo.Strings.abilitylist; - private readonly bool alolanOnly = Main.SAV.Generation == 7 && DialogResult.Yes == Util.Prompt(MessageBoxButtons.YesNo, "Alolan Dex only?"); + private readonly bool alolanOnly = Main.SAV.Generation == 7 && DialogResult.Yes == WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Alolan Dex only?"); private static int[] baseForm; private static int[] formVal; public KChart() diff --git a/PKHeX/Subforms/KChart.resx b/PKHeX.WinForms/Subforms/KChart.resx similarity index 100% rename from PKHeX/Subforms/KChart.resx rename to PKHeX.WinForms/Subforms/KChart.resx diff --git a/PKHeX/Subforms/PKM Editors/BatchEditor.Designer.cs b/PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.Designer.cs similarity index 99% rename from PKHeX/Subforms/PKM Editors/BatchEditor.Designer.cs rename to PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.Designer.cs index 34a645f52..a5990665b 100644 --- a/PKHeX/Subforms/PKM Editors/BatchEditor.Designer.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class BatchEditor { diff --git a/PKHeX/Subforms/PKM Editors/BatchEditor.cs b/PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.cs similarity index 94% rename from PKHeX/Subforms/PKM Editors/BatchEditor.cs rename to PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.cs index d198b0973..6183aa056 100644 --- a/PKHeX/Subforms/PKM Editors/BatchEditor.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.cs @@ -5,8 +5,9 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class BatchEditor : Form { @@ -67,10 +68,10 @@ private void B_SAV_Click(object sender, EventArgs e) private void B_Go_Click(object sender, EventArgs e) { if (b.IsBusy) - { Util.Alert("Currently executing instruction list."); return; } + { WinFormsUtil.Alert("Currently executing instruction list."); return; } if (RTB_Instructions.Lines.Any(line => line.Length == 0)) - { Util.Error("Line length error in instruction list."); return; } + { WinFormsUtil.Error("Line length error in instruction list."); return; } runBackgroundWorker(); } @@ -80,14 +81,14 @@ private void runBackgroundWorker() { var Filters = getFilters().ToList(); if (Filters.Any(z => string.IsNullOrWhiteSpace(z.PropertyValue))) - { Util.Error("Empty Filter Value detected."); return; } + { WinFormsUtil.Error("Empty Filter Value detected."); return; } var Instructions = getInstructions().ToList(); var emptyVal = Instructions.Where(z => string.IsNullOrWhiteSpace(z.PropertyValue)).ToArray(); if (emptyVal.Any()) { string props = string.Join(", ", emptyVal.Select(z => z.PropertyName)); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, $"Empty Property Value{(emptyVal.Length > 1 ? "s" : "")} detected:" + Environment.NewLine + props, "Continue?")) return; @@ -96,7 +97,7 @@ private void runBackgroundWorker() string destPath = ""; if (RB_Path.Checked) { - Util.Alert("Please select the folder where the files will be saved to.", "This can be the same folder as the source of PKM files."); + WinFormsUtil.Alert("Please select the folder where the files will be saved to.", "This can be the same folder as the source of PKM files."); var fbd = new FolderBrowserDialog(); var dr = fbd.ShowDialog(); if (dr != DialogResult.OK) @@ -133,7 +134,7 @@ private void runBackgroundWorker() string result = $"Modified {ctr}/{len} files."; if (err > 0) result += Environment.NewLine + $"{err} files ignored due to an internal error."; - Util.Alert(result); + WinFormsUtil.Alert(result); FLP_RB.Enabled = RTB_Instructions.Enabled = B_Go.Enabled = true; setupProgressBar(0); }; @@ -275,11 +276,11 @@ public static void screenStrings(IEnumerable il) switch (i.PropertyName) { - case nameof(PKM.Species): i.setScreenedValue(Main.GameStrings.specieslist); continue; - case nameof(PKM.HeldItem): i.setScreenedValue(Main.GameStrings.itemlist); continue; - case nameof(PKM.Ability): i.setScreenedValue(Main.GameStrings.abilitylist); continue; - case nameof(PKM.Nature): i.setScreenedValue(Main.GameStrings.natures); continue; - case nameof(PKM.Ball): i.setScreenedValue(Main.GameStrings.balllist); continue; + case nameof(PKM.Species): i.setScreenedValue(GameInfo.Strings.specieslist); continue; + case nameof(PKM.HeldItem): i.setScreenedValue(GameInfo.Strings.itemlist); continue; + case nameof(PKM.Ability): i.setScreenedValue(GameInfo.Strings.abilitylist); continue; + case nameof(PKM.Nature): i.setScreenedValue(GameInfo.Strings.natures); continue; + case nameof(PKM.Ball): i.setScreenedValue(GameInfo.Strings.balllist); continue; case nameof(PKM.Move1): case nameof(PKM.Move2): case nameof(PKM.Move3): @@ -288,7 +289,7 @@ public static void screenStrings(IEnumerable il) case nameof(PKM.RelearnMove2): case nameof(PKM.RelearnMove3): case nameof(PKM.RelearnMove4): - i.setScreenedValue(Main.GameStrings.movelist); continue; + i.setScreenedValue(GameInfo.Strings.movelist); continue; } } } @@ -425,7 +426,7 @@ private static void setRandomIVs(PKM PKM, StringInstruction cmd) private void B_Add_Click(object sender, EventArgs e) { if (CB_Property.SelectedIndex < 0) - { Util.Alert("Invalid property selected."); return; } + { WinFormsUtil.Alert("Invalid property selected."); return; } char[] prefix = {'.', '=', '!'}; string s = prefix[CB_Require.SelectedIndex] + CB_Property.Items[CB_Property.SelectedIndex].ToString() + "="; diff --git a/PKHeX/Subforms/PKM Editors/BatchEditor.resx b/PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.resx similarity index 100% rename from PKHeX/Subforms/PKM Editors/BatchEditor.resx rename to PKHeX.WinForms/Subforms/PKM Editors/BatchEditor.resx diff --git a/PKHeX/Subforms/PKM Editors/MemoryAmie.Designer.cs b/PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.Designer.cs similarity index 99% rename from PKHeX/Subforms/PKM Editors/MemoryAmie.Designer.cs rename to PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.Designer.cs index 61b720fca..62696c5d0 100644 --- a/PKHeX/Subforms/PKM Editors/MemoryAmie.Designer.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class MemoryAmie { diff --git a/PKHeX/Subforms/PKM Editors/MemoryAmie.cs b/PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.cs similarity index 90% rename from PKHeX/Subforms/PKM Editors/MemoryAmie.cs rename to PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.cs index 15c2ad71c..3ce1bed22 100644 --- a/PKHeX/Subforms/PKM Editors/MemoryAmie.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.cs @@ -1,8 +1,9 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class MemoryAmie : Form { @@ -17,7 +18,7 @@ public partial class MemoryAmie : Form CB_Country0.ValueMember = CB_Country1.ValueMember = CB_Country2.ValueMember = CB_Country3.ValueMember = CB_Country4.ValueMember = "Value"; CB_Region0.DisplayMember = CB_Region1.DisplayMember = CB_Region2.DisplayMember = CB_Region3.DisplayMember = CB_Region4.DisplayMember = "Text"; CB_Region0.ValueMember = CB_Region1.ValueMember = CB_Region2.ValueMember = CB_Region3.ValueMember = CB_Region4.ValueMember = "Value"; - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); string[] arguments = L_Arguments.Text.Split(new[] {" ; "}, StringSplitOptions.None); for (int i = 5; i < Math.Min(arguments.Length, vartypes.Length + 5); i++) @@ -126,7 +127,7 @@ private void loadFields() RTB_OT.Visible = CB_OTQual.Enabled = CB_OTMemory.Enabled = CB_OTFeel.Enabled = CB_OTVar.Enabled = M_OT_Affection.Enabled = enable; } else - GB_M_OT.Text = GB_M_CT.Text = $"N/A: {Main.GameStrings.eggname}"; + GB_M_OT.Text = GB_M_CT.Text = $"N/A: {GameInfo.Strings.eggname}"; if (pkm.GenNumber == 7) { @@ -143,16 +144,16 @@ private void loadFields() private void saveFields() { // Save Region & Country Data - pkm.Geo1_Region = Util.getIndex(CB_Region0); - pkm.Geo2_Region = Util.getIndex(CB_Region1); - pkm.Geo3_Region = Util.getIndex(CB_Region2); - pkm.Geo4_Region = Util.getIndex(CB_Region3); - pkm.Geo5_Region = Util.getIndex(CB_Region4); - pkm.Geo1_Country = Util.getIndex(CB_Country0); - pkm.Geo2_Country = Util.getIndex(CB_Country1); - pkm.Geo3_Country = Util.getIndex(CB_Country2); - pkm.Geo4_Country = Util.getIndex(CB_Country3); - pkm.Geo5_Country = Util.getIndex(CB_Country4); + pkm.Geo1_Region = WinFormsUtil.getIndex(CB_Region0); + pkm.Geo2_Region = WinFormsUtil.getIndex(CB_Region1); + pkm.Geo3_Region = WinFormsUtil.getIndex(CB_Region2); + pkm.Geo4_Region = WinFormsUtil.getIndex(CB_Region3); + pkm.Geo5_Region = WinFormsUtil.getIndex(CB_Region4); + pkm.Geo1_Country = WinFormsUtil.getIndex(CB_Country0); + pkm.Geo2_Country = WinFormsUtil.getIndex(CB_Country1); + pkm.Geo3_Country = WinFormsUtil.getIndex(CB_Country2); + pkm.Geo4_Country = WinFormsUtil.getIndex(CB_Country3); + pkm.Geo5_Country = WinFormsUtil.getIndex(CB_Country4); // Save 0-255 stats pkm.HT_Friendship = Util.ToInt32(M_CT_Friendship.Text); @@ -163,13 +164,13 @@ private void saveFields() pkm.Enjoyment = (byte)Util.ToInt32(M_Enjoyment.Text); // Save Memories - pkm.HT_Memory = Util.getIndex(CB_CTMemory); - pkm.HT_TextVar = CB_CTVar.Enabled ? Util.getIndex(CB_CTVar) : 0; + pkm.HT_Memory = WinFormsUtil.getIndex(CB_CTMemory); + pkm.HT_TextVar = CB_CTVar.Enabled ? WinFormsUtil.getIndex(CB_CTVar) : 0; pkm.HT_Intensity = CB_CTFeel.Enabled ? CB_CTQual.SelectedIndex + 1 : 0; pkm.HT_Feeling = CB_CTFeel.Enabled ? CB_CTFeel.SelectedIndex : 0; - pkm.OT_Memory = Util.getIndex(CB_OTMemory); - pkm.OT_TextVar = CB_OTVar.Enabled ? Util.getIndex(CB_OTVar) : 0; + pkm.OT_Memory = WinFormsUtil.getIndex(CB_OTMemory); + pkm.OT_TextVar = CB_OTVar.Enabled ? WinFormsUtil.getIndex(CB_OTVar) : 0; pkm.OT_Intensity = CB_OTFeel.Enabled ? CB_OTQual.SelectedIndex + 1 : 0; pkm.OT_Feeling = CB_OTFeel.Enabled ? CB_OTFeel.SelectedIndex : 0; @@ -191,12 +192,12 @@ private void B_Cancel_Click(object sender, EventArgs e) private void getLangStrings() { // Memory Chooser - int memorycount = Main.GameStrings.memories.Length - 38; + int memorycount = GameInfo.Strings.memories.Length - 38; string[] memories = new string[memorycount]; int[] allowed = new int[memorycount]; for (int i = 0; i < memorycount; i++) { - memories[i] = Main.GameStrings.memories[38 + i]; + memories[i] = GameInfo.Strings.memories[38 + i]; allowed[i] = i + 1; } Array.Resize(ref allowed, allowed.Length - 1); @@ -216,8 +217,8 @@ private void getLangStrings() CB_OTQual.Items.Clear(); for (int i = 0; i < 7; i++) { - CB_CTQual.Items.Add(Main.GameStrings.memories[2 + i]); - CB_OTQual.Items.Add(Main.GameStrings.memories[2 + i]); + CB_CTQual.Items.Add(GameInfo.Strings.memories[2 + i]); + CB_OTQual.Items.Add(GameInfo.Strings.memories[2 + i]); } // Feeling Chooser @@ -225,8 +226,8 @@ private void getLangStrings() CB_OTFeel.Items.Clear(); for (int i = 0; i < 24; i++) { - CB_CTFeel.Items.Add(Main.GameStrings.memories[10 + i]); - CB_OTFeel.Items.Add(Main.GameStrings.memories[10 + i]); + CB_CTFeel.Items.Add(GameInfo.Strings.memories[10 + i]); + CB_OTFeel.Items.Add(GameInfo.Strings.memories[10 + i]); } } private void getMemoryArguments(string ARG, ComboBox sender) @@ -242,11 +243,11 @@ private void getMemoryArguments(string ARG, ComboBox sender) vs = ""; break; case "PKM": - argvals = Util.getCBList(Main.GameStrings.specieslist.Take(Main.SAV.MaxSpeciesID+1).ToArray(), null); + argvals = Util.getCBList(GameInfo.Strings.specieslist.Take(Main.SAV.MaxSpeciesID+1).ToArray(), null); vs = vartypes[0]; break; case "GENLOC": - argvals = Util.getCBList(Main.GameStrings.genloc, null); + argvals = Util.getCBList(GameInfo.Strings.genloc, null); vs = vartypes[1]; break; case "ITEM": @@ -272,18 +273,18 @@ private void getMemoryArguments(string ARG, ComboBox sender) /* ORAS */ 718,719,720,737,738,739,740,741,742,752,753,754,755,756,757,758,759,760,761,762,763,764,765,767,768, 769,770,775 }; - var item_list = Util.getCBList(Main.GameStrings.itemlist, items_allowed); + var item_list = Util.getCBList(GameInfo.Strings.itemlist, items_allowed); #endregion argvals = item_list; vs = vartypes[2]; } break; case "MOVE": - argvals = Util.getCBList(Main.GameStrings.movelist.Take(622).ToArray(), null); // Hyperspace Fury + argvals = Util.getCBList(GameInfo.Strings.movelist.Take(622).ToArray(), null); // Hyperspace Fury vs = vartypes[3]; break; case "LOCATION": - argvals = Util.getCBList(Main.GameStrings.metXY_00000, Legal.Met_XY_0); + argvals = Util.getCBList(GameInfo.Strings.metXY_00000, Legal.Met_XY_0); vs = vartypes[4]; break; } @@ -310,14 +311,14 @@ private string getMemoryString(ComboBox m, ComboBox arg, ComboBox q, ComboBox f, string result; string nn = pkm.Nickname; string a = (ComboItem)arg.SelectedItem == null ? arg.Text ?? "ERROR" : ((ComboItem)arg.SelectedItem).Text; - int mem = Util.getIndex(m); + int mem = WinFormsUtil.getIndex(m); bool enabled = false; if (mem == 0) - result = Main.GameStrings.memories[38]; + result = GameInfo.Strings.memories[38]; else { - result = string.Format(Main.GameStrings.memories[mem + 38], nn, tr, a, f.Text, q.Text); + result = string.Format(GameInfo.Strings.memories[mem + 38], nn, tr, a, f.Text, q.Text); enabled = true; } @@ -338,7 +339,7 @@ private void changeMemory(object sender, EventArgs e) ComboBox m = (ComboBox)sender; if (m == CB_CTMemory || m == CB_OTMemory) { - int memory = Util.getIndex(m); + int memory = WinFormsUtil.getIndex(m); switch (memory) // Memory Case Switchtable { case 0: getMemoryArguments("NONE", m); break; @@ -417,9 +418,9 @@ private void changeMemory(object sender, EventArgs e) private void changeCountryIndex(object sender, EventArgs e) { int index = Array.IndexOf(cba, sender); - if (Util.getIndex(sender as ComboBox) > 0) + if (WinFormsUtil.getIndex(sender as ComboBox) > 0) { - Main.setCountrySubRegion(mta[index], "sr_" + Util.getIndex(sender as ComboBox).ToString("000")); + Main.setCountrySubRegion(mta[index], "sr_" + WinFormsUtil.getIndex(sender as ComboBox).ToString("000")); mta[index].Enabled = true; } else diff --git a/PKHeX/Subforms/PKM Editors/MemoryAmie.resx b/PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.resx similarity index 100% rename from PKHeX/Subforms/PKM Editors/MemoryAmie.resx rename to PKHeX.WinForms/Subforms/PKM Editors/MemoryAmie.resx diff --git a/PKHeX/Subforms/PKM Editors/RibbonEditor.Designer.cs b/PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.Designer.cs similarity index 99% rename from PKHeX/Subforms/PKM Editors/RibbonEditor.Designer.cs rename to PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.Designer.cs index d95fcad81..3f3964194 100644 --- a/PKHeX/Subforms/PKM Editors/RibbonEditor.Designer.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class RibbonEditor { diff --git a/PKHeX/Subforms/PKM Editors/RibbonEditor.cs b/PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.cs similarity index 91% rename from PKHeX/Subforms/PKM Editors/RibbonEditor.cs rename to PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.cs index fc73bd0a0..896cc9ff0 100644 --- a/PKHeX/Subforms/PKM Editors/RibbonEditor.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.cs @@ -3,8 +3,9 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class RibbonEditor : Form { @@ -16,10 +17,10 @@ public RibbonEditor() // Updating a Control display with autosized elements on every row addition is cpu intensive. Disable layout updates while populating. TLP_Ribbons.SuspendLayout(); - FLP_Ribbons.Scroll += Util.PanelScroll; - TLP_Ribbons.Scroll += Util.PanelScroll; + FLP_Ribbons.Scroll += WinFormsUtil.PanelScroll; + TLP_Ribbons.Scroll += WinFormsUtil.PanelScroll; populateRibbons(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); TLP_Ribbons.ResumeLayout(); } @@ -71,7 +72,7 @@ private void populateRibbons() private void addRibbonSprite(RibbonInfo rib) { PictureBox pb = new PictureBox { AutoSize = false, Size = new Size(40,40), BackgroundImageLayout = ImageLayout.Center, Visible = false, Name = PrefixPB + rib.Name }; - var img = Properties.Resources.ResourceManager.GetObject(rib.Name.Replace("CountG3", "G3").ToLower()); + var img = Core.Properties.Resources.ResourceManager.GetObject(rib.Name.Replace("CountG3", "G3").ToLower()); if (img != null) pb.BackgroundImage = (Bitmap)img; if (img == null) @@ -127,12 +128,12 @@ private void addRibbonChoice(RibbonInfo rib) case 3: n += "Hyper"; break; case 4: n += "Master"; break; } - FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Properties.Resources.ResourceManager.GetObject(n.ToLower()); + FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Core.Properties.Resources.ResourceManager.GetObject(n.ToLower()); } else if (nud.Maximum == nud.Value) - FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Properties.Resources.ResourceManager.GetObject(rib.Name.ToLower() +"2"); + FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Core.Properties.Resources.ResourceManager.GetObject(rib.Name.ToLower() +"2"); else - FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Properties.Resources.ResourceManager.GetObject(rib.Name.ToLower()); + FLP_Ribbons.Controls[PrefixPB + rib.Name].BackgroundImage = (Bitmap)Core.Properties.Resources.ResourceManager.GetObject(rib.Name.ToLower()); }; nud.Value = rib.RibbonCount > nud.Maximum ? nud.Maximum : rib.RibbonCount; TLP_Ribbons.Controls.Add(nud, 0, row); diff --git a/PKHeX/Subforms/PKM Editors/RibbonEditor.resx b/PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.resx similarity index 100% rename from PKHeX/Subforms/PKM Editors/RibbonEditor.resx rename to PKHeX.WinForms/Subforms/PKM Editors/RibbonEditor.resx diff --git a/PKHeX/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs b/PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs similarity index 99% rename from PKHeX/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs rename to PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs index 7ea3f27e0..978070632 100644 --- a/PKHeX/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SuperTrainingEditor { diff --git a/PKHeX/Subforms/PKM Editors/SuperTrainingEditor.cs b/PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.cs similarity index 94% rename from PKHeX/Subforms/PKM Editors/SuperTrainingEditor.cs rename to PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.cs index 0919e5bb2..1b8681f6d 100644 --- a/PKHeX/Subforms/PKM Editors/SuperTrainingEditor.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.cs @@ -2,8 +2,9 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SuperTrainingEditor : Form { @@ -16,11 +17,11 @@ public SuperTrainingEditor() // Updating a Control display with autosized elements on every row addition is cpu intensive. Disable layout updates while populating. TLP_SuperTrain.SuspendLayout(); TLP_DistSuperTrain.SuspendLayout(); - TLP_SuperTrain.Scroll += Util.PanelScroll; - TLP_DistSuperTrain.Scroll += Util.PanelScroll; + TLP_SuperTrain.Scroll += WinFormsUtil.PanelScroll; + TLP_DistSuperTrain.Scroll += WinFormsUtil.PanelScroll; populateRegimens("SuperTrain", TLP_SuperTrain, reglist); populateRegimens("DistSuperTrain", TLP_DistSuperTrain, distlist); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); TLP_SuperTrain.ResumeLayout(); TLP_DistSuperTrain.ResumeLayout(); @@ -33,8 +34,8 @@ public SuperTrainingEditor() { CB_Bag.Items.Clear(); CB_Bag.Items.Add("---"); - for (int i = 1; i < Main.GameStrings.trainingbags.Length - 1; i++) - CB_Bag.Items.Add(Main.GameStrings.trainingbags[i]); + for (int i = 1; i < GameInfo.Strings.trainingbags.Length - 1; i++) + CB_Bag.Items.Add(GameInfo.Strings.trainingbags[i]); PK6 pk6 = (PK6) pkm; CB_Bag.SelectedIndex = pk6.TrainingBag; diff --git a/PKHeX/Subforms/PKM Editors/SuperTrainingEditor.resx b/PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.resx similarity index 100% rename from PKHeX/Subforms/PKM Editors/SuperTrainingEditor.resx rename to PKHeX.WinForms/Subforms/PKM Editors/SuperTrainingEditor.resx diff --git a/PKHeX/Subforms/PKM Editors/Text.Designer.cs b/PKHeX.WinForms/Subforms/PKM Editors/Text.Designer.cs similarity index 99% rename from PKHeX/Subforms/PKM Editors/Text.Designer.cs rename to PKHeX.WinForms/Subforms/PKM Editors/Text.Designer.cs index e672ec3b4..2beb48e52 100644 --- a/PKHeX/Subforms/PKM Editors/Text.Designer.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/Text.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class f2_Text { diff --git a/PKHeX/Subforms/PKM Editors/Text.cs b/PKHeX.WinForms/Subforms/PKM Editors/Text.cs similarity index 89% rename from PKHeX/Subforms/PKM Editors/Text.cs rename to PKHeX.WinForms/Subforms/PKM Editors/Text.cs index b2b09a7d0..7cd8fdae1 100644 --- a/PKHeX/Subforms/PKM Editors/Text.cs +++ b/PKHeX.WinForms/Subforms/PKM Editors/Text.cs @@ -1,8 +1,9 @@ using System; using System.Drawing; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class f2_Text : Form { @@ -10,9 +11,9 @@ public f2_Text(TextBox TB_NN) { Hide(); InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); TB_Nickname = TB_NN; - Font pkxFont = PKX.getPKXFont(12F); + Font pkxFont = FontUtil.getPKXFont(12F); Label[] lbla = { L00, L01, L02, L03, L04, L05, L06, L07, diff --git a/PKHeX/Subforms/PKM Editors/Text.resx b/PKHeX.WinForms/Subforms/PKM Editors/Text.resx similarity index 100% rename from PKHeX/Subforms/PKM Editors/Text.resx rename to PKHeX.WinForms/Subforms/PKM Editors/Text.resx diff --git a/PKHeX/Subforms/SAV_Database.Designer.cs b/PKHeX.WinForms/Subforms/SAV_Database.Designer.cs similarity index 99% rename from PKHeX/Subforms/SAV_Database.Designer.cs rename to PKHeX.WinForms/Subforms/SAV_Database.Designer.cs index 41604ad84..8a81de098 100644 --- a/PKHeX/Subforms/SAV_Database.Designer.cs +++ b/PKHeX.WinForms/Subforms/SAV_Database.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Database { @@ -926,7 +926,7 @@ private void InitializeComponent() // // Menu_Exit // - this.Menu_Exit.Image = global::PKHeX.Properties.Resources.exit; + this.Menu_Exit.Image = Core.Properties.Resources.exit; this.Menu_Exit.Name = "Menu_Exit"; this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.Menu_Exit.ShowShortcutKeys = false; @@ -955,7 +955,7 @@ private void InitializeComponent() this.Menu_SearchIllegal, this.Menu_SearchClones, this.Menu_SearchAdvanced}); - this.Menu_SearchSettings.Image = global::PKHeX.Properties.Resources.settings; + this.Menu_SearchSettings.Image = Core.Properties.Resources.settings; this.Menu_SearchSettings.Name = "Menu_SearchSettings"; this.Menu_SearchSettings.Size = new System.Drawing.Size(197, 22); this.Menu_SearchSettings.Text = "Search Settings"; @@ -1007,7 +1007,7 @@ private void InitializeComponent() // // Menu_OpenDB // - this.Menu_OpenDB.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenDB.Image = Core.Properties.Resources.folder; this.Menu_OpenDB.Name = "Menu_OpenDB"; this.Menu_OpenDB.Size = new System.Drawing.Size(197, 22); this.Menu_OpenDB.Text = "Open Database Folder"; @@ -1015,7 +1015,7 @@ private void InitializeComponent() // // Menu_Report // - this.Menu_Report.Image = global::PKHeX.Properties.Resources.report; + this.Menu_Report.Image = Core.Properties.Resources.report; this.Menu_Report.Name = "Menu_Report"; this.Menu_Report.Size = new System.Drawing.Size(197, 22); this.Menu_Report.Text = "Create Data Report"; @@ -1023,7 +1023,7 @@ private void InitializeComponent() // // Menu_Export // - this.Menu_Export.Image = global::PKHeX.Properties.Resources.export; + this.Menu_Export.Image = Core.Properties.Resources.export; this.Menu_Export.Name = "Menu_Export"; this.Menu_Export.Size = new System.Drawing.Size(197, 22); this.Menu_Export.Text = "Export Results to Folder"; @@ -1042,7 +1042,7 @@ private void InitializeComponent() // // PAN_Box // - this.PAN_Box.BackgroundImage = global::PKHeX.Properties.Resources.box_wp16xy; + this.PAN_Box.BackgroundImage = Core.Properties.Resources.box_wp16xy; this.PAN_Box.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PAN_Box.Controls.Add(this.bpkx66); this.PAN_Box.Controls.Add(this.bpkx65); @@ -1827,7 +1827,7 @@ private void InitializeComponent() // // Menu_DeleteClones // - this.Menu_DeleteClones.Image = global::PKHeX.Properties.Resources.nocheck; + this.Menu_DeleteClones.Image = Core.Properties.Resources.nocheck; this.Menu_DeleteClones.Name = "Menu_DeleteClones"; this.Menu_DeleteClones.Size = new System.Drawing.Size(197, 22); this.Menu_DeleteClones.Text = "Delete Clones"; diff --git a/PKHeX/Subforms/SAV_Database.cs b/PKHeX.WinForms/Subforms/SAV_Database.cs similarity index 91% rename from PKHeX/Subforms/SAV_Database.cs rename to PKHeX.WinForms/Subforms/SAV_Database.cs index 8c20e93d0..d0d01663c 100644 --- a/PKHeX/Subforms/SAV_Database.cs +++ b/PKHeX.WinForms/Subforms/SAV_Database.cs @@ -7,8 +7,9 @@ using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Database : Form { @@ -134,7 +135,7 @@ private void clickView(object sender, EventArgs e) { m_parent.populateFields(dataArr[index], false); slotSelected = index + SCR_Box.Value * RES_MIN; - slotColor = Properties.Resources.slotView; + slotColor = Core.Properties.Resources.slotView; FillPKXBoxes(SCR_Box.Value); L_Viewed.Text = string.Format(Viewed, dataArr[index].Identifier); } @@ -172,7 +173,7 @@ private void clickDelete(object sender, EventArgs e) } else { - Util.Error("Database slot data does not match save data!", "Don't move Pokémon after initializing the Database, please re-open the Database viewer."); + WinFormsUtil.Error("Database slot data does not match save data!", "Don't move Pokémon after initializing the Database, please re-open the Database viewer."); return; } } @@ -200,7 +201,7 @@ private void clickSet(object sender, EventArgs e) if (RawDB.Any(p => p.Identifier == path)) { - Util.Alert("File already exists in database!"); + WinFormsUtil.Alert("File already exists in database!"); return; } @@ -212,18 +213,18 @@ private void clickSet(object sender, EventArgs e) RawDB = new List(RawDB.Distinct()); // just in case int post = RawDB.Count; if (pre == post) - { Util.Alert("Pokémon already exists in database."); return; } + { WinFormsUtil.Alert("Pokémon already exists in database."); return; } Results.Add(pk); // Refresh database view. L_Count.Text = string.Format(Counter, Results.Count); slotSelected = Results.Count - 1; - slotColor = Properties.Resources.slotSet; + slotColor = Core.Properties.Resources.slotSet; if ((SCR_Box.Maximum+1)*6 < Results.Count) SCR_Box.Maximum += 1; SCR_Box.Value = Math.Max(0, SCR_Box.Maximum - PKXBOXES.Length/6 + 1); FillPKXBoxes(SCR_Box.Value); - Util.Alert("Added Pokémon from tabs to database."); + WinFormsUtil.Alert("Added Pokémon from tabs to database."); } private void populateComboBoxes() { @@ -260,7 +261,7 @@ private void populateComboBoxes() var DS_Version = new List(GameInfo.VersionDataSource); DS_Version.Insert(0, Any); CB_GameOrigin.DataSource = DS_Version; - string[] hptypes = new string[Main.GameStrings.types.Length - 2]; Array.Copy(Main.GameStrings.types, 1, hptypes, 0, hptypes.Length); + string[] hptypes = new string[GameInfo.Strings.types.Length - 2]; Array.Copy(GameInfo.Strings.types, 1, hptypes, 0, hptypes.Length); var DS_Type = Util.getCBList(hptypes, null); DS_Type.Insert(0, Any); CB_HPType.DataSource = DS_Type; @@ -307,7 +308,7 @@ private void resetFilters(object sender, EventArgs e) } private void generateDBReport(object sender, EventArgs e) { - if (Util.Prompt(MessageBoxButtons.YesNo, "Generate a Report on all data?", "This may take a while...") + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Generate a Report on all data?", "This may take a while...") != DialogResult.Yes) return; @@ -325,9 +326,9 @@ private void openDB(object sender, EventArgs e) private void Menu_Export_Click(object sender, EventArgs e) { if (Results == null || Results.Count == 0) - { Util.Alert("No results to export."); return; } + { WinFormsUtil.Alert("No results to export."); return; } - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Export to a folder?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Export to a folder?")) return; FolderBrowserDialog fbd = new FolderBrowserDialog(); @@ -377,27 +378,27 @@ private void B_Search_Click(object sender, EventArgs e) } // Primary Searchables - int species = Util.getIndex(CB_Species); - int ability = Util.getIndex(CB_Ability); - int nature = Util.getIndex(CB_Nature); - int item = Util.getIndex(CB_HeldItem); + int species = WinFormsUtil.getIndex(CB_Species); + int ability = WinFormsUtil.getIndex(CB_Ability); + int nature = WinFormsUtil.getIndex(CB_Nature); + int item = WinFormsUtil.getIndex(CB_HeldItem); if (species != -1) res = res.Where(pk => pk.Species == species); if (ability != -1) res = res.Where(pk => pk.Ability == ability); if (nature != -1) res = res.Where(pk => pk.Nature == nature); if (item != -1) res = res.Where(pk => pk.HeldItem == item); // Secondary Searchables - int move1 = Util.getIndex(CB_Move1); - int move2 = Util.getIndex(CB_Move2); - int move3 = Util.getIndex(CB_Move3); - int move4 = Util.getIndex(CB_Move4); + int move1 = WinFormsUtil.getIndex(CB_Move1); + int move2 = WinFormsUtil.getIndex(CB_Move2); + int move3 = WinFormsUtil.getIndex(CB_Move3); + int move4 = WinFormsUtil.getIndex(CB_Move4); if (move1 != -1) res = res.Where(pk => pk.Moves.Contains(move1)); if (move2 != -1) res = res.Where(pk => pk.Moves.Contains(move2)); if (move3 != -1) res = res.Where(pk => pk.Moves.Contains(move3)); if (move4 != -1) res = res.Where(pk => pk.Moves.Contains(move4)); - int vers = Util.getIndex(CB_GameOrigin); + int vers = WinFormsUtil.getIndex(CB_GameOrigin); if (vers != -1) res = res.Where(pk => pk.Version == vers); - int hptype = Util.getIndex(CB_HPType); + int hptype = WinFormsUtil.getIndex(CB_HPType); if (hptype != -1) res = res.Where(pk => pk.HPType == hptype); if (CHK_Shiny.CheckState == CheckState.Checked) res = res.Where(pk => pk.IsShiny); if (CHK_Shiny.CheckState == CheckState.Unchecked) res = res.Where(pk => !pk.IsShiny); @@ -516,9 +517,9 @@ private void B_Search_Click(object sender, EventArgs e) if (results.Length == 0) { if (!Menu_SearchBoxes.Checked && !Menu_SearchDatabase.Checked) - Util.Alert("No data source to search!", "No results found!"); + WinFormsUtil.Alert("No data source to search!", "No results found!"); else - Util.Alert("No results found!"); + WinFormsUtil.Alert("No results found!"); } setResults(new List(results)); // updates Count Label as well. System.Media.SystemSounds.Asterisk.Play(); @@ -555,9 +556,9 @@ private void FillPKXBoxes(int start) PKXBOXES[i].Image = null; for (int i = 0; i < RES_MAX; i++) - PKXBOXES[i].BackgroundImage = Properties.Resources.slotTrans; + PKXBOXES[i].BackgroundImage = Core.Properties.Resources.slotTrans; if (slotSelected != -1 && slotSelected >= RES_MIN * start && slotSelected < RES_MIN * start + RES_MAX) - PKXBOXES[slotSelected - start * RES_MIN].BackgroundImage = slotColor ?? Properties.Resources.slotView; + PKXBOXES[slotSelected - start * RES_MIN].BackgroundImage = slotColor ?? Core.Properties.Resources.slotView; } // Misc Update Methods @@ -619,7 +620,7 @@ private void changeFormatFilter(object sender, EventArgs e) private void Menu_DeleteClones_Click(object sender, EventArgs e) { - var dr = Util.Prompt(MessageBoxButtons.YesNo, + var dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Deleting clones from database is not reversible." + Environment.NewLine + "If a PKM is deemed a clone, only the newest file (date modified) will be kept.", "Continue?"); @@ -637,13 +638,13 @@ private void Menu_DeleteClones_Click(object sender, EventArgs e) { hashes.Add(h); continue; } try { File.Delete(pk.Identifier); ++deleted; } - catch { Util.Error("Unable to delete clone:" + Environment.NewLine + pk.Identifier); } + catch { WinFormsUtil.Error("Unable to delete clone:" + Environment.NewLine + pk.Identifier); } } if (deleted == 0) - { Util.Alert("No clones detected or deleted."); return; } + { WinFormsUtil.Alert("No clones detected or deleted."); return; } - Util.Alert($"{deleted} files deleted.", "The form will now close."); + WinFormsUtil.Alert($"{deleted} files deleted.", "The form will now close."); Close(); } } diff --git a/PKHeX/Subforms/SAV_Database.resx b/PKHeX.WinForms/Subforms/SAV_Database.resx similarity index 100% rename from PKHeX/Subforms/SAV_Database.resx rename to PKHeX.WinForms/Subforms/SAV_Database.resx diff --git a/PKHeX/Subforms/SAV_MysteryGiftDB.Designer.cs b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.Designer.cs similarity index 99% rename from PKHeX/Subforms/SAV_MysteryGiftDB.Designer.cs rename to PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.Designer.cs index 512364652..95b6171b6 100644 --- a/PKHeX/Subforms/SAV_MysteryGiftDB.Designer.cs +++ b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_MysteryGiftDB { @@ -899,7 +899,7 @@ private void InitializeComponent() // // Menu_Exit // - this.Menu_Exit.Image = global::PKHeX.Properties.Resources.exit; + this.Menu_Exit.Image = Core.Properties.Resources.exit; this.Menu_Exit.Name = "Menu_Exit"; this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.Menu_Exit.ShowShortcutKeys = false; @@ -921,7 +921,7 @@ private void InitializeComponent() // this.Menu_SearchSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_SearchAdvanced}); - this.Menu_SearchSettings.Image = global::PKHeX.Properties.Resources.settings; + this.Menu_SearchSettings.Image = Core.Properties.Resources.settings; this.Menu_SearchSettings.Name = "Menu_SearchSettings"; this.Menu_SearchSettings.Size = new System.Drawing.Size(197, 22); this.Menu_SearchSettings.Text = "Search Settings"; @@ -937,7 +937,7 @@ private void InitializeComponent() // // Menu_OpenDB // - this.Menu_OpenDB.Image = global::PKHeX.Properties.Resources.folder; + this.Menu_OpenDB.Image = Core.Properties.Resources.folder; this.Menu_OpenDB.Name = "Menu_OpenDB"; this.Menu_OpenDB.Size = new System.Drawing.Size(197, 22); this.Menu_OpenDB.Text = "Open Database Folder"; @@ -945,7 +945,7 @@ private void InitializeComponent() // // Menu_Export // - this.Menu_Export.Image = global::PKHeX.Properties.Resources.export; + this.Menu_Export.Image = Core.Properties.Resources.export; this.Menu_Export.Name = "Menu_Export"; this.Menu_Export.Size = new System.Drawing.Size(197, 22); this.Menu_Export.Text = "Export Results to Folder"; @@ -964,7 +964,7 @@ private void InitializeComponent() // // PAN_Box // - this.PAN_Box.BackgroundImage = global::PKHeX.Properties.Resources.box_wp16xy; + this.PAN_Box.BackgroundImage = Core.Properties.Resources.box_wp16xy; this.PAN_Box.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PAN_Box.Controls.Add(this.bpkx66); this.PAN_Box.Controls.Add(this.bpkx65); diff --git a/PKHeX/Subforms/SAV_MysteryGiftDB.cs b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs similarity index 93% rename from PKHeX/Subforms/SAV_MysteryGiftDB.cs rename to PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs index aa2abfb80..a1a7de638 100644 --- a/PKHeX/Subforms/SAV_MysteryGiftDB.cs +++ b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.cs @@ -5,8 +5,9 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_MysteryGiftDB : Form { @@ -127,7 +128,7 @@ private void clickView(object sender, EventArgs e) { m_parent.populateFields(dataArr[index].convertToPKM(Main.SAV), false); slotSelected = index + SCR_Box.Value * RES_MIN; - slotColor = Properties.Resources.slotView; + slotColor = Core.Properties.Resources.slotView; FillPKXBoxes(SCR_Box.Value); L_Viewed.Text = string.Format(Viewed, dataArr[index].FileName); } @@ -190,9 +191,9 @@ private void openDB(object sender, EventArgs e) private void Menu_Export_Click(object sender, EventArgs e) { if (Results == null || Results.Count == 0) - { Util.Alert("No results to export."); return; } + { WinFormsUtil.Alert("No results to export."); return; } - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Export to a folder?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Export to a folder?")) return; FolderBrowserDialog fbd = new FolderBrowserDialog(); @@ -224,16 +225,16 @@ private void B_Search_Click(object sender, EventArgs e) } // Primary Searchables - int species = Util.getIndex(CB_Species); - int item = Util.getIndex(CB_HeldItem); + int species = WinFormsUtil.getIndex(CB_Species); + int item = WinFormsUtil.getIndex(CB_HeldItem); if (species != -1) res = res.Where(pk => pk.Species == species); if (item != -1) res = res.Where(pk => pk.HeldItem == item); // Secondary Searchables - int move1 = Util.getIndex(CB_Move1); - int move2 = Util.getIndex(CB_Move2); - int move3 = Util.getIndex(CB_Move3); - int move4 = Util.getIndex(CB_Move4); + int move1 = WinFormsUtil.getIndex(CB_Move1); + int move2 = WinFormsUtil.getIndex(CB_Move2); + int move3 = WinFormsUtil.getIndex(CB_Move3); + int move4 = WinFormsUtil.getIndex(CB_Move4); if (move1 != -1) res = res.Where(pk => pk.Moves.Contains(move1)); if (move2 != -1) res = res.Where(pk => pk.Moves.Contains(move2)); if (move3 != -1) res = res.Where(pk => pk.Moves.Contains(move3)); @@ -259,7 +260,7 @@ private void B_Search_Click(object sender, EventArgs e) select new BatchEditor.StringInstruction { PropertyName = split[0], PropertyValue = split[1], Evaluator = eval }).ToArray(); if (filters.Any(z => string.IsNullOrWhiteSpace(z.PropertyValue))) - { Util.Error("Empty Filter Value detected."); return; } + { WinFormsUtil.Error("Empty Filter Value detected."); return; } res = res.Where(gift => // Compare across all filters { @@ -278,7 +279,7 @@ private void B_Search_Click(object sender, EventArgs e) var results = res.ToArray(); if (results.Length == 0) { - Util.Alert("No results found!"); + WinFormsUtil.Alert("No results found!"); } setResults(new List(results)); // updates Count Label as well. System.Media.SystemSounds.Asterisk.Play(); @@ -315,9 +316,9 @@ private void FillPKXBoxes(int start) PKXBOXES[i].Image = null; for (int i = 0; i < RES_MAX; i++) - PKXBOXES[i].BackgroundImage = Properties.Resources.slotTrans; + PKXBOXES[i].BackgroundImage = Core.Properties.Resources.slotTrans; if (slotSelected != -1 && slotSelected >= RES_MIN * start && slotSelected < RES_MIN * start + RES_MAX) - PKXBOXES[slotSelected - start * RES_MIN].BackgroundImage = slotColor ?? Properties.Resources.slotView; + PKXBOXES[slotSelected - start * RES_MIN].BackgroundImage = slotColor ?? Core.Properties.Resources.slotView; } private void Menu_SearchAdvanced_Click(object sender, EventArgs e) diff --git a/PKHeX/Subforms/SAV_MysteryGiftDB.resx b/PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.resx similarity index 100% rename from PKHeX/Subforms/SAV_MysteryGiftDB.resx rename to PKHeX.WinForms/Subforms/SAV_MysteryGiftDB.resx diff --git a/PKHeX/Subforms/Save Editors/Gen5/CGearBackground.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen5/CGearBackground.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen5/CGearBackground.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen5/CGearBackground.cs index 6605e50d9..5c5688fbd 100644 --- a/PKHeX/Subforms/Save Editors/Gen5/CGearBackground.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen5/CGearBackground.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Runtime.InteropServices; -namespace PKHeX +namespace PKHeX.WinForms { public class CGearBackground { diff --git a/PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs index 9707291cf..9fea8481b 100644 --- a/PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_CGearSkin { diff --git a/PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs similarity index 95% rename from PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs index 9def44b34..24e4bca3b 100644 --- a/PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.cs @@ -4,8 +4,9 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_CGearSkin : Form { @@ -46,7 +47,7 @@ private void B_ImportPNG_Click(object sender, EventArgs e) } catch (Exception ex) { - Util.Error(ex.Message); + WinFormsUtil.Error(ex.Message); } } private void B_ExportPNG_Click(object sender, EventArgs e) @@ -76,7 +77,7 @@ private void B_ImportCGB_Click(object sender, EventArgs e) var len = new FileInfo(ofd.FileName).Length; if (len != CGearBackground.SIZE_CGB) { - Util.Error($"Incorrect size, got {len} bytes, expected {CGearBackground.SIZE_CGB} bytes."); + WinFormsUtil.Error($"Incorrect size, got {len} bytes, expected {CGearBackground.SIZE_CGB} bytes."); return; } diff --git a/PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen5/SAV_CGearSkin.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_CGearSkin.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs index 390df5708..c333b0162 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_BerryFieldXY { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs similarity index 94% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs index a23730568..333a28680 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.cs @@ -1,14 +1,15 @@ using System; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_BerryFieldXY : Form { public SAV_BerryFieldXY() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); listBox1.SelectedIndex = 0; } private readonly SAV6 SAV = new SAV6(Main.SAV.Data); diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BerryFieldXY.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs index dc52c8e91..bd7cf0a0b 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_BoxLayout { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs similarity index 91% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs index f9828efff..37fcf349c 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.cs @@ -1,15 +1,16 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_BoxLayout : Form { public SAV_BoxLayout(int box) { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); editing = true; // Repopulate Wallpaper names @@ -20,18 +21,18 @@ public SAV_BoxLayout(int box) case 3: if (SAV.GameCube) goto default; - CB_BG.Items.AddRange(Main.GameStrings.wallpapernames.Take(16).ToArray()); + CB_BG.Items.AddRange(GameInfo.Strings.wallpapernames.Take(16).ToArray()); break; case 4: case 5: case 6: - CB_BG.Items.AddRange(Main.GameStrings.wallpapernames); + CB_BG.Items.AddRange(GameInfo.Strings.wallpapernames); break; case 7: - CB_BG.Items.AddRange(Main.GameStrings.wallpapernames.Take(16).ToArray()); + CB_BG.Items.AddRange(GameInfo.Strings.wallpapernames.Take(16).ToArray()); break; default: - Util.Error("Box layout is not supported for this game.", "Please close the window."); + WinFormsUtil.Error("Box layout is not supported for this game.", "Please close the window."); break; } @@ -165,7 +166,7 @@ private void moveBox(object sender, EventArgs e) else if (!SAV.SwapBox(index, index + dir)) // valid but locked { MoveItem(-dir); // undo - Util.Alert("Locked slots prevent movement of box(es)."); + WinFormsUtil.Alert("Locked slots prevent movement of box(es)."); } else changeBox(null, null); diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_BoxLayout.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_BoxLayout.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs index 799f319db..43f984cd0 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_HallOfFame { @@ -333,7 +333,7 @@ private void InitializeComponent() this.TB_OT.Name = "TB_OT"; this.TB_OT.Size = new System.Drawing.Size(94, 20); this.TB_OT.TabIndex = 3; - this.TB_OT.Text = "PKHeX"; + this.TB_OT.Text = "PKHeX.Core"; this.TB_OT.TextChanged += new System.EventHandler(this.Write_Entry); // // TB_SID diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs similarity index 91% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs index 2dd650996..1d5aa1fca 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.cs @@ -3,15 +3,16 @@ using System.Linq; using System.Text; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_HallOfFame : Form { public SAV_HallOfFame() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); Array.Copy(SAV.Data, SAV.HoF, data, 0, data.Length); //Copy HoF section of save into Data Setup(); @@ -44,8 +45,8 @@ public SAV_HallOfFame() }; LB_DataEntry.SelectedIndex = 0; NUP_PartyIndex_ValueChanged(null, null); - try { TB_Nickname.Font = PKX.getPKXFont(11); } - catch (Exception e) { Util.Alert("Font loading failed...", e.ToString()); } + try { TB_Nickname.Font = FontUtil.getPKXFont(11); } + catch (Exception e) { WinFormsUtil.Alert("Font loading failed...", e.ToString()); } editing = true; } private bool editing; @@ -154,12 +155,12 @@ private void displayEntry(object sender, EventArgs e) string genderstr=gendersymbols[gender]; string shinystr = shiny == 1 ? "Yes" : "No"; - string[] movelist = Main.GameStrings.movelist; + string[] movelist = GameInfo.Strings.movelist; s += "Name: " + nickname; - s += " (" + Main.GameStrings.specieslist[species] + " - " + genderstr + ")" + Environment.NewLine; + s += " (" + GameInfo.Strings.specieslist[species] + " - " + genderstr + ")" + Environment.NewLine; s += "Level: " + level + Environment.NewLine; s += "Shiny: " + shinystr + Environment.NewLine; - s += "Held Item: " + Main.GameStrings.itemlist[helditem] + Environment.NewLine; + s += "Held Item: " + GameInfo.Strings.itemlist[helditem] + Environment.NewLine; s += "Move 1: " + movelist[move1] + Environment.NewLine; s += "Move 2: " + movelist[move2] + Environment.NewLine; s += "Move 3: " + movelist[move3] + Environment.NewLine; @@ -289,7 +290,7 @@ private void Write_Entry(object sender, EventArgs e) vnd |= rawvnd & 0x80000000; Array.Copy(BitConverter.GetBytes(vnd), 0, data, offset + 0x1B0, 4); - bpkx.Image = PKX.getSprite(Util.getIndex(CB_Species), CB_Form.SelectedIndex & 0x1F, PKX.getGender(Label_Gender.Text), Util.getIndex(CB_HeldItem), false, CHK_Shiny.Checked); + bpkx.Image = PKX.getSprite(WinFormsUtil.getIndex(CB_Species), CB_Form.SelectedIndex & 0x1F, PKX.getGender(Label_Gender.Text), WinFormsUtil.getIndex(CB_HeldItem), false, CHK_Shiny.Checked); displayEntry(null, null); // refresh text view } private void Validate_TextBoxes() @@ -304,7 +305,7 @@ private void updateNickname(object sender, EventArgs e) if (!CHK_Nicknamed.Checked) { // Fetch Current Species and set it as Nickname Text - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); if (species == 0 || species > 721) TB_Nickname.Text = ""; else try @@ -321,13 +322,13 @@ private void updateNickname(object sender, EventArgs e) private void setForms() { - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); bool hasForms = PersonalTable.AO[species].HasFormes || new[] { 664, 665, 414 }.Contains(species); CB_Form.Enabled = CB_Form.Visible = hasForms; CB_Form.DisplayMember = "Text"; CB_Form.ValueMember = "Value"; - CB_Form.DataSource = PKX.getFormList(species, Main.GameStrings.types, Main.GameStrings.forms, Main.gendersymbols).ToList(); + CB_Form.DataSource = PKX.getFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.gendersymbols).ToList(); } private void updateSpecies(object sender, EventArgs e) { @@ -338,14 +339,14 @@ private void updateShiny(object sender, EventArgs e) { if (!editing) return; //Don't do writing until loaded - bpkx.Image = PKX.getSprite(Util.getIndex(CB_Species), CB_Form.SelectedIndex & 0x1F, PKX.getGender(Label_Gender.Text), Util.getIndex(CB_HeldItem), false, CHK_Shiny.Checked); + bpkx.Image = PKX.getSprite(WinFormsUtil.getIndex(CB_Species), CB_Form.SelectedIndex & 0x1F, PKX.getGender(Label_Gender.Text), WinFormsUtil.getIndex(CB_HeldItem), false, CHK_Shiny.Checked); Write_Entry(null, null); } private void updateGender(object sender, EventArgs e) { // Get Gender Threshold - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); int gt = SAV.Personal[species].Gender; if (gt == 255) @@ -392,9 +393,9 @@ private void B_CopyText_Click(object sender, EventArgs e) private void B_Delete_Click(object sender, EventArgs e) { - if (LB_DataEntry.SelectedIndex < 1) { Util.Alert("Cannot delete your first Hall of Fame Clear entry."); return; } + if (LB_DataEntry.SelectedIndex < 1) { WinFormsUtil.Alert("Cannot delete your first Hall of Fame Clear entry."); return; } int index = LB_DataEntry.SelectedIndex; - if (Util.Prompt(MessageBoxButtons.YesNo, $"Delete Entry {index} from your records?") + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo, $"Delete Entry {index} from your records?") != DialogResult.Yes) return; int offset = index * 0x1B4; @@ -412,7 +413,7 @@ private void changeNickname(object sender, MouseEventArgs e) return; if (Application.OpenForms.Cast().Any(form => form.Name == typeof(f2_Text).Name)) - { Util.Alert("Window is already open."); return; } + { WinFormsUtil.Alert("Window is already open."); return; } new f2_Text(tb).Show(); } } diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_HallOfFame.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_HallOfFame.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs index 4796710d6..74412a4e5 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Link6 { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.cs similarity index 82% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.cs index 4a4072f3b..61aa9e619 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.cs @@ -2,8 +2,9 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Link6 : Form { @@ -16,11 +17,11 @@ public SAV_Link6() cb.ValueMember = "Value"; cb.DataSource = new BindingSource(GameInfo.ItemDataSource.Where(item => item.Value <= SAV.MaxItemID).ToArray(), null); } - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); byte[] data = SAV.LinkBlock; if (data == null) { - Util.Alert("Invalid save file / Link Information"); + WinFormsUtil.Alert("Invalid save file / Link Information"); Close(); } data = data.Skip(0x1FF).Take(PL6.Size).ToArray(); @@ -54,7 +55,7 @@ private void B_Import_Click(object sender, EventArgs e) return; if (new FileInfo(ofd.FileName).Length != PL6.Size) - { Util.Alert("Invalid file length"); return; } + { WinFormsUtil.Alert("Invalid file length"); return; } byte[] data = File.ReadAllBytes(ofd.FileName); @@ -71,7 +72,7 @@ private void B_Export_Click(object sender, EventArgs e) return; File.WriteAllBytes(sfd.FileName, LinkInfo.Data); - Util.Alert("Pokémon Link data saved to:\r" + sfd.FileName + "."); + WinFormsUtil.Alert("Pokémon Link data saved to:\r" + sfd.FileName + "."); } private void loadLinkData(byte[] data) @@ -99,12 +100,12 @@ private void loadLinkData(byte[] data) NUD_Item6.Value = LinkInfo.Quantity_6; // Pokemon slots - TB_PKM1.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[0].Species]; - TB_PKM2.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[1].Species]; - TB_PKM3.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[2].Species]; - TB_PKM4.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[3].Species]; - TB_PKM5.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[4].Species]; - TB_PKM6.Text = Main.GameStrings.specieslist[LinkInfo.Pokes[5].Species]; + TB_PKM1.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[0].Species]; + TB_PKM2.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[1].Species]; + TB_PKM3.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[2].Species]; + TB_PKM4.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[3].Species]; + TB_PKM5.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[4].Species]; + TB_PKM6.Text = GameInfo.Strings.specieslist[LinkInfo.Pokes[5].Species]; } } } diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Link6.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs index fbab342f0..7d0636379 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_OPower { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.cs similarity index 98% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.cs index 4049a860e..1132436fa 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.cs @@ -1,15 +1,16 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_OPower : Form { public SAV_OPower() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); LoadData(); } diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_OPower.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_OPower.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs index c5e6e982d..0fe985566 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_PokeBlockORAS { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs similarity index 87% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs index a5d8bc06d..87c8276d5 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.cs @@ -1,20 +1,21 @@ using System; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_PokeBlockORAS : Form { public SAV_PokeBlockORAS() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); nup_spec = new[] { NUP_Red, NUP_Blue, NUP_Pink, NUP_Green, NUP_Yellow, NUP_Rainbow, NUP_RedPlus, NUP_BluePlus, NUP_PinkPlus, NUP_GreenPlus, NUP_YellowPlus, NUP_RainbowPlus }; Label[] lbl_spec = { L_Red, L_Blue, L_Pink, L_Green, L_Yellow, L_Rainbow, L_RedPlus, L_BluePlus, L_PinkPlus, L_GreenPlus, L_YellowPlus, L_RainbowPlus }; for (int i = 0; i < lbl_spec.Length; i++) { - lbl_spec[i].Text = $"{Main.GameStrings.pokeblocks[94 + i]}:"; + lbl_spec[i].Text = $"{GameInfo.Strings.pokeblocks[94 + i]}:"; nup_spec[i].Value = BitConverter.ToUInt32(SAV.Data, SAV.Contest + i * 4); } } @@ -35,7 +36,7 @@ private void B_Save_Click(object sender, EventArgs e) private void B_RandomizeBerries_Click(object sender, EventArgs e) { - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Repopulate all berry plots with random berries?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Repopulate all berry plots with random berries?")) return; // Randomize the trees. diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokeBlockORAS.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs index cd9660978..6ea8fb5b1 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_PokedexORAS { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs similarity index 98% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs index fe1699971..9b09943d7 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.cs @@ -3,8 +3,9 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_PokedexORAS : Form { @@ -13,7 +14,7 @@ public SAV_PokedexORAS() InitializeComponent(); CP = new[] { CHK_P1, CHK_P2, CHK_P3, CHK_P4, CHK_P5, CHK_P6, CHK_P7, CHK_P8, CHK_P9, }; CL = new[] { CHK_L1, CHK_L2, CHK_L3, CHK_L4, CHK_L5, CHK_L6, CHK_L7, }; - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); editing = true; // Clear Listbox and ComboBox @@ -26,7 +27,7 @@ public SAV_PokedexORAS() CB_Species.DataSource = new BindingSource(GameInfo.SpeciesDataSource.Skip(1).Where(id => id.Value <= SAV.MaxSpeciesID).ToList(), null); for (int i = 1; i < SAV.MaxSpeciesID + 1; i++) - LB_Species.Items.Add(i.ToString("000") + " - " + Main.GameStrings.specieslist[i]); + LB_Species.Items.Add(i.ToString("000") + " - " + GameInfo.Strings.specieslist[i]); getData(); editing = false; @@ -131,7 +132,7 @@ private void getEntry() int f = SaveUtil.getDexFormIndexORAS(species, fc); if (f < 0) return; - string[] forms = PKX.getFormList(species, Main.GameStrings.types, Main.GameStrings.forms, Main.gendersymbols); + string[] forms = PKX.getFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.gendersymbols); if (forms.Length < 1) return; diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexORAS.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexORAS.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs index 7658637a2..e2400d5ec 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_PokedexXY { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs similarity index 98% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs index 97b7e83b4..5efc4a26c 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.cs @@ -3,8 +3,9 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_PokedexXY : Form { @@ -13,7 +14,7 @@ public SAV_PokedexXY() InitializeComponent(); CP = new[] { CHK_P1, CHK_P2, CHK_P3, CHK_P4, CHK_P5, CHK_P6, CHK_P7, CHK_P8, CHK_P9, }; CL = new[] { CHK_L1, CHK_L2, CHK_L3, CHK_L4, CHK_L5, CHK_L6, CHK_L7, }; - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); editing = true; // Clear Listbox and ComboBox @@ -26,7 +27,7 @@ public SAV_PokedexXY() CB_Species.DataSource = new BindingSource(GameInfo.SpeciesDataSource.Skip(1).Where(id => id.Value <= SAV.MaxSpeciesID).ToList(), null); for (int i = 1; i < SAV.MaxSpeciesID + 1; i++) - LB_Species.Items.Add(i.ToString("000") + " - " + Main.GameStrings.specieslist[i]); + LB_Species.Items.Add(i.ToString("000") + " - " + GameInfo.Strings.specieslist[i]); getData(); editing = false; @@ -132,7 +133,7 @@ private void getEntry() int f = SaveUtil.getDexFormIndexXY(species, fc); if (f < 0) return; - string[] forms = PKX.getFormList(species, Main.GameStrings.types, Main.GameStrings.forms, Main.gendersymbols); + string[] forms = PKX.getFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.gendersymbols); if (forms.Length < 1) return; diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_PokedexXY.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_PokedexXY.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs index 43a795727..09be5480d 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Pokepuff { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs similarity index 95% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs index 2ac9e4669..4708f23aa 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.cs @@ -1,16 +1,17 @@ using System; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Pokepuff : Form { public SAV_Pokepuff() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); - pfa = Main.GameStrings.puffs; + pfa = GameInfo.Strings.puffs; pfa[0] = "---"; Setup(); @@ -56,7 +57,7 @@ private void Setup() int puffval = Puffs[i]; if (puffval >= pfa.Length) { - Util.Error($"Invalid Puff Index: {i}", $"Expected < ${pfa.Length}"); + WinFormsUtil.Error($"Invalid Puff Index: {i}", $"Expected < ${pfa.Length}"); puffval = 0; } dgv.Rows[i].Cells[1].Value = pfa[puffval]; diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Pokepuff.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Pokepuff.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs index b2a55e5f4..74fe6ab30 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_SecretBase { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.cs similarity index 91% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.cs index 8483a4220..754b68440 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.cs @@ -3,16 +3,17 @@ using System.Linq; using System.Text; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_SecretBase : Form { public SAV_SecretBase() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); - abilitylist = Main.GameStrings.abilitylist; + WinFormsUtil.TranslateInterface(this, Main.curlanguage); + abilitylist = GameInfo.Strings.abilitylist; setupComboBoxes(); popFavorite(); @@ -124,11 +125,11 @@ private void B_FAV2SAV(object sender, EventArgs e) // Write data back to save int index = LB_Favorite.SelectedIndex; // store for restoring if (!GB_PKM.Enabled && index > 0) - { Util.Error("Sorry, no overwriting someone else's base with your own data."); return; } + { WinFormsUtil.Error("Sorry, no overwriting someone else's base with your own data."); return; } if (GB_PKM.Enabled && index == 0) - { Util.Error("Sorry, no overwriting of your own base with someone else's."); return; } + { WinFormsUtil.Error("Sorry, no overwriting of your own base with someone else's."); return; } if (LB_Favorite.Items[index].ToString().Substring(LB_Favorite.Items[index].ToString().Length - 5, 5) == "Empty") - { Util.Error("Sorry, no overwriting an empty base with someone else's."); return; } + { WinFormsUtil.Error("Sorry, no overwriting an empty base with someone else's."); return; } if (index < 0) return; int offset = SAV.SecretBase + 0x25A; @@ -266,11 +267,11 @@ private void saveFavPKM() byte[] pkm = new byte[0x34]; BitConverter.GetBytes(Util.getHEXval(TB_EC.Text)).CopyTo(pkm, 0); - BitConverter.GetBytes((ushort)Util.getIndex(CB_Species)).CopyTo(pkm, 8); - BitConverter.GetBytes((ushort)Util.getIndex(CB_HeldItem)).CopyTo(pkm, 0xA); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_Species)).CopyTo(pkm, 8); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_HeldItem)).CopyTo(pkm, 0xA); pkm[0xC] = (byte)Array.IndexOf(abilitylist, CB_Ability.Text.Remove(CB_Ability.Text.Length - 4)); pkm[0xD] = (byte)(CB_Ability.SelectedIndex << 1); - pkm[0x14] = (byte)Util.getIndex(CB_Nature); + pkm[0x14] = (byte)WinFormsUtil.getIndex(CB_Nature); int fegform = 0; fegform += PKX.getGender(Label_Gender.Text) << 1; @@ -284,10 +285,10 @@ private void saveFavPKM() pkm[0x1A] = (byte)Math.Min(Convert.ToInt32(TB_SPDEV.Text), 252); pkm[0x1B] = (byte)Math.Min(Convert.ToInt32(TB_SPEEV.Text), 252); - BitConverter.GetBytes((ushort)Util.getIndex(CB_Move1)).CopyTo(pkm, 0x1C); - BitConverter.GetBytes((ushort)Util.getIndex(CB_Move2)).CopyTo(pkm, 0x1E); - BitConverter.GetBytes((ushort)Util.getIndex(CB_Move3)).CopyTo(pkm, 0x20); - BitConverter.GetBytes((ushort)Util.getIndex(CB_Move4)).CopyTo(pkm, 0x22); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_Move1)).CopyTo(pkm, 0x1C); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_Move2)).CopyTo(pkm, 0x1E); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_Move3)).CopyTo(pkm, 0x20); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_Move4)).CopyTo(pkm, 0x22); pkm[0x24] = (byte)CB_PPu1.SelectedIndex; pkm[0x25] = (byte)CB_PPu2.SelectedIndex; @@ -304,7 +305,7 @@ private void saveFavPKM() pkm[0x2D] |= (byte)shiny; pkm[0x2E] = Convert.ToByte(TB_Friendship.Text); - pkm[0x2F] = (byte)Util.getIndex(CB_Ball); + pkm[0x2F] = (byte)WinFormsUtil.getIndex(CB_Ball); pkm[0x30] = Convert.ToByte(TB_Level.Text); for (int i = 0; i < 0x34; i++) // Copy data back to storage. @@ -410,7 +411,7 @@ private void loadFavPKM() private void setAbilityList() { int newabil = Convert.ToInt16(MT_AbilNo.Text) >> 1; - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); int formnum = CB_Form.SelectedIndex; int[] abils = PersonalTable.AO.getAbilities(species, formnum); @@ -428,13 +429,13 @@ private void setAbilityList() private void setForms() { - int species = Util.getIndex(CB_Species); + int species = WinFormsUtil.getIndex(CB_Species); bool hasForms = PersonalTable.AO[species].HasFormes || new[] { 664, 665, 414 }.Contains(species); CB_Form.Enabled = CB_Form.Visible = hasForms; CB_Form.DisplayMember = "Text"; CB_Form.ValueMember = "Value"; - CB_Form.DataSource = PKX.getFormList(species, Main.GameStrings.types, Main.GameStrings.forms, Main.gendersymbols).ToList(); + CB_Form.DataSource = PKX.getFormList(species, GameInfo.Strings.types, GameInfo.Strings.forms, Main.gendersymbols).ToList(); } private void updateSpecies(object sender, EventArgs e) @@ -444,7 +445,7 @@ private void updateSpecies(object sender, EventArgs e) // Check for Gender Changes // Get Gender Threshold - int gt = SAV.Personal[Util.getIndex(CB_Species)].Gender; + int gt = SAV.Personal[WinFormsUtil.getIndex(CB_Species)].Gender; if (gt == 255) // Genderless genderflag = 2; @@ -469,7 +470,7 @@ private void updateForm(object sender, EventArgs e) private void Label_Gender_Click(object sender, EventArgs e) { // Get Gender Threshold - int gt = SAV.Personal[Util.getIndex(CB_Species)].Gender; + int gt = SAV.Personal[WinFormsUtil.getIndex(CB_Species)].Gender; if (gt == 255 || gt == 0 || gt == 254) // Single gender/genderless return; @@ -484,7 +485,7 @@ private void setGenderLabel() private void B_FDelete_Click(object sender, EventArgs e) { - if (LB_Favorite.SelectedIndex < 1) { Util.Alert("Cannot delete your Secret Base."); return; } + if (LB_Favorite.SelectedIndex < 1) { WinFormsUtil.Alert("Cannot delete your Secret Base."); return; } int index = LB_Favorite.SelectedIndex - 1; int favoff = SAV.SecretBase + 0x63A; @@ -492,7 +493,7 @@ private void B_FDelete_Click(object sender, EventArgs e) if (string.IsNullOrEmpty(BaseTrainer)) BaseTrainer = "Empty"; - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, $"Delete {BaseTrainer}'s base (Entry {index}) from your records?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, $"Delete {BaseTrainer}'s base (Entry {index}) from your records?")) return; const int max = 29; diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SecretBase.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SecretBase.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs index 3f996480f..d864de4e8 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_SuperTrain { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs similarity index 92% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs index 8e23b491e..dd224ab7d 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.cs @@ -1,21 +1,22 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_SuperTrain : Form { public SAV_SuperTrain() { - trba = Main.GameStrings.trainingbags; + trba = GameInfo.Strings.trainingbags; trba[0] = "---"; offsetTime = SAV.SuperTrain + 0x08; offsetSpec = SAV.SuperTrain + 0x188; offsetVal = SAV.SuperTrain + 0x18A; InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); - string[] stages = Main.GameStrings.trainingstage; + WinFormsUtil.TranslateInterface(this, Main.curlanguage); + string[] stages = GameInfo.Strings.trainingstage; listBox1.Items.Clear(); for (int i = 0; i < 30; i++) listBox1.Items.Add((i + 1).ToString("00") + " - " + stages[i + 2]); @@ -117,7 +118,7 @@ private void B_Save_Click(object sender, EventArgs e) } try { BitConverter.GetBytes(float.Parse(TB_Time1.Text)).CopyTo(SAV.Data, offsetTime + 4 * 30); } catch { } try { BitConverter.GetBytes(float.Parse(TB_Time2.Text)).CopyTo(SAV.Data, offsetTime + 4 * 31); } catch { } - BitConverter.GetBytes((ushort)Util.getIndex(CB_S2)).CopyTo(SAV.Data, offsetSpec + 4 * 30); + BitConverter.GetBytes((ushort)WinFormsUtil.getIndex(CB_S2)).CopyTo(SAV.Data, offsetSpec + 4 * 30); bagarray.CopyTo(SAV.Data, SAV.SuperTrain + 0x308); Array.Copy(SAV.Data, Main.SAV.Data, Main.SAV.Data.Length); Main.SAV.Edited = true; @@ -131,7 +132,7 @@ private void changeRecordSpecies(object sender, EventArgs e) { int index = listBox1.SelectedIndex; if (index < 0) return; - BitConverter.GetBytes(Util.getIndex(CB_Species)).CopyTo(SAV.Data, offsetSpec + 4 * index); + BitConverter.GetBytes(WinFormsUtil.getIndex(CB_Species)).CopyTo(SAV.Data, offsetSpec + 4 * index); } private void changeRecordVal(object sender, EventArgs e) { diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_SuperTrain.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_SuperTrain.resx diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs index d22256b04..97b462b24 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Trainer { @@ -416,7 +416,7 @@ private void InitializeComponent() // // PB_Badge8 // - this.PB_Badge8.Image = global::PKHeX.Properties.Resources.badge_8; + this.PB_Badge8.Image = Core.Properties.Resources.badge_8; this.PB_Badge8.Location = new System.Drawing.Point(248, 63); this.PB_Badge8.Name = "PB_Badge8"; this.PB_Badge8.Size = new System.Drawing.Size(50, 50); @@ -427,7 +427,7 @@ private void InitializeComponent() // // PB_Badge6 // - this.PB_Badge6.Image = global::PKHeX.Properties.Resources.badge_6; + this.PB_Badge6.Image = Core.Properties.Resources.badge_6; this.PB_Badge6.Location = new System.Drawing.Point(142, 63); this.PB_Badge6.Name = "PB_Badge6"; this.PB_Badge6.Size = new System.Drawing.Size(50, 50); @@ -438,7 +438,7 @@ private void InitializeComponent() // // PB_Badge4 // - this.PB_Badge4.Image = global::PKHeX.Properties.Resources.badge_4; + this.PB_Badge4.Image = Core.Properties.Resources.badge_4; this.PB_Badge4.Location = new System.Drawing.Point(248, 10); this.PB_Badge4.Name = "PB_Badge4"; this.PB_Badge4.Size = new System.Drawing.Size(50, 50); @@ -449,7 +449,7 @@ private void InitializeComponent() // // PB_Badge2 // - this.PB_Badge2.Image = global::PKHeX.Properties.Resources.badge_2; + this.PB_Badge2.Image = Core.Properties.Resources.badge_2; this.PB_Badge2.Location = new System.Drawing.Point(142, 10); this.PB_Badge2.Name = "PB_Badge2"; this.PB_Badge2.Size = new System.Drawing.Size(50, 50); @@ -460,7 +460,7 @@ private void InitializeComponent() // // PB_Badge7 // - this.PB_Badge7.Image = global::PKHeX.Properties.Resources.badge_7; + this.PB_Badge7.Image = Core.Properties.Resources.badge_7; this.PB_Badge7.Location = new System.Drawing.Point(195, 63); this.PB_Badge7.Name = "PB_Badge7"; this.PB_Badge7.Size = new System.Drawing.Size(50, 50); @@ -471,7 +471,7 @@ private void InitializeComponent() // // PB_Badge5 // - this.PB_Badge5.Image = global::PKHeX.Properties.Resources.badge_5; + this.PB_Badge5.Image = Core.Properties.Resources.badge_5; this.PB_Badge5.Location = new System.Drawing.Point(89, 63); this.PB_Badge5.Name = "PB_Badge5"; this.PB_Badge5.Size = new System.Drawing.Size(50, 50); @@ -482,7 +482,7 @@ private void InitializeComponent() // // PB_Badge3 // - this.PB_Badge3.Image = global::PKHeX.Properties.Resources.badge_3; + this.PB_Badge3.Image = Core.Properties.Resources.badge_3; this.PB_Badge3.Location = new System.Drawing.Point(195, 10); this.PB_Badge3.Name = "PB_Badge3"; this.PB_Badge3.Size = new System.Drawing.Size(50, 50); @@ -493,7 +493,7 @@ private void InitializeComponent() // // PB_Badge1 // - this.PB_Badge1.Image = global::PKHeX.Properties.Resources.badge_1; + this.PB_Badge1.Image = Core.Properties.Resources.badge_1; this.PB_Badge1.Location = new System.Drawing.Point(89, 10); this.PB_Badge1.Name = "PB_Badge1"; this.PB_Badge1.Size = new System.Drawing.Size(50, 50); diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.cs similarity index 92% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.cs index 55aac734c..eed7ea650 100644 --- a/PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.cs @@ -2,8 +2,9 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Trainer : Form { @@ -12,10 +13,10 @@ public SAV_Trainer() { InitializeComponent(); if (Main.unicode) - try { TB_OTName.Font = PKX.getPKXFont(11); } - catch (Exception e) { Util.Alert("Font loading failed...", e.ToString()); } + try { TB_OTName.Font = FontUtil.getPKXFont(11); } + catch (Exception e) { WinFormsUtil.Alert("Font loading failed...", e.ToString()); } - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); B_MaxCash.Click += (sender, e) => MT_Money.Text = "9,999,999"; CB_Gender.Items.Clear(); @@ -329,34 +330,34 @@ private void getComboBoxes() CB_MultiplayerSprite.ValueMember = "Value"; CB_MultiplayerSprite.DataSource = oras_sprite_list; - L_Vivillon.Text = Main.GameStrings.specieslist[666] + ":"; + L_Vivillon.Text = GameInfo.Strings.specieslist[666] + ":"; CB_Vivillon.DisplayMember = "Text"; CB_Vivillon.ValueMember = "Value"; - CB_Vivillon.DataSource = PKX.getFormList(666, Main.GameStrings.types, Main.GameStrings.forms, Main.gendersymbols).ToList(); + CB_Vivillon.DataSource = PKX.getFormList(666, GameInfo.Strings.types, GameInfo.Strings.forms, Main.gendersymbols).ToList(); } private void getBadges() { // Fetch Badges Bitmap[] bma = Main.SAV.ORAS ? new[] { - Properties.Resources.badge_01, // ORAS Badges - Properties.Resources.badge_02, - Properties.Resources.badge_03, - Properties.Resources.badge_04, - Properties.Resources.badge_05, - Properties.Resources.badge_06, - Properties.Resources.badge_07, - Properties.Resources.badge_08, + Core.Properties.Resources.badge_01, // ORAS Badges + Core.Properties.Resources.badge_02, + Core.Properties.Resources.badge_03, + Core.Properties.Resources.badge_04, + Core.Properties.Resources.badge_05, + Core.Properties.Resources.badge_06, + Core.Properties.Resources.badge_07, + Core.Properties.Resources.badge_08, } : new [] { - Properties.Resources.badge_1, // XY Badges - Properties.Resources.badge_2, - Properties.Resources.badge_3, - Properties.Resources.badge_4, - Properties.Resources.badge_5, - Properties.Resources.badge_6, - Properties.Resources.badge_7, - Properties.Resources.badge_8, + Core.Properties.Resources.badge_1, // XY Badges + Core.Properties.Resources.badge_2, + Core.Properties.Resources.badge_3, + Core.Properties.Resources.badge_4, + Core.Properties.Resources.badge_5, + Core.Properties.Resources.badge_6, + Core.Properties.Resources.badge_7, + Core.Properties.Resources.badge_8, }; for (int i = 0; i < 8; i++) @@ -422,7 +423,7 @@ private void getTextBoxes() // Load PSS Sprite CB_MultiplayerSprite.SelectedValue = SAV.Sprite; - PB_Sprite.Image = (Image)Properties.Resources.ResourceManager.GetObject("tr_" + SAV.Sprite.ToString("00")); + PB_Sprite.Image = (Image)Core.Properties.Resources.ResourceManager.GetObject("tr_" + SAV.Sprite.ToString("00")); if (SAV.XY) { @@ -472,10 +473,10 @@ private void save() SAV.TID = (ushort)Util.ToUInt32(MT_TID.Text); SAV.SID = (ushort)Util.ToUInt32(MT_SID.Text); SAV.Money = Util.ToUInt32(MT_Money.Text); - SAV.SubRegion = Util.getIndex(CB_Region); - SAV.Country = Util.getIndex(CB_Country); - SAV.ConsoleRegion = Util.getIndex(CB_3DSReg); - SAV.Language = Util.getIndex(CB_Language); + SAV.SubRegion = WinFormsUtil.getIndex(CB_Region); + SAV.Country = WinFormsUtil.getIndex(CB_Country); + SAV.ConsoleRegion = WinFormsUtil.getIndex(CB_3DSReg); + SAV.Language = WinFormsUtil.getIndex(CB_Language); SAV.OT = TB_OTName.Text; @@ -646,8 +647,8 @@ private void giveAllAccessories(object sender, EventArgs e) private void updateCountry(object sender, EventArgs e) { - if (Util.getIndex(sender as ComboBox) > 0) - Main.setCountrySubRegion(CB_Region, "sr_" + Util.getIndex(sender as ComboBox).ToString("000")); + if (WinFormsUtil.getIndex(sender as ComboBox) > 0) + Main.setCountrySubRegion(CB_Region, "sr_" + WinFormsUtil.getIndex(sender as ComboBox).ToString("000")); } private void toggleBadge(object sender, EventArgs e) { @@ -656,7 +657,7 @@ private void toggleBadge(object sender, EventArgs e) private void CB_Multi_SelectedIndexChanged(object sender, EventArgs e) { - PB_Sprite.Image = (Image)Properties.Resources.ResourceManager.GetObject(Main.SAV.ORAS || Main.SAV.ORASDEMO ? "tr_" + Util.getIndex(CB_MultiplayerSprite).ToString("00") : "tr_00"); + PB_Sprite.Image = (Image)Core.Properties.Resources.ResourceManager.GetObject(Main.SAV.ORAS || Main.SAV.ORASDEMO ? "tr_" + WinFormsUtil.getIndex(CB_MultiplayerSprite).ToString("00") : "tr_00"); } } } \ No newline at end of file diff --git a/PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen6/SAV_Trainer.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen6/SAV_Trainer.resx diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs index 981ab639f..b34979a22 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Pokebean { diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.cs similarity index 96% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.cs index 5445ec87d..abe9553bf 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.cs @@ -1,15 +1,16 @@ using System; using System.Collections.Generic; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Pokebean : Form { public SAV_Pokebean() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); var colors = new[] {"Red", "Blue", "Light Blue", "Green", "Yellow", "Purple", "Orange"}; var beans = new List(); diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Pokebean.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Pokebean.resx diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs index 737d10bb5..75fa42427 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_PokedexSM { diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs similarity index 97% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs index 392479bf1..9aec766ce 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.cs @@ -2,8 +2,9 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_PokedexSM : Form { @@ -12,7 +13,7 @@ public SAV_PokedexSM() InitializeComponent(); CP = new[] { CHK_P1, CHK_P2, CHK_P3, CHK_P4, CHK_P5, CHK_P6, CHK_P7, CHK_P8, CHK_P9, }; CL = new[] { CHK_L1, CHK_L2, CHK_L3, CHK_L4, CHK_L5, CHK_L6, CHK_L7, CHK_L8, CHK_L9, }; - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); editing = true; // Clear Listbox and ComboBox @@ -25,7 +26,7 @@ public SAV_PokedexSM() CB_Species.DataSource = new BindingSource(GameInfo.SpeciesDataSource.Skip(1).ToList(), null); for (int i = 1; i < SAV.MaxSpeciesID + 1; i++) - LB_Species.Items.Add($"{i:000} - {Main.GameStrings.specieslist[i]}"); + LB_Species.Items.Add($"{i:000} - {GameInfo.Strings.specieslist[i]}"); // Add Formes int ctr = SAV.MaxSpeciesID; @@ -38,7 +39,7 @@ public SAV_PokedexSM() if (x == -1 || j == 0) continue; ctr++; - LB_Species.Items.Add($"{ctr:000} - {Main.GameStrings.specieslist[i]}-{j}"); + LB_Species.Items.Add($"{ctr:000} - {GameInfo.Strings.specieslist[i]}-{j}"); } } diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_PokedexSM.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_PokedexSM.resx diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs index 3a86c639f..594de90cc 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Trainer7 { diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs similarity index 93% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index faf858f8c..8657c7652 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -1,9 +1,10 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Trainer7 : Form { @@ -13,10 +14,10 @@ public SAV_Trainer7() Loading = true; InitializeComponent(); if (Main.unicode) - try { TB_OTName.Font = PKX.getPKXFont(11); } - catch (Exception e) { Util.Alert("Font loading failed...", e.ToString()); } + try { TB_OTName.Font = FontUtil.getPKXFont(11); } + catch (Exception e) { WinFormsUtil.Alert("Font loading failed...", e.ToString()); } - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); B_MaxCash.Click += (sender, e) => MT_Money.Text = "9,999,999"; CB_Gender.Items.Clear(); @@ -188,11 +189,11 @@ private void save() SAV.TID = (ushort)Util.ToUInt32(MT_TID.Text); SAV.SID = (ushort)Util.ToUInt32(MT_SID.Text); SAV.Money = Util.ToUInt32(MT_Money.Text); - SAV.SubRegion = Util.getIndex(CB_Region); - SAV.Country = Util.getIndex(CB_Country); - SAV.ConsoleRegion = Util.getIndex(CB_3DSReg); - SAV.Language = Util.getIndex(CB_Language); - SAV.AlolaTime = (ulong)Util.getIndex(CB_AlolaTime); + SAV.SubRegion = WinFormsUtil.getIndex(CB_Region); + SAV.Country = WinFormsUtil.getIndex(CB_Country); + SAV.ConsoleRegion = WinFormsUtil.getIndex(CB_3DSReg); + SAV.Language = WinFormsUtil.getIndex(CB_Language); + SAV.AlolaTime = (ulong)WinFormsUtil.getIndex(CB_AlolaTime); SAV.OT = TB_OTName.Text; @@ -307,19 +308,19 @@ private void changeMapValue(object sender, EventArgs e) } private void updateCountry(object sender, EventArgs e) { - if (Util.getIndex(sender as ComboBox) > 0) - Main.setCountrySubRegion(CB_Region, "sr_" + Util.getIndex(sender as ComboBox).ToString("000")); + if (WinFormsUtil.getIndex(sender as ComboBox) > 0) + Main.setCountrySubRegion(CB_Region, "sr_" + WinFormsUtil.getIndex(sender as ComboBox).ToString("000")); } private void B_Fashion_Click(object sender, EventArgs e) { - var prompt = Util.Prompt(MessageBoxButtons.YesNo, "Giving all Fashion Items will clear existing data", "Continue?"); + var prompt = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Giving all Fashion Items will clear existing data", "Continue?"); if (DialogResult.Yes != prompt) return; // Clear Block new byte[SAV.FashionLength].CopyTo(SAV.Data, SAV.Fashion); // Write Payload - byte[] data = SAV.Gender == 0 ? Properties.Resources.fashion_m_sm : Properties.Resources.fashion_f_sm; + byte[] data = SAV.Gender == 0 ? Core.Properties.Resources.fashion_m_sm : Core.Properties.Resources.fashion_f_sm; data.CopyTo(SAV.Data, SAV.Fashion); } private void changeStat(object sender, EventArgs e) diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_Trainer7.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.resx diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs index f931e7fb7..36f087325 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_ZygardeCell { diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs index 480900b91..10b1c76b6 100644 --- a/PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.cs @@ -1,8 +1,9 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_ZygardeCell : Form { diff --git a/PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.resx b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/Gen7/SAV_ZygardeCell.resx rename to PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_ZygardeCell.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_BoxViewer.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_BoxViewer.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.Designer.cs index 18ce297a0..fa7d4edae 100644 --- a/PKHeX/Subforms/Save Editors/SAV_BoxViewer.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_BoxViewer { @@ -100,7 +100,7 @@ private void InitializeComponent() // // PAN_Box // - this.PAN_Box.BackgroundImage = global::PKHeX.Properties.Resources.box_wp16xy; + this.PAN_Box.BackgroundImage = Core.Properties.Resources.box_wp16xy; this.PAN_Box.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.PAN_Box.Controls.Add(this.bpkx30); this.PAN_Box.Controls.Add(this.bpkx29); @@ -503,7 +503,7 @@ private void InitializeComponent() // // PB_BoxSwap // - this.PB_BoxSwap.Image = global::PKHeX.Properties.Resources.swapBox; + this.PB_BoxSwap.Image = Core.Properties.Resources.swapBox; this.PB_BoxSwap.Location = new System.Drawing.Point(0, 0); this.PB_BoxSwap.Name = "PB_BoxSwap"; this.PB_BoxSwap.Size = new System.Drawing.Size(24, 24); diff --git a/PKHeX/Subforms/Save Editors/SAV_BoxViewer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.cs similarity index 94% rename from PKHeX/Subforms/Save Editors/SAV_BoxViewer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.cs index 55370fcbe..51bfcbb9c 100644 --- a/PKHeX/Subforms/Save Editors/SAV_BoxViewer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.cs @@ -4,9 +4,10 @@ using System.Linq; using System.Threading; using System.Windows.Forms; -using static PKHeX.Main; +using PKHeX.Core; +using static PKHeX.WinForms.Main; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_BoxViewer : Form { @@ -117,9 +118,9 @@ private void getSlotFiller(int offset, PictureBox pb) bool locked = slot < 30 && SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot); bool team = slot < 30 && SAV.getIsTeamSet(CB_BoxSelect.SelectedIndex, slot); if (locked) - sprite = Util.LayerImage(sprite, Properties.Resources.locked, 26, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.locked, 26, 0, 1); else if (team) - sprite = Util.LayerImage(sprite, Properties.Resources.team, 21, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.team, 21, 0, 1); pb.Image = sprite; pb.BackColor = Color.Transparent; } @@ -130,9 +131,9 @@ private void getQuickFiller(PictureBox pb, PKM pk) bool locked = slot < 30 && SAV.getIsSlotLocked(CB_BoxSelect.SelectedIndex, slot); bool team = slot < 30 && SAV.getIsTeamSet(CB_BoxSelect.SelectedIndex, slot); if (locked) - sprite = Util.LayerImage(sprite, Properties.Resources.locked, 26, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.locked, 26, 0, 1); else if (team) - sprite = Util.LayerImage(sprite, Properties.Resources.team, 21, 0, 1); + sprite = Util.LayerImage(sprite, Core.Properties.Resources.team, 21, 0, 1); pb.Image = sprite; if (pb.BackColor == Color.Red) pb.BackColor = Color.Transparent; @@ -203,7 +204,7 @@ private void pbBoxSlot_MouseMove(object sender, MouseEventArgs e) var img = (Bitmap)pb.Image; DragInfo.Cursor = Cursor.Current = new Cursor(img.GetHicon()); pb.Image = null; - pb.BackgroundImage = Properties.Resources.slotDrag; + pb.BackgroundImage = Core.Properties.Resources.slotDrag; // Thread Blocks on DoDragDrop DragInfo.CurrentPath = newfile; DragDropEffects result = pb.DoDragDrop(new DataObject(DataFormats.FileDrop, new[] { newfile }), DragDropEffects.Move); @@ -218,7 +219,7 @@ private void pbBoxSlot_MouseMove(object sender, MouseEventArgs e) } catch (Exception x) { - Util.Error("Drag & Drop Error", x); + WinFormsUtil.Error("Drag & Drop Error", x); } parent.notifyBoxViewerRefresh(); DragInfo.Reset(); @@ -247,7 +248,7 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) if (SAV.getIsSlotLocked(DragInfo.slotDestinationBoxNumber, DragInfo.slotDestinationSlotNumber)) { DragInfo.slotDestinationSlotNumber = -1; // Invalidate - Util.Alert("Unable to set to locked slot."); + WinFormsUtil.Alert("Unable to set to locked slot."); return; } if (DragInfo.slotSourceOffset < 0) // file @@ -266,13 +267,13 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) PKM pk = PKMConverter.convertToFormat(temp, SAV.PKMType, out c); if (pk == null) - { Util.Error(c); Console.WriteLine(c); return; } + { WinFormsUtil.Error(c); Console.WriteLine(c); return; } string[] errata = verifyPKMtoSAV(pk); if (errata.Length > 0) { string concat = string.Join(Environment.NewLine, errata); - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, concat, "Continue?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, concat, "Continue?")) { Console.WriteLine(c); Console.WriteLine(concat); return; } } diff --git a/PKHeX/Subforms/Save Editors/SAV_BoxViewer.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_BoxViewer.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_BoxViewer.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_EventFlags.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_EventFlags.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.Designer.cs index a2a0f2c77..81cbbfa23 100644 --- a/PKHeX/Subforms/Save Editors/SAV_EventFlags.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_EventFlags { diff --git a/PKHeX/Subforms/Save Editors/SAV_EventFlags.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.cs similarity index 90% rename from PKHeX/Subforms/Save Editors/SAV_EventFlags.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.cs index 3d099cb71..3617bb52a 100644 --- a/PKHeX/Subforms/Save Editors/SAV_EventFlags.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.cs @@ -4,8 +4,9 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_EventFlags : Form { @@ -25,8 +26,8 @@ public SAV_EventFlags() TLP_Flags.SuspendLayout(); TLP_Const.SuspendLayout(); - TLP_Flags.Scroll += Util.PanelScroll; - TLP_Const.Scroll += Util.PanelScroll; + TLP_Flags.Scroll += WinFormsUtil.PanelScroll; + TLP_Const.Scroll += WinFormsUtil.PanelScroll; TLP_Flags.Controls.Clear(); TLP_Const.Controls.Clear(); addFlagList(getStringList("flags")); @@ -35,7 +36,7 @@ public SAV_EventFlags() TLP_Flags.ResumeLayout(); TLP_Const.ResumeLayout(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); Text = $"Event Flag Editor ({gamePrefix.ToUpper()})"; @@ -368,16 +369,16 @@ private void loadSAV(object sender, string path) } private void diffSaves() { - if (!File.Exists(TB_OldSAV.Text)) { Util.Alert("Save 1 path invalid."); return; } - if (!File.Exists(TB_NewSAV.Text)) { Util.Alert("Save 2 path invalid."); return; } - if (new FileInfo(TB_OldSAV.Text).Length > 0x100000) { Util.Alert("Save 1 file invalid."); return; } - if (new FileInfo(TB_NewSAV.Text).Length > 0x100000) { Util.Alert("Save 2 file invalid."); return; } + if (!File.Exists(TB_OldSAV.Text)) { WinFormsUtil.Alert("Save 1 path invalid."); return; } + if (!File.Exists(TB_NewSAV.Text)) { WinFormsUtil.Alert("Save 2 path invalid."); return; } + if (new FileInfo(TB_OldSAV.Text).Length > 0x100000) { WinFormsUtil.Alert("Save 1 file invalid."); return; } + if (new FileInfo(TB_NewSAV.Text).Length > 0x100000) { WinFormsUtil.Alert("Save 2 file invalid."); return; } SaveFile s1 = SaveUtil.getVariantSAV(File.ReadAllBytes(TB_OldSAV.Text)); SaveFile s2 = SaveUtil.getVariantSAV(File.ReadAllBytes(TB_NewSAV.Text)); - if (s1.GetType() != s2.GetType()) { Util.Alert("Save types are different.", $"S1: {s1.GetType().Name}", $"S2: {s2.GetType().Name}"); return; } - if (s1.Version != s2.Version) { Util.Alert("Save versions are different.", $"S1: {s1.Version}", $"S2: {s2.Version}"); return; } + if (s1.GetType() != s2.GetType()) { WinFormsUtil.Alert("Save types are different.", $"S1: {s1.GetType().Name}", $"S2: {s2.GetType().Name}"); return; } + if (s1.Version != s2.Version) { WinFormsUtil.Alert("Save versions are different.", $"S1: {s1.Version}", $"S2: {s2.Version}"); return; } string tbIsSet = ""; string tbUnSet = ""; @@ -386,7 +387,7 @@ private void diffSaves() bool[] oldBits = s1.EventFlags; bool[] newBits = s2.EventFlags; if (oldBits.Length != newBits.Length) - { Util.Alert("Event flag lengths for games are different.", $"S1: {(GameVersion)s1.Game}", $"S2: {(GameVersion)s2.Game}"); return; } + { WinFormsUtil.Alert("Event flag lengths for games are different.", $"S1: {(GameVersion)s1.Game}", $"S2: {(GameVersion)s2.Game}"); return; } for (int i = 0; i < oldBits.Length; i++) { @@ -399,7 +400,7 @@ private void diffSaves() } catch (Exception e) { - Util.Error("An unexpected error has occurred.", e); + WinFormsUtil.Error("An unexpected error has occurred.", e); Console.Write(e); } TB_IsSet.Text = tbIsSet; @@ -411,7 +412,7 @@ private void diffSaves() ushort[] oldConst = s1.EventConsts; ushort[] newConst = s2.EventConsts; if (oldConst.Length != newConst.Length) - { Util.Alert("Event flag lengths for games are different.", $"S1: {(GameVersion)s1.Game}", $"S2: {(GameVersion)s2.Game}"); return; } + { WinFormsUtil.Alert("Event flag lengths for games are different.", $"S1: {(GameVersion)s1.Game}", $"S2: {(GameVersion)s2.Game}"); return; } for (int i = 0; i < newConst.Length; i++) if (oldConst[i] != newConst[i]) @@ -419,11 +420,11 @@ private void diffSaves() } catch (Exception e) { - Util.Error("An unexpected error has occurred.", e); + WinFormsUtil.Error("An unexpected error has occurred.", e); Console.Write(e); } - if (DialogResult.Yes != Util.Prompt(MessageBoxButtons.YesNo, "Copy Event Constant diff to clipboard?")) + if (DialogResult.Yes != WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Copy Event Constant diff to clipboard?")) return; Clipboard.SetText(r); } @@ -435,7 +436,7 @@ private void tabMain_DragEnter(object sender, DragEventArgs e) private void tabMain_DragDrop(object sender, DragEventArgs e) { string[] files = (string[])e.Data.GetData(DataFormats.FileDrop); - loadSAV(Util.Prompt(MessageBoxButtons.YesNo, "FlagDiff Researcher:", "Yes: Old Save" + Environment.NewLine + "No: New Save") == DialogResult.Yes ? B_LoadOld : B_LoadNew, files[0]); + loadSAV(WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "FlagDiff Researcher:", "Yes: Old Save" + Environment.NewLine + "No: New Save") == DialogResult.Yes ? B_LoadOld : B_LoadNew, files[0]); } } } \ No newline at end of file diff --git a/PKHeX/Subforms/Save Editors/SAV_EventFlags.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_EventFlags.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_EventFlags.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_Inventory.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_Inventory.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.Designer.cs index c958960f5..c7ac6052b 100644 --- a/PKHeX/Subforms/Save Editors/SAV_Inventory.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Inventory { diff --git a/PKHeX/Subforms/Save Editors/SAV_Inventory.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs similarity index 96% rename from PKHeX/Subforms/Save Editors/SAV_Inventory.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs index b29c4e75d..8ce76abb7 100644 --- a/PKHeX/Subforms/Save Editors/SAV_Inventory.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.cs @@ -2,18 +2,19 @@ using System.Drawing; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Inventory : Form { public SAV_Inventory() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); if (SAV.Generation <= 3) NUD_Count.Visible = L_Count.Visible = B_GiveAll.Visible = false; - itemlist = Main.GameStrings.getItemStrings(SAV.Generation, SAV.Version); + itemlist = GameInfo.Strings.getItemStrings(SAV.Generation, SAV.Version); for (int i = 0; i < itemlist.Length; i++) if (itemlist[i] == "") @@ -155,9 +156,9 @@ private void getBags() var incorrectPouch = invalid.Where(item => item.Index < itemlist.Length).ToArray(); if (outOfBounds.Any()) - Util.Error("Unknown item detected.", "Item ID(s): " + string.Join(", ", outOfBounds.Select(item => item.Index))); + WinFormsUtil.Error("Unknown item detected.", "Item ID(s): " + string.Join(", ", outOfBounds.Select(item => item.Index))); if (!Main.HaX && incorrectPouch.Any()) - Util.Alert($"The following item(s) have been removed from {pouch.Type} pouch.", + WinFormsUtil.Alert($"The following item(s) have been removed from {pouch.Type} pouch.", string.Join(", ", incorrectPouch.Select(item => itemlist[item.Index])), "If you save changes, the item(s) will no longer be in the pouch."); @@ -210,7 +211,7 @@ private void setBag(DataGridView dgv, InventoryPouch pouch) } else if (itemcnt > pouch.MaxCount) { - if (itemindex == 797 && itemcnt >= 2) // Edge case when for some reason the item count for Z-Ring was 2 in an unedited save and set 1 after using PKHex + if (itemindex == 797 && itemcnt >= 2) // Edge case when for some reason the item count for Z-Ring was 2 in an unedited save and set 1 after using PKHeX.Core itemcnt = 2; else itemcnt = pouch.MaxCount; // Cap at pouch maximum @@ -334,7 +335,7 @@ private void removeAllItems(object sender, EventArgs e) if (HasNew) dgv.Rows[i].Cells[c].Value = false; } - Util.Alert("Items cleared."); + WinFormsUtil.Alert("Items cleared."); } private void B_Sort_Click(object sender, EventArgs e) { diff --git a/PKHeX/Subforms/Save Editors/SAV_Inventory.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_Inventory.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Inventory.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs index cf25e0653..4d90ed0eb 100644 --- a/PKHeX/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_SimplePokedex { diff --git a/PKHeX/Subforms/Save Editors/SAV_SimplePokedex.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.cs similarity index 96% rename from PKHeX/Subforms/Save Editors/SAV_SimplePokedex.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.cs index cdbc25af7..8fd0e27ec 100644 --- a/PKHeX/Subforms/Save Editors/SAV_SimplePokedex.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.cs @@ -1,14 +1,15 @@ using System; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_SimplePokedex : Form { public SAV_SimplePokedex() { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); seen = new bool[SAV.MaxSpeciesID]; caught = new bool[SAV.MaxSpeciesID]; diff --git a/PKHeX/Subforms/Save Editors/SAV_SimplePokedex.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_SimplePokedex.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimplePokedex.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs index 520780712..6774b226a 100644 --- a/PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_SimpleTrainer { diff --git a/PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.cs similarity index 98% rename from PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.cs index aeacceefc..b6f6cb251 100644 --- a/PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.cs @@ -1,8 +1,9 @@ using System; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_SimpleTrainer : Form { @@ -10,7 +11,7 @@ public SAV_SimpleTrainer() { Loading = true; InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); cba = new[] {CHK_1, CHK_2, CHK_3, CHK_4, CHK_5, CHK_6, CHK_7, CHK_8}; TB_OTName.MaxLength = SAV.OTLength; diff --git a/PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_SimpleTrainer.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.resx diff --git a/PKHeX/Subforms/Save Editors/SAV_Wondercard.Designer.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.Designer.cs similarity index 99% rename from PKHeX/Subforms/Save Editors/SAV_Wondercard.Designer.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.Designer.cs index 25c38993a..722370701 100644 --- a/PKHeX/Subforms/Save Editors/SAV_Wondercard.Designer.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class SAV_Wondercard { diff --git a/PKHeX/Subforms/Save Editors/SAV_Wondercard.cs b/PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.cs similarity index 87% rename from PKHeX/Subforms/Save Editors/SAV_Wondercard.cs rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.cs index 697e3da11..e9df56526 100644 --- a/PKHeX/Subforms/Save Editors/SAV_Wondercard.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.cs @@ -4,15 +4,16 @@ using System.IO; using System.Linq; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class SAV_Wondercard : Form { public SAV_Wondercard(MysteryGift g = null) { InitializeComponent(); - Util.TranslateInterface(this, Main.curlanguage); + WinFormsUtil.TranslateInterface(this, Main.curlanguage); mga = Main.SAV.GiftAlbum; switch (SAV.Generation) @@ -78,7 +79,7 @@ private void viewGiftData(MysteryGift g) { // only check if the form is visible (not opening) if (Visible && g.GiftUsed && DialogResult.Yes == - Util.Prompt(MessageBoxButtons.YesNo, + WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Wonder Card is marked as USED and will not be able to be picked up in-game.", "Do you want to remove the USED flag so that it is UNUSED?")) g.GiftUsed = false; @@ -89,7 +90,7 @@ private void viewGiftData(MysteryGift g) } catch (Exception e) { - Util.Error("Loading of data failed... is this really a Wonder Card?", e); + WinFormsUtil.Error("Loading of data failed... is this really a Wonder Card?", e); RTB.Clear(); } } @@ -137,7 +138,7 @@ private void B_Import_Click(object sender, EventArgs e) MysteryGift g = MysteryGift.getMysteryGift(File.ReadAllBytes(path), Path.GetExtension(path)); if (g == null) { - Util.Error("File is not a Mystery Gift:", path); + WinFormsUtil.Error("File is not a Mystery Gift:", path); return; } viewGiftData(g); @@ -185,7 +186,7 @@ private void clickView(object sender, EventArgs e) sender = ((sender as ToolStripItem)?.Owner as ContextMenuStrip)?.SourceControl ?? sender as PictureBox; int index = Array.IndexOf(pba, sender); - setBackground(index, Properties.Resources.slotView); + setBackground(index, Core.Properties.Resources.slotView); viewGiftData(mga.Gifts[index]); } private void clickSet(object sender, EventArgs e) @@ -202,10 +203,10 @@ private void clickSet(object sender, EventArgs e) index = lastUnfilled; if (mg.Type != mga.Gifts[index].Type) { - Util.Alert("Can't set slot here.", $"{mg.Type} != {mga.Gifts[index].Type}"); + WinFormsUtil.Alert("Can't set slot here.", $"{mg.Type} != {mga.Gifts[index].Type}"); return; } - setBackground(index, Properties.Resources.slotSet); + setBackground(index, Core.Properties.Resources.slotSet); mga.Gifts[index] = mg.Clone(); setGiftBoxes(); setCardID(mg.CardID); @@ -234,7 +235,7 @@ private void clickDelete(object sender, EventArgs e) mga.Gifts[i-1] = mg1; mga.Gifts[i] = mg2; } - setBackground(i, Properties.Resources.slotDel); + setBackground(i, Core.Properties.Resources.slotDel); setGiftBoxes(); } @@ -287,13 +288,13 @@ private void tabMain_DragDrop(object sender, DragEventArgs e) long len = new FileInfo(path).Length; if (len > 0x1000) // arbitrary { - Util.Alert("File is not a Mystery Gift.", path); + WinFormsUtil.Alert("File is not a Mystery Gift.", path); return; } MysteryGift g = MysteryGift.getMysteryGift(File.ReadAllBytes(path), Path.GetExtension(path)); if (g == null) { - Util.Error("File is not a Mystery Gift:", path); + WinFormsUtil.Error("File is not a Mystery Gift:", path); return; } viewGiftData(g); @@ -318,7 +319,7 @@ private bool checkSpecialWonderCard(MysteryGift g) } return true; - reject: Util.Alert("Unable to insert the Mystery Gift.", "Does this Mystery Gift really belong to this game?"); + reject: WinFormsUtil.Alert("Unable to insert the Mystery Gift.", "Does this Mystery Gift really belong to this game?"); return false; } @@ -334,21 +335,21 @@ private void L_QR_Click(object sender, EventArgs e) string giftType = gift.Type; if (mga.Gifts.All(card => card.Data.Length != data.Length)) - Util.Alert("Decoded data not valid for loaded save file.", $"QR Data Size: 0x{data.Length:X}"); + WinFormsUtil.Alert("Decoded data not valid for loaded save file.", $"QR Data Size: 0x{data.Length:X}"); else if (types.All(type => type != giftType)) - Util.Alert("Gift type is not compatible with the save file.", $"QR Gift Type: {gift.Type}" + Environment.NewLine + $"Expected Types: {string.Join(", ", types)}"); + WinFormsUtil.Alert("Gift type is not compatible with the save file.", $"QR Gift Type: {gift.Type}" + Environment.NewLine + $"Expected Types: {string.Join(", ", types)}"); else if (gift.Species > SAV.MaxSpeciesID || gift.Moves.Any(move => move > SAV.MaxMoveID) || gift.HeldItem > SAV.MaxItemID) - Util.Alert("Gift Details are not compatible with the save file."); + WinFormsUtil.Alert("Gift Details are not compatible with the save file."); else try { viewGiftData(gift); } - catch { Util.Alert("Error loading Mystery Gift data."); } + catch { WinFormsUtil.Alert("Error loading Mystery Gift data."); } } else { if (mg.Data.SequenceEqual(new byte[mg.Data.Length])) - { Util.Alert("No wondercard data found in loaded slot!"); return; } + { WinFormsUtil.Alert("No wondercard data found in loaded slot!"); return; } if (SAV.Generation == 6 && mg.Item == 726 && mg.IsItem) - { Util.Alert("Eon Ticket Wonder Cards will not function properly", "Inject to the save file instead."); return; } + { WinFormsUtil.Alert("Eon Ticket Wonder Cards will not function properly", "Inject to the save file instead."); return; } const string server = "http://lunarcookies.github.io/wc.html#"; Image qr = QR.getQRImage(mg.Data, server); @@ -356,7 +357,7 @@ private void L_QR_Click(object sender, EventArgs e) string desc = $"({mg.Type}) {getDescription(mg)}"; - new QR(qr, PB_Preview.Image, desc, "", "", "PKHeX Wonder Card @ ProjectPokemon.org").ShowDialog(); + new QR(qr, PB_Preview.Image, desc, "", "", "PKHeX.Core Wonder Card @ ProjectPokemon.org").ShowDialog(); } } @@ -391,7 +392,7 @@ private void pbBoxSlot_MouseDown(object sender, MouseEventArgs e) DoDragDrop(new DataObject(DataFormats.FileDrop, new[] { newfile }), DragDropEffects.Move); } catch (Exception x) - { Util.Error("Drag & Drop Error", x); } + { WinFormsUtil.Error("Drag & Drop Error", x); } File.Delete(newfile); wc_slot = -1; } @@ -411,12 +412,12 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) if (files.Length < 1) return; if (PCD.Size < (int)new FileInfo(files[0]).Length) - { Util.Alert("Data size invalid.", files[0]); return; } + { WinFormsUtil.Alert("Data size invalid.", files[0]); return; } byte[] data = File.ReadAllBytes(files[0]); if (data.Length != mga.Gifts[index].Data.Length) { - Util.Alert("Can't set slot here.", + WinFormsUtil.Alert("Can't set slot here.", $"{data.Length} != {mga.Gifts[index].Data.Length}, {mga.Gifts[index].Type}", files[0]); return; } @@ -431,7 +432,7 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) MysteryGift s2 = mga.Gifts[wc_slot]; if (s1.Type != s2.Type) - { Util.Alert($"Can't swap {s1.Type} with {s2.Type}."); return; } + { WinFormsUtil.Alert($"Can't swap {s1.Type} with {s2.Type}."); return; } mga.Gifts[wc_slot] = s1; mga.Gifts[index] = s2; @@ -456,7 +457,7 @@ private void pbBoxSlot_DragDrop(object sender, DragEventArgs e) index = i-1; } } - setBackground(index, Properties.Resources.slotView); + setBackground(index, Core.Properties.Resources.slotView); setGiftBoxes(); } private void pbBoxSlot_DragEnter(object sender, DragEventArgs e) @@ -474,9 +475,9 @@ internal static Image getSprite(MysteryGift gift) if (gift.IsPokémon) img = PKX.getSprite(gift.convertToPKM(Main.SAV)); else if (gift.IsItem) - img = (Image)(Properties.Resources.ResourceManager.GetObject("item_" + gift.Item) ?? Properties.Resources.unknown); + img = (Image)(Core.Properties.Resources.ResourceManager.GetObject("item_" + gift.Item) ?? Core.Properties.Resources.unknown); else - img = Properties.Resources.unknown; + img = Core.Properties.Resources.unknown; if (gift.GiftUsed) img = Util.LayerImage(new Bitmap(img.Width, img.Height), img, 0, 0, 0.3); @@ -490,7 +491,7 @@ private static string getDescription(MysteryGift gift) string s = gift.getCardHeader() + Environment.NewLine; if (gift.IsItem) { - s += "Item: " + Main.GameStrings.itemlist[gift.Item] + Environment.NewLine + "Quantity: " + gift.Quantity + Environment.NewLine; + s += "Item: " + GameInfo.Strings.itemlist[gift.Item] + Environment.NewLine + "Quantity: " + gift.Quantity + Environment.NewLine; } else if (gift.IsPokémon) { @@ -498,14 +499,14 @@ private static string getDescription(MysteryGift gift) try { - s += $"{Main.GameStrings.specieslist[pk.Species]} @ {Main.GameStrings.itemlist[pk.HeldItem]} --- "; - s += (pk.IsEgg ? Main.GameStrings.eggname : $"{pk.OT_Name} - {pk.TID:00000}/{pk.SID:00000}") + Environment.NewLine; - s += $"{Main.GameStrings.movelist[pk.Move1]} / {Main.GameStrings.movelist[pk.Move2]} / {Main.GameStrings.movelist[pk.Move3]} / {Main.GameStrings.movelist[pk.Move4]}" + Environment.NewLine; + s += $"{GameInfo.Strings.specieslist[pk.Species]} @ {GameInfo.Strings.itemlist[pk.HeldItem]} --- "; + s += (pk.IsEgg ? GameInfo.Strings.eggname : $"{pk.OT_Name} - {pk.TID:00000}/{pk.SID:00000}") + Environment.NewLine; + s += $"{GameInfo.Strings.movelist[pk.Move1]} / {GameInfo.Strings.movelist[pk.Move2]} / {GameInfo.Strings.movelist[pk.Move3]} / {GameInfo.Strings.movelist[pk.Move4]}" + Environment.NewLine; if (gift is WC7) { var addItem = ((WC7) gift).AdditionalItem; if (addItem != 0) - s += $"+ {Main.GameStrings.itemlist[addItem]}"; + s += $"+ {GameInfo.Strings.itemlist[addItem]}"; } } catch { s += "Unable to create gift description." + Environment.NewLine; } diff --git a/PKHeX/Subforms/Save Editors/SAV_Wondercard.resx b/PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.resx similarity index 100% rename from PKHeX/Subforms/Save Editors/SAV_Wondercard.resx rename to PKHeX.WinForms/Subforms/Save Editors/SAV_Wondercard.resx diff --git a/PKHeX/Subforms/frmReport.Designer.cs b/PKHeX.WinForms/Subforms/frmReport.Designer.cs similarity index 99% rename from PKHeX/Subforms/frmReport.Designer.cs rename to PKHeX.WinForms/Subforms/frmReport.Designer.cs index 606068c09..5f7e7cd38 100644 --- a/PKHeX/Subforms/frmReport.Designer.cs +++ b/PKHeX.WinForms/Subforms/frmReport.Designer.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.WinForms { partial class frmReport { diff --git a/PKHeX/Subforms/frmReport.cs b/PKHeX.WinForms/Subforms/frmReport.cs similarity index 90% rename from PKHeX/Subforms/frmReport.cs rename to PKHeX.WinForms/Subforms/frmReport.cs index 3f908678d..90aff7524 100644 --- a/PKHeX/Subforms/frmReport.cs +++ b/PKHeX.WinForms/Subforms/frmReport.cs @@ -8,8 +8,9 @@ using System.Reflection; using System.Text; using System.Windows.Forms; +using PKHeX.Core; -namespace PKHeX +namespace PKHeX.WinForms { public partial class frmReport : Form { @@ -19,23 +20,23 @@ public class Preview public string Position => pkm.Identifier; public Image Sprite => pkm.Sprite; public string Nickname => pkm.Nickname; - public string Species => Main.GameStrings.specieslist[pkm.Species]; - public string Nature => Main.GameStrings.natures[pkm.Nature]; + public string Species => GameInfo.Strings.specieslist[pkm.Species]; + public string Nature => GameInfo.Strings.natures[pkm.Nature]; public string Gender => Main.gendersymbols[pkm.Gender]; public string ESV => pkm.PSV.ToString("0000"); - public string HP_Type => Main.GameStrings.types[pkm.HPType+1]; - public string Ability => Main.GameStrings.abilitylist[pkm.Ability]; - public string Move1 => Main.GameStrings.movelist[pkm.Move1]; - public string Move2 => Main.GameStrings.movelist[pkm.Move2]; - public string Move3 => Main.GameStrings.movelist[pkm.Move3]; - public string Move4 => Main.GameStrings.movelist[pkm.Move4]; - public string HeldItem => Main.GameStrings.itemlist[pkm.HeldItem]; + public string HP_Type => GameInfo.Strings.types[pkm.HPType+1]; + public string Ability => GameInfo.Strings.abilitylist[pkm.Ability]; + public string Move1 => GameInfo.Strings.movelist[pkm.Move1]; + public string Move2 => GameInfo.Strings.movelist[pkm.Move2]; + public string Move3 => GameInfo.Strings.movelist[pkm.Move3]; + public string Move4 => GameInfo.Strings.movelist[pkm.Move4]; + public string HeldItem => GameInfo.Strings.itemlist[pkm.HeldItem]; public string MetLoc => PKX.getLocation(pkm, eggmet: false); public string EggLoc => PKX.getLocation(pkm, eggmet: true); - public string Ball => Main.GameStrings.balllist[pkm.Ball]; + public string Ball => GameInfo.Strings.balllist[pkm.Ball]; public string OT => pkm.OT_Name; - public string Version => Main.GameStrings.gamelist[pkm.Version]; - public string OTLang => Main.GameStrings.gamelanguages[pkm.Language] ?? $"UNK {pkm.Language}"; + public string Version => GameInfo.Strings.gamelist[pkm.Version]; + public string OTLang => GameInfo.Strings.gamelanguages[pkm.Language] ?? $"UNK {pkm.Language}"; public string CountryID => pkm.Format > 5 ? pkm.Country.ToString() : "N/A"; public string RegionID => pkm.Format > 5 ? pkm.Region.ToString() : "N/A"; public string DSRegionID => pkm.Format > 5 ? pkm.ConsoleRegion.ToString() : "N/A"; @@ -91,10 +92,10 @@ public class Preview public int Move2_PPUp => pkm.Move2_PPUps; public int Move3_PPUp => pkm.Move3_PPUps; public int Move4_PPUp => pkm.Move4_PPUps; - public string Relearn1 => Main.GameStrings.movelist[pkm.RelearnMove1]; - public string Relearn2 => Main.GameStrings.movelist[pkm.RelearnMove2]; - public string Relearn3 => Main.GameStrings.movelist[pkm.RelearnMove3]; - public string Relearn4 => Main.GameStrings.movelist[pkm.RelearnMove4]; + public string Relearn1 => GameInfo.Strings.movelist[pkm.RelearnMove1]; + public string Relearn2 => GameInfo.Strings.movelist[pkm.RelearnMove2]; + public string Relearn3 => GameInfo.Strings.movelist[pkm.RelearnMove3]; + public string Relearn4 => GameInfo.Strings.movelist[pkm.RelearnMove4]; public ushort Checksum => pkm.Checksum; public int mFriendship => pkm.OT_Friendship; public int OT_Affection => pkm.OT_Affection; @@ -123,7 +124,7 @@ private void getContextMenu() { int c = dgData.SelectedCells.Count; if (c == 0) - { Util.Alert("No cells/Columns selected."); return; } + { WinFormsUtil.Alert("No cells/Columns selected."); return; } for (int i = 0; i < c; i++) dgData.Columns[dgData.SelectedCells[i].ColumnIndex].Visible = false; @@ -135,7 +136,7 @@ private void getContextMenu() for (int i = 0; i < c; i++) dgData.Columns[i].Visible = true; - Util.Alert("Column visibility restored."); + WinFormsUtil.Alert("Column visibility restored."); }; ContextMenuStrip mnu = new ContextMenuStrip(); @@ -188,7 +189,7 @@ private void dgData_Sorted(object sender, EventArgs e) } private void promptSaveCSV(object sender, FormClosingEventArgs e) { - if (Util.Prompt(MessageBoxButtons.YesNo,"Save all the data to CSV?") == DialogResult.Yes) + if (WinFormsUtil.Prompt(MessageBoxButtons.YesNo,"Save all the data to CSV?") == DialogResult.Yes) { SaveFileDialog savecsv = new SaveFileDialog { @@ -219,7 +220,7 @@ protected override bool ProcessCmdKey(ref Message msg, Keys keyData) return base.ProcessCmdKey(ref msg, keyData); string data = dgData.GetClipboardContent().GetText(); - var dr = Util.Prompt(MessageBoxButtons.YesNo, "Copy as formatted table?"); + var dr = WinFormsUtil.Prompt(MessageBoxButtons.YesNo, "Copy as formatted table?"); if (dr != DialogResult.Yes) { Clipboard.SetText(data); diff --git a/PKHeX/Subforms/frmReport.resx b/PKHeX.WinForms/Subforms/frmReport.resx similarity index 100% rename from PKHeX/Subforms/frmReport.resx rename to PKHeX.WinForms/Subforms/frmReport.resx diff --git a/PKHeX.WinForms/Util/CyberGadgetUtil.cs b/PKHeX.WinForms/Util/CyberGadgetUtil.cs new file mode 100644 index 000000000..be1aaf8a8 --- /dev/null +++ b/PKHeX.WinForms/Util/CyberGadgetUtil.cs @@ -0,0 +1,46 @@ +using System; +using System.IO; + +namespace PKHeX.WinForms +{ + public class CyberGadgetUtil + { + public static string GetTempFolder() + { + return Path.Combine(Path.GetTempPath(), "3DSSE"); + } + public static string GetCacheFolder() + { + return Path.Combine(GetBackupLocation(), "cache"); + } + public static string GetRegistryValue(string key) + { + Microsoft.Win32.RegistryKey currentUser = Microsoft.Win32.Registry.CurrentUser; + Microsoft.Win32.RegistryKey key3 = currentUser.OpenSubKey(GetRegistryBase()); + if (key3 == null) + return null; + + string str = key3.GetValue(key) as string; + key3.Close(); + currentUser.Close(); + return str; + } + public static string GetRegistryBase() + { + return @"SOFTWARE\CYBER Gadget\3DSSaveEditor"; + } + public static string GetBackupLocation() + { + string registryValue = GetRegistryValue("Location"); + if (!string.IsNullOrEmpty(registryValue)) + { + Directory.CreateDirectory(registryValue); + return registryValue; + } + string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "3DSSaveBank"); + if (Directory.Exists(GetRegistryBase())) + Directory.CreateDirectory(path); + return path; + } + } +} diff --git a/PKHeX.WinForms/Util/FontUtil.cs b/PKHeX.WinForms/Util/FontUtil.cs new file mode 100644 index 000000000..adebf9ea1 --- /dev/null +++ b/PKHeX.WinForms/Util/FontUtil.cs @@ -0,0 +1,52 @@ +using System; +using System.Drawing; +using System.Drawing.Text; +using System.Runtime.InteropServices; +using PKHeX.Core.Properties; + +namespace PKHeX.WinForms +{ + public static class FontUtil + { + + // Font Related +#if WINDOWS + [DllImport("gdi32.dll")] + private static extern IntPtr AddFontMemResourceEx(IntPtr pbFont, uint cbFont, IntPtr pdv, [In] ref uint pcFonts); +#endif + + private static readonly PrivateFontCollection s_FontCollection = new PrivateFontCollection(); + private static FontFamily[] FontFamilies + { + get + { + if (s_FontCollection.Families.Length == 0) setPKXFont(); + return s_FontCollection.Families; + } + } + public static Font getPKXFont(float size) + { + return new Font(FontFamilies[0], size); + } + private static void setPKXFont() + { + try + { + byte[] fontData = Resources.pgldings_normalregular; +#if WINDOWS + IntPtr fontPtr = Marshal.AllocCoTaskMem(fontData.Length); + Marshal.Copy(fontData, 0, fontPtr, fontData.Length); + s_FontCollection.AddMemoryFont(fontPtr, Resources.pgldings_normalregular.Length); uint dummy = 0; + AddFontMemResourceEx(fontPtr, (uint)Resources.pgldings_normalregular.Length, IntPtr.Zero, ref dummy); + Marshal.FreeCoTaskMem(fontPtr); +#else + GCHandle fontHandle = GCHandle.Alloc(fontData, GCHandleType.Pinned); + s_FontCollection.AddMemoryFont(fontHandle.AddrOfPinnedObject(), fontData.Length); + fontHandle.Free(); +#endif + + } + catch (Exception ex) { Console.WriteLine("Unable to add ingame font: " + ex.Message); } + } + } +} diff --git a/PKHeX/Util/FormUtil.cs b/PKHeX.WinForms/Util/WinFormsUtil.cs similarity index 94% rename from PKHeX/Util/FormUtil.cs rename to PKHeX.WinForms/Util/WinFormsUtil.cs index 469000ac6..72e5818e7 100644 --- a/PKHeX/Util/FormUtil.cs +++ b/PKHeX.WinForms/Util/WinFormsUtil.cs @@ -1,14 +1,13 @@ -using PKHeX.Misc; -using System; +using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; -namespace PKHeX +namespace PKHeX.WinForms { - public partial class Util + public static class WinFormsUtil { #region Form Translation internal static void TranslateInterface(Control form, string lang) @@ -20,7 +19,7 @@ internal static void TranslateInterface(Control form, string lang) rawlist = File.ReadAllLines(externalLangPath); else { - object txt = Properties.Resources.ResourceManager.GetObject("lang_" + lang); + object txt = Core.Properties.Resources.ResourceManager.GetObject("lang_" + lang); if (txt == null) return; // Translation file does not exist as a resource; abort this function and don't translate UI. rawlist = ((string)txt).Split(new[] { "\n" }, StringSplitOptions.None); rawlist = rawlist.Select(i => i.Trim()).ToArray(); // Remove trailing spaces @@ -174,5 +173,17 @@ public static void PanelScroll(object sender, ScrollEventArgs e) } } #endregion + + public static bool IsClickonceDeployed + { + get + { +#if CLICKONCE + return System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed; +#else + return false; +#endif + } + } } } diff --git a/PKHeX.WinForms/icon.ico b/PKHeX.WinForms/icon.ico new file mode 100644 index 0000000000000000000000000000000000000000..de090b39ff858de91ec7423506be827bc75d69bd GIT binary patch literal 5430 zcmd5=2~1Vl8NTm5d2DZ!<-rrRRuln|R+$WKR7zu9qNPK$(>hB{O#2KdWN5UG=_JMs z8XMH=3?gENY0|MSh{(8rE4wVBlh}?63bLcJxS&oN!FT$7=e_%UGMbqtHkq4zoO{pt zzwi6cIrqME4vL~tw2H-|pq!wjj8c>cMNuY9a6TVE{oha*i8|aO!dZ_(QBXhf3J(w0 zu+HD#-y9JUF=gu1sZ*k(qo+hgMY+Lef^EEvCZm}g#7k~!YU=z$hYnpUFE77WR#w&z z47>vUjA87`l`9ueBQh#7q^!KGrK6)mw6(Q8Yj1BC1fM;@y0-Q<8N+($w8X^3gsfk` zepb_srl;VF*49=B;v{&FIth1uTf2kzt!=I1#*G_KGcz+2GC$5txOVN@)6ULL`Z>C~ zx+Eze_S*GpLs?t05;HeuCO~VbySrO-b$3br;G;oN zR8%D9&Ydd~5)wq-o;>mJ;X~2g>;CZpD-E^I4qX4$UQ|&oM;tCj}?ik>I(73 z8xi0q3AP!H1rCE@zwr0pIcze$m+0lS4E)c)FG5?f!)QE#T+7kt<70 z3C0)+0R`0Oc z8pN0}DlXuja6Yq*F^mOgBe{xFC%?hCxcs>>F@+h?(S>P1dQ?PXGGK*WX~h zkUmoTR*SfG>y`x82H^(Q2(Brwf;$eJTdhuh3$&=ooak}o%9U@hT*j&XOW#@gKGz<$ z)6=ct;iayBFIxlE^{~Cexkk!0(Ul{0RXu9cgU`RmrTVW}vBG|{`KHrb^~9PgJ)tS} zJ39o|H$q+WMwV(jOLtDLbz82(&}I&tmyC>z6xBZ^CB@G1VP2k|s-Eh@^-%)rWlvAf zx1hGG@haal7kV_eG>g@%SEqXVGcV@ISd~W|Ra5%i?h&_d-*)28ZE@$$9XH(dXlJa- zqXzd4>X^`jUL*ZEPxO|#ce{MqPt}utckhV1ckhb+{(ezaRVA{svqe@`mfTaQZ7iAB zZN!r+b8+r3q&7Y1wR(+5|5H=!e0P|qIu+uJK@Yiq@f88ck#zTz(N zO^dv|JeeEg$Wh0KTBZ&4T0~!8pQx^`76yaC?HLvpCL$vv zvG>rp>#%PU{R91?x6jENnFl>O@Gg7$FJHdgjy;+jFLfMcf1yENj`zU50fBE;`ivPf zMjStWT=t3mxqSJum^W{pY~%i{zP?^^`uh8x=YjE~Hv30TT3VXB|FaWj+qZAuF6T2R zCr9kswM*pY=8E0Bcgr!|vuBT3yLPSAXJ5-J%H?-V9rlOc4(Ap7ZW+T|$l-iYgId(2 zHs2X~A!eoe{$ot-xR>1TD&ynhWgj>v9B1PG{rmFU<=B50Uv0NoEN*|D&ii}&CnY7x zdE#FB(c?!F+>dh{^7He*x4&NR=k`|=t6ig+g!gC)_LfmVv-C=sZ|~29kIxsv z*LOcq02~I62tU7LC=WneEA=;Q*dW+{<}ffYAnx6}Cu(YH!1tEzdi`n_r`V-Itpm{B ziM8++nkx&3vz`F0Y}0Bd%2;yz{fmLaKmo8HF?*#4z0BsfSK(cd*QilRc3j}cb@oOE%HxipGU9+KMh@b%5ZKK)$}|75$L z-{)xGhqyv;j{wEMF?h=J1Ikm<-)ycxOcwI^8NBt%yb4g2ahtK z0;mM4z$cgkQ6=k~ZH(bLh`EwW4fcVW%!6}Ufb){w?eFdVuATK3O9{BAfwRCl=#~NH zKn3D?#;SIq2IYC2y`Cd5kaYxOm|LZb%e4C&g0xy>p~sMkzm_-S1dU^FIKw1KCnL=lM}d4aqoXDmLTk9FNjrJ+ zx=l9Q1+>>AzYEBr5xD4qOVIMfS9l%?XS>yU$%99YMyW~d(9i~~lYjZE)w))z`m+oT z{j+ymTz3AXN&j{*@8^B>?4$GEX8Q`~?Qi47@lbiraiL~-_`e)+aXEhv3i_kBr?+}P zcI-#GY17s&h>y?RH+}lS^D!~|>t6?`_2!$o`(tC*Ees3$2&eiV&ZYh{=>h(U)TSuj R6^f$!e}g{%QIsFi`@c3tU-JL} literal 0 HcmV?d00001 diff --git a/PKHeX.sln b/PKHeX.sln index 7dc602cdd..874dc266f 100644 --- a/PKHeX.sln +++ b/PKHeX.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +VisualStudioVersion = 14.0.24720.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PKHeX", "PKHeX\PKHeX.csproj", "{B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PKHeX.Core", "PKHeX\PKHeX.Core.csproj", "{B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PKHeX.Tests", "Tests\PKHeX.Tests\PKHeX.Tests.csproj", "{8E2499BC-C11A-4809-8737-66D35A625425}" EndProject @@ -15,30 +15,62 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution README.md = README.md EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PKHeX.WinForms", "PKHeX.WinForms\PKHeX.WinForms.csproj", "{D1B91861-A448-4762-A313-C7BC179F4415}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU Debug|x86 = Debug|x86 + Mono-Debug|Any CPU = Mono-Debug|Any CPU Mono-Debug|x86 = Mono-Debug|x86 + Mono-Release|Any CPU = Mono-Release|Any CPU Mono-Release|x86 = Mono-Release|x86 + Release|Any CPU = Release|Any CPU Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Debug|Any CPU.ActiveCfg = Debug|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Debug|x86.ActiveCfg = Debug|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Debug|x86.Build.0 = Debug|x86 + {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Debug|Any CPU.ActiveCfg = Mono-Debug|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Debug|x86.ActiveCfg = Mono-Debug|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Debug|x86.Build.0 = Mono-Debug|x86 + {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Release|Any CPU.ActiveCfg = Mono-Release|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Release|x86.ActiveCfg = Mono-Release|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Mono-Release|x86.Build.0 = Mono-Release|x86 + {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Release|Any CPU.ActiveCfg = Release|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Release|x86.ActiveCfg = Release|x86 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF}.Release|x86.Build.0 = Release|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Debug|Any CPU.ActiveCfg = Debug|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Debug|x86.ActiveCfg = Debug|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Debug|x86.Build.0 = Debug|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Debug|Any CPU.ActiveCfg = Release|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Debug|Any CPU.Build.0 = Release|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Debug|x86.ActiveCfg = Debug|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Debug|x86.Build.0 = Debug|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Release|Any CPU.ActiveCfg = Release|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Release|Any CPU.Build.0 = Release|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Release|x86.ActiveCfg = Release|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Mono-Release|x86.Build.0 = Release|x86 + {8E2499BC-C11A-4809-8737-66D35A625425}.Release|Any CPU.ActiveCfg = Release|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Release|x86.ActiveCfg = Release|x86 {8E2499BC-C11A-4809-8737-66D35A625425}.Release|x86.Build.0 = Release|x86 + {D1B91861-A448-4762-A313-C7BC179F4415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Debug|x86.ActiveCfg = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Debug|x86.Build.0 = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Debug|Any CPU.Build.0 = Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Debug|x86.ActiveCfg = Mono-Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Debug|x86.Build.0 = Mono-Debug|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Release|Any CPU.ActiveCfg = Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Release|Any CPU.Build.0 = Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Release|x86.ActiveCfg = Mono-Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Mono-Release|x86.Build.0 = Mono-Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Release|Any CPU.Build.0 = Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Release|x86.ActiveCfg = Release|Any CPU + {D1B91861-A448-4762-A313-C7BC179F4415}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/PKHeX/Game/ComboItem.cs b/PKHeX/Game/ComboItem.cs index 076c8dcc1..6c03e122a 100644 --- a/PKHeX/Game/ComboItem.cs +++ b/PKHeX/Game/ComboItem.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class ComboItem { diff --git a/PKHeX/Game/GameInfo.cs b/PKHeX/Game/GameInfo.cs index 6de4c9ef0..888576fb8 100644 --- a/PKHeX/Game/GameInfo.cs +++ b/PKHeX/Game/GameInfo.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Collections.Generic; -namespace PKHeX +namespace PKHeX.Core { public static class GameInfo { @@ -256,6 +256,7 @@ public string[] getItemStrings(int generation, GameVersion game) } } } + public static GameStrings Strings; // DataSource providing public static List MoveDataSource, ItemDataSource, SpeciesDataSource, BallDataSource, NatureDataSource, AbilityDataSource, VersionDataSource; diff --git a/PKHeX/Game/GameUtil.cs b/PKHeX/Game/GameUtil.cs index b185efa17..826614017 100644 --- a/PKHeX/Game/GameUtil.cs +++ b/PKHeX/Game/GameUtil.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public static class GameUtil { diff --git a/PKHeX/Game/GameVersion.cs b/PKHeX/Game/GameVersion.cs index 0d7316c97..1b64595de 100644 --- a/PKHeX/Game/GameVersion.cs +++ b/PKHeX/Game/GameVersion.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public enum GameVersion { diff --git a/PKHeX/Legality/Analysis.cs b/PKHeX/Legality/Analysis.cs index c2d78bdd3..56dced91b 100644 --- a/PKHeX/Legality/Analysis.cs +++ b/PKHeX/Legality/Analysis.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public partial class LegalityAnalysis { diff --git a/PKHeX/Legality/Checks.cs b/PKHeX/Legality/Checks.cs index 7c0662d45..ea8470554 100644 --- a/PKHeX/Legality/Checks.cs +++ b/PKHeX/Legality/Checks.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public enum Severity { @@ -12,7 +12,7 @@ public enum Severity Valid = 1, NotImplemented = 2, } - public enum CheckIdentifier + internal enum CheckIdentifier { Move, RelearnMove, @@ -44,14 +44,14 @@ public enum CheckIdentifier } public class CheckResult { - public Severity Judgement = Severity.Valid; - public string Comment = "Valid"; + internal readonly Severity Judgement = Severity.Valid; + internal string Comment = "Valid"; public bool Valid => Judgement >= Severity.Fishy; public bool Flag; - public readonly CheckIdentifier Identifier; + private readonly CheckIdentifier Identifier; - public CheckResult(CheckIdentifier i) { } - public CheckResult(Severity s, string c, CheckIdentifier i) + internal CheckResult(CheckIdentifier i) { } + internal CheckResult(Severity s, string c, CheckIdentifier i) { Judgement = s; Comment = c; @@ -1882,7 +1882,7 @@ private CheckResult[] verifyRelearn() return res; } - internal static string[] movelist = Util.getMovesList("en"); + public static string[] movelist = Util.getMovesList("en"); private static readonly string[] EventRibName = { "Country", "National", "Earth", "World", "Classic", diff --git a/PKHeX/Legality/Core.cs b/PKHeX/Legality/Core.cs index fcf5b4028..b25f0d290 100644 --- a/PKHeX/Legality/Core.cs +++ b/PKHeX/Legality/Core.cs @@ -2,12 +2,12 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { // Event Database(s) - internal static MysteryGift[] MGDB_G6, MGDB_G7 = new MysteryGift[0]; + public static MysteryGift[] MGDB_G6, MGDB_G7 = new MysteryGift[0]; // Gen 6 private static readonly EggMoves[] EggMovesXY = EggMoves6.getArray(Data.unpackMini(Properties.Resources.eggmove_xy, "xy")); @@ -543,7 +543,8 @@ internal static EncounterStatic getStaticLocation(PKM pkm) { return getStaticEncounters(pkm).FirstOrDefault(); } - internal static int getLowestLevel(PKM pkm, int refSpecies = -1) + + public static int getLowestLevel(PKM pkm, int refSpecies = -1) { if (refSpecies == -1) refSpecies = getBaseSpecies(pkm); diff --git a/PKHeX/Legality/Data.cs b/PKHeX/Legality/Data.cs index 8afac79c1..a8522d078 100644 --- a/PKHeX/Legality/Data.cs +++ b/PKHeX/Legality/Data.cs @@ -1,11 +1,11 @@ using System; using System.IO; -namespace PKHeX +namespace PKHeX.Core { - internal static class Data + public static class Data { - internal static byte[][] unpackMini(byte[] fileData, string identifier) + public static byte[][] unpackMini(byte[] fileData, string identifier) { if (fileData == null || fileData.Length < 4) return null; diff --git a/PKHeX/Legality/Structures/DexLevel.cs b/PKHeX/Legality/Structures/DexLevel.cs index 4baf5aacf..cea495af3 100644 --- a/PKHeX/Legality/Structures/DexLevel.cs +++ b/PKHeX/Legality/Structures/DexLevel.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class DexLevel { diff --git a/PKHeX/Legality/Structures/EggMoves.cs b/PKHeX/Legality/Structures/EggMoves.cs index 70c7ab9a8..fc40f54e3 100644 --- a/PKHeX/Legality/Structures/EggMoves.cs +++ b/PKHeX/Legality/Structures/EggMoves.cs @@ -1,6 +1,6 @@ using System.IO; -namespace PKHeX +namespace PKHeX.Core { public abstract class EggMoves { diff --git a/PKHeX/Legality/Structures/EncounterArea.cs b/PKHeX/Legality/Structures/EncounterArea.cs index 88bbb74d3..954a42b2f 100644 --- a/PKHeX/Legality/Structures/EncounterArea.cs +++ b/PKHeX/Legality/Structures/EncounterArea.cs @@ -1,6 +1,6 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public class EncounterArea { diff --git a/PKHeX/Legality/Structures/EncounterLink.cs b/PKHeX/Legality/Structures/EncounterLink.cs index 0b5c3292e..1fe4ad220 100644 --- a/PKHeX/Legality/Structures/EncounterLink.cs +++ b/PKHeX/Legality/Structures/EncounterLink.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class EncounterLink : IEncounterable { diff --git a/PKHeX/Legality/Structures/EncounterSlot.cs b/PKHeX/Legality/Structures/EncounterSlot.cs index 4be49da59..efa3f9bc0 100644 --- a/PKHeX/Legality/Structures/EncounterSlot.cs +++ b/PKHeX/Legality/Structures/EncounterSlot.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class EncounterSlot : IEncounterable { diff --git a/PKHeX/Legality/Structures/EncounterStatic.cs b/PKHeX/Legality/Structures/EncounterStatic.cs index b14554cec..4758190ed 100644 --- a/PKHeX/Legality/Structures/EncounterStatic.cs +++ b/PKHeX/Legality/Structures/EncounterStatic.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class EncounterStatic : IEncounterable { diff --git a/PKHeX/Legality/Structures/EncounterTrade.cs b/PKHeX/Legality/Structures/EncounterTrade.cs index 7f35a1fc1..8aa641f81 100644 --- a/PKHeX/Legality/Structures/EncounterTrade.cs +++ b/PKHeX/Legality/Structures/EncounterTrade.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public class EncounterTrade : IEncounterable { diff --git a/PKHeX/Legality/Structures/EvolutionTree.cs b/PKHeX/Legality/Structures/EvolutionTree.cs index 48e930cb2..cdbfecd4e 100644 --- a/PKHeX/Legality/Structures/EvolutionTree.cs +++ b/PKHeX/Legality/Structures/EvolutionTree.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class EvolutionTree { diff --git a/PKHeX/Legality/Structures/IEncounterable.cs b/PKHeX/Legality/Structures/IEncounterable.cs index 9696ae8ae..d9aef08ab 100644 --- a/PKHeX/Legality/Structures/IEncounterable.cs +++ b/PKHeX/Legality/Structures/IEncounterable.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public interface IEncounterable { diff --git a/PKHeX/Legality/Structures/Learnset.cs b/PKHeX/Legality/Structures/Learnset.cs index 1a747b70f..c8c48f995 100644 --- a/PKHeX/Legality/Structures/Learnset.cs +++ b/PKHeX/Legality/Structures/Learnset.cs @@ -1,7 +1,7 @@ using System.IO; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public abstract class Learnset { diff --git a/PKHeX/Legality/Structures/Nature.cs b/PKHeX/Legality/Structures/Nature.cs index 5e35bd70b..c737b4806 100644 --- a/PKHeX/Legality/Structures/Nature.cs +++ b/PKHeX/Legality/Structures/Nature.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public enum Nature { diff --git a/PKHeX/Legality/Structures/SlotType.cs b/PKHeX/Legality/Structures/SlotType.cs index 8acfe3d02..67c0ad50d 100644 --- a/PKHeX/Legality/Structures/SlotType.cs +++ b/PKHeX/Legality/Structures/SlotType.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public enum SlotType { diff --git a/PKHeX/Legality/Tables.cs b/PKHeX/Legality/Tables.cs index 22b090044..7a48b0873 100644 --- a/PKHeX/Legality/Tables.cs +++ b/PKHeX/Legality/Tables.cs @@ -1,30 +1,30 @@ -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { - internal static readonly int[] Items_Ball = + public static readonly int[] Items_Ball = { 000, 001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012, 013, 014, 015, 016, 492, 493, 494, 495, 496, 497, 498, 499, 576, 851 }; - internal static readonly int[] Items_CommonBall = { 4, 3, 2, 1 }; - internal static readonly int[] Items_UncommonBall = + public static readonly int[] Items_CommonBall = { 4, 3, 2, 1 }; + public static readonly int[] Items_UncommonBall = { 7, 576, 13, 492, 497, 14, 495, 493, 496, 494, 11, 498, 8, 6, 12, 15, 9, 5, 499, 10, 16 }; - internal static readonly int[] Gen4EncounterTypes = { 1, 2, 4, 5, 7, 9, 10, 12, 23, 24 }; - internal static readonly int[] LightBall = { 25, 26, 172 }; - internal static readonly int[] Fossils = { 138, 140, 142, 345, 347, 408, 410, 564, 566, 696, 698 }; - internal static readonly int[] RotomMoves = { 0, 315, 056, 059, 403, 437 }; - internal static readonly int[] WildForms = + public static readonly int[] Gen4EncounterTypes = { 1, 2, 4, 5, 7, 9, 10, 12, 23, 24 }; + public static readonly int[] LightBall = { 25, 26, 172 }; + public static readonly int[] Fossils = { 138, 140, 142, 345, 347, 408, 410, 564, 566, 696, 698 }; + public static readonly int[] RotomMoves = { 0, 315, 056, 059, 403, 437 }; + public static readonly int[] WildForms = { 422, 423, // Shellos 550, // Basculin 669, 670, 671 // Flabébé }; - internal static readonly int[] SplitBreed = + public static readonly int[] SplitBreed = { // Incense 113, 242, // Chansey @@ -37,7 +37,7 @@ public static partial class Legal 315, 407, // Roselia 358, // Chimecho }; - internal static readonly int[] FormChange = // Pokémon that can change form and retain it + public static readonly int[] FormChange = // Pokémon that can change form and retain it { 386, // Deoxys 412, // Burmy @@ -57,14 +57,14 @@ public static partial class Legal 741, // Oricorio 773, // Silvally }; - internal static readonly int[] FormChangeMoves = + public static readonly int[] FormChangeMoves = { 386, // Deoxys 487, // Giratina 492, // Shaymin 720, // Hoopa }; - internal static readonly int[] BreedMaleOnly = + public static readonly int[] BreedMaleOnly = { 128, // Tauros 627, 628, // Rufflet @@ -74,7 +74,7 @@ public static partial class Legal #region Legality; unhatchable from egg - internal static readonly int[] NoHatchFromEgg = + public static readonly int[] NoHatchFromEgg = { 132, // Ditto 144, // Articuno @@ -161,7 +161,7 @@ public static partial class Legal #endregion - internal static readonly int[] BattleForms = + public static readonly int[] BattleForms = { 351, // Castform 421, // Cherrim @@ -172,7 +172,7 @@ public static partial class Legal 746, // Wishiwashi 778, // Mimikyu }; - internal static readonly int[] BattleMegas = + public static readonly int[] BattleMegas = { // XY 3,6,9,65,80, @@ -189,23 +189,23 @@ public static partial class Legal 531, 719 }; - internal static readonly int[] BattlePrimals = { 382, 383 }; + public static readonly int[] BattlePrimals = { 382, 383 }; - internal static readonly int[] Z_Moves = + public static readonly int[] Z_Moves = { 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 695, 696, 697, 698, 699, 700, 701, 702, 703, 719, }; - internal static readonly int[] Legends = + public static readonly int[] Legends = { 150, 151, 249, 250, 251, 382, 383, 384, 385, 386, 483, 484, 487, 489, 490, 491, 492, 493, 494, 643, 644, 646, 647, 648, 649, 716, 717, 718, 719, 720, 721, 789, 790, 791, 792, 800, 801, 802 }; - internal static readonly int[] SubLegends = + public static readonly int[] SubLegends = { 144, 145, 146, 243, 244, 245, 377, 378, 379, 380, 381, 480, 481, 482, 485, 486, 488, 638, 639, 640, 641, 642, @@ -215,17 +215,17 @@ public static partial class Legal #region Games - internal static readonly int[] Games_7sm = { 30, 31 }; - internal static readonly int[] Games_6xy = { 24, 25 }; - internal static readonly int[] Games_6oras = { 26, 27 }; - internal static readonly int[] Games_5 = { 20, 21, 22, 23 }; - internal static readonly int[] Games_4 = { 10, 11, }; - internal static readonly int[] Games_4e = { 12 }; - internal static readonly int[] Games_4r = { 7, 8 }; - internal static readonly int[] Games_3 = { 1, 2 }; - internal static readonly int[] Games_3e = { 3 }; - internal static readonly int[] Games_3r = { 4, 5 }; - internal static readonly int[] Games_3s = { 15 }; + public static readonly int[] Games_7sm = { 30, 31 }; + public static readonly int[] Games_6xy = { 24, 25 }; + public static readonly int[] Games_6oras = { 26, 27 }; + public static readonly int[] Games_5 = { 20, 21, 22, 23 }; + public static readonly int[] Games_4 = { 10, 11, }; + public static readonly int[] Games_4e = { 12 }; + public static readonly int[] Games_4r = { 7, 8 }; + public static readonly int[] Games_3 = { 1, 2 }; + public static readonly int[] Games_3e = { 3 }; + public static readonly int[] Games_3r = { 4, 5 }; + public static readonly int[] Games_3s = { 15 }; #endregion } diff --git a/PKHeX/Legality/Tables1.cs b/PKHeX/Legality/Tables1.cs index f7a4f0057..2412eadba 100644 --- a/PKHeX/Legality/Tables1.cs +++ b/PKHeX/Legality/Tables1.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { diff --git a/PKHeX/Legality/Tables2.cs b/PKHeX/Legality/Tables2.cs index 238eac3b4..8b7744802 100644 --- a/PKHeX/Legality/Tables2.cs +++ b/PKHeX/Legality/Tables2.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { @@ -22,7 +22,7 @@ public static partial class Legal }; internal static readonly ushort[] HeldItems_GSC = new ushort[1].Concat(Pouch_Items_GSC).Concat(Pouch_Ball_GSC).Concat(Pouch_TMHM_GSC).ToArray(); - + internal static readonly int[] MovePP_GSC = { 00, diff --git a/PKHeX/Legality/Tables3.cs b/PKHeX/Legality/Tables3.cs index d6b4b6fe6..298f0de22 100644 --- a/PKHeX/Legality/Tables3.cs +++ b/PKHeX/Legality/Tables3.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { @@ -17,7 +17,8 @@ public static partial class Legal internal static readonly ushort[] Pouch_TM_RS = { 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, }; - internal static readonly ushort[] Pouch_HM_RS = { + + public static readonly ushort[] Pouch_HM_RS = { 339, 340, 341, 342, 343, 344, 345, 346 }; internal static readonly ushort[] Pouch_Berries_RS = { diff --git a/PKHeX/Legality/Tables4.cs b/PKHeX/Legality/Tables4.cs index b6019467d..83a7b1233 100644 --- a/PKHeX/Legality/Tables4.cs +++ b/PKHeX/Legality/Tables4.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { diff --git a/PKHeX/Legality/Tables5.cs b/PKHeX/Legality/Tables5.cs index 56d04cda9..e3444b0c9 100644 --- a/PKHeX/Legality/Tables5.cs +++ b/PKHeX/Legality/Tables5.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { diff --git a/PKHeX/Legality/Tables6.cs b/PKHeX/Legality/Tables6.cs index 920ab7bbd..fae5711ee 100644 --- a/PKHeX/Legality/Tables6.cs +++ b/PKHeX/Legality/Tables6.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { @@ -11,7 +11,7 @@ public static partial class Legal #region Met Locations internal static readonly int[] Met_XYc = {0, 60002, 30002,}; - internal static readonly int[] Met_XY_0 = + public static readonly int[] Met_XY_0 = { /* XY */ 2, 6, 8, 10, 12, 14, 16, 17, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 82, 84, 86, 88, @@ -161,7 +161,7 @@ public static partial class Legal 065, 066, 067 }; - internal static readonly ushort[] Pouch_Berry_XY = + public static readonly ushort[] Pouch_Berry_XY = { 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, @@ -692,7 +692,8 @@ public static partial class Legal 497, 500, 503, //3 566, 567, 696, 697, 698, 699 // Fossil Only obtain }; - internal static readonly int[] WurmpleEvolutions = + + public static readonly int[] WurmpleEvolutions = { 266, 267, // Silcoon Beautifly 268, 269, // Cascoon Dustox diff --git a/PKHeX/Legality/Tables7.cs b/PKHeX/Legality/Tables7.cs index e61fd9b91..833a0e01d 100644 --- a/PKHeX/Legality/Tables7.cs +++ b/PKHeX/Legality/Tables7.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static partial class Legal { @@ -335,7 +335,8 @@ public static partial class Legal 103, // Exeggutor 105, // Marowak }.Concat(AlolanOriginForms).ToArray(); - internal static readonly int[] PastGenAlolanNatives = + + public static readonly int[] PastGenAlolanNatives = { 010, 011, 012, 019, 020, 021, 022, 025, 026, 027, 028, 035, 036, 037, 038, 039, 040, 041, 042, 046, 047, 050, 051, 052, 053, 054, 055, 056, 057, 058, 059, 060, 061, 062, 063, 064, 065, 066, 067, 068, 072, 073, 074, 075, diff --git a/PKHeX/MysteryGifts/MysteryGift.cs b/PKHeX/MysteryGifts/MysteryGift.cs index ee6868561..5d73087d5 100644 --- a/PKHeX/MysteryGifts/MysteryGift.cs +++ b/PKHeX/MysteryGifts/MysteryGift.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public abstract class MysteryGift : IEncounterable { diff --git a/PKHeX/MysteryGifts/PGF.cs b/PKHeX/MysteryGifts/PGF.cs index cb16fe9fa..051b1c896 100644 --- a/PKHeX/MysteryGifts/PGF.cs +++ b/PKHeX/MysteryGifts/PGF.cs @@ -1,7 +1,7 @@ using System; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class PGF : MysteryGift { diff --git a/PKHeX/MysteryGifts/PGT.cs b/PKHeX/MysteryGifts/PGT.cs index 62b2cff06..d127a2b9b 100644 --- a/PKHeX/MysteryGifts/PGT.cs +++ b/PKHeX/MysteryGifts/PGT.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { /* Big thanks to Grovyle91's Pokémon Mystery Gift Editor, from which the structure was referenced. * http://projectpokemon.org/forums/member.php?829-Grovyle91 @@ -10,7 +10,7 @@ namespace PKHeX */ public sealed class PCD : MysteryGift { - internal const int Size = 0x358; // 856 + public const int Size = 0x358; // 856 public override int Format => 4; public override int Level { diff --git a/PKHeX/MysteryGifts/PL6.cs b/PKHeX/MysteryGifts/PL6.cs index 9cc4c0a24..8b3d7c5a0 100644 --- a/PKHeX/MysteryGifts/PL6.cs +++ b/PKHeX/MysteryGifts/PL6.cs @@ -2,12 +2,12 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public class PL6 //: PokemonLink { - internal const int Size = 0xA47; - internal const string Filter = "Pokémon Link Data|*.pl6|All Files (*.*)|*.*"; + public const int Size = 0xA47; + public const string Filter = "Pokémon Link Data|*.pl6|All Files (*.*)|*.*"; public byte[] Data; public PL6(byte[] data = null) diff --git a/PKHeX/MysteryGifts/WC6.cs b/PKHeX/MysteryGifts/WC6.cs index 975979f8b..d93b42607 100644 --- a/PKHeX/MysteryGifts/WC6.cs +++ b/PKHeX/MysteryGifts/WC6.cs @@ -2,13 +2,13 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class WC6 : MysteryGift { - internal const int Size = 0x108; - internal const int SizeFull = 0x310; - internal const uint EonTicketConst = 0x225D73C2; + public const int Size = 0x108; + public const int SizeFull = 0x310; + public const uint EonTicketConst = 0x225D73C2; public override int Format => 6; public WC6(byte[] data = null) diff --git a/PKHeX/MysteryGifts/WC7.cs b/PKHeX/MysteryGifts/WC7.cs index 8f77ef468..ac57faacc 100644 --- a/PKHeX/MysteryGifts/WC7.cs +++ b/PKHeX/MysteryGifts/WC7.cs @@ -2,12 +2,12 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class WC7 : MysteryGift { - internal const int Size = 0x108; - internal const int SizeFull = 0x310; + public const int Size = 0x108; + public const int SizeFull = 0x310; public override int Format => 7; public WC7(byte[] data = null) diff --git a/PKHeX/PKHeX.csproj b/PKHeX/PKHeX.Core.csproj similarity index 91% rename from PKHeX/PKHeX.csproj rename to PKHeX/PKHeX.Core.csproj index ebdae83ad..3a7b2e88e 100644 --- a/PKHeX/PKHeX.csproj +++ b/PKHeX/PKHeX.Core.csproj @@ -6,10 +6,10 @@ 8.0.30703 2.0 {B4EFF030-C75A-49F9-A4BC-738D1B61C4AF} - WinExe + Library Properties - PKHeX - PKHeX + PKHeX.Core + PKHeX.Core v4.0 @@ -67,7 +67,8 @@ Resources\icon.ico - PKHeX.Program + + true @@ -90,20 +91,13 @@ 6 prompt MinimumRecommendedRules.ruleset + false - - - - - - - - @@ -132,40 +126,6 @@ - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - - Form - - - ErrorWindow.cs - @@ -196,12 +156,6 @@ - - Form - - - QR.cs - @@ -225,56 +179,7 @@ - - - Form - - - KChart.cs - - - Form - - - BatchEditor.cs - - - Form - - - SuperTrainingEditor.cs - - - Form - - - RibbonEditor.cs - - - Form - - - Text.cs - - - Form - - - About.cs - - - Form - - - Main.cs - - - Form - - - MemoryAmie.cs - True True @@ -282,178 +187,13 @@ - - - Form - - - SAV_CGearSkin.cs - - - Form - - - SAV_Link6.cs - - - Form - - - SAV_PokeBlockORAS.cs - - - Form - - - SAV_PokedexSM.cs - - - Form - - - SAV_Pokebean.cs - - - Form - - - SAV_Trainer7.cs - - - Form - - - SAV_ZygardeCell.cs - - - Form - - - SAV_BoxViewer.cs - - - Form - - - SAV_SimplePokedex.cs - - - Form - - - SAV_MysteryGiftDB.cs - - - Form - - - SAV_Database.cs - - - Form - - - SAV_PokedexORAS.cs - - - Form - - - SAV_SecretBase.cs - - - Form - - - SAV_EventFlags.cs - - - Form - - - frmReport.cs - - - - Form - - - SAV_BerryFieldXY.cs - - - Form - - - SAV_BoxLayout.cs - - - Form - - - SAV_HallOfFame.cs - - - Form - - - SAV_Inventory.cs - - - Form - - - SAV_OPower.cs - - - Form - - - SAV_PokedexXY.cs - - - Form - - - SAV_Pokepuff.cs - - - Form - - - SAV_SimpleTrainer.cs - - - Form - - - SAV_SuperTrain.cs - - - Form - - - SAV_Trainer.cs - - - Form - - - SAV_Wondercard.cs - - - Form - - - SplashScreen.cs - + - - @@ -464,126 +204,11 @@ - - ErrorWindow.cs - - - QR.cs - Designer - - - KChart.cs - - - BatchEditor.cs - - - SuperTrainingEditor.cs - - - RibbonEditor.cs - - - Text.cs - - - About.cs - Designer - - - Main.cs - Designer - - - MemoryAmie.cs - - - SAV_CGearSkin.cs - - - SAV_Link6.cs - - - SAV_PokeBlockORAS.cs - - - SAV_PokedexSM.cs - - - SAV_Pokebean.cs - - - SAV_Trainer7.cs - - - SAV_ZygardeCell.cs - - - SAV_BoxViewer.cs - - - SAV_SimplePokedex.cs - - - SAV_MysteryGiftDB.cs - - - SAV_Database.cs - - - SAV_PokedexORAS.cs - - - SAV_SecretBase.cs - - - SAV_EventFlags.cs - - - frmReport.cs - - ResXFileCodeGenerator + PublicResXFileCodeGenerator Designer Resources.Designer.cs - - SAV_BerryFieldXY.cs - - - SAV_BoxLayout.cs - - - SAV_HallOfFame.cs - - - SAV_Inventory.cs - - - SAV_OPower.cs - - - SAV_PokedexXY.cs - - - SAV_Pokepuff.cs - - - SAV_SimpleTrainer.cs - - - SAV_SuperTrain.cs - - - SAV_Trainer.cs - - - SAV_Wondercard.cs - - - SplashScreen.cs - Designer - SettingsSingleFileGenerator diff --git a/PKHeX/PKM/BK4.cs b/PKHeX/PKM/BK4.cs index 1c83b347c..e1fb24236 100644 --- a/PKHeX/PKM/BK4.cs +++ b/PKHeX/PKM/BK4.cs @@ -1,11 +1,11 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class BK4 : PKM // Big Endian 4th Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x42, 0x43, 0x5E, 0x63, 0x64, 0x65, 0x66, 0x67, 0x87 }; diff --git a/PKHeX/PKM/CK3.cs b/PKHeX/PKM/CK3.cs index 8aafa15d6..e73e71ece 100644 --- a/PKHeX/PKM/CK3.cs +++ b/PKHeX/PKM/CK3.cs @@ -1,10 +1,10 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public class CK3 : PKM // 3rd Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x11, 0x12, 0x13, 0x61, 0x62, 0x63, 0x64, diff --git a/PKHeX/PKM/PK1.cs b/PKHeX/PKM/PK1.cs index 2a100fb8a..8e1433e93 100644 --- a/PKHeX/PKM/PK1.cs +++ b/PKHeX/PKM/PK1.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PK1 : PKM { diff --git a/PKHeX/PKM/PK2.cs b/PKHeX/PKM/PK2.cs index ac5db5b06..6c3fbddae 100644 --- a/PKHeX/PKM/PK2.cs +++ b/PKHeX/PKM/PK2.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PK2 : PKM { @@ -306,7 +306,7 @@ public override int AltForm public override int HPType { - get { return 4 * (IV_ATK % 4) + (IV_DEF % 4); } + get { return 4 * IV_ATK % 4 + IV_DEF % 4; } set { diff --git a/PKHeX/PKM/PK3.cs b/PKHeX/PKM/PK3.cs index 1d6d569cf..d5f4e4435 100644 --- a/PKHeX/PKM/PK3.cs +++ b/PKHeX/PKM/PK3.cs @@ -1,11 +1,11 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PK3 : PKM // 3rd Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x2A, 0x2B }; diff --git a/PKHeX/PKM/PK4.cs b/PKHeX/PKM/PK4.cs index 2761ef059..01bbb51bd 100644 --- a/PKHeX/PKM/PK4.cs +++ b/PKHeX/PKM/PK4.cs @@ -1,11 +1,11 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PK4 : PKM // 4th Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x42, 0x43, 0x5E, 0x63, 0x64, 0x65, 0x66, 0x67, 0x87 }; diff --git a/PKHeX/PKM/PK5.cs b/PKHeX/PKM/PK5.cs index eea44a003..996223a83 100644 --- a/PKHeX/PKM/PK5.cs +++ b/PKHeX/PKM/PK5.cs @@ -2,11 +2,11 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public class PK5 : PKM // 5th Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x42, 0x43, 0x5E, 0x63, 0x64, 0x65, 0x66, 0x67, 0x87 }; diff --git a/PKHeX/PKM/PK6.cs b/PKHeX/PKM/PK6.cs index c886f988c..d93601910 100644 --- a/PKHeX/PKM/PK6.cs +++ b/PKHeX/PKM/PK6.cs @@ -2,11 +2,11 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public class PK6 : PKM { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x36, 0x37, // Unused Ribbons 0x3B, 0x3C, 0x3D, 0x3E, 0x3F, 0x58, 0x59, 0x73, 0x90, 0x91, 0x9E, 0x9F, 0xA0, 0xA1, 0xA7, 0xAA, 0xAB, 0xAC, 0xAD, 0xC8, 0xC9, 0xD7, 0xE4, 0xE5, 0xE6, 0xE7 diff --git a/PKHeX/PKM/PK7.cs b/PKHeX/PKM/PK7.cs index 7699e4072..b3114b289 100644 --- a/PKHeX/PKM/PK7.cs +++ b/PKHeX/PKM/PK7.cs @@ -2,11 +2,11 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public class PK7 : PKM { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x2A, // Old Marking Value // 0x36, 0x37, // Unused Ribbons diff --git a/PKHeX/PKM/PKM.cs b/PKHeX/PKM/PKM.cs index eb3551b4f..6b5942185 100644 --- a/PKHeX/PKM/PKM.cs +++ b/PKHeX/PKM/PKM.cs @@ -2,7 +2,7 @@ using System.Drawing; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public abstract class PKM { diff --git a/PKHeX/PKM/PKMConverter.cs b/PKHeX/PKM/PKMConverter.cs index 6ede2c044..839e8b054 100644 --- a/PKHeX/PKM/PKMConverter.cs +++ b/PKHeX/PKM/PKMConverter.cs @@ -1,17 +1,17 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public static class PKMConverter { - internal static int Country = 49; - internal static int Region = 7; - internal static int ConsoleRegion = 1; - internal static string OT_Name = "PKHeX"; - internal static int OT_Gender; - - internal static void updateConfig(int SUBREGION, int COUNTRY, int _3DSREGION, string TRAINERNAME, int TRAINERGENDER) + public static int Country = 49; + public static int Region = 7; + public static int ConsoleRegion = 1; + public static string OT_Name = "PKHeX"; + public static int OT_Gender; + + public static void updateConfig(int SUBREGION, int COUNTRY, int _3DSREGION, string TRAINERNAME, int TRAINERGENDER) { Region = SUBREGION; Country = COUNTRY; @@ -115,7 +115,8 @@ public static PKM getPKMfromBytes(byte[] data, string ident = null) return null; } } - internal static PKM convertToFormat(PKM pk, Type PKMType, out string comment) + + public static PKM convertToFormat(PKM pk, Type PKMType, out string comment) { if (pk == null || pk.Species == 0) { @@ -235,7 +236,7 @@ internal static PKM convertToFormat(PKM pk, Type PKMType, out string comment) return pkm; } - internal static void checkEncrypted(ref byte[] pkm) + public static void checkEncrypted(ref byte[] pkm) { int format = getPKMDataFormat(pkm); switch (format) diff --git a/PKHeX/PKM/PKX.cs b/PKHeX/PKM/PKX.cs index 3c11e31a9..21e70306d 100644 --- a/PKHeX/PKM/PKX.cs +++ b/PKHeX/PKM/PKX.cs @@ -1,13 +1,11 @@ using System; using System.Collections.Generic; using System.Drawing; -using System.Drawing.Text; using System.Linq; -using System.Runtime.InteropServices; using System.Text; -using PKHeX.Properties; +using PKHeX.Core.Properties; -namespace PKHeX +namespace PKHeX.Core { public static class PKX { @@ -79,7 +77,7 @@ public static uint LCRNG(ref uint seed) return seed = seed * a + c; } #region ExpTable - internal static readonly uint[,] ExpTable = + public static readonly uint[,] ExpTable = { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, @@ -324,41 +322,41 @@ public static string getLocation(PKM pk, bool eggmet) int locval = eggmet ? pk.Egg_Location : pk.Met_Location; if (pk.Format == 2) - return Main.GameStrings.metGSC_00000[locval]; + return GameInfo.Strings.metGSC_00000[locval]; if (pk.Format == 3) - return Main.GameStrings.metRSEFRLG_00000[locval%0x100]; + return GameInfo.Strings.metRSEFRLG_00000[locval%0x100]; if (pk.Gen4 && (eggmet || pk.Format == 4)) { - if (locval < 2000) return Main.GameStrings.metHGSS_00000[locval]; - if (locval < 3000) return Main.GameStrings.metHGSS_02000[locval % 2000]; - return Main.GameStrings.metHGSS_03000[locval % 3000]; + if (locval < 2000) return GameInfo.Strings.metHGSS_00000[locval]; + if (locval < 3000) return GameInfo.Strings.metHGSS_02000[locval % 2000]; + return GameInfo.Strings.metHGSS_03000[locval % 3000]; } if (pk.Gen5 || pk.Format <= 5) { - if (locval < 30000) return Main.GameStrings.metBW2_00000[locval]; - if (locval < 40000) return Main.GameStrings.metBW2_30000[locval % 10000 - 1]; - if (locval < 60000) return Main.GameStrings.metBW2_40000[locval % 10000 - 1]; - return Main.GameStrings.metBW2_60000[locval % 10000 - 1]; + if (locval < 30000) return GameInfo.Strings.metBW2_00000[locval]; + if (locval < 40000) return GameInfo.Strings.metBW2_30000[locval % 10000 - 1]; + if (locval < 60000) return GameInfo.Strings.metBW2_40000[locval % 10000 - 1]; + return GameInfo.Strings.metBW2_60000[locval % 10000 - 1]; } if (pk.Gen6 || pk.Format <= 6) { - if (locval < 30000) return Main.GameStrings.metXY_00000[locval]; - if (locval < 40000) return Main.GameStrings.metXY_30000[locval % 10000 - 1]; - if (locval < 60000) return Main.GameStrings.metXY_40000[locval % 10000 - 1]; - return Main.GameStrings.metXY_60000[locval % 10000 - 1]; + if (locval < 30000) return GameInfo.Strings.metXY_00000[locval]; + if (locval < 40000) return GameInfo.Strings.metXY_30000[locval % 10000 - 1]; + if (locval < 60000) return GameInfo.Strings.metXY_40000[locval % 10000 - 1]; + return GameInfo.Strings.metXY_60000[locval % 10000 - 1]; } if (pk.Gen7 || pk.Format <= 7) { - if (locval < 30000) return Main.GameStrings.metSM_00000[locval]; - if (locval < 40000) return Main.GameStrings.metSM_30000[locval % 10000 - 1]; - if (locval < 60000) return Main.GameStrings.metSM_40000[locval % 10000 - 1]; - return Main.GameStrings.metSM_60000[locval % 10000 - 1]; + if (locval < 30000) return GameInfo.Strings.metSM_00000[locval]; + if (locval < 40000) return GameInfo.Strings.metSM_30000[locval % 10000 - 1]; + if (locval < 60000) return GameInfo.Strings.metSM_40000[locval % 10000 - 1]; + return GameInfo.Strings.metSM_60000[locval % 10000 - 1]; } return null; // Shouldn't happen for gen 3+ } public static string[] getQRText(PKM pkm) { - var s = Main.GameStrings; + var s = GameInfo.Strings; string[] response = new string[3]; // Summarize string filename = pkm.Nickname; @@ -573,47 +571,7 @@ public static Image getSprite(PKM pkm) { return getSprite(pkm.Species, pkm.AltForm, pkm.Gender, pkm.SpriteItem, pkm.IsEgg, pkm.IsShiny, pkm.Format); } - - // Font Related -#if WINDOWS - [DllImport("gdi32.dll")] - private static extern IntPtr AddFontMemResourceEx(IntPtr pbFont, uint cbFont, IntPtr pdv, [In] ref uint pcFonts); -#endif - - private static readonly PrivateFontCollection s_FontCollection = new PrivateFontCollection(); - private static FontFamily[] FontFamilies - { - get - { - if (s_FontCollection.Families.Length == 0) setPKXFont(); - return s_FontCollection.Families; - } - } - public static Font getPKXFont(float size) - { - return new Font(FontFamilies[0], size); - } - private static void setPKXFont() - { - try - { - byte[] fontData = Resources.pgldings_normalregular; -#if WINDOWS - IntPtr fontPtr = Marshal.AllocCoTaskMem(fontData.Length); - Marshal.Copy(fontData, 0, fontPtr, fontData.Length); - s_FontCollection.AddMemoryFont(fontPtr, Resources.pgldings_normalregular.Length); uint dummy = 0; - AddFontMemResourceEx(fontPtr, (uint)Resources.pgldings_normalregular.Length, IntPtr.Zero, ref dummy); - Marshal.FreeCoTaskMem(fontPtr); -#else - GCHandle fontHandle = GCHandle.Alloc(fontData, GCHandleType.Pinned); - s_FontCollection.AddMemoryFont(fontHandle.AddrOfPinnedObject(), fontData.Length); - fontHandle.Free(); -#endif - - } - catch (Exception ex) { Util.Error("Unable to add ingame font.", ex); } - } - + // Personal.dat public static string[] getFormList(int species, string[] t, string[] f, string[] g, int generation = 6) { @@ -1386,7 +1344,7 @@ public static int getGender(int species, uint PID) } } #region Gen 3 Species Table - internal static int[] newindex => new[] + public static int[] newindex => new[] { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30, 31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58, @@ -1408,7 +1366,7 @@ public static int getGender(int species, uint PID) 385,386,358, }; - internal static int[] oldindex => new[] + public static int[] oldindex => new[] { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30, 31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58, @@ -1432,7 +1390,7 @@ public static int getGender(int species, uint PID) #endregion #region Gen 3/4 Character Tables (Val->Unicode) - internal static readonly ushort[] G4Values = + public static readonly ushort[] G4Values = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, @@ -1591,7 +1549,7 @@ public static int getGender(int species, uint PID) 3429, 65535 }; - internal static readonly ushort[] G4Chars = + public static readonly ushort[] G4Chars = { 12288, 12353, 12354, 12355, 12356, 12357, 12358, 12359, 12360, 12361, 12362, 12363, 12364, 12365, 12366, 12367, 12368, 12369, 12370, 12371, 12372, 12373, 12374, 12375, 12376, 12377, 12378, @@ -1782,7 +1740,7 @@ public static int getGender(int species, uint PID) 4467, 4469, 47252, 49968, 50108, 50388, 52012, 65535 }; - internal static readonly ushort[] G34_4E = + public static readonly ushort[] G34_4E = { 478, 351, 352, 353, 358, 359, 360, 361, 362, 363, 020, 365, 366, 369, 370, 371, // 0 415, 376, 377, 378, 368, 382, 383, 384, 046, 358, 359, 392, 393, 394, 395, 396, // 1 @@ -1802,7 +1760,7 @@ public static int getGender(int species, uint PID) 452, 355, 373, 379, 387, 405, 411 // F }; - internal static readonly ushort[] G34_4J = + public static readonly ushort[] G34_4J = { 001, 003, 005, 007, 009, 011, 012, 014, 016, 018, 020, 022, 024, 026, 028, 030, // 0 032, 034, 037, 039, 041, 043, 044, 045, 046, 047, 048, 051, 054, 057, 060, 063, // 1 diff --git a/PKHeX/PKM/ShowdownSet.cs b/PKHeX/PKM/ShowdownSet.cs index 8fa851c38..128649f72 100644 --- a/PKHeX/PKM/ShowdownSet.cs +++ b/PKHeX/PKM/ShowdownSet.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class ShowdownSet { @@ -245,7 +245,7 @@ public string getText() return result; } - internal static string getShowdownText(PKM pkm) + public static string getShowdownText(PKM pkm) { if (pkm.Species == 0) return ""; diff --git a/PKHeX/PKM/XK3.cs b/PKHeX/PKM/XK3.cs index d164eca59..f9c1f08da 100644 --- a/PKHeX/PKM/XK3.cs +++ b/PKHeX/PKM/XK3.cs @@ -1,11 +1,11 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class XK3 : PKM // 3rd Generation PKM File { - internal static readonly byte[] ExtraBytes = + public static readonly byte[] ExtraBytes = { 0x0A, 0x0B, 0x0C, 0x0D, 0x1E, 0x1F, 0x2A, 0x2B, diff --git a/PKHeX/PersonalInfo/PersonalInfo.cs b/PKHeX/PersonalInfo/PersonalInfo.cs index 15b12080e..eaa484d48 100644 --- a/PKHeX/PersonalInfo/PersonalInfo.cs +++ b/PKHeX/PersonalInfo/PersonalInfo.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public abstract class PersonalInfo { diff --git a/PKHeX/PersonalInfo/PersonalInfoB2W2.cs b/PKHeX/PersonalInfo/PersonalInfoB2W2.cs index c3659ac0c..2a4961f97 100644 --- a/PKHeX/PersonalInfo/PersonalInfoB2W2.cs +++ b/PKHeX/PersonalInfo/PersonalInfoB2W2.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoB2W2 : PersonalInfoBW { diff --git a/PKHeX/PersonalInfo/PersonalInfoBW.cs b/PKHeX/PersonalInfo/PersonalInfoBW.cs index 67ac5575e..1ed2edff8 100644 --- a/PKHeX/PersonalInfo/PersonalInfoBW.cs +++ b/PKHeX/PersonalInfo/PersonalInfoBW.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoBW : PersonalInfo { diff --git a/PKHeX/PersonalInfo/PersonalInfoG1.cs b/PKHeX/PersonalInfo/PersonalInfoG1.cs index 89e781984..74dc0dcdc 100644 --- a/PKHeX/PersonalInfo/PersonalInfoG1.cs +++ b/PKHeX/PersonalInfo/PersonalInfoG1.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoG1 : PersonalInfo { diff --git a/PKHeX/PersonalInfo/PersonalInfoG2.cs b/PKHeX/PersonalInfo/PersonalInfoG2.cs index a7e43d060..82f155190 100644 --- a/PKHeX/PersonalInfo/PersonalInfoG2.cs +++ b/PKHeX/PersonalInfo/PersonalInfoG2.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoG2 : PersonalInfo { diff --git a/PKHeX/PersonalInfo/PersonalInfoG3.cs b/PKHeX/PersonalInfo/PersonalInfoG3.cs index a0a88520d..b58941ed7 100644 --- a/PKHeX/PersonalInfo/PersonalInfoG3.cs +++ b/PKHeX/PersonalInfo/PersonalInfoG3.cs @@ -1,6 +1,6 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoG3 : PersonalInfo { diff --git a/PKHeX/PersonalInfo/PersonalInfoG4.cs b/PKHeX/PersonalInfo/PersonalInfoG4.cs index da732ec93..72749092d 100644 --- a/PKHeX/PersonalInfo/PersonalInfoG4.cs +++ b/PKHeX/PersonalInfo/PersonalInfoG4.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoG4 : PersonalInfoG3 { diff --git a/PKHeX/PersonalInfo/PersonalInfoORAS.cs b/PKHeX/PersonalInfo/PersonalInfoORAS.cs index 8d398f681..cb302c8b0 100644 --- a/PKHeX/PersonalInfo/PersonalInfoORAS.cs +++ b/PKHeX/PersonalInfo/PersonalInfoORAS.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoORAS : PersonalInfoXY { diff --git a/PKHeX/PersonalInfo/PersonalInfoSM.cs b/PKHeX/PersonalInfo/PersonalInfoSM.cs index 03c65e0d3..cc887e01b 100644 --- a/PKHeX/PersonalInfo/PersonalInfoSM.cs +++ b/PKHeX/PersonalInfo/PersonalInfoSM.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoSM : PersonalInfoXY { diff --git a/PKHeX/PersonalInfo/PersonalInfoXY.cs b/PKHeX/PersonalInfo/PersonalInfoXY.cs index 5ddc07fc1..8dcff023a 100644 --- a/PKHeX/PersonalInfo/PersonalInfoXY.cs +++ b/PKHeX/PersonalInfo/PersonalInfoXY.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class PersonalInfoXY : PersonalInfoBW { diff --git a/PKHeX/PersonalInfo/PersonalTable.cs b/PKHeX/PersonalInfo/PersonalTable.cs index d61055241..7e6e54571 100644 --- a/PKHeX/PersonalInfo/PersonalTable.cs +++ b/PKHeX/PersonalInfo/PersonalTable.cs @@ -1,24 +1,24 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public class PersonalTable { - internal static readonly PersonalTable SM = new PersonalTable(Properties.Resources.personal_sm, GameVersion.SM); - internal static readonly PersonalTable AO = new PersonalTable(Properties.Resources.personal_ao, GameVersion.ORAS); - internal static readonly PersonalTable XY = new PersonalTable(Properties.Resources.personal_xy, GameVersion.XY); - internal static readonly PersonalTable B2W2 = new PersonalTable(Properties.Resources.personal_b2w2, GameVersion.B2W2); - internal static readonly PersonalTable BW = new PersonalTable(Properties.Resources.personal_bw, GameVersion.BW); - internal static readonly PersonalTable HGSS = new PersonalTable(Properties.Resources.personal_hgss, GameVersion.HGSS); - internal static readonly PersonalTable Pt = new PersonalTable(Properties.Resources.personal_pt, GameVersion.Pt); - internal static readonly PersonalTable DP = new PersonalTable(Properties.Resources.personal_dp, GameVersion.DP); - internal static readonly PersonalTable LG = new PersonalTable(Properties.Resources.personal_lg, GameVersion.LG); - internal static readonly PersonalTable FR = new PersonalTable(Properties.Resources.personal_fr, GameVersion.FR); - internal static readonly PersonalTable E = new PersonalTable(Properties.Resources.personal_e, GameVersion.E); - internal static readonly PersonalTable RS = new PersonalTable(Properties.Resources.personal_rs, GameVersion.RS); - internal static readonly PersonalTable C = new PersonalTable(Properties.Resources.personal_c, GameVersion.C); - internal static readonly PersonalTable GS = new PersonalTable(Properties.Resources.personal_c, GameVersion.GS); - internal static readonly PersonalTable RBY = new PersonalTable(Properties.Resources.personal_rby, GameVersion.RBY); + public static readonly PersonalTable SM = new PersonalTable(Properties.Resources.personal_sm, GameVersion.SM); + public static readonly PersonalTable AO = new PersonalTable(Properties.Resources.personal_ao, GameVersion.ORAS); + public static readonly PersonalTable XY = new PersonalTable(Properties.Resources.personal_xy, GameVersion.XY); + public static readonly PersonalTable B2W2 = new PersonalTable(Properties.Resources.personal_b2w2, GameVersion.B2W2); + public static readonly PersonalTable BW = new PersonalTable(Properties.Resources.personal_bw, GameVersion.BW); + public static readonly PersonalTable HGSS = new PersonalTable(Properties.Resources.personal_hgss, GameVersion.HGSS); + public static readonly PersonalTable Pt = new PersonalTable(Properties.Resources.personal_pt, GameVersion.Pt); + public static readonly PersonalTable DP = new PersonalTable(Properties.Resources.personal_dp, GameVersion.DP); + public static readonly PersonalTable LG = new PersonalTable(Properties.Resources.personal_lg, GameVersion.LG); + public static readonly PersonalTable FR = new PersonalTable(Properties.Resources.personal_fr, GameVersion.FR); + public static readonly PersonalTable E = new PersonalTable(Properties.Resources.personal_e, GameVersion.E); + public static readonly PersonalTable RS = new PersonalTable(Properties.Resources.personal_rs, GameVersion.RS); + public static readonly PersonalTable C = new PersonalTable(Properties.Resources.personal_c, GameVersion.C); + public static readonly PersonalTable GS = new PersonalTable(Properties.Resources.personal_c, GameVersion.GS); + public static readonly PersonalTable RBY = new PersonalTable(Properties.Resources.personal_rby, GameVersion.RBY); private static byte[][] splitBytes(byte[] data, int size) { diff --git a/PKHeX/Properties/AssemblyInfo.cs b/PKHeX/Properties/AssemblyInfo.cs index 7b9245620..b64782468 100644 --- a/PKHeX/Properties/AssemblyInfo.cs +++ b/PKHeX/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("PKHeX")] -[assembly: AssemblyDescription("Pokémon Save Editor")] +[assembly: AssemblyTitle("PKHeX.Core")] +[assembly: AssemblyDescription("Pokémon C# Class Library")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("ProjectPokémon")] -[assembly: AssemblyProduct("PKHeX")] +[assembly: AssemblyProduct("PKHeX.Core")] [assembly: AssemblyCopyright("Kaphotics")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/PKHeX/Properties/Resources.Designer.cs b/PKHeX/Properties/Resources.Designer.cs index 59c47d1a4..8fae1e8b2 100644 --- a/PKHeX/Properties/Resources.Designer.cs +++ b/PKHeX/Properties/Resources.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace PKHeX.Properties { +namespace PKHeX.Core.Properties { using System; @@ -22,7 +22,7 @@ namespace PKHeX.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { + public class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -36,10 +36,10 @@ internal class Resources { /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { + public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.Properties.Resources", typeof(Resources).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PKHeX.Core.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; @@ -51,7 +51,7 @@ internal class Resources { /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { + public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -63,7 +63,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _0 { + public static System.Drawing.Bitmap _0 { get { object obj = ResourceManager.GetObject("_0", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -73,7 +73,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _1 { + public static System.Drawing.Bitmap _1 { get { object obj = ResourceManager.GetObject("_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -83,7 +83,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _10 { + public static System.Drawing.Bitmap _10 { get { object obj = ResourceManager.GetObject("_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -93,7 +93,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _100 { + public static System.Drawing.Bitmap _100 { get { object obj = ResourceManager.GetObject("_100", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -103,7 +103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _101 { + public static System.Drawing.Bitmap _101 { get { object obj = ResourceManager.GetObject("_101", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -113,7 +113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _102 { + public static System.Drawing.Bitmap _102 { get { object obj = ResourceManager.GetObject("_102", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -123,7 +123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _103 { + public static System.Drawing.Bitmap _103 { get { object obj = ResourceManager.GetObject("_103", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -133,7 +133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _103_1 { + public static System.Drawing.Bitmap _103_1 { get { object obj = ResourceManager.GetObject("_103_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -143,7 +143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _104 { + public static System.Drawing.Bitmap _104 { get { object obj = ResourceManager.GetObject("_104", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -153,7 +153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _105 { + public static System.Drawing.Bitmap _105 { get { object obj = ResourceManager.GetObject("_105", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -163,7 +163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _105_1 { + public static System.Drawing.Bitmap _105_1 { get { object obj = ResourceManager.GetObject("_105_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -173,7 +173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _106 { + public static System.Drawing.Bitmap _106 { get { object obj = ResourceManager.GetObject("_106", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -183,7 +183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _107 { + public static System.Drawing.Bitmap _107 { get { object obj = ResourceManager.GetObject("_107", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -193,7 +193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _108 { + public static System.Drawing.Bitmap _108 { get { object obj = ResourceManager.GetObject("_108", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -203,7 +203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _109 { + public static System.Drawing.Bitmap _109 { get { object obj = ResourceManager.GetObject("_109", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -213,7 +213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _11 { + public static System.Drawing.Bitmap _11 { get { object obj = ResourceManager.GetObject("_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -223,7 +223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _110 { + public static System.Drawing.Bitmap _110 { get { object obj = ResourceManager.GetObject("_110", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -233,7 +233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _111 { + public static System.Drawing.Bitmap _111 { get { object obj = ResourceManager.GetObject("_111", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -243,7 +243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _112 { + public static System.Drawing.Bitmap _112 { get { object obj = ResourceManager.GetObject("_112", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -253,7 +253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _113 { + public static System.Drawing.Bitmap _113 { get { object obj = ResourceManager.GetObject("_113", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -263,7 +263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _114 { + public static System.Drawing.Bitmap _114 { get { object obj = ResourceManager.GetObject("_114", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -273,7 +273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _115 { + public static System.Drawing.Bitmap _115 { get { object obj = ResourceManager.GetObject("_115", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -283,7 +283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _115_1 { + public static System.Drawing.Bitmap _115_1 { get { object obj = ResourceManager.GetObject("_115_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -293,7 +293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _116 { + public static System.Drawing.Bitmap _116 { get { object obj = ResourceManager.GetObject("_116", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -303,7 +303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _117 { + public static System.Drawing.Bitmap _117 { get { object obj = ResourceManager.GetObject("_117", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -313,7 +313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _118 { + public static System.Drawing.Bitmap _118 { get { object obj = ResourceManager.GetObject("_118", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -323,7 +323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _119 { + public static System.Drawing.Bitmap _119 { get { object obj = ResourceManager.GetObject("_119", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -333,7 +333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _12 { + public static System.Drawing.Bitmap _12 { get { object obj = ResourceManager.GetObject("_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -343,7 +343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _120 { + public static System.Drawing.Bitmap _120 { get { object obj = ResourceManager.GetObject("_120", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -353,7 +353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _121 { + public static System.Drawing.Bitmap _121 { get { object obj = ResourceManager.GetObject("_121", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -363,7 +363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _122 { + public static System.Drawing.Bitmap _122 { get { object obj = ResourceManager.GetObject("_122", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -373,7 +373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _123 { + public static System.Drawing.Bitmap _123 { get { object obj = ResourceManager.GetObject("_123", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -383,7 +383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _124 { + public static System.Drawing.Bitmap _124 { get { object obj = ResourceManager.GetObject("_124", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -393,7 +393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _125 { + public static System.Drawing.Bitmap _125 { get { object obj = ResourceManager.GetObject("_125", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -403,7 +403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _126 { + public static System.Drawing.Bitmap _126 { get { object obj = ResourceManager.GetObject("_126", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -413,7 +413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _127 { + public static System.Drawing.Bitmap _127 { get { object obj = ResourceManager.GetObject("_127", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -423,7 +423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _127_1 { + public static System.Drawing.Bitmap _127_1 { get { object obj = ResourceManager.GetObject("_127_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -433,7 +433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _128 { + public static System.Drawing.Bitmap _128 { get { object obj = ResourceManager.GetObject("_128", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -443,7 +443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _129 { + public static System.Drawing.Bitmap _129 { get { object obj = ResourceManager.GetObject("_129", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -453,7 +453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _13 { + public static System.Drawing.Bitmap _13 { get { object obj = ResourceManager.GetObject("_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -463,7 +463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _130 { + public static System.Drawing.Bitmap _130 { get { object obj = ResourceManager.GetObject("_130", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -473,7 +473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _130_1 { + public static System.Drawing.Bitmap _130_1 { get { object obj = ResourceManager.GetObject("_130_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -483,7 +483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _131 { + public static System.Drawing.Bitmap _131 { get { object obj = ResourceManager.GetObject("_131", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -493,7 +493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _132 { + public static System.Drawing.Bitmap _132 { get { object obj = ResourceManager.GetObject("_132", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -503,7 +503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _133 { + public static System.Drawing.Bitmap _133 { get { object obj = ResourceManager.GetObject("_133", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -513,7 +513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _134 { + public static System.Drawing.Bitmap _134 { get { object obj = ResourceManager.GetObject("_134", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -523,7 +523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _135 { + public static System.Drawing.Bitmap _135 { get { object obj = ResourceManager.GetObject("_135", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -533,7 +533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _136 { + public static System.Drawing.Bitmap _136 { get { object obj = ResourceManager.GetObject("_136", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -543,7 +543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _137 { + public static System.Drawing.Bitmap _137 { get { object obj = ResourceManager.GetObject("_137", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -553,7 +553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _138 { + public static System.Drawing.Bitmap _138 { get { object obj = ResourceManager.GetObject("_138", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -563,7 +563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _139 { + public static System.Drawing.Bitmap _139 { get { object obj = ResourceManager.GetObject("_139", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -573,7 +573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _14 { + public static System.Drawing.Bitmap _14 { get { object obj = ResourceManager.GetObject("_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -583,7 +583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _140 { + public static System.Drawing.Bitmap _140 { get { object obj = ResourceManager.GetObject("_140", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -593,7 +593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _141 { + public static System.Drawing.Bitmap _141 { get { object obj = ResourceManager.GetObject("_141", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -603,7 +603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _142 { + public static System.Drawing.Bitmap _142 { get { object obj = ResourceManager.GetObject("_142", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -613,7 +613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _142_1 { + public static System.Drawing.Bitmap _142_1 { get { object obj = ResourceManager.GetObject("_142_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -623,7 +623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _143 { + public static System.Drawing.Bitmap _143 { get { object obj = ResourceManager.GetObject("_143", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -633,7 +633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _144 { + public static System.Drawing.Bitmap _144 { get { object obj = ResourceManager.GetObject("_144", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -643,7 +643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _145 { + public static System.Drawing.Bitmap _145 { get { object obj = ResourceManager.GetObject("_145", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -653,7 +653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _146 { + public static System.Drawing.Bitmap _146 { get { object obj = ResourceManager.GetObject("_146", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -663,7 +663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _147 { + public static System.Drawing.Bitmap _147 { get { object obj = ResourceManager.GetObject("_147", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -673,7 +673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _148 { + public static System.Drawing.Bitmap _148 { get { object obj = ResourceManager.GetObject("_148", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -683,7 +683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _149 { + public static System.Drawing.Bitmap _149 { get { object obj = ResourceManager.GetObject("_149", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -693,7 +693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _15 { + public static System.Drawing.Bitmap _15 { get { object obj = ResourceManager.GetObject("_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -703,7 +703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _15_1 { + public static System.Drawing.Bitmap _15_1 { get { object obj = ResourceManager.GetObject("_15_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -713,7 +713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _150 { + public static System.Drawing.Bitmap _150 { get { object obj = ResourceManager.GetObject("_150", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -723,7 +723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _150_1 { + public static System.Drawing.Bitmap _150_1 { get { object obj = ResourceManager.GetObject("_150_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -733,7 +733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _150_2 { + public static System.Drawing.Bitmap _150_2 { get { object obj = ResourceManager.GetObject("_150_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -743,7 +743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _151 { + public static System.Drawing.Bitmap _151 { get { object obj = ResourceManager.GetObject("_151", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -753,7 +753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _152 { + public static System.Drawing.Bitmap _152 { get { object obj = ResourceManager.GetObject("_152", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -763,7 +763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _153 { + public static System.Drawing.Bitmap _153 { get { object obj = ResourceManager.GetObject("_153", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -773,7 +773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _154 { + public static System.Drawing.Bitmap _154 { get { object obj = ResourceManager.GetObject("_154", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -783,7 +783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _155 { + public static System.Drawing.Bitmap _155 { get { object obj = ResourceManager.GetObject("_155", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -793,7 +793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _156 { + public static System.Drawing.Bitmap _156 { get { object obj = ResourceManager.GetObject("_156", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -803,7 +803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _157 { + public static System.Drawing.Bitmap _157 { get { object obj = ResourceManager.GetObject("_157", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -813,7 +813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _158 { + public static System.Drawing.Bitmap _158 { get { object obj = ResourceManager.GetObject("_158", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -823,7 +823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _159 { + public static System.Drawing.Bitmap _159 { get { object obj = ResourceManager.GetObject("_159", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -833,7 +833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _16 { + public static System.Drawing.Bitmap _16 { get { object obj = ResourceManager.GetObject("_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -843,7 +843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _160 { + public static System.Drawing.Bitmap _160 { get { object obj = ResourceManager.GetObject("_160", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -853,7 +853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _161 { + public static System.Drawing.Bitmap _161 { get { object obj = ResourceManager.GetObject("_161", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -863,7 +863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _162 { + public static System.Drawing.Bitmap _162 { get { object obj = ResourceManager.GetObject("_162", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -873,7 +873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _163 { + public static System.Drawing.Bitmap _163 { get { object obj = ResourceManager.GetObject("_163", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -883,7 +883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _164 { + public static System.Drawing.Bitmap _164 { get { object obj = ResourceManager.GetObject("_164", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -893,7 +893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _165 { + public static System.Drawing.Bitmap _165 { get { object obj = ResourceManager.GetObject("_165", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -903,7 +903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _166 { + public static System.Drawing.Bitmap _166 { get { object obj = ResourceManager.GetObject("_166", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -913,7 +913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _167 { + public static System.Drawing.Bitmap _167 { get { object obj = ResourceManager.GetObject("_167", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -923,7 +923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _168 { + public static System.Drawing.Bitmap _168 { get { object obj = ResourceManager.GetObject("_168", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -933,7 +933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _169 { + public static System.Drawing.Bitmap _169 { get { object obj = ResourceManager.GetObject("_169", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -943,7 +943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _17 { + public static System.Drawing.Bitmap _17 { get { object obj = ResourceManager.GetObject("_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -953,7 +953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _170 { + public static System.Drawing.Bitmap _170 { get { object obj = ResourceManager.GetObject("_170", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -963,7 +963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _171 { + public static System.Drawing.Bitmap _171 { get { object obj = ResourceManager.GetObject("_171", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -973,7 +973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _172 { + public static System.Drawing.Bitmap _172 { get { object obj = ResourceManager.GetObject("_172", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -983,7 +983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _172_1 { + public static System.Drawing.Bitmap _172_1 { get { object obj = ResourceManager.GetObject("_172_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -993,7 +993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _173 { + public static System.Drawing.Bitmap _173 { get { object obj = ResourceManager.GetObject("_173", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1003,7 +1003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _174 { + public static System.Drawing.Bitmap _174 { get { object obj = ResourceManager.GetObject("_174", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1013,7 +1013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _175 { + public static System.Drawing.Bitmap _175 { get { object obj = ResourceManager.GetObject("_175", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1023,7 +1023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _176 { + public static System.Drawing.Bitmap _176 { get { object obj = ResourceManager.GetObject("_176", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1033,7 +1033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _177 { + public static System.Drawing.Bitmap _177 { get { object obj = ResourceManager.GetObject("_177", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1043,7 +1043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _178 { + public static System.Drawing.Bitmap _178 { get { object obj = ResourceManager.GetObject("_178", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1053,7 +1053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _179 { + public static System.Drawing.Bitmap _179 { get { object obj = ResourceManager.GetObject("_179", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1063,7 +1063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _18 { + public static System.Drawing.Bitmap _18 { get { object obj = ResourceManager.GetObject("_18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1073,7 +1073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _18_1 { + public static System.Drawing.Bitmap _18_1 { get { object obj = ResourceManager.GetObject("_18_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1083,7 +1083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _180 { + public static System.Drawing.Bitmap _180 { get { object obj = ResourceManager.GetObject("_180", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1093,7 +1093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _181 { + public static System.Drawing.Bitmap _181 { get { object obj = ResourceManager.GetObject("_181", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1103,7 +1103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _181_1 { + public static System.Drawing.Bitmap _181_1 { get { object obj = ResourceManager.GetObject("_181_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1113,7 +1113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _182 { + public static System.Drawing.Bitmap _182 { get { object obj = ResourceManager.GetObject("_182", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1123,7 +1123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _183 { + public static System.Drawing.Bitmap _183 { get { object obj = ResourceManager.GetObject("_183", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1133,7 +1133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _184 { + public static System.Drawing.Bitmap _184 { get { object obj = ResourceManager.GetObject("_184", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1143,7 +1143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _185 { + public static System.Drawing.Bitmap _185 { get { object obj = ResourceManager.GetObject("_185", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1153,7 +1153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _186 { + public static System.Drawing.Bitmap _186 { get { object obj = ResourceManager.GetObject("_186", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1163,7 +1163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _187 { + public static System.Drawing.Bitmap _187 { get { object obj = ResourceManager.GetObject("_187", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1173,7 +1173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _188 { + public static System.Drawing.Bitmap _188 { get { object obj = ResourceManager.GetObject("_188", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1183,7 +1183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _189 { + public static System.Drawing.Bitmap _189 { get { object obj = ResourceManager.GetObject("_189", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1193,7 +1193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _19 { + public static System.Drawing.Bitmap _19 { get { object obj = ResourceManager.GetObject("_19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1203,7 +1203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _19_1 { + public static System.Drawing.Bitmap _19_1 { get { object obj = ResourceManager.GetObject("_19_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1213,7 +1213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _190 { + public static System.Drawing.Bitmap _190 { get { object obj = ResourceManager.GetObject("_190", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1223,7 +1223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _191 { + public static System.Drawing.Bitmap _191 { get { object obj = ResourceManager.GetObject("_191", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1233,7 +1233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _192 { + public static System.Drawing.Bitmap _192 { get { object obj = ResourceManager.GetObject("_192", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1243,7 +1243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _193 { + public static System.Drawing.Bitmap _193 { get { object obj = ResourceManager.GetObject("_193", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1253,7 +1253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _194 { + public static System.Drawing.Bitmap _194 { get { object obj = ResourceManager.GetObject("_194", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1263,7 +1263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _195 { + public static System.Drawing.Bitmap _195 { get { object obj = ResourceManager.GetObject("_195", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1273,7 +1273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _196 { + public static System.Drawing.Bitmap _196 { get { object obj = ResourceManager.GetObject("_196", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1283,7 +1283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _197 { + public static System.Drawing.Bitmap _197 { get { object obj = ResourceManager.GetObject("_197", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1293,7 +1293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _198 { + public static System.Drawing.Bitmap _198 { get { object obj = ResourceManager.GetObject("_198", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1303,7 +1303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _199 { + public static System.Drawing.Bitmap _199 { get { object obj = ResourceManager.GetObject("_199", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1313,7 +1313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _2 { + public static System.Drawing.Bitmap _2 { get { object obj = ResourceManager.GetObject("_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1323,7 +1323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _20 { + public static System.Drawing.Bitmap _20 { get { object obj = ResourceManager.GetObject("_20", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1333,7 +1333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _20_1 { + public static System.Drawing.Bitmap _20_1 { get { object obj = ResourceManager.GetObject("_20_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1343,7 +1343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _200 { + public static System.Drawing.Bitmap _200 { get { object obj = ResourceManager.GetObject("_200", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1353,7 +1353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201 { + public static System.Drawing.Bitmap _201 { get { object obj = ResourceManager.GetObject("_201", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1363,7 +1363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_1 { + public static System.Drawing.Bitmap _201_1 { get { object obj = ResourceManager.GetObject("_201_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1373,7 +1373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_10 { + public static System.Drawing.Bitmap _201_10 { get { object obj = ResourceManager.GetObject("_201_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1383,7 +1383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_11 { + public static System.Drawing.Bitmap _201_11 { get { object obj = ResourceManager.GetObject("_201_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1393,7 +1393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_12 { + public static System.Drawing.Bitmap _201_12 { get { object obj = ResourceManager.GetObject("_201_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1403,7 +1403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_13 { + public static System.Drawing.Bitmap _201_13 { get { object obj = ResourceManager.GetObject("_201_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1413,7 +1413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_14 { + public static System.Drawing.Bitmap _201_14 { get { object obj = ResourceManager.GetObject("_201_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1423,7 +1423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_15 { + public static System.Drawing.Bitmap _201_15 { get { object obj = ResourceManager.GetObject("_201_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1433,7 +1433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_16 { + public static System.Drawing.Bitmap _201_16 { get { object obj = ResourceManager.GetObject("_201_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1443,7 +1443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_17 { + public static System.Drawing.Bitmap _201_17 { get { object obj = ResourceManager.GetObject("_201_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1453,7 +1453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_18 { + public static System.Drawing.Bitmap _201_18 { get { object obj = ResourceManager.GetObject("_201_18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1463,7 +1463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_19 { + public static System.Drawing.Bitmap _201_19 { get { object obj = ResourceManager.GetObject("_201_19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1473,7 +1473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_2 { + public static System.Drawing.Bitmap _201_2 { get { object obj = ResourceManager.GetObject("_201_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1483,7 +1483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_20 { + public static System.Drawing.Bitmap _201_20 { get { object obj = ResourceManager.GetObject("_201_20", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1493,7 +1493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_21 { + public static System.Drawing.Bitmap _201_21 { get { object obj = ResourceManager.GetObject("_201_21", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1503,7 +1503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_22 { + public static System.Drawing.Bitmap _201_22 { get { object obj = ResourceManager.GetObject("_201_22", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1513,7 +1513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_23 { + public static System.Drawing.Bitmap _201_23 { get { object obj = ResourceManager.GetObject("_201_23", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1523,7 +1523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_24 { + public static System.Drawing.Bitmap _201_24 { get { object obj = ResourceManager.GetObject("_201_24", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1533,7 +1533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_25 { + public static System.Drawing.Bitmap _201_25 { get { object obj = ResourceManager.GetObject("_201_25", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1543,7 +1543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_26 { + public static System.Drawing.Bitmap _201_26 { get { object obj = ResourceManager.GetObject("_201_26", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1553,7 +1553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_27 { + public static System.Drawing.Bitmap _201_27 { get { object obj = ResourceManager.GetObject("_201_27", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1563,7 +1563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_3 { + public static System.Drawing.Bitmap _201_3 { get { object obj = ResourceManager.GetObject("_201_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1573,7 +1573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_4 { + public static System.Drawing.Bitmap _201_4 { get { object obj = ResourceManager.GetObject("_201_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1583,7 +1583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_5 { + public static System.Drawing.Bitmap _201_5 { get { object obj = ResourceManager.GetObject("_201_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1593,7 +1593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_6 { + public static System.Drawing.Bitmap _201_6 { get { object obj = ResourceManager.GetObject("_201_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1603,7 +1603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_7 { + public static System.Drawing.Bitmap _201_7 { get { object obj = ResourceManager.GetObject("_201_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1613,7 +1613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_8 { + public static System.Drawing.Bitmap _201_8 { get { object obj = ResourceManager.GetObject("_201_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1623,7 +1623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _201_9 { + public static System.Drawing.Bitmap _201_9 { get { object obj = ResourceManager.GetObject("_201_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1633,7 +1633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _202 { + public static System.Drawing.Bitmap _202 { get { object obj = ResourceManager.GetObject("_202", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1643,7 +1643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _203 { + public static System.Drawing.Bitmap _203 { get { object obj = ResourceManager.GetObject("_203", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1653,7 +1653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _204 { + public static System.Drawing.Bitmap _204 { get { object obj = ResourceManager.GetObject("_204", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1663,7 +1663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _205 { + public static System.Drawing.Bitmap _205 { get { object obj = ResourceManager.GetObject("_205", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1673,7 +1673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _206 { + public static System.Drawing.Bitmap _206 { get { object obj = ResourceManager.GetObject("_206", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1683,7 +1683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _207 { + public static System.Drawing.Bitmap _207 { get { object obj = ResourceManager.GetObject("_207", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1693,7 +1693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _208 { + public static System.Drawing.Bitmap _208 { get { object obj = ResourceManager.GetObject("_208", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1703,7 +1703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _208_1 { + public static System.Drawing.Bitmap _208_1 { get { object obj = ResourceManager.GetObject("_208_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1713,7 +1713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _209 { + public static System.Drawing.Bitmap _209 { get { object obj = ResourceManager.GetObject("_209", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1723,7 +1723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _21 { + public static System.Drawing.Bitmap _21 { get { object obj = ResourceManager.GetObject("_21", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1733,7 +1733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _210 { + public static System.Drawing.Bitmap _210 { get { object obj = ResourceManager.GetObject("_210", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1743,7 +1743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _211 { + public static System.Drawing.Bitmap _211 { get { object obj = ResourceManager.GetObject("_211", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1753,7 +1753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _212 { + public static System.Drawing.Bitmap _212 { get { object obj = ResourceManager.GetObject("_212", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1763,7 +1763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _212_1 { + public static System.Drawing.Bitmap _212_1 { get { object obj = ResourceManager.GetObject("_212_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1773,7 +1773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _213 { + public static System.Drawing.Bitmap _213 { get { object obj = ResourceManager.GetObject("_213", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1783,7 +1783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _214 { + public static System.Drawing.Bitmap _214 { get { object obj = ResourceManager.GetObject("_214", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1793,7 +1793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _214_1 { + public static System.Drawing.Bitmap _214_1 { get { object obj = ResourceManager.GetObject("_214_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1803,7 +1803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _215 { + public static System.Drawing.Bitmap _215 { get { object obj = ResourceManager.GetObject("_215", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1813,7 +1813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _216 { + public static System.Drawing.Bitmap _216 { get { object obj = ResourceManager.GetObject("_216", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1823,7 +1823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _217 { + public static System.Drawing.Bitmap _217 { get { object obj = ResourceManager.GetObject("_217", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1833,7 +1833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _218 { + public static System.Drawing.Bitmap _218 { get { object obj = ResourceManager.GetObject("_218", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1843,7 +1843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _219 { + public static System.Drawing.Bitmap _219 { get { object obj = ResourceManager.GetObject("_219", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1853,7 +1853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _22 { + public static System.Drawing.Bitmap _22 { get { object obj = ResourceManager.GetObject("_22", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1863,7 +1863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _220 { + public static System.Drawing.Bitmap _220 { get { object obj = ResourceManager.GetObject("_220", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1873,7 +1873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _221 { + public static System.Drawing.Bitmap _221 { get { object obj = ResourceManager.GetObject("_221", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1883,7 +1883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _222 { + public static System.Drawing.Bitmap _222 { get { object obj = ResourceManager.GetObject("_222", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1893,7 +1893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _223 { + public static System.Drawing.Bitmap _223 { get { object obj = ResourceManager.GetObject("_223", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1903,7 +1903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _224 { + public static System.Drawing.Bitmap _224 { get { object obj = ResourceManager.GetObject("_224", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1913,7 +1913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _225 { + public static System.Drawing.Bitmap _225 { get { object obj = ResourceManager.GetObject("_225", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1923,7 +1923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _226 { + public static System.Drawing.Bitmap _226 { get { object obj = ResourceManager.GetObject("_226", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1933,7 +1933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _227 { + public static System.Drawing.Bitmap _227 { get { object obj = ResourceManager.GetObject("_227", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1943,7 +1943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _228 { + public static System.Drawing.Bitmap _228 { get { object obj = ResourceManager.GetObject("_228", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1953,7 +1953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _229 { + public static System.Drawing.Bitmap _229 { get { object obj = ResourceManager.GetObject("_229", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1963,7 +1963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _229_1 { + public static System.Drawing.Bitmap _229_1 { get { object obj = ResourceManager.GetObject("_229_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1973,7 +1973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _23 { + public static System.Drawing.Bitmap _23 { get { object obj = ResourceManager.GetObject("_23", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1983,7 +1983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _230 { + public static System.Drawing.Bitmap _230 { get { object obj = ResourceManager.GetObject("_230", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1993,7 +1993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _231 { + public static System.Drawing.Bitmap _231 { get { object obj = ResourceManager.GetObject("_231", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2003,7 +2003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _232 { + public static System.Drawing.Bitmap _232 { get { object obj = ResourceManager.GetObject("_232", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2013,7 +2013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _233 { + public static System.Drawing.Bitmap _233 { get { object obj = ResourceManager.GetObject("_233", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2023,7 +2023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _234 { + public static System.Drawing.Bitmap _234 { get { object obj = ResourceManager.GetObject("_234", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2033,7 +2033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _235 { + public static System.Drawing.Bitmap _235 { get { object obj = ResourceManager.GetObject("_235", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2043,7 +2043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _236 { + public static System.Drawing.Bitmap _236 { get { object obj = ResourceManager.GetObject("_236", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2053,7 +2053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _237 { + public static System.Drawing.Bitmap _237 { get { object obj = ResourceManager.GetObject("_237", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2063,7 +2063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _238 { + public static System.Drawing.Bitmap _238 { get { object obj = ResourceManager.GetObject("_238", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2073,7 +2073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _239 { + public static System.Drawing.Bitmap _239 { get { object obj = ResourceManager.GetObject("_239", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2083,7 +2083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _24 { + public static System.Drawing.Bitmap _24 { get { object obj = ResourceManager.GetObject("_24", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2093,7 +2093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _240 { + public static System.Drawing.Bitmap _240 { get { object obj = ResourceManager.GetObject("_240", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2103,7 +2103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _241 { + public static System.Drawing.Bitmap _241 { get { object obj = ResourceManager.GetObject("_241", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2113,7 +2113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _242 { + public static System.Drawing.Bitmap _242 { get { object obj = ResourceManager.GetObject("_242", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2123,7 +2123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _243 { + public static System.Drawing.Bitmap _243 { get { object obj = ResourceManager.GetObject("_243", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2133,7 +2133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _244 { + public static System.Drawing.Bitmap _244 { get { object obj = ResourceManager.GetObject("_244", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2143,7 +2143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _245 { + public static System.Drawing.Bitmap _245 { get { object obj = ResourceManager.GetObject("_245", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2153,7 +2153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _246 { + public static System.Drawing.Bitmap _246 { get { object obj = ResourceManager.GetObject("_246", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2163,7 +2163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _247 { + public static System.Drawing.Bitmap _247 { get { object obj = ResourceManager.GetObject("_247", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2173,7 +2173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _248 { + public static System.Drawing.Bitmap _248 { get { object obj = ResourceManager.GetObject("_248", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2183,7 +2183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _248_1 { + public static System.Drawing.Bitmap _248_1 { get { object obj = ResourceManager.GetObject("_248_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2193,7 +2193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _249 { + public static System.Drawing.Bitmap _249 { get { object obj = ResourceManager.GetObject("_249", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2203,7 +2203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25 { + public static System.Drawing.Bitmap _25 { get { object obj = ResourceManager.GetObject("_25", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2213,7 +2213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_1 { + public static System.Drawing.Bitmap _25_1 { get { object obj = ResourceManager.GetObject("_25_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2223,7 +2223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_1c { + public static System.Drawing.Bitmap _25_1c { get { object obj = ResourceManager.GetObject("_25_1c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2233,7 +2233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_2 { + public static System.Drawing.Bitmap _25_2 { get { object obj = ResourceManager.GetObject("_25_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2243,7 +2243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_2c { + public static System.Drawing.Bitmap _25_2c { get { object obj = ResourceManager.GetObject("_25_2c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2253,7 +2253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_3 { + public static System.Drawing.Bitmap _25_3 { get { object obj = ResourceManager.GetObject("_25_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2263,7 +2263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_3c { + public static System.Drawing.Bitmap _25_3c { get { object obj = ResourceManager.GetObject("_25_3c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2273,7 +2273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_4 { + public static System.Drawing.Bitmap _25_4 { get { object obj = ResourceManager.GetObject("_25_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2283,7 +2283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_4c { + public static System.Drawing.Bitmap _25_4c { get { object obj = ResourceManager.GetObject("_25_4c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2293,7 +2293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_5 { + public static System.Drawing.Bitmap _25_5 { get { object obj = ResourceManager.GetObject("_25_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2303,7 +2303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_5c { + public static System.Drawing.Bitmap _25_5c { get { object obj = ResourceManager.GetObject("_25_5c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2313,7 +2313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_6 { + public static System.Drawing.Bitmap _25_6 { get { object obj = ResourceManager.GetObject("_25_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2323,7 +2323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _25_6c { + public static System.Drawing.Bitmap _25_6c { get { object obj = ResourceManager.GetObject("_25_6c", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2333,7 +2333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _250 { + public static System.Drawing.Bitmap _250 { get { object obj = ResourceManager.GetObject("_250", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2343,7 +2343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _251 { + public static System.Drawing.Bitmap _251 { get { object obj = ResourceManager.GetObject("_251", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2353,7 +2353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _252 { + public static System.Drawing.Bitmap _252 { get { object obj = ResourceManager.GetObject("_252", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2363,7 +2363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _253 { + public static System.Drawing.Bitmap _253 { get { object obj = ResourceManager.GetObject("_253", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2373,7 +2373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _254 { + public static System.Drawing.Bitmap _254 { get { object obj = ResourceManager.GetObject("_254", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2383,7 +2383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _254_1 { + public static System.Drawing.Bitmap _254_1 { get { object obj = ResourceManager.GetObject("_254_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2393,7 +2393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _255 { + public static System.Drawing.Bitmap _255 { get { object obj = ResourceManager.GetObject("_255", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2403,7 +2403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _256 { + public static System.Drawing.Bitmap _256 { get { object obj = ResourceManager.GetObject("_256", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2413,7 +2413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _257 { + public static System.Drawing.Bitmap _257 { get { object obj = ResourceManager.GetObject("_257", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2423,7 +2423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _257_1 { + public static System.Drawing.Bitmap _257_1 { get { object obj = ResourceManager.GetObject("_257_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2433,7 +2433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _258 { + public static System.Drawing.Bitmap _258 { get { object obj = ResourceManager.GetObject("_258", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2443,7 +2443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _259 { + public static System.Drawing.Bitmap _259 { get { object obj = ResourceManager.GetObject("_259", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2453,7 +2453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _26 { + public static System.Drawing.Bitmap _26 { get { object obj = ResourceManager.GetObject("_26", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2463,7 +2463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _26_1 { + public static System.Drawing.Bitmap _26_1 { get { object obj = ResourceManager.GetObject("_26_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2473,7 +2473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _260 { + public static System.Drawing.Bitmap _260 { get { object obj = ResourceManager.GetObject("_260", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2483,7 +2483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _260_1 { + public static System.Drawing.Bitmap _260_1 { get { object obj = ResourceManager.GetObject("_260_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2493,7 +2493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _261 { + public static System.Drawing.Bitmap _261 { get { object obj = ResourceManager.GetObject("_261", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2503,7 +2503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _262 { + public static System.Drawing.Bitmap _262 { get { object obj = ResourceManager.GetObject("_262", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2513,7 +2513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _263 { + public static System.Drawing.Bitmap _263 { get { object obj = ResourceManager.GetObject("_263", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2523,7 +2523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _264 { + public static System.Drawing.Bitmap _264 { get { object obj = ResourceManager.GetObject("_264", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2533,7 +2533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _265 { + public static System.Drawing.Bitmap _265 { get { object obj = ResourceManager.GetObject("_265", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2543,7 +2543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _266 { + public static System.Drawing.Bitmap _266 { get { object obj = ResourceManager.GetObject("_266", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2553,7 +2553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _267 { + public static System.Drawing.Bitmap _267 { get { object obj = ResourceManager.GetObject("_267", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2563,7 +2563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _268 { + public static System.Drawing.Bitmap _268 { get { object obj = ResourceManager.GetObject("_268", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2573,7 +2573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _269 { + public static System.Drawing.Bitmap _269 { get { object obj = ResourceManager.GetObject("_269", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2583,7 +2583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _27 { + public static System.Drawing.Bitmap _27 { get { object obj = ResourceManager.GetObject("_27", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2593,7 +2593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _27_1 { + public static System.Drawing.Bitmap _27_1 { get { object obj = ResourceManager.GetObject("_27_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2603,7 +2603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _270 { + public static System.Drawing.Bitmap _270 { get { object obj = ResourceManager.GetObject("_270", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2613,7 +2613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _271 { + public static System.Drawing.Bitmap _271 { get { object obj = ResourceManager.GetObject("_271", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2623,7 +2623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _272 { + public static System.Drawing.Bitmap _272 { get { object obj = ResourceManager.GetObject("_272", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2633,7 +2633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _273 { + public static System.Drawing.Bitmap _273 { get { object obj = ResourceManager.GetObject("_273", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2643,7 +2643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _274 { + public static System.Drawing.Bitmap _274 { get { object obj = ResourceManager.GetObject("_274", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2653,7 +2653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _275 { + public static System.Drawing.Bitmap _275 { get { object obj = ResourceManager.GetObject("_275", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2663,7 +2663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _276 { + public static System.Drawing.Bitmap _276 { get { object obj = ResourceManager.GetObject("_276", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2673,7 +2673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _277 { + public static System.Drawing.Bitmap _277 { get { object obj = ResourceManager.GetObject("_277", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2683,7 +2683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _278 { + public static System.Drawing.Bitmap _278 { get { object obj = ResourceManager.GetObject("_278", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2693,7 +2693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _279 { + public static System.Drawing.Bitmap _279 { get { object obj = ResourceManager.GetObject("_279", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2703,7 +2703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _28 { + public static System.Drawing.Bitmap _28 { get { object obj = ResourceManager.GetObject("_28", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2713,7 +2713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _28_1 { + public static System.Drawing.Bitmap _28_1 { get { object obj = ResourceManager.GetObject("_28_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2723,7 +2723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _280 { + public static System.Drawing.Bitmap _280 { get { object obj = ResourceManager.GetObject("_280", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2733,7 +2733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _281 { + public static System.Drawing.Bitmap _281 { get { object obj = ResourceManager.GetObject("_281", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2743,7 +2743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _282 { + public static System.Drawing.Bitmap _282 { get { object obj = ResourceManager.GetObject("_282", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2753,7 +2753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _282_1 { + public static System.Drawing.Bitmap _282_1 { get { object obj = ResourceManager.GetObject("_282_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2763,7 +2763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _283 { + public static System.Drawing.Bitmap _283 { get { object obj = ResourceManager.GetObject("_283", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2773,7 +2773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _284 { + public static System.Drawing.Bitmap _284 { get { object obj = ResourceManager.GetObject("_284", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2783,7 +2783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _285 { + public static System.Drawing.Bitmap _285 { get { object obj = ResourceManager.GetObject("_285", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2793,7 +2793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _286 { + public static System.Drawing.Bitmap _286 { get { object obj = ResourceManager.GetObject("_286", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2803,7 +2803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _287 { + public static System.Drawing.Bitmap _287 { get { object obj = ResourceManager.GetObject("_287", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2813,7 +2813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _288 { + public static System.Drawing.Bitmap _288 { get { object obj = ResourceManager.GetObject("_288", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2823,7 +2823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _289 { + public static System.Drawing.Bitmap _289 { get { object obj = ResourceManager.GetObject("_289", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2833,7 +2833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _29 { + public static System.Drawing.Bitmap _29 { get { object obj = ResourceManager.GetObject("_29", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2843,7 +2843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _290 { + public static System.Drawing.Bitmap _290 { get { object obj = ResourceManager.GetObject("_290", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2853,7 +2853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _291 { + public static System.Drawing.Bitmap _291 { get { object obj = ResourceManager.GetObject("_291", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2863,7 +2863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _292 { + public static System.Drawing.Bitmap _292 { get { object obj = ResourceManager.GetObject("_292", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2873,7 +2873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _293 { + public static System.Drawing.Bitmap _293 { get { object obj = ResourceManager.GetObject("_293", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2883,7 +2883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _294 { + public static System.Drawing.Bitmap _294 { get { object obj = ResourceManager.GetObject("_294", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2893,7 +2893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _295 { + public static System.Drawing.Bitmap _295 { get { object obj = ResourceManager.GetObject("_295", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2903,7 +2903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _296 { + public static System.Drawing.Bitmap _296 { get { object obj = ResourceManager.GetObject("_296", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2913,7 +2913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _297 { + public static System.Drawing.Bitmap _297 { get { object obj = ResourceManager.GetObject("_297", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2923,7 +2923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _298 { + public static System.Drawing.Bitmap _298 { get { object obj = ResourceManager.GetObject("_298", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2933,7 +2933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _299 { + public static System.Drawing.Bitmap _299 { get { object obj = ResourceManager.GetObject("_299", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2943,7 +2943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _3 { + public static System.Drawing.Bitmap _3 { get { object obj = ResourceManager.GetObject("_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2953,7 +2953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _3_1 { + public static System.Drawing.Bitmap _3_1 { get { object obj = ResourceManager.GetObject("_3_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2963,7 +2963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _30 { + public static System.Drawing.Bitmap _30 { get { object obj = ResourceManager.GetObject("_30", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2973,7 +2973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _300 { + public static System.Drawing.Bitmap _300 { get { object obj = ResourceManager.GetObject("_300", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2983,7 +2983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _301 { + public static System.Drawing.Bitmap _301 { get { object obj = ResourceManager.GetObject("_301", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2993,7 +2993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _302 { + public static System.Drawing.Bitmap _302 { get { object obj = ResourceManager.GetObject("_302", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3003,7 +3003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _302_1 { + public static System.Drawing.Bitmap _302_1 { get { object obj = ResourceManager.GetObject("_302_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3013,7 +3013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _303 { + public static System.Drawing.Bitmap _303 { get { object obj = ResourceManager.GetObject("_303", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3023,7 +3023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _303_1 { + public static System.Drawing.Bitmap _303_1 { get { object obj = ResourceManager.GetObject("_303_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3033,7 +3033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _304 { + public static System.Drawing.Bitmap _304 { get { object obj = ResourceManager.GetObject("_304", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3043,7 +3043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _305 { + public static System.Drawing.Bitmap _305 { get { object obj = ResourceManager.GetObject("_305", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3053,7 +3053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _306 { + public static System.Drawing.Bitmap _306 { get { object obj = ResourceManager.GetObject("_306", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3063,7 +3063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _306_1 { + public static System.Drawing.Bitmap _306_1 { get { object obj = ResourceManager.GetObject("_306_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3073,7 +3073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _307 { + public static System.Drawing.Bitmap _307 { get { object obj = ResourceManager.GetObject("_307", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3083,7 +3083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _308 { + public static System.Drawing.Bitmap _308 { get { object obj = ResourceManager.GetObject("_308", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3093,7 +3093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _308_1 { + public static System.Drawing.Bitmap _308_1 { get { object obj = ResourceManager.GetObject("_308_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3103,7 +3103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _309 { + public static System.Drawing.Bitmap _309 { get { object obj = ResourceManager.GetObject("_309", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3113,7 +3113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _31 { + public static System.Drawing.Bitmap _31 { get { object obj = ResourceManager.GetObject("_31", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3123,7 +3123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _310 { + public static System.Drawing.Bitmap _310 { get { object obj = ResourceManager.GetObject("_310", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3133,7 +3133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _310_1 { + public static System.Drawing.Bitmap _310_1 { get { object obj = ResourceManager.GetObject("_310_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3143,7 +3143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _311 { + public static System.Drawing.Bitmap _311 { get { object obj = ResourceManager.GetObject("_311", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3153,7 +3153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _312 { + public static System.Drawing.Bitmap _312 { get { object obj = ResourceManager.GetObject("_312", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3163,7 +3163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _313 { + public static System.Drawing.Bitmap _313 { get { object obj = ResourceManager.GetObject("_313", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3173,7 +3173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _314 { + public static System.Drawing.Bitmap _314 { get { object obj = ResourceManager.GetObject("_314", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3183,7 +3183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _315 { + public static System.Drawing.Bitmap _315 { get { object obj = ResourceManager.GetObject("_315", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3193,7 +3193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _316 { + public static System.Drawing.Bitmap _316 { get { object obj = ResourceManager.GetObject("_316", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3203,7 +3203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _317 { + public static System.Drawing.Bitmap _317 { get { object obj = ResourceManager.GetObject("_317", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3213,7 +3213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _318 { + public static System.Drawing.Bitmap _318 { get { object obj = ResourceManager.GetObject("_318", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3223,7 +3223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _319 { + public static System.Drawing.Bitmap _319 { get { object obj = ResourceManager.GetObject("_319", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3233,7 +3233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _319_1 { + public static System.Drawing.Bitmap _319_1 { get { object obj = ResourceManager.GetObject("_319_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3243,7 +3243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _32 { + public static System.Drawing.Bitmap _32 { get { object obj = ResourceManager.GetObject("_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3253,7 +3253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _320 { + public static System.Drawing.Bitmap _320 { get { object obj = ResourceManager.GetObject("_320", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3263,7 +3263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _321 { + public static System.Drawing.Bitmap _321 { get { object obj = ResourceManager.GetObject("_321", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3273,7 +3273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _322 { + public static System.Drawing.Bitmap _322 { get { object obj = ResourceManager.GetObject("_322", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3283,7 +3283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _323 { + public static System.Drawing.Bitmap _323 { get { object obj = ResourceManager.GetObject("_323", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3293,7 +3293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _323_1 { + public static System.Drawing.Bitmap _323_1 { get { object obj = ResourceManager.GetObject("_323_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3303,7 +3303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _324 { + public static System.Drawing.Bitmap _324 { get { object obj = ResourceManager.GetObject("_324", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3313,7 +3313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _325 { + public static System.Drawing.Bitmap _325 { get { object obj = ResourceManager.GetObject("_325", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3323,7 +3323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _326 { + public static System.Drawing.Bitmap _326 { get { object obj = ResourceManager.GetObject("_326", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3333,7 +3333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _327 { + public static System.Drawing.Bitmap _327 { get { object obj = ResourceManager.GetObject("_327", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3343,7 +3343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _328 { + public static System.Drawing.Bitmap _328 { get { object obj = ResourceManager.GetObject("_328", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3353,7 +3353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _329 { + public static System.Drawing.Bitmap _329 { get { object obj = ResourceManager.GetObject("_329", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3363,7 +3363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _33 { + public static System.Drawing.Bitmap _33 { get { object obj = ResourceManager.GetObject("_33", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3373,7 +3373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _330 { + public static System.Drawing.Bitmap _330 { get { object obj = ResourceManager.GetObject("_330", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3383,7 +3383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _331 { + public static System.Drawing.Bitmap _331 { get { object obj = ResourceManager.GetObject("_331", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3393,7 +3393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _332 { + public static System.Drawing.Bitmap _332 { get { object obj = ResourceManager.GetObject("_332", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3403,7 +3403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _333 { + public static System.Drawing.Bitmap _333 { get { object obj = ResourceManager.GetObject("_333", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3413,7 +3413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _334 { + public static System.Drawing.Bitmap _334 { get { object obj = ResourceManager.GetObject("_334", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3423,7 +3423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _334_1 { + public static System.Drawing.Bitmap _334_1 { get { object obj = ResourceManager.GetObject("_334_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3433,7 +3433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _335 { + public static System.Drawing.Bitmap _335 { get { object obj = ResourceManager.GetObject("_335", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3443,7 +3443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _336 { + public static System.Drawing.Bitmap _336 { get { object obj = ResourceManager.GetObject("_336", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3453,7 +3453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _337 { + public static System.Drawing.Bitmap _337 { get { object obj = ResourceManager.GetObject("_337", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3463,7 +3463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _338 { + public static System.Drawing.Bitmap _338 { get { object obj = ResourceManager.GetObject("_338", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3473,7 +3473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _339 { + public static System.Drawing.Bitmap _339 { get { object obj = ResourceManager.GetObject("_339", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3483,7 +3483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _34 { + public static System.Drawing.Bitmap _34 { get { object obj = ResourceManager.GetObject("_34", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3493,7 +3493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _340 { + public static System.Drawing.Bitmap _340 { get { object obj = ResourceManager.GetObject("_340", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3503,7 +3503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _341 { + public static System.Drawing.Bitmap _341 { get { object obj = ResourceManager.GetObject("_341", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3513,7 +3513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _342 { + public static System.Drawing.Bitmap _342 { get { object obj = ResourceManager.GetObject("_342", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3523,7 +3523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _343 { + public static System.Drawing.Bitmap _343 { get { object obj = ResourceManager.GetObject("_343", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3533,7 +3533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _344 { + public static System.Drawing.Bitmap _344 { get { object obj = ResourceManager.GetObject("_344", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3543,7 +3543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _345 { + public static System.Drawing.Bitmap _345 { get { object obj = ResourceManager.GetObject("_345", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3553,7 +3553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _346 { + public static System.Drawing.Bitmap _346 { get { object obj = ResourceManager.GetObject("_346", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3563,7 +3563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _347 { + public static System.Drawing.Bitmap _347 { get { object obj = ResourceManager.GetObject("_347", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3573,7 +3573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _348 { + public static System.Drawing.Bitmap _348 { get { object obj = ResourceManager.GetObject("_348", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3583,7 +3583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _349 { + public static System.Drawing.Bitmap _349 { get { object obj = ResourceManager.GetObject("_349", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3593,7 +3593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _35 { + public static System.Drawing.Bitmap _35 { get { object obj = ResourceManager.GetObject("_35", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3603,7 +3603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _350 { + public static System.Drawing.Bitmap _350 { get { object obj = ResourceManager.GetObject("_350", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3613,7 +3613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _351 { + public static System.Drawing.Bitmap _351 { get { object obj = ResourceManager.GetObject("_351", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3623,7 +3623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _351_1 { + public static System.Drawing.Bitmap _351_1 { get { object obj = ResourceManager.GetObject("_351_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3633,7 +3633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _351_2 { + public static System.Drawing.Bitmap _351_2 { get { object obj = ResourceManager.GetObject("_351_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3643,7 +3643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _351_3 { + public static System.Drawing.Bitmap _351_3 { get { object obj = ResourceManager.GetObject("_351_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3653,7 +3653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _352 { + public static System.Drawing.Bitmap _352 { get { object obj = ResourceManager.GetObject("_352", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3663,7 +3663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _353 { + public static System.Drawing.Bitmap _353 { get { object obj = ResourceManager.GetObject("_353", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3673,7 +3673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _354 { + public static System.Drawing.Bitmap _354 { get { object obj = ResourceManager.GetObject("_354", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3683,7 +3683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _354_1 { + public static System.Drawing.Bitmap _354_1 { get { object obj = ResourceManager.GetObject("_354_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3693,7 +3693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _355 { + public static System.Drawing.Bitmap _355 { get { object obj = ResourceManager.GetObject("_355", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3703,7 +3703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _356 { + public static System.Drawing.Bitmap _356 { get { object obj = ResourceManager.GetObject("_356", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3713,7 +3713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _357 { + public static System.Drawing.Bitmap _357 { get { object obj = ResourceManager.GetObject("_357", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3723,7 +3723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _358 { + public static System.Drawing.Bitmap _358 { get { object obj = ResourceManager.GetObject("_358", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3733,7 +3733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _359 { + public static System.Drawing.Bitmap _359 { get { object obj = ResourceManager.GetObject("_359", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3743,7 +3743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _359_1 { + public static System.Drawing.Bitmap _359_1 { get { object obj = ResourceManager.GetObject("_359_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3753,7 +3753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _36 { + public static System.Drawing.Bitmap _36 { get { object obj = ResourceManager.GetObject("_36", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3763,7 +3763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _360 { + public static System.Drawing.Bitmap _360 { get { object obj = ResourceManager.GetObject("_360", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3773,7 +3773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _361 { + public static System.Drawing.Bitmap _361 { get { object obj = ResourceManager.GetObject("_361", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3783,7 +3783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _362 { + public static System.Drawing.Bitmap _362 { get { object obj = ResourceManager.GetObject("_362", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3793,7 +3793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _362_1 { + public static System.Drawing.Bitmap _362_1 { get { object obj = ResourceManager.GetObject("_362_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3803,7 +3803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _363 { + public static System.Drawing.Bitmap _363 { get { object obj = ResourceManager.GetObject("_363", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3813,7 +3813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _364 { + public static System.Drawing.Bitmap _364 { get { object obj = ResourceManager.GetObject("_364", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3823,7 +3823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _365 { + public static System.Drawing.Bitmap _365 { get { object obj = ResourceManager.GetObject("_365", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3833,7 +3833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _366 { + public static System.Drawing.Bitmap _366 { get { object obj = ResourceManager.GetObject("_366", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3843,7 +3843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _367 { + public static System.Drawing.Bitmap _367 { get { object obj = ResourceManager.GetObject("_367", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3853,7 +3853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _368 { + public static System.Drawing.Bitmap _368 { get { object obj = ResourceManager.GetObject("_368", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3863,7 +3863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _369 { + public static System.Drawing.Bitmap _369 { get { object obj = ResourceManager.GetObject("_369", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3873,7 +3873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _37 { + public static System.Drawing.Bitmap _37 { get { object obj = ResourceManager.GetObject("_37", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3883,7 +3883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _37_1 { + public static System.Drawing.Bitmap _37_1 { get { object obj = ResourceManager.GetObject("_37_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3893,7 +3893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _370 { + public static System.Drawing.Bitmap _370 { get { object obj = ResourceManager.GetObject("_370", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3903,7 +3903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _371 { + public static System.Drawing.Bitmap _371 { get { object obj = ResourceManager.GetObject("_371", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3913,7 +3913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _372 { + public static System.Drawing.Bitmap _372 { get { object obj = ResourceManager.GetObject("_372", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3923,7 +3923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _373 { + public static System.Drawing.Bitmap _373 { get { object obj = ResourceManager.GetObject("_373", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3933,7 +3933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _373_1 { + public static System.Drawing.Bitmap _373_1 { get { object obj = ResourceManager.GetObject("_373_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3943,7 +3943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _374 { + public static System.Drawing.Bitmap _374 { get { object obj = ResourceManager.GetObject("_374", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3953,7 +3953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _375 { + public static System.Drawing.Bitmap _375 { get { object obj = ResourceManager.GetObject("_375", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3963,7 +3963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _376 { + public static System.Drawing.Bitmap _376 { get { object obj = ResourceManager.GetObject("_376", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3973,7 +3973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _376_1 { + public static System.Drawing.Bitmap _376_1 { get { object obj = ResourceManager.GetObject("_376_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3983,7 +3983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _377 { + public static System.Drawing.Bitmap _377 { get { object obj = ResourceManager.GetObject("_377", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3993,7 +3993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _378 { + public static System.Drawing.Bitmap _378 { get { object obj = ResourceManager.GetObject("_378", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4003,7 +4003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _379 { + public static System.Drawing.Bitmap _379 { get { object obj = ResourceManager.GetObject("_379", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4013,7 +4013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _38 { + public static System.Drawing.Bitmap _38 { get { object obj = ResourceManager.GetObject("_38", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4023,7 +4023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _38_1 { + public static System.Drawing.Bitmap _38_1 { get { object obj = ResourceManager.GetObject("_38_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4033,7 +4033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _380 { + public static System.Drawing.Bitmap _380 { get { object obj = ResourceManager.GetObject("_380", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4043,7 +4043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _380_1 { + public static System.Drawing.Bitmap _380_1 { get { object obj = ResourceManager.GetObject("_380_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4053,7 +4053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _381 { + public static System.Drawing.Bitmap _381 { get { object obj = ResourceManager.GetObject("_381", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4063,7 +4063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _381_1 { + public static System.Drawing.Bitmap _381_1 { get { object obj = ResourceManager.GetObject("_381_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4073,7 +4073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _382 { + public static System.Drawing.Bitmap _382 { get { object obj = ResourceManager.GetObject("_382", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4083,7 +4083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _382_1 { + public static System.Drawing.Bitmap _382_1 { get { object obj = ResourceManager.GetObject("_382_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4093,7 +4093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _383 { + public static System.Drawing.Bitmap _383 { get { object obj = ResourceManager.GetObject("_383", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4103,7 +4103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _383_1 { + public static System.Drawing.Bitmap _383_1 { get { object obj = ResourceManager.GetObject("_383_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4113,7 +4113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _384 { + public static System.Drawing.Bitmap _384 { get { object obj = ResourceManager.GetObject("_384", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4123,7 +4123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _384_1 { + public static System.Drawing.Bitmap _384_1 { get { object obj = ResourceManager.GetObject("_384_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4133,7 +4133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _385 { + public static System.Drawing.Bitmap _385 { get { object obj = ResourceManager.GetObject("_385", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4143,7 +4143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _386 { + public static System.Drawing.Bitmap _386 { get { object obj = ResourceManager.GetObject("_386", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4153,7 +4153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _386_1 { + public static System.Drawing.Bitmap _386_1 { get { object obj = ResourceManager.GetObject("_386_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4163,7 +4163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _386_2 { + public static System.Drawing.Bitmap _386_2 { get { object obj = ResourceManager.GetObject("_386_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4173,7 +4173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _386_3 { + public static System.Drawing.Bitmap _386_3 { get { object obj = ResourceManager.GetObject("_386_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4183,7 +4183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _387 { + public static System.Drawing.Bitmap _387 { get { object obj = ResourceManager.GetObject("_387", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4193,7 +4193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _388 { + public static System.Drawing.Bitmap _388 { get { object obj = ResourceManager.GetObject("_388", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4203,7 +4203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _389 { + public static System.Drawing.Bitmap _389 { get { object obj = ResourceManager.GetObject("_389", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4213,7 +4213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _39 { + public static System.Drawing.Bitmap _39 { get { object obj = ResourceManager.GetObject("_39", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4223,7 +4223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _390 { + public static System.Drawing.Bitmap _390 { get { object obj = ResourceManager.GetObject("_390", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4233,7 +4233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _391 { + public static System.Drawing.Bitmap _391 { get { object obj = ResourceManager.GetObject("_391", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4243,7 +4243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _392 { + public static System.Drawing.Bitmap _392 { get { object obj = ResourceManager.GetObject("_392", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4253,7 +4253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _393 { + public static System.Drawing.Bitmap _393 { get { object obj = ResourceManager.GetObject("_393", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4263,7 +4263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _394 { + public static System.Drawing.Bitmap _394 { get { object obj = ResourceManager.GetObject("_394", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4273,7 +4273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _395 { + public static System.Drawing.Bitmap _395 { get { object obj = ResourceManager.GetObject("_395", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4283,7 +4283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _396 { + public static System.Drawing.Bitmap _396 { get { object obj = ResourceManager.GetObject("_396", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4293,7 +4293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _397 { + public static System.Drawing.Bitmap _397 { get { object obj = ResourceManager.GetObject("_397", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4303,7 +4303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _398 { + public static System.Drawing.Bitmap _398 { get { object obj = ResourceManager.GetObject("_398", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4313,7 +4313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _399 { + public static System.Drawing.Bitmap _399 { get { object obj = ResourceManager.GetObject("_399", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4323,7 +4323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _4 { + public static System.Drawing.Bitmap _4 { get { object obj = ResourceManager.GetObject("_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4333,7 +4333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _40 { + public static System.Drawing.Bitmap _40 { get { object obj = ResourceManager.GetObject("_40", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4343,7 +4343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _400 { + public static System.Drawing.Bitmap _400 { get { object obj = ResourceManager.GetObject("_400", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4353,7 +4353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _401 { + public static System.Drawing.Bitmap _401 { get { object obj = ResourceManager.GetObject("_401", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4363,7 +4363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _402 { + public static System.Drawing.Bitmap _402 { get { object obj = ResourceManager.GetObject("_402", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4373,7 +4373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _403 { + public static System.Drawing.Bitmap _403 { get { object obj = ResourceManager.GetObject("_403", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4383,7 +4383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _404 { + public static System.Drawing.Bitmap _404 { get { object obj = ResourceManager.GetObject("_404", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4393,7 +4393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _405 { + public static System.Drawing.Bitmap _405 { get { object obj = ResourceManager.GetObject("_405", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4403,7 +4403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _406 { + public static System.Drawing.Bitmap _406 { get { object obj = ResourceManager.GetObject("_406", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4413,7 +4413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _407 { + public static System.Drawing.Bitmap _407 { get { object obj = ResourceManager.GetObject("_407", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4423,7 +4423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _408 { + public static System.Drawing.Bitmap _408 { get { object obj = ResourceManager.GetObject("_408", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4433,7 +4433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _409 { + public static System.Drawing.Bitmap _409 { get { object obj = ResourceManager.GetObject("_409", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4443,7 +4443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _41 { + public static System.Drawing.Bitmap _41 { get { object obj = ResourceManager.GetObject("_41", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4453,7 +4453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _410 { + public static System.Drawing.Bitmap _410 { get { object obj = ResourceManager.GetObject("_410", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4463,7 +4463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _411 { + public static System.Drawing.Bitmap _411 { get { object obj = ResourceManager.GetObject("_411", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4473,7 +4473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _412 { + public static System.Drawing.Bitmap _412 { get { object obj = ResourceManager.GetObject("_412", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4483,7 +4483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _412_1 { + public static System.Drawing.Bitmap _412_1 { get { object obj = ResourceManager.GetObject("_412_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4493,7 +4493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _412_2 { + public static System.Drawing.Bitmap _412_2 { get { object obj = ResourceManager.GetObject("_412_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4503,7 +4503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _413 { + public static System.Drawing.Bitmap _413 { get { object obj = ResourceManager.GetObject("_413", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4513,7 +4513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _413_1 { + public static System.Drawing.Bitmap _413_1 { get { object obj = ResourceManager.GetObject("_413_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4523,7 +4523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _413_2 { + public static System.Drawing.Bitmap _413_2 { get { object obj = ResourceManager.GetObject("_413_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4533,7 +4533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _414 { + public static System.Drawing.Bitmap _414 { get { object obj = ResourceManager.GetObject("_414", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4543,7 +4543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _415 { + public static System.Drawing.Bitmap _415 { get { object obj = ResourceManager.GetObject("_415", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4553,7 +4553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _416 { + public static System.Drawing.Bitmap _416 { get { object obj = ResourceManager.GetObject("_416", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4563,7 +4563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _417 { + public static System.Drawing.Bitmap _417 { get { object obj = ResourceManager.GetObject("_417", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4573,7 +4573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _418 { + public static System.Drawing.Bitmap _418 { get { object obj = ResourceManager.GetObject("_418", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4583,7 +4583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _419 { + public static System.Drawing.Bitmap _419 { get { object obj = ResourceManager.GetObject("_419", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4593,7 +4593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _42 { + public static System.Drawing.Bitmap _42 { get { object obj = ResourceManager.GetObject("_42", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4603,7 +4603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _420 { + public static System.Drawing.Bitmap _420 { get { object obj = ResourceManager.GetObject("_420", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4613,7 +4613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _421 { + public static System.Drawing.Bitmap _421 { get { object obj = ResourceManager.GetObject("_421", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4623,7 +4623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _421_1 { + public static System.Drawing.Bitmap _421_1 { get { object obj = ResourceManager.GetObject("_421_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4633,7 +4633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _422 { + public static System.Drawing.Bitmap _422 { get { object obj = ResourceManager.GetObject("_422", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4643,7 +4643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _422_1 { + public static System.Drawing.Bitmap _422_1 { get { object obj = ResourceManager.GetObject("_422_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4653,7 +4653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _423 { + public static System.Drawing.Bitmap _423 { get { object obj = ResourceManager.GetObject("_423", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4663,7 +4663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _423_1 { + public static System.Drawing.Bitmap _423_1 { get { object obj = ResourceManager.GetObject("_423_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4673,7 +4673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _424 { + public static System.Drawing.Bitmap _424 { get { object obj = ResourceManager.GetObject("_424", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4683,7 +4683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _425 { + public static System.Drawing.Bitmap _425 { get { object obj = ResourceManager.GetObject("_425", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4693,7 +4693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _426 { + public static System.Drawing.Bitmap _426 { get { object obj = ResourceManager.GetObject("_426", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4703,7 +4703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _427 { + public static System.Drawing.Bitmap _427 { get { object obj = ResourceManager.GetObject("_427", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4713,7 +4713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _428 { + public static System.Drawing.Bitmap _428 { get { object obj = ResourceManager.GetObject("_428", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4723,7 +4723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _428_1 { + public static System.Drawing.Bitmap _428_1 { get { object obj = ResourceManager.GetObject("_428_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4733,7 +4733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _429 { + public static System.Drawing.Bitmap _429 { get { object obj = ResourceManager.GetObject("_429", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4743,7 +4743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _43 { + public static System.Drawing.Bitmap _43 { get { object obj = ResourceManager.GetObject("_43", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4753,7 +4753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _430 { + public static System.Drawing.Bitmap _430 { get { object obj = ResourceManager.GetObject("_430", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4763,7 +4763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _431 { + public static System.Drawing.Bitmap _431 { get { object obj = ResourceManager.GetObject("_431", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4773,7 +4773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _432 { + public static System.Drawing.Bitmap _432 { get { object obj = ResourceManager.GetObject("_432", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4783,7 +4783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _433 { + public static System.Drawing.Bitmap _433 { get { object obj = ResourceManager.GetObject("_433", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4793,7 +4793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _434 { + public static System.Drawing.Bitmap _434 { get { object obj = ResourceManager.GetObject("_434", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4803,7 +4803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _435 { + public static System.Drawing.Bitmap _435 { get { object obj = ResourceManager.GetObject("_435", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4813,7 +4813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _436 { + public static System.Drawing.Bitmap _436 { get { object obj = ResourceManager.GetObject("_436", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4823,7 +4823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _437 { + public static System.Drawing.Bitmap _437 { get { object obj = ResourceManager.GetObject("_437", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4833,7 +4833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _438 { + public static System.Drawing.Bitmap _438 { get { object obj = ResourceManager.GetObject("_438", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4843,7 +4843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _439 { + public static System.Drawing.Bitmap _439 { get { object obj = ResourceManager.GetObject("_439", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4853,7 +4853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _44 { + public static System.Drawing.Bitmap _44 { get { object obj = ResourceManager.GetObject("_44", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4863,7 +4863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _440 { + public static System.Drawing.Bitmap _440 { get { object obj = ResourceManager.GetObject("_440", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4873,7 +4873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _441 { + public static System.Drawing.Bitmap _441 { get { object obj = ResourceManager.GetObject("_441", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4883,7 +4883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _442 { + public static System.Drawing.Bitmap _442 { get { object obj = ResourceManager.GetObject("_442", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4893,7 +4893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _443 { + public static System.Drawing.Bitmap _443 { get { object obj = ResourceManager.GetObject("_443", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4903,7 +4903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _444 { + public static System.Drawing.Bitmap _444 { get { object obj = ResourceManager.GetObject("_444", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4913,7 +4913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _445 { + public static System.Drawing.Bitmap _445 { get { object obj = ResourceManager.GetObject("_445", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4923,7 +4923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _445_1 { + public static System.Drawing.Bitmap _445_1 { get { object obj = ResourceManager.GetObject("_445_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4933,7 +4933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _446 { + public static System.Drawing.Bitmap _446 { get { object obj = ResourceManager.GetObject("_446", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4943,7 +4943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _447 { + public static System.Drawing.Bitmap _447 { get { object obj = ResourceManager.GetObject("_447", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4953,7 +4953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _448 { + public static System.Drawing.Bitmap _448 { get { object obj = ResourceManager.GetObject("_448", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4963,7 +4963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _448_1 { + public static System.Drawing.Bitmap _448_1 { get { object obj = ResourceManager.GetObject("_448_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4973,7 +4973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _449 { + public static System.Drawing.Bitmap _449 { get { object obj = ResourceManager.GetObject("_449", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4983,7 +4983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _45 { + public static System.Drawing.Bitmap _45 { get { object obj = ResourceManager.GetObject("_45", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -4993,7 +4993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _450 { + public static System.Drawing.Bitmap _450 { get { object obj = ResourceManager.GetObject("_450", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5003,7 +5003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _451 { + public static System.Drawing.Bitmap _451 { get { object obj = ResourceManager.GetObject("_451", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5013,7 +5013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _452 { + public static System.Drawing.Bitmap _452 { get { object obj = ResourceManager.GetObject("_452", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5023,7 +5023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _453 { + public static System.Drawing.Bitmap _453 { get { object obj = ResourceManager.GetObject("_453", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5033,7 +5033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _454 { + public static System.Drawing.Bitmap _454 { get { object obj = ResourceManager.GetObject("_454", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5043,7 +5043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _455 { + public static System.Drawing.Bitmap _455 { get { object obj = ResourceManager.GetObject("_455", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5053,7 +5053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _456 { + public static System.Drawing.Bitmap _456 { get { object obj = ResourceManager.GetObject("_456", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5063,7 +5063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _457 { + public static System.Drawing.Bitmap _457 { get { object obj = ResourceManager.GetObject("_457", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5073,7 +5073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _458 { + public static System.Drawing.Bitmap _458 { get { object obj = ResourceManager.GetObject("_458", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5083,7 +5083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _459 { + public static System.Drawing.Bitmap _459 { get { object obj = ResourceManager.GetObject("_459", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5093,7 +5093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _46 { + public static System.Drawing.Bitmap _46 { get { object obj = ResourceManager.GetObject("_46", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5103,7 +5103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _460 { + public static System.Drawing.Bitmap _460 { get { object obj = ResourceManager.GetObject("_460", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5113,7 +5113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _460_1 { + public static System.Drawing.Bitmap _460_1 { get { object obj = ResourceManager.GetObject("_460_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5123,7 +5123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _461 { + public static System.Drawing.Bitmap _461 { get { object obj = ResourceManager.GetObject("_461", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5133,7 +5133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _462 { + public static System.Drawing.Bitmap _462 { get { object obj = ResourceManager.GetObject("_462", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5143,7 +5143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _463 { + public static System.Drawing.Bitmap _463 { get { object obj = ResourceManager.GetObject("_463", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5153,7 +5153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _464 { + public static System.Drawing.Bitmap _464 { get { object obj = ResourceManager.GetObject("_464", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5163,7 +5163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _465 { + public static System.Drawing.Bitmap _465 { get { object obj = ResourceManager.GetObject("_465", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5173,7 +5173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _466 { + public static System.Drawing.Bitmap _466 { get { object obj = ResourceManager.GetObject("_466", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5183,7 +5183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _467 { + public static System.Drawing.Bitmap _467 { get { object obj = ResourceManager.GetObject("_467", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5193,7 +5193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _468 { + public static System.Drawing.Bitmap _468 { get { object obj = ResourceManager.GetObject("_468", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5203,7 +5203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _469 { + public static System.Drawing.Bitmap _469 { get { object obj = ResourceManager.GetObject("_469", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5213,7 +5213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _47 { + public static System.Drawing.Bitmap _47 { get { object obj = ResourceManager.GetObject("_47", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5223,7 +5223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _470 { + public static System.Drawing.Bitmap _470 { get { object obj = ResourceManager.GetObject("_470", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5233,7 +5233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _471 { + public static System.Drawing.Bitmap _471 { get { object obj = ResourceManager.GetObject("_471", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5243,7 +5243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _472 { + public static System.Drawing.Bitmap _472 { get { object obj = ResourceManager.GetObject("_472", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5253,7 +5253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _473 { + public static System.Drawing.Bitmap _473 { get { object obj = ResourceManager.GetObject("_473", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5263,7 +5263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _474 { + public static System.Drawing.Bitmap _474 { get { object obj = ResourceManager.GetObject("_474", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5273,7 +5273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _475 { + public static System.Drawing.Bitmap _475 { get { object obj = ResourceManager.GetObject("_475", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5283,7 +5283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _475_1 { + public static System.Drawing.Bitmap _475_1 { get { object obj = ResourceManager.GetObject("_475_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5293,7 +5293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _476 { + public static System.Drawing.Bitmap _476 { get { object obj = ResourceManager.GetObject("_476", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5303,7 +5303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _477 { + public static System.Drawing.Bitmap _477 { get { object obj = ResourceManager.GetObject("_477", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5313,7 +5313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _478 { + public static System.Drawing.Bitmap _478 { get { object obj = ResourceManager.GetObject("_478", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5323,7 +5323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479 { + public static System.Drawing.Bitmap _479 { get { object obj = ResourceManager.GetObject("_479", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5333,7 +5333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479_1 { + public static System.Drawing.Bitmap _479_1 { get { object obj = ResourceManager.GetObject("_479_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5343,7 +5343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479_2 { + public static System.Drawing.Bitmap _479_2 { get { object obj = ResourceManager.GetObject("_479_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5353,7 +5353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479_3 { + public static System.Drawing.Bitmap _479_3 { get { object obj = ResourceManager.GetObject("_479_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5363,7 +5363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479_4 { + public static System.Drawing.Bitmap _479_4 { get { object obj = ResourceManager.GetObject("_479_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5373,7 +5373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _479_5 { + public static System.Drawing.Bitmap _479_5 { get { object obj = ResourceManager.GetObject("_479_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5383,7 +5383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _48 { + public static System.Drawing.Bitmap _48 { get { object obj = ResourceManager.GetObject("_48", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5393,7 +5393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _480 { + public static System.Drawing.Bitmap _480 { get { object obj = ResourceManager.GetObject("_480", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5403,7 +5403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _481 { + public static System.Drawing.Bitmap _481 { get { object obj = ResourceManager.GetObject("_481", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5413,7 +5413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _482 { + public static System.Drawing.Bitmap _482 { get { object obj = ResourceManager.GetObject("_482", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5423,7 +5423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _483 { + public static System.Drawing.Bitmap _483 { get { object obj = ResourceManager.GetObject("_483", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5433,7 +5433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _484 { + public static System.Drawing.Bitmap _484 { get { object obj = ResourceManager.GetObject("_484", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5443,7 +5443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _485 { + public static System.Drawing.Bitmap _485 { get { object obj = ResourceManager.GetObject("_485", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5453,7 +5453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _486 { + public static System.Drawing.Bitmap _486 { get { object obj = ResourceManager.GetObject("_486", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5463,7 +5463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _487 { + public static System.Drawing.Bitmap _487 { get { object obj = ResourceManager.GetObject("_487", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5473,7 +5473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _487_1 { + public static System.Drawing.Bitmap _487_1 { get { object obj = ResourceManager.GetObject("_487_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5483,7 +5483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _488 { + public static System.Drawing.Bitmap _488 { get { object obj = ResourceManager.GetObject("_488", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5493,7 +5493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _489 { + public static System.Drawing.Bitmap _489 { get { object obj = ResourceManager.GetObject("_489", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5503,7 +5503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _49 { + public static System.Drawing.Bitmap _49 { get { object obj = ResourceManager.GetObject("_49", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5513,7 +5513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _490 { + public static System.Drawing.Bitmap _490 { get { object obj = ResourceManager.GetObject("_490", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5523,7 +5523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _491 { + public static System.Drawing.Bitmap _491 { get { object obj = ResourceManager.GetObject("_491", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5533,7 +5533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _492 { + public static System.Drawing.Bitmap _492 { get { object obj = ResourceManager.GetObject("_492", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5543,7 +5543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _492_1 { + public static System.Drawing.Bitmap _492_1 { get { object obj = ResourceManager.GetObject("_492_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5553,7 +5553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _493 { + public static System.Drawing.Bitmap _493 { get { object obj = ResourceManager.GetObject("_493", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5563,7 +5563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _494 { + public static System.Drawing.Bitmap _494 { get { object obj = ResourceManager.GetObject("_494", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5573,7 +5573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _495 { + public static System.Drawing.Bitmap _495 { get { object obj = ResourceManager.GetObject("_495", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5583,7 +5583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _496 { + public static System.Drawing.Bitmap _496 { get { object obj = ResourceManager.GetObject("_496", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5593,7 +5593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _497 { + public static System.Drawing.Bitmap _497 { get { object obj = ResourceManager.GetObject("_497", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5603,7 +5603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _498 { + public static System.Drawing.Bitmap _498 { get { object obj = ResourceManager.GetObject("_498", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5613,7 +5613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _499 { + public static System.Drawing.Bitmap _499 { get { object obj = ResourceManager.GetObject("_499", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5623,7 +5623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _5 { + public static System.Drawing.Bitmap _5 { get { object obj = ResourceManager.GetObject("_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5633,7 +5633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _50 { + public static System.Drawing.Bitmap _50 { get { object obj = ResourceManager.GetObject("_50", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5643,7 +5643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _50_1 { + public static System.Drawing.Bitmap _50_1 { get { object obj = ResourceManager.GetObject("_50_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5653,7 +5653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _500 { + public static System.Drawing.Bitmap _500 { get { object obj = ResourceManager.GetObject("_500", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5663,7 +5663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _501 { + public static System.Drawing.Bitmap _501 { get { object obj = ResourceManager.GetObject("_501", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5673,7 +5673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _502 { + public static System.Drawing.Bitmap _502 { get { object obj = ResourceManager.GetObject("_502", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5683,7 +5683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _503 { + public static System.Drawing.Bitmap _503 { get { object obj = ResourceManager.GetObject("_503", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5693,7 +5693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _504 { + public static System.Drawing.Bitmap _504 { get { object obj = ResourceManager.GetObject("_504", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5703,7 +5703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _505 { + public static System.Drawing.Bitmap _505 { get { object obj = ResourceManager.GetObject("_505", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5713,7 +5713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _506 { + public static System.Drawing.Bitmap _506 { get { object obj = ResourceManager.GetObject("_506", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5723,7 +5723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _507 { + public static System.Drawing.Bitmap _507 { get { object obj = ResourceManager.GetObject("_507", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5733,7 +5733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _508 { + public static System.Drawing.Bitmap _508 { get { object obj = ResourceManager.GetObject("_508", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5743,7 +5743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _509 { + public static System.Drawing.Bitmap _509 { get { object obj = ResourceManager.GetObject("_509", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5753,7 +5753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _51 { + public static System.Drawing.Bitmap _51 { get { object obj = ResourceManager.GetObject("_51", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5763,7 +5763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _51_1 { + public static System.Drawing.Bitmap _51_1 { get { object obj = ResourceManager.GetObject("_51_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5773,7 +5773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _510 { + public static System.Drawing.Bitmap _510 { get { object obj = ResourceManager.GetObject("_510", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5783,7 +5783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _511 { + public static System.Drawing.Bitmap _511 { get { object obj = ResourceManager.GetObject("_511", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5793,7 +5793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _512 { + public static System.Drawing.Bitmap _512 { get { object obj = ResourceManager.GetObject("_512", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5803,7 +5803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _513 { + public static System.Drawing.Bitmap _513 { get { object obj = ResourceManager.GetObject("_513", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5813,7 +5813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _514 { + public static System.Drawing.Bitmap _514 { get { object obj = ResourceManager.GetObject("_514", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5823,7 +5823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _515 { + public static System.Drawing.Bitmap _515 { get { object obj = ResourceManager.GetObject("_515", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5833,7 +5833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _516 { + public static System.Drawing.Bitmap _516 { get { object obj = ResourceManager.GetObject("_516", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5843,7 +5843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _517 { + public static System.Drawing.Bitmap _517 { get { object obj = ResourceManager.GetObject("_517", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5853,7 +5853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _518 { + public static System.Drawing.Bitmap _518 { get { object obj = ResourceManager.GetObject("_518", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5863,7 +5863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _519 { + public static System.Drawing.Bitmap _519 { get { object obj = ResourceManager.GetObject("_519", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5873,7 +5873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _52 { + public static System.Drawing.Bitmap _52 { get { object obj = ResourceManager.GetObject("_52", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5883,7 +5883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _52_1 { + public static System.Drawing.Bitmap _52_1 { get { object obj = ResourceManager.GetObject("_52_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5893,7 +5893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _520 { + public static System.Drawing.Bitmap _520 { get { object obj = ResourceManager.GetObject("_520", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5903,7 +5903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _521 { + public static System.Drawing.Bitmap _521 { get { object obj = ResourceManager.GetObject("_521", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5913,7 +5913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _521_1 { + public static System.Drawing.Bitmap _521_1 { get { object obj = ResourceManager.GetObject("_521_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5923,7 +5923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _522 { + public static System.Drawing.Bitmap _522 { get { object obj = ResourceManager.GetObject("_522", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5933,7 +5933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _523 { + public static System.Drawing.Bitmap _523 { get { object obj = ResourceManager.GetObject("_523", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5943,7 +5943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _524 { + public static System.Drawing.Bitmap _524 { get { object obj = ResourceManager.GetObject("_524", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5953,7 +5953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _525 { + public static System.Drawing.Bitmap _525 { get { object obj = ResourceManager.GetObject("_525", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5963,7 +5963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _526 { + public static System.Drawing.Bitmap _526 { get { object obj = ResourceManager.GetObject("_526", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5973,7 +5973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _527 { + public static System.Drawing.Bitmap _527 { get { object obj = ResourceManager.GetObject("_527", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5983,7 +5983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _528 { + public static System.Drawing.Bitmap _528 { get { object obj = ResourceManager.GetObject("_528", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -5993,7 +5993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _529 { + public static System.Drawing.Bitmap _529 { get { object obj = ResourceManager.GetObject("_529", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6003,7 +6003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _53 { + public static System.Drawing.Bitmap _53 { get { object obj = ResourceManager.GetObject("_53", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6013,7 +6013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _53_1 { + public static System.Drawing.Bitmap _53_1 { get { object obj = ResourceManager.GetObject("_53_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6023,7 +6023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _530 { + public static System.Drawing.Bitmap _530 { get { object obj = ResourceManager.GetObject("_530", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6033,7 +6033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _531 { + public static System.Drawing.Bitmap _531 { get { object obj = ResourceManager.GetObject("_531", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6043,7 +6043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _531_1 { + public static System.Drawing.Bitmap _531_1 { get { object obj = ResourceManager.GetObject("_531_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6053,7 +6053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _532 { + public static System.Drawing.Bitmap _532 { get { object obj = ResourceManager.GetObject("_532", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6063,7 +6063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _533 { + public static System.Drawing.Bitmap _533 { get { object obj = ResourceManager.GetObject("_533", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6073,7 +6073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _534 { + public static System.Drawing.Bitmap _534 { get { object obj = ResourceManager.GetObject("_534", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6083,7 +6083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _535 { + public static System.Drawing.Bitmap _535 { get { object obj = ResourceManager.GetObject("_535", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6093,7 +6093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _536 { + public static System.Drawing.Bitmap _536 { get { object obj = ResourceManager.GetObject("_536", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6103,7 +6103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _537 { + public static System.Drawing.Bitmap _537 { get { object obj = ResourceManager.GetObject("_537", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6113,7 +6113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _538 { + public static System.Drawing.Bitmap _538 { get { object obj = ResourceManager.GetObject("_538", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6123,7 +6123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _539 { + public static System.Drawing.Bitmap _539 { get { object obj = ResourceManager.GetObject("_539", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6133,7 +6133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _54 { + public static System.Drawing.Bitmap _54 { get { object obj = ResourceManager.GetObject("_54", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6143,7 +6143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _540 { + public static System.Drawing.Bitmap _540 { get { object obj = ResourceManager.GetObject("_540", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6153,7 +6153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _541 { + public static System.Drawing.Bitmap _541 { get { object obj = ResourceManager.GetObject("_541", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6163,7 +6163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _542 { + public static System.Drawing.Bitmap _542 { get { object obj = ResourceManager.GetObject("_542", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6173,7 +6173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _543 { + public static System.Drawing.Bitmap _543 { get { object obj = ResourceManager.GetObject("_543", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6183,7 +6183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _544 { + public static System.Drawing.Bitmap _544 { get { object obj = ResourceManager.GetObject("_544", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6193,7 +6193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _545 { + public static System.Drawing.Bitmap _545 { get { object obj = ResourceManager.GetObject("_545", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6203,7 +6203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _546 { + public static System.Drawing.Bitmap _546 { get { object obj = ResourceManager.GetObject("_546", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6213,7 +6213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _547 { + public static System.Drawing.Bitmap _547 { get { object obj = ResourceManager.GetObject("_547", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6223,7 +6223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _548 { + public static System.Drawing.Bitmap _548 { get { object obj = ResourceManager.GetObject("_548", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6233,7 +6233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _549 { + public static System.Drawing.Bitmap _549 { get { object obj = ResourceManager.GetObject("_549", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6243,7 +6243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _55 { + public static System.Drawing.Bitmap _55 { get { object obj = ResourceManager.GetObject("_55", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6253,7 +6253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _550 { + public static System.Drawing.Bitmap _550 { get { object obj = ResourceManager.GetObject("_550", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6263,7 +6263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _550_1 { + public static System.Drawing.Bitmap _550_1 { get { object obj = ResourceManager.GetObject("_550_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6273,7 +6273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _551 { + public static System.Drawing.Bitmap _551 { get { object obj = ResourceManager.GetObject("_551", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6283,7 +6283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _552 { + public static System.Drawing.Bitmap _552 { get { object obj = ResourceManager.GetObject("_552", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6293,7 +6293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _553 { + public static System.Drawing.Bitmap _553 { get { object obj = ResourceManager.GetObject("_553", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6303,7 +6303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _554 { + public static System.Drawing.Bitmap _554 { get { object obj = ResourceManager.GetObject("_554", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6313,7 +6313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _555 { + public static System.Drawing.Bitmap _555 { get { object obj = ResourceManager.GetObject("_555", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6323,7 +6323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _555_1 { + public static System.Drawing.Bitmap _555_1 { get { object obj = ResourceManager.GetObject("_555_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6333,7 +6333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _556 { + public static System.Drawing.Bitmap _556 { get { object obj = ResourceManager.GetObject("_556", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6343,7 +6343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _557 { + public static System.Drawing.Bitmap _557 { get { object obj = ResourceManager.GetObject("_557", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6353,7 +6353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _558 { + public static System.Drawing.Bitmap _558 { get { object obj = ResourceManager.GetObject("_558", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6363,7 +6363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _559 { + public static System.Drawing.Bitmap _559 { get { object obj = ResourceManager.GetObject("_559", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6373,7 +6373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _56 { + public static System.Drawing.Bitmap _56 { get { object obj = ResourceManager.GetObject("_56", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6383,7 +6383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _560 { + public static System.Drawing.Bitmap _560 { get { object obj = ResourceManager.GetObject("_560", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6393,7 +6393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _561 { + public static System.Drawing.Bitmap _561 { get { object obj = ResourceManager.GetObject("_561", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6403,7 +6403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _562 { + public static System.Drawing.Bitmap _562 { get { object obj = ResourceManager.GetObject("_562", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6413,7 +6413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _563 { + public static System.Drawing.Bitmap _563 { get { object obj = ResourceManager.GetObject("_563", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6423,7 +6423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _564 { + public static System.Drawing.Bitmap _564 { get { object obj = ResourceManager.GetObject("_564", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6433,7 +6433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _565 { + public static System.Drawing.Bitmap _565 { get { object obj = ResourceManager.GetObject("_565", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6443,7 +6443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _566 { + public static System.Drawing.Bitmap _566 { get { object obj = ResourceManager.GetObject("_566", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6453,7 +6453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _567 { + public static System.Drawing.Bitmap _567 { get { object obj = ResourceManager.GetObject("_567", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6463,7 +6463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _568 { + public static System.Drawing.Bitmap _568 { get { object obj = ResourceManager.GetObject("_568", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6473,7 +6473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _569 { + public static System.Drawing.Bitmap _569 { get { object obj = ResourceManager.GetObject("_569", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6483,7 +6483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _57 { + public static System.Drawing.Bitmap _57 { get { object obj = ResourceManager.GetObject("_57", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6493,7 +6493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _570 { + public static System.Drawing.Bitmap _570 { get { object obj = ResourceManager.GetObject("_570", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6503,7 +6503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _571 { + public static System.Drawing.Bitmap _571 { get { object obj = ResourceManager.GetObject("_571", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6513,7 +6513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _572 { + public static System.Drawing.Bitmap _572 { get { object obj = ResourceManager.GetObject("_572", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6523,7 +6523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _573 { + public static System.Drawing.Bitmap _573 { get { object obj = ResourceManager.GetObject("_573", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6533,7 +6533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _574 { + public static System.Drawing.Bitmap _574 { get { object obj = ResourceManager.GetObject("_574", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6543,7 +6543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _575 { + public static System.Drawing.Bitmap _575 { get { object obj = ResourceManager.GetObject("_575", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6553,7 +6553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _576 { + public static System.Drawing.Bitmap _576 { get { object obj = ResourceManager.GetObject("_576", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6563,7 +6563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _577 { + public static System.Drawing.Bitmap _577 { get { object obj = ResourceManager.GetObject("_577", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6573,7 +6573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _578 { + public static System.Drawing.Bitmap _578 { get { object obj = ResourceManager.GetObject("_578", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6583,7 +6583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _579 { + public static System.Drawing.Bitmap _579 { get { object obj = ResourceManager.GetObject("_579", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6593,7 +6593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _58 { + public static System.Drawing.Bitmap _58 { get { object obj = ResourceManager.GetObject("_58", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6603,7 +6603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _580 { + public static System.Drawing.Bitmap _580 { get { object obj = ResourceManager.GetObject("_580", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6613,7 +6613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _581 { + public static System.Drawing.Bitmap _581 { get { object obj = ResourceManager.GetObject("_581", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6623,7 +6623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _582 { + public static System.Drawing.Bitmap _582 { get { object obj = ResourceManager.GetObject("_582", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6633,7 +6633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _583 { + public static System.Drawing.Bitmap _583 { get { object obj = ResourceManager.GetObject("_583", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6643,7 +6643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _584 { + public static System.Drawing.Bitmap _584 { get { object obj = ResourceManager.GetObject("_584", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6653,7 +6653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _585 { + public static System.Drawing.Bitmap _585 { get { object obj = ResourceManager.GetObject("_585", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6663,7 +6663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _585_1 { + public static System.Drawing.Bitmap _585_1 { get { object obj = ResourceManager.GetObject("_585_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6673,7 +6673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _585_2 { + public static System.Drawing.Bitmap _585_2 { get { object obj = ResourceManager.GetObject("_585_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6683,7 +6683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _585_3 { + public static System.Drawing.Bitmap _585_3 { get { object obj = ResourceManager.GetObject("_585_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6693,7 +6693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _586 { + public static System.Drawing.Bitmap _586 { get { object obj = ResourceManager.GetObject("_586", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6703,7 +6703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _586_1 { + public static System.Drawing.Bitmap _586_1 { get { object obj = ResourceManager.GetObject("_586_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6713,7 +6713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _586_2 { + public static System.Drawing.Bitmap _586_2 { get { object obj = ResourceManager.GetObject("_586_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6723,7 +6723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _586_3 { + public static System.Drawing.Bitmap _586_3 { get { object obj = ResourceManager.GetObject("_586_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6733,7 +6733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _587 { + public static System.Drawing.Bitmap _587 { get { object obj = ResourceManager.GetObject("_587", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6743,7 +6743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _588 { + public static System.Drawing.Bitmap _588 { get { object obj = ResourceManager.GetObject("_588", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6753,7 +6753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _589 { + public static System.Drawing.Bitmap _589 { get { object obj = ResourceManager.GetObject("_589", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6763,7 +6763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _59 { + public static System.Drawing.Bitmap _59 { get { object obj = ResourceManager.GetObject("_59", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6773,7 +6773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _590 { + public static System.Drawing.Bitmap _590 { get { object obj = ResourceManager.GetObject("_590", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6783,7 +6783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _591 { + public static System.Drawing.Bitmap _591 { get { object obj = ResourceManager.GetObject("_591", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6793,7 +6793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _592 { + public static System.Drawing.Bitmap _592 { get { object obj = ResourceManager.GetObject("_592", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6803,7 +6803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _592_1 { + public static System.Drawing.Bitmap _592_1 { get { object obj = ResourceManager.GetObject("_592_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6813,7 +6813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _593 { + public static System.Drawing.Bitmap _593 { get { object obj = ResourceManager.GetObject("_593", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6823,7 +6823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _593_1 { + public static System.Drawing.Bitmap _593_1 { get { object obj = ResourceManager.GetObject("_593_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6833,7 +6833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _594 { + public static System.Drawing.Bitmap _594 { get { object obj = ResourceManager.GetObject("_594", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6843,7 +6843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _595 { + public static System.Drawing.Bitmap _595 { get { object obj = ResourceManager.GetObject("_595", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6853,7 +6853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _596 { + public static System.Drawing.Bitmap _596 { get { object obj = ResourceManager.GetObject("_596", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6863,7 +6863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _597 { + public static System.Drawing.Bitmap _597 { get { object obj = ResourceManager.GetObject("_597", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6873,7 +6873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _598 { + public static System.Drawing.Bitmap _598 { get { object obj = ResourceManager.GetObject("_598", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6883,7 +6883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _599 { + public static System.Drawing.Bitmap _599 { get { object obj = ResourceManager.GetObject("_599", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6893,7 +6893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _6 { + public static System.Drawing.Bitmap _6 { get { object obj = ResourceManager.GetObject("_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6903,7 +6903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _6_1 { + public static System.Drawing.Bitmap _6_1 { get { object obj = ResourceManager.GetObject("_6_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6913,7 +6913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _6_2 { + public static System.Drawing.Bitmap _6_2 { get { object obj = ResourceManager.GetObject("_6_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6923,7 +6923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _60 { + public static System.Drawing.Bitmap _60 { get { object obj = ResourceManager.GetObject("_60", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6933,7 +6933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _600 { + public static System.Drawing.Bitmap _600 { get { object obj = ResourceManager.GetObject("_600", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6943,7 +6943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _601 { + public static System.Drawing.Bitmap _601 { get { object obj = ResourceManager.GetObject("_601", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6953,7 +6953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _602 { + public static System.Drawing.Bitmap _602 { get { object obj = ResourceManager.GetObject("_602", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6963,7 +6963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _603 { + public static System.Drawing.Bitmap _603 { get { object obj = ResourceManager.GetObject("_603", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6973,7 +6973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _604 { + public static System.Drawing.Bitmap _604 { get { object obj = ResourceManager.GetObject("_604", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6983,7 +6983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _605 { + public static System.Drawing.Bitmap _605 { get { object obj = ResourceManager.GetObject("_605", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -6993,7 +6993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _606 { + public static System.Drawing.Bitmap _606 { get { object obj = ResourceManager.GetObject("_606", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7003,7 +7003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _607 { + public static System.Drawing.Bitmap _607 { get { object obj = ResourceManager.GetObject("_607", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7013,7 +7013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _608 { + public static System.Drawing.Bitmap _608 { get { object obj = ResourceManager.GetObject("_608", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7023,7 +7023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _609 { + public static System.Drawing.Bitmap _609 { get { object obj = ResourceManager.GetObject("_609", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7033,7 +7033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _61 { + public static System.Drawing.Bitmap _61 { get { object obj = ResourceManager.GetObject("_61", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7043,7 +7043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _610 { + public static System.Drawing.Bitmap _610 { get { object obj = ResourceManager.GetObject("_610", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7053,7 +7053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _611 { + public static System.Drawing.Bitmap _611 { get { object obj = ResourceManager.GetObject("_611", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7063,7 +7063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _612 { + public static System.Drawing.Bitmap _612 { get { object obj = ResourceManager.GetObject("_612", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7073,7 +7073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _613 { + public static System.Drawing.Bitmap _613 { get { object obj = ResourceManager.GetObject("_613", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7083,7 +7083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _614 { + public static System.Drawing.Bitmap _614 { get { object obj = ResourceManager.GetObject("_614", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7093,7 +7093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _615 { + public static System.Drawing.Bitmap _615 { get { object obj = ResourceManager.GetObject("_615", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7103,7 +7103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _616 { + public static System.Drawing.Bitmap _616 { get { object obj = ResourceManager.GetObject("_616", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7113,7 +7113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _617 { + public static System.Drawing.Bitmap _617 { get { object obj = ResourceManager.GetObject("_617", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7123,7 +7123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _618 { + public static System.Drawing.Bitmap _618 { get { object obj = ResourceManager.GetObject("_618", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7133,7 +7133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _619 { + public static System.Drawing.Bitmap _619 { get { object obj = ResourceManager.GetObject("_619", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7143,7 +7143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _62 { + public static System.Drawing.Bitmap _62 { get { object obj = ResourceManager.GetObject("_62", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7153,7 +7153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _620 { + public static System.Drawing.Bitmap _620 { get { object obj = ResourceManager.GetObject("_620", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7163,7 +7163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _621 { + public static System.Drawing.Bitmap _621 { get { object obj = ResourceManager.GetObject("_621", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7173,7 +7173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _622 { + public static System.Drawing.Bitmap _622 { get { object obj = ResourceManager.GetObject("_622", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7183,7 +7183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _623 { + public static System.Drawing.Bitmap _623 { get { object obj = ResourceManager.GetObject("_623", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7193,7 +7193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _624 { + public static System.Drawing.Bitmap _624 { get { object obj = ResourceManager.GetObject("_624", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7203,7 +7203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _625 { + public static System.Drawing.Bitmap _625 { get { object obj = ResourceManager.GetObject("_625", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7213,7 +7213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _626 { + public static System.Drawing.Bitmap _626 { get { object obj = ResourceManager.GetObject("_626", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7223,7 +7223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _627 { + public static System.Drawing.Bitmap _627 { get { object obj = ResourceManager.GetObject("_627", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7233,7 +7233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _628 { + public static System.Drawing.Bitmap _628 { get { object obj = ResourceManager.GetObject("_628", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7243,7 +7243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _629 { + public static System.Drawing.Bitmap _629 { get { object obj = ResourceManager.GetObject("_629", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7253,7 +7253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _63 { + public static System.Drawing.Bitmap _63 { get { object obj = ResourceManager.GetObject("_63", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7263,7 +7263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _630 { + public static System.Drawing.Bitmap _630 { get { object obj = ResourceManager.GetObject("_630", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7273,7 +7273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _631 { + public static System.Drawing.Bitmap _631 { get { object obj = ResourceManager.GetObject("_631", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7283,7 +7283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _632 { + public static System.Drawing.Bitmap _632 { get { object obj = ResourceManager.GetObject("_632", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7293,7 +7293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _633 { + public static System.Drawing.Bitmap _633 { get { object obj = ResourceManager.GetObject("_633", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7303,7 +7303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _634 { + public static System.Drawing.Bitmap _634 { get { object obj = ResourceManager.GetObject("_634", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7313,7 +7313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _635 { + public static System.Drawing.Bitmap _635 { get { object obj = ResourceManager.GetObject("_635", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7323,7 +7323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _636 { + public static System.Drawing.Bitmap _636 { get { object obj = ResourceManager.GetObject("_636", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7333,7 +7333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _637 { + public static System.Drawing.Bitmap _637 { get { object obj = ResourceManager.GetObject("_637", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7343,7 +7343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _638 { + public static System.Drawing.Bitmap _638 { get { object obj = ResourceManager.GetObject("_638", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7353,7 +7353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _639 { + public static System.Drawing.Bitmap _639 { get { object obj = ResourceManager.GetObject("_639", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7363,7 +7363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _64 { + public static System.Drawing.Bitmap _64 { get { object obj = ResourceManager.GetObject("_64", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7373,7 +7373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _640 { + public static System.Drawing.Bitmap _640 { get { object obj = ResourceManager.GetObject("_640", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7383,7 +7383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _641 { + public static System.Drawing.Bitmap _641 { get { object obj = ResourceManager.GetObject("_641", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7393,7 +7393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _641_1 { + public static System.Drawing.Bitmap _641_1 { get { object obj = ResourceManager.GetObject("_641_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7403,7 +7403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _642 { + public static System.Drawing.Bitmap _642 { get { object obj = ResourceManager.GetObject("_642", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7413,7 +7413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _642_1 { + public static System.Drawing.Bitmap _642_1 { get { object obj = ResourceManager.GetObject("_642_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7423,7 +7423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _643 { + public static System.Drawing.Bitmap _643 { get { object obj = ResourceManager.GetObject("_643", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7433,7 +7433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _644 { + public static System.Drawing.Bitmap _644 { get { object obj = ResourceManager.GetObject("_644", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7443,7 +7443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _645 { + public static System.Drawing.Bitmap _645 { get { object obj = ResourceManager.GetObject("_645", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7453,7 +7453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _645_1 { + public static System.Drawing.Bitmap _645_1 { get { object obj = ResourceManager.GetObject("_645_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7463,7 +7463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _646 { + public static System.Drawing.Bitmap _646 { get { object obj = ResourceManager.GetObject("_646", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7473,7 +7473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _646_1 { + public static System.Drawing.Bitmap _646_1 { get { object obj = ResourceManager.GetObject("_646_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7483,7 +7483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _646_2 { + public static System.Drawing.Bitmap _646_2 { get { object obj = ResourceManager.GetObject("_646_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7493,7 +7493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _647 { + public static System.Drawing.Bitmap _647 { get { object obj = ResourceManager.GetObject("_647", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7503,7 +7503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _647_1 { + public static System.Drawing.Bitmap _647_1 { get { object obj = ResourceManager.GetObject("_647_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7513,7 +7513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _648 { + public static System.Drawing.Bitmap _648 { get { object obj = ResourceManager.GetObject("_648", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7523,7 +7523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _648_1 { + public static System.Drawing.Bitmap _648_1 { get { object obj = ResourceManager.GetObject("_648_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7533,7 +7533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _649 { + public static System.Drawing.Bitmap _649 { get { object obj = ResourceManager.GetObject("_649", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7543,7 +7543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _649_1 { + public static System.Drawing.Bitmap _649_1 { get { object obj = ResourceManager.GetObject("_649_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7553,7 +7553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _649_2 { + public static System.Drawing.Bitmap _649_2 { get { object obj = ResourceManager.GetObject("_649_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7563,7 +7563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _649_3 { + public static System.Drawing.Bitmap _649_3 { get { object obj = ResourceManager.GetObject("_649_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7573,7 +7573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _649_4 { + public static System.Drawing.Bitmap _649_4 { get { object obj = ResourceManager.GetObject("_649_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7583,7 +7583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _65 { + public static System.Drawing.Bitmap _65 { get { object obj = ResourceManager.GetObject("_65", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7593,7 +7593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _65_1 { + public static System.Drawing.Bitmap _65_1 { get { object obj = ResourceManager.GetObject("_65_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7603,7 +7603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _650 { + public static System.Drawing.Bitmap _650 { get { object obj = ResourceManager.GetObject("_650", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7613,7 +7613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _651 { + public static System.Drawing.Bitmap _651 { get { object obj = ResourceManager.GetObject("_651", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7623,7 +7623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _652 { + public static System.Drawing.Bitmap _652 { get { object obj = ResourceManager.GetObject("_652", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7633,7 +7633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _653 { + public static System.Drawing.Bitmap _653 { get { object obj = ResourceManager.GetObject("_653", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7643,7 +7643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _654 { + public static System.Drawing.Bitmap _654 { get { object obj = ResourceManager.GetObject("_654", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7653,7 +7653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _655 { + public static System.Drawing.Bitmap _655 { get { object obj = ResourceManager.GetObject("_655", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7663,7 +7663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _656 { + public static System.Drawing.Bitmap _656 { get { object obj = ResourceManager.GetObject("_656", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7673,7 +7673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _657 { + public static System.Drawing.Bitmap _657 { get { object obj = ResourceManager.GetObject("_657", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7683,7 +7683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _658 { + public static System.Drawing.Bitmap _658 { get { object obj = ResourceManager.GetObject("_658", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7693,7 +7693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _658_1 { + public static System.Drawing.Bitmap _658_1 { get { object obj = ResourceManager.GetObject("_658_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7703,7 +7703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _658_2 { + public static System.Drawing.Bitmap _658_2 { get { object obj = ResourceManager.GetObject("_658_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7713,7 +7713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _659 { + public static System.Drawing.Bitmap _659 { get { object obj = ResourceManager.GetObject("_659", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7723,7 +7723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _66 { + public static System.Drawing.Bitmap _66 { get { object obj = ResourceManager.GetObject("_66", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7733,7 +7733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _660 { + public static System.Drawing.Bitmap _660 { get { object obj = ResourceManager.GetObject("_660", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7743,7 +7743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _661 { + public static System.Drawing.Bitmap _661 { get { object obj = ResourceManager.GetObject("_661", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7753,7 +7753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _662 { + public static System.Drawing.Bitmap _662 { get { object obj = ResourceManager.GetObject("_662", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7763,7 +7763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _663 { + public static System.Drawing.Bitmap _663 { get { object obj = ResourceManager.GetObject("_663", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7773,7 +7773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _664 { + public static System.Drawing.Bitmap _664 { get { object obj = ResourceManager.GetObject("_664", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7783,7 +7783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _665 { + public static System.Drawing.Bitmap _665 { get { object obj = ResourceManager.GetObject("_665", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7793,7 +7793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666 { + public static System.Drawing.Bitmap _666 { get { object obj = ResourceManager.GetObject("_666", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7803,7 +7803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_1 { + public static System.Drawing.Bitmap _666_1 { get { object obj = ResourceManager.GetObject("_666_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7813,7 +7813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_10 { + public static System.Drawing.Bitmap _666_10 { get { object obj = ResourceManager.GetObject("_666_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7823,7 +7823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_11 { + public static System.Drawing.Bitmap _666_11 { get { object obj = ResourceManager.GetObject("_666_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7833,7 +7833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_12 { + public static System.Drawing.Bitmap _666_12 { get { object obj = ResourceManager.GetObject("_666_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7843,7 +7843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_13 { + public static System.Drawing.Bitmap _666_13 { get { object obj = ResourceManager.GetObject("_666_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7853,7 +7853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_14 { + public static System.Drawing.Bitmap _666_14 { get { object obj = ResourceManager.GetObject("_666_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7863,7 +7863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_15 { + public static System.Drawing.Bitmap _666_15 { get { object obj = ResourceManager.GetObject("_666_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7873,7 +7873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_16 { + public static System.Drawing.Bitmap _666_16 { get { object obj = ResourceManager.GetObject("_666_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7883,7 +7883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_17 { + public static System.Drawing.Bitmap _666_17 { get { object obj = ResourceManager.GetObject("_666_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7893,7 +7893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_18 { + public static System.Drawing.Bitmap _666_18 { get { object obj = ResourceManager.GetObject("_666_18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7903,7 +7903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_19 { + public static System.Drawing.Bitmap _666_19 { get { object obj = ResourceManager.GetObject("_666_19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7913,7 +7913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_2 { + public static System.Drawing.Bitmap _666_2 { get { object obj = ResourceManager.GetObject("_666_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7923,7 +7923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_3 { + public static System.Drawing.Bitmap _666_3 { get { object obj = ResourceManager.GetObject("_666_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7933,7 +7933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_4 { + public static System.Drawing.Bitmap _666_4 { get { object obj = ResourceManager.GetObject("_666_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7943,7 +7943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_5 { + public static System.Drawing.Bitmap _666_5 { get { object obj = ResourceManager.GetObject("_666_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7953,7 +7953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_6 { + public static System.Drawing.Bitmap _666_6 { get { object obj = ResourceManager.GetObject("_666_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7963,7 +7963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_7 { + public static System.Drawing.Bitmap _666_7 { get { object obj = ResourceManager.GetObject("_666_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7973,7 +7973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_8 { + public static System.Drawing.Bitmap _666_8 { get { object obj = ResourceManager.GetObject("_666_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7983,7 +7983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _666_9 { + public static System.Drawing.Bitmap _666_9 { get { object obj = ResourceManager.GetObject("_666_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -7993,7 +7993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _667 { + public static System.Drawing.Bitmap _667 { get { object obj = ResourceManager.GetObject("_667", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8003,7 +8003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _668 { + public static System.Drawing.Bitmap _668 { get { object obj = ResourceManager.GetObject("_668", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8013,7 +8013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _668_1 { + public static System.Drawing.Bitmap _668_1 { get { object obj = ResourceManager.GetObject("_668_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8023,7 +8023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _669 { + public static System.Drawing.Bitmap _669 { get { object obj = ResourceManager.GetObject("_669", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8033,7 +8033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _669_1 { + public static System.Drawing.Bitmap _669_1 { get { object obj = ResourceManager.GetObject("_669_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8043,7 +8043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _669_2 { + public static System.Drawing.Bitmap _669_2 { get { object obj = ResourceManager.GetObject("_669_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8053,7 +8053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _669_3 { + public static System.Drawing.Bitmap _669_3 { get { object obj = ResourceManager.GetObject("_669_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8063,7 +8063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _669_4 { + public static System.Drawing.Bitmap _669_4 { get { object obj = ResourceManager.GetObject("_669_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8073,7 +8073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _67 { + public static System.Drawing.Bitmap _67 { get { object obj = ResourceManager.GetObject("_67", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8083,7 +8083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670 { + public static System.Drawing.Bitmap _670 { get { object obj = ResourceManager.GetObject("_670", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8093,7 +8093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670_1 { + public static System.Drawing.Bitmap _670_1 { get { object obj = ResourceManager.GetObject("_670_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8103,7 +8103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670_2 { + public static System.Drawing.Bitmap _670_2 { get { object obj = ResourceManager.GetObject("_670_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8113,7 +8113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670_3 { + public static System.Drawing.Bitmap _670_3 { get { object obj = ResourceManager.GetObject("_670_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8123,7 +8123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670_4 { + public static System.Drawing.Bitmap _670_4 { get { object obj = ResourceManager.GetObject("_670_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8133,7 +8133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _670_5 { + public static System.Drawing.Bitmap _670_5 { get { object obj = ResourceManager.GetObject("_670_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8143,7 +8143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _671 { + public static System.Drawing.Bitmap _671 { get { object obj = ResourceManager.GetObject("_671", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8153,7 +8153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _671_1 { + public static System.Drawing.Bitmap _671_1 { get { object obj = ResourceManager.GetObject("_671_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8163,7 +8163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _671_2 { + public static System.Drawing.Bitmap _671_2 { get { object obj = ResourceManager.GetObject("_671_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8173,7 +8173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _671_3 { + public static System.Drawing.Bitmap _671_3 { get { object obj = ResourceManager.GetObject("_671_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8183,7 +8183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _671_4 { + public static System.Drawing.Bitmap _671_4 { get { object obj = ResourceManager.GetObject("_671_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8193,7 +8193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _672 { + public static System.Drawing.Bitmap _672 { get { object obj = ResourceManager.GetObject("_672", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8203,7 +8203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _673 { + public static System.Drawing.Bitmap _673 { get { object obj = ResourceManager.GetObject("_673", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8213,7 +8213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _674 { + public static System.Drawing.Bitmap _674 { get { object obj = ResourceManager.GetObject("_674", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8223,7 +8223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _675 { + public static System.Drawing.Bitmap _675 { get { object obj = ResourceManager.GetObject("_675", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8233,7 +8233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676 { + public static System.Drawing.Bitmap _676 { get { object obj = ResourceManager.GetObject("_676", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8243,7 +8243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_1 { + public static System.Drawing.Bitmap _676_1 { get { object obj = ResourceManager.GetObject("_676_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8253,7 +8253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_2 { + public static System.Drawing.Bitmap _676_2 { get { object obj = ResourceManager.GetObject("_676_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8263,7 +8263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_3 { + public static System.Drawing.Bitmap _676_3 { get { object obj = ResourceManager.GetObject("_676_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8273,7 +8273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_4 { + public static System.Drawing.Bitmap _676_4 { get { object obj = ResourceManager.GetObject("_676_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8283,7 +8283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_5 { + public static System.Drawing.Bitmap _676_5 { get { object obj = ResourceManager.GetObject("_676_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8293,7 +8293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_6 { + public static System.Drawing.Bitmap _676_6 { get { object obj = ResourceManager.GetObject("_676_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8303,7 +8303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_7 { + public static System.Drawing.Bitmap _676_7 { get { object obj = ResourceManager.GetObject("_676_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8313,7 +8313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_8 { + public static System.Drawing.Bitmap _676_8 { get { object obj = ResourceManager.GetObject("_676_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8323,7 +8323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _676_9 { + public static System.Drawing.Bitmap _676_9 { get { object obj = ResourceManager.GetObject("_676_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8333,7 +8333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _677 { + public static System.Drawing.Bitmap _677 { get { object obj = ResourceManager.GetObject("_677", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8343,7 +8343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _678 { + public static System.Drawing.Bitmap _678 { get { object obj = ResourceManager.GetObject("_678", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8353,7 +8353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _678_1 { + public static System.Drawing.Bitmap _678_1 { get { object obj = ResourceManager.GetObject("_678_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8363,7 +8363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _679 { + public static System.Drawing.Bitmap _679 { get { object obj = ResourceManager.GetObject("_679", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8373,7 +8373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _68 { + public static System.Drawing.Bitmap _68 { get { object obj = ResourceManager.GetObject("_68", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8383,7 +8383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _680 { + public static System.Drawing.Bitmap _680 { get { object obj = ResourceManager.GetObject("_680", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8393,7 +8393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _681 { + public static System.Drawing.Bitmap _681 { get { object obj = ResourceManager.GetObject("_681", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8403,7 +8403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _681_1 { + public static System.Drawing.Bitmap _681_1 { get { object obj = ResourceManager.GetObject("_681_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8413,7 +8413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _682 { + public static System.Drawing.Bitmap _682 { get { object obj = ResourceManager.GetObject("_682", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8423,7 +8423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _683 { + public static System.Drawing.Bitmap _683 { get { object obj = ResourceManager.GetObject("_683", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8433,7 +8433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _684 { + public static System.Drawing.Bitmap _684 { get { object obj = ResourceManager.GetObject("_684", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8443,7 +8443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _685 { + public static System.Drawing.Bitmap _685 { get { object obj = ResourceManager.GetObject("_685", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8453,7 +8453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _686 { + public static System.Drawing.Bitmap _686 { get { object obj = ResourceManager.GetObject("_686", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8463,7 +8463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _687 { + public static System.Drawing.Bitmap _687 { get { object obj = ResourceManager.GetObject("_687", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8473,7 +8473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _688 { + public static System.Drawing.Bitmap _688 { get { object obj = ResourceManager.GetObject("_688", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8483,7 +8483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _689 { + public static System.Drawing.Bitmap _689 { get { object obj = ResourceManager.GetObject("_689", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8493,7 +8493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _69 { + public static System.Drawing.Bitmap _69 { get { object obj = ResourceManager.GetObject("_69", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8503,7 +8503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _690 { + public static System.Drawing.Bitmap _690 { get { object obj = ResourceManager.GetObject("_690", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8513,7 +8513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _691 { + public static System.Drawing.Bitmap _691 { get { object obj = ResourceManager.GetObject("_691", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8523,7 +8523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _692 { + public static System.Drawing.Bitmap _692 { get { object obj = ResourceManager.GetObject("_692", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8533,7 +8533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _693 { + public static System.Drawing.Bitmap _693 { get { object obj = ResourceManager.GetObject("_693", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8543,7 +8543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _694 { + public static System.Drawing.Bitmap _694 { get { object obj = ResourceManager.GetObject("_694", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8553,7 +8553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _695 { + public static System.Drawing.Bitmap _695 { get { object obj = ResourceManager.GetObject("_695", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8563,7 +8563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _696 { + public static System.Drawing.Bitmap _696 { get { object obj = ResourceManager.GetObject("_696", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8573,7 +8573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _697 { + public static System.Drawing.Bitmap _697 { get { object obj = ResourceManager.GetObject("_697", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8583,7 +8583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _698 { + public static System.Drawing.Bitmap _698 { get { object obj = ResourceManager.GetObject("_698", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8593,7 +8593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _699 { + public static System.Drawing.Bitmap _699 { get { object obj = ResourceManager.GetObject("_699", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8603,7 +8603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _7 { + public static System.Drawing.Bitmap _7 { get { object obj = ResourceManager.GetObject("_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8613,7 +8613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _70 { + public static System.Drawing.Bitmap _70 { get { object obj = ResourceManager.GetObject("_70", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8623,7 +8623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _700 { + public static System.Drawing.Bitmap _700 { get { object obj = ResourceManager.GetObject("_700", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8633,7 +8633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _701 { + public static System.Drawing.Bitmap _701 { get { object obj = ResourceManager.GetObject("_701", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8643,7 +8643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _702 { + public static System.Drawing.Bitmap _702 { get { object obj = ResourceManager.GetObject("_702", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8653,7 +8653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _703 { + public static System.Drawing.Bitmap _703 { get { object obj = ResourceManager.GetObject("_703", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8663,7 +8663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _704 { + public static System.Drawing.Bitmap _704 { get { object obj = ResourceManager.GetObject("_704", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8673,7 +8673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _705 { + public static System.Drawing.Bitmap _705 { get { object obj = ResourceManager.GetObject("_705", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8683,7 +8683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _706 { + public static System.Drawing.Bitmap _706 { get { object obj = ResourceManager.GetObject("_706", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8693,7 +8693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _707 { + public static System.Drawing.Bitmap _707 { get { object obj = ResourceManager.GetObject("_707", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8703,7 +8703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _708 { + public static System.Drawing.Bitmap _708 { get { object obj = ResourceManager.GetObject("_708", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8713,7 +8713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _709 { + public static System.Drawing.Bitmap _709 { get { object obj = ResourceManager.GetObject("_709", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8723,7 +8723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _71 { + public static System.Drawing.Bitmap _71 { get { object obj = ResourceManager.GetObject("_71", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8733,7 +8733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _710 { + public static System.Drawing.Bitmap _710 { get { object obj = ResourceManager.GetObject("_710", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8743,7 +8743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _710_1 { + public static System.Drawing.Bitmap _710_1 { get { object obj = ResourceManager.GetObject("_710_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8753,7 +8753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _710_2 { + public static System.Drawing.Bitmap _710_2 { get { object obj = ResourceManager.GetObject("_710_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8763,7 +8763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _710_3 { + public static System.Drawing.Bitmap _710_3 { get { object obj = ResourceManager.GetObject("_710_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8773,7 +8773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _711 { + public static System.Drawing.Bitmap _711 { get { object obj = ResourceManager.GetObject("_711", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8783,7 +8783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _711_1 { + public static System.Drawing.Bitmap _711_1 { get { object obj = ResourceManager.GetObject("_711_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8793,7 +8793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _711_2 { + public static System.Drawing.Bitmap _711_2 { get { object obj = ResourceManager.GetObject("_711_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8803,7 +8803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _711_3 { + public static System.Drawing.Bitmap _711_3 { get { object obj = ResourceManager.GetObject("_711_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8813,7 +8813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _712 { + public static System.Drawing.Bitmap _712 { get { object obj = ResourceManager.GetObject("_712", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8823,7 +8823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _713 { + public static System.Drawing.Bitmap _713 { get { object obj = ResourceManager.GetObject("_713", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8833,7 +8833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _714 { + public static System.Drawing.Bitmap _714 { get { object obj = ResourceManager.GetObject("_714", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8843,7 +8843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _715 { + public static System.Drawing.Bitmap _715 { get { object obj = ResourceManager.GetObject("_715", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8853,7 +8853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _716 { + public static System.Drawing.Bitmap _716 { get { object obj = ResourceManager.GetObject("_716", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8863,7 +8863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _716_1 { + public static System.Drawing.Bitmap _716_1 { get { object obj = ResourceManager.GetObject("_716_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8873,7 +8873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _717 { + public static System.Drawing.Bitmap _717 { get { object obj = ResourceManager.GetObject("_717", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8883,7 +8883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _718 { + public static System.Drawing.Bitmap _718 { get { object obj = ResourceManager.GetObject("_718", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8893,7 +8893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _718_1 { + public static System.Drawing.Bitmap _718_1 { get { object obj = ResourceManager.GetObject("_718_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8903,7 +8903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _718_2 { + public static System.Drawing.Bitmap _718_2 { get { object obj = ResourceManager.GetObject("_718_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8913,7 +8913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _718_3 { + public static System.Drawing.Bitmap _718_3 { get { object obj = ResourceManager.GetObject("_718_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8923,7 +8923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _718_4 { + public static System.Drawing.Bitmap _718_4 { get { object obj = ResourceManager.GetObject("_718_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8933,7 +8933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _719 { + public static System.Drawing.Bitmap _719 { get { object obj = ResourceManager.GetObject("_719", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8943,7 +8943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _719_1 { + public static System.Drawing.Bitmap _719_1 { get { object obj = ResourceManager.GetObject("_719_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8953,7 +8953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _72 { + public static System.Drawing.Bitmap _72 { get { object obj = ResourceManager.GetObject("_72", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8963,7 +8963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _720 { + public static System.Drawing.Bitmap _720 { get { object obj = ResourceManager.GetObject("_720", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8973,7 +8973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _720_1 { + public static System.Drawing.Bitmap _720_1 { get { object obj = ResourceManager.GetObject("_720_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8983,7 +8983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _721 { + public static System.Drawing.Bitmap _721 { get { object obj = ResourceManager.GetObject("_721", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -8993,7 +8993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _722 { + public static System.Drawing.Bitmap _722 { get { object obj = ResourceManager.GetObject("_722", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9003,7 +9003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _723 { + public static System.Drawing.Bitmap _723 { get { object obj = ResourceManager.GetObject("_723", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9013,7 +9013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _724 { + public static System.Drawing.Bitmap _724 { get { object obj = ResourceManager.GetObject("_724", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9023,7 +9023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _725 { + public static System.Drawing.Bitmap _725 { get { object obj = ResourceManager.GetObject("_725", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9033,7 +9033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _726 { + public static System.Drawing.Bitmap _726 { get { object obj = ResourceManager.GetObject("_726", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9043,7 +9043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _727 { + public static System.Drawing.Bitmap _727 { get { object obj = ResourceManager.GetObject("_727", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9053,7 +9053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _728 { + public static System.Drawing.Bitmap _728 { get { object obj = ResourceManager.GetObject("_728", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9063,7 +9063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _729 { + public static System.Drawing.Bitmap _729 { get { object obj = ResourceManager.GetObject("_729", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9073,7 +9073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _73 { + public static System.Drawing.Bitmap _73 { get { object obj = ResourceManager.GetObject("_73", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9083,7 +9083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _730 { + public static System.Drawing.Bitmap _730 { get { object obj = ResourceManager.GetObject("_730", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9093,7 +9093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _731 { + public static System.Drawing.Bitmap _731 { get { object obj = ResourceManager.GetObject("_731", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9103,7 +9103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _732 { + public static System.Drawing.Bitmap _732 { get { object obj = ResourceManager.GetObject("_732", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9113,7 +9113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _733 { + public static System.Drawing.Bitmap _733 { get { object obj = ResourceManager.GetObject("_733", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9123,7 +9123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _734 { + public static System.Drawing.Bitmap _734 { get { object obj = ResourceManager.GetObject("_734", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9133,7 +9133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _735 { + public static System.Drawing.Bitmap _735 { get { object obj = ResourceManager.GetObject("_735", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9143,7 +9143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _736 { + public static System.Drawing.Bitmap _736 { get { object obj = ResourceManager.GetObject("_736", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9153,7 +9153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _737 { + public static System.Drawing.Bitmap _737 { get { object obj = ResourceManager.GetObject("_737", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9163,7 +9163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _738 { + public static System.Drawing.Bitmap _738 { get { object obj = ResourceManager.GetObject("_738", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9173,7 +9173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _739 { + public static System.Drawing.Bitmap _739 { get { object obj = ResourceManager.GetObject("_739", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9183,7 +9183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _74 { + public static System.Drawing.Bitmap _74 { get { object obj = ResourceManager.GetObject("_74", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9193,7 +9193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _74_1 { + public static System.Drawing.Bitmap _74_1 { get { object obj = ResourceManager.GetObject("_74_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9203,7 +9203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _740 { + public static System.Drawing.Bitmap _740 { get { object obj = ResourceManager.GetObject("_740", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9213,7 +9213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _741 { + public static System.Drawing.Bitmap _741 { get { object obj = ResourceManager.GetObject("_741", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9223,7 +9223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _741_1 { + public static System.Drawing.Bitmap _741_1 { get { object obj = ResourceManager.GetObject("_741_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9233,7 +9233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _741_2 { + public static System.Drawing.Bitmap _741_2 { get { object obj = ResourceManager.GetObject("_741_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9243,7 +9243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _741_3 { + public static System.Drawing.Bitmap _741_3 { get { object obj = ResourceManager.GetObject("_741_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9253,7 +9253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _742 { + public static System.Drawing.Bitmap _742 { get { object obj = ResourceManager.GetObject("_742", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9263,7 +9263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _743 { + public static System.Drawing.Bitmap _743 { get { object obj = ResourceManager.GetObject("_743", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9273,7 +9273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _744 { + public static System.Drawing.Bitmap _744 { get { object obj = ResourceManager.GetObject("_744", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9283,7 +9283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _745 { + public static System.Drawing.Bitmap _745 { get { object obj = ResourceManager.GetObject("_745", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9293,7 +9293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _745_1 { + public static System.Drawing.Bitmap _745_1 { get { object obj = ResourceManager.GetObject("_745_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9303,7 +9303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _746 { + public static System.Drawing.Bitmap _746 { get { object obj = ResourceManager.GetObject("_746", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9313,7 +9313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _746_1 { + public static System.Drawing.Bitmap _746_1 { get { object obj = ResourceManager.GetObject("_746_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9323,7 +9323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _747 { + public static System.Drawing.Bitmap _747 { get { object obj = ResourceManager.GetObject("_747", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9333,7 +9333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _748 { + public static System.Drawing.Bitmap _748 { get { object obj = ResourceManager.GetObject("_748", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9343,7 +9343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _749 { + public static System.Drawing.Bitmap _749 { get { object obj = ResourceManager.GetObject("_749", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9353,7 +9353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _75 { + public static System.Drawing.Bitmap _75 { get { object obj = ResourceManager.GetObject("_75", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9363,7 +9363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _75_1 { + public static System.Drawing.Bitmap _75_1 { get { object obj = ResourceManager.GetObject("_75_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9373,7 +9373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _750 { + public static System.Drawing.Bitmap _750 { get { object obj = ResourceManager.GetObject("_750", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9383,7 +9383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _751 { + public static System.Drawing.Bitmap _751 { get { object obj = ResourceManager.GetObject("_751", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9393,7 +9393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _752 { + public static System.Drawing.Bitmap _752 { get { object obj = ResourceManager.GetObject("_752", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9403,7 +9403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _753 { + public static System.Drawing.Bitmap _753 { get { object obj = ResourceManager.GetObject("_753", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9413,7 +9413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _754 { + public static System.Drawing.Bitmap _754 { get { object obj = ResourceManager.GetObject("_754", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9423,7 +9423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _755 { + public static System.Drawing.Bitmap _755 { get { object obj = ResourceManager.GetObject("_755", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9433,7 +9433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _756 { + public static System.Drawing.Bitmap _756 { get { object obj = ResourceManager.GetObject("_756", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9443,7 +9443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _757 { + public static System.Drawing.Bitmap _757 { get { object obj = ResourceManager.GetObject("_757", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9453,7 +9453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _758 { + public static System.Drawing.Bitmap _758 { get { object obj = ResourceManager.GetObject("_758", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9463,7 +9463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _759 { + public static System.Drawing.Bitmap _759 { get { object obj = ResourceManager.GetObject("_759", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9473,7 +9473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _76 { + public static System.Drawing.Bitmap _76 { get { object obj = ResourceManager.GetObject("_76", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9483,7 +9483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _76_1 { + public static System.Drawing.Bitmap _76_1 { get { object obj = ResourceManager.GetObject("_76_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9493,7 +9493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _760 { + public static System.Drawing.Bitmap _760 { get { object obj = ResourceManager.GetObject("_760", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9503,7 +9503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _761 { + public static System.Drawing.Bitmap _761 { get { object obj = ResourceManager.GetObject("_761", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9513,7 +9513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _762 { + public static System.Drawing.Bitmap _762 { get { object obj = ResourceManager.GetObject("_762", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9523,7 +9523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _763 { + public static System.Drawing.Bitmap _763 { get { object obj = ResourceManager.GetObject("_763", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9533,7 +9533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _764 { + public static System.Drawing.Bitmap _764 { get { object obj = ResourceManager.GetObject("_764", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9543,7 +9543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _765 { + public static System.Drawing.Bitmap _765 { get { object obj = ResourceManager.GetObject("_765", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9553,7 +9553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _766 { + public static System.Drawing.Bitmap _766 { get { object obj = ResourceManager.GetObject("_766", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9563,7 +9563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _767 { + public static System.Drawing.Bitmap _767 { get { object obj = ResourceManager.GetObject("_767", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9573,7 +9573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _768 { + public static System.Drawing.Bitmap _768 { get { object obj = ResourceManager.GetObject("_768", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9583,7 +9583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _769 { + public static System.Drawing.Bitmap _769 { get { object obj = ResourceManager.GetObject("_769", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9593,7 +9593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _77 { + public static System.Drawing.Bitmap _77 { get { object obj = ResourceManager.GetObject("_77", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9603,7 +9603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _770 { + public static System.Drawing.Bitmap _770 { get { object obj = ResourceManager.GetObject("_770", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9613,7 +9613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _771 { + public static System.Drawing.Bitmap _771 { get { object obj = ResourceManager.GetObject("_771", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9623,7 +9623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _772 { + public static System.Drawing.Bitmap _772 { get { object obj = ResourceManager.GetObject("_772", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9633,7 +9633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _773 { + public static System.Drawing.Bitmap _773 { get { object obj = ResourceManager.GetObject("_773", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9643,7 +9643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774 { + public static System.Drawing.Bitmap _774 { get { object obj = ResourceManager.GetObject("_774", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9653,7 +9653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_1 { + public static System.Drawing.Bitmap _774_1 { get { object obj = ResourceManager.GetObject("_774_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9663,7 +9663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_10 { + public static System.Drawing.Bitmap _774_10 { get { object obj = ResourceManager.GetObject("_774_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9673,7 +9673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_11 { + public static System.Drawing.Bitmap _774_11 { get { object obj = ResourceManager.GetObject("_774_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9683,7 +9683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_12 { + public static System.Drawing.Bitmap _774_12 { get { object obj = ResourceManager.GetObject("_774_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9693,7 +9693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_13 { + public static System.Drawing.Bitmap _774_13 { get { object obj = ResourceManager.GetObject("_774_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9703,7 +9703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_2 { + public static System.Drawing.Bitmap _774_2 { get { object obj = ResourceManager.GetObject("_774_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9713,7 +9713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_3 { + public static System.Drawing.Bitmap _774_3 { get { object obj = ResourceManager.GetObject("_774_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9723,7 +9723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_4 { + public static System.Drawing.Bitmap _774_4 { get { object obj = ResourceManager.GetObject("_774_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9733,7 +9733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_5 { + public static System.Drawing.Bitmap _774_5 { get { object obj = ResourceManager.GetObject("_774_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9743,7 +9743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_6 { + public static System.Drawing.Bitmap _774_6 { get { object obj = ResourceManager.GetObject("_774_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9753,7 +9753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_7 { + public static System.Drawing.Bitmap _774_7 { get { object obj = ResourceManager.GetObject("_774_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9763,7 +9763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_8 { + public static System.Drawing.Bitmap _774_8 { get { object obj = ResourceManager.GetObject("_774_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9773,7 +9773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _774_9 { + public static System.Drawing.Bitmap _774_9 { get { object obj = ResourceManager.GetObject("_774_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9783,7 +9783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _775 { + public static System.Drawing.Bitmap _775 { get { object obj = ResourceManager.GetObject("_775", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9793,7 +9793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _776 { + public static System.Drawing.Bitmap _776 { get { object obj = ResourceManager.GetObject("_776", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9803,7 +9803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _777 { + public static System.Drawing.Bitmap _777 { get { object obj = ResourceManager.GetObject("_777", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9813,7 +9813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _778 { + public static System.Drawing.Bitmap _778 { get { object obj = ResourceManager.GetObject("_778", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9823,7 +9823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _779 { + public static System.Drawing.Bitmap _779 { get { object obj = ResourceManager.GetObject("_779", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9833,7 +9833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _78 { + public static System.Drawing.Bitmap _78 { get { object obj = ResourceManager.GetObject("_78", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9843,7 +9843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _780 { + public static System.Drawing.Bitmap _780 { get { object obj = ResourceManager.GetObject("_780", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9853,7 +9853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _781 { + public static System.Drawing.Bitmap _781 { get { object obj = ResourceManager.GetObject("_781", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9863,7 +9863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _782 { + public static System.Drawing.Bitmap _782 { get { object obj = ResourceManager.GetObject("_782", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9873,7 +9873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _783 { + public static System.Drawing.Bitmap _783 { get { object obj = ResourceManager.GetObject("_783", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9883,7 +9883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _784 { + public static System.Drawing.Bitmap _784 { get { object obj = ResourceManager.GetObject("_784", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9893,7 +9893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _785 { + public static System.Drawing.Bitmap _785 { get { object obj = ResourceManager.GetObject("_785", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9903,7 +9903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _786 { + public static System.Drawing.Bitmap _786 { get { object obj = ResourceManager.GetObject("_786", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9913,7 +9913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _787 { + public static System.Drawing.Bitmap _787 { get { object obj = ResourceManager.GetObject("_787", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9923,7 +9923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _788 { + public static System.Drawing.Bitmap _788 { get { object obj = ResourceManager.GetObject("_788", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9933,7 +9933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _789 { + public static System.Drawing.Bitmap _789 { get { object obj = ResourceManager.GetObject("_789", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9943,7 +9943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _79 { + public static System.Drawing.Bitmap _79 { get { object obj = ResourceManager.GetObject("_79", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9953,7 +9953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _790 { + public static System.Drawing.Bitmap _790 { get { object obj = ResourceManager.GetObject("_790", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9963,7 +9963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _791 { + public static System.Drawing.Bitmap _791 { get { object obj = ResourceManager.GetObject("_791", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9973,7 +9973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _792 { + public static System.Drawing.Bitmap _792 { get { object obj = ResourceManager.GetObject("_792", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9983,7 +9983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _793 { + public static System.Drawing.Bitmap _793 { get { object obj = ResourceManager.GetObject("_793", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -9993,7 +9993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _794 { + public static System.Drawing.Bitmap _794 { get { object obj = ResourceManager.GetObject("_794", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10003,7 +10003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _795 { + public static System.Drawing.Bitmap _795 { get { object obj = ResourceManager.GetObject("_795", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10013,7 +10013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _796 { + public static System.Drawing.Bitmap _796 { get { object obj = ResourceManager.GetObject("_796", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10023,7 +10023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _797 { + public static System.Drawing.Bitmap _797 { get { object obj = ResourceManager.GetObject("_797", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10033,7 +10033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _798 { + public static System.Drawing.Bitmap _798 { get { object obj = ResourceManager.GetObject("_798", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10043,7 +10043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _799 { + public static System.Drawing.Bitmap _799 { get { object obj = ResourceManager.GetObject("_799", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10053,7 +10053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _8 { + public static System.Drawing.Bitmap _8 { get { object obj = ResourceManager.GetObject("_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10063,7 +10063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _80 { + public static System.Drawing.Bitmap _80 { get { object obj = ResourceManager.GetObject("_80", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10073,7 +10073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _80_1 { + public static System.Drawing.Bitmap _80_1 { get { object obj = ResourceManager.GetObject("_80_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10083,7 +10083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _800 { + public static System.Drawing.Bitmap _800 { get { object obj = ResourceManager.GetObject("_800", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10093,7 +10093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _801 { + public static System.Drawing.Bitmap _801 { get { object obj = ResourceManager.GetObject("_801", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10103,7 +10103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _801_1 { + public static System.Drawing.Bitmap _801_1 { get { object obj = ResourceManager.GetObject("_801_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10113,7 +10113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _802 { + public static System.Drawing.Bitmap _802 { get { object obj = ResourceManager.GetObject("_802", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10123,7 +10123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _81 { + public static System.Drawing.Bitmap _81 { get { object obj = ResourceManager.GetObject("_81", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10133,7 +10133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _82 { + public static System.Drawing.Bitmap _82 { get { object obj = ResourceManager.GetObject("_82", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10143,7 +10143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _83 { + public static System.Drawing.Bitmap _83 { get { object obj = ResourceManager.GetObject("_83", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10153,7 +10153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _84 { + public static System.Drawing.Bitmap _84 { get { object obj = ResourceManager.GetObject("_84", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10163,7 +10163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _85 { + public static System.Drawing.Bitmap _85 { get { object obj = ResourceManager.GetObject("_85", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10173,7 +10173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _86 { + public static System.Drawing.Bitmap _86 { get { object obj = ResourceManager.GetObject("_86", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10183,7 +10183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _87 { + public static System.Drawing.Bitmap _87 { get { object obj = ResourceManager.GetObject("_87", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10193,7 +10193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _88 { + public static System.Drawing.Bitmap _88 { get { object obj = ResourceManager.GetObject("_88", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10203,7 +10203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _88_1 { + public static System.Drawing.Bitmap _88_1 { get { object obj = ResourceManager.GetObject("_88_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10213,7 +10213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _89 { + public static System.Drawing.Bitmap _89 { get { object obj = ResourceManager.GetObject("_89", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10223,7 +10223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _89_1 { + public static System.Drawing.Bitmap _89_1 { get { object obj = ResourceManager.GetObject("_89_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10233,7 +10233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _9 { + public static System.Drawing.Bitmap _9 { get { object obj = ResourceManager.GetObject("_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10243,7 +10243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _9_1 { + public static System.Drawing.Bitmap _9_1 { get { object obj = ResourceManager.GetObject("_9_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10253,7 +10253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _90 { + public static System.Drawing.Bitmap _90 { get { object obj = ResourceManager.GetObject("_90", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10263,7 +10263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _91 { + public static System.Drawing.Bitmap _91 { get { object obj = ResourceManager.GetObject("_91", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10273,7 +10273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _92 { + public static System.Drawing.Bitmap _92 { get { object obj = ResourceManager.GetObject("_92", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10283,7 +10283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _93 { + public static System.Drawing.Bitmap _93 { get { object obj = ResourceManager.GetObject("_93", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10293,7 +10293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _94 { + public static System.Drawing.Bitmap _94 { get { object obj = ResourceManager.GetObject("_94", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10303,7 +10303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _94_1 { + public static System.Drawing.Bitmap _94_1 { get { object obj = ResourceManager.GetObject("_94_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10313,7 +10313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _95 { + public static System.Drawing.Bitmap _95 { get { object obj = ResourceManager.GetObject("_95", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10323,7 +10323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _96 { + public static System.Drawing.Bitmap _96 { get { object obj = ResourceManager.GetObject("_96", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10333,7 +10333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _97 { + public static System.Drawing.Bitmap _97 { get { object obj = ResourceManager.GetObject("_97", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10343,7 +10343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _98 { + public static System.Drawing.Bitmap _98 { get { object obj = ResourceManager.GetObject("_98", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10353,7 +10353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _99 { + public static System.Drawing.Bitmap _99 { get { object obj = ResourceManager.GetObject("_99", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10363,7 +10363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball1 { + public static System.Drawing.Bitmap _ball1 { get { object obj = ResourceManager.GetObject("_ball1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10373,7 +10373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball10 { + public static System.Drawing.Bitmap _ball10 { get { object obj = ResourceManager.GetObject("_ball10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10383,7 +10383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball11 { + public static System.Drawing.Bitmap _ball11 { get { object obj = ResourceManager.GetObject("_ball11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10393,7 +10393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball12 { + public static System.Drawing.Bitmap _ball12 { get { object obj = ResourceManager.GetObject("_ball12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10403,7 +10403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball13 { + public static System.Drawing.Bitmap _ball13 { get { object obj = ResourceManager.GetObject("_ball13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10413,7 +10413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball14 { + public static System.Drawing.Bitmap _ball14 { get { object obj = ResourceManager.GetObject("_ball14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10423,7 +10423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball15 { + public static System.Drawing.Bitmap _ball15 { get { object obj = ResourceManager.GetObject("_ball15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10433,7 +10433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball16 { + public static System.Drawing.Bitmap _ball16 { get { object obj = ResourceManager.GetObject("_ball16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10443,7 +10443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball17 { + public static System.Drawing.Bitmap _ball17 { get { object obj = ResourceManager.GetObject("_ball17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10453,7 +10453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball18 { + public static System.Drawing.Bitmap _ball18 { get { object obj = ResourceManager.GetObject("_ball18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10463,7 +10463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball19 { + public static System.Drawing.Bitmap _ball19 { get { object obj = ResourceManager.GetObject("_ball19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10473,7 +10473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball2 { + public static System.Drawing.Bitmap _ball2 { get { object obj = ResourceManager.GetObject("_ball2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10483,7 +10483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball20 { + public static System.Drawing.Bitmap _ball20 { get { object obj = ResourceManager.GetObject("_ball20", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10493,7 +10493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball21 { + public static System.Drawing.Bitmap _ball21 { get { object obj = ResourceManager.GetObject("_ball21", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10503,7 +10503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball22 { + public static System.Drawing.Bitmap _ball22 { get { object obj = ResourceManager.GetObject("_ball22", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10513,7 +10513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball23 { + public static System.Drawing.Bitmap _ball23 { get { object obj = ResourceManager.GetObject("_ball23", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10523,7 +10523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball24 { + public static System.Drawing.Bitmap _ball24 { get { object obj = ResourceManager.GetObject("_ball24", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10533,7 +10533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball25 { + public static System.Drawing.Bitmap _ball25 { get { object obj = ResourceManager.GetObject("_ball25", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10543,7 +10543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball26 { + public static System.Drawing.Bitmap _ball26 { get { object obj = ResourceManager.GetObject("_ball26", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10553,7 +10553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball3 { + public static System.Drawing.Bitmap _ball3 { get { object obj = ResourceManager.GetObject("_ball3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10563,7 +10563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball4 { + public static System.Drawing.Bitmap _ball4 { get { object obj = ResourceManager.GetObject("_ball4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10573,7 +10573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball5 { + public static System.Drawing.Bitmap _ball5 { get { object obj = ResourceManager.GetObject("_ball5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10583,7 +10583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball6 { + public static System.Drawing.Bitmap _ball6 { get { object obj = ResourceManager.GetObject("_ball6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10593,7 +10593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball7 { + public static System.Drawing.Bitmap _ball7 { get { object obj = ResourceManager.GetObject("_ball7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10603,7 +10603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball8 { + public static System.Drawing.Bitmap _ball8 { get { object obj = ResourceManager.GetObject("_ball8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10613,7 +10613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap _ball9 { + public static System.Drawing.Bitmap _ball9 { get { object obj = ResourceManager.GetObject("_ball9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10623,7 +10623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap about { + public static System.Drawing.Bitmap about { get { object obj = ResourceManager.GetObject("about", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10633,7 +10633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap anti_pokerus_icon { + public static System.Drawing.Bitmap anti_pokerus_icon { get { object obj = ResourceManager.GetObject("anti_pokerus_icon", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10643,7 +10643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_01 { + public static System.Drawing.Bitmap badge_01 { get { object obj = ResourceManager.GetObject("badge_01", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10653,7 +10653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_02 { + public static System.Drawing.Bitmap badge_02 { get { object obj = ResourceManager.GetObject("badge_02", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10663,7 +10663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_03 { + public static System.Drawing.Bitmap badge_03 { get { object obj = ResourceManager.GetObject("badge_03", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10673,7 +10673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_04 { + public static System.Drawing.Bitmap badge_04 { get { object obj = ResourceManager.GetObject("badge_04", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10683,7 +10683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_05 { + public static System.Drawing.Bitmap badge_05 { get { object obj = ResourceManager.GetObject("badge_05", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10693,7 +10693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_06 { + public static System.Drawing.Bitmap badge_06 { get { object obj = ResourceManager.GetObject("badge_06", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10703,7 +10703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_07 { + public static System.Drawing.Bitmap badge_07 { get { object obj = ResourceManager.GetObject("badge_07", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10713,7 +10713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_08 { + public static System.Drawing.Bitmap badge_08 { get { object obj = ResourceManager.GetObject("badge_08", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10723,7 +10723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_1 { + public static System.Drawing.Bitmap badge_1 { get { object obj = ResourceManager.GetObject("badge_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10733,7 +10733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_2 { + public static System.Drawing.Bitmap badge_2 { get { object obj = ResourceManager.GetObject("badge_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10743,7 +10743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_3 { + public static System.Drawing.Bitmap badge_3 { get { object obj = ResourceManager.GetObject("badge_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10753,7 +10753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_4 { + public static System.Drawing.Bitmap badge_4 { get { object obj = ResourceManager.GetObject("badge_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10763,7 +10763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_5 { + public static System.Drawing.Bitmap badge_5 { get { object obj = ResourceManager.GetObject("badge_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10773,7 +10773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_6 { + public static System.Drawing.Bitmap badge_6 { get { object obj = ResourceManager.GetObject("badge_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10783,7 +10783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_7 { + public static System.Drawing.Bitmap badge_7 { get { object obj = ResourceManager.GetObject("badge_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10793,7 +10793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap badge_8 { + public static System.Drawing.Bitmap badge_8 { get { object obj = ResourceManager.GetObject("badge_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10803,7 +10803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap Bag_Free { + public static System.Drawing.Bitmap Bag_Free { get { object obj = ResourceManager.GetObject("Bag_Free", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10813,7 +10813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap Bag_PCItems { + public static System.Drawing.Bitmap Bag_PCItems { get { object obj = ResourceManager.GetObject("Bag_PCItems", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10823,7 +10823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap Bag_Z { + public static System.Drawing.Bitmap Bag_Z { get { object obj = ResourceManager.GetObject("Bag_Z", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10833,7 +10833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap bak { + public static System.Drawing.Bitmap bak { get { object obj = ResourceManager.GetObject("bak", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10843,7 +10843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_01 { + public static System.Drawing.Bitmap box_mark_01 { get { object obj = ResourceManager.GetObject("box_mark_01", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10853,7 +10853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_02 { + public static System.Drawing.Bitmap box_mark_02 { get { object obj = ResourceManager.GetObject("box_mark_02", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10863,7 +10863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_03 { + public static System.Drawing.Bitmap box_mark_03 { get { object obj = ResourceManager.GetObject("box_mark_03", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10873,7 +10873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_04 { + public static System.Drawing.Bitmap box_mark_04 { get { object obj = ResourceManager.GetObject("box_mark_04", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10883,7 +10883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_05 { + public static System.Drawing.Bitmap box_mark_05 { get { object obj = ResourceManager.GetObject("box_mark_05", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10893,7 +10893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_mark_06 { + public static System.Drawing.Bitmap box_mark_06 { get { object obj = ResourceManager.GetObject("box_mark_06", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10903,7 +10903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp01bw { + public static System.Drawing.Bitmap box_wp01bw { get { object obj = ResourceManager.GetObject("box_wp01bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10913,7 +10913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp01dp { + public static System.Drawing.Bitmap box_wp01dp { get { object obj = ResourceManager.GetObject("box_wp01dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10923,7 +10923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp01e { + public static System.Drawing.Bitmap box_wp01e { get { object obj = ResourceManager.GetObject("box_wp01e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10933,7 +10933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp01rs { + public static System.Drawing.Bitmap box_wp01rs { get { object obj = ResourceManager.GetObject("box_wp01rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10943,7 +10943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp01xy { + public static System.Drawing.Bitmap box_wp01xy { get { object obj = ResourceManager.GetObject("box_wp01xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10953,7 +10953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp02bw { + public static System.Drawing.Bitmap box_wp02bw { get { object obj = ResourceManager.GetObject("box_wp02bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10963,7 +10963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp02dp { + public static System.Drawing.Bitmap box_wp02dp { get { object obj = ResourceManager.GetObject("box_wp02dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10973,7 +10973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp02e { + public static System.Drawing.Bitmap box_wp02e { get { object obj = ResourceManager.GetObject("box_wp02e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10983,7 +10983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp02rs { + public static System.Drawing.Bitmap box_wp02rs { get { object obj = ResourceManager.GetObject("box_wp02rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -10993,7 +10993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp02xy { + public static System.Drawing.Bitmap box_wp02xy { get { object obj = ResourceManager.GetObject("box_wp02xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11003,7 +11003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp03bw { + public static System.Drawing.Bitmap box_wp03bw { get { object obj = ResourceManager.GetObject("box_wp03bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11013,7 +11013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp03dp { + public static System.Drawing.Bitmap box_wp03dp { get { object obj = ResourceManager.GetObject("box_wp03dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11023,7 +11023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp03e { + public static System.Drawing.Bitmap box_wp03e { get { object obj = ResourceManager.GetObject("box_wp03e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11033,7 +11033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp03rs { + public static System.Drawing.Bitmap box_wp03rs { get { object obj = ResourceManager.GetObject("box_wp03rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11043,7 +11043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp03xy { + public static System.Drawing.Bitmap box_wp03xy { get { object obj = ResourceManager.GetObject("box_wp03xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11053,7 +11053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp04bw { + public static System.Drawing.Bitmap box_wp04bw { get { object obj = ResourceManager.GetObject("box_wp04bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11063,7 +11063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp04dp { + public static System.Drawing.Bitmap box_wp04dp { get { object obj = ResourceManager.GetObject("box_wp04dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11073,7 +11073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp04e { + public static System.Drawing.Bitmap box_wp04e { get { object obj = ResourceManager.GetObject("box_wp04e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11083,7 +11083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp04rs { + public static System.Drawing.Bitmap box_wp04rs { get { object obj = ResourceManager.GetObject("box_wp04rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11093,7 +11093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp04xy { + public static System.Drawing.Bitmap box_wp04xy { get { object obj = ResourceManager.GetObject("box_wp04xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11103,7 +11103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp05bw { + public static System.Drawing.Bitmap box_wp05bw { get { object obj = ResourceManager.GetObject("box_wp05bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11113,7 +11113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp05dp { + public static System.Drawing.Bitmap box_wp05dp { get { object obj = ResourceManager.GetObject("box_wp05dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11123,7 +11123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp05e { + public static System.Drawing.Bitmap box_wp05e { get { object obj = ResourceManager.GetObject("box_wp05e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11133,7 +11133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp05rs { + public static System.Drawing.Bitmap box_wp05rs { get { object obj = ResourceManager.GetObject("box_wp05rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11143,7 +11143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp05xy { + public static System.Drawing.Bitmap box_wp05xy { get { object obj = ResourceManager.GetObject("box_wp05xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11153,7 +11153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp06bw { + public static System.Drawing.Bitmap box_wp06bw { get { object obj = ResourceManager.GetObject("box_wp06bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11163,7 +11163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp06dp { + public static System.Drawing.Bitmap box_wp06dp { get { object obj = ResourceManager.GetObject("box_wp06dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11173,7 +11173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp06e { + public static System.Drawing.Bitmap box_wp06e { get { object obj = ResourceManager.GetObject("box_wp06e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11183,7 +11183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp06rs { + public static System.Drawing.Bitmap box_wp06rs { get { object obj = ResourceManager.GetObject("box_wp06rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11193,7 +11193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp06xy { + public static System.Drawing.Bitmap box_wp06xy { get { object obj = ResourceManager.GetObject("box_wp06xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11203,7 +11203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp07bw { + public static System.Drawing.Bitmap box_wp07bw { get { object obj = ResourceManager.GetObject("box_wp07bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11213,7 +11213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp07dp { + public static System.Drawing.Bitmap box_wp07dp { get { object obj = ResourceManager.GetObject("box_wp07dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11223,7 +11223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp07e { + public static System.Drawing.Bitmap box_wp07e { get { object obj = ResourceManager.GetObject("box_wp07e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11233,7 +11233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp07rs { + public static System.Drawing.Bitmap box_wp07rs { get { object obj = ResourceManager.GetObject("box_wp07rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11243,7 +11243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp07xy { + public static System.Drawing.Bitmap box_wp07xy { get { object obj = ResourceManager.GetObject("box_wp07xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11253,7 +11253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp08bw { + public static System.Drawing.Bitmap box_wp08bw { get { object obj = ResourceManager.GetObject("box_wp08bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11263,7 +11263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp08dp { + public static System.Drawing.Bitmap box_wp08dp { get { object obj = ResourceManager.GetObject("box_wp08dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11273,7 +11273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp08e { + public static System.Drawing.Bitmap box_wp08e { get { object obj = ResourceManager.GetObject("box_wp08e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11283,7 +11283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp08rs { + public static System.Drawing.Bitmap box_wp08rs { get { object obj = ResourceManager.GetObject("box_wp08rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11293,7 +11293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp08xy { + public static System.Drawing.Bitmap box_wp08xy { get { object obj = ResourceManager.GetObject("box_wp08xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11303,7 +11303,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp09bw { + public static System.Drawing.Bitmap box_wp09bw { get { object obj = ResourceManager.GetObject("box_wp09bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11313,7 +11313,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp09dp { + public static System.Drawing.Bitmap box_wp09dp { get { object obj = ResourceManager.GetObject("box_wp09dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11323,7 +11323,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp09e { + public static System.Drawing.Bitmap box_wp09e { get { object obj = ResourceManager.GetObject("box_wp09e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11333,7 +11333,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp09rs { + public static System.Drawing.Bitmap box_wp09rs { get { object obj = ResourceManager.GetObject("box_wp09rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11343,7 +11343,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp09xy { + public static System.Drawing.Bitmap box_wp09xy { get { object obj = ResourceManager.GetObject("box_wp09xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11353,7 +11353,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp10bw { + public static System.Drawing.Bitmap box_wp10bw { get { object obj = ResourceManager.GetObject("box_wp10bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11363,7 +11363,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp10dp { + public static System.Drawing.Bitmap box_wp10dp { get { object obj = ResourceManager.GetObject("box_wp10dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11373,7 +11373,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp10e { + public static System.Drawing.Bitmap box_wp10e { get { object obj = ResourceManager.GetObject("box_wp10e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11383,7 +11383,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp10rs { + public static System.Drawing.Bitmap box_wp10rs { get { object obj = ResourceManager.GetObject("box_wp10rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11393,7 +11393,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp10xy { + public static System.Drawing.Bitmap box_wp10xy { get { object obj = ResourceManager.GetObject("box_wp10xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11403,7 +11403,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp11bw { + public static System.Drawing.Bitmap box_wp11bw { get { object obj = ResourceManager.GetObject("box_wp11bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11413,7 +11413,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp11dp { + public static System.Drawing.Bitmap box_wp11dp { get { object obj = ResourceManager.GetObject("box_wp11dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11423,7 +11423,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp11e { + public static System.Drawing.Bitmap box_wp11e { get { object obj = ResourceManager.GetObject("box_wp11e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11433,7 +11433,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp11rs { + public static System.Drawing.Bitmap box_wp11rs { get { object obj = ResourceManager.GetObject("box_wp11rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11443,7 +11443,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp11xy { + public static System.Drawing.Bitmap box_wp11xy { get { object obj = ResourceManager.GetObject("box_wp11xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11453,7 +11453,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp12bw { + public static System.Drawing.Bitmap box_wp12bw { get { object obj = ResourceManager.GetObject("box_wp12bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11463,7 +11463,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp12dp { + public static System.Drawing.Bitmap box_wp12dp { get { object obj = ResourceManager.GetObject("box_wp12dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11473,7 +11473,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp12e { + public static System.Drawing.Bitmap box_wp12e { get { object obj = ResourceManager.GetObject("box_wp12e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11483,7 +11483,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp12rs { + public static System.Drawing.Bitmap box_wp12rs { get { object obj = ResourceManager.GetObject("box_wp12rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11493,7 +11493,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp12xy { + public static System.Drawing.Bitmap box_wp12xy { get { object obj = ResourceManager.GetObject("box_wp12xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11503,7 +11503,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13bw { + public static System.Drawing.Bitmap box_wp13bw { get { object obj = ResourceManager.GetObject("box_wp13bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11513,7 +11513,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13dp { + public static System.Drawing.Bitmap box_wp13dp { get { object obj = ResourceManager.GetObject("box_wp13dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11523,7 +11523,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13e { + public static System.Drawing.Bitmap box_wp13e { get { object obj = ResourceManager.GetObject("box_wp13e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11533,7 +11533,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13frlg { + public static System.Drawing.Bitmap box_wp13frlg { get { object obj = ResourceManager.GetObject("box_wp13frlg", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11543,7 +11543,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13rs { + public static System.Drawing.Bitmap box_wp13rs { get { object obj = ResourceManager.GetObject("box_wp13rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11553,7 +11553,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp13xy { + public static System.Drawing.Bitmap box_wp13xy { get { object obj = ResourceManager.GetObject("box_wp13xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11563,7 +11563,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14bw { + public static System.Drawing.Bitmap box_wp14bw { get { object obj = ResourceManager.GetObject("box_wp14bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11573,7 +11573,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14dp { + public static System.Drawing.Bitmap box_wp14dp { get { object obj = ResourceManager.GetObject("box_wp14dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11583,7 +11583,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14e { + public static System.Drawing.Bitmap box_wp14e { get { object obj = ResourceManager.GetObject("box_wp14e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11593,7 +11593,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14frlg { + public static System.Drawing.Bitmap box_wp14frlg { get { object obj = ResourceManager.GetObject("box_wp14frlg", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11603,7 +11603,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14rs { + public static System.Drawing.Bitmap box_wp14rs { get { object obj = ResourceManager.GetObject("box_wp14rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11613,7 +11613,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp14xy { + public static System.Drawing.Bitmap box_wp14xy { get { object obj = ResourceManager.GetObject("box_wp14xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11623,7 +11623,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15bw { + public static System.Drawing.Bitmap box_wp15bw { get { object obj = ResourceManager.GetObject("box_wp15bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11633,7 +11633,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15dp { + public static System.Drawing.Bitmap box_wp15dp { get { object obj = ResourceManager.GetObject("box_wp15dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11643,7 +11643,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15e { + public static System.Drawing.Bitmap box_wp15e { get { object obj = ResourceManager.GetObject("box_wp15e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11653,7 +11653,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15frlg { + public static System.Drawing.Bitmap box_wp15frlg { get { object obj = ResourceManager.GetObject("box_wp15frlg", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11663,7 +11663,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15rs { + public static System.Drawing.Bitmap box_wp15rs { get { object obj = ResourceManager.GetObject("box_wp15rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11673,7 +11673,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp15xy { + public static System.Drawing.Bitmap box_wp15xy { get { object obj = ResourceManager.GetObject("box_wp15xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11683,7 +11683,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16bw { + public static System.Drawing.Bitmap box_wp16bw { get { object obj = ResourceManager.GetObject("box_wp16bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11693,7 +11693,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16dp { + public static System.Drawing.Bitmap box_wp16dp { get { object obj = ResourceManager.GetObject("box_wp16dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11703,7 +11703,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16e { + public static System.Drawing.Bitmap box_wp16e { get { object obj = ResourceManager.GetObject("box_wp16e", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11713,7 +11713,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16frlg { + public static System.Drawing.Bitmap box_wp16frlg { get { object obj = ResourceManager.GetObject("box_wp16frlg", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11723,7 +11723,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16rs { + public static System.Drawing.Bitmap box_wp16rs { get { object obj = ResourceManager.GetObject("box_wp16rs", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11733,7 +11733,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp16xy { + public static System.Drawing.Bitmap box_wp16xy { get { object obj = ResourceManager.GetObject("box_wp16xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11743,7 +11743,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17ao { + public static System.Drawing.Bitmap box_wp17ao { get { object obj = ResourceManager.GetObject("box_wp17ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11753,7 +11753,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17b2w2 { + public static System.Drawing.Bitmap box_wp17b2w2 { get { object obj = ResourceManager.GetObject("box_wp17b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11763,7 +11763,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17bw { + public static System.Drawing.Bitmap box_wp17bw { get { object obj = ResourceManager.GetObject("box_wp17bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11773,7 +11773,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17dp { + public static System.Drawing.Bitmap box_wp17dp { get { object obj = ResourceManager.GetObject("box_wp17dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11783,7 +11783,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17hgss { + public static System.Drawing.Bitmap box_wp17hgss { get { object obj = ResourceManager.GetObject("box_wp17hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11793,7 +11793,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17pt { + public static System.Drawing.Bitmap box_wp17pt { get { object obj = ResourceManager.GetObject("box_wp17pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11803,7 +11803,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp17xy { + public static System.Drawing.Bitmap box_wp17xy { get { object obj = ResourceManager.GetObject("box_wp17xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11813,7 +11813,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18ao { + public static System.Drawing.Bitmap box_wp18ao { get { object obj = ResourceManager.GetObject("box_wp18ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11823,7 +11823,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18b2w2 { + public static System.Drawing.Bitmap box_wp18b2w2 { get { object obj = ResourceManager.GetObject("box_wp18b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11833,7 +11833,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18bw { + public static System.Drawing.Bitmap box_wp18bw { get { object obj = ResourceManager.GetObject("box_wp18bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11843,7 +11843,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18dp { + public static System.Drawing.Bitmap box_wp18dp { get { object obj = ResourceManager.GetObject("box_wp18dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11853,7 +11853,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18hgss { + public static System.Drawing.Bitmap box_wp18hgss { get { object obj = ResourceManager.GetObject("box_wp18hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11863,7 +11863,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18pt { + public static System.Drawing.Bitmap box_wp18pt { get { object obj = ResourceManager.GetObject("box_wp18pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11873,7 +11873,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp18xy { + public static System.Drawing.Bitmap box_wp18xy { get { object obj = ResourceManager.GetObject("box_wp18xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11883,7 +11883,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19ao { + public static System.Drawing.Bitmap box_wp19ao { get { object obj = ResourceManager.GetObject("box_wp19ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11893,7 +11893,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19b2w2 { + public static System.Drawing.Bitmap box_wp19b2w2 { get { object obj = ResourceManager.GetObject("box_wp19b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11903,7 +11903,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19bw { + public static System.Drawing.Bitmap box_wp19bw { get { object obj = ResourceManager.GetObject("box_wp19bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11913,7 +11913,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19dp { + public static System.Drawing.Bitmap box_wp19dp { get { object obj = ResourceManager.GetObject("box_wp19dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11923,7 +11923,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19hgss { + public static System.Drawing.Bitmap box_wp19hgss { get { object obj = ResourceManager.GetObject("box_wp19hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11933,7 +11933,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19pt { + public static System.Drawing.Bitmap box_wp19pt { get { object obj = ResourceManager.GetObject("box_wp19pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11943,7 +11943,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp19xy { + public static System.Drawing.Bitmap box_wp19xy { get { object obj = ResourceManager.GetObject("box_wp19xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11953,7 +11953,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20ao { + public static System.Drawing.Bitmap box_wp20ao { get { object obj = ResourceManager.GetObject("box_wp20ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11963,7 +11963,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20b2w2 { + public static System.Drawing.Bitmap box_wp20b2w2 { get { object obj = ResourceManager.GetObject("box_wp20b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11973,7 +11973,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20bw { + public static System.Drawing.Bitmap box_wp20bw { get { object obj = ResourceManager.GetObject("box_wp20bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11983,7 +11983,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20dp { + public static System.Drawing.Bitmap box_wp20dp { get { object obj = ResourceManager.GetObject("box_wp20dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -11993,7 +11993,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20hgss { + public static System.Drawing.Bitmap box_wp20hgss { get { object obj = ResourceManager.GetObject("box_wp20hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12003,7 +12003,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20pt { + public static System.Drawing.Bitmap box_wp20pt { get { object obj = ResourceManager.GetObject("box_wp20pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12013,7 +12013,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp20xy { + public static System.Drawing.Bitmap box_wp20xy { get { object obj = ResourceManager.GetObject("box_wp20xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12023,7 +12023,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21ao { + public static System.Drawing.Bitmap box_wp21ao { get { object obj = ResourceManager.GetObject("box_wp21ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12033,7 +12033,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21b2w2 { + public static System.Drawing.Bitmap box_wp21b2w2 { get { object obj = ResourceManager.GetObject("box_wp21b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12043,7 +12043,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21bw { + public static System.Drawing.Bitmap box_wp21bw { get { object obj = ResourceManager.GetObject("box_wp21bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12053,7 +12053,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21dp { + public static System.Drawing.Bitmap box_wp21dp { get { object obj = ResourceManager.GetObject("box_wp21dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12063,7 +12063,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21hgss { + public static System.Drawing.Bitmap box_wp21hgss { get { object obj = ResourceManager.GetObject("box_wp21hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12073,7 +12073,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21pt { + public static System.Drawing.Bitmap box_wp21pt { get { object obj = ResourceManager.GetObject("box_wp21pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12083,7 +12083,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp21xy { + public static System.Drawing.Bitmap box_wp21xy { get { object obj = ResourceManager.GetObject("box_wp21xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12093,7 +12093,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22ao { + public static System.Drawing.Bitmap box_wp22ao { get { object obj = ResourceManager.GetObject("box_wp22ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12103,7 +12103,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22b2w2 { + public static System.Drawing.Bitmap box_wp22b2w2 { get { object obj = ResourceManager.GetObject("box_wp22b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12113,7 +12113,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22bw { + public static System.Drawing.Bitmap box_wp22bw { get { object obj = ResourceManager.GetObject("box_wp22bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12123,7 +12123,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22dp { + public static System.Drawing.Bitmap box_wp22dp { get { object obj = ResourceManager.GetObject("box_wp22dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12133,7 +12133,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22hgss { + public static System.Drawing.Bitmap box_wp22hgss { get { object obj = ResourceManager.GetObject("box_wp22hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12143,7 +12143,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22pt { + public static System.Drawing.Bitmap box_wp22pt { get { object obj = ResourceManager.GetObject("box_wp22pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12153,7 +12153,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp22xy { + public static System.Drawing.Bitmap box_wp22xy { get { object obj = ResourceManager.GetObject("box_wp22xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12163,7 +12163,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23ao { + public static System.Drawing.Bitmap box_wp23ao { get { object obj = ResourceManager.GetObject("box_wp23ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12173,7 +12173,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23b2w2 { + public static System.Drawing.Bitmap box_wp23b2w2 { get { object obj = ResourceManager.GetObject("box_wp23b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12183,7 +12183,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23bw { + public static System.Drawing.Bitmap box_wp23bw { get { object obj = ResourceManager.GetObject("box_wp23bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12193,7 +12193,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23dp { + public static System.Drawing.Bitmap box_wp23dp { get { object obj = ResourceManager.GetObject("box_wp23dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12203,7 +12203,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23hgss { + public static System.Drawing.Bitmap box_wp23hgss { get { object obj = ResourceManager.GetObject("box_wp23hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12213,7 +12213,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23pt { + public static System.Drawing.Bitmap box_wp23pt { get { object obj = ResourceManager.GetObject("box_wp23pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12223,7 +12223,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp23xy { + public static System.Drawing.Bitmap box_wp23xy { get { object obj = ResourceManager.GetObject("box_wp23xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12233,7 +12233,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24ao { + public static System.Drawing.Bitmap box_wp24ao { get { object obj = ResourceManager.GetObject("box_wp24ao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12243,7 +12243,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24b2w2 { + public static System.Drawing.Bitmap box_wp24b2w2 { get { object obj = ResourceManager.GetObject("box_wp24b2w2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12253,7 +12253,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24bw { + public static System.Drawing.Bitmap box_wp24bw { get { object obj = ResourceManager.GetObject("box_wp24bw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12263,7 +12263,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24dp { + public static System.Drawing.Bitmap box_wp24dp { get { object obj = ResourceManager.GetObject("box_wp24dp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12273,7 +12273,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24hgss { + public static System.Drawing.Bitmap box_wp24hgss { get { object obj = ResourceManager.GetObject("box_wp24hgss", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12283,7 +12283,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24pt { + public static System.Drawing.Bitmap box_wp24pt { get { object obj = ResourceManager.GetObject("box_wp24pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12293,7 +12293,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap box_wp24xy { + public static System.Drawing.Bitmap box_wp24xy { get { object obj = ResourceManager.GetObject("box_wp24xy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12304,15 +12304,16 @@ internal class Resources { /// Looks up a localized string similar to PKHeX - By Kaphotics ///http://projectpokemon.org/pkhex /// - ///16/12/21 - New Update: - /// - Legality: Fine tuned problematic cases (Island Scan, SOS slots, Ash Greninja, result descriptions). - /// - Added: Battle Box slot indication and edit prevention for Generation 7 save files. - /// - Added: Party Drag&Drop - /// - Added: Zygarde Core stored count; also improved subform "Collect All" button method. - /// - Added: Pokédex forme editing (Gen7). - /// - Added: Advanced randomization for Batch Editor. Syntax: $x,y to have a random va [rest of string was truncated]";. + ///16/12/31 - New Update: + /// - Legality: Added Poké Pelago encounter cases. + /// - Added: Battle Box slot indication separated for locked & unlocked slots. Locked slots remain un-editable. + /// - Added: Record (trainer stat) editing (captured, battles, exp collected, etc) for Gen7. + /// - Added: Starter Choice Event Constant editing. + /// - Added: Relearn move suggestions for static encounters with relearn moves. + /// - Added: Option to set NEW flag when giving items. + /// [rest of string was truncated]";. /// - internal static string changelog { + public static string changelog { get { return ResourceManager.GetString("changelog", resourceCulture); } @@ -12324,36 +12325,37 @@ internal class Resources { ///22 Test2 ///24 Test3. /// - internal static string const_oras { + public static string const_oras { get { return ResourceManager.GetString("const_oras", resourceCulture); } } /// - /// Looks up a localized string similar to 432 Tapu Koku 03:Battleable,04:Defeated,05:Captured + /// Looks up a localized string similar to 148 Starter 00:Rowlet,01:Litten,02:Popplio + ///432 Tapu Koku 03:Battleable,04:Defeated,05:Captured ///433 Tapu Lele 01:Battleable,02:Defeated,03:Captured ///434 Tapu Bulu 01:Battleable,02:Defeated,03:Captured ///404 Tapu Fini 03:Battleable,04:Defeated,05:Captured. /// - internal static string const_sm { + public static string const_sm { get { return ResourceManager.GetString("const_sm", resourceCulture); } } /// - /// Looks up a localized string similar to Country ID,JP,EN,FR,DE,IT,ES,ZH,KO - ///1,日本,Japan,Japon,Japan,Giappone,Japón,日本,일본 - ///8,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라 - ///9,アンティグア・バーブーダ,Antigua and Barbuda,Antigua-et-Barbuda,Antigua und Barbuda,Antigua e Barbuda,Antigua y Barbuda,安提瓜和巴布达,앤티가 바부다 - ///10,アルゼンチン,Argentina,Argentine,Argentinien,Argentina,Argentina,阿根廷,아르헨티나 - ///11,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바 - ///12,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마 - ///13,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스 + /// Looks up a localized string similar to Country ID,JP,EN,FR,DE,IT,ES,ZH,KO + ///1,日本,Japan,Japon,Japan,Giappone,Japón,日本,일본 + ///8,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라 + ///9,アンティグア・バーブーダ,Antigua and Barbuda,Antigua-et-Barbuda,Antigua und Barbuda,Antigua e Barbuda,Antigua y Barbuda,安提瓜和巴布达,앤티가 바부다 + ///10,アルゼンチン,Argentina,Argentine,Argentinien,Argentina,Argentina,阿根廷,아르헨티나 + ///11,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바 + ///12,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마 + ///13,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스 ///14,ベリーズ,Beli [rest of string was truncated]";. /// - internal static string countries { + public static string countries { get { return ResourceManager.GetString("countries", resourceCulture); } @@ -12362,7 +12364,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap data { + public static System.Drawing.Bitmap data { get { object obj = ResourceManager.GetObject("data", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12372,7 +12374,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap database { + public static System.Drawing.Bitmap database { get { object obj = ResourceManager.GetObject("database", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12382,7 +12384,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap dump { + public static System.Drawing.Bitmap dump { get { object obj = ResourceManager.GetObject("dump", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12392,7 +12394,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap egg { + public static System.Drawing.Bitmap egg { get { object obj = ResourceManager.GetObject("egg", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12402,7 +12404,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] eggmove_ao { + public static byte[] eggmove_ao { get { object obj = ResourceManager.GetObject("eggmove_ao", resourceCulture); return ((byte[])(obj)); @@ -12412,7 +12414,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] eggmove_sm { + public static byte[] eggmove_sm { get { object obj = ResourceManager.GetObject("eggmove_sm", resourceCulture); return ((byte[])(obj)); @@ -12422,7 +12424,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] eggmove_xy { + public static byte[] eggmove_xy { get { object obj = ResourceManager.GetObject("eggmove_xy", resourceCulture); return ((byte[])(obj)); @@ -12432,7 +12434,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap else_icon { + public static System.Drawing.Bitmap else_icon { get { object obj = ResourceManager.GetObject("else_icon", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12442,7 +12444,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_a { + public static byte[] encounter_a { get { object obj = ResourceManager.GetObject("encounter_a", resourceCulture); return ((byte[])(obj)); @@ -12452,7 +12454,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_mn { + public static byte[] encounter_mn { get { object obj = ResourceManager.GetObject("encounter_mn", resourceCulture); return ((byte[])(obj)); @@ -12462,7 +12464,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_mn_sos { + public static byte[] encounter_mn_sos { get { object obj = ResourceManager.GetObject("encounter_mn_sos", resourceCulture); return ((byte[])(obj)); @@ -12472,7 +12474,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_o { + public static byte[] encounter_o { get { object obj = ResourceManager.GetObject("encounter_o", resourceCulture); return ((byte[])(obj)); @@ -12482,7 +12484,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_sn { + public static byte[] encounter_sn { get { object obj = ResourceManager.GetObject("encounter_sn", resourceCulture); return ((byte[])(obj)); @@ -12492,7 +12494,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_sn_sos { + public static byte[] encounter_sn_sos { get { object obj = ResourceManager.GetObject("encounter_sn_sos", resourceCulture); return ((byte[])(obj)); @@ -12502,7 +12504,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_x { + public static byte[] encounter_x { get { object obj = ResourceManager.GetObject("encounter_x", resourceCulture); return ((byte[])(obj)); @@ -12512,7 +12514,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] encounter_y { + public static byte[] encounter_y { get { object obj = ResourceManager.GetObject("encounter_y", resourceCulture); return ((byte[])(obj)); @@ -12522,7 +12524,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] evos_ao { + public static byte[] evos_ao { get { object obj = ResourceManager.GetObject("evos_ao", resourceCulture); return ((byte[])(obj)); @@ -12532,7 +12534,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] evos_sm { + public static byte[] evos_sm { get { object obj = ResourceManager.GetObject("evos_sm", resourceCulture); return ((byte[])(obj)); @@ -12542,7 +12544,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap exit { + public static System.Drawing.Bitmap exit { get { object obj = ResourceManager.GetObject("exit", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12552,7 +12554,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap export { + public static System.Drawing.Bitmap export { get { object obj = ResourceManager.GetObject("export", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12562,7 +12564,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] fashion_f_sm { + public static byte[] fashion_f_sm { get { object obj = ResourceManager.GetObject("fashion_f_sm", resourceCulture); return ((byte[])(obj)); @@ -12572,7 +12574,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] fashion_m_sm { + public static byte[] fashion_m_sm { get { object obj = ResourceManager.GetObject("fashion_m_sm", resourceCulture); return ((byte[])(obj)); @@ -12600,7 +12602,7 @@ internal class Resources { ///0419 (OR) Latias Defeated ///2834 (OR) Latias Captu [rest of string was truncated]";. /// - internal static string flags_oras { + public static string flags_oras { get { return ResourceManager.GetString("flags_oras", resourceCulture); } @@ -12613,7 +12615,7 @@ internal class Resources { ///0499 Received Gift Type:Null ///0160 Moone[0] / Sunne Portal [1]. /// - internal static string flags_sm { + public static string flags_sm { get { return ResourceManager.GetString("flags_sm", resourceCulture); } @@ -12640,7 +12642,7 @@ internal class Resources { ///0675 50: Beat Chatelaine ///2546 Pokédex Obtained. /// - internal static string flags_xy { + public static string flags_xy { get { return ResourceManager.GetString("flags_xy", resourceCulture); } @@ -12649,7 +12651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap folder { + public static System.Drawing.Bitmap folder { get { object obj = ResourceManager.GetObject("folder", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12659,7 +12661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap gift { + public static System.Drawing.Bitmap gift { get { object obj = ResourceManager.GetObject("gift", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12669,7 +12671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap helditem { + public static System.Drawing.Bitmap helditem { get { object obj = ResourceManager.GetObject("helditem", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12679,7 +12681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap icon { + public static System.Drawing.Bitmap icon { get { object obj = ResourceManager.GetObject("icon", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12689,7 +12691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap import { + public static System.Drawing.Bitmap import { get { object obj = ResourceManager.GetObject("import", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12699,7 +12701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_1 { + public static System.Drawing.Bitmap item_1 { get { object obj = ResourceManager.GetObject("item_1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12709,7 +12711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_10 { + public static System.Drawing.Bitmap item_10 { get { object obj = ResourceManager.GetObject("item_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12719,7 +12721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_100 { + public static System.Drawing.Bitmap item_100 { get { object obj = ResourceManager.GetObject("item_100", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12729,7 +12731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_101 { + public static System.Drawing.Bitmap item_101 { get { object obj = ResourceManager.GetObject("item_101", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12739,7 +12741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_102 { + public static System.Drawing.Bitmap item_102 { get { object obj = ResourceManager.GetObject("item_102", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12749,7 +12751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_103 { + public static System.Drawing.Bitmap item_103 { get { object obj = ResourceManager.GetObject("item_103", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12759,7 +12761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_104 { + public static System.Drawing.Bitmap item_104 { get { object obj = ResourceManager.GetObject("item_104", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12769,7 +12771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_105 { + public static System.Drawing.Bitmap item_105 { get { object obj = ResourceManager.GetObject("item_105", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12779,7 +12781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_106 { + public static System.Drawing.Bitmap item_106 { get { object obj = ResourceManager.GetObject("item_106", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12789,7 +12791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_107 { + public static System.Drawing.Bitmap item_107 { get { object obj = ResourceManager.GetObject("item_107", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12799,7 +12801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_108 { + public static System.Drawing.Bitmap item_108 { get { object obj = ResourceManager.GetObject("item_108", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12809,7 +12811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_109 { + public static System.Drawing.Bitmap item_109 { get { object obj = ResourceManager.GetObject("item_109", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12819,7 +12821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_11 { + public static System.Drawing.Bitmap item_11 { get { object obj = ResourceManager.GetObject("item_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12829,7 +12831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_110 { + public static System.Drawing.Bitmap item_110 { get { object obj = ResourceManager.GetObject("item_110", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12839,7 +12841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_112 { + public static System.Drawing.Bitmap item_112 { get { object obj = ResourceManager.GetObject("item_112", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12849,7 +12851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_116 { + public static System.Drawing.Bitmap item_116 { get { object obj = ResourceManager.GetObject("item_116", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12859,7 +12861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_117 { + public static System.Drawing.Bitmap item_117 { get { object obj = ResourceManager.GetObject("item_117", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12869,7 +12871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_118 { + public static System.Drawing.Bitmap item_118 { get { object obj = ResourceManager.GetObject("item_118", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12879,7 +12881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_119 { + public static System.Drawing.Bitmap item_119 { get { object obj = ResourceManager.GetObject("item_119", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12889,7 +12891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_12 { + public static System.Drawing.Bitmap item_12 { get { object obj = ResourceManager.GetObject("item_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12899,7 +12901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_13 { + public static System.Drawing.Bitmap item_13 { get { object obj = ResourceManager.GetObject("item_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12909,7 +12911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_134 { + public static System.Drawing.Bitmap item_134 { get { object obj = ResourceManager.GetObject("item_134", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12919,7 +12921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_135 { + public static System.Drawing.Bitmap item_135 { get { object obj = ResourceManager.GetObject("item_135", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12929,7 +12931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_136 { + public static System.Drawing.Bitmap item_136 { get { object obj = ResourceManager.GetObject("item_136", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12939,7 +12941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_14 { + public static System.Drawing.Bitmap item_14 { get { object obj = ResourceManager.GetObject("item_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12949,7 +12951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_149 { + public static System.Drawing.Bitmap item_149 { get { object obj = ResourceManager.GetObject("item_149", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12959,7 +12961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_15 { + public static System.Drawing.Bitmap item_15 { get { object obj = ResourceManager.GetObject("item_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12969,7 +12971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_150 { + public static System.Drawing.Bitmap item_150 { get { object obj = ResourceManager.GetObject("item_150", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12979,7 +12981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_151 { + public static System.Drawing.Bitmap item_151 { get { object obj = ResourceManager.GetObject("item_151", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12989,7 +12991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_152 { + public static System.Drawing.Bitmap item_152 { get { object obj = ResourceManager.GetObject("item_152", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -12999,7 +13001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_153 { + public static System.Drawing.Bitmap item_153 { get { object obj = ResourceManager.GetObject("item_153", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13009,7 +13011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_154 { + public static System.Drawing.Bitmap item_154 { get { object obj = ResourceManager.GetObject("item_154", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13019,7 +13021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_155 { + public static System.Drawing.Bitmap item_155 { get { object obj = ResourceManager.GetObject("item_155", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13029,7 +13031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_156 { + public static System.Drawing.Bitmap item_156 { get { object obj = ResourceManager.GetObject("item_156", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13039,7 +13041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_157 { + public static System.Drawing.Bitmap item_157 { get { object obj = ResourceManager.GetObject("item_157", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13049,7 +13051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_158 { + public static System.Drawing.Bitmap item_158 { get { object obj = ResourceManager.GetObject("item_158", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13059,7 +13061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_159 { + public static System.Drawing.Bitmap item_159 { get { object obj = ResourceManager.GetObject("item_159", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13069,7 +13071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_16 { + public static System.Drawing.Bitmap item_16 { get { object obj = ResourceManager.GetObject("item_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13079,7 +13081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_160 { + public static System.Drawing.Bitmap item_160 { get { object obj = ResourceManager.GetObject("item_160", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13089,7 +13091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_161 { + public static System.Drawing.Bitmap item_161 { get { object obj = ResourceManager.GetObject("item_161", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13099,7 +13101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_162 { + public static System.Drawing.Bitmap item_162 { get { object obj = ResourceManager.GetObject("item_162", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13109,7 +13111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_163 { + public static System.Drawing.Bitmap item_163 { get { object obj = ResourceManager.GetObject("item_163", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13119,7 +13121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_164 { + public static System.Drawing.Bitmap item_164 { get { object obj = ResourceManager.GetObject("item_164", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13129,7 +13131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_165 { + public static System.Drawing.Bitmap item_165 { get { object obj = ResourceManager.GetObject("item_165", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13139,7 +13141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_166 { + public static System.Drawing.Bitmap item_166 { get { object obj = ResourceManager.GetObject("item_166", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13149,7 +13151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_167 { + public static System.Drawing.Bitmap item_167 { get { object obj = ResourceManager.GetObject("item_167", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13159,7 +13161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_168 { + public static System.Drawing.Bitmap item_168 { get { object obj = ResourceManager.GetObject("item_168", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13169,7 +13171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_169 { + public static System.Drawing.Bitmap item_169 { get { object obj = ResourceManager.GetObject("item_169", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13179,7 +13181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_17 { + public static System.Drawing.Bitmap item_17 { get { object obj = ResourceManager.GetObject("item_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13189,7 +13191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_170 { + public static System.Drawing.Bitmap item_170 { get { object obj = ResourceManager.GetObject("item_170", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13199,7 +13201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_171 { + public static System.Drawing.Bitmap item_171 { get { object obj = ResourceManager.GetObject("item_171", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13209,7 +13211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_172 { + public static System.Drawing.Bitmap item_172 { get { object obj = ResourceManager.GetObject("item_172", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13219,7 +13221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_173 { + public static System.Drawing.Bitmap item_173 { get { object obj = ResourceManager.GetObject("item_173", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13229,7 +13231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_174 { + public static System.Drawing.Bitmap item_174 { get { object obj = ResourceManager.GetObject("item_174", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13239,7 +13241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_175 { + public static System.Drawing.Bitmap item_175 { get { object obj = ResourceManager.GetObject("item_175", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13249,7 +13251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_176 { + public static System.Drawing.Bitmap item_176 { get { object obj = ResourceManager.GetObject("item_176", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13259,7 +13261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_177 { + public static System.Drawing.Bitmap item_177 { get { object obj = ResourceManager.GetObject("item_177", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13269,7 +13271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_178 { + public static System.Drawing.Bitmap item_178 { get { object obj = ResourceManager.GetObject("item_178", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13279,7 +13281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_179 { + public static System.Drawing.Bitmap item_179 { get { object obj = ResourceManager.GetObject("item_179", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13289,7 +13291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_18 { + public static System.Drawing.Bitmap item_18 { get { object obj = ResourceManager.GetObject("item_18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13299,7 +13301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_180 { + public static System.Drawing.Bitmap item_180 { get { object obj = ResourceManager.GetObject("item_180", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13309,7 +13311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_181 { + public static System.Drawing.Bitmap item_181 { get { object obj = ResourceManager.GetObject("item_181", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13319,7 +13321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_182 { + public static System.Drawing.Bitmap item_182 { get { object obj = ResourceManager.GetObject("item_182", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13329,7 +13331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_183 { + public static System.Drawing.Bitmap item_183 { get { object obj = ResourceManager.GetObject("item_183", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13339,7 +13341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_184 { + public static System.Drawing.Bitmap item_184 { get { object obj = ResourceManager.GetObject("item_184", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13349,7 +13351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_185 { + public static System.Drawing.Bitmap item_185 { get { object obj = ResourceManager.GetObject("item_185", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13359,7 +13361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_186 { + public static System.Drawing.Bitmap item_186 { get { object obj = ResourceManager.GetObject("item_186", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13369,7 +13371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_187 { + public static System.Drawing.Bitmap item_187 { get { object obj = ResourceManager.GetObject("item_187", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13379,7 +13381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_188 { + public static System.Drawing.Bitmap item_188 { get { object obj = ResourceManager.GetObject("item_188", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13389,7 +13391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_189 { + public static System.Drawing.Bitmap item_189 { get { object obj = ResourceManager.GetObject("item_189", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13399,7 +13401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_19 { + public static System.Drawing.Bitmap item_19 { get { object obj = ResourceManager.GetObject("item_19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13409,7 +13411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_190 { + public static System.Drawing.Bitmap item_190 { get { object obj = ResourceManager.GetObject("item_190", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13419,7 +13421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_191 { + public static System.Drawing.Bitmap item_191 { get { object obj = ResourceManager.GetObject("item_191", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13429,7 +13431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_192 { + public static System.Drawing.Bitmap item_192 { get { object obj = ResourceManager.GetObject("item_192", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13439,7 +13441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_193 { + public static System.Drawing.Bitmap item_193 { get { object obj = ResourceManager.GetObject("item_193", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13449,7 +13451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_194 { + public static System.Drawing.Bitmap item_194 { get { object obj = ResourceManager.GetObject("item_194", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13459,7 +13461,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_195 { + public static System.Drawing.Bitmap item_195 { get { object obj = ResourceManager.GetObject("item_195", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13469,7 +13471,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_196 { + public static System.Drawing.Bitmap item_196 { get { object obj = ResourceManager.GetObject("item_196", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13479,7 +13481,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_197 { + public static System.Drawing.Bitmap item_197 { get { object obj = ResourceManager.GetObject("item_197", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13489,7 +13491,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_198 { + public static System.Drawing.Bitmap item_198 { get { object obj = ResourceManager.GetObject("item_198", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13499,7 +13501,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_199 { + public static System.Drawing.Bitmap item_199 { get { object obj = ResourceManager.GetObject("item_199", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13509,7 +13511,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_2 { + public static System.Drawing.Bitmap item_2 { get { object obj = ResourceManager.GetObject("item_2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13519,7 +13521,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_20 { + public static System.Drawing.Bitmap item_20 { get { object obj = ResourceManager.GetObject("item_20", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13529,7 +13531,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_200 { + public static System.Drawing.Bitmap item_200 { get { object obj = ResourceManager.GetObject("item_200", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13539,7 +13541,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_201 { + public static System.Drawing.Bitmap item_201 { get { object obj = ResourceManager.GetObject("item_201", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13549,7 +13551,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_202 { + public static System.Drawing.Bitmap item_202 { get { object obj = ResourceManager.GetObject("item_202", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13559,7 +13561,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_203 { + public static System.Drawing.Bitmap item_203 { get { object obj = ResourceManager.GetObject("item_203", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13569,7 +13571,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_204 { + public static System.Drawing.Bitmap item_204 { get { object obj = ResourceManager.GetObject("item_204", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13579,7 +13581,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_205 { + public static System.Drawing.Bitmap item_205 { get { object obj = ResourceManager.GetObject("item_205", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13589,7 +13591,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_206 { + public static System.Drawing.Bitmap item_206 { get { object obj = ResourceManager.GetObject("item_206", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13599,7 +13601,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_207 { + public static System.Drawing.Bitmap item_207 { get { object obj = ResourceManager.GetObject("item_207", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13609,7 +13611,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_208 { + public static System.Drawing.Bitmap item_208 { get { object obj = ResourceManager.GetObject("item_208", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13619,7 +13621,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_209 { + public static System.Drawing.Bitmap item_209 { get { object obj = ResourceManager.GetObject("item_209", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13629,7 +13631,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_21 { + public static System.Drawing.Bitmap item_21 { get { object obj = ResourceManager.GetObject("item_21", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13639,7 +13641,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_210 { + public static System.Drawing.Bitmap item_210 { get { object obj = ResourceManager.GetObject("item_210", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13649,7 +13651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_211 { + public static System.Drawing.Bitmap item_211 { get { object obj = ResourceManager.GetObject("item_211", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13659,7 +13661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_212 { + public static System.Drawing.Bitmap item_212 { get { object obj = ResourceManager.GetObject("item_212", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13669,7 +13671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_213 { + public static System.Drawing.Bitmap item_213 { get { object obj = ResourceManager.GetObject("item_213", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13679,7 +13681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_214 { + public static System.Drawing.Bitmap item_214 { get { object obj = ResourceManager.GetObject("item_214", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13689,7 +13691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_215 { + public static System.Drawing.Bitmap item_215 { get { object obj = ResourceManager.GetObject("item_215", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13699,7 +13701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_217 { + public static System.Drawing.Bitmap item_217 { get { object obj = ResourceManager.GetObject("item_217", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13709,7 +13711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_218 { + public static System.Drawing.Bitmap item_218 { get { object obj = ResourceManager.GetObject("item_218", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13719,7 +13721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_219 { + public static System.Drawing.Bitmap item_219 { get { object obj = ResourceManager.GetObject("item_219", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13729,7 +13731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_22 { + public static System.Drawing.Bitmap item_22 { get { object obj = ResourceManager.GetObject("item_22", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13739,7 +13741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_220 { + public static System.Drawing.Bitmap item_220 { get { object obj = ResourceManager.GetObject("item_220", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13749,7 +13751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_221 { + public static System.Drawing.Bitmap item_221 { get { object obj = ResourceManager.GetObject("item_221", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13759,7 +13761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_222 { + public static System.Drawing.Bitmap item_222 { get { object obj = ResourceManager.GetObject("item_222", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13769,7 +13771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_223 { + public static System.Drawing.Bitmap item_223 { get { object obj = ResourceManager.GetObject("item_223", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13779,7 +13781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_224 { + public static System.Drawing.Bitmap item_224 { get { object obj = ResourceManager.GetObject("item_224", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13789,7 +13791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_225 { + public static System.Drawing.Bitmap item_225 { get { object obj = ResourceManager.GetObject("item_225", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13799,7 +13801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_226 { + public static System.Drawing.Bitmap item_226 { get { object obj = ResourceManager.GetObject("item_226", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13809,7 +13811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_227 { + public static System.Drawing.Bitmap item_227 { get { object obj = ResourceManager.GetObject("item_227", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13819,7 +13821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_228 { + public static System.Drawing.Bitmap item_228 { get { object obj = ResourceManager.GetObject("item_228", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13829,7 +13831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_229 { + public static System.Drawing.Bitmap item_229 { get { object obj = ResourceManager.GetObject("item_229", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13839,7 +13841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_23 { + public static System.Drawing.Bitmap item_23 { get { object obj = ResourceManager.GetObject("item_23", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13849,7 +13851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_230 { + public static System.Drawing.Bitmap item_230 { get { object obj = ResourceManager.GetObject("item_230", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13859,7 +13861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_231 { + public static System.Drawing.Bitmap item_231 { get { object obj = ResourceManager.GetObject("item_231", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13869,7 +13871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_232 { + public static System.Drawing.Bitmap item_232 { get { object obj = ResourceManager.GetObject("item_232", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13879,7 +13881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_233 { + public static System.Drawing.Bitmap item_233 { get { object obj = ResourceManager.GetObject("item_233", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13889,7 +13891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_234 { + public static System.Drawing.Bitmap item_234 { get { object obj = ResourceManager.GetObject("item_234", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13899,7 +13901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_235 { + public static System.Drawing.Bitmap item_235 { get { object obj = ResourceManager.GetObject("item_235", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13909,7 +13911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_236 { + public static System.Drawing.Bitmap item_236 { get { object obj = ResourceManager.GetObject("item_236", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13919,7 +13921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_237 { + public static System.Drawing.Bitmap item_237 { get { object obj = ResourceManager.GetObject("item_237", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13929,7 +13931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_238 { + public static System.Drawing.Bitmap item_238 { get { object obj = ResourceManager.GetObject("item_238", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13939,7 +13941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_239 { + public static System.Drawing.Bitmap item_239 { get { object obj = ResourceManager.GetObject("item_239", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13949,7 +13951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_24 { + public static System.Drawing.Bitmap item_24 { get { object obj = ResourceManager.GetObject("item_24", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13959,7 +13961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_240 { + public static System.Drawing.Bitmap item_240 { get { object obj = ResourceManager.GetObject("item_240", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13969,7 +13971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_241 { + public static System.Drawing.Bitmap item_241 { get { object obj = ResourceManager.GetObject("item_241", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13979,7 +13981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_242 { + public static System.Drawing.Bitmap item_242 { get { object obj = ResourceManager.GetObject("item_242", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13989,7 +13991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_243 { + public static System.Drawing.Bitmap item_243 { get { object obj = ResourceManager.GetObject("item_243", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -13999,7 +14001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_244 { + public static System.Drawing.Bitmap item_244 { get { object obj = ResourceManager.GetObject("item_244", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14009,7 +14011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_245 { + public static System.Drawing.Bitmap item_245 { get { object obj = ResourceManager.GetObject("item_245", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14019,7 +14021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_246 { + public static System.Drawing.Bitmap item_246 { get { object obj = ResourceManager.GetObject("item_246", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14029,7 +14031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_247 { + public static System.Drawing.Bitmap item_247 { get { object obj = ResourceManager.GetObject("item_247", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14039,7 +14041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_248 { + public static System.Drawing.Bitmap item_248 { get { object obj = ResourceManager.GetObject("item_248", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14049,7 +14051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_249 { + public static System.Drawing.Bitmap item_249 { get { object obj = ResourceManager.GetObject("item_249", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14059,7 +14061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_25 { + public static System.Drawing.Bitmap item_25 { get { object obj = ResourceManager.GetObject("item_25", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14069,7 +14071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_250 { + public static System.Drawing.Bitmap item_250 { get { object obj = ResourceManager.GetObject("item_250", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14079,7 +14081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_251 { + public static System.Drawing.Bitmap item_251 { get { object obj = ResourceManager.GetObject("item_251", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14089,7 +14091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_252 { + public static System.Drawing.Bitmap item_252 { get { object obj = ResourceManager.GetObject("item_252", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14099,7 +14101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_253 { + public static System.Drawing.Bitmap item_253 { get { object obj = ResourceManager.GetObject("item_253", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14109,7 +14111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_254 { + public static System.Drawing.Bitmap item_254 { get { object obj = ResourceManager.GetObject("item_254", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14119,7 +14121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_255 { + public static System.Drawing.Bitmap item_255 { get { object obj = ResourceManager.GetObject("item_255", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14129,7 +14131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_256 { + public static System.Drawing.Bitmap item_256 { get { object obj = ResourceManager.GetObject("item_256", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14139,7 +14141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_257 { + public static System.Drawing.Bitmap item_257 { get { object obj = ResourceManager.GetObject("item_257", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14149,7 +14151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_258 { + public static System.Drawing.Bitmap item_258 { get { object obj = ResourceManager.GetObject("item_258", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14159,7 +14161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_259 { + public static System.Drawing.Bitmap item_259 { get { object obj = ResourceManager.GetObject("item_259", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14169,7 +14171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_26 { + public static System.Drawing.Bitmap item_26 { get { object obj = ResourceManager.GetObject("item_26", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14179,7 +14181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_260 { + public static System.Drawing.Bitmap item_260 { get { object obj = ResourceManager.GetObject("item_260", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14189,7 +14191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_261 { + public static System.Drawing.Bitmap item_261 { get { object obj = ResourceManager.GetObject("item_261", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14199,7 +14201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_262 { + public static System.Drawing.Bitmap item_262 { get { object obj = ResourceManager.GetObject("item_262", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14209,7 +14211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_263 { + public static System.Drawing.Bitmap item_263 { get { object obj = ResourceManager.GetObject("item_263", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14219,7 +14221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_264 { + public static System.Drawing.Bitmap item_264 { get { object obj = ResourceManager.GetObject("item_264", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14229,7 +14231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_265 { + public static System.Drawing.Bitmap item_265 { get { object obj = ResourceManager.GetObject("item_265", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14239,7 +14241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_266 { + public static System.Drawing.Bitmap item_266 { get { object obj = ResourceManager.GetObject("item_266", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14249,7 +14251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_267 { + public static System.Drawing.Bitmap item_267 { get { object obj = ResourceManager.GetObject("item_267", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14259,7 +14261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_268 { + public static System.Drawing.Bitmap item_268 { get { object obj = ResourceManager.GetObject("item_268", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14269,7 +14271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_269 { + public static System.Drawing.Bitmap item_269 { get { object obj = ResourceManager.GetObject("item_269", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14279,7 +14281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_27 { + public static System.Drawing.Bitmap item_27 { get { object obj = ResourceManager.GetObject("item_27", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14289,7 +14291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_270 { + public static System.Drawing.Bitmap item_270 { get { object obj = ResourceManager.GetObject("item_270", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14299,7 +14301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_271 { + public static System.Drawing.Bitmap item_271 { get { object obj = ResourceManager.GetObject("item_271", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14309,7 +14311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_272 { + public static System.Drawing.Bitmap item_272 { get { object obj = ResourceManager.GetObject("item_272", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14319,7 +14321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_273 { + public static System.Drawing.Bitmap item_273 { get { object obj = ResourceManager.GetObject("item_273", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14329,7 +14331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_274 { + public static System.Drawing.Bitmap item_274 { get { object obj = ResourceManager.GetObject("item_274", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14339,7 +14341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_275 { + public static System.Drawing.Bitmap item_275 { get { object obj = ResourceManager.GetObject("item_275", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14349,7 +14351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_276 { + public static System.Drawing.Bitmap item_276 { get { object obj = ResourceManager.GetObject("item_276", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14359,7 +14361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_277 { + public static System.Drawing.Bitmap item_277 { get { object obj = ResourceManager.GetObject("item_277", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14369,7 +14371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_278 { + public static System.Drawing.Bitmap item_278 { get { object obj = ResourceManager.GetObject("item_278", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14379,7 +14381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_279 { + public static System.Drawing.Bitmap item_279 { get { object obj = ResourceManager.GetObject("item_279", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14389,7 +14391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_28 { + public static System.Drawing.Bitmap item_28 { get { object obj = ResourceManager.GetObject("item_28", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14399,7 +14401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_280 { + public static System.Drawing.Bitmap item_280 { get { object obj = ResourceManager.GetObject("item_280", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14409,7 +14411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_281 { + public static System.Drawing.Bitmap item_281 { get { object obj = ResourceManager.GetObject("item_281", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14419,7 +14421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_282 { + public static System.Drawing.Bitmap item_282 { get { object obj = ResourceManager.GetObject("item_282", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14429,7 +14431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_283 { + public static System.Drawing.Bitmap item_283 { get { object obj = ResourceManager.GetObject("item_283", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14439,7 +14441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_284 { + public static System.Drawing.Bitmap item_284 { get { object obj = ResourceManager.GetObject("item_284", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14449,7 +14451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_285 { + public static System.Drawing.Bitmap item_285 { get { object obj = ResourceManager.GetObject("item_285", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14459,7 +14461,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_286 { + public static System.Drawing.Bitmap item_286 { get { object obj = ResourceManager.GetObject("item_286", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14469,7 +14471,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_287 { + public static System.Drawing.Bitmap item_287 { get { object obj = ResourceManager.GetObject("item_287", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14479,7 +14481,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_288 { + public static System.Drawing.Bitmap item_288 { get { object obj = ResourceManager.GetObject("item_288", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14489,7 +14491,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_289 { + public static System.Drawing.Bitmap item_289 { get { object obj = ResourceManager.GetObject("item_289", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14499,7 +14501,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_29 { + public static System.Drawing.Bitmap item_29 { get { object obj = ResourceManager.GetObject("item_29", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14509,7 +14511,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_290 { + public static System.Drawing.Bitmap item_290 { get { object obj = ResourceManager.GetObject("item_290", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14519,7 +14521,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_291 { + public static System.Drawing.Bitmap item_291 { get { object obj = ResourceManager.GetObject("item_291", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14529,7 +14531,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_292 { + public static System.Drawing.Bitmap item_292 { get { object obj = ResourceManager.GetObject("item_292", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14539,7 +14541,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_293 { + public static System.Drawing.Bitmap item_293 { get { object obj = ResourceManager.GetObject("item_293", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14549,7 +14551,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_294 { + public static System.Drawing.Bitmap item_294 { get { object obj = ResourceManager.GetObject("item_294", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14559,7 +14561,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_295 { + public static System.Drawing.Bitmap item_295 { get { object obj = ResourceManager.GetObject("item_295", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14569,7 +14571,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_296 { + public static System.Drawing.Bitmap item_296 { get { object obj = ResourceManager.GetObject("item_296", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14579,7 +14581,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_297 { + public static System.Drawing.Bitmap item_297 { get { object obj = ResourceManager.GetObject("item_297", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14589,7 +14591,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_298 { + public static System.Drawing.Bitmap item_298 { get { object obj = ResourceManager.GetObject("item_298", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14599,7 +14601,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_299 { + public static System.Drawing.Bitmap item_299 { get { object obj = ResourceManager.GetObject("item_299", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14609,7 +14611,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_3 { + public static System.Drawing.Bitmap item_3 { get { object obj = ResourceManager.GetObject("item_3", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14619,7 +14621,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_30 { + public static System.Drawing.Bitmap item_30 { get { object obj = ResourceManager.GetObject("item_30", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14629,7 +14631,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_300 { + public static System.Drawing.Bitmap item_300 { get { object obj = ResourceManager.GetObject("item_300", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14639,7 +14641,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_301 { + public static System.Drawing.Bitmap item_301 { get { object obj = ResourceManager.GetObject("item_301", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14649,7 +14651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_302 { + public static System.Drawing.Bitmap item_302 { get { object obj = ResourceManager.GetObject("item_302", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14659,7 +14661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_303 { + public static System.Drawing.Bitmap item_303 { get { object obj = ResourceManager.GetObject("item_303", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14669,7 +14671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_304 { + public static System.Drawing.Bitmap item_304 { get { object obj = ResourceManager.GetObject("item_304", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14679,7 +14681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_305 { + public static System.Drawing.Bitmap item_305 { get { object obj = ResourceManager.GetObject("item_305", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14689,7 +14691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_306 { + public static System.Drawing.Bitmap item_306 { get { object obj = ResourceManager.GetObject("item_306", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14699,7 +14701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_307 { + public static System.Drawing.Bitmap item_307 { get { object obj = ResourceManager.GetObject("item_307", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14709,7 +14711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_308 { + public static System.Drawing.Bitmap item_308 { get { object obj = ResourceManager.GetObject("item_308", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14719,7 +14721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_309 { + public static System.Drawing.Bitmap item_309 { get { object obj = ResourceManager.GetObject("item_309", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14729,7 +14731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_31 { + public static System.Drawing.Bitmap item_31 { get { object obj = ResourceManager.GetObject("item_31", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14739,7 +14741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_310 { + public static System.Drawing.Bitmap item_310 { get { object obj = ResourceManager.GetObject("item_310", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14749,7 +14751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_311 { + public static System.Drawing.Bitmap item_311 { get { object obj = ResourceManager.GetObject("item_311", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14759,7 +14761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_312 { + public static System.Drawing.Bitmap item_312 { get { object obj = ResourceManager.GetObject("item_312", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14769,7 +14771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_313 { + public static System.Drawing.Bitmap item_313 { get { object obj = ResourceManager.GetObject("item_313", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14779,7 +14781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_314 { + public static System.Drawing.Bitmap item_314 { get { object obj = ResourceManager.GetObject("item_314", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14789,7 +14791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_315 { + public static System.Drawing.Bitmap item_315 { get { object obj = ResourceManager.GetObject("item_315", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14799,7 +14801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_316 { + public static System.Drawing.Bitmap item_316 { get { object obj = ResourceManager.GetObject("item_316", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14809,7 +14811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_317 { + public static System.Drawing.Bitmap item_317 { get { object obj = ResourceManager.GetObject("item_317", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14819,7 +14821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_318 { + public static System.Drawing.Bitmap item_318 { get { object obj = ResourceManager.GetObject("item_318", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14829,7 +14831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_319 { + public static System.Drawing.Bitmap item_319 { get { object obj = ResourceManager.GetObject("item_319", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14839,7 +14841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_32 { + public static System.Drawing.Bitmap item_32 { get { object obj = ResourceManager.GetObject("item_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14849,7 +14851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_320 { + public static System.Drawing.Bitmap item_320 { get { object obj = ResourceManager.GetObject("item_320", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14859,7 +14861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_321 { + public static System.Drawing.Bitmap item_321 { get { object obj = ResourceManager.GetObject("item_321", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14869,7 +14871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_322 { + public static System.Drawing.Bitmap item_322 { get { object obj = ResourceManager.GetObject("item_322", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14879,7 +14881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_323 { + public static System.Drawing.Bitmap item_323 { get { object obj = ResourceManager.GetObject("item_323", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14889,7 +14891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_324 { + public static System.Drawing.Bitmap item_324 { get { object obj = ResourceManager.GetObject("item_324", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14899,7 +14901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_325 { + public static System.Drawing.Bitmap item_325 { get { object obj = ResourceManager.GetObject("item_325", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14909,7 +14911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_326 { + public static System.Drawing.Bitmap item_326 { get { object obj = ResourceManager.GetObject("item_326", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14919,7 +14921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_327 { + public static System.Drawing.Bitmap item_327 { get { object obj = ResourceManager.GetObject("item_327", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14929,7 +14931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_33 { + public static System.Drawing.Bitmap item_33 { get { object obj = ResourceManager.GetObject("item_33", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14939,7 +14941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_34 { + public static System.Drawing.Bitmap item_34 { get { object obj = ResourceManager.GetObject("item_34", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14949,7 +14951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_35 { + public static System.Drawing.Bitmap item_35 { get { object obj = ResourceManager.GetObject("item_35", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14959,7 +14961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_36 { + public static System.Drawing.Bitmap item_36 { get { object obj = ResourceManager.GetObject("item_36", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14969,7 +14971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_37 { + public static System.Drawing.Bitmap item_37 { get { object obj = ResourceManager.GetObject("item_37", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14979,7 +14981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_38 { + public static System.Drawing.Bitmap item_38 { get { object obj = ResourceManager.GetObject("item_38", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14989,7 +14991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_39 { + public static System.Drawing.Bitmap item_39 { get { object obj = ResourceManager.GetObject("item_39", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -14999,7 +15001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_4 { + public static System.Drawing.Bitmap item_4 { get { object obj = ResourceManager.GetObject("item_4", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15009,7 +15011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_40 { + public static System.Drawing.Bitmap item_40 { get { object obj = ResourceManager.GetObject("item_40", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15019,7 +15021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_41 { + public static System.Drawing.Bitmap item_41 { get { object obj = ResourceManager.GetObject("item_41", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15029,7 +15031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_42 { + public static System.Drawing.Bitmap item_42 { get { object obj = ResourceManager.GetObject("item_42", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15039,7 +15041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_43 { + public static System.Drawing.Bitmap item_43 { get { object obj = ResourceManager.GetObject("item_43", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15049,7 +15051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_44 { + public static System.Drawing.Bitmap item_44 { get { object obj = ResourceManager.GetObject("item_44", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15059,7 +15061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_45 { + public static System.Drawing.Bitmap item_45 { get { object obj = ResourceManager.GetObject("item_45", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15069,7 +15071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_46 { + public static System.Drawing.Bitmap item_46 { get { object obj = ResourceManager.GetObject("item_46", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15079,7 +15081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_47 { + public static System.Drawing.Bitmap item_47 { get { object obj = ResourceManager.GetObject("item_47", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15089,7 +15091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_48 { + public static System.Drawing.Bitmap item_48 { get { object obj = ResourceManager.GetObject("item_48", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15099,7 +15101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_49 { + public static System.Drawing.Bitmap item_49 { get { object obj = ResourceManager.GetObject("item_49", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15109,7 +15111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_5 { + public static System.Drawing.Bitmap item_5 { get { object obj = ResourceManager.GetObject("item_5", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15119,7 +15121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_50 { + public static System.Drawing.Bitmap item_50 { get { object obj = ResourceManager.GetObject("item_50", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15129,7 +15131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_504 { + public static System.Drawing.Bitmap item_504 { get { object obj = ResourceManager.GetObject("item_504", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15139,7 +15141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_51 { + public static System.Drawing.Bitmap item_51 { get { object obj = ResourceManager.GetObject("item_51", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15149,7 +15151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_52 { + public static System.Drawing.Bitmap item_52 { get { object obj = ResourceManager.GetObject("item_52", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15159,7 +15161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_53 { + public static System.Drawing.Bitmap item_53 { get { object obj = ResourceManager.GetObject("item_53", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15169,7 +15171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_534 { + public static System.Drawing.Bitmap item_534 { get { object obj = ResourceManager.GetObject("item_534", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15179,7 +15181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_535 { + public static System.Drawing.Bitmap item_535 { get { object obj = ResourceManager.GetObject("item_535", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15189,7 +15191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_537 { + public static System.Drawing.Bitmap item_537 { get { object obj = ResourceManager.GetObject("item_537", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15199,7 +15201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_538 { + public static System.Drawing.Bitmap item_538 { get { object obj = ResourceManager.GetObject("item_538", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15209,7 +15211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_539 { + public static System.Drawing.Bitmap item_539 { get { object obj = ResourceManager.GetObject("item_539", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15219,7 +15221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_54 { + public static System.Drawing.Bitmap item_54 { get { object obj = ResourceManager.GetObject("item_54", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15229,7 +15231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_540 { + public static System.Drawing.Bitmap item_540 { get { object obj = ResourceManager.GetObject("item_540", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15239,7 +15241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_541 { + public static System.Drawing.Bitmap item_541 { get { object obj = ResourceManager.GetObject("item_541", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15249,7 +15251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_542 { + public static System.Drawing.Bitmap item_542 { get { object obj = ResourceManager.GetObject("item_542", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15259,7 +15261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_543 { + public static System.Drawing.Bitmap item_543 { get { object obj = ResourceManager.GetObject("item_543", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15269,7 +15271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_544 { + public static System.Drawing.Bitmap item_544 { get { object obj = ResourceManager.GetObject("item_544", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15279,7 +15281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_545 { + public static System.Drawing.Bitmap item_545 { get { object obj = ResourceManager.GetObject("item_545", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15289,7 +15291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_546 { + public static System.Drawing.Bitmap item_546 { get { object obj = ResourceManager.GetObject("item_546", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15299,7 +15301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_547 { + public static System.Drawing.Bitmap item_547 { get { object obj = ResourceManager.GetObject("item_547", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15309,7 +15311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_548 { + public static System.Drawing.Bitmap item_548 { get { object obj = ResourceManager.GetObject("item_548", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15319,7 +15321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_549 { + public static System.Drawing.Bitmap item_549 { get { object obj = ResourceManager.GetObject("item_549", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15329,7 +15331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_55 { + public static System.Drawing.Bitmap item_55 { get { object obj = ResourceManager.GetObject("item_55", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15339,7 +15341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_550 { + public static System.Drawing.Bitmap item_550 { get { object obj = ResourceManager.GetObject("item_550", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15349,7 +15351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_551 { + public static System.Drawing.Bitmap item_551 { get { object obj = ResourceManager.GetObject("item_551", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15359,7 +15361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_552 { + public static System.Drawing.Bitmap item_552 { get { object obj = ResourceManager.GetObject("item_552", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15369,7 +15371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_553 { + public static System.Drawing.Bitmap item_553 { get { object obj = ResourceManager.GetObject("item_553", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15379,7 +15381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_554 { + public static System.Drawing.Bitmap item_554 { get { object obj = ResourceManager.GetObject("item_554", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15389,7 +15391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_555 { + public static System.Drawing.Bitmap item_555 { get { object obj = ResourceManager.GetObject("item_555", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15399,7 +15401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_556 { + public static System.Drawing.Bitmap item_556 { get { object obj = ResourceManager.GetObject("item_556", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15409,7 +15411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_557 { + public static System.Drawing.Bitmap item_557 { get { object obj = ResourceManager.GetObject("item_557", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15419,7 +15421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_558 { + public static System.Drawing.Bitmap item_558 { get { object obj = ResourceManager.GetObject("item_558", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15429,7 +15431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_559 { + public static System.Drawing.Bitmap item_559 { get { object obj = ResourceManager.GetObject("item_559", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15439,7 +15441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_56 { + public static System.Drawing.Bitmap item_56 { get { object obj = ResourceManager.GetObject("item_56", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15449,7 +15451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_560 { + public static System.Drawing.Bitmap item_560 { get { object obj = ResourceManager.GetObject("item_560", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15459,7 +15461,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_561 { + public static System.Drawing.Bitmap item_561 { get { object obj = ResourceManager.GetObject("item_561", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15469,7 +15471,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_562 { + public static System.Drawing.Bitmap item_562 { get { object obj = ResourceManager.GetObject("item_562", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15479,7 +15481,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_563 { + public static System.Drawing.Bitmap item_563 { get { object obj = ResourceManager.GetObject("item_563", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15489,7 +15491,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_564 { + public static System.Drawing.Bitmap item_564 { get { object obj = ResourceManager.GetObject("item_564", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15499,7 +15501,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_57 { + public static System.Drawing.Bitmap item_57 { get { object obj = ResourceManager.GetObject("item_57", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15509,7 +15511,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_571 { + public static System.Drawing.Bitmap item_571 { get { object obj = ResourceManager.GetObject("item_571", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15519,7 +15521,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_572 { + public static System.Drawing.Bitmap item_572 { get { object obj = ResourceManager.GetObject("item_572", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15529,7 +15531,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_573 { + public static System.Drawing.Bitmap item_573 { get { object obj = ResourceManager.GetObject("item_573", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15539,7 +15541,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_577 { + public static System.Drawing.Bitmap item_577 { get { object obj = ResourceManager.GetObject("item_577", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15549,7 +15551,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_58 { + public static System.Drawing.Bitmap item_58 { get { object obj = ResourceManager.GetObject("item_58", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15559,7 +15561,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_580 { + public static System.Drawing.Bitmap item_580 { get { object obj = ResourceManager.GetObject("item_580", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15569,7 +15571,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_581 { + public static System.Drawing.Bitmap item_581 { get { object obj = ResourceManager.GetObject("item_581", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15579,7 +15581,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_582 { + public static System.Drawing.Bitmap item_582 { get { object obj = ResourceManager.GetObject("item_582", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15589,7 +15591,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_583 { + public static System.Drawing.Bitmap item_583 { get { object obj = ResourceManager.GetObject("item_583", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15599,7 +15601,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_584 { + public static System.Drawing.Bitmap item_584 { get { object obj = ResourceManager.GetObject("item_584", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15609,7 +15611,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_585 { + public static System.Drawing.Bitmap item_585 { get { object obj = ResourceManager.GetObject("item_585", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15619,7 +15621,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_586 { + public static System.Drawing.Bitmap item_586 { get { object obj = ResourceManager.GetObject("item_586", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15629,7 +15631,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_587 { + public static System.Drawing.Bitmap item_587 { get { object obj = ResourceManager.GetObject("item_587", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15639,7 +15641,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_588 { + public static System.Drawing.Bitmap item_588 { get { object obj = ResourceManager.GetObject("item_588", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15649,7 +15651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_589 { + public static System.Drawing.Bitmap item_589 { get { object obj = ResourceManager.GetObject("item_589", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15659,7 +15661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_59 { + public static System.Drawing.Bitmap item_59 { get { object obj = ResourceManager.GetObject("item_59", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15669,7 +15671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_590 { + public static System.Drawing.Bitmap item_590 { get { object obj = ResourceManager.GetObject("item_590", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15679,7 +15681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_591 { + public static System.Drawing.Bitmap item_591 { get { object obj = ResourceManager.GetObject("item_591", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15689,7 +15691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_6 { + public static System.Drawing.Bitmap item_6 { get { object obj = ResourceManager.GetObject("item_6", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15699,7 +15701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_60 { + public static System.Drawing.Bitmap item_60 { get { object obj = ResourceManager.GetObject("item_60", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15709,7 +15711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_61 { + public static System.Drawing.Bitmap item_61 { get { object obj = ResourceManager.GetObject("item_61", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15719,7 +15721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_62 { + public static System.Drawing.Bitmap item_62 { get { object obj = ResourceManager.GetObject("item_62", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15729,7 +15731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_63 { + public static System.Drawing.Bitmap item_63 { get { object obj = ResourceManager.GetObject("item_63", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15739,7 +15741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_639 { + public static System.Drawing.Bitmap item_639 { get { object obj = ResourceManager.GetObject("item_639", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15749,7 +15751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_64 { + public static System.Drawing.Bitmap item_64 { get { object obj = ResourceManager.GetObject("item_64", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15759,7 +15761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_640 { + public static System.Drawing.Bitmap item_640 { get { object obj = ResourceManager.GetObject("item_640", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15769,7 +15771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_644 { + public static System.Drawing.Bitmap item_644 { get { object obj = ResourceManager.GetObject("item_644", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15779,7 +15781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_645 { + public static System.Drawing.Bitmap item_645 { get { object obj = ResourceManager.GetObject("item_645", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15789,7 +15791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_646 { + public static System.Drawing.Bitmap item_646 { get { object obj = ResourceManager.GetObject("item_646", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15799,7 +15801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_647 { + public static System.Drawing.Bitmap item_647 { get { object obj = ResourceManager.GetObject("item_647", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15809,7 +15811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_648 { + public static System.Drawing.Bitmap item_648 { get { object obj = ResourceManager.GetObject("item_648", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15819,7 +15821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_649 { + public static System.Drawing.Bitmap item_649 { get { object obj = ResourceManager.GetObject("item_649", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15829,7 +15831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_65 { + public static System.Drawing.Bitmap item_65 { get { object obj = ResourceManager.GetObject("item_65", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15839,7 +15841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_650 { + public static System.Drawing.Bitmap item_650 { get { object obj = ResourceManager.GetObject("item_650", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15849,7 +15851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_652 { + public static System.Drawing.Bitmap item_652 { get { object obj = ResourceManager.GetObject("item_652", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15859,7 +15861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_653 { + public static System.Drawing.Bitmap item_653 { get { object obj = ResourceManager.GetObject("item_653", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15869,7 +15871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_654 { + public static System.Drawing.Bitmap item_654 { get { object obj = ResourceManager.GetObject("item_654", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15879,7 +15881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_655 { + public static System.Drawing.Bitmap item_655 { get { object obj = ResourceManager.GetObject("item_655", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15889,7 +15891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_656 { + public static System.Drawing.Bitmap item_656 { get { object obj = ResourceManager.GetObject("item_656", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15899,7 +15901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_657 { + public static System.Drawing.Bitmap item_657 { get { object obj = ResourceManager.GetObject("item_657", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15909,7 +15911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_658 { + public static System.Drawing.Bitmap item_658 { get { object obj = ResourceManager.GetObject("item_658", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15919,7 +15921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_659 { + public static System.Drawing.Bitmap item_659 { get { object obj = ResourceManager.GetObject("item_659", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15929,7 +15931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_66 { + public static System.Drawing.Bitmap item_66 { get { object obj = ResourceManager.GetObject("item_66", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15939,7 +15941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_660 { + public static System.Drawing.Bitmap item_660 { get { object obj = ResourceManager.GetObject("item_660", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15949,7 +15951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_661 { + public static System.Drawing.Bitmap item_661 { get { object obj = ResourceManager.GetObject("item_661", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15959,7 +15961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_662 { + public static System.Drawing.Bitmap item_662 { get { object obj = ResourceManager.GetObject("item_662", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15969,7 +15971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_663 { + public static System.Drawing.Bitmap item_663 { get { object obj = ResourceManager.GetObject("item_663", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15979,7 +15981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_664 { + public static System.Drawing.Bitmap item_664 { get { object obj = ResourceManager.GetObject("item_664", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15989,7 +15991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_665 { + public static System.Drawing.Bitmap item_665 { get { object obj = ResourceManager.GetObject("item_665", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -15999,7 +16001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_666 { + public static System.Drawing.Bitmap item_666 { get { object obj = ResourceManager.GetObject("item_666", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16009,7 +16011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_667 { + public static System.Drawing.Bitmap item_667 { get { object obj = ResourceManager.GetObject("item_667", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16019,7 +16021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_668 { + public static System.Drawing.Bitmap item_668 { get { object obj = ResourceManager.GetObject("item_668", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16029,7 +16031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_669 { + public static System.Drawing.Bitmap item_669 { get { object obj = ResourceManager.GetObject("item_669", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16039,7 +16041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_67 { + public static System.Drawing.Bitmap item_67 { get { object obj = ResourceManager.GetObject("item_67", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16049,7 +16051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_670 { + public static System.Drawing.Bitmap item_670 { get { object obj = ResourceManager.GetObject("item_670", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16059,7 +16061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_671 { + public static System.Drawing.Bitmap item_671 { get { object obj = ResourceManager.GetObject("item_671", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16069,7 +16071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_672 { + public static System.Drawing.Bitmap item_672 { get { object obj = ResourceManager.GetObject("item_672", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16079,7 +16081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_673 { + public static System.Drawing.Bitmap item_673 { get { object obj = ResourceManager.GetObject("item_673", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16089,7 +16091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_674 { + public static System.Drawing.Bitmap item_674 { get { object obj = ResourceManager.GetObject("item_674", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16099,7 +16101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_675 { + public static System.Drawing.Bitmap item_675 { get { object obj = ResourceManager.GetObject("item_675", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16109,7 +16111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_676 { + public static System.Drawing.Bitmap item_676 { get { object obj = ResourceManager.GetObject("item_676", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16119,7 +16121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_677 { + public static System.Drawing.Bitmap item_677 { get { object obj = ResourceManager.GetObject("item_677", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16129,7 +16131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_678 { + public static System.Drawing.Bitmap item_678 { get { object obj = ResourceManager.GetObject("item_678", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16139,7 +16141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_679 { + public static System.Drawing.Bitmap item_679 { get { object obj = ResourceManager.GetObject("item_679", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16149,7 +16151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_68 { + public static System.Drawing.Bitmap item_68 { get { object obj = ResourceManager.GetObject("item_68", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16159,7 +16161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_680 { + public static System.Drawing.Bitmap item_680 { get { object obj = ResourceManager.GetObject("item_680", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16169,7 +16171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_681 { + public static System.Drawing.Bitmap item_681 { get { object obj = ResourceManager.GetObject("item_681", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16179,7 +16181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_682 { + public static System.Drawing.Bitmap item_682 { get { object obj = ResourceManager.GetObject("item_682", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16189,7 +16191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_683 { + public static System.Drawing.Bitmap item_683 { get { object obj = ResourceManager.GetObject("item_683", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16199,7 +16201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_684 { + public static System.Drawing.Bitmap item_684 { get { object obj = ResourceManager.GetObject("item_684", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16209,7 +16211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_685 { + public static System.Drawing.Bitmap item_685 { get { object obj = ResourceManager.GetObject("item_685", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16219,7 +16221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_686 { + public static System.Drawing.Bitmap item_686 { get { object obj = ResourceManager.GetObject("item_686", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16229,7 +16231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_687 { + public static System.Drawing.Bitmap item_687 { get { object obj = ResourceManager.GetObject("item_687", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16239,7 +16241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_688 { + public static System.Drawing.Bitmap item_688 { get { object obj = ResourceManager.GetObject("item_688", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16249,7 +16251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_69 { + public static System.Drawing.Bitmap item_69 { get { object obj = ResourceManager.GetObject("item_69", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16259,7 +16261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_699 { + public static System.Drawing.Bitmap item_699 { get { object obj = ResourceManager.GetObject("item_699", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16269,7 +16271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_7 { + public static System.Drawing.Bitmap item_7 { get { object obj = ResourceManager.GetObject("item_7", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16279,7 +16281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_70 { + public static System.Drawing.Bitmap item_70 { get { object obj = ResourceManager.GetObject("item_70", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16289,7 +16291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_704 { + public static System.Drawing.Bitmap item_704 { get { object obj = ResourceManager.GetObject("item_704", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16299,7 +16301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_708 { + public static System.Drawing.Bitmap item_708 { get { object obj = ResourceManager.GetObject("item_708", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16309,7 +16311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_709 { + public static System.Drawing.Bitmap item_709 { get { object obj = ResourceManager.GetObject("item_709", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16319,7 +16321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_71 { + public static System.Drawing.Bitmap item_71 { get { object obj = ResourceManager.GetObject("item_71", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16329,7 +16331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_710 { + public static System.Drawing.Bitmap item_710 { get { object obj = ResourceManager.GetObject("item_710", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16339,7 +16341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_711 { + public static System.Drawing.Bitmap item_711 { get { object obj = ResourceManager.GetObject("item_711", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16349,7 +16351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_715 { + public static System.Drawing.Bitmap item_715 { get { object obj = ResourceManager.GetObject("item_715", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16359,7 +16361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_72 { + public static System.Drawing.Bitmap item_72 { get { object obj = ResourceManager.GetObject("item_72", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16369,7 +16371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_73 { + public static System.Drawing.Bitmap item_73 { get { object obj = ResourceManager.GetObject("item_73", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16379,7 +16381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_74 { + public static System.Drawing.Bitmap item_74 { get { object obj = ResourceManager.GetObject("item_74", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16389,7 +16391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_75 { + public static System.Drawing.Bitmap item_75 { get { object obj = ResourceManager.GetObject("item_75", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16399,7 +16401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_752 { + public static System.Drawing.Bitmap item_752 { get { object obj = ResourceManager.GetObject("item_752", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16409,7 +16411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_753 { + public static System.Drawing.Bitmap item_753 { get { object obj = ResourceManager.GetObject("item_753", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16419,7 +16421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_754 { + public static System.Drawing.Bitmap item_754 { get { object obj = ResourceManager.GetObject("item_754", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16429,7 +16431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_755 { + public static System.Drawing.Bitmap item_755 { get { object obj = ResourceManager.GetObject("item_755", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16439,7 +16441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_756 { + public static System.Drawing.Bitmap item_756 { get { object obj = ResourceManager.GetObject("item_756", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16449,7 +16451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_757 { + public static System.Drawing.Bitmap item_757 { get { object obj = ResourceManager.GetObject("item_757", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16459,7 +16461,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_758 { + public static System.Drawing.Bitmap item_758 { get { object obj = ResourceManager.GetObject("item_758", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16469,7 +16471,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_759 { + public static System.Drawing.Bitmap item_759 { get { object obj = ResourceManager.GetObject("item_759", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16479,7 +16481,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_76 { + public static System.Drawing.Bitmap item_76 { get { object obj = ResourceManager.GetObject("item_76", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16489,7 +16491,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_760 { + public static System.Drawing.Bitmap item_760 { get { object obj = ResourceManager.GetObject("item_760", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16499,7 +16501,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_761 { + public static System.Drawing.Bitmap item_761 { get { object obj = ResourceManager.GetObject("item_761", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16509,7 +16511,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_762 { + public static System.Drawing.Bitmap item_762 { get { object obj = ResourceManager.GetObject("item_762", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16519,7 +16521,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_763 { + public static System.Drawing.Bitmap item_763 { get { object obj = ResourceManager.GetObject("item_763", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16529,7 +16531,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_764 { + public static System.Drawing.Bitmap item_764 { get { object obj = ResourceManager.GetObject("item_764", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16539,7 +16541,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_767 { + public static System.Drawing.Bitmap item_767 { get { object obj = ResourceManager.GetObject("item_767", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16549,7 +16551,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_768 { + public static System.Drawing.Bitmap item_768 { get { object obj = ResourceManager.GetObject("item_768", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16559,7 +16561,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_769 { + public static System.Drawing.Bitmap item_769 { get { object obj = ResourceManager.GetObject("item_769", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16569,7 +16571,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_77 { + public static System.Drawing.Bitmap item_77 { get { object obj = ResourceManager.GetObject("item_77", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16579,7 +16581,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_770 { + public static System.Drawing.Bitmap item_770 { get { object obj = ResourceManager.GetObject("item_770", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16589,7 +16591,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_776 { + public static System.Drawing.Bitmap item_776 { get { object obj = ResourceManager.GetObject("item_776", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16599,7 +16601,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_777 { + public static System.Drawing.Bitmap item_777 { get { object obj = ResourceManager.GetObject("item_777", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16609,7 +16611,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_778 { + public static System.Drawing.Bitmap item_778 { get { object obj = ResourceManager.GetObject("item_778", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16619,7 +16621,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_779 { + public static System.Drawing.Bitmap item_779 { get { object obj = ResourceManager.GetObject("item_779", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16629,7 +16631,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_78 { + public static System.Drawing.Bitmap item_78 { get { object obj = ResourceManager.GetObject("item_78", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16639,7 +16641,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_780 { + public static System.Drawing.Bitmap item_780 { get { object obj = ResourceManager.GetObject("item_780", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16649,7 +16651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_781 { + public static System.Drawing.Bitmap item_781 { get { object obj = ResourceManager.GetObject("item_781", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16659,7 +16661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_782 { + public static System.Drawing.Bitmap item_782 { get { object obj = ResourceManager.GetObject("item_782", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16669,7 +16671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_783 { + public static System.Drawing.Bitmap item_783 { get { object obj = ResourceManager.GetObject("item_783", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16679,7 +16681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_784 { + public static System.Drawing.Bitmap item_784 { get { object obj = ResourceManager.GetObject("item_784", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16689,7 +16691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_785 { + public static System.Drawing.Bitmap item_785 { get { object obj = ResourceManager.GetObject("item_785", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16699,7 +16701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_786 { + public static System.Drawing.Bitmap item_786 { get { object obj = ResourceManager.GetObject("item_786", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16709,7 +16711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_787 { + public static System.Drawing.Bitmap item_787 { get { object obj = ResourceManager.GetObject("item_787", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16719,7 +16721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_788 { + public static System.Drawing.Bitmap item_788 { get { object obj = ResourceManager.GetObject("item_788", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16729,7 +16731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_789 { + public static System.Drawing.Bitmap item_789 { get { object obj = ResourceManager.GetObject("item_789", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16739,7 +16741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_79 { + public static System.Drawing.Bitmap item_79 { get { object obj = ResourceManager.GetObject("item_79", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16749,7 +16751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_790 { + public static System.Drawing.Bitmap item_790 { get { object obj = ResourceManager.GetObject("item_790", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16759,7 +16761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_791 { + public static System.Drawing.Bitmap item_791 { get { object obj = ResourceManager.GetObject("item_791", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16769,7 +16771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_792 { + public static System.Drawing.Bitmap item_792 { get { object obj = ResourceManager.GetObject("item_792", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16779,7 +16781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_793 { + public static System.Drawing.Bitmap item_793 { get { object obj = ResourceManager.GetObject("item_793", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16789,7 +16791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_794 { + public static System.Drawing.Bitmap item_794 { get { object obj = ResourceManager.GetObject("item_794", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16799,7 +16801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_795 { + public static System.Drawing.Bitmap item_795 { get { object obj = ResourceManager.GetObject("item_795", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16809,7 +16811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_796 { + public static System.Drawing.Bitmap item_796 { get { object obj = ResourceManager.GetObject("item_796", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16819,7 +16821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_798 { + public static System.Drawing.Bitmap item_798 { get { object obj = ResourceManager.GetObject("item_798", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16829,7 +16831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_799 { + public static System.Drawing.Bitmap item_799 { get { object obj = ResourceManager.GetObject("item_799", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16839,7 +16841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_8 { + public static System.Drawing.Bitmap item_8 { get { object obj = ResourceManager.GetObject("item_8", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16849,7 +16851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_80 { + public static System.Drawing.Bitmap item_80 { get { object obj = ResourceManager.GetObject("item_80", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16859,7 +16861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_800 { + public static System.Drawing.Bitmap item_800 { get { object obj = ResourceManager.GetObject("item_800", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16869,7 +16871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_801 { + public static System.Drawing.Bitmap item_801 { get { object obj = ResourceManager.GetObject("item_801", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16879,7 +16881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_802 { + public static System.Drawing.Bitmap item_802 { get { object obj = ResourceManager.GetObject("item_802", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16889,7 +16891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_803 { + public static System.Drawing.Bitmap item_803 { get { object obj = ResourceManager.GetObject("item_803", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16899,7 +16901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_804 { + public static System.Drawing.Bitmap item_804 { get { object obj = ResourceManager.GetObject("item_804", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16909,7 +16911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_805 { + public static System.Drawing.Bitmap item_805 { get { object obj = ResourceManager.GetObject("item_805", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16919,7 +16921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_806 { + public static System.Drawing.Bitmap item_806 { get { object obj = ResourceManager.GetObject("item_806", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16929,7 +16931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_81 { + public static System.Drawing.Bitmap item_81 { get { object obj = ResourceManager.GetObject("item_81", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16939,7 +16941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_82 { + public static System.Drawing.Bitmap item_82 { get { object obj = ResourceManager.GetObject("item_82", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16949,7 +16951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_83 { + public static System.Drawing.Bitmap item_83 { get { object obj = ResourceManager.GetObject("item_83", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16959,7 +16961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_836 { + public static System.Drawing.Bitmap item_836 { get { object obj = ResourceManager.GetObject("item_836", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16969,7 +16971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_84 { + public static System.Drawing.Bitmap item_84 { get { object obj = ResourceManager.GetObject("item_84", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16979,7 +16981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_846 { + public static System.Drawing.Bitmap item_846 { get { object obj = ResourceManager.GetObject("item_846", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16989,7 +16991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_849 { + public static System.Drawing.Bitmap item_849 { get { object obj = ResourceManager.GetObject("item_849", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -16999,7 +17001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_85 { + public static System.Drawing.Bitmap item_85 { get { object obj = ResourceManager.GetObject("item_85", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17009,7 +17011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_851 { + public static System.Drawing.Bitmap item_851 { get { object obj = ResourceManager.GetObject("item_851", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17019,7 +17021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_852 { + public static System.Drawing.Bitmap item_852 { get { object obj = ResourceManager.GetObject("item_852", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17029,7 +17031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_853 { + public static System.Drawing.Bitmap item_853 { get { object obj = ResourceManager.GetObject("item_853", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17039,7 +17041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_854 { + public static System.Drawing.Bitmap item_854 { get { object obj = ResourceManager.GetObject("item_854", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17049,7 +17051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_855 { + public static System.Drawing.Bitmap item_855 { get { object obj = ResourceManager.GetObject("item_855", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17059,7 +17061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_856 { + public static System.Drawing.Bitmap item_856 { get { object obj = ResourceManager.GetObject("item_856", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17069,7 +17071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_86 { + public static System.Drawing.Bitmap item_86 { get { object obj = ResourceManager.GetObject("item_86", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17079,7 +17081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_87 { + public static System.Drawing.Bitmap item_87 { get { object obj = ResourceManager.GetObject("item_87", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17089,7 +17091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_879 { + public static System.Drawing.Bitmap item_879 { get { object obj = ResourceManager.GetObject("item_879", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17099,7 +17101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_88 { + public static System.Drawing.Bitmap item_88 { get { object obj = ResourceManager.GetObject("item_88", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17109,7 +17111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_880 { + public static System.Drawing.Bitmap item_880 { get { object obj = ResourceManager.GetObject("item_880", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17119,7 +17121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_881 { + public static System.Drawing.Bitmap item_881 { get { object obj = ResourceManager.GetObject("item_881", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17129,7 +17131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_882 { + public static System.Drawing.Bitmap item_882 { get { object obj = ResourceManager.GetObject("item_882", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17139,7 +17141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_883 { + public static System.Drawing.Bitmap item_883 { get { object obj = ResourceManager.GetObject("item_883", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17149,7 +17151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_884 { + public static System.Drawing.Bitmap item_884 { get { object obj = ResourceManager.GetObject("item_884", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17159,7 +17161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_89 { + public static System.Drawing.Bitmap item_89 { get { object obj = ResourceManager.GetObject("item_89", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17169,7 +17171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_9 { + public static System.Drawing.Bitmap item_9 { get { object obj = ResourceManager.GetObject("item_9", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17179,7 +17181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_90 { + public static System.Drawing.Bitmap item_90 { get { object obj = ResourceManager.GetObject("item_90", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17189,7 +17191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_904 { + public static System.Drawing.Bitmap item_904 { get { object obj = ResourceManager.GetObject("item_904", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17199,7 +17201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_905 { + public static System.Drawing.Bitmap item_905 { get { object obj = ResourceManager.GetObject("item_905", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17209,7 +17211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_906 { + public static System.Drawing.Bitmap item_906 { get { object obj = ResourceManager.GetObject("item_906", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17219,7 +17221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_907 { + public static System.Drawing.Bitmap item_907 { get { object obj = ResourceManager.GetObject("item_907", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17229,7 +17231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_908 { + public static System.Drawing.Bitmap item_908 { get { object obj = ResourceManager.GetObject("item_908", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17239,7 +17241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_909 { + public static System.Drawing.Bitmap item_909 { get { object obj = ResourceManager.GetObject("item_909", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17249,7 +17251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_91 { + public static System.Drawing.Bitmap item_91 { get { object obj = ResourceManager.GetObject("item_91", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17259,7 +17261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_910 { + public static System.Drawing.Bitmap item_910 { get { object obj = ResourceManager.GetObject("item_910", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17269,7 +17271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_911 { + public static System.Drawing.Bitmap item_911 { get { object obj = ResourceManager.GetObject("item_911", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17279,7 +17281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_912 { + public static System.Drawing.Bitmap item_912 { get { object obj = ResourceManager.GetObject("item_912", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17289,7 +17291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_913 { + public static System.Drawing.Bitmap item_913 { get { object obj = ResourceManager.GetObject("item_913", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17299,7 +17301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_914 { + public static System.Drawing.Bitmap item_914 { get { object obj = ResourceManager.GetObject("item_914", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17309,7 +17311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_915 { + public static System.Drawing.Bitmap item_915 { get { object obj = ResourceManager.GetObject("item_915", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17319,7 +17321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_916 { + public static System.Drawing.Bitmap item_916 { get { object obj = ResourceManager.GetObject("item_916", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17329,7 +17331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_917 { + public static System.Drawing.Bitmap item_917 { get { object obj = ResourceManager.GetObject("item_917", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17339,7 +17341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_918 { + public static System.Drawing.Bitmap item_918 { get { object obj = ResourceManager.GetObject("item_918", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17349,7 +17351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_919 { + public static System.Drawing.Bitmap item_919 { get { object obj = ResourceManager.GetObject("item_919", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17359,7 +17361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_92 { + public static System.Drawing.Bitmap item_92 { get { object obj = ResourceManager.GetObject("item_92", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17369,7 +17371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_920 { + public static System.Drawing.Bitmap item_920 { get { object obj = ResourceManager.GetObject("item_920", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17379,7 +17381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_93 { + public static System.Drawing.Bitmap item_93 { get { object obj = ResourceManager.GetObject("item_93", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17389,7 +17391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_94 { + public static System.Drawing.Bitmap item_94 { get { object obj = ResourceManager.GetObject("item_94", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17399,7 +17401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_95 { + public static System.Drawing.Bitmap item_95 { get { object obj = ResourceManager.GetObject("item_95", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17409,7 +17411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_96 { + public static System.Drawing.Bitmap item_96 { get { object obj = ResourceManager.GetObject("item_96", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17419,7 +17421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_97 { + public static System.Drawing.Bitmap item_97 { get { object obj = ResourceManager.GetObject("item_97", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17429,7 +17431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_98 { + public static System.Drawing.Bitmap item_98 { get { object obj = ResourceManager.GetObject("item_98", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17439,7 +17441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_99 { + public static System.Drawing.Bitmap item_99 { get { object obj = ResourceManager.GetObject("item_99", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17449,7 +17451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap item_tm { + public static System.Drawing.Bitmap item_tm { get { object obj = ResourceManager.GetObject("item_tm", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17473,7 +17475,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_de { + public static string lang_de { get { return ResourceManager.GetString("lang_de", resourceCulture); } @@ -17496,7 +17498,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_en { + public static string lang_en { get { return ResourceManager.GetString("lang_en", resourceCulture); } @@ -17519,7 +17521,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THIS [rest of string was truncated]";. /// - internal static string lang_es { + public static string lang_es { get { return ResourceManager.GetString("lang_es", resourceCulture); } @@ -17542,7 +17544,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_fr { + public static string lang_fr { get { return ResourceManager.GetString("lang_fr", resourceCulture); } @@ -17565,7 +17567,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_it { + public static string lang_it { get { return ResourceManager.GetString("lang_it", resourceCulture); } @@ -17588,7 +17590,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_ja { + public static string lang_ja { get { return ResourceManager.GetString("lang_ja", resourceCulture); } @@ -17611,7 +17613,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_ko { + public static string lang_ko { get { return ResourceManager.GetString("lang_ko", resourceCulture); } @@ -17634,7 +17636,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_pt { + public static string lang_pt { get { return ResourceManager.GetString("lang_pt", resourceCulture); } @@ -17657,7 +17659,7 @@ internal class Resources { ///! ----------------------------------------------------- ///- DO NOT CHANGE THI [rest of string was truncated]";. /// - internal static string lang_zh { + public static string lang_zh { get { return ResourceManager.GetString("lang_zh", resourceCulture); } @@ -17666,7 +17668,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap language { + public static System.Drawing.Bitmap language { get { object obj = ResourceManager.GetObject("language", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17685,7 +17687,7 @@ internal class Resources { ///9,CHS (简体中文) ///10,CHT (繁體中文). /// - internal static string languages { + public static string languages { get { return ResourceManager.GetString("languages", resourceCulture); } @@ -17694,7 +17696,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap load { + public static System.Drawing.Bitmap load { get { object obj = ResourceManager.GetObject("load", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17704,7 +17706,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap locked { + public static System.Drawing.Bitmap locked { get { object obj = ResourceManager.GetObject("locked", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17714,7 +17716,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] lvlmove_ao { + public static byte[] lvlmove_ao { get { object obj = ResourceManager.GetObject("lvlmove_ao", resourceCulture); return ((byte[])(obj)); @@ -17724,7 +17726,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] lvlmove_sm { + public static byte[] lvlmove_sm { get { object obj = ResourceManager.GetObject("lvlmove_sm", resourceCulture); return ((byte[])(obj)); @@ -17734,7 +17736,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] lvlmove_xy { + public static byte[] lvlmove_xy { get { object obj = ResourceManager.GetObject("lvlmove_xy", resourceCulture); return ((byte[])(obj)); @@ -17744,7 +17746,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap main { + public static System.Drawing.Bitmap main { get { object obj = ResourceManager.GetObject("main", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17754,7 +17756,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap nocheck { + public static System.Drawing.Bitmap nocheck { get { object obj = ResourceManager.GetObject("nocheck", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17764,7 +17766,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap open { + public static System.Drawing.Bitmap open { get { object obj = ResourceManager.GetObject("open", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17774,7 +17776,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap other { + public static System.Drawing.Bitmap other { get { object obj = ResourceManager.GetObject("other", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17784,7 +17786,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap party { + public static System.Drawing.Bitmap party { get { object obj = ResourceManager.GetObject("party", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17794,7 +17796,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_ao { + public static byte[] personal_ao { get { object obj = ResourceManager.GetObject("personal_ao", resourceCulture); return ((byte[])(obj)); @@ -17804,7 +17806,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_b2w2 { + public static byte[] personal_b2w2 { get { object obj = ResourceManager.GetObject("personal_b2w2", resourceCulture); return ((byte[])(obj)); @@ -17814,7 +17816,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_bw { + public static byte[] personal_bw { get { object obj = ResourceManager.GetObject("personal_bw", resourceCulture); return ((byte[])(obj)); @@ -17824,7 +17826,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_c { + public static byte[] personal_c { get { object obj = ResourceManager.GetObject("personal_c", resourceCulture); return ((byte[])(obj)); @@ -17834,7 +17836,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_dp { + public static byte[] personal_dp { get { object obj = ResourceManager.GetObject("personal_dp", resourceCulture); return ((byte[])(obj)); @@ -17844,7 +17846,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_e { + public static byte[] personal_e { get { object obj = ResourceManager.GetObject("personal_e", resourceCulture); return ((byte[])(obj)); @@ -17854,7 +17856,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_fr { + public static byte[] personal_fr { get { object obj = ResourceManager.GetObject("personal_fr", resourceCulture); return ((byte[])(obj)); @@ -17864,7 +17866,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_gs { + public static byte[] personal_gs { get { object obj = ResourceManager.GetObject("personal_gs", resourceCulture); return ((byte[])(obj)); @@ -17874,7 +17876,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_hgss { + public static byte[] personal_hgss { get { object obj = ResourceManager.GetObject("personal_hgss", resourceCulture); return ((byte[])(obj)); @@ -17884,7 +17886,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_lg { + public static byte[] personal_lg { get { object obj = ResourceManager.GetObject("personal_lg", resourceCulture); return ((byte[])(obj)); @@ -17894,7 +17896,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_pt { + public static byte[] personal_pt { get { object obj = ResourceManager.GetObject("personal_pt", resourceCulture); return ((byte[])(obj)); @@ -17904,7 +17906,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_rby { + public static byte[] personal_rby { get { object obj = ResourceManager.GetObject("personal_rby", resourceCulture); return ((byte[])(obj)); @@ -17914,7 +17916,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_rs { + public static byte[] personal_rs { get { object obj = ResourceManager.GetObject("personal_rs", resourceCulture); return ((byte[])(obj)); @@ -17924,7 +17926,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_sm { + public static byte[] personal_sm { get { object obj = ResourceManager.GetObject("personal_sm", resourceCulture); return ((byte[])(obj)); @@ -17934,7 +17936,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] personal_xy { + public static byte[] personal_xy { get { object obj = ResourceManager.GetObject("personal_xy", resourceCulture); return ((byte[])(obj)); @@ -17944,7 +17946,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] pgldings_normalregular { + public static byte[] pgldings_normalregular { get { object obj = ResourceManager.GetObject("pgldings_normalregular", resourceCulture); return ((byte[])(obj)); @@ -17952,9 +17954,9 @@ internal class Resources { } /// - /// Looks up a localized string similar to 20161221. + /// Looks up a localized string similar to 20161231. /// - internal static string ProgramVersion { + public static string ProgramVersion { get { return ResourceManager.GetString("ProgramVersion", resourceCulture); } @@ -17963,7 +17965,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap rare_icon { + public static System.Drawing.Bitmap rare_icon { get { object obj = ResourceManager.GetObject("rare_icon", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17979,7 +17981,7 @@ internal class Resources { ///5,Korea (한국) ///6,Taiwan (香港/台灣). /// - internal static string regions3ds { + public static string regions3ds { get { return ResourceManager.GetString("regions3ds", resourceCulture); } @@ -17988,7 +17990,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap report { + public static System.Drawing.Bitmap report { get { object obj = ResourceManager.GetObject("report", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -17998,7 +18000,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonability { + public static System.Drawing.Bitmap ribbonability { get { object obj = ResourceManager.GetObject("ribbonability", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18008,7 +18010,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonabilitydouble { + public static System.Drawing.Bitmap ribbonabilitydouble { get { object obj = ResourceManager.GetObject("ribbonabilitydouble", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18018,7 +18020,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonabilitygreat { + public static System.Drawing.Bitmap ribbonabilitygreat { get { object obj = ResourceManager.GetObject("ribbonabilitygreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18028,7 +18030,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonabilitymulti { + public static System.Drawing.Bitmap ribbonabilitymulti { get { object obj = ResourceManager.GetObject("ribbonabilitymulti", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18038,7 +18040,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonabilitypair { + public static System.Drawing.Bitmap ribbonabilitypair { get { object obj = ResourceManager.GetObject("ribbonabilitypair", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18048,7 +18050,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonabilityworld { + public static System.Drawing.Bitmap ribbonabilityworld { get { object obj = ResourceManager.GetObject("ribbonabilityworld", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18058,7 +18060,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonalert { + public static System.Drawing.Bitmap ribbonalert { get { object obj = ResourceManager.GetObject("ribbonalert", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18068,7 +18070,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonartist { + public static System.Drawing.Bitmap ribbonartist { get { object obj = ResourceManager.GetObject("ribbonartist", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18078,7 +18080,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbattlerexpert { + public static System.Drawing.Bitmap ribbonbattlerexpert { get { object obj = ResourceManager.GetObject("ribbonbattlerexpert", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18088,7 +18090,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbattleroyale { + public static System.Drawing.Bitmap ribbonbattleroyale { get { object obj = ResourceManager.GetObject("ribbonbattleroyale", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18098,7 +18100,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbattlerskillful { + public static System.Drawing.Bitmap ribbonbattlerskillful { get { object obj = ResourceManager.GetObject("ribbonbattlerskillful", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18108,7 +18110,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbattletreegreat { + public static System.Drawing.Bitmap ribbonbattletreegreat { get { object obj = ResourceManager.GetObject("ribbonbattletreegreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18118,7 +18120,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbattletreemaster { + public static System.Drawing.Bitmap ribbonbattletreemaster { get { object obj = ResourceManager.GetObject("ribbonbattletreemaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18128,7 +18130,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbestfriends { + public static System.Drawing.Bitmap ribbonbestfriends { get { object obj = ResourceManager.GetObject("ribbonbestfriends", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18138,7 +18140,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonbirthday { + public static System.Drawing.Bitmap ribbonbirthday { get { object obj = ResourceManager.GetObject("ribbonbirthday", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18148,7 +18150,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncareless { + public static System.Drawing.Bitmap ribboncareless { get { object obj = ResourceManager.GetObject("ribboncareless", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18158,7 +18160,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionalola { + public static System.Drawing.Bitmap ribbonchampionalola { get { object obj = ResourceManager.GetObject("ribbonchampionalola", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18168,7 +18170,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionbattle { + public static System.Drawing.Bitmap ribbonchampionbattle { get { object obj = ResourceManager.GetObject("ribbonchampionbattle", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18178,7 +18180,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampiong3hoenn { + public static System.Drawing.Bitmap ribbonchampiong3hoenn { get { object obj = ResourceManager.GetObject("ribbonchampiong3hoenn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18188,7 +18190,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampiong6hoenn { + public static System.Drawing.Bitmap ribbonchampiong6hoenn { get { object obj = ResourceManager.GetObject("ribbonchampiong6hoenn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18198,7 +18200,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionkalos { + public static System.Drawing.Bitmap ribbonchampionkalos { get { object obj = ResourceManager.GetObject("ribbonchampionkalos", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18208,7 +18210,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionnational { + public static System.Drawing.Bitmap ribbonchampionnational { get { object obj = ResourceManager.GetObject("ribbonchampionnational", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18218,7 +18220,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionregional { + public static System.Drawing.Bitmap ribbonchampionregional { get { object obj = ResourceManager.GetObject("ribbonchampionregional", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18228,7 +18230,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionsinnoh { + public static System.Drawing.Bitmap ribbonchampionsinnoh { get { object obj = ResourceManager.GetObject("ribbonchampionsinnoh", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18238,7 +18240,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonchampionworld { + public static System.Drawing.Bitmap ribbonchampionworld { get { object obj = ResourceManager.GetObject("ribbonchampionworld", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18248,7 +18250,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonclassic { + public static System.Drawing.Bitmap ribbonclassic { get { object obj = ResourceManager.GetObject("ribbonclassic", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18258,7 +18260,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonconteststar { + public static System.Drawing.Bitmap ribbonconteststar { get { object obj = ResourceManager.GetObject("ribbonconteststar", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18268,7 +18270,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncountmemorybattle { + public static System.Drawing.Bitmap ribboncountmemorybattle { get { object obj = ResourceManager.GetObject("ribboncountmemorybattle", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18278,7 +18280,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncountmemorybattle2 { + public static System.Drawing.Bitmap ribboncountmemorybattle2 { get { object obj = ResourceManager.GetObject("ribboncountmemorybattle2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18288,7 +18290,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncountmemorycontest { + public static System.Drawing.Bitmap ribboncountmemorycontest { get { object obj = ResourceManager.GetObject("ribboncountmemorycontest", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18298,7 +18300,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncountmemorycontest2 { + public static System.Drawing.Bitmap ribboncountmemorycontest2 { get { object obj = ResourceManager.GetObject("ribboncountmemorycontest2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18308,7 +18310,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboncountry { + public static System.Drawing.Bitmap ribboncountry { get { object obj = ResourceManager.GetObject("ribboncountry", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18318,7 +18320,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbondowncast { + public static System.Drawing.Bitmap ribbondowncast { get { object obj = ResourceManager.GetObject("ribbondowncast", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18328,7 +18330,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonearth { + public static System.Drawing.Bitmap ribbonearth { get { object obj = ResourceManager.GetObject("ribbonearth", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18338,7 +18340,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribboneffort { + public static System.Drawing.Bitmap ribboneffort { get { object obj = ResourceManager.GetObject("ribboneffort", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18348,7 +18350,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonevent { + public static System.Drawing.Bitmap ribbonevent { get { object obj = ResourceManager.GetObject("ribbonevent", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18358,7 +18360,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonfootprint { + public static System.Drawing.Bitmap ribbonfootprint { get { object obj = ResourceManager.GetObject("ribbonfootprint", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18368,7 +18370,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3beauty { + public static System.Drawing.Bitmap ribbong3beauty { get { object obj = ResourceManager.GetObject("ribbong3beauty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18378,7 +18380,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3beautyhyper { + public static System.Drawing.Bitmap ribbong3beautyhyper { get { object obj = ResourceManager.GetObject("ribbong3beautyhyper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18388,7 +18390,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3beautymaster { + public static System.Drawing.Bitmap ribbong3beautymaster { get { object obj = ResourceManager.GetObject("ribbong3beautymaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18398,7 +18400,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3beautysuper { + public static System.Drawing.Bitmap ribbong3beautysuper { get { object obj = ResourceManager.GetObject("ribbong3beautysuper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18408,7 +18410,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3cool { + public static System.Drawing.Bitmap ribbong3cool { get { object obj = ResourceManager.GetObject("ribbong3cool", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18418,7 +18420,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3coolhyper { + public static System.Drawing.Bitmap ribbong3coolhyper { get { object obj = ResourceManager.GetObject("ribbong3coolhyper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18428,7 +18430,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3coolmaster { + public static System.Drawing.Bitmap ribbong3coolmaster { get { object obj = ResourceManager.GetObject("ribbong3coolmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18438,7 +18440,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3coolsuper { + public static System.Drawing.Bitmap ribbong3coolsuper { get { object obj = ResourceManager.GetObject("ribbong3coolsuper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18448,7 +18450,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3cute { + public static System.Drawing.Bitmap ribbong3cute { get { object obj = ResourceManager.GetObject("ribbong3cute", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18458,7 +18460,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3cutehyper { + public static System.Drawing.Bitmap ribbong3cutehyper { get { object obj = ResourceManager.GetObject("ribbong3cutehyper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18468,7 +18470,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3cutemaster { + public static System.Drawing.Bitmap ribbong3cutemaster { get { object obj = ResourceManager.GetObject("ribbong3cutemaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18478,7 +18480,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3cutesuper { + public static System.Drawing.Bitmap ribbong3cutesuper { get { object obj = ResourceManager.GetObject("ribbong3cutesuper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18488,7 +18490,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3smart { + public static System.Drawing.Bitmap ribbong3smart { get { object obj = ResourceManager.GetObject("ribbong3smart", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18498,7 +18500,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3smarthyper { + public static System.Drawing.Bitmap ribbong3smarthyper { get { object obj = ResourceManager.GetObject("ribbong3smarthyper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18508,7 +18510,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3smartmaster { + public static System.Drawing.Bitmap ribbong3smartmaster { get { object obj = ResourceManager.GetObject("ribbong3smartmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18518,7 +18520,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3smartsuper { + public static System.Drawing.Bitmap ribbong3smartsuper { get { object obj = ResourceManager.GetObject("ribbong3smartsuper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18528,7 +18530,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3tough { + public static System.Drawing.Bitmap ribbong3tough { get { object obj = ResourceManager.GetObject("ribbong3tough", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18538,7 +18540,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3toughhyper { + public static System.Drawing.Bitmap ribbong3toughhyper { get { object obj = ResourceManager.GetObject("ribbong3toughhyper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18548,7 +18550,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3toughmaster { + public static System.Drawing.Bitmap ribbong3toughmaster { get { object obj = ResourceManager.GetObject("ribbong3toughmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18558,7 +18560,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong3toughsuper { + public static System.Drawing.Bitmap ribbong3toughsuper { get { object obj = ResourceManager.GetObject("ribbong3toughsuper", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18568,7 +18570,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4beauty { + public static System.Drawing.Bitmap ribbong4beauty { get { object obj = ResourceManager.GetObject("ribbong4beauty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18578,7 +18580,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4beautygreat { + public static System.Drawing.Bitmap ribbong4beautygreat { get { object obj = ResourceManager.GetObject("ribbong4beautygreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18588,7 +18590,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4beautymaster { + public static System.Drawing.Bitmap ribbong4beautymaster { get { object obj = ResourceManager.GetObject("ribbong4beautymaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18598,7 +18600,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4beautyultra { + public static System.Drawing.Bitmap ribbong4beautyultra { get { object obj = ResourceManager.GetObject("ribbong4beautyultra", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18608,7 +18610,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4cool { + public static System.Drawing.Bitmap ribbong4cool { get { object obj = ResourceManager.GetObject("ribbong4cool", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18618,7 +18620,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4coolgreat { + public static System.Drawing.Bitmap ribbong4coolgreat { get { object obj = ResourceManager.GetObject("ribbong4coolgreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18628,7 +18630,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4coolmaster { + public static System.Drawing.Bitmap ribbong4coolmaster { get { object obj = ResourceManager.GetObject("ribbong4coolmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18638,7 +18640,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4coolultra { + public static System.Drawing.Bitmap ribbong4coolultra { get { object obj = ResourceManager.GetObject("ribbong4coolultra", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18648,7 +18650,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4cute { + public static System.Drawing.Bitmap ribbong4cute { get { object obj = ResourceManager.GetObject("ribbong4cute", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18658,7 +18660,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4cutegreat { + public static System.Drawing.Bitmap ribbong4cutegreat { get { object obj = ResourceManager.GetObject("ribbong4cutegreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18668,7 +18670,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4cutemaster { + public static System.Drawing.Bitmap ribbong4cutemaster { get { object obj = ResourceManager.GetObject("ribbong4cutemaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18678,7 +18680,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4cuteultra { + public static System.Drawing.Bitmap ribbong4cuteultra { get { object obj = ResourceManager.GetObject("ribbong4cuteultra", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18688,7 +18690,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4smart { + public static System.Drawing.Bitmap ribbong4smart { get { object obj = ResourceManager.GetObject("ribbong4smart", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18698,7 +18700,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4smartgreat { + public static System.Drawing.Bitmap ribbong4smartgreat { get { object obj = ResourceManager.GetObject("ribbong4smartgreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18708,7 +18710,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4smartmaster { + public static System.Drawing.Bitmap ribbong4smartmaster { get { object obj = ResourceManager.GetObject("ribbong4smartmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18718,7 +18720,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4smartultra { + public static System.Drawing.Bitmap ribbong4smartultra { get { object obj = ResourceManager.GetObject("ribbong4smartultra", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18728,7 +18730,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4tough { + public static System.Drawing.Bitmap ribbong4tough { get { object obj = ResourceManager.GetObject("ribbong4tough", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18738,7 +18740,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4toughgreat { + public static System.Drawing.Bitmap ribbong4toughgreat { get { object obj = ResourceManager.GetObject("ribbong4toughgreat", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18748,7 +18750,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4toughmaster { + public static System.Drawing.Bitmap ribbong4toughmaster { get { object obj = ResourceManager.GetObject("ribbong4toughmaster", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18758,7 +18760,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbong4toughultra { + public static System.Drawing.Bitmap ribbong4toughultra { get { object obj = ResourceManager.GetObject("ribbong4toughultra", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18768,7 +18770,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbongorgeous { + public static System.Drawing.Bitmap ribbongorgeous { get { object obj = ResourceManager.GetObject("ribbongorgeous", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18778,7 +18780,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbongorgeousroyal { + public static System.Drawing.Bitmap ribbongorgeousroyal { get { object obj = ResourceManager.GetObject("ribbongorgeousroyal", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18788,7 +18790,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonlegend { + public static System.Drawing.Bitmap ribbonlegend { get { object obj = ResourceManager.GetObject("ribbonlegend", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18798,7 +18800,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonmasterbeauty { + public static System.Drawing.Bitmap ribbonmasterbeauty { get { object obj = ResourceManager.GetObject("ribbonmasterbeauty", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18808,7 +18810,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonmastercleverness { + public static System.Drawing.Bitmap ribbonmastercleverness { get { object obj = ResourceManager.GetObject("ribbonmastercleverness", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18818,7 +18820,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonmastercoolness { + public static System.Drawing.Bitmap ribbonmastercoolness { get { object obj = ResourceManager.GetObject("ribbonmastercoolness", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18828,7 +18830,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonmastercuteness { + public static System.Drawing.Bitmap ribbonmastercuteness { get { object obj = ResourceManager.GetObject("ribbonmastercuteness", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18838,7 +18840,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonmastertoughness { + public static System.Drawing.Bitmap ribbonmastertoughness { get { object obj = ResourceManager.GetObject("ribbonmastertoughness", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18848,7 +18850,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonnational { + public static System.Drawing.Bitmap ribbonnational { get { object obj = ResourceManager.GetObject("ribbonnational", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18858,7 +18860,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonpremier { + public static System.Drawing.Bitmap ribbonpremier { get { object obj = ResourceManager.GetObject("ribbonpremier", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18868,7 +18870,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonrecord { + public static System.Drawing.Bitmap ribbonrecord { get { object obj = ResourceManager.GetObject("ribbonrecord", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18878,7 +18880,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonrelax { + public static System.Drawing.Bitmap ribbonrelax { get { object obj = ResourceManager.GetObject("ribbonrelax", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18888,7 +18890,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonroyal { + public static System.Drawing.Bitmap ribbonroyal { get { object obj = ResourceManager.GetObject("ribbonroyal", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18898,7 +18900,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonshock { + public static System.Drawing.Bitmap ribbonshock { get { object obj = ResourceManager.GetObject("ribbonshock", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18908,7 +18910,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonsmile { + public static System.Drawing.Bitmap ribbonsmile { get { object obj = ResourceManager.GetObject("ribbonsmile", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18918,7 +18920,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonsnooze { + public static System.Drawing.Bitmap ribbonsnooze { get { object obj = ResourceManager.GetObject("ribbonsnooze", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18928,7 +18930,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonsouvenir { + public static System.Drawing.Bitmap ribbonsouvenir { get { object obj = ResourceManager.GetObject("ribbonsouvenir", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18938,7 +18940,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonspecial { + public static System.Drawing.Bitmap ribbonspecial { get { object obj = ResourceManager.GetObject("ribbonspecial", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18948,7 +18950,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbontraining { + public static System.Drawing.Bitmap ribbontraining { get { object obj = ResourceManager.GetObject("ribbontraining", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18958,7 +18960,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonvictory { + public static System.Drawing.Bitmap ribbonvictory { get { object obj = ResourceManager.GetObject("ribbonvictory", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18968,7 +18970,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonwinning { + public static System.Drawing.Bitmap ribbonwinning { get { object obj = ResourceManager.GetObject("ribbonwinning", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18978,7 +18980,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonwishing { + public static System.Drawing.Bitmap ribbonwishing { get { object obj = ResourceManager.GetObject("ribbonwishing", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18988,7 +18990,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap ribbonworld { + public static System.Drawing.Bitmap ribbonworld { get { object obj = ResourceManager.GetObject("ribbonworld", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -18998,7 +19000,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap sanchi { + public static System.Drawing.Bitmap sanchi { get { object obj = ResourceManager.GetObject("sanchi", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19008,7 +19010,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap savePKM { + public static System.Drawing.Bitmap savePKM { get { object obj = ResourceManager.GetObject("savePKM", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19018,7 +19020,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap saveSAV { + public static System.Drawing.Bitmap saveSAV { get { object obj = ResourceManager.GetObject("saveSAV", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19028,7 +19030,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap settings { + public static System.Drawing.Bitmap settings { get { object obj = ResourceManager.GetObject("settings", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19058,7 +19060,7 @@ internal class Resources { ///- Nickname/OT box: Bring up the ingame-special characters. ///- Individual [rest of string was truncated]";. /// - internal static string shortcuts { + public static string shortcuts { get { return ResourceManager.GetString("shortcuts", resourceCulture); } @@ -19067,7 +19069,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap showdown { + public static System.Drawing.Bitmap showdown { get { object obj = ResourceManager.GetObject("showdown", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19077,7 +19079,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotDel { + public static System.Drawing.Bitmap slotDel { get { object obj = ResourceManager.GetObject("slotDel", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19087,7 +19089,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotDel1 { + public static System.Drawing.Bitmap slotDel1 { get { object obj = ResourceManager.GetObject("slotDel1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19097,7 +19099,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotDrag { + public static System.Drawing.Bitmap slotDrag { get { object obj = ResourceManager.GetObject("slotDrag", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19107,7 +19109,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotSet { + public static System.Drawing.Bitmap slotSet { get { object obj = ResourceManager.GetObject("slotSet", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19117,7 +19119,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotSet1 { + public static System.Drawing.Bitmap slotSet1 { get { object obj = ResourceManager.GetObject("slotSet1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19127,7 +19129,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotTrans { + public static System.Drawing.Bitmap slotTrans { get { object obj = ResourceManager.GetObject("slotTrans", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19137,7 +19139,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotTrans1 { + public static System.Drawing.Bitmap slotTrans1 { get { object obj = ResourceManager.GetObject("slotTrans1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19147,7 +19149,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotView { + public static System.Drawing.Bitmap slotView { get { object obj = ResourceManager.GetObject("slotView", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19157,7 +19159,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap slotView1 { + public static System.Drawing.Bitmap slotView1 { get { object obj = ResourceManager.GetObject("slotView1", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -19176,7 +19178,7 @@ internal class Resources { ///008,山形県,Yamagata,Yamagata,Yamagata,Yamagata,Yamagata,山形县,야마가타 현, ///009,福島県,Fukushima,Fukushima,Fukushima,Fukushima,Fukushima,福岛县,후쿠 [rest of string was truncated]";. /// - internal static string sr_001 { + public static string sr_001 { get { return ResourceManager.GetString("sr_001", resourceCulture); } @@ -19187,7 +19189,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,アンギラ,Anguilla,Anguilla,Anguilla,Anguilla,Anguila,安圭拉,앵귈라,. /// - internal static string sr_008 { + public static string sr_008 { get { return ResourceManager.GetString("sr_008", resourceCulture); } @@ -19203,7 +19205,7 @@ internal class Resources { ///006,セント・ポール,Saint Paul,Saint-Paul,Saint Paul,Saint Paul,Saint Paul,圣保罗区,세인트폴, ///007,セント・ピーター,Saint Peter,Saint-Pierre,Saint Peter,Saint [rest of string was truncated]";. /// - internal static string sr_009 { + public static string sr_009 { get { return ResourceManager.GetString("sr_009", resourceCulture); } @@ -19219,7 +19221,7 @@ internal class Resources { ///006,チュブト州,Chubut,Chubut,Chubut,Chubut,Chubut,丘布特省,추부트 주, ///007,コルドバ州,Córdoba,Córdoba [rest of string was truncated]";. /// - internal static string sr_010 { + public static string sr_010 { get { return ResourceManager.GetString("sr_010", resourceCulture); } @@ -19230,7 +19232,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,アルバ,Aruba,Aruba,Aruba,Aruba,Aruba,阿鲁巴,아루바,. /// - internal static string sr_011 { + public static string sr_011 { get { return ResourceManager.GetString("sr_011", resourceCulture); } @@ -19241,7 +19243,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,バハマ,Bahamas,Bahamas,Bahamas,Bahamas,Bahamas,巴哈马,바하마,. /// - internal static string sr_012 { + public static string sr_012 { get { return ResourceManager.GetString("sr_012", resourceCulture); } @@ -19252,7 +19254,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,バルバドス,Barbados,Barbade,Barbados,Barbados,Barbados,巴巴多斯,바베이도스,. /// - internal static string sr_013 { + public static string sr_013 { get { return ResourceManager.GetString("sr_013", resourceCulture); } @@ -19268,7 +19270,7 @@ internal class Resources { ///006,スタンクリーク州,Stann Creek,Stann Creek,Stann Creek,Stann Creek,Stann Creek,斯坦港区,스탠크리크 주, ///007,トレド州,Toledo,Toledo,Toledo,Toledo,Toledo,托莱多区,톨레도 주,. /// - internal static string sr_014 { + public static string sr_014 { get { return ResourceManager.GetString("sr_014", resourceCulture); } @@ -19286,7 +19288,7 @@ internal class Resources { ///008,ポトシ県,Potosí,Potosí,Potosí,Potosí,Potosí,波托西省,포토시 주, ///009,サンタ・クルス県,Santa Cruz [rest of string was truncated]";. /// - internal static string sr_015 { + public static string sr_015 { get { return ResourceManager.GetString("sr_015", resourceCulture); } @@ -19303,7 +19305,7 @@ internal class Resources { ///007,バイア州,Bahia,Bahia,Bahia,Bahia,Bahía,巴伊亚州,바이아 주, ///008,セアラ州,Ceará,Ceará,Ceará,Ceará,Ceará,塞阿拉州, [rest of string was truncated]";. /// - internal static string sr_016 { + public static string sr_016 { get { return ResourceManager.GetString("sr_016", resourceCulture); } @@ -19314,7 +19316,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,英領ヴァージン諸島,British Virgin Islands,Îles Vierges britanniques,Britische Jungferninseln,Isole Vergini Britanniche,Islas Vírgenes Británicas,英属维尔京群岛,영국령 버진아일랜드,. /// - internal static string sr_017 { + public static string sr_017 { get { return ResourceManager.GetString("sr_017", resourceCulture); } @@ -19330,7 +19332,7 @@ internal class Resources { ///006,ニュー・ブランズウィック州,New Brunswick,Nouveau-Brunswick,Neubraunschweig,Nuovo Brunswick,Nuevo Brunswick,新不伦瑞克省,뉴브런즈윅 주, ///00 [rest of string was truncated]";. /// - internal static string sr_018 { + public static string sr_018 { get { return ResourceManager.GetString("sr_018", resourceCulture); } @@ -19341,7 +19343,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ケイマン諸島,Cayman Islands,Îles Caïmans,Kaimaninseln,Isole Cayman,Islas Caimán,开曼群岛,케이맨 제도,. /// - internal static string sr_019 { + public static string sr_019 { get { return ResourceManager.GetString("sr_019", resourceCulture); } @@ -19354,7 +19356,7 @@ internal class Resources { ///003,バルパライソ州,Valparaíso,Valparaiso,Valparaíso (Region V),Valparaíso,Valparaíso,瓦尔帕莱索大区,발파라이소 주, ///004,アイセン・デル・G・カルロス・イバニェス・デル・カンポ州,Aisén del General Carlos Ibáñez del Campo,Aisén del General Carlos Ibáñez del Campo,Aisén (Region XI),Aisén del General Carlos Ibáñez del Campo,Aisén del Ge [rest of string was truncated]";. /// - internal static string sr_020 { + public static string sr_020 { get { return ResourceManager.GetString("sr_020", resourceCulture); } @@ -19370,7 +19372,7 @@ internal class Resources { ///006,アラウカ県,Arauca,Arauca,Arauca,Arauca,Arauca,阿劳卡省,아라우카 주, ///007,アトラン [rest of string was truncated]";. /// - internal static string sr_021 { + public static string sr_021 { get { return ResourceManager.GetString("sr_021", resourceCulture); } @@ -19387,7 +19389,7 @@ internal class Resources { ///007,リモン州,Limón,Limón,Limón,Limón,Limón,利蒙省,리몬 주, ///008,プンタレナス州,Puntarenas,Puntarenas,Puntarenas,Pu [rest of string was truncated]";. /// - internal static string sr_022 { + public static string sr_022 { get { return ResourceManager.GetString("sr_022", resourceCulture); } @@ -19398,7 +19400,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ドミニカ国,Dominica,Dominique,Dominica,Dominica,Dominica,多米尼克,도미니카 연방,. /// - internal static string sr_023 { + public static string sr_023 { get { return ResourceManager.GetString("sr_023", resourceCulture); } @@ -19415,7 +19417,7 @@ internal class Resources { ///007,ドゥアルテ,Duarte,Duarte,Duarte,Duarte,Duarte,杜华德省,두아르테, ///008,エスパイジャト,Espaillat,Espaillat,Espa [rest of string was truncated]";. /// - internal static string sr_024 { + public static string sr_024 { get { return ResourceManager.GetString("sr_024", resourceCulture); } @@ -19433,7 +19435,7 @@ internal class Resources { ///008,チンボラソ,Chimborazo,Chimborazo,Chimborazo,Chimborazo,Chimborazo,钦博拉索省,침보라소, ///009, [rest of string was truncated]";. /// - internal static string sr_025 { + public static string sr_025 { get { return ResourceManager.GetString("sr_025", resourceCulture); } @@ -19449,7 +19451,7 @@ internal class Resources { ///006,クスカトラン県,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,Cuscatlán,库斯卡特兰省,쿠스카틀란 주, ///007,ラ・リベルター県,La Libertad,La Liber [rest of string was truncated]";. /// - internal static string sr_026 { + public static string sr_026 { get { return ResourceManager.GetString("sr_026", resourceCulture); } @@ -19460,7 +19462,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,フランス領ギアナ,French Guiana,Guyane,Französisch-Guyana,Guyana Francese,Guayana Francesa,法属圭亚那,프랑스령 기아나,. /// - internal static string sr_027 { + public static string sr_027 { get { return ResourceManager.GetString("sr_027", resourceCulture); } @@ -19471,7 +19473,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,グレナダ,Grenada,Grenade,Grenada,Grenada,Granada,格林纳达,그레나다,. /// - internal static string sr_028 { + public static string sr_028 { get { return ResourceManager.GetString("sr_028", resourceCulture); } @@ -19482,7 +19484,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,グアドループ,Guadeloupe,Guadeloupe,Guadeloupe,Guadalupa,Guadalupe,瓜德罗普,과들루프,. /// - internal static string sr_029 { + public static string sr_029 { get { return ResourceManager.GetString("sr_029", resourceCulture); } @@ -19498,7 +19500,7 @@ internal class Resources { ///006,チキムラ県,Chiquimula,Chiquimula,Chiquimula,Chiquimula,Chiquimula,奇基穆拉省,치키물라 주, ///007 [rest of string was truncated]";. /// - internal static string sr_030 { + public static string sr_030 { get { return ResourceManager.GetString("sr_030", resourceCulture); } @@ -19512,7 +19514,7 @@ internal class Resources { ///004,クユニ・マザルニ州,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,Cuyuni-Mazaruni,库尤尼-马扎鲁尼区,쿠유니-마자루니 주, ///005,東ベルビセ・コレンティネ州,East Berbice-Corentyne,Berbice Oriental-Courantyne,East Berbice-Corentyne,Berbice Orientale-Cor [rest of string was truncated]";. /// - internal static string sr_031 { + public static string sr_031 { get { return ResourceManager.GetString("sr_031", resourceCulture); } @@ -19530,7 +19532,7 @@ internal class Resources { ///008,北東県,Nord-Est,Nord-Est,Nord-Est,Nord-Est,Noreste,东北省,북동부, ///009,南県,Sud,Sud,Sud [rest of string was truncated]";. /// - internal static string sr_032 { + public static string sr_032 { get { return ResourceManager.GetString("sr_032", resourceCulture); } @@ -19547,7 +19549,7 @@ internal class Resources { ///007,コパン,Copán,Copán,Copán,Copán,Copán,科潘省,코판, ///008,コルテス [rest of string was truncated]";. /// - internal static string sr_033 { + public static string sr_033 { get { return ResourceManager.GetString("sr_033", resourceCulture); } @@ -19563,7 +19565,7 @@ internal class Resources { ///006,ポートランド,Portland,Portland,Portland,Portland,Portland,波特兰区,포틀랜드, ///007,セント・アンドリュー,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andr [rest of string was truncated]";. /// - internal static string sr_034 { + public static string sr_034 { get { return ResourceManager.GetString("sr_034", resourceCulture); } @@ -19574,7 +19576,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,マルティニーク,Martinique,Martinique,Martinique,Martinica,Martinica,马提尼克,마르티니크,. /// - internal static string sr_035 { + public static string sr_035 { get { return ResourceManager.GetString("sr_035", resourceCulture); } @@ -19588,7 +19590,7 @@ internal class Resources { ///004,バハ・カリフォルニア州,Baja California,Basse-Californie,Niederkalifornien,Bassa California,Baja California,下加里福尼亚州,바하칼리포르니아 주, ///005,バハ・カリフォルニア・スル州,Baja California Sur,Basse-Californie du Sud,Süd-Niederkalifornien,Bassa California d [rest of string was truncated]";. /// - internal static string sr_036 { + public static string sr_036 { get { return ResourceManager.GetString("sr_036", resourceCulture); } @@ -19599,7 +19601,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,モントセラト,Montserrat,Montserrat,Montserrat,Montserrat,Montserrat,蒙特塞拉特,몬트세랫,. /// - internal static string sr_037 { + public static string sr_037 { get { return ResourceManager.GetString("sr_037", resourceCulture); } @@ -19610,7 +19612,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,オランダ領アンティル,Netherlands Antilles,Antilles néerlandaises,Niederländische Antillen,Antille Olandesi,Antillas Neerlandesas,荷属安的列斯,네덜란드령 앤틸리스,. /// - internal static string sr_038 { + public static string sr_038 { get { return ResourceManager.GetString("sr_038", resourceCulture); } @@ -19628,7 +19630,7 @@ internal class Resources { ///008,グラナダ,Granada,Granada,Granada,Granada,Granada,格拉纳达省,그라나다, ///009,ヒノテガ,Jinotega,J [rest of string was truncated]";. /// - internal static string sr_039 { + public static string sr_039 { get { return ResourceManager.GetString("sr_039", resourceCulture); } @@ -19646,7 +19648,7 @@ internal class Resources { ///008,エレーラ,Herrera,Herrera,Herrera,Herrera,Herrera,埃雷拉省,에레라, ///009,ロス・サントス,Los [rest of string was truncated]";. /// - internal static string sr_040 { + public static string sr_040 { get { return ResourceManager.GetString("sr_040", resourceCulture); } @@ -19663,7 +19665,7 @@ internal class Resources { ///007,コンセプシオン県,Concepción,Concepción,Concepción,Concepción,Concepción,康塞普西翁省,콘셉시온 주, ///008,コルディリェラ県,Cord [rest of string was truncated]";. /// - internal static string sr_041 { + public static string sr_041 { get { return ResourceManager.GetString("sr_041", resourceCulture); } @@ -19680,7 +19682,7 @@ internal class Resources { ///007,アヤクーチョ,Ayacucho,Ayacucho,Ayacucho,Ayacucho,Ayacucho,阿亚库乔省,아야쿠초, ///008,カハマルカ,Cajamarca,Cajamarca,Cajamarca,Cajamarca,Cajama [rest of string was truncated]";. /// - internal static string sr_042 { + public static string sr_042 { get { return ResourceManager.GetString("sr_042", resourceCulture); } @@ -19693,7 +19695,7 @@ internal class Resources { ///003,クライスト・チャーチ・ニコラタウン,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,Christ Church Nichola Town,克赖斯特彻奇尼古拉镇区,크라이스트처치니콜라타운, ///004,セント・アン・サンディ・ポイント,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Point,Saint Anne Sandy Po [rest of string was truncated]";. /// - internal static string sr_043 { + public static string sr_043 { get { return ResourceManager.GetString("sr_043", resourceCulture); } @@ -19704,7 +19706,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,セントルシア,St. Lucia,Sainte-Lucie,St. Lucia,Santa Lucia,Santa Lucía,圣卢西亚,세인트루시아,. /// - internal static string sr_044 { + public static string sr_044 { get { return ResourceManager.GetString("sr_044", resourceCulture); } @@ -19715,7 +19717,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,セントビンセント・グレナディーン,St. Vincent and the Grenadines,Saint-Vincent-et-les-Grenadines,St. Vincent und die Grenadinen,Saint Vincent e Grenadine,San Vicente y las Granadinas,圣文森特和格林纳丁斯,세인트빈센트 그레나딘,. /// - internal static string sr_045 { + public static string sr_045 { get { return ResourceManager.GetString("sr_045", resourceCulture); } @@ -19732,7 +19734,7 @@ internal class Resources { ///007,ニッケリー,Nickerie,Nickerie,Nickerie,Nickerie,Nickerie,尼克里区,니케리, ///008,パラ,Para,P [rest of string was truncated]";. /// - internal static string sr_046 { + public static string sr_046 { get { return ResourceManager.GetString("sr_046", resourceCulture); } @@ -19749,7 +19751,7 @@ internal class Resources { ///007,セント・アンドリュー州,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,Saint Andrew,圣安德鲁郡,세인트앤드루 주, ///008,セント・デビッド州,Saint David,Saint [rest of string was truncated]";. /// - internal static string sr_047 { + public static string sr_047 { get { return ResourceManager.GetString("sr_047", resourceCulture); } @@ -19760,7 +19762,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,タークス・カイコス諸島,Turks and Caicos Islands,Îles Turques-et-Caïques,Turks- und Caicosinseln,Isole Turks e Caicos,Islas Turcas y Caicos,特克斯和凯科斯群岛,터크스 케이커스 제도,. /// - internal static string sr_048 { + public static string sr_048 { get { return ResourceManager.GetString("sr_048", resourceCulture); } @@ -19776,7 +19778,7 @@ internal class Resources { ///006,アリゾナ州,Arizona,Arizona,Arizona,Arizona,Arizona,亚利桑那州,애리조나 주, ///007,カリフォルニア州,California,Californie,Kaliforn [rest of string was truncated]";. /// - internal static string sr_049 { + public static string sr_049 { get { return ResourceManager.GetString("sr_049", resourceCulture); } @@ -19793,7 +19795,7 @@ internal class Resources { ///007,ドゥラスノ,Durazno,Durazno,Durazno,Durazno,Durazno,杜拉斯诺省,두라스노, ///008,フロレス,Flores,Flore [rest of string was truncated]";. /// - internal static string sr_050 { + public static string sr_050 { get { return ResourceManager.GetString("sr_050", resourceCulture); } @@ -19804,7 +19806,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,米領バージン諸島,US Virgin Islands,Îles Vierges américaines,Amerikanische Jungferninseln,Isole Vergini Statunitensi,Islas Vírgenes de los EE. UU.,美属维尔京群岛,미국령 버진아일랜드,. /// - internal static string sr_051 { + public static string sr_051 { get { return ResourceManager.GetString("sr_051", resourceCulture); } @@ -19821,7 +19823,7 @@ internal class Resources { ///007,バリナス,Barinas,Barinas,Barinas,Barinas,Barinas,巴里纳斯州,바리나스, ///008,ボリーバル,Bolívar,Bolív [rest of string was truncated]";. /// - internal static string sr_052 { + public static string sr_052 { get { return ResourceManager.GetString("sr_052", resourceCulture); } @@ -19839,7 +19841,7 @@ internal class Resources { ///008,ギロカストラ州,Gjirokastër,Gjirokastër,Gjirokastra,Argirocastro,Gjirokastra,吉诺卡斯特州,지로카스터르 주, ///009,コルチャ州,Korçë,Korçë,Korça, [rest of string was truncated]";. /// - internal static string sr_064 { + public static string sr_064 { get { return ResourceManager.GetString("sr_064", resourceCulture); } @@ -19852,7 +19854,7 @@ internal class Resources { ///003,ニューサウスウェールズ州,New South Wales,Nouvelle-Galles du Sud,Neusüdwales,Nuovo Galles del Sud,Nueva Gales del Sur,新南威尔士州,뉴사우스웨일스 주, ///004,ノーザンテリトリー,Northern Territory,Territoire du Nord,Nördliches Territorium,Territorio del Nord,Territ [rest of string was truncated]";. /// - internal static string sr_065 { + public static string sr_065 { get { return ResourceManager.GetString("sr_065", resourceCulture); } @@ -19868,7 +19870,7 @@ internal class Resources { ///006,オーバー・エスターライヒ州,Upper Austria,Haute-Autriche,Oberösterreich,Alta Austria,Alta Austria,上奥地利州,오버외스터라이히 주, ///007,ザルツブルク州,Salzburg,Salzbourg,S [rest of string was truncated]";. /// - internal static string sr_066 { + public static string sr_066 { get { return ResourceManager.GetString("sr_066", resourceCulture); } @@ -19881,7 +19883,7 @@ internal class Resources { ///003,フランデレン地域圏,Flanders,Région flamande,Flandern,Fiandre,Región de Flandes,佛兰德大区,플랑드르 지역, ///004,ワロン地域圏,Wallonia,Région wallonne,Wallonien,Vallonia,Región de Valonia,瓦隆大区,왈롱 지역,. /// - internal static string sr_067 { + public static string sr_067 { get { return ResourceManager.GetString("sr_067", resourceCulture); } @@ -19894,7 +19896,7 @@ internal class Resources { ///003,セルビア人共和国,Republika Srpska,République serbe de Bosnie,Serbische Republik,Repubblica Serba di Bosnia-Erzegovina,República Srpska,塞族共和国,스릅스카 공화국, ///004,ブルチュコ,Brčko District,Brčko (district),Brčko-Distrikt,Distretto di Brčko,Distrito de Brčko, [rest of string was truncated]";. /// - internal static string sr_068 { + public static string sr_068 { get { return ResourceManager.GetString("sr_068", resourceCulture); } @@ -19905,7 +19907,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ボツワナ,Botswana,Botswana,Botsuana,Botswana,Botsuana,博茨瓦纳,보츠와나,. /// - internal static string sr_069 { + public static string sr_069 { get { return ResourceManager.GetString("sr_069", resourceCulture); } @@ -19922,7 +19924,7 @@ internal class Resources { ///007,バルナ州,Varna,Varna,Warna,Varna,Varna,瓦尔纳州,바르나 주, ///008,ブルガス州, [rest of string was truncated]";. /// - internal static string sr_070 { + public static string sr_070 { get { return ResourceManager.GetString("sr_070", resourceCulture); } @@ -19936,7 +19938,7 @@ internal class Resources { ///008,ブロド=ポサヴィナ郡,Brod-Posavina County,Brod-Posavina,Brod-Posavina,Regione di Brod e della Posavina,Condado de Brod-Posavina,布罗德-波萨维纳县,브로드-포사비나 군, ///009,ドゥブロヴニク=ネレトヴァ郡,Dubrovnik-Neretva County,Dubrovn [rest of string was truncated]";. /// - internal static string sr_071 { + public static string sr_071 { get { return ResourceManager.GetString("sr_071", resourceCulture); } @@ -19947,7 +19949,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,キプロス,Cyprus,Chypre,Zypern,Cipro,Chipre,塞浦路斯,키프로스,. /// - internal static string sr_072 { + public static string sr_072 { get { return ResourceManager.GetString("sr_072", resourceCulture); } @@ -19962,7 +19964,7 @@ internal class Resources { ///005,プルゼニ地方,Plzeň Region,Région de Pilsen,Region Pilsen,Regione di Plseň,Región de Pilsen,比尔森州,플젠 지방, ///006,カールスバート地方,Karlovy Vary Regio [rest of string was truncated]";. /// - internal static string sr_073 { + public static string sr_073 { get { return ResourceManager.GetString("sr_073", resourceCulture); } @@ -19977,7 +19979,7 @@ internal class Resources { ///021,北ユラン地域,North Denmark Region,Jutland-du-Nord,Nordjütland,Jutland Settentrionale,Jutlandia Septentrional,北日德兰大区,북부 덴마크 지역, ///022,シェラン地域,Region Zea [rest of string was truncated]";. /// - internal static string sr_074 { + public static string sr_074 { get { return ResourceManager.GetString("sr_074", resourceCulture); } @@ -19988,7 +19990,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,エストニア,Estonia,Estonie,Estland,Estonia,Estonia,爱沙尼亚,에스토니아,. /// - internal static string sr_075 { + public static string sr_075 { get { return ResourceManager.GetString("sr_075", resourceCulture); } @@ -20003,7 +20005,7 @@ internal class Resources { ///011,カイヌー県,Kainuu / Kajanaland,Kainuu,Kainuu,Kainuu,Kainuu,凯努区,카이누 주, ///012,北カレリア県,Pohjois-Karjala / Norra Karelen,Carélie du Nord,Nordkarelien,C [rest of string was truncated]";. /// - internal static string sr_076 { + public static string sr_076 { get { return ResourceManager.GetString("sr_076", resourceCulture); } @@ -20019,7 +20021,7 @@ internal class Resources { ///006,バス・ノルマンディ,Lower Normandy,Basse-Normandie,Basse-Normandie,Bassa Normandia,Baja Normandía,下诺曼底大区,바스노르망디, ///007,ブルゴーニュ,Burgundy,Bourgogne,Burgund,Borg [rest of string was truncated]";. /// - internal static string sr_077 { + public static string sr_077 { get { return ResourceManager.GetString("sr_077", resourceCulture); } @@ -20036,7 +20038,7 @@ internal class Resources { ///007,ブレーメン,Bremen,Brême,Bremen,Brema,Bremen,不来梅市,브레멘 주, ///008,ハンブ [rest of string was truncated]";. /// - internal static string sr_078 { + public static string sr_078 { get { return ResourceManager.GetString("sr_078", resourceCulture); } @@ -20051,7 +20053,7 @@ internal class Resources { ///005,クレタ,Crete,Crète,Kreta,Creta,Creta,克里特大区,크레타, ///006,東マケドニア・トラキア,East Macedonia and Thrace,Macédoine-Orientale-et-Thrace,Ostmakedonien und Thrakien,Macedonia Orientale [rest of string was truncated]";. /// - internal static string sr_079 { + public static string sr_079 { get { return ResourceManager.GetString("sr_079", resourceCulture); } @@ -20066,7 +20068,7 @@ internal class Resources { ///005,ベーケーシュ州,Békés County,Békés,Békés,Békés,Békés,贝凯什州,베케시 주, ///006,ボルショド・アバウーイ・ゼンプレーン州,Borsod-Abaúj-Zemplén County,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,Borsod-Abaúj-Zemplén,包尔绍德-奥包乌伊-曾普伦州, [rest of string was truncated]";. /// - internal static string sr_080 { + public static string sr_080 { get { return ResourceManager.GetString("sr_080", resourceCulture); } @@ -20077,7 +20079,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,アイスランド,Iceland,Islande,Island,Islanda,Islandia,冰岛,아이슬란드,. /// - internal static string sr_081 { + public static string sr_081 { get { return ResourceManager.GetString("sr_081", resourceCulture); } @@ -20095,7 +20097,7 @@ internal class Resources { ///015,ゴールウェイ州,County Galway,Galway,Galway,Galway,Galway,戈尔韦郡,골웨이 주, ///016,ケリー州,County Kerry,K [rest of string was truncated]";. /// - internal static string sr_082 { + public static string sr_082 { get { return ResourceManager.GetString("sr_082", resourceCulture); } @@ -20111,7 +20113,7 @@ internal class Resources { ///006,ロンバルディア州,Lombardy,Lombardie,Lombardei,Lombardia,Lombardía,伦巴第大区,롬바르디아 주, ///007,トレンティノ・アルト・アディジェ州,Trentino-Alto Adige,Trentin-Haut-Adige,Trentino-Südtirol,Tr [rest of string was truncated]";. /// - internal static string sr_083 { + public static string sr_083 { get { return ResourceManager.GetString("sr_083", resourceCulture); } @@ -20122,7 +20124,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ラトビア,Latvia,Lettonie,Lettland,Lettonia,Letonia,拉脱维亚,라트비아,. /// - internal static string sr_084 { + public static string sr_084 { get { return ResourceManager.GetString("sr_084", resourceCulture); } @@ -20139,7 +20141,7 @@ internal class Resources { ///007,モハーレスフーク県,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,Mohale's Hoek,莫哈莱斯胡克区,모할레스후크 주, ///008,モコトロング県,Mokhotlong,Mok [rest of string was truncated]";. /// - internal static string sr_085 { + public static string sr_085 { get { return ResourceManager.GetString("sr_085", resourceCulture); } @@ -20150,7 +20152,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,リヒテンシュタイン,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,Liechtenstein,列支敦士登,리히텐슈타인,. /// - internal static string sr_086 { + public static string sr_086 { get { return ResourceManager.GetString("sr_086", resourceCulture); } @@ -20166,7 +20168,7 @@ internal class Resources { ///006,マリヤンポレ州,Marijampolė,Marijampolė,Marijampolė,Marijampolė,Condado de Marijampolė,马里扬泊列县,마리얌폴레 주, ///007,パネベジス州,Panevėžys,Panevėžys,Panevėžys,Panevėžys,C [rest of string was truncated]";. /// - internal static string sr_087 { + public static string sr_087 { get { return ResourceManager.GetString("sr_087", resourceCulture); } @@ -20177,7 +20179,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ルクセンブルク,Luxembourg,Luxembourg,Luxemburg,Lussemburgo,Luxemburgo,卢森堡,룩셈부르크,. /// - internal static string sr_088 { + public static string sr_088 { get { return ResourceManager.GetString("sr_088", resourceCulture); } @@ -20188,7 +20190,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,マケドニア,Macedonia (Republic of),Macédoine (République),Mazedonien (Republik),Macedonia (Repubblica di),Macedonia (República),马其顿,마케도니아 공화국,. /// - internal static string sr_089 { + public static string sr_089 { get { return ResourceManager.GetString("sr_089", resourceCulture); } @@ -20199,7 +20201,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,マルタ,Malta,Malte,Malta,Malta,Malta,马耳他,몰타,. /// - internal static string sr_090 { + public static string sr_090 { get { return ResourceManager.GetString("sr_090", resourceCulture); } @@ -20210,7 +20212,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,モンテネグロ,Montenegro,Monténégro,Montenegro,Montenegro,Montenegro,黑山,몬테네그로,. /// - internal static string sr_091 { + public static string sr_091 { get { return ResourceManager.GetString("sr_091", resourceCulture); } @@ -20221,7 +20223,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,モザンビーク,Mozambique,Mozambique,Mosambik,Mozambico,Mozambique,莫桑比克,모잠비크,. /// - internal static string sr_092 { + public static string sr_092 { get { return ResourceManager.GetString("sr_092", resourceCulture); } @@ -20232,7 +20234,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ナミビア,Namibia,Namibie,Namibia,Namibia,Namibia,纳米比亚,나미비아,. /// - internal static string sr_093 { + public static string sr_093 { get { return ResourceManager.GetString("sr_093", resourceCulture); } @@ -20248,7 +20250,7 @@ internal class Resources { ///006,ヘルデンラント州,Gelderland,Gueldre,Gelderland,Gheldria,Güeldres,海尔德兰省,헬데를란트 주, ///007,フローニンゲン州,Groningen,Groningue,Groningen [rest of string was truncated]";. /// - internal static string sr_094 { + public static string sr_094 { get { return ResourceManager.GetString("sr_094", resourceCulture); } @@ -20264,7 +20266,7 @@ internal class Resources { ///006,ダニーデン,Otago,Otago,Otago,Otago,Otago,奥塔戈大区,오타고, ///007,ホークスベイ,Hawke's Bay,Hawke's Bay,Hawke's Bay,Ha [rest of string was truncated]";. /// - internal static string sr_095 { + public static string sr_095 { get { return ResourceManager.GetString("sr_095", resourceCulture); } @@ -20281,7 +20283,7 @@ internal class Resources { ///012,ヘードマルク県,Hedmark,Hedmark,Hedmark,Hedmark,Hedmark,海德马克郡,헤드마르크 주, ///013,ホルダラン県,Hordaland,Hordaland,Ho [rest of string was truncated]";. /// - internal static string sr_096 { + public static string sr_096 { get { return ResourceManager.GetString("sr_096", resourceCulture); } @@ -20297,7 +20299,7 @@ internal class Resources { ///006,ルブリン,Lublin,Lublin,Lublin,Lublino,Lublin,卢布林省,루블린, ///007,ルブシュ,Lubusz,Lubusz,Lebus,Lebus,Lubus,鲁布斯卡省,루부쉬 [rest of string was truncated]";. /// - internal static string sr_097 { + public static string sr_097 { get { return ResourceManager.GetString("sr_097", resourceCulture); } @@ -20314,7 +20316,7 @@ internal class Resources { ///011,ブラガ県,Braga,Braga,Braga,Braga,Distrito de Braga,布拉加区,브라가 주, ///012,ブラガンサ県,Bragança,Bragança,Bragança,Bragança,Distri [rest of string was truncated]";. /// - internal static string sr_098 { + public static string sr_098 { get { return ResourceManager.GetString("sr_098", resourceCulture); } @@ -20332,7 +20334,7 @@ internal class Resources { ///008,ビストリツァ・ナサウド州,Bistrita-Nasaud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,Bistrita-Năsăud,比斯特里察-讷瑟乌德县,비스트리차너서우드 주, ///00 [rest of string was truncated]";. /// - internal static string sr_099 { + public static string sr_099 { get { return ResourceManager.GetString("sr_099", resourceCulture); } @@ -20347,7 +20349,7 @@ internal class Resources { ///012,アルタイ地方,Altay,Altaï (kraï),Region Altai,Territorio dell'Altaj,Territorio de Altái,阿尔泰边疆区,알타이 지방, ///013,アムール州,Amur,Amour,Oblast Amur,Regione [rest of string was truncated]";. /// - internal static string sr_100 { + public static string sr_100 { get { return ResourceManager.GetString("sr_100", resourceCulture); } @@ -20358,7 +20360,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,セルビア・コソヴォ,Serbia and Kosovo,Serbie et Kosovo,Serbien und Kosovo,Serbia e Kosovo,Serbia y Kosovo,塞尔维亚及科索沃,세르비아 코소보,. /// - internal static string sr_101 { + public static string sr_101 { get { return ResourceManager.GetString("sr_101", resourceCulture); } @@ -20375,7 +20377,7 @@ internal class Resources { ///007,トレンチーン,Trencín,Trenčín,Trenčín,Trenčín,Trenčín,特伦钦州,트렌친, ///008,トルナバ,Trnava,Trnava,Trna [rest of string was truncated]";. /// - internal static string sr_102 { + public static string sr_102 { get { return ResourceManager.GetString("sr_102", resourceCulture); } @@ -20386,7 +20388,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,スロベニア,Slovenia,Slovénie,Slowenien,Slovenia,Eslovenia,斯洛文尼亚,슬로베니아,. /// - internal static string sr_103 { + public static string sr_103 { get { return ResourceManager.GetString("sr_103", resourceCulture); } @@ -20401,7 +20403,7 @@ internal class Resources { ///005,イースタン・ケープ州,Eastern Cape,Cap-Oriental,Ostkap,Capo Orientale,Cabo Oriental,东开普省,이스턴케이프 주, ///006,クワズールー・ナタール州,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,KwaZulu-Natal,夸祖鲁-纳塔尔省, [rest of string was truncated]";. /// - internal static string sr_104 { + public static string sr_104 { get { return ResourceManager.GetString("sr_104", resourceCulture); } @@ -20417,7 +20419,7 @@ internal class Resources { ///006,バレアーレス諸島,Balearic Islands,Îles Baléares,Balearische Inseln,Baleari,Illes Balears,巴利阿里自治区,발레아레스 제도, ///007,カナリア諸島,Canary Islands,Î [rest of string was truncated]";. /// - internal static string sr_105 { + public static string sr_105 { get { return ResourceManager.GetString("sr_105", resourceCulture); } @@ -20431,7 +20433,7 @@ internal class Resources { ///004,マンジニ,Manzini,Manzini,Manzini,Manzini,Manzini,曼齐尼区,만지니, ///005,シセルウェニ,Shiselweni,Shiselweni,Shiselweni,Shiselweni,Shiselweni,希塞卢韦尼区,시셀웨니,. /// - internal static string sr_106 { + public static string sr_106 { get { return ResourceManager.GetString("sr_106", resourceCulture); } @@ -20446,7 +20448,7 @@ internal class Resources { ///005,エステルイェトランド州,Östergötland County,Östergötland,Östergötlands län,Östergötland,Östergötland,东约特兰省,외스테르예틀란드 주, ///006,セーデルマンランド州,Södermanland County,Södermanland,Söder [rest of string was truncated]";. /// - internal static string sr_107 { + public static string sr_107 { get { return ResourceManager.GetString("sr_107", resourceCulture); } @@ -20463,7 +20465,7 @@ internal class Resources { ///008,グラールス州,Glarus,Glaris,Glarus,Glarona,Glaris,格拉鲁斯州,글라루스 주, ///009,グラウビュンデン州,Graubünden,Grisons,Graubünden,Grigioni,Gris [rest of string was truncated]";. /// - internal static string sr_108 { + public static string sr_108 { get { return ResourceManager.GetString("sr_108", resourceCulture); } @@ -20481,7 +20483,7 @@ internal class Resources { ///008,コニヤ県,Konya,Konya,Konya,Konya,Konya,科尼亚省,코니아 주, ///009,アンタリヤ県,Antalya,Antalya,Anta [rest of string was truncated]";. /// - internal static string sr_109 { + public static string sr_109 { get { return ResourceManager.GetString("sr_109", resourceCulture); } @@ -20495,7 +20497,7 @@ internal class Resources { ///005,ウェールズ,Wales,Pays de Galles,Wales,Galles,Gales,威尔士,웨일즈, ///006,北アイルランド,Northern Ireland,Irlande du Nord,Nordirland,Irlanda del Nord,Irlanda del Norte,北爱尔兰,북아일랜드,. /// - internal static string sr_110 { + public static string sr_110 { get { return ResourceManager.GetString("sr_110", resourceCulture); } @@ -20506,7 +20508,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ザンビア,Zambia,Zambie,Sambia,Zambia,Zambia,赞比亚,잠비아,. /// - internal static string sr_111 { + public static string sr_111 { get { return ResourceManager.GetString("sr_111", resourceCulture); } @@ -20517,7 +20519,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ジンバブエ,Zimbabwe,Zimbabwe,Simbabwe,Zimbabwe,Zimbabue,津巴布韦,짐바브웨,. /// - internal static string sr_112 { + public static string sr_112 { get { return ResourceManager.GetString("sr_112", resourceCulture); } @@ -20528,7 +20530,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,アゼルバイジャン,Azerbaijan,Azerbaïdjan,Aserbaidschan,Azerbaigian,Azerbaiyán,阿塞拜疆,아제르바이잔,. /// - internal static string sr_113 { + public static string sr_113 { get { return ResourceManager.GetString("sr_113", resourceCulture); } @@ -20539,7 +20541,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,モーリタニア,Mauritania,Mauritanie,Mauretanien,Mauritania,Mauritania,毛里塔尼亚,모리타니,. /// - internal static string sr_114 { + public static string sr_114 { get { return ResourceManager.GetString("sr_114", resourceCulture); } @@ -20550,7 +20552,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,マリ,Mali,Mali,Mali,Mali,Malí,马里,말리,. /// - internal static string sr_115 { + public static string sr_115 { get { return ResourceManager.GetString("sr_115", resourceCulture); } @@ -20561,7 +20563,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ニジェール,Niger,Niger,Niger,Niger,Níger,尼日尔,니제르,. /// - internal static string sr_116 { + public static string sr_116 { get { return ResourceManager.GetString("sr_116", resourceCulture); } @@ -20572,7 +20574,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,チャド,Chad,Tchad,Tschad,Ciad,Chad,乍得,차드,. /// - internal static string sr_117 { + public static string sr_117 { get { return ResourceManager.GetString("sr_117", resourceCulture); } @@ -20583,7 +20585,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,スーダン,Sudan,Soudan,Sudan,Sudan,Sudán,苏丹,수단,. /// - internal static string sr_118 { + public static string sr_118 { get { return ResourceManager.GetString("sr_118", resourceCulture); } @@ -20594,7 +20596,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,エリトリア,Eritrea,Érythrée,Eritrea,Eritrea,Eritrea,厄立特里亚,에리트레아,. /// - internal static string sr_119 { + public static string sr_119 { get { return ResourceManager.GetString("sr_119", resourceCulture); } @@ -20605,7 +20607,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ジブチ,Djibouti,Djibouti,Dschibuti,Gibuti,Yibuti,吉布提,지부티,. /// - internal static string sr_120 { + public static string sr_120 { get { return ResourceManager.GetString("sr_120", resourceCulture); } @@ -20616,7 +20618,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ソマリア,Somalia,Somalie,Somalia,Somalia,Somalia,索马里,소말리아,. /// - internal static string sr_121 { + public static string sr_121 { get { return ResourceManager.GetString("sr_121", resourceCulture); } @@ -20627,7 +20629,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,アンドラ,Andorra,Andorre,Andorra,Andorra,Andorra,安道尔,안도라,. /// - internal static string sr_122 { + public static string sr_122 { get { return ResourceManager.GetString("sr_122", resourceCulture); } @@ -20638,7 +20640,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ジブラルタル,Gibraltar,Gibraltar,Gibraltar,Gibilterra,Gibraltar,直布罗陀,지브롤터,. /// - internal static string sr_123 { + public static string sr_123 { get { return ResourceManager.GetString("sr_123", resourceCulture); } @@ -20649,7 +20651,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ガーンジー島,Guernsey,Guernesey,Guernsey,Guernsey,Guernsey,根西,건지 섬,. /// - internal static string sr_124 { + public static string sr_124 { get { return ResourceManager.GetString("sr_124", resourceCulture); } @@ -20660,7 +20662,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,マン島,Isle of Man,Île de Man,Isle of Man,Isola di Man,Isla de Man,马恩岛,맨 섬,. /// - internal static string sr_125 { + public static string sr_125 { get { return ResourceManager.GetString("sr_125", resourceCulture); } @@ -20671,7 +20673,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ジャージー島,Jersey,Jersey,Jersey,Jersey,Jersey,泽西,저지 섬,. /// - internal static string sr_126 { + public static string sr_126 { get { return ResourceManager.GetString("sr_126", resourceCulture); } @@ -20682,7 +20684,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,モナコ,Monaco,Monaco,Monaco,Monaco (Principato di),Mónaco,摩纳哥,모나코,. /// - internal static string sr_127 { + public static string sr_127 { get { return ResourceManager.GetString("sr_127", resourceCulture); } @@ -20700,7 +20702,7 @@ internal class Resources { ///008,台南市,Tainan City,Tainan,Tainan,Tainan,Tainan,-,타이난, ///009,新北市,New Taipe [rest of string was truncated]";. /// - internal static string sr_128 { + public static string sr_128 { get { return ResourceManager.GetString("sr_128", resourceCulture); } @@ -20717,7 +20719,7 @@ internal class Resources { ///007,テジョン広域市,Daejeon-gwangyeoksi,Daejeon,Daejeon,Daejeon,Daejeon,大田广域市,대전광역시, ///008,ウルサン広域市,Ulsan- [rest of string was truncated]";. /// - internal static string sr_136 { + public static string sr_136 { get { return ResourceManager.GetString("sr_136", resourceCulture); } @@ -20728,7 +20730,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,ホンコン,Hong Kong,Hong Kong,Hongkong,Hong Kong,Hong Kong,中国 香港,홍콩,. /// - internal static string sr_144 { + public static string sr_144 { get { return ResourceManager.GetString("sr_144", resourceCulture); } @@ -20739,7 +20741,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,シンガポール,Singapore,Singapour,Singapur,Singapore,Singapur,新加坡,싱가포르,. /// - internal static string sr_153 { + public static string sr_153 { get { return ResourceManager.GetString("sr_153", resourceCulture); } @@ -20756,7 +20758,7 @@ internal class Resources { ///007,ヌグリ・センビラン州,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,Negeri Sembilan,森美兰州,느그리슴빌란 주, ///008,パハン州,Paha [rest of string was truncated]";. /// - internal static string sr_156 { + public static string sr_156 { get { return ResourceManager.GetString("sr_156", resourceCulture); } @@ -20774,7 +20776,7 @@ internal class Resources { ///008,甘粛省,Gansu,Gansu,Gansu,Gansu,Gansu,甘肃省,간쑤 성, ///009,広東省,Guangdong,Guangdong,Guangdong,Guangdong,Cantón,广东省, [rest of string was truncated]";. /// - internal static string sr_160 { + public static string sr_160 { get { return ResourceManager.GetString("sr_160", resourceCulture); } @@ -20791,7 +20793,7 @@ internal class Resources { ///007,フジャイラー,Al Fujayrah,Fujaïrah,Fudschaira,Fujayrah,Fujaira,富查伊拉,알푸자이라, ///008,ウム・アル・カイワイン,Umm al Qaywayn,Umm al-Qaiw [rest of string was truncated]";. /// - internal static string sr_168 { + public static string sr_168 { get { return ResourceManager.GetString("sr_168", resourceCulture); } @@ -20806,7 +20808,7 @@ internal class Resources { ///005,アッサム州,Assam,Assam,Assam,Assam,Assam,阿萨姆邦,아삼 주, ///006,チャンディーガル州,Chandīgarh,Chandigarh,Chandigarh,Chandigarh,Chandigarh,昌迪加尔中 [rest of string was truncated]";. /// - internal static string sr_169 { + public static string sr_169 { get { return ResourceManager.GetString("sr_169", resourceCulture); } @@ -20824,7 +20826,7 @@ internal class Resources { ///008,ハーイル州,Ha'il,Haïl,Hail,Ha'il,Hail,哈伊勒地区,하일 주, ///009,メッカ [rest of string was truncated]";. /// - internal static string sr_174 { + public static string sr_174 { get { return ResourceManager.GetString("sr_174", resourceCulture); } @@ -20835,7 +20837,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,サンマリノ,San Marino,Saint-Marin,San Marino,San Marino,San Marino,圣马力诺,산마리노,. /// - internal static string sr_184 { + public static string sr_184 { get { return ResourceManager.GetString("sr_184", resourceCulture); } @@ -20846,7 +20848,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,バチカン,Vatican City,Vatican,Vatikanstadt,Vaticano (Città del),Vaticano,梵蒂冈,바티칸,. /// - internal static string sr_185 { + public static string sr_185 { get { return ResourceManager.GetString("sr_185", resourceCulture); } @@ -20857,7 +20859,7 @@ internal class Resources { ///000,—,—,—,—,—,—,—,— ///001,バーミューダ,Bermuda,Bermudes,Bermuda,Bermude,Bermudas,百慕大,버뮤다,. /// - internal static string sr_186 { + public static string sr_186 { get { return ResourceManager.GetString("sr_186", resourceCulture); } @@ -20866,7 +20868,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap swapBox { + public static System.Drawing.Bitmap swapBox { get { object obj = ResourceManager.GetObject("swapBox", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -20876,7 +20878,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap team { + public static System.Drawing.Bitmap team { get { object obj = ResourceManager.GetObject("team", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -20929,7 +20931,7 @@ internal class Resources { ///Magnetfalle ///Lärmschutz [rest of string was truncated]";. /// - internal static string text_abilities_de { + public static string text_abilities_de { get { return ResourceManager.GetString("text_abilities_de", resourceCulture); } @@ -20981,7 +20983,7 @@ internal class Resources { ///Magnetfalle ///Lärmschutz [rest of string was truncated]";. /// - internal static string text_Abilities_de1 { + public static string text_Abilities_de1 { get { return ResourceManager.GetString("text_Abilities_de1", resourceCulture); } @@ -21034,7 +21036,7 @@ internal class Resources { ///Soundproof /// [rest of string was truncated]";. /// - internal static string text_abilities_en { + public static string text_abilities_en { get { return ResourceManager.GetString("text_abilities_en", resourceCulture); } @@ -21087,7 +21089,7 @@ internal class Resources { ///Soundproof /// [rest of string was truncated]";. /// - internal static string text_Abilities_en1 { + public static string text_Abilities_en1 { get { return ResourceManager.GetString("text_Abilities_en1", resourceCulture); } @@ -21138,7 +21140,7 @@ internal class Resources { ///Velo Agua ///Imá [rest of string was truncated]";. /// - internal static string text_abilities_es { + public static string text_abilities_es { get { return ResourceManager.GetString("text_abilities_es", resourceCulture); } @@ -21189,7 +21191,7 @@ internal class Resources { ///Velo Agua ///Imá [rest of string was truncated]";. /// - internal static string text_Abilities_es1 { + public static string text_Abilities_es1 { get { return ResourceManager.GetString("text_Abilities_es1", resourceCulture); } @@ -21243,7 +21245,7 @@ internal class Resources { ///Cuvette ///Sable Vol [rest of string was truncated]";. /// - internal static string text_abilities_fr { + public static string text_abilities_fr { get { return ResourceManager.GetString("text_abilities_fr", resourceCulture); } @@ -21297,7 +21299,7 @@ internal class Resources { ///Cuvette ///Sable Vol [rest of string was truncated]";. /// - internal static string text_Abilities_fr1 { + public static string text_Abilities_fr1 { get { return ResourceManager.GetString("text_Abilities_fr1", resourceCulture); } @@ -21350,7 +21352,7 @@ internal class Resources { ///Antisuono ///C [rest of string was truncated]";. /// - internal static string text_abilities_it { + public static string text_abilities_it { get { return ResourceManager.GetString("text_abilities_it", resourceCulture); } @@ -21403,7 +21405,7 @@ internal class Resources { ///Antisuono ///C [rest of string was truncated]";. /// - internal static string text_Abilities_it1 { + public static string text_Abilities_it1 { get { return ResourceManager.GetString("text_Abilities_it1", resourceCulture); } @@ -21487,7 +21489,7 @@ internal class Resources { ///ヨガパワー ///シェルアーマー [rest of string was truncated]";. /// - internal static string text_abilities_ja { + public static string text_abilities_ja { get { return ResourceManager.GetString("text_abilities_ja", resourceCulture); } @@ -21571,7 +21573,7 @@ internal class Resources { ///ヨガパワー ///シェルアーマー [rest of string was truncated]";. /// - internal static string text_Abilities_ja1 { + public static string text_Abilities_ja1 { get { return ResourceManager.GetString("text_Abilities_ja1", resourceCulture); } @@ -21677,7 +21679,7 @@ internal class Resources { ///노말스킨 ///스나이퍼 [rest of string was truncated]";. /// - internal static string text_abilities_ko { + public static string text_abilities_ko { get { return ResourceManager.GetString("text_abilities_ko", resourceCulture); } @@ -21783,7 +21785,7 @@ internal class Resources { ///노말스킨 ///스나이퍼 [rest of string was truncated]";. /// - internal static string text_Abilities_ko1 { + public static string text_Abilities_ko1 { get { return ResourceManager.GetString("text_Abilities_ko1", resourceCulture); } @@ -21898,9 +21900,10 @@ internal class Resources { ///超幸运 ///引爆 ///危险预知 - ///预知梦 /// [rest of string was truncated]";. + ///预知梦 + /// [rest of string was truncated]";. /// - internal static string text_abilities_zh { + public static string text_abilities_zh { get { return ResourceManager.GetString("text_abilities_zh", resourceCulture); } @@ -22015,9 +22018,10 @@ internal class Resources { ///超幸运 ///引爆 ///危险预知 - ///预知梦 /// [rest of string was truncated]";. + ///预知梦 + /// [rest of string was truncated]";. /// - internal static string text_Abilities_zh1 { + public static string text_Abilities_zh1 { get { return ResourceManager.GetString("text_Abilities_zh1", resourceCulture); } @@ -22067,7 +22071,7 @@ internal class Resources { ///Siegesstraße ///Tessera [rest of string was truncated]";. /// - internal static string text_bw2_00000_de { + public static string text_bw2_00000_de { get { return ResourceManager.GetString("text_bw2_00000_de", resourceCulture); } @@ -22115,7 +22119,7 @@ internal class Resources { ///Twist Mountain ///Dragonspiral [rest of string was truncated]";. /// - internal static string text_bw2_00000_en { + public static string text_bw2_00000_en { get { return ResourceManager.GetString("text_bw2_00000_en", resourceCulture); } @@ -22163,7 +22167,7 @@ internal class Resources { ///Monte Tuerca ///Torre [rest of string was truncated]";. /// - internal static string text_bw2_00000_es { + public static string text_bw2_00000_es { get { return ResourceManager.GetString("text_bw2_00000_es", resourceCulture); } @@ -22213,7 +22217,7 @@ internal class Resources { ///Route Victoire ///En [rest of string was truncated]";. /// - internal static string text_bw2_00000_fr { + public static string text_bw2_00000_fr { get { return ResourceManager.GetString("text_bw2_00000_fr", resourceCulture); } @@ -22257,7 +22261,7 @@ internal class Resources { ///Deserto della Quiete ///Castello [rest of string was truncated]";. /// - internal static string text_bw2_00000_it { + public static string text_bw2_00000_it { get { return ResourceManager.GetString("text_bw2_00000_it", resourceCulture); } @@ -22319,7 +22323,7 @@ internal class Resources { ///ユナイテッドタワー ///ちかすいみゃく [rest of string was truncated]";. /// - internal static string text_bw2_00000_ja { + public static string text_bw2_00000_ja { get { return ResourceManager.GetString("text_bw2_00000_ja", resourceCulture); } @@ -22396,7 +22400,7 @@ internal class Resources { ///빌리지 브리지 ///원더 [rest of string was truncated]";. /// - internal static string text_bw2_00000_ko { + public static string text_bw2_00000_ko { get { return ResourceManager.GetString("text_bw2_00000_ko", resourceCulture); } @@ -22483,7 +22487,7 @@ internal class Resources { ///帆巴市 /// [rest of string was truncated]";. /// - internal static string text_bw2_00000_zh { + public static string text_bw2_00000_zh { get { return ResourceManager.GetString("text_bw2_00000_zh", resourceCulture); } @@ -22506,7 +22510,7 @@ internal class Resources { ///Kontaktebene ///Pokémon Traumradar. /// - internal static string text_bw2_30000_de { + public static string text_bw2_30000_de { get { return ResourceManager.GetString("text_bw2_30000_de", resourceCulture); } @@ -22529,7 +22533,7 @@ internal class Resources { ///Entralink ///Pokémon Dream Radar. /// - internal static string text_bw2_30000_en { + public static string text_bw2_30000_en { get { return ResourceManager.GetString("text_bw2_30000_en", resourceCulture); } @@ -22552,7 +22556,7 @@ internal class Resources { ///Zona Nexo ///RAdar Pokémon. /// - internal static string text_bw2_30000_es { + public static string text_bw2_30000_es { get { return ResourceManager.GetString("text_bw2_30000_es", resourceCulture); } @@ -22575,7 +22579,7 @@ internal class Resources { ///Heylink ///RAdar Pokémon. /// - internal static string text_bw2_30000_fr { + public static string text_bw2_30000_fr { get { return ResourceManager.GetString("text_bw2_30000_fr", resourceCulture); } @@ -22598,7 +22602,7 @@ internal class Resources { ///Intramondo ///RAdar Pokémon. /// - internal static string text_bw2_30000_it { + public static string text_bw2_30000_it { get { return ResourceManager.GetString("text_bw2_30000_it", resourceCulture); } @@ -22621,7 +22625,7 @@ internal class Resources { ///ハイリンク ///ポケモンARサーチャー. /// - internal static string text_bw2_30000_ja { + public static string text_bw2_30000_ja { get { return ResourceManager.GetString("text_bw2_30000_ja", resourceCulture); } @@ -22644,7 +22648,7 @@ internal class Resources { ///하일링크 ///포켓몬 AR 서처. /// - internal static string text_bw2_30000_ko { + public static string text_bw2_30000_ko { get { return ResourceManager.GetString("text_bw2_30000_ko", resourceCulture); } @@ -22667,7 +22671,7 @@ internal class Resources { ///潜入连接 ///宝可梦AR搜索者. /// - internal static string text_bw2_30000_zh { + public static string text_bw2_30000_zh { get { return ResourceManager.GetString("text_bw2_30000_zh", resourceCulture); } @@ -22715,7 +22719,7 @@ internal class Resources { ///Worlds 2013 ///Worlds 2014 [rest of string was truncated]";. /// - internal static string text_bw2_40000_de { + public static string text_bw2_40000_de { get { return ResourceManager.GetString("text_bw2_40000_de", resourceCulture); } @@ -22762,7 +22766,7 @@ internal class Resources { ///Worlds 2012 ///Worlds [rest of string was truncated]";. /// - internal static string text_bw2_40000_en { + public static string text_bw2_40000_en { get { return ResourceManager.GetString("text_bw2_40000_en", resourceCulture); } @@ -22801,7 +22805,7 @@ internal class Resources { ///Camp. Mundial 2016 ///Camp [rest of string was truncated]";. /// - internal static string text_bw2_40000_es { + public static string text_bw2_40000_es { get { return ResourceManager.GetString("text_bw2_40000_es", resourceCulture); } @@ -22848,7 +22852,7 @@ internal class Resources { ///Worlds 2012 ///Worlds 2 [rest of string was truncated]";. /// - internal static string text_bw2_40000_fr { + public static string text_bw2_40000_fr { get { return ResourceManager.GetString("text_bw2_40000_fr", resourceCulture); } @@ -22896,7 +22900,7 @@ internal class Resources { ///Worlds 2013 ///World [rest of string was truncated]";. /// - internal static string text_bw2_40000_it { + public static string text_bw2_40000_it { get { return ResourceManager.GetString("text_bw2_40000_it", resourceCulture); } @@ -22957,7 +22961,7 @@ internal class Resources { ///VGE2014 ///VGE2 [rest of string was truncated]";. /// - internal static string text_bw2_40000_ja { + public static string text_bw2_40000_ja { get { return ResourceManager.GetString("text_bw2_40000_ja", resourceCulture); } @@ -23022,7 +23026,7 @@ internal class Resources { ///VGE2018 ///VGE2 [rest of string was truncated]";. /// - internal static string text_bw2_40000_ko { + public static string text_bw2_40000_ko { get { return ResourceManager.GetString("text_bw2_40000_ko", resourceCulture); } @@ -23088,7 +23092,7 @@ internal class Resources { ///VGE2019 ///VG [rest of string was truncated]";. /// - internal static string text_bw2_40000_zh { + public static string text_bw2_40000_zh { get { return ResourceManager.GetString("text_bw2_40000_zh", resourceCulture); } @@ -23099,7 +23103,7 @@ internal class Resources { ///Betreuerpärchen ///Züchter. /// - internal static string text_bw2_60000_de { + public static string text_bw2_60000_de { get { return ResourceManager.GetString("text_bw2_60000_de", resourceCulture); } @@ -23110,7 +23114,7 @@ internal class Resources { ///Day-Care Couple ///PKMN Breeder. /// - internal static string text_bw2_60000_en { + public static string text_bw2_60000_en { get { return ResourceManager.GetString("text_bw2_60000_en", resourceCulture); } @@ -23121,7 +23125,7 @@ internal class Resources { ///Pareja guardería ///Criapokémon. /// - internal static string text_bw2_60000_es { + public static string text_bw2_60000_es { get { return ResourceManager.GetString("text_bw2_60000_es", resourceCulture); } @@ -23132,7 +23136,7 @@ internal class Resources { ///Couple de la Pension ///Éleveuse. /// - internal static string text_bw2_60000_fr { + public static string text_bw2_60000_fr { get { return ResourceManager.GetString("text_bw2_60000_fr", resourceCulture); } @@ -23143,7 +23147,7 @@ internal class Resources { ///Coppia Pensione ///AllevaPKMN. /// - internal static string text_bw2_60000_it { + public static string text_bw2_60000_it { get { return ResourceManager.GetString("text_bw2_60000_it", resourceCulture); } @@ -23154,7 +23158,7 @@ internal class Resources { ///そだてやふうふ ///トレジャーハンター. /// - internal static string text_bw2_60000_ja { + public static string text_bw2_60000_ja { get { return ResourceManager.GetString("text_bw2_60000_ja", resourceCulture); } @@ -23165,7 +23169,7 @@ internal class Resources { ///키우미집부부 ///브리더. /// - internal static string text_bw2_60000_ko { + public static string text_bw2_60000_ko { get { return ResourceManager.GetString("text_bw2_60000_ko", resourceCulture); } @@ -23176,7 +23180,7 @@ internal class Resources { ///饲育屋夫妇 ///寻宝猎人. /// - internal static string text_bw2_60000_zh { + public static string text_bw2_60000_zh { get { return ResourceManager.GetString("text_bw2_60000_zh", resourceCulture); } @@ -23209,7 +23213,7 @@ internal class Resources { ///Ist oft in Gedanken. ///Sehr pedantis [rest of string was truncated]";. /// - internal static string text_character_de { + public static string text_character_de { get { return ResourceManager.GetString("text_character_de", resourceCulture); } @@ -23244,7 +23248,7 @@ internal class Resources { ///Strong willed. ///Somewhat vai [rest of string was truncated]";. /// - internal static string text_character_en { + public static string text_character_en { get { return ResourceManager.GetString("text_character_en", resourceCulture); } @@ -23274,7 +23278,7 @@ internal class Resources { ///Es extremadamente curioso. ///Le gusta hacer [rest of string was truncated]";. /// - internal static string text_character_es { + public static string text_character_es { get { return ResourceManager.GetString("text_character_es", resourceCulture); } @@ -23310,7 +23314,7 @@ internal class Resources { ///Un peu vaniteux. ///Esprit [rest of string was truncated]";. /// - internal static string text_character_fr { + public static string text_character_fr { get { return ResourceManager.GetString("text_character_fr", resourceCulture); } @@ -23342,7 +23346,7 @@ internal class Resources { ///È estremamente sagace. ///Si perde nel suo mo [rest of string was truncated]";. /// - internal static string text_character_it { + public static string text_character_it { get { return ResourceManager.GetString("text_character_it", resourceCulture); } @@ -23380,7 +23384,7 @@ internal class Resources { ///まけずぎらい. ///ちょっぴり ごうじょう.. /// - internal static string text_character_ja { + public static string text_character_ja { get { return ResourceManager.GetString("text_character_ja", resourceCulture); } @@ -23418,7 +23422,7 @@ internal class Resources { ///지기 싫어함. ///조금 고집통이임.. /// - internal static string text_character_ko { + public static string text_character_ko { get { return ResourceManager.GetString("text_character_ko", resourceCulture); } @@ -23456,54 +23460,54 @@ internal class Resources { ///不服输。 ///有一点点固执。. /// - internal static string text_character_zh { + public static string text_character_zh { get { return ResourceManager.GetString("text_character_zh", resourceCulture); } } /// - /// Looks up a localized string similar to (None) - ///Outskirt Stand (C) Cipher Lab (XD) - ///Outskirt Stand (C) - ///Phenac City (C) - ///Phenac City (C) - ///Mayor's House (C) - ///Mayor's House (C) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Phenac City (C) Cipher Lab (XD) - ///Pre Gym (C) Cipher Lab (XD) - ///Pre Gym (C) Mt. Battle (XD) - ///Phenac Stadium (C) Mt. Battle (XD) - ///Phenac Stadium (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) - ///Pyrite Town (C) Mt. Battle (XD) + /// Looks up a localized string similar to (None) + ///Outskirt Stand (C) Cipher Lab (XD) + ///Outskirt Stand (C) + ///Phenac City (C) + ///Phenac City (C) + ///Mayor's House (C) + ///Mayor's House (C) + ///Phenac City (C) Cipher Lab (XD) + ///Phenac City (C) Cipher Lab (XD) + ///Phenac City (C) Cipher Lab (XD) + ///Phenac City (C) Cipher Lab (XD) + ///Pre Gym (C) Cipher Lab (XD) + ///Pre Gym (C) Mt. Battle (XD) + ///Phenac Stadium (C) Mt. Battle (XD) + ///Phenac Stadium (C) Mt. Battle (XD) + ///Pyrite Town (C) Mt. Battle (XD) + ///Pyrite Town (C) Mt. Battle (XD) + ///Pyrite Town (C) Mt. Battle (XD) + ///Pyrite Town (C) Mt. Battle (XD) ///P [rest of string was truncated]";. /// - internal static string text_cxd_00000_en { + public static string text_cxd_00000_en { get { return ResourceManager.GetString("text_cxd_00000_en", resourceCulture); } } /// - /// Looks up a localized string similar to None - ///Rock Smash (HGSS) - ///Tall Grass + /// Looks up a localized string similar to Kein + ///Zertrümmerer (HGSS) + ///Hohes Graß /// ///Dialga/Palkia - ///Cave/Hall of Origin + ///Höhle/Halle des Ursprungs /// - ///Surfing/Fishing + ///Surfen/Angeln /// - ///Building/Enigma Stone - ///Marsh/Safari + ///Gebäude/Mytokristall + ///Großmoor/Safari /// - ///Starter/Fossil/Gift (DP) + ///Starter/Fossil/Geschenk (DP) /// /// /// @@ -23514,10 +23518,11 @@ internal class Resources { /// /// /// - ///Distortion World (Pt) - ///Starter/Fossil/Gift (Pt/DP Trio). + ///Zerrwelt (Pt) + ///Starter/Fossil/Geschenk (Pt/DP Trio) + ///. /// - internal static string text_encountertype_de { + public static string text_encountertype_de { get { return ResourceManager.GetString("text_encountertype_de", resourceCulture); } @@ -23550,7 +23555,7 @@ internal class Resources { ///Distortion World (Pt) ///Starter/Fossil/Gift (Pt/DP Trio). /// - internal static string text_encountertype_en { + public static string text_encountertype_en { get { return ResourceManager.GetString("text_encountertype_en", resourceCulture); } @@ -23583,7 +23588,7 @@ internal class Resources { ///Mundo Distorsion (Pt) ///Inicial/Fosil/Regalo (Pt/DP Trio). /// - internal static string text_encountertype_es { + public static string text_encountertype_es { get { return ResourceManager.GetString("text_encountertype_es", resourceCulture); } @@ -23616,7 +23621,7 @@ internal class Resources { ///Distortion World (Pt) ///Starter/Fossil/Gift (Pt/DP Trio). /// - internal static string text_encountertype_fr { + public static string text_encountertype_fr { get { return ResourceManager.GetString("text_encountertype_fr", resourceCulture); } @@ -23649,7 +23654,7 @@ internal class Resources { ///Distortion World (Pt) ///Starter/Fossil/Gift (Pt/DP Trio). /// - internal static string text_encountertype_it { + public static string text_encountertype_it { get { return ResourceManager.GetString("text_encountertype_it", resourceCulture); } @@ -23682,7 +23687,7 @@ internal class Resources { ///Distortion World (Pt) ///Starter/Fossil/Gift (Pt/DP Trio). /// - internal static string text_encountertype_ja { + public static string text_encountertype_ja { get { return ResourceManager.GetString("text_encountertype_ja", resourceCulture); } @@ -23715,7 +23720,7 @@ internal class Resources { ///Distortion World (Pt) ///Starter/Fossil/Gift (Pt/DP Trio). /// - internal static string text_encountertype_ko { + public static string text_encountertype_ko { get { return ResourceManager.GetString("text_encountertype_ko", resourceCulture); } @@ -23748,7 +23753,7 @@ internal class Resources { ///毁坏的世界(Pt) ///御三家/化石/礼物 (Pt/DP Trio). /// - internal static string text_encountertype_zh { + public static string text_encountertype_zh { get { return ResourceManager.GetString("text_encountertype_zh", resourceCulture); } @@ -24006,9 +24011,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_de { + public static string text_forms_de { get { return ResourceManager.GetString("text_forms_de", resourceCulture); } @@ -24268,9 +24274,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_en { + public static string text_forms_en { get { return ResourceManager.GetString("text_forms_en", resourceCulture); } @@ -24531,7 +24538,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_forms_es { + public static string text_forms_es { get { return ResourceManager.GetString("text_forms_es", resourceCulture); } @@ -24792,7 +24799,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_Forms_es1 { + public static string text_Forms_es1 { get { return ResourceManager.GetString("text_Forms_es1", resourceCulture); } @@ -25049,9 +25056,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_fr { + public static string text_forms_fr { get { return ResourceManager.GetString("text_forms_fr", resourceCulture); } @@ -25308,9 +25316,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_Forms_fr1 { + public static string text_Forms_fr1 { get { return ResourceManager.GetString("text_Forms_fr1", resourceCulture); } @@ -25568,9 +25577,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_it { + public static string text_forms_it { get { return ResourceManager.GetString("text_forms_it", resourceCulture); } @@ -25828,9 +25838,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_Forms_it1 { + public static string text_Forms_it1 { get { return ResourceManager.GetString("text_Forms_it1", resourceCulture); } @@ -26090,7 +26101,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_forms_ja { + public static string text_forms_ja { get { return ResourceManager.GetString("text_forms_ja", resourceCulture); } @@ -26347,9 +26358,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_ko { + public static string text_forms_ko { get { return ResourceManager.GetString("text_forms_ko", resourceCulture); } @@ -26607,9 +26619,10 @@ internal class Resources { /// /// /// - /// /// [rest of string was truncated]";. + /// + /// [rest of string was truncated]";. /// - internal static string text_forms_zh { + public static string text_forms_zh { get { return ResourceManager.GetString("text_forms_zh", resourceCulture); } @@ -26649,7 +26662,7 @@ internal class Resources { ///Sonne ///Mond. /// - internal static string text_games_de { + public static string text_games_de { get { return ResourceManager.GetString("text_games_de", resourceCulture); } @@ -26689,7 +26702,7 @@ internal class Resources { ///Sun ///Moon. /// - internal static string text_games_en { + public static string text_games_en { get { return ResourceManager.GetString("text_games_en", resourceCulture); } @@ -26729,7 +26742,7 @@ internal class Resources { ///Sol ///Luna. /// - internal static string text_games_es { + public static string text_games_es { get { return ResourceManager.GetString("text_games_es", resourceCulture); } @@ -26769,7 +26782,7 @@ internal class Resources { ///Soleil ///Lune. /// - internal static string text_games_fr { + public static string text_games_fr { get { return ResourceManager.GetString("text_games_fr", resourceCulture); } @@ -26809,7 +26822,7 @@ internal class Resources { ///Sole ///Luna. /// - internal static string text_games_it { + public static string text_games_it { get { return ResourceManager.GetString("text_games_it", resourceCulture); } @@ -26849,7 +26862,7 @@ internal class Resources { ///サン ///ムーン. /// - internal static string text_games_ja { + public static string text_games_ja { get { return ResourceManager.GetString("text_games_ja", resourceCulture); } @@ -26889,7 +26902,7 @@ internal class Resources { ///썬 ///문. /// - internal static string text_games_ko { + public static string text_games_ko { get { return ResourceManager.GetString("text_games_ko", resourceCulture); } @@ -26929,7 +26942,7 @@ internal class Resources { ///太阳 ///月亮. /// - internal static string text_games_zh { + public static string text_games_zh { get { return ResourceManager.GetString("text_games_zh", resourceCulture); } @@ -26959,7 +26972,7 @@ internal class Resources { ///in einer Pokémon-Arena ///in [rest of string was truncated]";. /// - internal static string text_genloc_de { + public static string text_genloc_de { get { return ResourceManager.GetString("text_genloc_de", resourceCulture); } @@ -27002,7 +27015,7 @@ internal class Resources { ///a seaside city ///the inside of a tall bu [rest of string was truncated]";. /// - internal static string text_genloc_en { + public static string text_genloc_en { get { return ResourceManager.GetString("text_genloc_en", resourceCulture); } @@ -27040,7 +27053,7 @@ internal class Resources { ///una estación /// [rest of string was truncated]";. /// - internal static string text_genloc_es { + public static string text_genloc_es { get { return ResourceManager.GetString("text_genloc_es", resourceCulture); } @@ -27072,7 +27085,7 @@ internal class Resources { ///dans une ville immense ///dans un imm [rest of string was truncated]";. /// - internal static string text_genloc_fr { + public static string text_genloc_fr { get { return ResourceManager.GetString("text_genloc_fr", resourceCulture); } @@ -27106,7 +27119,7 @@ internal class Resources { ///in un caffè elegante ///in un c [rest of string was truncated]";. /// - internal static string text_genloc_it { + public static string text_genloc_it { get { return ResourceManager.GetString("text_genloc_it", resourceCulture); } @@ -27178,7 +27191,7 @@ internal class Resources { ///ひみつきち ///コンテストライブかい [rest of string was truncated]";. /// - internal static string text_genloc_ja { + public static string text_genloc_ja { get { return ResourceManager.GetString("text_genloc_ja", resourceCulture); } @@ -27257,7 +27270,7 @@ internal class Resources { ///신비스러운 장소 ///창공. /// - internal static string text_genloc_ko { + public static string text_genloc_ko { get { return ResourceManager.GetString("text_genloc_ko", resourceCulture); } @@ -27336,245 +27349,245 @@ internal class Resources { ///神秘的地方 ///天空. /// - internal static string text_genloc_zh { + public static string text_genloc_zh { get { return ResourceManager.GetString("text_genloc_zh", resourceCulture); } } /// - /// Looks up a localized string similar to (None) - ///New Bark Town - ///Route 29 - ///Cherrygrove City - ///Route 30 - ///Route 31 - ///Violet City - ///Sprout Tower - ///Route 32 - ///Ruins of Alph - ///Union Cave - ///Route 33 - ///Azalea Town - ///Slowpoke Well - ///Ilex Forest - ///Route 34 - ///Goldenrod City - ///Radio Tower - ///Route 35 - ///National Park - ///Route 36 - ///Route 37 - ///Ecruteak City - ///Tin Tower - ///Burned Tower - ///Route 38 - ///Route 39 - ///Olivine City - ///Lighthouse - ///Battle Tower - ///Route 40 - ///Whirl Islands - ///Route 41 - ///Cianwood City - ///Route 42 - ///Mt. Mortar - ///Mahogany Town - ///Route 43 - ///Lake of Rage - ///Route 44 - ///Ice Path - ///Blackthorn City - ///Dragon's Den - ///Route 45 - ///Dark Cave + /// Looks up a localized string similar to (None) + ///New Bark Town + ///Route 29 + ///Cherrygrove City + ///Route 30 + ///Route 31 + ///Violet City + ///Sprout Tower + ///Route 32 + ///Ruins of Alph + ///Union Cave + ///Route 33 + ///Azalea Town + ///Slowpoke Well + ///Ilex Forest + ///Route 34 + ///Goldenrod City + ///Radio Tower + ///Route 35 + ///National Park + ///Route 36 + ///Route 37 + ///Ecruteak City + ///Tin Tower + ///Burned Tower + ///Route 38 + ///Route 39 + ///Olivine City + ///Lighthouse + ///Battle Tower + ///Route 40 + ///Whirl Islands + ///Route 41 + ///Cianwood City + ///Route 42 + ///Mt. Mortar + ///Mahogany Town + ///Route 43 + ///Lake of Rage + ///Route 44 + ///Ice Path + ///Blackthorn City + ///Dragon's Den + ///Route 45 + ///Dark Cave ///Rout [rest of string was truncated]";. /// - internal static string text_gsc_00000_en { + public static string text_gsc_00000_en { get { return ResourceManager.GetString("text_gsc_00000_en", resourceCulture); } } /// - /// Looks up a localized string similar to (Ninguno) - ///Pueblo Primavera - ///Ruta 29 - ///Ciudad Cerezo - ///Ruta 30 - ///Ruta 31 - ///Ciudad Malva - ///Torre Bellsprout - ///Ruta 32 - ///Ruinas Alfa - ///Cueva Unión - ///Ruta 33 - ///Pueblo Azalea - ///Pozo Slowpoke - ///Encinar - ///Ruta 34 - ///Ciudad Trigal - ///Torre Radio - ///Ruta 35 - ///Parque Nacional - ///Ruta 36 - ///Ruta 37 - ///Ciudad Iris - ///Torre Campana - ///Torre Quemada - ///Ruta 38 - ///Ruta 39 - ///Ciudad Olivo - ///Faro - ///Torre Batalla - ///Ruta 40 - ///Islas Remolino - ///Ruta 41 - ///Ciudad Orquídea - ///Ruta 42 - ///Mt. Mortero - ///Pueblo Caoba - ///Ruta 43 - ///Lago de la Furia - ///Ruta 44 - ///Ruta Helada - ///Ciudad Endrino - ///Guarida Dragón - ///Ruta 45 - ///Cueva Oscura + /// Looks up a localized string similar to (Ninguno) + ///Pueblo Primavera + ///Ruta 29 + ///Ciudad Cerezo + ///Ruta 30 + ///Ruta 31 + ///Ciudad Malva + ///Torre Bellsprout + ///Ruta 32 + ///Ruinas Alfa + ///Cueva Unión + ///Ruta 33 + ///Pueblo Azalea + ///Pozo Slowpoke + ///Encinar + ///Ruta 34 + ///Ciudad Trigal + ///Torre Radio + ///Ruta 35 + ///Parque Nacional + ///Ruta 36 + ///Ruta 37 + ///Ciudad Iris + ///Torre Campana + ///Torre Quemada + ///Ruta 38 + ///Ruta 39 + ///Ciudad Olivo + ///Faro + ///Torre Batalla + ///Ruta 40 + ///Islas Remolino + ///Ruta 41 + ///Ciudad Orquídea + ///Ruta 42 + ///Mt. Mortero + ///Pueblo Caoba + ///Ruta 43 + ///Lago de la Furia + ///Ruta 44 + ///Ruta Helada + ///Ciudad Endrino + ///Guarida Dragón + ///Ruta 45 + ///Cueva Oscura ///Rut [rest of string was truncated]";. /// - internal static string text_gsc_00000_es { + public static string text_gsc_00000_es { get { return ResourceManager.GetString("text_gsc_00000_es", resourceCulture); } } /// - /// Looks up a localized string similar to (None) - ///若叶镇 - ///29号道路 - ///吉花市 - ///30号道路 - ///31号道路 - ///桔梗市 - ///喇叭芽之塔 - ///32号道路 - ///阿露福遗迹 - ///互连洞 - ///33号道路 - ///桧皮镇 - ///呆呆兽之井 - ///桐树林 - ///34号道路 - ///满金市 - ///广播电塔 - ///35号道路 - ///自然公园 - ///36号道路 - ///37号道路 - ///圆朱市 - ///铃铛塔 - ///烧焦塔 - ///38号道路 - ///39号道路 - ///浅黄市 - ///灯塔 - ///对战塔 - ///40号道路 - ///漩涡列岛 - ///41号道路 - ///湛蓝市 - ///42号道路 - ///擂钵山 - ///卡吉镇 - ///43号道路 - ///愤怒之湖 - ///44号道路 - ///冰雪通路 - ///烟墨市 - ///龙穴 - ///45号道路 - ///黑暗穴 - ///46号道路 - ///白银洞窟 - ///真新镇 - ///1号道路 - ///常盘市 - ///2号道路 - ///尼比市 - ///3号道路 - ///月见山 - ///4号道路 - ///华蓝市 - ///24号道路 - ///25号道路 - ///5号道路 - ///地道 - ///6号道路 - ///枯叶市 - ///地鼠洞 - ///7号道路 - ///8号道路 - ///9号道路 - ///岩山隧道 - ///10号道路 - ///无人发电站 - ///紫苑镇 - ///紫苑广播电塔 - ///彩虹市 - ///金黄市 - ///11号道路 - ///12号道路 - ///13号道路 - ///14号道路 - ///15号道路 - ///16号道路 - ///17号道路 - ///18号道路 - ///浅红市 - ///19号道路 - ///20号道路 - ///双子岛 - ///红莲岛 - ///21号道路 - ///22号道路 - ///冠军之路 - ///23号道路 - ///石英高原 - ///26号道路 - ///27号道路 - ///都城瀑布 - ///28号道路 - ///快船 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// + /// Looks up a localized string similar to (None) + ///若叶镇 + ///29号道路 + ///吉花市 + ///30号道路 + ///31号道路 + ///桔梗市 + ///喇叭芽之塔 + ///32号道路 + ///阿露福遗迹 + ///互连洞 + ///33号道路 + ///桧皮镇 + ///呆呆兽之井 + ///桐树林 + ///34号道路 + ///满金市 + ///广播电塔 + ///35号道路 + ///自然公园 + ///36号道路 + ///37号道路 + ///圆朱市 + ///铃铛塔 + ///烧焦塔 + ///38号道路 + ///39号道路 + ///浅黄市 + ///灯塔 + ///对战塔 + ///40号道路 + ///漩涡列岛 + ///41号道路 + ///湛蓝市 + ///42号道路 + ///擂钵山 + ///卡吉镇 + ///43号道路 + ///愤怒之湖 + ///44号道路 + ///冰雪通路 + ///烟墨市 + ///龙穴 + ///45号道路 + ///黑暗穴 + ///46号道路 + ///白银洞窟 + ///真新镇 + ///1号道路 + ///常盘市 + ///2号道路 + ///尼比市 + ///3号道路 + ///月见山 + ///4号道路 + ///华蓝市 + ///24号道路 + ///25号道路 + ///5号道路 + ///地道 + ///6号道路 + ///枯叶市 + ///地鼠洞 + ///7号道路 + ///8号道路 + ///9号道路 + ///岩山隧道 + ///10号道路 + ///无人发电站 + ///紫苑镇 + ///紫苑广播电塔 + ///彩虹市 + ///金黄市 + ///11号道路 + ///12号道路 + ///13号道路 + ///14号道路 + ///15号道路 + ///16号道路 + ///17号道路 + ///18号道路 + ///浅红市 + ///19号道路 + ///20号道路 + ///双子岛 + ///红莲岛 + ///21号道路 + ///22号道路 + ///冠军之路 + ///23号道路 + ///石英高原 + ///26号道路 + ///27号道路 + ///都城瀑布 + ///28号道路 + ///快船 + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// /// [rest of string was truncated]";. /// - internal static string text_gsc_00000_zh { + public static string text_gsc_00000_zh { get { return ResourceManager.GetString("text_gsc_00000_zh", resourceCulture); } @@ -27629,7 +27642,7 @@ internal class Resources { ///Route 230 ///Erze [rest of string was truncated]";. /// - internal static string text_hgss_00000_de { + public static string text_hgss_00000_de { get { return ResourceManager.GetString("text_hgss_00000_de", resourceCulture); } @@ -27678,7 +27691,7 @@ internal class Resources { ///Route 224 ///Route 2 [rest of string was truncated]";. /// - internal static string text_hgss_00000_en { + public static string text_hgss_00000_en { get { return ResourceManager.GetString("text_hgss_00000_en", resourceCulture); } @@ -27728,7 +27741,7 @@ internal class Resources { ///Ruta 225 ///Rut [rest of string was truncated]";. /// - internal static string text_hgss_00000_es { + public static string text_hgss_00000_es { get { return ResourceManager.GetString("text_hgss_00000_es", resourceCulture); } @@ -27782,7 +27795,7 @@ internal class Resources { ///Route 229 ///Chenal [rest of string was truncated]";. /// - internal static string text_hgss_00000_fr { + public static string text_hgss_00000_fr { get { return ResourceManager.GetString("text_hgss_00000_fr", resourceCulture); } @@ -27830,7 +27843,7 @@ internal class Resources { ///Percorso 223 /// [rest of string was truncated]";. /// - internal static string text_hgss_00000_it { + public static string text_hgss_00000_it { get { return ResourceManager.GetString("text_hgss_00000_it", resourceCulture); } @@ -27893,7 +27906,7 @@ internal class Resources { ///ズイのいせき ///チャンピ [rest of string was truncated]";. /// - internal static string text_hgss_00000_ja { + public static string text_hgss_00000_ja { get { return ResourceManager.GetString("text_hgss_00000_ja", resourceCulture); } @@ -27970,9 +27983,10 @@ internal class Resources { ///마니아터널 ///자랑의 뒷마당 ///갖철섬 - ///숲의 양옥집 /// [rest of string was truncated]";. + ///숲의 양옥집 + /// [rest of string was truncated]";. /// - internal static string text_hgss_00000_ko { + public static string text_hgss_00000_ko { get { return ResourceManager.GetString("text_hgss_00000_ko", resourceCulture); } @@ -28056,9 +28070,10 @@ internal class Resources { ///睿智湖畔 ///隐泉之路 ///心齐湖 - ///立志湖 /// [rest of string was truncated]";. + ///立志湖 + /// [rest of string was truncated]";. /// - internal static string text_hgss_00000_zh { + public static string text_hgss_00000_zh { get { return ResourceManager.GetString("text_hgss_00000_zh", resourceCulture); } @@ -28081,7 +28096,7 @@ internal class Resources { ///Mr. Pokémon ///Castor. /// - internal static string text_hgss_02000_de { + public static string text_hgss_02000_de { get { return ResourceManager.GetString("text_hgss_02000_de", resourceCulture); } @@ -28104,7 +28119,7 @@ internal class Resources { ///Mr. Pokémon ///Primo. /// - internal static string text_hgss_02000_en { + public static string text_hgss_02000_en { get { return ResourceManager.GetString("text_hgss_02000_en", resourceCulture); } @@ -28127,7 +28142,7 @@ internal class Resources { ///Sr. Pokémon ///Cástor. /// - internal static string text_hgss_02000_es { + public static string text_hgss_02000_es { get { return ResourceManager.GetString("text_hgss_02000_es", resourceCulture); } @@ -28150,7 +28165,7 @@ internal class Resources { ///M. Pokémon ///Castor. /// - internal static string text_hgss_02000_fr { + public static string text_hgss_02000_fr { get { return ResourceManager.GetString("text_hgss_02000_fr", resourceCulture); } @@ -28173,7 +28188,7 @@ internal class Resources { ///Mr. Pokémon ///Castore. /// - internal static string text_hgss_02000_it { + public static string text_hgss_02000_it { get { return ResourceManager.GetString("text_hgss_02000_it", resourceCulture); } @@ -28196,7 +28211,7 @@ internal class Resources { ///ポケモンじいさん ///おにいさん. /// - internal static string text_hgss_02000_ja { + public static string text_hgss_02000_ja { get { return ResourceManager.GetString("text_hgss_02000_ja", resourceCulture); } @@ -28219,7 +28234,7 @@ internal class Resources { ///포켓몬 할아버지 ///형님. /// - internal static string text_hgss_02000_ko { + public static string text_hgss_02000_ko { get { return ResourceManager.GetString("text_hgss_02000_ko", resourceCulture); } @@ -28242,7 +28257,7 @@ internal class Resources { ///宝可梦爷爷 ///大哥哥. /// - internal static string text_hgss_02000_zh { + public static string text_hgss_02000_zh { get { return ResourceManager.GetString("text_hgss_02000_zh", resourceCulture); } @@ -28282,7 +28297,7 @@ internal class Resources { ///Pokémon Festa 07 ///Pokémon Festa [rest of string was truncated]";. /// - internal static string text_hgss_03000_de { + public static string text_hgss_03000_de { get { return ResourceManager.GetString("text_hgss_03000_de", resourceCulture); } @@ -28321,7 +28336,7 @@ internal class Resources { ///Pokémon Festa 06 ///Pokémon Festa 0 [rest of string was truncated]";. /// - internal static string text_hgss_03000_en { + public static string text_hgss_03000_en { get { return ResourceManager.GetString("text_hgss_03000_en", resourceCulture); } @@ -28360,7 +28375,7 @@ internal class Resources { ///Pokémon Festa 06 ///Pokémon Fe [rest of string was truncated]";. /// - internal static string text_hgss_03000_es { + public static string text_hgss_03000_es { get { return ResourceManager.GetString("text_hgss_03000_es", resourceCulture); } @@ -28400,7 +28415,7 @@ internal class Resources { ///Pokémon Festa 07 ///Po [rest of string was truncated]";. /// - internal static string text_hgss_03000_fr { + public static string text_hgss_03000_fr { get { return ResourceManager.GetString("text_hgss_03000_fr", resourceCulture); } @@ -28440,7 +28455,7 @@ internal class Resources { ///Pokémon Festa 07 ///Pokémon [rest of string was truncated]";. /// - internal static string text_hgss_03000_it { + public static string text_hgss_03000_it { get { return ResourceManager.GetString("text_hgss_03000_it", resourceCulture); } @@ -28496,7 +28511,7 @@ internal class Resources { ///ポケパ-ク11 /// [rest of string was truncated]";. /// - internal static string text_hgss_03000_ja { + public static string text_hgss_03000_ja { get { return ResourceManager.GetString("text_hgss_03000_ja", resourceCulture); } @@ -28563,7 +28578,7 @@ internal class Resources { ///PC삿포로 ///PC요코하 [rest of string was truncated]";. /// - internal static string text_hgss_03000_ko { + public static string text_hgss_03000_ko { get { return ResourceManager.GetString("text_hgss_03000_ko", resourceCulture); } @@ -28635,7 +28650,7 @@ internal class Resources { ///宝可梦活动07 ///宝可梦活动08 [rest of string was truncated]";. /// - internal static string text_hgss_03000_zh { + public static string text_hgss_03000_zh { get { return ResourceManager.GetString("text_hgss_03000_zh", resourceCulture); } @@ -28689,7 +28704,7 @@ internal class Resources { ///Zauberasche /// [rest of string was truncated]";. /// - internal static string text_items_de { + public static string text_items_de { get { return ResourceManager.GetString("text_items_de", resourceCulture); } @@ -28743,7 +28758,7 @@ internal class Resources { ///Zauberasche /// [rest of string was truncated]";. /// - internal static string text_Items_de1 { + public static string text_Items_de1 { get { return ResourceManager.GetString("text_Items_de1", resourceCulture); } @@ -28795,7 +28810,7 @@ internal class Resources { ///Lava Cookie ///Berry Juice [rest of string was truncated]";. /// - internal static string text_items_en { + public static string text_items_en { get { return ResourceManager.GetString("text_items_en", resourceCulture); } @@ -28845,7 +28860,7 @@ internal class Resources { ///Elixir ///Elixir M [rest of string was truncated]";. /// - internal static string text_items_es { + public static string text_items_es { get { return ResourceManager.GetString("text_items_es", resourceCulture); } @@ -28897,7 +28912,7 @@ internal class Resources { ///Lava Cookie ///Jus de Baie [rest of string was truncated]";. /// - internal static string text_items_fr { + public static string text_items_fr { get { return ResourceManager.GetString("text_items_fr", resourceCulture); } @@ -28949,7 +28964,7 @@ internal class Resources { ///Lavottino /// [rest of string was truncated]";. /// - internal static string text_items_it { + public static string text_items_it { get { return ResourceManager.GetString("text_items_it", resourceCulture); } @@ -29015,9 +29030,10 @@ internal class Resources { ///クリティカット ///プラスパワー ///ディフェンダー - ///スピーダー /// [rest of string was truncated]";. + ///スピーダー + /// [rest of string was truncated]";. /// - internal static string text_items_ja { + public static string text_items_ja { get { return ResourceManager.GetString("text_items_ja", resourceCulture); } @@ -29103,9 +29119,10 @@ internal class Resources { ///실버스프레이 ///골드스프레이 ///동굴탈출로프 - ///벌레회피스프레이 /// [rest of string was truncated]";. + ///벌레회피스프레이 + /// [rest of string was truncated]";. /// - internal static string text_items_ko { + public static string text_items_ko { get { return ResourceManager.GetString("text_items_ko", resourceCulture); } @@ -29202,299 +29219,299 @@ internal class Resources { ///大蘑菇 ///珍珠 [rest of string was truncated]";. /// - internal static string text_items_zh { + public static string text_items_zh { get { return ResourceManager.GetString("text_items_zh", resourceCulture); } } /// - /// Looks up a localized string similar to (None) - ///Master Ball - ///Ultra Ball - ///Great Ball - ///Poké Ball - ///Town Map - ///Bicycle - ///????? (7) - ///Safari Ball - ///Pokédex - ///Moon Stone - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Parlyz Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Potion - ///BoulderBadge - ///CascadeBadge - ///ThunderBadge - ///RainbowBadge - ///SoulBadge - ///MarshBadge - ///VolcanoBadge - ///EarthBadge - ///Escape Rope - ///Repel - ///Old Amber - ///Fire Stone - ///Thunder Stone - ///Water Stone - ///HP Up - ///Protein - ///Iron - ///Carbos - ///Calcium - ///Rare Candy - ///Dome Fossil - ///Helix Fossil - ///Secret Key - ///????? (44) - ///Bike Voucher - ///X Accuracy - ///Leaf Stone + /// Looks up a localized string similar to (None) + ///Master Ball + ///Ultra Ball + ///Great Ball + ///Poké Ball + ///Town Map + ///Bicycle + ///????? (7) + ///Safari Ball + ///Pokédex + ///Moon Stone + ///Antidote + ///Burn Heal + ///Ice Heal + ///Awakening + ///Parlyz Heal + ///Full Restore + ///Max Potion + ///Hyper Potion + ///Super Potion + ///Potion + ///BoulderBadge + ///CascadeBadge + ///ThunderBadge + ///RainbowBadge + ///SoulBadge + ///MarshBadge + ///VolcanoBadge + ///EarthBadge + ///Escape Rope + ///Repel + ///Old Amber + ///Fire Stone + ///Thunder Stone + ///Water Stone + ///HP Up + ///Protein + ///Iron + ///Carbos + ///Calcium + ///Rare Candy + ///Dome Fossil + ///Helix Fossil + ///Secret Key + ///????? (44) + ///Bike Voucher + ///X Accuracy + ///Leaf Stone ///Card Ke [rest of string was truncated]";. /// - internal static string text_ItemsG1_en { + public static string text_ItemsG1_en { get { return ResourceManager.GetString("text_ItemsG1_en", resourceCulture); } } /// - /// Looks up a localized string similar to Ningún - ///Master Ball - ///Ultra Ball - ///Super Ball - ///Poké Ball - ///Mapa - ///Bicicleta - ///????? (7) - ///Safari Ball - ///Pokédex - ///Piedra Lunar - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Poción - ///Medalla Roca - ///Medalla Cascada - ///Medalla Trueno - ///Medalla Arcoiris - ///Medalla Alma - ///Medalla Pantano - ///Medalla Volcán - ///Medalla Tierra - ///Cuerda Huida - ///Repelente - ///Ámbar viejo - ///Piedra Fuego - ///Piedra Trueno - ///Piedra Agua - ///Más PS - ///Proteína - ///Hierro - ///Carburante - ///Calcio - ///Caramelo Raro - ///Fósil domo - ///Fósil hélix - ///Llave secreta + /// Looks up a localized string similar to Ningún + ///Master Ball + ///Ultra Ball + ///Super Ball + ///Poké Ball + ///Mapa + ///Bicicleta + ///????? (7) + ///Safari Ball + ///Pokédex + ///Piedra Lunar + ///Antídoto + ///Antiquemar + ///Antihielo + ///Despertar + ///Antiparalizador + ///Restaurar Todo + ///Poción Máxima + ///Hiperpoción + ///Superpoción + ///Poción + ///Medalla Roca + ///Medalla Cascada + ///Medalla Trueno + ///Medalla Arcoiris + ///Medalla Alma + ///Medalla Pantano + ///Medalla Volcán + ///Medalla Tierra + ///Cuerda Huida + ///Repelente + ///Ámbar viejo + ///Piedra Fuego + ///Piedra Trueno + ///Piedra Agua + ///Más PS + ///Proteína + ///Hierro + ///Carburante + ///Calcio + ///Caramelo Raro + ///Fósil domo + ///Fósil hélix + ///Llave secreta ///? [rest of string was truncated]";. /// - internal static string text_ItemsG1_es { + public static string text_ItemsG1_es { get { return ResourceManager.GetString("text_ItemsG1_es", resourceCulture); } } /// - /// Looks up a localized string similar to (无) - ///大师球 - ///高级球 - ///超级球 - ///精灵球 - ///城镇地图 - ///自行车 - ///????? (7) - ///狩猎球 - ///宝可梦图鉴 - ///月之石 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///伤药 - ///灰色徽章 - ///蓝色徽章 - ///橘色徽章 - ///彩虹徽章 - ///粉红徽章 - ///金黄徽章 - ///深红徽章 - ///绿色徽章 - ///离洞绳 - ///除虫喷雾 - ///秘密琥珀 - ///火之石 - ///雷之石 - ///水之石 - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///特攻增强剂 - ///神奇糖果 - ///甲壳化石 - ///贝壳化石 - ///秘密钥匙 - ///????? (44) - ///兑换券 - ///命中强化 - ///叶之石 - ///钥匙卡 - ///金珠 - ///PP提升剂(未使用) - ///皮皮玩偶 - ///万灵药 - ///活力碎片 - ///活力块 - ///能力防守 - ///白银喷雾 - ///黄金喷雾 - ///要害攻击 - ///代币 - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///船票 - ///金子做的假牙 - ///力量强化 - ///防御强化 - ///速度强化 - ///特殊强化 - ///代币盒 - ///包裹 - ///探宝器 - ///幻影透视镜 - ///宝可梦之笛 - ///电梯的钥匙 - ///学习装置 - ///破旧钓竿 - ///好钓竿 - ///厉害钓竿 - ///PP提升剂 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///PP多项全补剂 - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - /// + /// Looks up a localized string similar to (无) + ///大师球 + ///高级球 + ///超级球 + ///精灵球 + ///城镇地图 + ///自行车 + ///????? (7) + ///狩猎球 + ///宝可梦图鉴 + ///月之石 + ///解毒药 + ///灼伤药 + ///解冻药 + ///解眠药 + ///解麻药 + ///全复药 + ///全满药 + ///厉害伤药 + ///好伤药 + ///伤药 + ///灰色徽章 + ///蓝色徽章 + ///橘色徽章 + ///彩虹徽章 + ///粉红徽章 + ///金黄徽章 + ///深红徽章 + ///绿色徽章 + ///离洞绳 + ///除虫喷雾 + ///秘密琥珀 + ///火之石 + ///雷之石 + ///水之石 + ///HP增强剂 + ///攻击增强剂 + ///防御增强剂 + ///速度增强剂 + ///特攻增强剂 + ///神奇糖果 + ///甲壳化石 + ///贝壳化石 + ///秘密钥匙 + ///????? (44) + ///兑换券 + ///命中强化 + ///叶之石 + ///钥匙卡 + ///金珠 + ///PP提升剂(未使用) + ///皮皮玩偶 + ///万灵药 + ///活力碎片 + ///活力块 + ///能力防守 + ///白银喷雾 + ///黄金喷雾 + ///要害攻击 + ///代币 + ///美味之水 + ///劲爽汽水 + ///果汁牛奶 + ///船票 + ///金子做的假牙 + ///力量强化 + ///防御强化 + ///速度强化 + ///特殊强化 + ///代币盒 + ///包裹 + ///探宝器 + ///幻影透视镜 + ///宝可梦之笛 + ///电梯的钥匙 + ///学习装置 + ///破旧钓竿 + ///好钓竿 + ///厉害钓竿 + ///PP提升剂 + ///PP单项小补剂 + ///PP单项全补剂 + ///PP多项小补剂 + ///PP多项全补剂 + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// + /// /// [rest of string was truncated]";. /// - internal static string text_ItemsG1_zh { + public static string text_ItemsG1_zh { get { return ResourceManager.GetString("text_ItemsG1_zh", resourceCulture); } @@ -29548,7 +29565,7 @@ internal class Resources { ///Dire Hit ///Ter [rest of string was truncated]";. /// - internal static string text_ItemsG2_en { + public static string text_ItemsG2_en { get { return ResourceManager.GetString("text_ItemsG2_en", resourceCulture); } @@ -29598,7 +29615,7 @@ internal class Resources { ///Revivir Máximo ///Prote [rest of string was truncated]";. /// - internal static string text_ItemsG2_es { + public static string text_ItemsG2_es { get { return ResourceManager.GetString("text_ItemsG2_es", resourceCulture); } @@ -29691,343 +29708,343 @@ internal class Resources { ///苦涩的果实 ///薄荷的果 [rest of string was truncated]";. /// - internal static string text_ItemsG2_zh { + public static string text_ItemsG2_zh { get { return ResourceManager.GetString("text_ItemsG2_zh", resourceCulture); } } /// - /// Looks up a localized string similar to (None) - ///Master Ball - ///Ultra Ball - ///Great Ball - ///Poké Ball - ///Safari Ball - ///Net Ball - ///Dive Ball - ///Nest Ball - ///Repeat Ball - ///Timer Ball - ///Luxury Ball - ///Premier Ball - ///Potion - ///Antidote - ///Burn Heal - ///Ice Heal - ///Awakening - ///Parlyz Heal - ///Full Restore - ///Max Potion - ///Hyper Potion - ///Super Potion - ///Full Heal - ///Revive - ///Max Revive - ///Fresh Water - ///Soda Pop - ///Lemonade - ///Moomoo Milk - ///EnergyPowder - ///Energy Root - ///Heal Powder - ///Revival Herb - ///Ether - ///Max Ether - ///Elixir - ///Max Elixir - ///Lava Cookie - ///Blue Flute - ///Yellow Flute - ///Red Flute - ///Black Flute - ///White Flute - ///Berry Juice - ///Sacred Ash - ///Shoal Salt + /// Looks up a localized string similar to (None) + ///Master Ball + ///Ultra Ball + ///Great Ball + ///Poké Ball + ///Safari Ball + ///Net Ball + ///Dive Ball + ///Nest Ball + ///Repeat Ball + ///Timer Ball + ///Luxury Ball + ///Premier Ball + ///Potion + ///Antidote + ///Burn Heal + ///Ice Heal + ///Awakening + ///Parlyz Heal + ///Full Restore + ///Max Potion + ///Hyper Potion + ///Super Potion + ///Full Heal + ///Revive + ///Max Revive + ///Fresh Water + ///Soda Pop + ///Lemonade + ///Moomoo Milk + ///EnergyPowder + ///Energy Root + ///Heal Powder + ///Revival Herb + ///Ether + ///Max Ether + ///Elixir + ///Max Elixir + ///Lava Cookie + ///Blue Flute + ///Yellow Flute + ///Red Flute + ///Black Flute + ///White Flute + ///Berry Juice + ///Sacred Ash + ///Shoal Salt ///Shoal S [rest of string was truncated]";. /// - internal static string text_ItemsG3_en { + public static string text_ItemsG3_en { get { return ResourceManager.GetString("text_ItemsG3_en", resourceCulture); } } /// - /// Looks up a localized string similar to Ningún - ///Master Ball - ///Ultra Ball - ///Super Ball - ///Poké Ball - ///Safari Ball - ///Malla Ball - ///Buceo Ball - ///Nido Ball - ///Acopio Ball - ///Turno Ball - ///Lujo Ball - ///Honor Ball - ///Poción - ///Antídoto - ///Antiquemar - ///Antihielo - ///Despertar - ///Antiparalizador - ///Restaurar Todo - ///Poción Máxima - ///Hiperpoción - ///Superpoción - ///Cura Total - ///Revivir - ///Revivir Máximo - ///Agua Fresca - ///Refresco - ///Limonada - ///Leche Mu-mu - ///Polvo Energía - ///Raíz Energía - ///Polvo Curación - ///Hierba Revivir - ///Éter - ///Éter Máximo - ///Elixir - ///Elixir Máximo - ///Galleta Lava - ///Flauta Azul - ///Flauta Amarilla - ///Flauta Roja - ///Flauta Negra - ///Flauta Blanca + /// Looks up a localized string similar to Ningún + ///Master Ball + ///Ultra Ball + ///Super Ball + ///Poké Ball + ///Safari Ball + ///Malla Ball + ///Buceo Ball + ///Nido Ball + ///Acopio Ball + ///Turno Ball + ///Lujo Ball + ///Honor Ball + ///Poción + ///Antídoto + ///Antiquemar + ///Antihielo + ///Despertar + ///Antiparalizador + ///Restaurar Todo + ///Poción Máxima + ///Hiperpoción + ///Superpoción + ///Cura Total + ///Revivir + ///Revivir Máximo + ///Agua Fresca + ///Refresco + ///Limonada + ///Leche Mu-mu + ///Polvo Energía + ///Raíz Energía + ///Polvo Curación + ///Hierba Revivir + ///Éter + ///Éter Máximo + ///Elixir + ///Elixir Máximo + ///Galleta Lava + ///Flauta Azul + ///Flauta Amarilla + ///Flauta Roja + ///Flauta Negra + ///Flauta Blanca ///Zumo d [rest of string was truncated]";. /// - internal static string text_ItemsG3_es { + public static string text_ItemsG3_es { get { return ResourceManager.GetString("text_ItemsG3_es", resourceCulture); } } /// - /// Looks up a localized string similar to (无) - ///大师球 - ///高级球 - ///超级球 - ///精灵球 - ///狩猎球 - ///捕网球 - ///潜水球 - ///巢穴球 - ///重复球 - ///计时球 - ///豪华球 - ///纪念球 - ///伤药 - ///解毒药 - ///灼伤药 - ///解冻药 - ///解眠药 - ///解麻药 - ///全复药 - ///全满药 - ///厉害伤药 - ///好伤药 - ///万灵药 - ///活力碎片 - ///活力块 - ///美味之水 - ///劲爽汽水 - ///果汁牛奶 - ///哞哞鲜奶 - ///元气粉 - ///元气根 - ///万能粉 - ///复活草 - ///PP单项小补剂 - ///PP单项全补剂 - ///PP多项小补剂 - ///PP多项全补剂 - ///釜炎仙贝 - ///蓝色玻璃哨 - ///黄色玻璃哨 - ///红色玻璃哨 - ///黑色玻璃哨 - ///白色玻璃哨 - ///树果汁 - ///圣灰 - ///浅滩海盐 - ///浅滩贝壳 - ///红色碎片 - ///蓝色碎片 - ///黄色碎片 - ///绿色碎片 - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///HP增强剂 - ///攻击增强剂 - ///防御增强剂 - ///速度增强剂 - ///特攻增强剂 - ///神奇糖果 - ///PP提升剂 - ///特防增强剂 - ///PP极限提升剂 - ///??? - ///能力防守 - ///要害攻击 - ///力量强化 - ///防御强化 - ///速度强化 - ///命中强化 - ///特殊强化 - ///皮皮玩偶 - ///向尾喵的尾巴 - ///??? - ///白银喷雾 - ///黄金喷雾 - ///离洞绳 - ///除虫喷雾 - ///??? - ///??? - ///??? - ///??? - ///??? - ///??? - ///日之石 - ///月之石 - ///火之石 - ///雷之石 - ///水之石 - ///叶之石 - ///??? - ///??? - ///??? - ///??? - ///小蘑菇 - ///大蘑菇 - ///??? - ///珍珠 - ///大珍珠 - ///星星沙子 - ///星星碎片 + /// Looks up a localized string similar to (无) + ///大师球 + ///高级球 + ///超级球 + ///精灵球 + ///狩猎球 + ///捕网球 + ///潜水球 + ///巢穴球 + ///重复球 + ///计时球 + ///豪华球 + ///纪念球 + ///伤药 + ///解毒药 + ///灼伤药 + ///解冻药 + ///解眠药 + ///解麻药 + ///全复药 + ///全满药 + ///厉害伤药 + ///好伤药 + ///万灵药 + ///活力碎片 + ///活力块 + ///美味之水 + ///劲爽汽水 + ///果汁牛奶 + ///哞哞鲜奶 + ///元气粉 + ///元气根 + ///万能粉 + ///复活草 + ///PP单项小补剂 + ///PP单项全补剂 + ///PP多项小补剂 + ///PP多项全补剂 + ///釜炎仙贝 + ///蓝色玻璃哨 + ///黄色玻璃哨 + ///红色玻璃哨 + ///黑色玻璃哨 + ///白色玻璃哨 + ///树果汁 + ///圣灰 + ///浅滩海盐 + ///浅滩贝壳 + ///红色碎片 + ///蓝色碎片 + ///黄色碎片 + ///绿色碎片 + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///HP增强剂 + ///攻击增强剂 + ///防御增强剂 + ///速度增强剂 + ///特攻增强剂 + ///神奇糖果 + ///PP提升剂 + ///特防增强剂 + ///PP极限提升剂 + ///??? + ///能力防守 + ///要害攻击 + ///力量强化 + ///防御强化 + ///速度强化 + ///命中强化 + ///特殊强化 + ///皮皮玩偶 + ///向尾喵的尾巴 + ///??? + ///白银喷雾 + ///黄金喷雾 + ///离洞绳 + ///除虫喷雾 + ///??? + ///??? + ///??? + ///??? + ///??? + ///??? + ///日之石 + ///月之石 + ///火之石 + ///雷之石 + ///水之石 + ///叶之石 + ///??? + ///??? + ///??? + ///??? + ///小蘑菇 + ///大蘑菇 + ///??? + ///珍珠 + ///大珍珠 + ///星星沙子 + ///星星碎片 ///金 [rest of string was truncated]";. /// - internal static string text_ItemsG3_zh { + public static string text_ItemsG3_zh { get { return ResourceManager.GetString("text_ItemsG3_zh", resourceCulture); } } /// - /// Looks up a localized string similar to Jail Key - ///Elevator Key - ///Small Tablet - ///F-Disk - ///R-Disk - ///L-Disk - ///D-Disk - ///U-Disk - ///Subway Key - ///Maingate Key - ///Card Key - ///Down St. Key - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///DNA Sample - ///Data ROM - ///Steel Teeth - ///Gear - ///Red ID Badge - ///Grn ID Badge - ///Blu ID Badge - ///Ylw ID Badge - ///Time Flute - ///Ein File S - ///Ein File H - ///Ein File C - ///Ein File P - ///Cologne Case - ///Joy Scent - ///Excite Scent - ///Vivid Scent - ///Powerup Part + /// Looks up a localized string similar to Jail Key + ///Elevator Key + ///Small Tablet + ///F-Disk + ///R-Disk + ///L-Disk + ///D-Disk + ///U-Disk + ///Subway Key + ///Maingate Key + ///Card Key + ///Down St. Key + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///DNA Sample + ///Data ROM + ///Steel Teeth + ///Gear + ///Red ID Badge + ///Grn ID Badge + ///Blu ID Badge + ///Ylw ID Badge + ///Time Flute + ///Ein File S + ///Ein File H + ///Ein File C + ///Ein File P + ///Cologne Case + ///Joy Scent + ///Excite Scent + ///Vivid Scent + ///Powerup Part ///Ein [rest of string was truncated]";. /// - internal static string text_ItemsG3Colosseum_en { + public static string text_ItemsG3Colosseum_en { get { return ResourceManager.GetString("text_ItemsG3Colosseum_en", resourceCulture); } } /// - /// Looks up a localized string similar to Safe Key - ///Elevator Key - ///Bonsly Card - ///Machine Part - ///Gonzap's Key - ///Data ROM - ///ID Card - ///Music Disc - ///System Lever - ///Mayor's Note - ///Miror Radar - ///Poké Snack - ///Cologne Case - ///Joy Scent - ///Excite Scent - ///Vivid Scent - ///Sun Shard - ///Moon Shard - ///Bonsly Photo - ///Cry Analyzer - ///??? - ///??? - ///??? - ///Krane Memo 1 - ///Krane Memo 2 - ///Krane Memo 3 - ///Krane Memo 4 - ///Krane Memo 5 - ///Voice Case 1 - ///Voice Case 2 - ///Voice Case 3 - ///Voice Case 4 - ///Voice Case 5 - ///Disc Case - ///Battle CD 01 - ///Battle CD 02 - ///Battle CD 03 - ///Battle CD 04 - ///Battle CD 05 - ///Battle CD 06 - ///Battle CD 07 - ///Battle CD 08 - ///Battle CD 09 + /// Looks up a localized string similar to Safe Key + ///Elevator Key + ///Bonsly Card + ///Machine Part + ///Gonzap's Key + ///Data ROM + ///ID Card + ///Music Disc + ///System Lever + ///Mayor's Note + ///Miror Radar + ///Poké Snack + ///Cologne Case + ///Joy Scent + ///Excite Scent + ///Vivid Scent + ///Sun Shard + ///Moon Shard + ///Bonsly Photo + ///Cry Analyzer + ///??? + ///??? + ///??? + ///Krane Memo 1 + ///Krane Memo 2 + ///Krane Memo 3 + ///Krane Memo 4 + ///Krane Memo 5 + ///Voice Case 1 + ///Voice Case 2 + ///Voice Case 3 + ///Voice Case 4 + ///Voice Case 5 + ///Disc Case + ///Battle CD 01 + ///Battle CD 02 + ///Battle CD 03 + ///Battle CD 04 + ///Battle CD 05 + ///Battle CD 06 + ///Battle CD 07 + ///Battle CD 08 + ///Battle CD 09 ///Battle CD 1 [rest of string was truncated]";. /// - internal static string text_ItemsG3XD_en { + public static string text_ItemsG3XD_en { get { return ResourceManager.GetString("text_ItemsG3XD_en", resourceCulture); } @@ -30056,7 +30073,7 @@ internal class Resources { ///wie nervös es war ///wie wohl es si [rest of string was truncated]";. /// - internal static string text_memories_de { + public static string text_memories_de { get { return ResourceManager.GetString("text_memories_de", resourceCulture); } @@ -30091,7 +30108,7 @@ internal class Resources { ///it felt nostalgic ///it had some diffi [rest of string was truncated]";. /// - internal static string text_memories_en { + public static string text_memories_en { get { return ResourceManager.GetString("text_memories_en", resourceCulture); } @@ -30119,7 +30136,7 @@ internal class Resources { ///la ilusión que le hizo ///lo nervioso que se pu [rest of string was truncated]";. /// - internal static string text_memories_es { + public static string text_memories_es { get { return ResourceManager.GetString("text_memories_es", resourceCulture); } @@ -30151,7 +30168,7 @@ internal class Resources { ///ça ne lui a laissé aucun regret ///ça lui a laissé un [rest of string was truncated]";. /// - internal static string text_memories_fr { + public static string text_memories_fr { get { return ResourceManager.GetString("text_memories_fr", resourceCulture); } @@ -30183,7 +30200,7 @@ internal class Resources { ///il suo entusiasmo ///il suo dispiacere [rest of string was truncated]";. /// - internal static string text_memories_it { + public static string text_memories_it { get { return ResourceManager.GetString("text_memories_it", resourceCulture); } @@ -30232,7 +30249,7 @@ internal class Resources { ///{0}は {1}に {2}で であい  モンスターボールを なげられて いっしょに たびする ことになり  {3}ことが {4} ///{0}は {2}で  タマゴの からをやぶって [rest of string was truncated]";. /// - internal static string text_memories_ja { + public static string text_memories_ja { get { return ResourceManager.GetString("text_memories_ja", resourceCulture); } @@ -30282,7 +30299,7 @@ internal class Resources { ///{0} {2}에서 알의 껍데기를 깨고 나왔을 때 처음 {1} 만나서 {3} 게 {4} ///{0} {1} {2}에 [rest of string was truncated]";. /// - internal static string text_memories_ko { + public static string text_memories_ko { get { return ResourceManager.GetString("text_memories_ko", resourceCulture); } @@ -30336,7 +30353,7 @@ internal class Resources { ///{0}和{1}一起去了{2}的宝可梦中心并且恢复了它疲惫的身体。 ///{0}和{1}一起垂钓,之 [rest of string was truncated]";. /// - internal static string text_memories_zh { + public static string text_memories_zh { get { return ResourceManager.GetString("text_memories_zh", resourceCulture); } @@ -30391,7 +30408,7 @@ internal class Resources { ///Heuler ///Brül [rest of string was truncated]";. /// - internal static string text_moves_de { + public static string text_moves_de { get { return ResourceManager.GetString("text_moves_de", resourceCulture); } @@ -30450,7 +30467,7 @@ internal class Resources { ///Sonic Boom ///Dis [rest of string was truncated]";. /// - internal static string text_moves_en { + public static string text_moves_en { get { return ResourceManager.GetString("text_moves_en", resourceCulture); } @@ -30504,7 +30521,7 @@ internal class Resources { ///Mordisco ///Gr [rest of string was truncated]";. /// - internal static string text_moves_es { + public static string text_moves_es { get { return ResourceManager.GetString("text_moves_es", resourceCulture); } @@ -30556,9 +30573,10 @@ internal class Resources { ///Dard-Nuée ///Groz’Yeux ///Morsure - ///Rugissement /// [rest of string was truncated]";. + ///Rugissement + /// [rest of string was truncated]";. /// - internal static string text_moves_fr { + public static string text_moves_fr { get { return ResourceManager.GetString("text_moves_fr", resourceCulture); } @@ -30613,7 +30631,7 @@ internal class Resources { ///Ruggito ///B [rest of string was truncated]";. /// - internal static string text_moves_it { + public static string text_moves_it { get { return ResourceManager.GetString("text_moves_it", resourceCulture); } @@ -30689,9 +30707,10 @@ internal class Resources { ///じごくぐるま ///けたぐり ///カウンター - ///ちきゅうなげ /// [rest of string was truncated]";. + ///ちきゅうなげ + /// [rest of string was truncated]";. /// - internal static string text_moves_ja { + public static string text_moves_ja { get { return ResourceManager.GetString("text_moves_ja", resourceCulture); } @@ -30785,9 +30804,10 @@ internal class Resources { ///전기쇼크 ///10만볼트 ///전기자석파 - ///번개 /// [rest of string was truncated]";. + ///번개 + /// [rest of string was truncated]";. /// - internal static string text_moves_ko { + public static string text_moves_ko { get { return ResourceManager.GetString("text_moves_ko", resourceCulture); } @@ -30900,9 +30920,10 @@ internal class Resources { ///刺耳声 ///影子分身 ///自我再生 - ///变硬 /// [rest of string was truncated]";. + ///变硬 + /// [rest of string was truncated]";. /// - internal static string text_moves_zh { + public static string text_moves_zh { get { return ResourceManager.GetString("text_moves_zh", resourceCulture); } @@ -30935,7 +30956,7 @@ internal class Resources { ///Sacht ///Kauzig. /// - internal static string text_natures_de { + public static string text_natures_de { get { return ResourceManager.GetString("text_natures_de", resourceCulture); } @@ -30968,7 +30989,7 @@ internal class Resources { ///Careful ///Quirky. /// - internal static string text_natures_en { + public static string text_natures_en { get { return ResourceManager.GetString("text_natures_en", resourceCulture); } @@ -31001,7 +31022,7 @@ internal class Resources { ///Cauta ///Rara. /// - internal static string text_natures_es { + public static string text_natures_es { get { return ResourceManager.GetString("text_natures_es", resourceCulture); } @@ -31034,7 +31055,7 @@ internal class Resources { ///Prudent ///Bizarre. /// - internal static string text_natures_fr { + public static string text_natures_fr { get { return ResourceManager.GetString("text_natures_fr", resourceCulture); } @@ -31067,7 +31088,7 @@ internal class Resources { ///Cauta ///Furba. /// - internal static string text_natures_it { + public static string text_natures_it { get { return ResourceManager.GetString("text_natures_it", resourceCulture); } @@ -31100,7 +31121,7 @@ internal class Resources { ///しんちょう ///きまぐれ. /// - internal static string text_natures_ja { + public static string text_natures_ja { get { return ResourceManager.GetString("text_natures_ja", resourceCulture); } @@ -31133,7 +31154,7 @@ internal class Resources { ///신중 ///변덕. /// - internal static string text_natures_ko { + public static string text_natures_ko { get { return ResourceManager.GetString("text_natures_ko", resourceCulture); } @@ -31166,7 +31187,7 @@ internal class Resources { ///慎重 ///浮躁. /// - internal static string text_natures_zh { + public static string text_natures_zh { get { return ResourceManager.GetString("text_natures_zh", resourceCulture); } @@ -31194,7 +31215,7 @@ internal class Resources { ///Du hast [VAR NUM1(0001)] [VAR 01A3(0000)] hergestellt![VAR BE05(0000)][VAR BE05(0001)] ///Willst du [VAR PK [rest of string was truncated]";. /// - internal static string text_pokeblock_de { + public static string text_pokeblock_de { get { return ResourceManager.GetString("text_pokeblock_de", resourceCulture); } @@ -31223,7 +31244,7 @@ internal class Resources { ///Give the Pokéblock to [VAR PKNICK(0000)]? ///An Egg can’t ea [rest of string was truncated]";. /// - internal static string text_pokeblock_en { + public static string text_pokeblock_en { get { return ResourceManager.GetString("text_pokeblock_en", resourceCulture); } @@ -31252,7 +31273,7 @@ internal class Resources { ///¿Quieres darle el Pokécubo a [VAR PKNICK(0000)]? ///¡Los Huev [rest of string was truncated]";. /// - internal static string text_pokeblock_es { + public static string text_pokeblock_es { get { return ResourceManager.GetString("text_pokeblock_es", resourceCulture); } @@ -31281,7 +31302,7 @@ internal class Resources { ///Donner un Pokébloc à [VAR PKNICK(0000)] ? ///Un Œuf [rest of string was truncated]";. /// - internal static string text_pokeblock_fr { + public static string text_pokeblock_fr { get { return ResourceManager.GetString("text_pokeblock_fr", resourceCulture); } @@ -31310,7 +31331,7 @@ internal class Resources { ///Vuoi dare la Pokémella a [VAR PKNICK(0000)]? ///Un Uovo non può mangiare Pokémelle [rest of string was truncated]";. /// - internal static string text_pokeblock_it { + public static string text_pokeblock_it { get { return ResourceManager.GetString("text_pokeblock_it", resourceCulture); } @@ -31350,7 +31371,7 @@ internal class Resources { ///ポケモンにあげる ///やめる [rest of string was truncated]";. /// - internal static string text_pokeblock_ja { + public static string text_pokeblock_ja { get { return ResourceManager.GetString("text_pokeblock_ja", resourceCulture); } @@ -31389,7 +31410,7 @@ internal class Resources { ///되돌려 둔다 ///포켓몬에게 준 [rest of string was truncated]";. /// - internal static string text_pokeblock_ko { + public static string text_pokeblock_ko { get { return ResourceManager.GetString("text_pokeblock_ko", resourceCulture); } @@ -31447,9 +31468,10 @@ internal class Resources { ///[~ 48] ///[~ 49] ///[~ 50] - ///[VAR 01A3(0000)] /// [rest of string was truncated]";. + ///[VAR 01A3(0000)] + /// [rest of string was truncated]";. /// - internal static string text_pokeblock_zh { + public static string text_pokeblock_zh { get { return ResourceManager.GetString("text_pokeblock_zh", resourceCulture); } @@ -31483,7 +31505,7 @@ internal class Resources { ///Herbstdeko-Pofflé ///Winterdeko [rest of string was truncated]";. /// - internal static string text_puff_de { + public static string text_puff_de { get { return ResourceManager.GetString("text_puff_de", resourceCulture); } @@ -31514,7 +31536,7 @@ internal class Resources { ///Supreme Honor Poké Puff ///Supreme Spring Pok [rest of string was truncated]";. /// - internal static string text_puff_en { + public static string text_puff_en { get { return ResourceManager.GetString("text_puff_en", resourceCulture); } @@ -31546,7 +31568,7 @@ internal class Resources { ///Pokélito Primaveral /// [rest of string was truncated]";. /// - internal static string text_puff_es { + public static string text_puff_es { get { return ResourceManager.GetString("text_puff_es", resourceCulture); } @@ -31575,7 +31597,7 @@ internal class Resources { ///Pofiterole Deluxe Épicée ///Pofiterole Anniversaire [rest of string was truncated]";. /// - internal static string text_puff_fr { + public static string text_puff_fr { get { return ResourceManager.GetString("text_puff_fr", resourceCulture); } @@ -31606,7 +31628,7 @@ internal class Resources { ///Pokébignè celebrativo ///Pokébignè p [rest of string was truncated]";. /// - internal static string text_puff_it { + public static string text_puff_it { get { return ResourceManager.GetString("text_puff_it", resourceCulture); } @@ -31640,7 +31662,7 @@ internal class Resources { ///フルデコあきポフレ ///フルデコふゆポフレ. /// - internal static string text_puff_ja { + public static string text_puff_ja { get { return ResourceManager.GetString("text_puff_ja", resourceCulture); } @@ -31674,7 +31696,7 @@ internal class Resources { ///풀데코가을포플레 ///풀데코겨울포플레. /// - internal static string text_puff_ko { + public static string text_puff_ko { get { return ResourceManager.GetString("text_puff_ko", resourceCulture); } @@ -31708,200 +31730,200 @@ internal class Resources { ///豪华秋天泡芙 ///豪华冬天泡芙. /// - internal static string text_puff_zh { + public static string text_puff_zh { get { return ResourceManager.GetString("text_puff_zh", resourceCulture); } } /// - /// Looks up a localized string similar to Littleroot Town - ///Oldale Town - ///Dewford Town - ///Lavaridge Town - ///Fallarbor Town - ///Verdanturf Town - ///Pacifidlog Town - ///Petalburg City - ///Slateport City - ///Mauville City - ///Rustboro City - ///Fortree City - ///Lilycove City - ///Mossdeep City - ///Sootopolis City - ///Ever Grande City - ///Route 101 - ///Route 102 - ///Route 103 - ///Route 104 - ///Route 105 - ///Route 106 - ///Route 107 - ///Route 108 - ///Route 109 - ///Route 110 - ///Route 111 - ///Route 112 - ///Route 113 - ///Route 114 - ///Route 115 - ///Route 116 - ///Route 117 - ///Route 118 - ///Route 119 - ///Route 120 - ///Route 121 - ///Route 122 - ///Route 123 - ///Route 124 - ///Route 125 - ///Route 126 - ///Route 127 + /// Looks up a localized string similar to Littleroot Town + ///Oldale Town + ///Dewford Town + ///Lavaridge Town + ///Fallarbor Town + ///Verdanturf Town + ///Pacifidlog Town + ///Petalburg City + ///Slateport City + ///Mauville City + ///Rustboro City + ///Fortree City + ///Lilycove City + ///Mossdeep City + ///Sootopolis City + ///Ever Grande City + ///Route 101 + ///Route 102 + ///Route 103 + ///Route 104 + ///Route 105 + ///Route 106 + ///Route 107 + ///Route 108 + ///Route 109 + ///Route 110 + ///Route 111 + ///Route 112 + ///Route 113 + ///Route 114 + ///Route 115 + ///Route 116 + ///Route 117 + ///Route 118 + ///Route 119 + ///Route 120 + ///Route 121 + ///Route 122 + ///Route 123 + ///Route 124 + ///Route 125 + ///Route 126 + ///Route 127 ///Route 1 [rest of string was truncated]";. /// - internal static string text_rsefrlg_00000_en { + public static string text_rsefrlg_00000_en { get { return ResourceManager.GetString("text_rsefrlg_00000_en", resourceCulture); } } /// - /// Looks up a localized string similar to Villa Raíz - ///Pueblo Escaso - ///Pueblo Azuliza - ///Pueblo Lavacalda - ///Pueblo Pardal - ///Pueblo Verdegal - ///Pueblo Oromar - ///Ciudad Petalia - ///Ciudad Portual - ///Ciudad Malvalona - ///Ciudad Férrica - ///Ciudad Arborada - ///Ciudad Calagua - ///Ciudad Algaria - ///Arrecípolis - ///Ciudad Colosalia - ///Ruta 101 - ///Ruta 102 - ///Ruta 103 - ///Ruta 104 - ///Ruta 105 - ///Ruta 106 - ///Ruta 107 - ///Ruta 108 - ///Ruta 109 - ///Ruta 110 - ///Ruta 111 - ///Ruta 112 - ///Ruta 113 - ///Ruta 114 - ///Ruta 115 - ///Ruta 116 - ///Ruta 117 - ///Ruta 118 - ///Ruta 119 - ///Ruta 120 - ///Ruta 121 - ///Ruta 122 - ///Ruta 123 - ///Ruta 124 - ///Ruta 125 - ///Ruta 126 - ///Ruta 127 - ///Ruta 128 - ///Ruta 129 - ///Ruta 130 + /// Looks up a localized string similar to Villa Raíz + ///Pueblo Escaso + ///Pueblo Azuliza + ///Pueblo Lavacalda + ///Pueblo Pardal + ///Pueblo Verdegal + ///Pueblo Oromar + ///Ciudad Petalia + ///Ciudad Portual + ///Ciudad Malvalona + ///Ciudad Férrica + ///Ciudad Arborada + ///Ciudad Calagua + ///Ciudad Algaria + ///Arrecípolis + ///Ciudad Colosalia + ///Ruta 101 + ///Ruta 102 + ///Ruta 103 + ///Ruta 104 + ///Ruta 105 + ///Ruta 106 + ///Ruta 107 + ///Ruta 108 + ///Ruta 109 + ///Ruta 110 + ///Ruta 111 + ///Ruta 112 + ///Ruta 113 + ///Ruta 114 + ///Ruta 115 + ///Ruta 116 + ///Ruta 117 + ///Ruta 118 + ///Ruta 119 + ///Ruta 120 + ///Ruta 121 + ///Ruta 122 + ///Ruta 123 + ///Ruta 124 + ///Ruta 125 + ///Ruta 126 + ///Ruta 127 + ///Ruta 128 + ///Ruta 129 + ///Ruta 130 ///Ruta [rest of string was truncated]";. /// - internal static string text_rsefrlg_00000_es { + public static string text_rsefrlg_00000_es { get { return ResourceManager.GetString("text_rsefrlg_00000_es", resourceCulture); } } /// - /// Looks up a localized string similar to 未白镇 - ///古辰镇 - ///武斗镇 - ///釜炎镇 - ///秋叶镇 - ///绿荫镇 - ///暮水镇 - ///橙华市 - ///凯那市 - ///紫堇市 - ///卡那兹市 - ///茵郁市 - ///水静市 - ///绿岭市 - ///琉璃市 - ///彩幽市 - ///101号道路 - ///102号道路 - ///103号道路 - ///104号道路 - ///105号道路 - ///106号道路 - ///107号道路 - ///108号道路 - ///109号道路 - ///110号道路 - ///111号道路 - ///112号道路 - ///113号道路 - ///114号道路 - ///115号道路 - ///116号道路 - ///117号道路 - ///118号道路 - ///119号道路 - ///120号道路 - ///121号道路 - ///122号道路 - ///123号道路 - ///124号道路 - ///125号道路 - ///126号道路 - ///127号道路 - ///128号道路 - ///129号道路 - ///130号道路 - ///131号道路 - ///132号道路 - ///133号道路 - ///134号道路 - ///水下(124号道路) - ///水下(126号道路) - ///水下(127号道路) - ///水下(128号道路) - ///水下(琉璃市) - ///石之洞窟 - ///烟囱山 - ///野生原野区 (红蓝绿宝石) - ///对战塔 (红蓝宝石) / 对战开拓区 (绿宝石) - ///橙华森林 - ///卡绿隧道 - ///弃船 - ///新紫堇 - ///流星瀑布 - ///流星瀑布 (未使用) - ///送火山 - ///秘密指挥部 - ///浅滩洞穴 - ///海底洞窟 - ///水下(海底洞窟) - ///冠军之路 (红蓝绿宝石) - ///梦幻岛 - ///觉醒祠堂 - ///南方孤岛 - ///热焰小径 - ///热焰小径 (2) - ///凹凸山道 + /// Looks up a localized string similar to 未白镇 + ///古辰镇 + ///武斗镇 + ///釜炎镇 + ///秋叶镇 + ///绿荫镇 + ///暮水镇 + ///橙华市 + ///凯那市 + ///紫堇市 + ///卡那兹市 + ///茵郁市 + ///水静市 + ///绿岭市 + ///琉璃市 + ///彩幽市 + ///101号道路 + ///102号道路 + ///103号道路 + ///104号道路 + ///105号道路 + ///106号道路 + ///107号道路 + ///108号道路 + ///109号道路 + ///110号道路 + ///111号道路 + ///112号道路 + ///113号道路 + ///114号道路 + ///115号道路 + ///116号道路 + ///117号道路 + ///118号道路 + ///119号道路 + ///120号道路 + ///121号道路 + ///122号道路 + ///123号道路 + ///124号道路 + ///125号道路 + ///126号道路 + ///127号道路 + ///128号道路 + ///129号道路 + ///130号道路 + ///131号道路 + ///132号道路 + ///133号道路 + ///134号道路 + ///水下(124号道路) + ///水下(126号道路) + ///水下(127号道路) + ///水下(128号道路) + ///水下(琉璃市) + ///石之洞窟 + ///烟囱山 + ///野生原野区 (红蓝绿宝石) + ///对战塔 (红蓝宝石) / 对战开拓区 (绿宝石) + ///橙华森林 + ///卡绿隧道 + ///弃船 + ///新紫堇 + ///流星瀑布 + ///流星瀑布 (未使用) + ///送火山 + ///秘密指挥部 + ///浅滩洞穴 + ///海底洞窟 + ///水下(海底洞窟) + ///冠军之路 (红蓝绿宝石) + ///梦幻岛 + ///觉醒祠堂 + ///南方孤岛 + ///热焰小径 + ///热焰小径 (2) + ///凹凸山道 ///凹 [rest of string was truncated]";. /// - internal static string text_rsefrlg_00000_zh { + public static string text_rsefrlg_00000_zh { get { return ResourceManager.GetString("text_rsefrlg_00000_zh", resourceCulture); } @@ -31958,7 +31980,7 @@ internal class Resources { ///Prüfungsbereich ///Vegetati [rest of string was truncated]";. /// - internal static string text_sm_00000_de { + public static string text_sm_00000_de { get { return ResourceManager.GetString("text_sm_00000_de", resourceCulture); } @@ -32019,7 +32041,7 @@ internal class Resources { /// ///Rou [rest of string was truncated]";. /// - internal static string text_sm_00000_en { + public static string text_sm_00000_en { get { return ResourceManager.GetString("text_sm_00000_en", resourceCulture); } @@ -32076,7 +32098,7 @@ internal class Resources { ///Sala de la Prueba ///Cueva [rest of string was truncated]";. /// - internal static string text_sm_00000_es { + public static string text_sm_00000_es { get { return ResourceManager.GetString("text_sm_00000_es", resourceCulture); } @@ -32133,7 +32155,7 @@ internal class Resources { ///Zone de l’Épreuve ///Grotte Verdoyant [rest of string was truncated]";. /// - internal static string text_sm_00000_fr { + public static string text_sm_00000_fr { get { return ResourceManager.GetString("text_sm_00000_fr", resourceCulture); } @@ -32189,7 +32211,7 @@ internal class Resources { ///Grotta Sottobosco ///Luogo dell [rest of string was truncated]";. /// - internal static string text_sm_00000_it { + public static string text_sm_00000_it { get { return ResourceManager.GetString("text_sm_00000_it", resourceCulture); } @@ -32280,7 +32302,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_sm_00000_ja { + public static string text_sm_00000_ja { get { return ResourceManager.GetString("text_sm_00000_ja", resourceCulture); } @@ -32383,7 +32405,7 @@ internal class Resources { /// ///아칼라외 [rest of string was truncated]";. /// - internal static string text_sm_00000_ko { + public static string text_sm_00000_ko { get { return ResourceManager.GetString("text_sm_00000_ko", resourceCulture); } @@ -32496,7 +32518,7 @@ internal class Resources { /// ///皇家巨蛋 [rest of string was truncated]";. /// - internal static string text_sm_00000_zh { + public static string text_sm_00000_zh { get { return ResourceManager.GetString("text_sm_00000_zh", resourceCulture); } @@ -32520,7 +32542,7 @@ internal class Resources { ///Alola-Region ///Pokémon-Resort. /// - internal static string text_sm_30000_de { + public static string text_sm_30000_de { get { return ResourceManager.GetString("text_sm_30000_de", resourceCulture); } @@ -32544,7 +32566,7 @@ internal class Resources { ///the Alola region ///Poké Pelago. /// - internal static string text_sm_30000_en { + public static string text_sm_30000_en { get { return ResourceManager.GetString("text_sm_30000_en", resourceCulture); } @@ -32568,7 +32590,7 @@ internal class Resources { ///Alola ///Poké Resort. /// - internal static string text_sm_30000_es { + public static string text_sm_30000_es { get { return ResourceManager.GetString("text_sm_30000_es", resourceCulture); } @@ -32592,7 +32614,7 @@ internal class Resources { ///Alola ///Poké Loisir. /// - internal static string text_sm_30000_fr { + public static string text_sm_30000_fr { get { return ResourceManager.GetString("text_sm_30000_fr", resourceCulture); } @@ -32616,7 +32638,7 @@ internal class Resources { ///Alola ///Poké Resort. /// - internal static string text_sm_30000_it { + public static string text_sm_30000_it { get { return ResourceManager.GetString("text_sm_30000_it", resourceCulture); } @@ -32640,7 +32662,7 @@ internal class Resources { ///アローラちほう ///ポケリゾート. /// - internal static string text_sm_30000_ja { + public static string text_sm_30000_ja { get { return ResourceManager.GetString("text_sm_30000_ja", resourceCulture); } @@ -32664,7 +32686,7 @@ internal class Resources { ///알로라지방 ///포켓리조트. /// - internal static string text_sm_30000_ko { + public static string text_sm_30000_ko { get { return ResourceManager.GetString("text_sm_30000_ko", resourceCulture); } @@ -32688,7 +32710,7 @@ internal class Resources { ///阿罗拉地区 ///宝可度假地. /// - internal static string text_sm_30000_zh { + public static string text_sm_30000_zh { get { return ResourceManager.GetString("text_sm_30000_zh", resourceCulture); } @@ -32723,7 +32745,7 @@ internal class Resources { ///WCS 2017 ///WCS 2018 [rest of string was truncated]";. /// - internal static string text_sm_40000_de { + public static string text_sm_40000_de { get { return ResourceManager.GetString("text_sm_40000_de", resourceCulture); } @@ -32756,7 +32778,7 @@ internal class Resources { ///a WCS ///WCS 20 [rest of string was truncated]";. /// - internal static string text_sm_40000_en { + public static string text_sm_40000_en { get { return ResourceManager.GetString("text_sm_40000_en", resourceCulture); } @@ -32787,7 +32809,7 @@ internal class Resources { ///Pokémon Ctr. SKYTREE TOWN ///Pokémon Store [rest of string was truncated]";. /// - internal static string text_sm_40000_es { + public static string text_sm_40000_es { get { return ResourceManager.GetString("text_sm_40000_es", resourceCulture); } @@ -32822,7 +32844,7 @@ internal class Resources { ///WCS 2017 ///WC [rest of string was truncated]";. /// - internal static string text_sm_40000_fr { + public static string text_sm_40000_fr { get { return ResourceManager.GetString("text_sm_40000_fr", resourceCulture); } @@ -32857,7 +32879,7 @@ internal class Resources { ///WCS 2017 ///WCS [rest of string was truncated]";. /// - internal static string text_sm_40000_it { + public static string text_sm_40000_it { get { return ResourceManager.GetString("text_sm_40000_it", resourceCulture); } @@ -32920,7 +32942,7 @@ internal class Resources { ///ポケモンイベント17 ///ポケモ [rest of string was truncated]";. /// - internal static string text_sm_40000_ja { + public static string text_sm_40000_ja { get { return ResourceManager.GetString("text_sm_40000_ja", resourceCulture); } @@ -32985,7 +33007,7 @@ internal class Resources { ///포켓몬이벤트19 ///포켓몬이벤 [rest of string was truncated]";. /// - internal static string text_sm_40000_ko { + public static string text_sm_40000_ko { get { return ResourceManager.GetString("text_sm_40000_ko", resourceCulture); } @@ -33056,7 +33078,7 @@ internal class Resources { ///宝可梦庆典18 ///宝可梦庆典19 [rest of string was truncated]";. /// - internal static string text_sm_40000_zh { + public static string text_sm_40000_zh { get { return ResourceManager.GetString("text_sm_40000_zh", resourceCulture); } @@ -33068,7 +33090,7 @@ internal class Resources { ///Schatzsucher ///Dame der Heißen Quellen. /// - internal static string text_sm_60000_de { + public static string text_sm_60000_de { get { return ResourceManager.GetString("text_sm_60000_de", resourceCulture); } @@ -33080,7 +33102,7 @@ internal class Resources { ///a treasure hunter ///an old hot-springs visitor. /// - internal static string text_sm_60000_en { + public static string text_sm_60000_en { get { return ResourceManager.GetString("text_sm_60000_en", resourceCulture); } @@ -33092,7 +33114,7 @@ internal class Resources { ///Buscatesoros ///Anciana del Balneario. /// - internal static string text_sm_60000_es { + public static string text_sm_60000_es { get { return ResourceManager.GetString("text_sm_60000_es", resourceCulture); } @@ -33104,7 +33126,7 @@ internal class Resources { ///Chercheur de Trésors ///Dame des Eaux Thermales. /// - internal static string text_sm_60000_fr { + public static string text_sm_60000_fr { get { return ResourceManager.GetString("text_sm_60000_fr", resourceCulture); } @@ -33116,7 +33138,7 @@ internal class Resources { ///Cercatesori ///Vecchina delle terme. /// - internal static string text_sm_60000_it { + public static string text_sm_60000_it { get { return ResourceManager.GetString("text_sm_60000_it", resourceCulture); } @@ -33128,7 +33150,7 @@ internal class Resources { ///トレジャーハンター ///おんせんばあさん. /// - internal static string text_sm_60000_ja { + public static string text_sm_60000_ja { get { return ResourceManager.GetString("text_sm_60000_ja", resourceCulture); } @@ -33140,7 +33162,7 @@ internal class Resources { ///트레져헌터 ///온천할머니. /// - internal static string text_sm_60000_ko { + public static string text_sm_60000_ko { get { return ResourceManager.GetString("text_sm_60000_ko", resourceCulture); } @@ -33152,7 +33174,7 @@ internal class Resources { ///寻宝猎人 ///温泉婆婆. /// - internal static string text_sm_60000_zh { + public static string text_sm_60000_zh { get { return ResourceManager.GetString("text_sm_60000_zh", resourceCulture); } @@ -33220,7 +33242,7 @@ internal class Resources { ///Fukano ///Arka [rest of string was truncated]";. /// - internal static string text_species_de { + public static string text_species_de { get { return ResourceManager.GetString("text_species_de", resourceCulture); } @@ -33283,7 +33305,7 @@ internal class Resources { ///Persian /// [rest of string was truncated]";. /// - internal static string text_species_en { + public static string text_species_en { get { return ResourceManager.GetString("text_species_en", resourceCulture); } @@ -33345,7 +33367,7 @@ internal class Resources { ///Meowth ///Persian [rest of string was truncated]";. /// - internal static string text_species_es { + public static string text_species_es { get { return ResourceManager.GetString("text_species_es", resourceCulture); } @@ -33404,7 +33426,7 @@ internal class Resources { ///Aéromite ///Taupiqu [rest of string was truncated]";. /// - internal static string text_species_fr { + public static string text_species_fr { get { return ResourceManager.GetString("text_species_fr", resourceCulture); } @@ -33464,9 +33486,10 @@ internal class Resources { ///Diglett ///Dugtrio ///Meowth - ///Persian /// [rest of string was truncated]";. + ///Persian + /// [rest of string was truncated]";. /// - internal static string text_species_it { + public static string text_species_it { get { return ResourceManager.GetString("text_species_it", resourceCulture); } @@ -33554,7 +33577,7 @@ internal class Resources { ///ギャロップ ///ヤ [rest of string was truncated]";. /// - internal static string text_species_ja { + public static string text_species_ja { get { return ResourceManager.GetString("text_species_ja", resourceCulture); } @@ -33663,9 +33686,10 @@ internal class Resources { ///킹크랩 ///찌리리공 ///붐볼 - ///아라리 /// [rest of string was truncated]";. + ///아라리 + /// [rest of string was truncated]";. /// - internal static string text_species_ko { + public static string text_species_ko { get { return ResourceManager.GetString("text_species_ko", resourceCulture); } @@ -33778,7 +33802,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_species_zh { + public static string text_species_zh { get { return ResourceManager.GetString("text_species_zh", resourceCulture); } @@ -33891,7 +33915,7 @@ internal class Resources { ///椰蛋树 ///卡拉卡拉 [rest of string was truncated]";. /// - internal static string text_species_zh_alt { + public static string text_species_zh_alt { get { return ResourceManager.GetString("text_species_zh_alt", resourceCulture); } @@ -34004,7 +34028,7 @@ internal class Resources { /// /// [rest of string was truncated]";. /// - internal static string text_species_zh2 { + public static string text_species_zh2 { get { return ResourceManager.GetString("text_species_zh2", resourceCulture); } @@ -34117,7 +34141,7 @@ internal class Resources { ///椰蛋樹 ///卡拉卡拉 [rest of string was truncated]";. /// - internal static string text_species_zh2_alt { + public static string text_species_zh2_alt { get { return ResourceManager.GetString("text_species_zh2_alt", resourceCulture); } @@ -34140,7 +34164,7 @@ internal class Resources { ///Zerstöre Georoks Schutzschild! ///Wehr [rest of string was truncated]";. /// - internal static string text_supertraining_de { + public static string text_supertraining_de { get { return ResourceManager.GetString("text_supertraining_de", resourceCulture); } @@ -34165,7 +34189,7 @@ internal class Resources { ///Shoot Back! Get the Giant Wailord! ///C [rest of string was truncated]";. /// - internal static string text_supertraining_en { + public static string text_supertraining_en { get { return ResourceManager.GetString("text_supertraining_en", resourceCulture); } @@ -34185,9 +34209,10 @@ internal class Resources { ///¡Ráfaga de tiros de Fraxure! ///¡Tentacruel y sus globos de bits! ///¡Dale a Aerodactyl con tiros rápidos! - ///¡Destruye la barrera de Graveler! /// [rest of string was truncated]";. + ///¡Destruye la barrera de Graveler! + /// [rest of string was truncated]";. /// - internal static string text_supertraining_es { + public static string text_supertraining_es { get { return ResourceManager.GetString("text_supertraining_es", resourceCulture); } @@ -34213,7 +34238,7 @@ internal class Resources { ///Évitez les tirs de Tranchodon! ///T [rest of string was truncated]";. /// - internal static string text_supertraining_fr { + public static string text_supertraining_fr { get { return ResourceManager.GetString("text_supertraining_fr", resourceCulture); } @@ -34236,7 +34261,7 @@ internal class Resources { ///Abbatti la barriera di Graveler! ///Sbarazzati di [rest of string was truncated]";. /// - internal static string text_supertraining_it { + public static string text_supertraining_it { get { return ResourceManager.GetString("text_supertraining_it", resourceCulture); } @@ -34273,7 +34298,7 @@ internal class Resources { ///じゅうおう むじん ロングシュート! ///ぎゃくしゅう [rest of string was truncated]";. /// - internal static string text_supertraining_ja { + public static string text_supertraining_ja { get { return ResourceManager.GetString("text_supertraining_ja", resourceCulture); } @@ -34319,7 +34344,7 @@ internal class Resources { ///인생역전! 출세 잉어킹 ///경 [rest of string was truncated]";. /// - internal static string text_supertraining_ko { + public static string text_supertraining_ko { get { return ResourceManager.GetString("text_supertraining_ko", resourceCulture); } @@ -34365,7 +34390,7 @@ internal class Resources { ///暴富!出世 鲤鱼王 ///惊异!连续百万进化!. /// - internal static string text_supertraining_zh { + public static string text_supertraining_zh { get { return ResourceManager.GetString("text_supertraining_zh", resourceCulture); } @@ -34379,7 +34404,7 @@ internal class Resources { ///Madina ///Liana. /// - internal static string text_tradeao_de { + public static string text_tradeao_de { get { return ResourceManager.GetString("text_tradeao_de", resourceCulture); } @@ -34393,7 +34418,7 @@ internal class Resources { ///Elyssa ///Lane. /// - internal static string text_tradeao_en { + public static string text_tradeao_en { get { return ResourceManager.GetString("text_tradeao_en", resourceCulture); } @@ -34407,7 +34432,7 @@ internal class Resources { ///Dalila ///Laila. /// - internal static string text_tradeao_es { + public static string text_tradeao_es { get { return ResourceManager.GetString("text_tradeao_es", resourceCulture); } @@ -34421,7 +34446,7 @@ internal class Resources { ///Dorothée ///Marsantes. /// - internal static string text_tradeao_fr { + public static string text_tradeao_fr { get { return ResourceManager.GetString("text_tradeao_fr", resourceCulture); } @@ -34435,7 +34460,7 @@ internal class Resources { ///Ele ///Simo. /// - internal static string text_tradeao_it { + public static string text_tradeao_it { get { return ResourceManager.GetString("text_tradeao_it", resourceCulture); } @@ -34449,7 +34474,7 @@ internal class Resources { ///ユキポン ///サトチン. /// - internal static string text_tradeao_ja { + public static string text_tradeao_ja { get { return ResourceManager.GetString("text_tradeao_ja", resourceCulture); } @@ -34463,7 +34488,7 @@ internal class Resources { ///에이펀 ///스태틴. /// - internal static string text_tradeao_ko { + public static string text_tradeao_ko { get { return ResourceManager.GetString("text_tradeao_ko", resourceCulture); } @@ -34489,7 +34514,7 @@ internal class Resources { ///Sannah ///Diantha. /// - internal static string text_tradexy_de { + public static string text_tradexy_de { get { return ResourceManager.GetString("text_tradexy_de", resourceCulture); } @@ -34515,7 +34540,7 @@ internal class Resources { ///Shauna ///Diantha. /// - internal static string text_tradexy_en { + public static string text_tradexy_en { get { return ResourceManager.GetString("text_tradexy_en", resourceCulture); } @@ -34541,7 +34566,7 @@ internal class Resources { ///Xana ///Dianta. /// - internal static string text_tradexy_es { + public static string text_tradexy_es { get { return ResourceManager.GetString("text_tradexy_es", resourceCulture); } @@ -34567,7 +34592,7 @@ internal class Resources { ///Sannah ///Dianthéa. /// - internal static string text_tradexy_fr { + public static string text_tradexy_fr { get { return ResourceManager.GetString("text_tradexy_fr", resourceCulture); } @@ -34593,7 +34618,7 @@ internal class Resources { ///Shana ///Diantha. /// - internal static string text_tradexy_it { + public static string text_tradexy_it { get { return ResourceManager.GetString("text_tradexy_it", resourceCulture); } @@ -34619,7 +34644,7 @@ internal class Resources { ///サナ ///カルネ. /// - internal static string text_tradexy_ja { + public static string text_tradexy_ja { get { return ResourceManager.GetString("text_tradexy_ja", resourceCulture); } @@ -34645,7 +34670,7 @@ internal class Resources { ///사나 ///카르네. /// - internal static string text_tradexy_ko { + public static string text_tradexy_ko { get { return ResourceManager.GetString("text_tradexy_ko", resourceCulture); } @@ -34680,7 +34705,7 @@ internal class Resources { ///Tabula Ra-Sack ///Relax-Sack. /// - internal static string text_trainingbag_de { + public static string text_trainingbag_de { get { return ResourceManager.GetString("text_trainingbag_de", resourceCulture); } @@ -34715,7 +34740,7 @@ internal class Resources { ///Reset Bag ///Soothing Bag. /// - internal static string text_trainingbag_en { + public static string text_trainingbag_en { get { return ResourceManager.GetString("text_trainingbag_en", resourceCulture); } @@ -34750,7 +34775,7 @@ internal class Resources { ///Saco Reinicio ///Saco Relax. /// - internal static string text_trainingbag_es { + public static string text_trainingbag_es { get { return ResourceManager.GetString("text_trainingbag_es", resourceCulture); } @@ -34785,7 +34810,7 @@ internal class Resources { ///Sac Renouveau ///Sac Relax. /// - internal static string text_trainingbag_fr { + public static string text_trainingbag_fr { get { return ResourceManager.GetString("text_trainingbag_fr", resourceCulture); } @@ -34820,7 +34845,7 @@ internal class Resources { ///Sacco Ripristino ///Sacco Relax. /// - internal static string text_trainingbag_it { + public static string text_trainingbag_it { get { return ResourceManager.GetString("text_trainingbag_it", resourceCulture); } @@ -34855,7 +34880,7 @@ internal class Resources { ///まっさらバッグ ///リラックスバッグ. /// - internal static string text_trainingbag_ja { + public static string text_trainingbag_ja { get { return ResourceManager.GetString("text_trainingbag_ja", resourceCulture); } @@ -34890,7 +34915,7 @@ internal class Resources { ///신품백 ///릴랙스백. /// - internal static string text_trainingbag_ko { + public static string text_trainingbag_ko { get { return ResourceManager.GetString("text_trainingbag_ko", resourceCulture); } @@ -34925,7 +34950,7 @@ internal class Resources { ///全新沙袋 ///放松沙袋. /// - internal static string text_trainingbag_zh { + public static string text_trainingbag_zh { get { return ResourceManager.GetString("text_trainingbag_zh", resourceCulture); } @@ -34951,7 +34976,7 @@ internal class Resources { ///Unlicht ///Fee. /// - internal static string text_types_de { + public static string text_types_de { get { return ResourceManager.GetString("text_types_de", resourceCulture); } @@ -34977,7 +35002,7 @@ internal class Resources { ///Dark ///Fairy. /// - internal static string text_types_en { + public static string text_types_en { get { return ResourceManager.GetString("text_types_en", resourceCulture); } @@ -35003,7 +35028,7 @@ internal class Resources { ///Siniestro ///Hada. /// - internal static string text_types_es { + public static string text_types_es { get { return ResourceManager.GetString("text_types_es", resourceCulture); } @@ -35029,7 +35054,7 @@ internal class Resources { ///Ténèbres ///Fée. /// - internal static string text_types_fr { + public static string text_types_fr { get { return ResourceManager.GetString("text_types_fr", resourceCulture); } @@ -35055,7 +35080,7 @@ internal class Resources { ///Buio ///Folletto. /// - internal static string text_types_it { + public static string text_types_it { get { return ResourceManager.GetString("text_types_it", resourceCulture); } @@ -35081,7 +35106,7 @@ internal class Resources { ///あく ///フェアリー. /// - internal static string text_types_ja { + public static string text_types_ja { get { return ResourceManager.GetString("text_types_ja", resourceCulture); } @@ -35107,7 +35132,7 @@ internal class Resources { ///악 ///페어리. /// - internal static string text_types_ko { + public static string text_types_ko { get { return ResourceManager.GetString("text_types_ko", resourceCulture); } @@ -35133,7 +35158,7 @@ internal class Resources { ///恶 ///妖精. /// - internal static string text_types_zh { + public static string text_types_zh { get { return ResourceManager.GetString("text_types_zh", resourceCulture); } @@ -35165,7 +35190,7 @@ internal class Resources { ///Spezialmotiv 7 ///Spezialmotiv 8. /// - internal static string text_wallpaper_de { + public static string text_wallpaper_de { get { return ResourceManager.GetString("text_wallpaper_de", resourceCulture); } @@ -35197,7 +35222,7 @@ internal class Resources { ///SPECIAL 7 ///SPECIAL 8. /// - internal static string text_wallpaper_en { + public static string text_wallpaper_en { get { return ResourceManager.GetString("text_wallpaper_en", resourceCulture); } @@ -35229,7 +35254,7 @@ internal class Resources { ///Especial 7 ///Especial 8. /// - internal static string text_wallpaper_es { + public static string text_wallpaper_es { get { return ResourceManager.GetString("text_wallpaper_es", resourceCulture); } @@ -35261,7 +35286,7 @@ internal class Resources { ///Spécial 7 ///Spécial 8. /// - internal static string text_wallpaper_fr { + public static string text_wallpaper_fr { get { return ResourceManager.GetString("text_wallpaper_fr", resourceCulture); } @@ -35293,7 +35318,7 @@ internal class Resources { ///Speciale 7 ///Speciale 8. /// - internal static string text_wallpaper_it { + public static string text_wallpaper_it { get { return ResourceManager.GetString("text_wallpaper_it", resourceCulture); } @@ -35325,7 +35350,7 @@ internal class Resources { ///スペシャル7 ///スペシャル8. /// - internal static string text_wallpaper_ja { + public static string text_wallpaper_ja { get { return ResourceManager.GetString("text_wallpaper_ja", resourceCulture); } @@ -35357,7 +35382,7 @@ internal class Resources { ///스페셜7 ///스페셜8. /// - internal static string text_wallpaper_ko { + public static string text_wallpaper_ko { get { return ResourceManager.GetString("text_wallpaper_ko", resourceCulture); } @@ -35389,7 +35414,7 @@ internal class Resources { ///特典7 ///特典8. /// - internal static string text_wallpaper_zh { + public static string text_wallpaper_zh { get { return ResourceManager.GetString("text_wallpaper_zh", resourceCulture); } @@ -35448,9 +35473,10 @@ internal class Resources { /// ///Route 10 ///Menhir-Weg - ///Cromlexia /// [rest of string was truncated]";. + ///Cromlexia + /// [rest of string was truncated]";. /// - internal static string text_xy_00000_de { + public static string text_xy_00000_de { get { return ResourceManager.GetString("text_xy_00000_de", resourceCulture); } @@ -35511,7 +35537,7 @@ internal class Resources { ///Menhir Trail ///Geo [rest of string was truncated]";. /// - internal static string text_xy_00000_en { + public static string text_xy_00000_en { get { return ResourceManager.GetString("text_xy_00000_en", resourceCulture); } @@ -35568,7 +35594,7 @@ internal class Resources { ///Paso de Rhyhorn ///Bastión Batalla [rest of string was truncated]";. /// - internal static string text_xy_00000_es { + public static string text_xy_00000_es { get { return ResourceManager.GetString("text_xy_00000_es", resourceCulture); } @@ -35625,7 +35651,7 @@ internal class Resources { ///Piste Piquante ///Château de [rest of string was truncated]";. /// - internal static string text_xy_00000_fr { + public static string text_xy_00000_fr { get { return ResourceManager.GetString("text_xy_00000_fr", resourceCulture); } @@ -35682,7 +35708,7 @@ internal class Resources { ///Sentiero Punzoni ///Castell [rest of string was truncated]";. /// - internal static string text_xy_00000_it { + public static string text_xy_00000_it { get { return ResourceManager.GetString("text_xy_00000_it", resourceCulture); } @@ -35765,7 +35791,7 @@ internal class Resources { /// ///15ばん [rest of string was truncated]";. /// - internal static string text_xy_00000_ja { + public static string text_xy_00000_ja { get { return ResourceManager.GetString("text_xy_00000_ja", resourceCulture); } @@ -35863,7 +35889,7 @@ internal class Resources { ///18번도로 ///에뜨르와 발레 [rest of string was truncated]";. /// - internal static string text_xy_00000_ko { + public static string text_xy_00000_ko { get { return ResourceManager.GetString("text_xy_00000_ko", resourceCulture); } @@ -35973,7 +35999,7 @@ internal class Resources { ///21号道路 ///最后通道 [rest of string was truncated]";. /// - internal static string text_xy_00000_zh { + public static string text_xy_00000_zh { get { return ResourceManager.GetString("text_xy_00000_zh", resourceCulture); } @@ -35992,7 +36018,7 @@ internal class Resources { ///Kalos-Region ///Pokémon-Link. /// - internal static string text_xy_30000_de { + public static string text_xy_30000_de { get { return ResourceManager.GetString("text_xy_30000_de", resourceCulture); } @@ -36011,7 +36037,7 @@ internal class Resources { ///the Kalos region ///Pokémon Link. /// - internal static string text_xy_30000_en { + public static string text_xy_30000_en { get { return ResourceManager.GetString("text_xy_30000_en", resourceCulture); } @@ -36030,7 +36056,7 @@ internal class Resources { ///Kalos ///Nexo Pokémon. /// - internal static string text_xy_30000_es { + public static string text_xy_30000_es { get { return ResourceManager.GetString("text_xy_30000_es", resourceCulture); } @@ -36049,7 +36075,7 @@ internal class Resources { ///Kalos ///Poké Lien. /// - internal static string text_xy_30000_fr { + public static string text_xy_30000_fr { get { return ResourceManager.GetString("text_xy_30000_fr", resourceCulture); } @@ -36068,7 +36094,7 @@ internal class Resources { ///Kalos ///Pokémon Link. /// - internal static string text_xy_30000_it { + public static string text_xy_30000_it { get { return ResourceManager.GetString("text_xy_30000_it", resourceCulture); } @@ -36087,7 +36113,7 @@ internal class Resources { ///カロスちほう ///ポケモンリンク. /// - internal static string text_xy_30000_ja { + public static string text_xy_30000_ja { get { return ResourceManager.GetString("text_xy_30000_ja", resourceCulture); } @@ -36106,7 +36132,7 @@ internal class Resources { ///칼로스지방 ///포켓몬링크. /// - internal static string text_xy_30000_ko { + public static string text_xy_30000_ko { get { return ResourceManager.GetString("text_xy_30000_ko", resourceCulture); } @@ -36125,7 +36151,7 @@ internal class Resources { ///卡洛斯地区 ///宝可梦连接. /// - internal static string text_xy_30000_zh { + public static string text_xy_30000_zh { get { return ResourceManager.GetString("text_xy_30000_zh", resourceCulture); } @@ -36171,9 +36197,10 @@ internal class Resources { ///VGE 2014 ///VGE 2015 ///VGE 2016 - ///VGE 2017 /// [rest of string was truncated]";. + ///VGE 2017 + /// [rest of string was truncated]";. /// - internal static string text_xy_40000_de { + public static string text_xy_40000_de { get { return ResourceManager.GetString("text_xy_40000_de", resourceCulture); } @@ -36221,7 +36248,7 @@ internal class Resources { ///VGE 2016 ///VGE 2 [rest of string was truncated]";. /// - internal static string text_xy_40000_en { + public static string text_xy_40000_en { get { return ResourceManager.GetString("text_xy_40000_en", resourceCulture); } @@ -36253,7 +36280,7 @@ internal class Resources { ///Campeonato Mundial 2014 ///Campeo [rest of string was truncated]";. /// - internal static string text_xy_40000_es { + public static string text_xy_40000_es { get { return ResourceManager.GetString("text_xy_40000_es", resourceCulture); } @@ -36292,7 +36319,7 @@ internal class Resources { ///Worlds 2014 ///Worlds 2 [rest of string was truncated]";. /// - internal static string text_xy_40000_fr { + public static string text_xy_40000_fr { get { return ResourceManager.GetString("text_xy_40000_fr", resourceCulture); } @@ -36329,7 +36356,7 @@ internal class Resources { ///Mondiali ///Mondi [rest of string was truncated]";. /// - internal static string text_xy_40000_it { + public static string text_xy_40000_it { get { return ResourceManager.GetString("text_xy_40000_it", resourceCulture); } @@ -36391,7 +36418,7 @@ internal class Resources { ///ポケモンイベント16 ///ポケモンイベント [rest of string was truncated]";. /// - internal static string text_xy_40000_ja { + public static string text_xy_40000_ja { get { return ResourceManager.GetString("text_xy_40000_ja", resourceCulture); } @@ -36458,7 +36485,7 @@ internal class Resources { ///포켓몬페스타14 ///포켓몬페스 [rest of string was truncated]";. /// - internal static string text_xy_40000_ko { + public static string text_xy_40000_ko { get { return ResourceManager.GetString("text_xy_40000_ko", resourceCulture); } @@ -36529,7 +36556,7 @@ internal class Resources { ///宝可梦庆典18 ///宝可 [rest of string was truncated]";. /// - internal static string text_xy_40000_zh { + public static string text_xy_40000_zh { get { return ResourceManager.GetString("text_xy_40000_zh", resourceCulture); } @@ -36541,7 +36568,7 @@ internal class Resources { ///Schatzsucher ///Dame der Heißen Quellen. /// - internal static string text_xy_60000_de { + public static string text_xy_60000_de { get { return ResourceManager.GetString("text_xy_60000_de", resourceCulture); } @@ -36553,7 +36580,7 @@ internal class Resources { ///a treasure hunter ///an old hot-springs visitor. /// - internal static string text_xy_60000_en { + public static string text_xy_60000_en { get { return ResourceManager.GetString("text_xy_60000_en", resourceCulture); } @@ -36565,7 +36592,7 @@ internal class Resources { ///Buscatesoros ///Anciana del Balneario. /// - internal static string text_xy_60000_es { + public static string text_xy_60000_es { get { return ResourceManager.GetString("text_xy_60000_es", resourceCulture); } @@ -36577,7 +36604,7 @@ internal class Resources { ///Chercheur de Trésors ///Dame des Eaux Thermales. /// - internal static string text_xy_60000_fr { + public static string text_xy_60000_fr { get { return ResourceManager.GetString("text_xy_60000_fr", resourceCulture); } @@ -36589,7 +36616,7 @@ internal class Resources { ///Cercatesori ///Vecchina delle terme. /// - internal static string text_xy_60000_it { + public static string text_xy_60000_it { get { return ResourceManager.GetString("text_xy_60000_it", resourceCulture); } @@ -36601,7 +36628,7 @@ internal class Resources { ///トレジャーハンター ///おんせんばあさん. /// - internal static string text_xy_60000_ja { + public static string text_xy_60000_ja { get { return ResourceManager.GetString("text_xy_60000_ja", resourceCulture); } @@ -36613,7 +36640,7 @@ internal class Resources { ///트레져헌터 ///온천할머니. /// - internal static string text_xy_60000_ko { + public static string text_xy_60000_ko { get { return ResourceManager.GetString("text_xy_60000_ko", resourceCulture); } @@ -36625,7 +36652,7 @@ internal class Resources { ///寻宝猎人 ///温泉婆婆. /// - internal static string text_xy_60000_zh { + public static string text_xy_60000_zh { get { return ResourceManager.GetString("text_xy_60000_zh", resourceCulture); } @@ -36634,7 +36661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_00 { + public static System.Drawing.Bitmap tr_00 { get { object obj = ResourceManager.GetObject("tr_00", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36644,7 +36671,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_01 { + public static System.Drawing.Bitmap tr_01 { get { object obj = ResourceManager.GetObject("tr_01", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36654,7 +36681,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_02 { + public static System.Drawing.Bitmap tr_02 { get { object obj = ResourceManager.GetObject("tr_02", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36664,7 +36691,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_03 { + public static System.Drawing.Bitmap tr_03 { get { object obj = ResourceManager.GetObject("tr_03", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36674,7 +36701,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_04 { + public static System.Drawing.Bitmap tr_04 { get { object obj = ResourceManager.GetObject("tr_04", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36684,7 +36711,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_05 { + public static System.Drawing.Bitmap tr_05 { get { object obj = ResourceManager.GetObject("tr_05", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36694,7 +36721,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_06 { + public static System.Drawing.Bitmap tr_06 { get { object obj = ResourceManager.GetObject("tr_06", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36704,7 +36731,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_07 { + public static System.Drawing.Bitmap tr_07 { get { object obj = ResourceManager.GetObject("tr_07", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36714,7 +36741,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_08 { + public static System.Drawing.Bitmap tr_08 { get { object obj = ResourceManager.GetObject("tr_08", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36724,7 +36751,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_09 { + public static System.Drawing.Bitmap tr_09 { get { object obj = ResourceManager.GetObject("tr_09", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36734,7 +36761,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_10 { + public static System.Drawing.Bitmap tr_10 { get { object obj = ResourceManager.GetObject("tr_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36744,7 +36771,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_11 { + public static System.Drawing.Bitmap tr_11 { get { object obj = ResourceManager.GetObject("tr_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36754,7 +36781,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_12 { + public static System.Drawing.Bitmap tr_12 { get { object obj = ResourceManager.GetObject("tr_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36764,7 +36791,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_128 { + public static System.Drawing.Bitmap tr_128 { get { object obj = ResourceManager.GetObject("tr_128", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36774,7 +36801,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_129 { + public static System.Drawing.Bitmap tr_129 { get { object obj = ResourceManager.GetObject("tr_129", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36784,7 +36811,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_13 { + public static System.Drawing.Bitmap tr_13 { get { object obj = ResourceManager.GetObject("tr_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36794,7 +36821,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_14 { + public static System.Drawing.Bitmap tr_14 { get { object obj = ResourceManager.GetObject("tr_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36804,7 +36831,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_15 { + public static System.Drawing.Bitmap tr_15 { get { object obj = ResourceManager.GetObject("tr_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36814,7 +36841,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_16 { + public static System.Drawing.Bitmap tr_16 { get { object obj = ResourceManager.GetObject("tr_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36824,7 +36851,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_17 { + public static System.Drawing.Bitmap tr_17 { get { object obj = ResourceManager.GetObject("tr_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36834,7 +36861,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_18 { + public static System.Drawing.Bitmap tr_18 { get { object obj = ResourceManager.GetObject("tr_18", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36844,7 +36871,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_19 { + public static System.Drawing.Bitmap tr_19 { get { object obj = ResourceManager.GetObject("tr_19", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36854,7 +36881,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_20 { + public static System.Drawing.Bitmap tr_20 { get { object obj = ResourceManager.GetObject("tr_20", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36864,7 +36891,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_21 { + public static System.Drawing.Bitmap tr_21 { get { object obj = ResourceManager.GetObject("tr_21", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36874,7 +36901,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_22 { + public static System.Drawing.Bitmap tr_22 { get { object obj = ResourceManager.GetObject("tr_22", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36884,7 +36911,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_23 { + public static System.Drawing.Bitmap tr_23 { get { object obj = ResourceManager.GetObject("tr_23", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36894,7 +36921,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_24 { + public static System.Drawing.Bitmap tr_24 { get { object obj = ResourceManager.GetObject("tr_24", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36904,7 +36931,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_25 { + public static System.Drawing.Bitmap tr_25 { get { object obj = ResourceManager.GetObject("tr_25", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36914,7 +36941,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_26 { + public static System.Drawing.Bitmap tr_26 { get { object obj = ResourceManager.GetObject("tr_26", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36924,7 +36951,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_27 { + public static System.Drawing.Bitmap tr_27 { get { object obj = ResourceManager.GetObject("tr_27", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36934,7 +36961,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_28 { + public static System.Drawing.Bitmap tr_28 { get { object obj = ResourceManager.GetObject("tr_28", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36944,7 +36971,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_29 { + public static System.Drawing.Bitmap tr_29 { get { object obj = ResourceManager.GetObject("tr_29", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36954,7 +36981,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_30 { + public static System.Drawing.Bitmap tr_30 { get { object obj = ResourceManager.GetObject("tr_30", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36964,7 +36991,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_31 { + public static System.Drawing.Bitmap tr_31 { get { object obj = ResourceManager.GetObject("tr_31", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36974,7 +37001,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_32 { + public static System.Drawing.Bitmap tr_32 { get { object obj = ResourceManager.GetObject("tr_32", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36984,7 +37011,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_33 { + public static System.Drawing.Bitmap tr_33 { get { object obj = ResourceManager.GetObject("tr_33", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -36994,7 +37021,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_34 { + public static System.Drawing.Bitmap tr_34 { get { object obj = ResourceManager.GetObject("tr_34", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37004,7 +37031,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_35 { + public static System.Drawing.Bitmap tr_35 { get { object obj = ResourceManager.GetObject("tr_35", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37014,7 +37041,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_36 { + public static System.Drawing.Bitmap tr_36 { get { object obj = ResourceManager.GetObject("tr_36", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37024,7 +37051,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_37 { + public static System.Drawing.Bitmap tr_37 { get { object obj = ResourceManager.GetObject("tr_37", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37034,7 +37061,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_38 { + public static System.Drawing.Bitmap tr_38 { get { object obj = ResourceManager.GetObject("tr_38", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37044,7 +37071,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_39 { + public static System.Drawing.Bitmap tr_39 { get { object obj = ResourceManager.GetObject("tr_39", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37054,7 +37081,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_40 { + public static System.Drawing.Bitmap tr_40 { get { object obj = ResourceManager.GetObject("tr_40", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37064,7 +37091,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_41 { + public static System.Drawing.Bitmap tr_41 { get { object obj = ResourceManager.GetObject("tr_41", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37074,7 +37101,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_42 { + public static System.Drawing.Bitmap tr_42 { get { object obj = ResourceManager.GetObject("tr_42", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37084,7 +37111,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_43 { + public static System.Drawing.Bitmap tr_43 { get { object obj = ResourceManager.GetObject("tr_43", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37094,7 +37121,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_44 { + public static System.Drawing.Bitmap tr_44 { get { object obj = ResourceManager.GetObject("tr_44", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37104,7 +37131,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_45 { + public static System.Drawing.Bitmap tr_45 { get { object obj = ResourceManager.GetObject("tr_45", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37114,7 +37141,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_46 { + public static System.Drawing.Bitmap tr_46 { get { object obj = ResourceManager.GetObject("tr_46", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37124,7 +37151,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_47 { + public static System.Drawing.Bitmap tr_47 { get { object obj = ResourceManager.GetObject("tr_47", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37134,7 +37161,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_48 { + public static System.Drawing.Bitmap tr_48 { get { object obj = ResourceManager.GetObject("tr_48", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37144,7 +37171,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_49 { + public static System.Drawing.Bitmap tr_49 { get { object obj = ResourceManager.GetObject("tr_49", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37154,7 +37181,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_50 { + public static System.Drawing.Bitmap tr_50 { get { object obj = ResourceManager.GetObject("tr_50", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37164,7 +37191,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_51 { + public static System.Drawing.Bitmap tr_51 { get { object obj = ResourceManager.GetObject("tr_51", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37174,7 +37201,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_52 { + public static System.Drawing.Bitmap tr_52 { get { object obj = ResourceManager.GetObject("tr_52", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37184,7 +37211,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_53 { + public static System.Drawing.Bitmap tr_53 { get { object obj = ResourceManager.GetObject("tr_53", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37194,7 +37221,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_54 { + public static System.Drawing.Bitmap tr_54 { get { object obj = ResourceManager.GetObject("tr_54", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37204,7 +37231,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_55 { + public static System.Drawing.Bitmap tr_55 { get { object obj = ResourceManager.GetObject("tr_55", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37214,7 +37241,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_56 { + public static System.Drawing.Bitmap tr_56 { get { object obj = ResourceManager.GetObject("tr_56", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37224,7 +37251,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_57 { + public static System.Drawing.Bitmap tr_57 { get { object obj = ResourceManager.GetObject("tr_57", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37234,7 +37261,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_58 { + public static System.Drawing.Bitmap tr_58 { get { object obj = ResourceManager.GetObject("tr_58", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37244,7 +37271,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_59 { + public static System.Drawing.Bitmap tr_59 { get { object obj = ResourceManager.GetObject("tr_59", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37254,7 +37281,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_60 { + public static System.Drawing.Bitmap tr_60 { get { object obj = ResourceManager.GetObject("tr_60", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37264,7 +37291,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_61 { + public static System.Drawing.Bitmap tr_61 { get { object obj = ResourceManager.GetObject("tr_61", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37274,7 +37301,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_62 { + public static System.Drawing.Bitmap tr_62 { get { object obj = ResourceManager.GetObject("tr_62", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37284,7 +37311,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_63 { + public static System.Drawing.Bitmap tr_63 { get { object obj = ResourceManager.GetObject("tr_63", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37294,7 +37321,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_64 { + public static System.Drawing.Bitmap tr_64 { get { object obj = ResourceManager.GetObject("tr_64", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37304,7 +37331,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_65 { + public static System.Drawing.Bitmap tr_65 { get { object obj = ResourceManager.GetObject("tr_65", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37314,7 +37341,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_66 { + public static System.Drawing.Bitmap tr_66 { get { object obj = ResourceManager.GetObject("tr_66", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37324,7 +37351,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_67 { + public static System.Drawing.Bitmap tr_67 { get { object obj = ResourceManager.GetObject("tr_67", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37334,7 +37361,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_68 { + public static System.Drawing.Bitmap tr_68 { get { object obj = ResourceManager.GetObject("tr_68", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37344,7 +37371,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_69 { + public static System.Drawing.Bitmap tr_69 { get { object obj = ResourceManager.GetObject("tr_69", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37354,7 +37381,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_70 { + public static System.Drawing.Bitmap tr_70 { get { object obj = ResourceManager.GetObject("tr_70", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37364,7 +37391,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_71 { + public static System.Drawing.Bitmap tr_71 { get { object obj = ResourceManager.GetObject("tr_71", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37374,7 +37401,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_72 { + public static System.Drawing.Bitmap tr_72 { get { object obj = ResourceManager.GetObject("tr_72", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37384,7 +37411,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap tr_73 { + public static System.Drawing.Bitmap tr_73 { get { object obj = ResourceManager.GetObject("tr_73", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37394,7 +37421,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_00 { + public static System.Drawing.Bitmap type_icon_00 { get { object obj = ResourceManager.GetObject("type_icon_00", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37404,7 +37431,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_01 { + public static System.Drawing.Bitmap type_icon_01 { get { object obj = ResourceManager.GetObject("type_icon_01", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37414,7 +37441,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_02 { + public static System.Drawing.Bitmap type_icon_02 { get { object obj = ResourceManager.GetObject("type_icon_02", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37424,7 +37451,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_03 { + public static System.Drawing.Bitmap type_icon_03 { get { object obj = ResourceManager.GetObject("type_icon_03", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37434,7 +37461,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_04 { + public static System.Drawing.Bitmap type_icon_04 { get { object obj = ResourceManager.GetObject("type_icon_04", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37444,7 +37471,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_05 { + public static System.Drawing.Bitmap type_icon_05 { get { object obj = ResourceManager.GetObject("type_icon_05", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37454,7 +37481,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_06 { + public static System.Drawing.Bitmap type_icon_06 { get { object obj = ResourceManager.GetObject("type_icon_06", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37464,7 +37491,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_07 { + public static System.Drawing.Bitmap type_icon_07 { get { object obj = ResourceManager.GetObject("type_icon_07", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37474,7 +37501,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_08 { + public static System.Drawing.Bitmap type_icon_08 { get { object obj = ResourceManager.GetObject("type_icon_08", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37484,7 +37511,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_09 { + public static System.Drawing.Bitmap type_icon_09 { get { object obj = ResourceManager.GetObject("type_icon_09", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37494,7 +37521,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_10 { + public static System.Drawing.Bitmap type_icon_10 { get { object obj = ResourceManager.GetObject("type_icon_10", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37504,7 +37531,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_11 { + public static System.Drawing.Bitmap type_icon_11 { get { object obj = ResourceManager.GetObject("type_icon_11", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37514,7 +37541,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_12 { + public static System.Drawing.Bitmap type_icon_12 { get { object obj = ResourceManager.GetObject("type_icon_12", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37524,7 +37551,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_13 { + public static System.Drawing.Bitmap type_icon_13 { get { object obj = ResourceManager.GetObject("type_icon_13", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37534,7 +37561,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_14 { + public static System.Drawing.Bitmap type_icon_14 { get { object obj = ResourceManager.GetObject("type_icon_14", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37544,7 +37571,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_15 { + public static System.Drawing.Bitmap type_icon_15 { get { object obj = ResourceManager.GetObject("type_icon_15", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37554,7 +37581,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_16 { + public static System.Drawing.Bitmap type_icon_16 { get { object obj = ResourceManager.GetObject("type_icon_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37564,7 +37591,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap type_icon_17 { + public static System.Drawing.Bitmap type_icon_17 { get { object obj = ResourceManager.GetObject("type_icon_17", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37574,7 +37601,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap unknown { + public static System.Drawing.Bitmap unknown { get { object obj = ResourceManager.GetObject("unknown", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37584,7 +37611,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap valid { + public static System.Drawing.Bitmap valid { get { object obj = ResourceManager.GetObject("valid", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37594,7 +37621,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - internal static System.Drawing.Bitmap warn { + public static System.Drawing.Bitmap warn { get { object obj = ResourceManager.GetObject("warn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -37604,7 +37631,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] wc6 { + public static byte[] wc6 { get { object obj = ResourceManager.GetObject("wc6", resourceCulture); return ((byte[])(obj)); @@ -37614,7 +37641,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] wc6full { + public static byte[] wc6full { get { object obj = ResourceManager.GetObject("wc6full", resourceCulture); return ((byte[])(obj)); @@ -37624,7 +37651,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] wc7 { + public static byte[] wc7 { get { object obj = ResourceManager.GetObject("wc7", resourceCulture); return ((byte[])(obj)); @@ -37634,7 +37661,7 @@ internal class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] wc7full { + public static byte[] wc7full { get { object obj = ResourceManager.GetObject("wc7full", resourceCulture); return ((byte[])(obj)); diff --git a/PKHeX/Properties/Settings.Designer.cs b/PKHeX/Properties/Settings.Designer.cs index a5a21a7d0..d96711ba7 100644 --- a/PKHeX/Properties/Settings.Designer.cs +++ b/PKHeX/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace PKHeX.Properties { +namespace PKHeX.Core.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -22,77 +22,5 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio return defaultInstance; } } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] - public string Language { - get { - return ((string)(this["Language"])); - } - set { - this["Language"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("")] - public string Version { - get { - return ((string)(this["Version"])); - } - set { - this["Version"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool Unicode { - get { - return ((bool)(this["Unicode"])); - } - set { - this["Unicode"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool SetUpdateDex { - get { - return ((bool)(this["SetUpdateDex"])); - } - set { - this["SetUpdateDex"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] - public bool SetUpdatePKM { - get { - return ((bool)(this["SetUpdatePKM"])); - } - set { - this["SetUpdatePKM"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool BAKPrompt { - get { - return ((bool)(this["BAKPrompt"])); - } - set { - this["BAKPrompt"] = value; - } - } } } diff --git a/PKHeX/Properties/Settings.settings b/PKHeX/Properties/Settings.settings index 38243d2b7..8e615f25f 100644 --- a/PKHeX/Properties/Settings.settings +++ b/PKHeX/Properties/Settings.settings @@ -1,24 +1,5 @@  - + - - - - - - - - - True - - - True - - - True - - - False - - + \ No newline at end of file diff --git a/PKHeX/Saves/SAV1.cs b/PKHeX/Saves/SAV1.cs index ffc31e745..5b00dbf6b 100644 --- a/PKHeX/Saves/SAV1.cs +++ b/PKHeX/Saves/SAV1.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV1 : SaveFile { @@ -459,7 +459,7 @@ public override bool getCaught(PKM pkm) // Get the Caught Flag return (Data[(Japanese ? 0x259E : 0x25A3) + ofs] & bitval) != 0; } - protected internal override void setSeen(PKM pkm, bool seen = true) + public override void setSeen(PKM pkm, bool seen = true) { if (pkm.Species == 0) return; @@ -472,11 +472,11 @@ protected internal override void setSeen(PKM pkm, bool seen = true) int ofs = bit >> 3; byte bitval = (byte)(1 << (bit & 7)); // Set the Seen Flag - Data[(Japanese ? 0x25B1 : 0x25B6) + ofs] &= (byte)(~bitval); + Data[(Japanese ? 0x25B1 : 0x25B6) + ofs] &= (byte)~bitval; if (seen) Data[(Japanese ? 0x25B1 : 0x25B6) + ofs] |= bitval; } - protected internal override void setCaught(PKM pkm, bool caught = true) + public override void setCaught(PKM pkm, bool caught = true) { if (pkm.Species == 0) return; @@ -489,7 +489,7 @@ protected internal override void setCaught(PKM pkm, bool caught = true) int ofs = bit >> 3; byte bitval = (byte)(1 << (bit & 7)); // Set the Captured Flag - Data[(Japanese ? 0x259E : 0x25A3) + ofs] &= (byte)(~bitval); + Data[(Japanese ? 0x259E : 0x25A3) + ofs] &= (byte)~bitval; if (caught) Data[(Japanese ? 0x259E : 0x25A3) + ofs] |= bitval; } diff --git a/PKHeX/Saves/SAV2.cs b/PKHeX/Saves/SAV2.cs index c782bbb4f..d68064545 100644 --- a/PKHeX/Saves/SAV2.cs +++ b/PKHeX/Saves/SAV2.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV2 : SaveFile { @@ -604,7 +604,7 @@ public override bool getCaught(PKM pkm) // Get the Caught Flag return (Data[PokedexCaughtOffset + ofs] & bitval) != 0; } - protected internal override void setSeen(PKM pkm, bool seen = true) + public override void setSeen(PKM pkm, bool seen = true) { if (pkm.Species == 0) return; @@ -621,7 +621,7 @@ protected internal override void setSeen(PKM pkm, bool seen = true) if (seen) Data[PokedexSeenOffset + ofs] |= bitval; } - protected internal override void setCaught(PKM pkm, bool caught = true) + public override void setCaught(PKM pkm, bool caught = true) { if (pkm.Species == 0) return; diff --git a/PKHeX/Saves/SAV3.cs b/PKHeX/Saves/SAV3.cs index 1f90e1e8f..0b5c851b8 100644 --- a/PKHeX/Saves/SAV3.cs +++ b/PKHeX/Saves/SAV3.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV3 : SaveFile { diff --git a/PKHeX/Saves/SAV3Colosseum.cs b/PKHeX/Saves/SAV3Colosseum.cs index 11a55e109..bded98c22 100644 --- a/PKHeX/Saves/SAV3Colosseum.cs +++ b/PKHeX/Saves/SAV3Colosseum.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Security.Cryptography; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV3Colosseum : SaveFile { diff --git a/PKHeX/Saves/SAV3RSBox.cs b/PKHeX/Saves/SAV3RSBox.cs index cf20ee84d..5f7e4c259 100644 --- a/PKHeX/Saves/SAV3RSBox.cs +++ b/PKHeX/Saves/SAV3RSBox.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV3RSBox : SaveFile { diff --git a/PKHeX/Saves/SAV3XD.cs b/PKHeX/Saves/SAV3XD.cs index 330af4e03..da5a811f2 100644 --- a/PKHeX/Saves/SAV3XD.cs +++ b/PKHeX/Saves/SAV3XD.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV3XD : SaveFile { diff --git a/PKHeX/Saves/SAV4.cs b/PKHeX/Saves/SAV4.cs index 1eb7ec6be..6dce3dfe8 100644 --- a/PKHeX/Saves/SAV4.cs +++ b/PKHeX/Saves/SAV4.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV4 : SaveFile { diff --git a/PKHeX/Saves/SAV4BR.cs b/PKHeX/Saves/SAV4BR.cs index dc0b2decd..15a050580 100644 --- a/PKHeX/Saves/SAV4BR.cs +++ b/PKHeX/Saves/SAV4BR.cs @@ -3,7 +3,7 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV4BR : SaveFile { diff --git a/PKHeX/Saves/SAV5.cs b/PKHeX/Saves/SAV5.cs index fdfef18cd..792233bea 100644 --- a/PKHeX/Saves/SAV5.cs +++ b/PKHeX/Saves/SAV5.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV5 : SaveFile { diff --git a/PKHeX/Saves/SAV6.cs b/PKHeX/Saves/SAV6.cs index c17e9d7cb..3ef90cb08 100644 --- a/PKHeX/Saves/SAV6.cs +++ b/PKHeX/Saves/SAV6.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV6 : SaveFile { diff --git a/PKHeX/Saves/SAV7.cs b/PKHeX/Saves/SAV7.cs index b0c4885dd..269959569 100644 --- a/PKHeX/Saves/SAV7.cs +++ b/PKHeX/Saves/SAV7.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public sealed class SAV7 : SaveFile { diff --git a/PKHeX/Saves/SaveFile.cs b/PKHeX/Saves/SaveFile.cs index d034afba8..d8cf1326c 100644 --- a/PKHeX/Saves/SaveFile.cs +++ b/PKHeX/Saves/SaveFile.cs @@ -1,13 +1,13 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { // Base Class for Save Files public abstract class SaveFile { - internal static bool SetUpdateDex = true; - internal static bool SetUpdatePKM = true; + public static bool SetUpdateDex = true; + public static bool SetUpdatePKM = true; // General Object Properties public byte[] Data; @@ -629,8 +629,8 @@ protected virtual void setDex(PKM pkm) public virtual bool getSeen(PKM pkm) { throw new NotImplementedException(); } public virtual bool getCaught(PKM pkm) { throw new NotImplementedException(); } - protected internal virtual void setSeen(PKM pkm, bool seen = true) { } - protected internal virtual void setCaught(PKM pkm, bool caught = true) { } + public virtual void setSeen(PKM pkm, bool seen = true) { } + public virtual void setCaught(PKM pkm, bool caught = true) { } public byte[] getData(int Offset, int Length) { diff --git a/PKHeX/Saves/SaveUtil.cs b/PKHeX/Saves/SaveUtil.cs index d00c3b03b..b381159bf 100644 --- a/PKHeX/Saves/SaveUtil.cs +++ b/PKHeX/Saves/SaveUtil.cs @@ -4,42 +4,42 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public static class SaveUtil { - internal const int BEEF = 0x42454546; + public const int BEEF = 0x42454546; - internal const int SIZE_G7SM = 0x6BE00; - internal const int SIZE_G6XY = 0x65600; - internal const int SIZE_G6ORAS = 0x76000; - internal const int SIZE_G6ORASDEMO = 0x5A00; - internal const int SIZE_G5RAW = 0x80000; - internal const int SIZE_G5BW = 0x24000; - internal const int SIZE_G5B2W2 = 0x26000; - internal const int SIZE_G4BR = 0x380000; - internal const int SIZE_G4RAW = 0x80000; - internal const int SIZE_G3BOX = 0x76000; - internal const int SIZE_G3BOXGCI = 0x76040; // +64 if has GCI data - internal const int SIZE_G3COLO = 0x60000; - internal const int SIZE_G3COLOGCI = 0x60040; // +64 if has GCI data - internal const int SIZE_G3XD = 0x56000; - internal const int SIZE_G3XDGCI = 0x56040; // +64 if has GCI data - internal const int SIZE_G3RAW = 0x20000; - internal const int SIZE_G3RAWHALF = 0x10000; - internal const int SIZE_G2RAW_U = 0x8000; - internal const int SIZE_G2VC = 0x8010; - internal const int SIZE_G2BAT_U = 0x802C; - internal const int SIZE_G2EMU = 0x8030; - internal const int SIZE_G2RAW_J = 0x10000; - internal const int SIZE_G2BAT_J = 0x1002C; - internal const int SIZE_G1RAW = 0x8000; - internal const int SIZE_G1BAT = 0x802C; + public const int SIZE_G7SM = 0x6BE00; + public const int SIZE_G6XY = 0x65600; + public const int SIZE_G6ORAS = 0x76000; + public const int SIZE_G6ORASDEMO = 0x5A00; + public const int SIZE_G5RAW = 0x80000; + public const int SIZE_G5BW = 0x24000; + public const int SIZE_G5B2W2 = 0x26000; + public const int SIZE_G4BR = 0x380000; + public const int SIZE_G4RAW = 0x80000; + public const int SIZE_G3BOX = 0x76000; + public const int SIZE_G3BOXGCI = 0x76040; // +64 if has GCI data + public const int SIZE_G3COLO = 0x60000; + public const int SIZE_G3COLOGCI = 0x60040; // +64 if has GCI data + public const int SIZE_G3XD = 0x56000; + public const int SIZE_G3XDGCI = 0x56040; // +64 if has GCI data + public const int SIZE_G3RAW = 0x20000; + public const int SIZE_G3RAWHALF = 0x10000; + public const int SIZE_G2RAW_U = 0x8000; + public const int SIZE_G2VC = 0x8010; + public const int SIZE_G2BAT_U = 0x802C; + public const int SIZE_G2EMU = 0x8030; + public const int SIZE_G2RAW_J = 0x10000; + public const int SIZE_G2BAT_J = 0x1002C; + public const int SIZE_G1RAW = 0x8000; + public const int SIZE_G1BAT = 0x802C; - internal static readonly byte[] FOOTER_DSV = Encoding.ASCII.GetBytes("|-DESMUME SAVE-|"); - internal static readonly byte[] HEADER_BOX = Encoding.ASCII.GetBytes("GPX"); - internal static readonly byte[] HEADER_COLO = Encoding.ASCII.GetBytes("GC6"); - internal static readonly byte[] HEADER_XD = Encoding.ASCII.GetBytes("GXX"); + public static readonly byte[] FOOTER_DSV = Encoding.ASCII.GetBytes("|-DESMUME SAVE-|"); + public static readonly byte[] HEADER_BOX = Encoding.ASCII.GetBytes("GPX"); + public static readonly byte[] HEADER_COLO = Encoding.ASCII.GetBytes("GC6"); + public static readonly byte[] HEADER_XD = Encoding.ASCII.GetBytes("GXX"); /// Determines the generation of the given save data. /// Save data of which to determine the generation @@ -420,39 +420,41 @@ public static SaveFile getVariantSAV(byte[] data) /// Detects a save file. /// /// Full path of a save file. Returns null if unable to find any. - public static string detectSaveFile() + public static bool detectSaveFile(out string path, params string[] extra) { - string path; string path3DS = Path.GetPathRoot(Util.get3DSLocation()); List possiblePaths = new List(); + List foldersToCheck = new List(extra.Where(f => f?.Length > 0)); - // save_manager - if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "saveDataBackup"))) - possiblePaths.AddRange(getSavesFromFolder(path, false)); + // Homebrew/CFW + if (path3DS != null) + { + foldersToCheck.AddRange(new[] + { + Path.Combine(path3DS, "saveDataBackup"), + Path.Combine(path3DS, "filer", "UserSaveData"), + Path.Combine(path3DS, "JKSV", "Saves"), + Path.Combine(path3DS, "TWLSaveTool"), + Path.Combine(path3DS, "fbi", "save"), + }); + } - // SaveDataFiler - if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "filer", "UserSaveData"))) - possiblePaths.AddRange(getSavesFromFolder(path, true)); - - // JKSV - if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "JKSV", "Saves"))) - possiblePaths.AddRange(getSavesFromFolder(path, true)); - - // TWL Save Tool - if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "TWLSaveTool"))) - possiblePaths.AddRange(getSavesFromFolder(path, false)); - - // FBI - if (path3DS != null && Directory.Exists(path = Path.Combine(path3DS, "fbi", "save"))) - possiblePaths.AddRange(getSavesFromFolder(path, false)); - - // CyberGadget (Cache) - string pathCache = Util.GetCacheFolder(); - if (Directory.Exists(pathCache)) - possiblePaths.AddRange(getSavesFromFolder(Path.Combine(pathCache), false)); + foreach (var p in foldersToCheck) + { + IEnumerable files; + if (!getSavesFromFolder(p, true, out files)) + { + if (files == null) + continue; + path = files.First(); // error + return false; + } + possiblePaths.AddRange(files); + } // return newest save file path that is valid (oh man) - return possiblePaths.OrderByDescending(f => new FileInfo(f).LastWriteTime).FirstOrDefault(p => getVariantSAV(File.ReadAllBytes(p))?.ChecksumsValid ?? false); + path = possiblePaths.OrderByDescending(f => new FileInfo(f).LastWriteTime).FirstOrDefault(p => getVariantSAV(File.ReadAllBytes(p))?.ChecksumsValid ?? false); + return true; } /// /// Retrieves the full path of the most recent file based on LastWriteTime. @@ -460,22 +462,26 @@ public static string detectSaveFile() /// Folder to look within /// Search all subfolders /// Full path of all save files that match criteria. - public static IEnumerable getSavesFromFolder(string folderPath, bool deep) + public static bool getSavesFromFolder(string folderPath, bool deep, out IEnumerable result) { if (!Directory.Exists(folderPath)) - return null; - string[] files = new string[0]; + { + result = null; + return false; + } try { var searchOption = deep ? SearchOption.AllDirectories : SearchOption.TopDirectoryOnly; - files = Directory.GetFiles(folderPath, "*", searchOption); + var files = Directory.GetFiles(folderPath, "*", searchOption); + result = files.Where(f => SizeValidSAV((int)new FileInfo(f).Length)); + return true; } catch (ArgumentException) { - Util.Error("Error encountered when detecting saves in the following folder:" + Environment.NewLine + folderPath, - "Advise manually scanning to remove bad filenames from the folder." + Environment.NewLine + "Likely caused via Homebrew creating invalid filenames."); + result = new[] {"Error encountered when detecting saves in the following folder:" + Environment.NewLine + folderPath, + "Advise manually scanning to remove bad filenames from the folder." + Environment.NewLine + "Likely caused via Homebrew creating invalid filenames."}; + return false; } - return files.Where(f => SizeValidSAV((int)new FileInfo(f).Length)); } /// @@ -568,7 +574,7 @@ public static ushort ccitt16(byte[] data) /// Block ID to checksum /// Initial value for checksum /// Checksum - internal static ushort check16(byte[] data, int blockID, ushort initial = 0) + public static ushort check16(byte[] data, int blockID, ushort initial = 0) { if (blockID == 36) new byte[0x80].CopyTo(data, 0x100); @@ -588,14 +594,14 @@ public static byte[] Resign7(byte[] sav7) /// Calculates the 32bit checksum over an input byte array. Used in GBA save files. /// Input byte array /// Checksum - internal static ushort check32(byte[] data) + public static ushort check32(byte[] data) { uint val = 0; for (int i = 0; i < data.Length; i += 4) val += BitConverter.ToUInt32(data, i); return (ushort)((val & 0xFFFF) + (val >> 16)); } - internal static void CheckHeaderFooter(ref byte[] input, ref byte[] header, ref byte[] footer) + public static void CheckHeaderFooter(ref byte[] input, ref byte[] header, ref byte[] footer) { if (input.Length > SIZE_G4RAW) // DeSmuME Gen4/5 DSV { @@ -830,7 +836,7 @@ public static int getG3VersionID(int CXDversion) } } - internal static byte[] DecryptGC(byte[] input, int start, int end, ushort[] keys) + public static byte[] DecryptGC(byte[] input, int start, int end, ushort[] keys) { byte[] output = (byte[])input.Clone(); for (int ofs = start; ofs < end; ofs += 8) @@ -845,7 +851,7 @@ internal static byte[] DecryptGC(byte[] input, int start, int end, ushort[] keys } return output; } - internal static byte[] EncryptGC(byte[] input, int start, int end, ushort[] keys) + public static byte[] EncryptGC(byte[] input, int start, int end, ushort[] keys) { byte[] output = (byte[])input.Clone(); for (int ofs = start; ofs < end; ofs += 8) diff --git a/PKHeX/Saves/Substructures/BV6.cs b/PKHeX/Saves/Substructures/BV6.cs index 616421e3c..fa1a4d332 100644 --- a/PKHeX/Saves/Substructures/BV6.cs +++ b/PKHeX/Saves/Substructures/BV6.cs @@ -2,7 +2,7 @@ using System.Linq; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public class BV6 : BattleVideo { diff --git a/PKHeX/Saves/Substructures/BV7.cs b/PKHeX/Saves/Substructures/BV7.cs index ea23005bb..82b42423d 100644 --- a/PKHeX/Saves/Substructures/BV7.cs +++ b/PKHeX/Saves/Substructures/BV7.cs @@ -1,6 +1,6 @@ using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class BV7 : BattleVideo { diff --git a/PKHeX/Saves/Substructures/BattleVideo.cs b/PKHeX/Saves/Substructures/BattleVideo.cs index 808952c6e..b01a7a50f 100644 --- a/PKHeX/Saves/Substructures/BattleVideo.cs +++ b/PKHeX/Saves/Substructures/BattleVideo.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public abstract class BattleVideo { diff --git a/PKHeX/Saves/Substructures/BlockInfo.cs b/PKHeX/Saves/Substructures/BlockInfo.cs index ee83ef3ab..5e4b3a281 100644 --- a/PKHeX/Saves/Substructures/BlockInfo.cs +++ b/PKHeX/Saves/Substructures/BlockInfo.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public sealed class BlockInfo { diff --git a/PKHeX/Saves/Substructures/BoxWallpaper.cs b/PKHeX/Saves/Substructures/BoxWallpaper.cs index 04ee1a00b..25a6e5aae 100644 --- a/PKHeX/Saves/Substructures/BoxWallpaper.cs +++ b/PKHeX/Saves/Substructures/BoxWallpaper.cs @@ -1,6 +1,6 @@ using System.Drawing; -namespace PKHeX +namespace PKHeX.Core { public static class BoxWallpaper { diff --git a/PKHeX/Saves/Substructures/Inventory.cs b/PKHeX/Saves/Substructures/Inventory.cs index 9e50f27aa..a298115f2 100644 --- a/PKHeX/Saves/Substructures/Inventory.cs +++ b/PKHeX/Saves/Substructures/Inventory.cs @@ -1,7 +1,7 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public enum InventoryType { diff --git a/PKHeX/Saves/Substructures/MemeCrypto.cs b/PKHeX/Saves/Substructures/MemeCrypto.cs index ba9b24cfa..fa74a83b5 100644 --- a/PKHeX/Saves/Substructures/MemeCrypto.cs +++ b/PKHeX/Saves/Substructures/MemeCrypto.cs @@ -6,7 +6,7 @@ using System.Security.Cryptography; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public static class MemeCrypto { diff --git a/PKHeX/Saves/Substructures/QR7.cs b/PKHeX/Saves/Substructures/QR7.cs index 438e690d2..b9c47033a 100644 --- a/PKHeX/Saves/Substructures/QR7.cs +++ b/PKHeX/Saves/Substructures/QR7.cs @@ -4,7 +4,7 @@ using QRCoder; -namespace PKHeX.Saves.Substructures +namespace PKHeX.Core { // anatomy of a QR7: // u32 magic; // POKE diff --git a/PKHeX/Saves/Substructures/SaveObjects.cs b/PKHeX/Saves/Substructures/SaveObjects.cs index 79b7de530..5e8a8b983 100644 --- a/PKHeX/Saves/Substructures/SaveObjects.cs +++ b/PKHeX/Saves/Substructures/SaveObjects.cs @@ -1,4 +1,4 @@ -namespace PKHeX +namespace PKHeX.Core { public struct DaycareSlot { diff --git a/PKHeX/Saves/Substructures/ShadowInfo.cs b/PKHeX/Saves/Substructures/ShadowInfo.cs index 4b1724904..e6d1be4e9 100644 --- a/PKHeX/Saves/Substructures/ShadowInfo.cs +++ b/PKHeX/Saves/Substructures/ShadowInfo.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class ShadowInfoTableXD { diff --git a/PKHeX/Saves/Substructures/StrategyMemo.cs b/PKHeX/Saves/Substructures/StrategyMemo.cs index de049d371..14e63a54f 100644 --- a/PKHeX/Saves/Substructures/StrategyMemo.cs +++ b/PKHeX/Saves/Substructures/StrategyMemo.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public class StrategyMemo { diff --git a/PKHeX/Util/BigEndian.cs b/PKHeX/Util/BigEndian.cs index 35258012e..70b4555ae 100644 --- a/PKHeX/Util/BigEndian.cs +++ b/PKHeX/Util/BigEndian.cs @@ -1,10 +1,10 @@ using System; -namespace PKHeX +namespace PKHeX.Core { - internal static class BigEndian + public static class BigEndian { - internal static uint ToUInt32(byte[] data, int offset) + public static uint ToUInt32(byte[] data, int offset) { int val = 0; val |= data[offset + 0] << 24; @@ -13,14 +13,14 @@ internal static uint ToUInt32(byte[] data, int offset) val |= data[offset + 3] << 0; return (uint)val; } - internal static ushort ToUInt16(byte[] data, int offset) + public static ushort ToUInt16(byte[] data, int offset) { int val = 0; val |= data[offset + 0] << 8; val |= data[offset + 1] << 0; return (ushort)val; } - internal static int ToInt32(byte[] data, int offset) + public static int ToInt32(byte[] data, int offset) { int val = 0; val |= data[offset + 0] << 24; @@ -29,7 +29,7 @@ internal static int ToInt32(byte[] data, int offset) val |= data[offset + 3] << 0; return val; } - internal static short ToInt16(byte[] data, int offset) + public static short ToInt16(byte[] data, int offset) { int val = 0; val |= data[offset + 0] << 8; @@ -37,19 +37,19 @@ internal static short ToInt16(byte[] data, int offset) return (short)val; } - internal static byte[] GetBytes(int value) + public static byte[] GetBytes(int value) { return Invert(BitConverter.GetBytes(value)); } - internal static byte[] GetBytes(short value) + public static byte[] GetBytes(short value) { return Invert(BitConverter.GetBytes(value)); } - internal static byte[] GetBytes(uint value) + public static byte[] GetBytes(uint value) { return Invert(BitConverter.GetBytes(value)); } - internal static byte[] GetBytes(ushort value) + public static byte[] GetBytes(ushort value) { return Invert(BitConverter.GetBytes(value)); } diff --git a/PKHeX/Util/CryptoUtil.cs b/PKHeX/Util/CryptoUtil.cs index c6938d619..70065c381 100644 --- a/PKHeX/Util/CryptoUtil.cs +++ b/PKHeX/Util/CryptoUtil.cs @@ -4,7 +4,7 @@ using System.Security.Cryptography; using System.Text; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { diff --git a/PKHeX/Util/CyberGadgetUtil.cs b/PKHeX/Util/CyberGadgetUtil.cs new file mode 100644 index 000000000..d20fbc7fc --- /dev/null +++ b/PKHeX/Util/CyberGadgetUtil.cs @@ -0,0 +1,46 @@ +using System; +using System.IO; + +namespace PKHeX.Core +{ + public class CyberGadgetUtil + { + public static string GetTempFolder() + { + return Path.Combine(Path.GetTempPath(), "3DSSE"); + } + public static string GetCacheFolder() + { + return Path.Combine(GetBackupLocation(), "cache"); + } + public static string GetRegistryValue(string key) + { + Microsoft.Win32.RegistryKey currentUser = Microsoft.Win32.Registry.CurrentUser; + Microsoft.Win32.RegistryKey key3 = currentUser.OpenSubKey(GetRegistryBase()); + if (key3 == null) + return null; + + string str = key3.GetValue(key) as string; + key3.Close(); + currentUser.Close(); + return str; + } + public static string GetRegistryBase() + { + return @"SOFTWARE\CYBER Gadget\3DSSaveEditor"; + } + public static string GetBackupLocation() + { + string registryValue = GetRegistryValue("Location"); + if (!string.IsNullOrEmpty(registryValue)) + { + Directory.CreateDirectory(registryValue); + return registryValue; + } + string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "3DSSaveBank"); + if (Directory.Exists(GetRegistryBase())) + Directory.CreateDirectory(path); + return path; + } + } +} diff --git a/PKHeX/Util/DataUtil.cs b/PKHeX/Util/DataUtil.cs index 8ab5e47e1..c052027c9 100644 --- a/PKHeX/Util/DataUtil.cs +++ b/PKHeX/Util/DataUtil.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { @@ -129,7 +129,7 @@ public static string[] getNulledStringArray(string[] SimpleStringList) } #region DataSource Providing - internal static List getCBList(string textfile, string lang) + public static List getCBList(string textfile, string lang) { // Set up string[] inputCSV = getStringList(textfile); @@ -161,7 +161,7 @@ internal static List getCBList(string textfile, string lang) Value = indexes[Array.IndexOf(unsortedList, s)] }).ToList(); } - internal static List getCBList(string[] inStrings, params int[][] allowed) + public static List getCBList(string[] inStrings, params int[][] allowed) { List cbList = new List(); if (allowed?.First() == null) @@ -187,7 +187,7 @@ internal static List getCBList(string[] inStrings, params int[][] all } return cbList; } - internal static List getOffsetCBList(List cbList, string[] inStrings, int offset, int[] allowed) + public static List getOffsetCBList(List cbList, string[] inStrings, int offset, int[] allowed) { if (allowed == null) allowed = Enumerable.Range(0, inStrings.Length).ToArray(); @@ -213,7 +213,7 @@ internal static List getOffsetCBList(List cbList, string[] })); return cbList; } - internal static List getVariedCBList(string[] inStrings, int[] stringNum, int[] stringVal) + public static List getVariedCBList(string[] inStrings, int[] stringNum, int[] stringVal) { // Set up List newlist = new List(); @@ -246,7 +246,7 @@ internal static List getVariedCBList(string[] inStrings, int[] string })); return newlist; } - internal static List getUnsortedCBList(string textfile) + public static List getUnsortedCBList(string textfile) { // Set up List cbList = new List(); diff --git a/PKHeX/Util/DateUtil.cs b/PKHeX/Util/DateUtil.cs index 3902c7e87..fcf21e783 100644 --- a/PKHeX/Util/DateUtil.cs +++ b/PKHeX/Util/DateUtil.cs @@ -1,6 +1,6 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public static partial class Util { diff --git a/PKHeX/Util/DeployUtil.cs b/PKHeX/Util/DeployUtil.cs deleted file mode 100644 index b63b34302..000000000 --- a/PKHeX/Util/DeployUtil.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace PKHeX -{ - public partial class Util - { - public static bool IsClickonceDeployed - { - get - { -#if CLICKONCE - return System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed; -#else - return false; -#endif - } - } - } -} diff --git a/PKHeX/Util/ImageUtil.cs b/PKHeX/Util/ImageUtil.cs index 6bb9167ee..febc12d91 100644 --- a/PKHeX/Util/ImageUtil.cs +++ b/PKHeX/Util/ImageUtil.cs @@ -3,12 +3,12 @@ using System.Drawing.Imaging; using System.Runtime.InteropServices; -namespace PKHeX +namespace PKHeX.Core { public static partial class Util { // Image Layering/Blending Utility - internal static Bitmap LayerImage(Image baseLayer, Image overLayer, int x, int y, double trans) + public static Bitmap LayerImage(Image baseLayer, Image overLayer, int x, int y, double trans) { if (baseLayer == null) return overLayer as Bitmap; @@ -21,7 +21,7 @@ internal static Bitmap LayerImage(Image baseLayer, Image overLayer, int x, int y } return img; } - internal static Bitmap ChangeOpacity(Image img, double trans) + public static Bitmap ChangeOpacity(Image img, double trans) { if (img == null) return null; @@ -45,7 +45,7 @@ internal static Bitmap ChangeOpacity(Image img, double trans) return bmp; } - internal static Bitmap ChangeAllColorTo(Image img, Color c) + public static Bitmap ChangeAllColorTo(Image img, Color c) { if (img == null) return null; diff --git a/PKHeX/Util/NetUtil.cs b/PKHeX/Util/NetUtil.cs index d013c8b25..926880b8e 100644 --- a/PKHeX/Util/NetUtil.cs +++ b/PKHeX/Util/NetUtil.cs @@ -3,7 +3,7 @@ using System.IO; using System.Net; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { diff --git a/PKHeX/Util/PathUtil.cs b/PKHeX/Util/PathUtil.cs index ce11b7f94..c9d3d8acc 100644 --- a/PKHeX/Util/PathUtil.cs +++ b/PKHeX/Util/PathUtil.cs @@ -2,48 +2,11 @@ using System.IO; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { - internal static string GetTempFolder() - { - return Path.Combine(Path.GetTempPath(), "3DSSE"); - } - internal static string GetCacheFolder() - { - return Path.Combine(GetBackupLocation(), "cache"); - } - internal static string GetRegistryValue(string key) - { - Microsoft.Win32.RegistryKey currentUser = Microsoft.Win32.Registry.CurrentUser; - Microsoft.Win32.RegistryKey key3 = currentUser.OpenSubKey(GetRegistryBase()); - if (key3 == null) - return null; - - string str = key3.GetValue(key) as string; - key3.Close(); - currentUser.Close(); - return str; - } - internal static string GetRegistryBase() - { - return @"SOFTWARE\CYBER Gadget\3DSSaveEditor"; - } - internal static string GetBackupLocation() - { - string registryValue = GetRegistryValue("Location"); - if (!string.IsNullOrEmpty(registryValue)) - { - Directory.CreateDirectory(registryValue); - return registryValue; - } - string path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "3DSSaveBank"); - if (Directory.Exists(GetRegistryBase())) - Directory.CreateDirectory(path); - return path; - } - internal static string get3DSLocation() + public static string get3DSLocation() { try { @@ -58,11 +21,11 @@ internal static string get3DSLocation() catch { } return null; } - internal static string CleanFileName(string fileName) + public static string CleanFileName(string fileName) { return Path.GetInvalidFileNameChars().Aggregate(fileName, (current, c) => current.Replace(c.ToString(), string.Empty)); } - internal static string TrimFromZero(string input) + public static string TrimFromZero(string input) { int index = input.IndexOf('\0'); return index < 0 ? input : input.Substring(0, index); diff --git a/PKHeX/Util/RandUtil.cs b/PKHeX/Util/RandUtil.cs index 0ce40a0c9..d638b1bc6 100644 --- a/PKHeX/Util/RandUtil.cs +++ b/PKHeX/Util/RandUtil.cs @@ -1,15 +1,15 @@ using System; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { - internal static readonly Random rand = new Random(); - internal static uint rnd32() + public static readonly Random rand = new Random(); + public static uint rnd32() { return (uint)rand.Next(1 << 30) << 2 | (uint)rand.Next(1 << 2); } - internal static void Shuffle(T[] array) + public static void Shuffle(T[] array) { int n = array.Length; for (int i = 0; i < n; i++) diff --git a/PKHeX/Util/ReflectUtil.cs b/PKHeX/Util/ReflectUtil.cs index 13a761558..c6e2f5150 100644 --- a/PKHeX/Util/ReflectUtil.cs +++ b/PKHeX/Util/ReflectUtil.cs @@ -4,42 +4,44 @@ using System.Linq; using System.Reflection; -namespace PKHeX +namespace PKHeX.Core { public static partial class ReflectUtil { - internal static bool GetValueEquals(object obj, string propertyName, object value) + public static bool GetValueEquals(object obj, string propertyName, object value) { PropertyInfo pi = obj.GetType().GetProperty(propertyName, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance); var v = pi.GetValue(obj, null); var c = ConvertValue(value, pi.PropertyType); return v.Equals(c); } - internal static void SetValue(object obj, string propertyName, object value) + public static void SetValue(object obj, string propertyName, object value) { PropertyInfo pi = obj.GetType().GetProperty(propertyName); pi.SetValue(obj, ConvertValue(value, pi.PropertyType), null); } - internal static object GetValue(object obj, string propertyName) + + public static object GetValue(object obj, string propertyName) { PropertyInfo pi = obj.GetType().GetProperty(propertyName); return pi.GetValue(obj, null); } - internal static IEnumerable getPropertiesStartWithPrefix(Type type, string prefix) + + public static IEnumerable getPropertiesStartWithPrefix(Type type, string prefix) { return type.GetProperties() .Where(p => p.Name.StartsWith(prefix, StringComparison.Ordinal)) .Select(p => p.Name); } - internal static IEnumerable getPropertiesCanWritePublic(Type type) + public static IEnumerable getPropertiesCanWritePublic(Type type) { return type.GetProperties().Where(p => p.CanWrite && p.GetSetMethod(nonPublic: true).IsPublic).Select(p => p.Name); } - internal static bool HasProperty(this Type type, string name) + public static bool HasProperty(this Type type, string name) { return type.GetProperty(name, BindingFlags.Public | BindingFlags.Instance) != null; } - internal static bool HasPropertyAll(this Type type, string name) + public static bool HasPropertyAll(this Type type, string name) { return type.GetProperty(name, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance) != null; } @@ -57,7 +59,7 @@ private static object ConvertValue(object value, Type type) // Convert.ChangeType is suitable for most things return Convert.ChangeType(value, type); } - internal static bool? getBooleanState(object obj, string prop) + public static bool? getBooleanState(object obj, string prop) { return obj.GetType().HasProperty(prop) ? GetValue(obj, prop) as bool? : null; } diff --git a/PKHeX/Util/StringUtil.cs b/PKHeX/Util/StringUtil.cs index f421adb60..17f6ed967 100644 --- a/PKHeX/Util/StringUtil.cs +++ b/PKHeX/Util/StringUtil.cs @@ -1,29 +1,29 @@ using System; using System.Linq; -namespace PKHeX +namespace PKHeX.Core { public partial class Util { - internal static int ToInt32(string value) + public static int ToInt32(string value) { string val = value?.Replace(" ", "").Replace("_", "").Trim(); return string.IsNullOrWhiteSpace(val) ? 0 : int.Parse(val); } - internal static uint ToUInt32(string value) + public static uint ToUInt32(string value) { string val = value?.Replace(" ", "").Replace("_", "").Trim(); return string.IsNullOrWhiteSpace(val) ? 0 : uint.Parse(val); } - internal static uint getHEXval(string s) + public static uint getHEXval(string s) { string str = getOnlyHex(s); return string.IsNullOrWhiteSpace(str) ? 0 : Convert.ToUInt32(str, 16); } - internal static string getOnlyHex(string s) + public static string getOnlyHex(string s) { return string.IsNullOrWhiteSpace(s) ? "0" : s.Select(char.ToUpper).Where("0123456789ABCDEF".Contains).Aggregate("", (str, c) => str + c); } diff --git a/PKHeX/app.config b/PKHeX/app.config index 2cbe3b372..7de168f06 100644 --- a/PKHeX/app.config +++ b/PKHeX/app.config @@ -1,33 +1,3 @@ - - -
- - - - - - - - - - - - - - - True - - - True - - - True - - - False - - - diff --git a/Tests/PKHeX.Tests/PKHeX.Tests.csproj b/Tests/PKHeX.Tests/PKHeX.Tests.csproj index 4633f1236..fadfcd1fb 100644 --- a/Tests/PKHeX.Tests/PKHeX.Tests.csproj +++ b/Tests/PKHeX.Tests/PKHeX.Tests.csproj @@ -58,9 +58,9 @@ - + {b4eff030-c75a-49f9-a4bc-738d1b61c4af} - PKHeX + PKHeX.Core diff --git a/Tests/PKHeX.Tests/PKM/DateTestPKM.cs b/Tests/PKHeX.Tests/PKM/DateTestPKM.cs index 40c874d5f..bba9a1aa9 100644 --- a/Tests/PKHeX.Tests/PKM/DateTestPKM.cs +++ b/Tests/PKHeX.Tests/PKM/DateTestPKM.cs @@ -1,11 +1,12 @@ using System; +using PKHeX.Core; namespace PKHeX.Tests.PKM { /// - /// A implementation designed to test and . + /// A implementation designed to test and . /// - class DateTestPKM : PKHeX.PKM + class DateTestPKM : Core.PKM { public int MetYear { get; set; } public int MetMonth { get; set; } @@ -1041,7 +1042,7 @@ public override int Version } } - public override PKHeX.PKM Clone() + public override Core.PKM Clone() { throw new NotImplementedException(); } diff --git a/Tests/PKHeX.Tests/Util/DateUtilTests.cs b/Tests/PKHeX.Tests/Util/DateUtilTests.cs index c6ac91477..5fb0caa0d 100644 --- a/Tests/PKHeX.Tests/Util/DateUtilTests.cs +++ b/Tests/PKHeX.Tests/Util/DateUtilTests.cs @@ -1,4 +1,5 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; +using PKHeX.Core; namespace PKHeX.Tests.Util { @@ -11,104 +12,104 @@ public class DateUtilTests [TestCategory(DateUtilCategory)] public void RecognizesCorrectDates() { - Assert.IsTrue(PKHeX.Util.IsDateValid(2000, 1, 1), "Failed to recognize 1/1/2000"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2001, 1, 31), "Failed to recognize 1/31/2001"); + Assert.IsTrue(Core.Util.IsDateValid(2000, 1, 1), "Failed to recognize 1/1/2000"); + Assert.IsTrue(Core.Util.IsDateValid(2001, 1, 31), "Failed to recognize 1/31/2001"); } [TestMethod] [TestCategory(DateUtilCategory)] public void MonthBoundaries() { - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 1, 31), "Incorrect month boundary for January"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 2, 28), "Incorrect month boundary for February"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 3, 31), "Incorrect month boundary for March"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 4, 30), "Incorrect month boundary for April"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 5, 31), "Incorrect month boundary for May"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 6, 30), "Incorrect month boundary for June"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 7, 31), "Incorrect month boundary for July"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 8, 31), "Incorrect month boundary for August"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 9, 30), "Incorrect month boundary for September"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 10, 31), "Incorrect month boundary for October"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 11, 30), "Incorrect month boundary for November"); - Assert.IsTrue(PKHeX.Util.IsDateValid(2016, 12, 31), "Incorrect month boundary for December"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 1, 31), "Incorrect month boundary for January"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 2, 28), "Incorrect month boundary for February"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 3, 31), "Incorrect month boundary for March"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 4, 30), "Incorrect month boundary for April"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 5, 31), "Incorrect month boundary for May"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 6, 30), "Incorrect month boundary for June"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 7, 31), "Incorrect month boundary for July"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 8, 31), "Incorrect month boundary for August"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 9, 30), "Incorrect month boundary for September"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 10, 31), "Incorrect month boundary for October"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 11, 30), "Incorrect month boundary for November"); + Assert.IsTrue(Core.Util.IsDateValid(2016, 12, 31), "Incorrect month boundary for December"); } [TestMethod] [TestCategory(DateUtilCategory)] public void RecognizeCorrectLeapYear() { - Assert.IsTrue(PKHeX.Util.IsDateValid(2004, 2, 29)); + Assert.IsTrue(Core.Util.IsDateValid(2004, 2, 29)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithIncorrectLeapYear() { - Assert.IsFalse(PKHeX.Util.IsDateValid(2005, 2, 29)); + Assert.IsFalse(Core.Util.IsDateValid(2005, 2, 29)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithZeroDate() { - Assert.IsFalse(PKHeX.Util.IsDateValid(0, 0, 0)); + Assert.IsFalse(Core.Util.IsDateValid(0, 0, 0)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithNegativeDate() { - Assert.IsFalse(PKHeX.Util.IsDateValid(-1, -1, -1)); + Assert.IsFalse(Core.Util.IsDateValid(-1, -1, -1)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithBigDay() { - Assert.IsFalse(PKHeX.Util.IsDateValid(2000, 1, 32)); + Assert.IsFalse(Core.Util.IsDateValid(2000, 1, 32)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithBigMonth() { - Assert.IsFalse(PKHeX.Util.IsDateValid(2000, 13, 1)); + Assert.IsFalse(Core.Util.IsDateValid(2000, 13, 1)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithBigYear() { - Assert.IsFalse(PKHeX.Util.IsDateValid(10000, 1, 1)); + Assert.IsFalse(Core.Util.IsDateValid(10000, 1, 1)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithZeroDay() { - Assert.IsFalse(PKHeX.Util.IsDateValid(2000, 1, 0)); + Assert.IsFalse(Core.Util.IsDateValid(2000, 1, 0)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithZeroMonth() { - Assert.IsFalse(PKHeX.Util.IsDateValid(2000, 0, 1)); + Assert.IsFalse(Core.Util.IsDateValid(2000, 0, 1)); } [TestMethod] [TestCategory(DateUtilCategory)] public void FailsWithZeroYear() { - Assert.IsFalse(PKHeX.Util.IsDateValid(0, 1, 1)); + Assert.IsFalse(Core.Util.IsDateValid(0, 1, 1)); } [TestMethod] [TestCategory(DateUtilCategory)] public void TestUIntOverload() { - Assert.IsTrue(PKHeX.Util.IsDateValid((uint)2000, (uint)1, (uint)1), "Failed 1/1/2000"); - Assert.IsFalse(PKHeX.Util.IsDateValid(uint.MaxValue, uint.MaxValue, uint.MaxValue), "Failed with uint.MaxValue"); + Assert.IsTrue(Core.Util.IsDateValid((uint)2000, (uint)1, (uint)1), "Failed 1/1/2000"); + Assert.IsFalse(Core.Util.IsDateValid(uint.MaxValue, uint.MaxValue, uint.MaxValue), "Failed with uint.MaxValue"); } } }