diff --git a/NHSE.Core/Save/Files/Personal.cs b/NHSE.Core/Save/Files/Personal.cs index 7ca9801..e4744ef 100644 --- a/NHSE.Core/Save/Files/Personal.cs +++ b/NHSE.Core/Save/Files/Personal.cs @@ -66,6 +66,12 @@ public EncryptedInt32 TotalNookMiles set => value.Write(Data[Offsets.TotalPoint..]); } + public EncryptedInt32 Tickets + { + get => EncryptedInt32.ReadVerify(Data, Offsets.Tickets); + set => value.Write(Data[Offsets.Tickets..]); + } + public IReadOnlyList Bag // Slots 21-40 { get => Item.GetArray(Data.Slice(Offsets.Pockets1, Offsets.Pockets1Count * Item.SIZE)); diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets.cs b/NHSE.Core/Save/Offsets/PersonalOffsets.cs index edc88c7..1c1b89b 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets.cs @@ -13,6 +13,7 @@ public abstract class PersonalOffsets public abstract int Wallet { get; } public abstract int NowPoint { get; } public abstract int TotalPoint { get; } + public abstract int Tickets { get; } public abstract int Birthday { get; } public abstract int ProfileMain { get; } diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets10.cs b/NHSE.Core/Save/Offsets/PersonalOffsets10.cs index 17b1e61..5c906ea 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets10.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets10.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets10 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x4; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x180; public override int ItemCollectBit => PlayerOther + 0xA04C; public override int ItemRemakeCollectBit => PlayerOther + 0xA7A0; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets11.cs b/NHSE.Core/Save/Offsets/PersonalOffsets11.cs index f9db77c..47606fe 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets11.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets11.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets11 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets110.cs b/NHSE.Core/Save/Offsets/PersonalOffsets110.cs index 2cf666e..5f6a12d 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets110.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets110.cs @@ -34,6 +34,7 @@ public sealed class PersonalOffsets110 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets111.cs b/NHSE.Core/Save/Offsets/PersonalOffsets111.cs index 1707fd0..7430df6 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets111.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets111.cs @@ -34,6 +34,7 @@ public sealed class PersonalOffsets111 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets12.cs b/NHSE.Core/Save/Offsets/PersonalOffsets12.cs index 04f6691..b115d86 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets12.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets12.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets12 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets13.cs b/NHSE.Core/Save/Offsets/PersonalOffsets13.cs index d34e1d0..d84aee1 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets13.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets13.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets13 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets14.cs b/NHSE.Core/Save/Offsets/PersonalOffsets14.cs index df61690..49c6031 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets14.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets14.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets14 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets15.cs b/NHSE.Core/Save/Offsets/PersonalOffsets15.cs index 908f964..2c61fba 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets15.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets15.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets15 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets16.cs b/NHSE.Core/Save/Offsets/PersonalOffsets16.cs index e29532a..e340eec 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets16.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets16.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets16 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets17.cs b/NHSE.Core/Save/Offsets/PersonalOffsets17.cs index dea5629..070cf52 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets17.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets17.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets17 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets18.cs b/NHSE.Core/Save/Offsets/PersonalOffsets18.cs index bb5a27f..ac838f4 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets18.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets18.cs @@ -34,6 +34,7 @@ public sealed class PersonalOffsets18 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets19.cs b/NHSE.Core/Save/Offsets/PersonalOffsets19.cs index 607f34f..334abe7 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets19.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets19.cs @@ -34,6 +34,7 @@ public sealed class PersonalOffsets19 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets20.cs b/NHSE.Core/Save/Offsets/PersonalOffsets20.cs index 95434af..87ca30a 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets20.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets20.cs @@ -33,6 +33,7 @@ public sealed class PersonalOffsets20 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => 0; // Does not exist in saves older than Offsets30 (31) public override int ItemChest => PlayerOther + 0x18C; public override int ItemCollectBit => PlayerOther + 0xA058; public override int ItemRemakeCollectBit => PlayerOther + 0xA7AC; diff --git a/NHSE.Core/Save/Offsets/PersonalOffsets30.cs b/NHSE.Core/Save/Offsets/PersonalOffsets30.cs index a5657fd..d1bcea6 100644 --- a/NHSE.Core/Save/Offsets/PersonalOffsets30.cs +++ b/NHSE.Core/Save/Offsets/PersonalOffsets30.cs @@ -36,6 +36,7 @@ public sealed class PersonalOffsets30 : PersonalOffsets public override int Pockets1 => PlayerOther + 0x10; public override int Pockets2 => Pockets1 + (8 * Pockets1Count) + 0x18; public override int Wallet => Pockets2 + (8 * Pockets2Count) + 0x18; + public override int Tickets => PlayerOther + 0x3c6d0; //0x742b0; public override int ItemChest => PlayerOther + 0x18C; // chest increased in size! 9C44 => 11944 diff --git a/NHSE.WinForms/Editor.Designer.cs b/NHSE.WinForms/Editor.Designer.cs index 751ef9d..8730b7c 100644 --- a/NHSE.WinForms/Editor.Designer.cs +++ b/NHSE.WinForms/Editor.Designer.cs @@ -29,869 +29,852 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); - this.Menu_Editor = new System.Windows.Forms.MenuStrip(); - this.Menu_File = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_Save = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_Tools = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_DumpDecrypted = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_VerifyHashes = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_LoadDecrypted = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_RAMEdit = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_ItemImages = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_Options = new System.Windows.Forms.ToolStripMenuItem(); - this.Menu_Language = new System.Windows.Forms.ToolStripComboBox(); - this.Menu_Settings = new System.Windows.Forms.ToolStripMenuItem(); - this.CM_Picture = new System.Windows.Forms.ContextMenuStrip(this.components); - this.Menu_SavePNG = new System.Windows.Forms.ToolStripMenuItem(); - this.Tab_Map = new System.Windows.Forms.TabPage(); - this.NUD_WeatherSeed = new System.Windows.Forms.NumericUpDown(); - this.L_WeatherSeed = new System.Windows.Forms.Label(); - this.B_EditDesignsTailor = new System.Windows.Forms.Button(); - this.B_EditPatternFlag = new System.Windows.Forms.Button(); - this.CB_AirportColor = new System.Windows.Forms.ComboBox(); - this.L_AirportColor = new System.Windows.Forms.Label(); - this.L_Hemisphere = new System.Windows.Forms.Label(); - this.CB_Hemisphere = new System.Windows.Forms.ComboBox(); - this.B_EditPlayerHouses = new System.Windows.Forms.Button(); - this.B_EditMap = new System.Windows.Forms.Button(); - this.CM_EditMap = new System.Windows.Forms.ContextMenuStrip(this.components); - this.B_EditLandFlags = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditFieldItems = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditBulletin = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditFieldGoods = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditMuseum_Click = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditVisitors = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPRODesigns = new System.Windows.Forms.Button(); - this.B_EditPatterns = new System.Windows.Forms.Button(); - this.B_EditTurnipExchange = new System.Windows.Forms.Button(); - this.B_RecycleBin = new System.Windows.Forms.Button(); - this.Tab_Villagers = new System.Windows.Forms.TabPage(); - this.Tab_Players = new System.Windows.Forms.TabPage(); - this.L_Poki = new System.Windows.Forms.Label(); - this.NUD_Poki = new System.Windows.Forms.NumericUpDown(); - this.L_EarnedMiles = new System.Windows.Forms.Label(); - this.NUD_TotalNookMiles = new System.Windows.Forms.NumericUpDown(); - this.L_StorageCount = new System.Windows.Forms.Label(); - this.NUD_StorageCount = new System.Windows.Forms.NumericUpDown(); - this.L_PocketCount2 = new System.Windows.Forms.Label(); - this.L_PocketCount1 = new System.Windows.Forms.Label(); - this.NUD_PocketCount2 = new System.Windows.Forms.NumericUpDown(); - this.NUD_PocketCount1 = new System.Windows.Forms.NumericUpDown(); - this.B_EditPlayer = new System.Windows.Forms.Button(); - this.CM_EditPlayer = new System.Windows.Forms.ContextMenuStrip(this.components); - this.B_EditPlayerStorage = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerReceivedItems = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditAchievements = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerRecipes = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerFlags = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerReactions = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerMisc = new System.Windows.Forms.ToolStripMenuItem(); - this.B_EditPlayerItems = new System.Windows.Forms.Button(); - this.L_Wallet = new System.Windows.Forms.Label(); - this.NUD_Wallet = new System.Windows.Forms.NumericUpDown(); - this.L_NookMiles = new System.Windows.Forms.Label(); - this.NUD_NookMiles = new System.Windows.Forms.NumericUpDown(); - this.L_BankBells = new System.Windows.Forms.Label(); - this.NUD_BankBells = new System.Windows.Forms.NumericUpDown(); - this.TB_TownName = new System.Windows.Forms.TextBox(); - this.TB_Name = new System.Windows.Forms.TextBox(); - this.L_TownName = new System.Windows.Forms.Label(); - this.L_PlayerName = new System.Windows.Forms.Label(); - this.CB_Players = new System.Windows.Forms.ComboBox(); - this.PB_Player = new System.Windows.Forms.PictureBox(); - this.TC_Editors = new System.Windows.Forms.TabControl(); - this.Menu_Editor.SuspendLayout(); - this.CM_Picture.SuspendLayout(); - this.Tab_Map.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_WeatherSeed)).BeginInit(); - this.CM_EditMap.SuspendLayout(); - this.Tab_Players.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_Poki)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_TotalNookMiles)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_StorageCount)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_PocketCount2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_PocketCount1)).BeginInit(); - this.CM_EditPlayer.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_Wallet)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_NookMiles)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_BankBells)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.PB_Player)).BeginInit(); - this.TC_Editors.SuspendLayout(); - this.SuspendLayout(); + components = new System.ComponentModel.Container(); + Menu_Editor = new System.Windows.Forms.MenuStrip(); + Menu_File = new System.Windows.Forms.ToolStripMenuItem(); + Menu_Save = new System.Windows.Forms.ToolStripMenuItem(); + Menu_Tools = new System.Windows.Forms.ToolStripMenuItem(); + Menu_DumpDecrypted = new System.Windows.Forms.ToolStripMenuItem(); + Menu_VerifyHashes = new System.Windows.Forms.ToolStripMenuItem(); + Menu_LoadDecrypted = new System.Windows.Forms.ToolStripMenuItem(); + Menu_RAMEdit = new System.Windows.Forms.ToolStripMenuItem(); + Menu_ItemImages = new System.Windows.Forms.ToolStripMenuItem(); + Menu_Options = new System.Windows.Forms.ToolStripMenuItem(); + Menu_Language = new System.Windows.Forms.ToolStripComboBox(); + Menu_Settings = new System.Windows.Forms.ToolStripMenuItem(); + CM_Picture = new System.Windows.Forms.ContextMenuStrip(components); + Menu_SavePNG = new System.Windows.Forms.ToolStripMenuItem(); + Tab_Map = new System.Windows.Forms.TabPage(); + NUD_WeatherSeed = new System.Windows.Forms.NumericUpDown(); + L_WeatherSeed = new System.Windows.Forms.Label(); + B_EditDesignsTailor = new System.Windows.Forms.Button(); + B_EditPatternFlag = new System.Windows.Forms.Button(); + CB_AirportColor = new System.Windows.Forms.ComboBox(); + L_AirportColor = new System.Windows.Forms.Label(); + L_Hemisphere = new System.Windows.Forms.Label(); + CB_Hemisphere = new System.Windows.Forms.ComboBox(); + B_EditPlayerHouses = new System.Windows.Forms.Button(); + B_EditMap = new System.Windows.Forms.Button(); + CM_EditMap = new System.Windows.Forms.ContextMenuStrip(components); + B_EditLandFlags = new System.Windows.Forms.ToolStripMenuItem(); + B_EditFieldItems = new System.Windows.Forms.ToolStripMenuItem(); + B_EditBulletin = new System.Windows.Forms.ToolStripMenuItem(); + B_EditFieldGoods = new System.Windows.Forms.ToolStripMenuItem(); + B_EditMuseum_Click = new System.Windows.Forms.ToolStripMenuItem(); + B_EditVisitors = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPRODesigns = new System.Windows.Forms.Button(); + B_EditPatterns = new System.Windows.Forms.Button(); + B_EditTurnipExchange = new System.Windows.Forms.Button(); + B_RecycleBin = new System.Windows.Forms.Button(); + Tab_Villagers = new System.Windows.Forms.TabPage(); + Tab_Players = new System.Windows.Forms.TabPage(); + L_Poki = new System.Windows.Forms.Label(); + NUD_Poki = new System.Windows.Forms.NumericUpDown(); + L_EarnedMiles = new System.Windows.Forms.Label(); + NUD_TotalNookMiles = new System.Windows.Forms.NumericUpDown(); + L_StorageCount = new System.Windows.Forms.Label(); + NUD_StorageCount = new System.Windows.Forms.NumericUpDown(); + L_PocketCount2 = new System.Windows.Forms.Label(); + L_PocketCount1 = new System.Windows.Forms.Label(); + NUD_PocketCount2 = new System.Windows.Forms.NumericUpDown(); + NUD_PocketCount1 = new System.Windows.Forms.NumericUpDown(); + B_EditPlayer = new System.Windows.Forms.Button(); + CM_EditPlayer = new System.Windows.Forms.ContextMenuStrip(components); + B_EditPlayerStorage = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerReceivedItems = new System.Windows.Forms.ToolStripMenuItem(); + B_EditAchievements = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerRecipes = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerFlags = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerReactions = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerMisc = new System.Windows.Forms.ToolStripMenuItem(); + B_EditPlayerItems = new System.Windows.Forms.Button(); + L_Wallet = new System.Windows.Forms.Label(); + NUD_Wallet = new System.Windows.Forms.NumericUpDown(); + L_NookMiles = new System.Windows.Forms.Label(); + NUD_NookMiles = new System.Windows.Forms.NumericUpDown(); + L_BankBells = new System.Windows.Forms.Label(); + NUD_BankBells = new System.Windows.Forms.NumericUpDown(); + TB_TownName = new System.Windows.Forms.TextBox(); + TB_Name = new System.Windows.Forms.TextBox(); + L_TownName = new System.Windows.Forms.Label(); + L_PlayerName = new System.Windows.Forms.Label(); + CB_Players = new System.Windows.Forms.ComboBox(); + PB_Player = new System.Windows.Forms.PictureBox(); + TC_Editors = new System.Windows.Forms.TabControl(); + L_HotelTickets = new System.Windows.Forms.Label(); + NUD_HotelTickets = new System.Windows.Forms.NumericUpDown(); + Menu_Editor.SuspendLayout(); + CM_Picture.SuspendLayout(); + Tab_Map.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_WeatherSeed).BeginInit(); + CM_EditMap.SuspendLayout(); + Tab_Players.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_Poki).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_TotalNookMiles).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_StorageCount).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_PocketCount2).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_PocketCount1).BeginInit(); + CM_EditPlayer.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_Wallet).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_NookMiles).BeginInit(); + ((System.ComponentModel.ISupportInitialize)NUD_BankBells).BeginInit(); + ((System.ComponentModel.ISupportInitialize)PB_Player).BeginInit(); + TC_Editors.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_HotelTickets).BeginInit(); + SuspendLayout(); // // Menu_Editor // - this.Menu_Editor.BackColor = System.Drawing.SystemColors.Control; - this.Menu_Editor.ImageScalingSize = new System.Drawing.Size(20, 20); - this.Menu_Editor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Menu_File, - this.Menu_Tools, - this.Menu_Options}); - this.Menu_Editor.Location = new System.Drawing.Point(0, 0); - this.Menu_Editor.Name = "Menu_Editor"; - this.Menu_Editor.Size = new System.Drawing.Size(404, 24); - this.Menu_Editor.TabIndex = 0; - this.Menu_Editor.Text = "menuStrip1"; + Menu_Editor.BackColor = System.Drawing.SystemColors.Control; + Menu_Editor.ImageScalingSize = new System.Drawing.Size(20, 20); + Menu_Editor.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { Menu_File, Menu_Tools, Menu_Options }); + Menu_Editor.Location = new System.Drawing.Point(0, 0); + Menu_Editor.Name = "Menu_Editor"; + Menu_Editor.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2); + Menu_Editor.Size = new System.Drawing.Size(471, 24); + Menu_Editor.TabIndex = 0; + Menu_Editor.Text = "menuStrip1"; // // Menu_File // - this.Menu_File.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Menu_Save}); - this.Menu_File.Name = "Menu_File"; - this.Menu_File.Size = new System.Drawing.Size(37, 20); - this.Menu_File.Text = "File"; + Menu_File.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { Menu_Save }); + Menu_File.Name = "Menu_File"; + Menu_File.Size = new System.Drawing.Size(37, 20); + Menu_File.Text = "File"; // // Menu_Save // - 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.Size = new System.Drawing.Size(138, 22); - this.Menu_Save.Text = "Save"; - this.Menu_Save.Click += new System.EventHandler(this.Menu_Save_Click); + Menu_Save.Name = "Menu_Save"; + Menu_Save.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S; + Menu_Save.Size = new System.Drawing.Size(138, 22); + Menu_Save.Text = "Save"; + Menu_Save.Click += Menu_Save_Click; // // Menu_Tools // - this.Menu_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Menu_DumpDecrypted, - this.Menu_VerifyHashes, - this.Menu_LoadDecrypted, - this.Menu_RAMEdit, - this.Menu_ItemImages}); - this.Menu_Tools.Name = "Menu_Tools"; - this.Menu_Tools.Size = new System.Drawing.Size(46, 20); - this.Menu_Tools.Text = "Tools"; + Menu_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { Menu_DumpDecrypted, Menu_VerifyHashes, Menu_LoadDecrypted, Menu_RAMEdit, Menu_ItemImages }); + Menu_Tools.Name = "Menu_Tools"; + Menu_Tools.Size = new System.Drawing.Size(47, 20); + Menu_Tools.Text = "Tools"; // // Menu_DumpDecrypted // - this.Menu_DumpDecrypted.Name = "Menu_DumpDecrypted"; - this.Menu_DumpDecrypted.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); - this.Menu_DumpDecrypted.Size = new System.Drawing.Size(206, 22); - this.Menu_DumpDecrypted.Text = "Dump Decrypted"; - this.Menu_DumpDecrypted.Click += new System.EventHandler(this.Menu_DumpDecrypted_Click); + Menu_DumpDecrypted.Name = "Menu_DumpDecrypted"; + Menu_DumpDecrypted.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D; + Menu_DumpDecrypted.Size = new System.Drawing.Size(206, 22); + Menu_DumpDecrypted.Text = "Dump Decrypted"; + Menu_DumpDecrypted.Click += Menu_DumpDecrypted_Click; // // Menu_VerifyHashes // - this.Menu_VerifyHashes.Name = "Menu_VerifyHashes"; - this.Menu_VerifyHashes.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H))); - this.Menu_VerifyHashes.Size = new System.Drawing.Size(206, 22); - this.Menu_VerifyHashes.Text = "Verify Hashes"; - this.Menu_VerifyHashes.Click += new System.EventHandler(this.Menu_VerifyHashes_Click); + Menu_VerifyHashes.Name = "Menu_VerifyHashes"; + Menu_VerifyHashes.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H; + Menu_VerifyHashes.Size = new System.Drawing.Size(206, 22); + Menu_VerifyHashes.Text = "Verify Hashes"; + Menu_VerifyHashes.Click += Menu_VerifyHashes_Click; // // Menu_LoadDecrypted // - this.Menu_LoadDecrypted.Name = "Menu_LoadDecrypted"; - this.Menu_LoadDecrypted.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L))); - this.Menu_LoadDecrypted.Size = new System.Drawing.Size(206, 22); - this.Menu_LoadDecrypted.Text = "Load Decrypted"; - this.Menu_LoadDecrypted.Click += new System.EventHandler(this.Menu_LoadDecrypted_Click); + Menu_LoadDecrypted.Name = "Menu_LoadDecrypted"; + Menu_LoadDecrypted.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L; + Menu_LoadDecrypted.Size = new System.Drawing.Size(206, 22); + Menu_LoadDecrypted.Text = "Load Decrypted"; + Menu_LoadDecrypted.Click += Menu_LoadDecrypted_Click; // // Menu_RAMEdit // - this.Menu_RAMEdit.Name = "Menu_RAMEdit"; - this.Menu_RAMEdit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R))); - this.Menu_RAMEdit.Size = new System.Drawing.Size(206, 22); - this.Menu_RAMEdit.Text = "RAM Edit"; - this.Menu_RAMEdit.Click += new System.EventHandler(this.Menu_RAMEdit_Click); + Menu_RAMEdit.Name = "Menu_RAMEdit"; + Menu_RAMEdit.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R; + Menu_RAMEdit.Size = new System.Drawing.Size(206, 22); + Menu_RAMEdit.Text = "RAM Edit"; + Menu_RAMEdit.Click += Menu_RAMEdit_Click; // // Menu_ItemImages // - this.Menu_ItemImages.Name = "Menu_ItemImages"; - this.Menu_ItemImages.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M))); - this.Menu_ItemImages.Size = new System.Drawing.Size(206, 22); - this.Menu_ItemImages.Text = "Item Images"; - this.Menu_ItemImages.Click += new System.EventHandler(this.Menu_ItemImages_Click); + Menu_ItemImages.Name = "Menu_ItemImages"; + Menu_ItemImages.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M; + Menu_ItemImages.Size = new System.Drawing.Size(206, 22); + Menu_ItemImages.Text = "Item Images"; + Menu_ItemImages.Click += Menu_ItemImages_Click; // // Menu_Options // - this.Menu_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Menu_Language, - this.Menu_Settings}); - this.Menu_Options.Name = "Menu_Options"; - this.Menu_Options.Size = new System.Drawing.Size(61, 20); - this.Menu_Options.Text = "Options"; + Menu_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { Menu_Language, Menu_Settings }); + Menu_Options.Name = "Menu_Options"; + Menu_Options.Size = new System.Drawing.Size(61, 20); + Menu_Options.Text = "Options"; // // Menu_Language // - this.Menu_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.Menu_Language.Items.AddRange(new object[] { - "English", - "日本語", - "Deutsch", - "Español", - "Français", - "Italiano", - "한국어", - "简体中文", - "繁體中文"}); - this.Menu_Language.Name = "Menu_Language"; - this.Menu_Language.Size = new System.Drawing.Size(115, 23); - this.Menu_Language.SelectedIndexChanged += new System.EventHandler(this.Menu_Language_SelectedIndexChanged); + Menu_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + Menu_Language.Items.AddRange(new object[] { "English", "日本語", "Deutsch", "Español", "Français", "Italiano", "한국어", "简体中文", "繁體中文" }); + Menu_Language.Name = "Menu_Language"; + Menu_Language.Size = new System.Drawing.Size(115, 23); + Menu_Language.SelectedIndexChanged += Menu_Language_SelectedIndexChanged; // // Menu_Settings // - this.Menu_Settings.Name = "Menu_Settings"; - this.Menu_Settings.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); - this.Menu_Settings.Size = new System.Drawing.Size(175, 22); - this.Menu_Settings.Text = "Settings"; - this.Menu_Settings.Click += new System.EventHandler(this.Menu_Settings_Click); + Menu_Settings.Name = "Menu_Settings"; + Menu_Settings.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P; + Menu_Settings.Size = new System.Drawing.Size(175, 22); + Menu_Settings.Text = "Settings"; + Menu_Settings.Click += Menu_Settings_Click; // // CM_Picture // - this.CM_Picture.ImageScalingSize = new System.Drawing.Size(20, 20); - this.CM_Picture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.Menu_SavePNG}); - this.CM_Picture.Name = "CM_Picture"; - this.CM_Picture.ShowImageMargin = false; - this.CM_Picture.Size = new System.Drawing.Size(101, 26); + CM_Picture.ImageScalingSize = new System.Drawing.Size(20, 20); + CM_Picture.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { Menu_SavePNG }); + CM_Picture.Name = "CM_Picture"; + CM_Picture.ShowImageMargin = false; + CM_Picture.Size = new System.Drawing.Size(101, 26); // // Menu_SavePNG // - this.Menu_SavePNG.Name = "Menu_SavePNG"; - this.Menu_SavePNG.Size = new System.Drawing.Size(100, 22); - this.Menu_SavePNG.Text = "Save .png"; - this.Menu_SavePNG.Click += new System.EventHandler(this.Menu_SavePNG_Click); + Menu_SavePNG.Name = "Menu_SavePNG"; + Menu_SavePNG.Size = new System.Drawing.Size(100, 22); + Menu_SavePNG.Text = "Save .png"; + Menu_SavePNG.Click += Menu_SavePNG_Click; // // Tab_Map // - this.Tab_Map.Controls.Add(this.NUD_WeatherSeed); - this.Tab_Map.Controls.Add(this.L_WeatherSeed); - this.Tab_Map.Controls.Add(this.B_EditDesignsTailor); - this.Tab_Map.Controls.Add(this.B_EditPatternFlag); - this.Tab_Map.Controls.Add(this.CB_AirportColor); - this.Tab_Map.Controls.Add(this.L_AirportColor); - this.Tab_Map.Controls.Add(this.L_Hemisphere); - this.Tab_Map.Controls.Add(this.CB_Hemisphere); - this.Tab_Map.Controls.Add(this.B_EditPlayerHouses); - this.Tab_Map.Controls.Add(this.B_EditMap); - this.Tab_Map.Controls.Add(this.B_EditPRODesigns); - this.Tab_Map.Controls.Add(this.B_EditPatterns); - this.Tab_Map.Controls.Add(this.B_EditTurnipExchange); - this.Tab_Map.Controls.Add(this.B_RecycleBin); - this.Tab_Map.Location = new System.Drawing.Point(4, 22); - this.Tab_Map.Name = "Tab_Map"; - this.Tab_Map.Padding = new System.Windows.Forms.Padding(3); - this.Tab_Map.Size = new System.Drawing.Size(396, 261); - this.Tab_Map.TabIndex = 2; - this.Tab_Map.Text = "Map"; - this.Tab_Map.UseVisualStyleBackColor = true; + Tab_Map.Controls.Add(NUD_WeatherSeed); + Tab_Map.Controls.Add(L_WeatherSeed); + Tab_Map.Controls.Add(B_EditDesignsTailor); + Tab_Map.Controls.Add(B_EditPatternFlag); + Tab_Map.Controls.Add(CB_AirportColor); + Tab_Map.Controls.Add(L_AirportColor); + Tab_Map.Controls.Add(L_Hemisphere); + Tab_Map.Controls.Add(CB_Hemisphere); + Tab_Map.Controls.Add(B_EditPlayerHouses); + Tab_Map.Controls.Add(B_EditMap); + Tab_Map.Controls.Add(B_EditPRODesigns); + Tab_Map.Controls.Add(B_EditPatterns); + Tab_Map.Controls.Add(B_EditTurnipExchange); + Tab_Map.Controls.Add(B_RecycleBin); + Tab_Map.Location = new System.Drawing.Point(4, 24); + Tab_Map.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Map.Name = "Tab_Map"; + Tab_Map.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Map.Size = new System.Drawing.Size(463, 303); + Tab_Map.TabIndex = 2; + Tab_Map.Text = "Map"; + Tab_Map.UseVisualStyleBackColor = true; // // NUD_WeatherSeed // - this.NUD_WeatherSeed.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.NUD_WeatherSeed.Location = new System.Drawing.Point(202, 59); - this.NUD_WeatherSeed.Maximum = new decimal(new int[] { - -1, - 0, - 0, - 0}); - this.NUD_WeatherSeed.Name = "NUD_WeatherSeed"; - this.NUD_WeatherSeed.Size = new System.Drawing.Size(93, 20); - this.NUD_WeatherSeed.TabIndex = 65; - this.NUD_WeatherSeed.Value = new decimal(new int[] { - 1234567890, - 0, - 0, - 0}); + NUD_WeatherSeed.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0); + NUD_WeatherSeed.Location = new System.Drawing.Point(236, 68); + NUD_WeatherSeed.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_WeatherSeed.Maximum = new decimal(new int[] { -1, 0, 0, 0 }); + NUD_WeatherSeed.Name = "NUD_WeatherSeed"; + NUD_WeatherSeed.Size = new System.Drawing.Size(108, 20); + NUD_WeatherSeed.TabIndex = 65; + NUD_WeatherSeed.Value = new decimal(new int[] { 1234567890, 0, 0, 0 }); // // L_WeatherSeed // - this.L_WeatherSeed.AutoSize = true; - this.L_WeatherSeed.Location = new System.Drawing.Point(301, 66); - this.L_WeatherSeed.Name = "L_WeatherSeed"; - this.L_WeatherSeed.Size = new System.Drawing.Size(76, 13); - this.L_WeatherSeed.TabIndex = 64; - this.L_WeatherSeed.Text = "Weather Seed"; + L_WeatherSeed.AutoSize = true; + L_WeatherSeed.Location = new System.Drawing.Point(351, 76); + L_WeatherSeed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_WeatherSeed.Name = "L_WeatherSeed"; + L_WeatherSeed.Size = new System.Drawing.Size(79, 15); + L_WeatherSeed.TabIndex = 64; + L_WeatherSeed.Text = "Weather Seed"; // // B_EditDesignsTailor // - this.B_EditDesignsTailor.Location = new System.Drawing.Point(300, 98); - this.B_EditDesignsTailor.Name = "B_EditDesignsTailor"; - this.B_EditDesignsTailor.Size = new System.Drawing.Size(92, 40); - this.B_EditDesignsTailor.TabIndex = 63; - this.B_EditDesignsTailor.Text = "Edit Tailor Designs"; - this.B_EditDesignsTailor.UseVisualStyleBackColor = true; - this.B_EditDesignsTailor.Click += new System.EventHandler(this.B_EditDesignsTailor_Click); + B_EditDesignsTailor.Location = new System.Drawing.Point(350, 113); + B_EditDesignsTailor.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditDesignsTailor.Name = "B_EditDesignsTailor"; + B_EditDesignsTailor.Size = new System.Drawing.Size(107, 46); + B_EditDesignsTailor.TabIndex = 63; + B_EditDesignsTailor.Text = "Edit Tailor Designs"; + B_EditDesignsTailor.UseVisualStyleBackColor = true; + B_EditDesignsTailor.Click += B_EditDesignsTailor_Click; // // B_EditPatternFlag // - this.B_EditPatternFlag.Location = new System.Drawing.Point(202, 98); - this.B_EditPatternFlag.Name = "B_EditPatternFlag"; - this.B_EditPatternFlag.Size = new System.Drawing.Size(92, 40); - this.B_EditPatternFlag.TabIndex = 62; - this.B_EditPatternFlag.Text = "Edit Flag Design"; - this.B_EditPatternFlag.UseVisualStyleBackColor = true; - this.B_EditPatternFlag.Click += new System.EventHandler(this.B_EditPatternFlag_Click); + B_EditPatternFlag.Location = new System.Drawing.Point(236, 113); + B_EditPatternFlag.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPatternFlag.Name = "B_EditPatternFlag"; + B_EditPatternFlag.Size = new System.Drawing.Size(107, 46); + B_EditPatternFlag.TabIndex = 62; + B_EditPatternFlag.Text = "Edit Flag Design"; + B_EditPatternFlag.UseVisualStyleBackColor = true; + B_EditPatternFlag.Click += B_EditPatternFlag_Click; // // CB_AirportColor // - this.CB_AirportColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CB_AirportColor.FormattingEnabled = true; - this.CB_AirportColor.Location = new System.Drawing.Point(202, 32); - this.CB_AirportColor.Name = "CB_AirportColor"; - this.CB_AirportColor.Size = new System.Drawing.Size(92, 21); - this.CB_AirportColor.TabIndex = 61; + CB_AirportColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + CB_AirportColor.FormattingEnabled = true; + CB_AirportColor.Location = new System.Drawing.Point(236, 37); + CB_AirportColor.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + CB_AirportColor.Name = "CB_AirportColor"; + CB_AirportColor.Size = new System.Drawing.Size(107, 23); + CB_AirportColor.TabIndex = 61; // // L_AirportColor // - this.L_AirportColor.AutoSize = true; - this.L_AirportColor.Location = new System.Drawing.Point(300, 35); - this.L_AirportColor.Name = "L_AirportColor"; - this.L_AirportColor.Size = new System.Drawing.Size(64, 13); - this.L_AirportColor.TabIndex = 60; - this.L_AirportColor.Text = "Airport Color"; + L_AirportColor.AutoSize = true; + L_AirportColor.Location = new System.Drawing.Point(350, 40); + L_AirportColor.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_AirportColor.Name = "L_AirportColor"; + L_AirportColor.Size = new System.Drawing.Size(76, 15); + L_AirportColor.TabIndex = 60; + L_AirportColor.Text = "Airport Color"; // // L_Hemisphere // - this.L_Hemisphere.AutoSize = true; - this.L_Hemisphere.Location = new System.Drawing.Point(300, 9); - this.L_Hemisphere.Name = "L_Hemisphere"; - this.L_Hemisphere.Size = new System.Drawing.Size(63, 13); - this.L_Hemisphere.TabIndex = 58; - this.L_Hemisphere.Text = "Hemisphere"; + L_Hemisphere.AutoSize = true; + L_Hemisphere.Location = new System.Drawing.Point(350, 10); + L_Hemisphere.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_Hemisphere.Name = "L_Hemisphere"; + L_Hemisphere.Size = new System.Drawing.Size(71, 15); + L_Hemisphere.TabIndex = 58; + L_Hemisphere.Text = "Hemisphere"; // // CB_Hemisphere // - this.CB_Hemisphere.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CB_Hemisphere.FormattingEnabled = true; - this.CB_Hemisphere.Location = new System.Drawing.Point(202, 6); - this.CB_Hemisphere.Name = "CB_Hemisphere"; - this.CB_Hemisphere.Size = new System.Drawing.Size(92, 21); - this.CB_Hemisphere.TabIndex = 57; + CB_Hemisphere.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + CB_Hemisphere.FormattingEnabled = true; + CB_Hemisphere.Location = new System.Drawing.Point(236, 7); + CB_Hemisphere.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + CB_Hemisphere.Name = "CB_Hemisphere"; + CB_Hemisphere.Size = new System.Drawing.Size(107, 23); + CB_Hemisphere.TabIndex = 57; // // B_EditPlayerHouses // - this.B_EditPlayerHouses.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.B_EditPlayerHouses.Location = new System.Drawing.Point(6, 169); - this.B_EditPlayerHouses.Name = "B_EditPlayerHouses"; - this.B_EditPlayerHouses.Size = new System.Drawing.Size(92, 40); - this.B_EditPlayerHouses.TabIndex = 56; - this.B_EditPlayerHouses.Text = "Edit Player Houses"; - this.B_EditPlayerHouses.UseVisualStyleBackColor = true; - this.B_EditPlayerHouses.Click += new System.EventHandler(this.B_EditPlayerHouses_Click); + B_EditPlayerHouses.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; + B_EditPlayerHouses.Location = new System.Drawing.Point(7, 195); + B_EditPlayerHouses.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPlayerHouses.Name = "B_EditPlayerHouses"; + B_EditPlayerHouses.Size = new System.Drawing.Size(107, 46); + B_EditPlayerHouses.TabIndex = 56; + B_EditPlayerHouses.Text = "Edit Player Houses"; + B_EditPlayerHouses.UseVisualStyleBackColor = true; + B_EditPlayerHouses.Click += B_EditPlayerHouses_Click; // // B_EditMap // - this.B_EditMap.ContextMenuStrip = this.CM_EditMap; - this.B_EditMap.Location = new System.Drawing.Point(300, 168); - this.B_EditMap.Name = "B_EditMap"; - this.B_EditMap.Size = new System.Drawing.Size(92, 40); - this.B_EditMap.TabIndex = 2; - this.B_EditMap.Text = "Edit Map..."; - this.B_EditMap.UseVisualStyleBackColor = true; - this.B_EditMap.Click += new System.EventHandler(this.B_EditMap_Click); + B_EditMap.ContextMenuStrip = CM_EditMap; + B_EditMap.Location = new System.Drawing.Point(350, 194); + B_EditMap.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditMap.Name = "B_EditMap"; + B_EditMap.Size = new System.Drawing.Size(107, 46); + B_EditMap.TabIndex = 2; + B_EditMap.Text = "Edit Map..."; + B_EditMap.UseVisualStyleBackColor = true; + B_EditMap.Click += B_EditMap_Click; // // CM_EditMap // - this.CM_EditMap.ImageScalingSize = new System.Drawing.Size(20, 20); - this.CM_EditMap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.B_EditLandFlags, - this.B_EditFieldItems, - this.B_EditBulletin, - this.B_EditFieldGoods, - this.B_EditMuseum_Click, - this.B_EditVisitors}); - this.CM_EditMap.Name = "CM_EditMap"; - this.CM_EditMap.Size = new System.Drawing.Size(172, 136); + CM_EditMap.ImageScalingSize = new System.Drawing.Size(20, 20); + CM_EditMap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { B_EditLandFlags, B_EditFieldItems, B_EditBulletin, B_EditFieldGoods, B_EditMuseum_Click, B_EditVisitors }); + CM_EditMap.Name = "CM_EditMap"; + CM_EditMap.Size = new System.Drawing.Size(172, 136); // // B_EditLandFlags // - this.B_EditLandFlags.Name = "B_EditLandFlags"; - this.B_EditLandFlags.Size = new System.Drawing.Size(171, 22); - this.B_EditLandFlags.Text = "Edit Flags"; - this.B_EditLandFlags.Click += new System.EventHandler(this.B_EditLandFlags_Click); + B_EditLandFlags.Name = "B_EditLandFlags"; + B_EditLandFlags.Size = new System.Drawing.Size(171, 22); + B_EditLandFlags.Text = "Edit Flags"; + B_EditLandFlags.Click += B_EditLandFlags_Click; // // B_EditFieldItems // - this.B_EditFieldItems.Name = "B_EditFieldItems"; - this.B_EditFieldItems.Size = new System.Drawing.Size(171, 22); - this.B_EditFieldItems.Text = "Edit Field Items"; - this.B_EditFieldItems.Click += new System.EventHandler(this.B_EditFieldItems_Click); + B_EditFieldItems.Name = "B_EditFieldItems"; + B_EditFieldItems.Size = new System.Drawing.Size(171, 22); + B_EditFieldItems.Text = "Edit Field Items"; + B_EditFieldItems.Click += B_EditFieldItems_Click; // // B_EditBulletin // - this.B_EditBulletin.Name = "B_EditBulletin"; - this.B_EditBulletin.Size = new System.Drawing.Size(171, 22); - this.B_EditBulletin.Text = "Edit Bulletin Board"; - this.B_EditBulletin.Click += new System.EventHandler(this.B_EditBulletin_Click); + B_EditBulletin.Name = "B_EditBulletin"; + B_EditBulletin.Size = new System.Drawing.Size(171, 22); + B_EditBulletin.Text = "Edit Bulletin Board"; + B_EditBulletin.Click += B_EditBulletin_Click; // // B_EditFieldGoods // - this.B_EditFieldGoods.Name = "B_EditFieldGoods"; - this.B_EditFieldGoods.Size = new System.Drawing.Size(171, 22); - this.B_EditFieldGoods.Text = "Edit Field Goods"; - this.B_EditFieldGoods.Click += new System.EventHandler(this.B_EditFieldGoods_Click); + B_EditFieldGoods.Name = "B_EditFieldGoods"; + B_EditFieldGoods.Size = new System.Drawing.Size(171, 22); + B_EditFieldGoods.Text = "Edit Field Goods"; + B_EditFieldGoods.Click += B_EditFieldGoods_Click; // // B_EditMuseum_Click // - this.B_EditMuseum_Click.Name = "B_EditMuseum_Click"; - this.B_EditMuseum_Click.Size = new System.Drawing.Size(171, 22); - this.B_EditMuseum_Click.Text = "Edit Museum"; - this.B_EditMuseum_Click.Click += new System.EventHandler(this.B_EditMuseum_Click_Click); + B_EditMuseum_Click.Name = "B_EditMuseum_Click"; + B_EditMuseum_Click.Size = new System.Drawing.Size(171, 22); + B_EditMuseum_Click.Text = "Edit Museum"; + B_EditMuseum_Click.Click += B_EditMuseum_Click_Click; // // B_EditVisitors // - this.B_EditVisitors.Name = "B_EditVisitors"; - this.B_EditVisitors.Size = new System.Drawing.Size(171, 22); - this.B_EditVisitors.Text = "Edit Visitors"; - this.B_EditVisitors.Click += new System.EventHandler(this.B_EditVisitors_Click); + B_EditVisitors.Name = "B_EditVisitors"; + B_EditVisitors.Size = new System.Drawing.Size(171, 22); + B_EditVisitors.Text = "Edit Visitors"; + B_EditVisitors.Click += B_EditVisitors_Click; // // B_EditPRODesigns // - this.B_EditPRODesigns.Location = new System.Drawing.Point(104, 98); - this.B_EditPRODesigns.Name = "B_EditPRODesigns"; - this.B_EditPRODesigns.Size = new System.Drawing.Size(92, 40); - this.B_EditPRODesigns.TabIndex = 55; - this.B_EditPRODesigns.Text = "Edit PRO Designs"; - this.B_EditPRODesigns.UseVisualStyleBackColor = true; - this.B_EditPRODesigns.Click += new System.EventHandler(this.B_EditPRODesigns_Click); + B_EditPRODesigns.Location = new System.Drawing.Point(121, 113); + B_EditPRODesigns.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPRODesigns.Name = "B_EditPRODesigns"; + B_EditPRODesigns.Size = new System.Drawing.Size(107, 46); + B_EditPRODesigns.TabIndex = 55; + B_EditPRODesigns.Text = "Edit PRO Designs"; + B_EditPRODesigns.UseVisualStyleBackColor = true; + B_EditPRODesigns.Click += B_EditPRODesigns_Click; // // B_EditPatterns // - this.B_EditPatterns.Location = new System.Drawing.Point(6, 98); - this.B_EditPatterns.Name = "B_EditPatterns"; - this.B_EditPatterns.Size = new System.Drawing.Size(92, 40); - this.B_EditPatterns.TabIndex = 54; - this.B_EditPatterns.Text = "Edit Patterns"; - this.B_EditPatterns.UseVisualStyleBackColor = true; - this.B_EditPatterns.Click += new System.EventHandler(this.B_EditPatterns_Click); + B_EditPatterns.Location = new System.Drawing.Point(7, 113); + B_EditPatterns.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPatterns.Name = "B_EditPatterns"; + B_EditPatterns.Size = new System.Drawing.Size(107, 46); + B_EditPatterns.TabIndex = 54; + B_EditPatterns.Text = "Edit Patterns"; + B_EditPatterns.UseVisualStyleBackColor = true; + B_EditPatterns.Click += B_EditPatterns_Click; // // B_EditTurnipExchange // - this.B_EditTurnipExchange.Location = new System.Drawing.Point(6, 6); - this.B_EditTurnipExchange.Name = "B_EditTurnipExchange"; - this.B_EditTurnipExchange.Size = new System.Drawing.Size(92, 40); - this.B_EditTurnipExchange.TabIndex = 15; - this.B_EditTurnipExchange.Text = "Edit Turnip Exchange"; - this.B_EditTurnipExchange.UseVisualStyleBackColor = true; - this.B_EditTurnipExchange.Click += new System.EventHandler(this.B_EditTurnipExchange_Click); + B_EditTurnipExchange.Location = new System.Drawing.Point(7, 7); + B_EditTurnipExchange.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditTurnipExchange.Name = "B_EditTurnipExchange"; + B_EditTurnipExchange.Size = new System.Drawing.Size(107, 46); + B_EditTurnipExchange.TabIndex = 15; + B_EditTurnipExchange.Text = "Edit Turnip Exchange"; + B_EditTurnipExchange.UseVisualStyleBackColor = true; + B_EditTurnipExchange.Click += B_EditTurnipExchange_Click; // // B_RecycleBin // - this.B_RecycleBin.Location = new System.Drawing.Point(6, 52); - this.B_RecycleBin.Name = "B_RecycleBin"; - this.B_RecycleBin.Size = new System.Drawing.Size(92, 40); - this.B_RecycleBin.TabIndex = 13; - this.B_RecycleBin.Text = "Edit Recycle Bin"; - this.B_RecycleBin.UseVisualStyleBackColor = true; - this.B_RecycleBin.Click += new System.EventHandler(this.B_RecycleBin_Click); + B_RecycleBin.Location = new System.Drawing.Point(7, 60); + B_RecycleBin.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_RecycleBin.Name = "B_RecycleBin"; + B_RecycleBin.Size = new System.Drawing.Size(107, 46); + B_RecycleBin.TabIndex = 13; + B_RecycleBin.Text = "Edit Recycle Bin"; + B_RecycleBin.UseVisualStyleBackColor = true; + B_RecycleBin.Click += B_RecycleBin_Click; // // Tab_Villagers // - this.Tab_Villagers.Location = new System.Drawing.Point(4, 22); - this.Tab_Villagers.Name = "Tab_Villagers"; - this.Tab_Villagers.Padding = new System.Windows.Forms.Padding(3); - this.Tab_Villagers.Size = new System.Drawing.Size(396, 261); - this.Tab_Villagers.TabIndex = 0; - this.Tab_Villagers.Text = "Villagers"; - this.Tab_Villagers.UseVisualStyleBackColor = true; + Tab_Villagers.Location = new System.Drawing.Point(4, 24); + Tab_Villagers.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Villagers.Name = "Tab_Villagers"; + Tab_Villagers.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Villagers.Size = new System.Drawing.Size(463, 303); + Tab_Villagers.TabIndex = 0; + Tab_Villagers.Text = "Villagers"; + Tab_Villagers.UseVisualStyleBackColor = true; // // Tab_Players // - this.Tab_Players.Controls.Add(this.L_Poki); - this.Tab_Players.Controls.Add(this.NUD_Poki); - this.Tab_Players.Controls.Add(this.L_EarnedMiles); - this.Tab_Players.Controls.Add(this.NUD_TotalNookMiles); - this.Tab_Players.Controls.Add(this.L_StorageCount); - this.Tab_Players.Controls.Add(this.NUD_StorageCount); - this.Tab_Players.Controls.Add(this.L_PocketCount2); - this.Tab_Players.Controls.Add(this.L_PocketCount1); - this.Tab_Players.Controls.Add(this.NUD_PocketCount2); - this.Tab_Players.Controls.Add(this.NUD_PocketCount1); - this.Tab_Players.Controls.Add(this.B_EditPlayer); - this.Tab_Players.Controls.Add(this.B_EditPlayerItems); - this.Tab_Players.Controls.Add(this.L_Wallet); - this.Tab_Players.Controls.Add(this.NUD_Wallet); - this.Tab_Players.Controls.Add(this.L_NookMiles); - this.Tab_Players.Controls.Add(this.NUD_NookMiles); - this.Tab_Players.Controls.Add(this.L_BankBells); - this.Tab_Players.Controls.Add(this.NUD_BankBells); - this.Tab_Players.Controls.Add(this.TB_TownName); - this.Tab_Players.Controls.Add(this.TB_Name); - this.Tab_Players.Controls.Add(this.L_TownName); - this.Tab_Players.Controls.Add(this.L_PlayerName); - this.Tab_Players.Controls.Add(this.CB_Players); - this.Tab_Players.Controls.Add(this.PB_Player); - this.Tab_Players.Location = new System.Drawing.Point(4, 22); - this.Tab_Players.Name = "Tab_Players"; - this.Tab_Players.Padding = new System.Windows.Forms.Padding(3); - this.Tab_Players.Size = new System.Drawing.Size(396, 261); - this.Tab_Players.TabIndex = 1; - this.Tab_Players.Text = "Players"; - this.Tab_Players.UseVisualStyleBackColor = true; + Tab_Players.Controls.Add(L_HotelTickets); + Tab_Players.Controls.Add(NUD_HotelTickets); + Tab_Players.Controls.Add(L_Poki); + Tab_Players.Controls.Add(NUD_Poki); + Tab_Players.Controls.Add(L_EarnedMiles); + Tab_Players.Controls.Add(NUD_TotalNookMiles); + Tab_Players.Controls.Add(L_StorageCount); + Tab_Players.Controls.Add(NUD_StorageCount); + Tab_Players.Controls.Add(L_PocketCount2); + Tab_Players.Controls.Add(L_PocketCount1); + Tab_Players.Controls.Add(NUD_PocketCount2); + Tab_Players.Controls.Add(NUD_PocketCount1); + Tab_Players.Controls.Add(B_EditPlayer); + Tab_Players.Controls.Add(B_EditPlayerItems); + Tab_Players.Controls.Add(L_Wallet); + Tab_Players.Controls.Add(NUD_Wallet); + Tab_Players.Controls.Add(L_NookMiles); + Tab_Players.Controls.Add(NUD_NookMiles); + Tab_Players.Controls.Add(L_BankBells); + Tab_Players.Controls.Add(NUD_BankBells); + Tab_Players.Controls.Add(TB_TownName); + Tab_Players.Controls.Add(TB_Name); + Tab_Players.Controls.Add(L_TownName); + Tab_Players.Controls.Add(L_PlayerName); + Tab_Players.Controls.Add(CB_Players); + Tab_Players.Controls.Add(PB_Player); + Tab_Players.Location = new System.Drawing.Point(4, 24); + Tab_Players.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Players.Name = "Tab_Players"; + Tab_Players.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); + Tab_Players.Size = new System.Drawing.Size(463, 303); + Tab_Players.TabIndex = 1; + Tab_Players.Text = "Players"; + Tab_Players.UseVisualStyleBackColor = true; // // L_Poki // - this.L_Poki.Location = new System.Drawing.Point(142, 224); - this.L_Poki.Name = "L_Poki"; - this.L_Poki.Size = new System.Drawing.Size(84, 20); - this.L_Poki.TabIndex = 28; - this.L_Poki.Text = "Poki:"; - this.L_Poki.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_Poki.Location = new System.Drawing.Point(166, 245); + L_Poki.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_Poki.Name = "L_Poki"; + L_Poki.Size = new System.Drawing.Size(98, 23); + L_Poki.TabIndex = 28; + L_Poki.Text = "Poki:"; + L_Poki.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_Poki // - this.NUD_Poki.Location = new System.Drawing.Point(232, 224); - this.NUD_Poki.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_Poki.Name = "NUD_Poki"; - this.NUD_Poki.Size = new System.Drawing.Size(100, 20); - this.NUD_Poki.TabIndex = 27; + NUD_Poki.Location = new System.Drawing.Point(271, 245); + NUD_Poki.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_Poki.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_Poki.Name = "NUD_Poki"; + NUD_Poki.Size = new System.Drawing.Size(117, 23); + NUD_Poki.TabIndex = 27; // // L_EarnedMiles // - this.L_EarnedMiles.Location = new System.Drawing.Point(142, 117); - this.L_EarnedMiles.Name = "L_EarnedMiles"; - this.L_EarnedMiles.Size = new System.Drawing.Size(84, 20); - this.L_EarnedMiles.TabIndex = 26; - this.L_EarnedMiles.Text = "Earned Miles:"; - this.L_EarnedMiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_EarnedMiles.Location = new System.Drawing.Point(166, 135); + L_EarnedMiles.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_EarnedMiles.Name = "L_EarnedMiles"; + L_EarnedMiles.Size = new System.Drawing.Size(98, 23); + L_EarnedMiles.TabIndex = 26; + L_EarnedMiles.Text = "Earned Miles:"; + L_EarnedMiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_TotalNookMiles // - this.NUD_TotalNookMiles.Location = new System.Drawing.Point(232, 117); - this.NUD_TotalNookMiles.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_TotalNookMiles.Name = "NUD_TotalNookMiles"; - this.NUD_TotalNookMiles.Size = new System.Drawing.Size(100, 20); - this.NUD_TotalNookMiles.TabIndex = 25; + NUD_TotalNookMiles.Location = new System.Drawing.Point(271, 135); + NUD_TotalNookMiles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_TotalNookMiles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_TotalNookMiles.Name = "NUD_TotalNookMiles"; + NUD_TotalNookMiles.Size = new System.Drawing.Size(117, 23); + NUD_TotalNookMiles.TabIndex = 25; // // L_StorageCount // - this.L_StorageCount.AutoSize = true; - this.L_StorageCount.Location = new System.Drawing.Point(200, 145); - this.L_StorageCount.Name = "L_StorageCount"; - this.L_StorageCount.Size = new System.Drawing.Size(75, 13); - this.L_StorageCount.TabIndex = 24; - this.L_StorageCount.Text = "Storage Count"; - this.L_StorageCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + L_StorageCount.AutoSize = true; + L_StorageCount.Location = new System.Drawing.Point(233, 167); + L_StorageCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_StorageCount.Name = "L_StorageCount"; + L_StorageCount.Size = new System.Drawing.Size(83, 15); + L_StorageCount.TabIndex = 24; + L_StorageCount.Text = "Storage Count"; + L_StorageCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // NUD_StorageCount // - this.NUD_StorageCount.Location = new System.Drawing.Point(151, 142); - this.NUD_StorageCount.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_StorageCount.Name = "NUD_StorageCount"; - this.NUD_StorageCount.Size = new System.Drawing.Size(46, 20); - this.NUD_StorageCount.TabIndex = 23; - this.NUD_StorageCount.Value = new decimal(new int[] { - 5000, - 0, - 0, - 0}); + NUD_StorageCount.Location = new System.Drawing.Point(176, 164); + NUD_StorageCount.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_StorageCount.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_StorageCount.Name = "NUD_StorageCount"; + NUD_StorageCount.Size = new System.Drawing.Size(54, 23); + NUD_StorageCount.TabIndex = 23; + NUD_StorageCount.Value = new decimal(new int[] { 5000, 0, 0, 0 }); // // L_PocketCount2 // - this.L_PocketCount2.AutoSize = true; - this.L_PocketCount2.Location = new System.Drawing.Point(200, 192); - this.L_PocketCount2.Name = "L_PocketCount2"; - this.L_PocketCount2.Size = new System.Drawing.Size(81, 13); - this.L_PocketCount2.TabIndex = 22; - this.L_PocketCount2.Text = "Pocket Count 2"; - this.L_PocketCount2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + L_PocketCount2.AutoSize = true; + L_PocketCount2.Location = new System.Drawing.Point(233, 222); + L_PocketCount2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_PocketCount2.Name = "L_PocketCount2"; + L_PocketCount2.Size = new System.Drawing.Size(88, 15); + L_PocketCount2.TabIndex = 22; + L_PocketCount2.Text = "Pocket Count 2"; + L_PocketCount2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // L_PocketCount1 // - this.L_PocketCount1.AutoSize = true; - this.L_PocketCount1.Location = new System.Drawing.Point(200, 171); - this.L_PocketCount1.Name = "L_PocketCount1"; - this.L_PocketCount1.Size = new System.Drawing.Size(81, 13); - this.L_PocketCount1.TabIndex = 21; - this.L_PocketCount1.Text = "Pocket Count 1"; - this.L_PocketCount1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + L_PocketCount1.AutoSize = true; + L_PocketCount1.Location = new System.Drawing.Point(233, 197); + L_PocketCount1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_PocketCount1.Name = "L_PocketCount1"; + L_PocketCount1.Size = new System.Drawing.Size(88, 15); + L_PocketCount1.TabIndex = 21; + L_PocketCount1.Text = "Pocket Count 1"; + L_PocketCount1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // NUD_PocketCount2 // - this.NUD_PocketCount2.Location = new System.Drawing.Point(151, 189); - this.NUD_PocketCount2.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_PocketCount2.Name = "NUD_PocketCount2"; - this.NUD_PocketCount2.Size = new System.Drawing.Size(46, 20); - this.NUD_PocketCount2.TabIndex = 20; - this.NUD_PocketCount2.Value = new decimal(new int[] { - 20, - 0, - 0, - 0}); - this.NUD_PocketCount2.ValueChanged += new System.EventHandler(this.NUD_PocketCount_ValueChanged); + NUD_PocketCount2.Location = new System.Drawing.Point(176, 218); + NUD_PocketCount2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_PocketCount2.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_PocketCount2.Name = "NUD_PocketCount2"; + NUD_PocketCount2.Size = new System.Drawing.Size(54, 23); + NUD_PocketCount2.TabIndex = 20; + NUD_PocketCount2.Value = new decimal(new int[] { 20, 0, 0, 0 }); + NUD_PocketCount2.ValueChanged += NUD_PocketCount_ValueChanged; // // NUD_PocketCount1 // - this.NUD_PocketCount1.Location = new System.Drawing.Point(151, 168); - this.NUD_PocketCount1.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_PocketCount1.Name = "NUD_PocketCount1"; - this.NUD_PocketCount1.Size = new System.Drawing.Size(46, 20); - this.NUD_PocketCount1.TabIndex = 19; - this.NUD_PocketCount1.Value = new decimal(new int[] { - 20, - 0, - 0, - 0}); - this.NUD_PocketCount1.ValueChanged += new System.EventHandler(this.NUD_PocketCount_ValueChanged); + NUD_PocketCount1.Location = new System.Drawing.Point(176, 194); + NUD_PocketCount1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_PocketCount1.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_PocketCount1.Name = "NUD_PocketCount1"; + NUD_PocketCount1.Size = new System.Drawing.Size(54, 23); + NUD_PocketCount1.TabIndex = 19; + NUD_PocketCount1.Value = new decimal(new int[] { 20, 0, 0, 0 }); + NUD_PocketCount1.ValueChanged += NUD_PocketCount_ValueChanged; // // B_EditPlayer // - this.B_EditPlayer.ContextMenuStrip = this.CM_EditPlayer; - this.B_EditPlayer.Location = new System.Drawing.Point(6, 214); - this.B_EditPlayer.Name = "B_EditPlayer"; - this.B_EditPlayer.Size = new System.Drawing.Size(130, 40); - this.B_EditPlayer.TabIndex = 18; - this.B_EditPlayer.Text = "Edit Player..."; - this.B_EditPlayer.UseVisualStyleBackColor = true; - this.B_EditPlayer.Click += new System.EventHandler(this.B_EditPlayer_Click); + B_EditPlayer.ContextMenuStrip = CM_EditPlayer; + B_EditPlayer.Location = new System.Drawing.Point(7, 247); + B_EditPlayer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPlayer.Name = "B_EditPlayer"; + B_EditPlayer.Size = new System.Drawing.Size(152, 46); + B_EditPlayer.TabIndex = 18; + B_EditPlayer.Text = "Edit Player..."; + B_EditPlayer.UseVisualStyleBackColor = true; + B_EditPlayer.Click += B_EditPlayer_Click; // // CM_EditPlayer // - this.CM_EditPlayer.ImageScalingSize = new System.Drawing.Size(20, 20); - this.CM_EditPlayer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.B_EditPlayerStorage, - this.B_EditPlayerReceivedItems, - this.B_EditAchievements, - this.B_EditPlayerRecipes, - this.B_EditPlayerFlags, - this.B_EditPlayerReactions, - this.B_EditPlayerMisc}); - this.CM_EditPlayer.Name = "CM_EditPlayer"; - this.CM_EditPlayer.Size = new System.Drawing.Size(177, 158); + CM_EditPlayer.ImageScalingSize = new System.Drawing.Size(20, 20); + CM_EditPlayer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { B_EditPlayerStorage, B_EditPlayerReceivedItems, B_EditAchievements, B_EditPlayerRecipes, B_EditPlayerFlags, B_EditPlayerReactions, B_EditPlayerMisc }); + CM_EditPlayer.Name = "CM_EditPlayer"; + CM_EditPlayer.Size = new System.Drawing.Size(177, 158); // // B_EditPlayerStorage // - this.B_EditPlayerStorage.Name = "B_EditPlayerStorage"; - this.B_EditPlayerStorage.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerStorage.Text = "Edit Storage"; - this.B_EditPlayerStorage.Click += new System.EventHandler(this.B_Storage_Click); + B_EditPlayerStorage.Name = "B_EditPlayerStorage"; + B_EditPlayerStorage.Size = new System.Drawing.Size(176, 22); + B_EditPlayerStorage.Text = "Edit Storage"; + B_EditPlayerStorage.Click += B_Storage_Click; // // B_EditPlayerReceivedItems // - this.B_EditPlayerReceivedItems.Name = "B_EditPlayerReceivedItems"; - this.B_EditPlayerReceivedItems.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerReceivedItems.Text = "Edit Received Items"; - this.B_EditPlayerReceivedItems.Click += new System.EventHandler(this.B_EditPlayerReceivedItems_Click); + B_EditPlayerReceivedItems.Name = "B_EditPlayerReceivedItems"; + B_EditPlayerReceivedItems.Size = new System.Drawing.Size(176, 22); + B_EditPlayerReceivedItems.Text = "Edit Received Items"; + B_EditPlayerReceivedItems.Click += B_EditPlayerReceivedItems_Click; // // B_EditAchievements // - this.B_EditAchievements.Name = "B_EditAchievements"; - this.B_EditAchievements.Size = new System.Drawing.Size(176, 22); - this.B_EditAchievements.Text = "Edit Achievements"; - this.B_EditAchievements.Click += new System.EventHandler(this.B_EditAchievements_Click); + B_EditAchievements.Name = "B_EditAchievements"; + B_EditAchievements.Size = new System.Drawing.Size(176, 22); + B_EditAchievements.Text = "Edit Achievements"; + B_EditAchievements.Click += B_EditAchievements_Click; // // B_EditPlayerRecipes // - this.B_EditPlayerRecipes.Name = "B_EditPlayerRecipes"; - this.B_EditPlayerRecipes.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerRecipes.Text = "Edit Recipes"; - this.B_EditPlayerRecipes.Click += new System.EventHandler(this.B_EditPlayerRecipes_Click); + B_EditPlayerRecipes.Name = "B_EditPlayerRecipes"; + B_EditPlayerRecipes.Size = new System.Drawing.Size(176, 22); + B_EditPlayerRecipes.Text = "Edit Recipes"; + B_EditPlayerRecipes.Click += B_EditPlayerRecipes_Click; // // B_EditPlayerFlags // - this.B_EditPlayerFlags.Name = "B_EditPlayerFlags"; - this.B_EditPlayerFlags.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerFlags.Text = "Edit Flags"; - this.B_EditPlayerFlags.Click += new System.EventHandler(this.B_EditPlayerFlags_Click); + B_EditPlayerFlags.Name = "B_EditPlayerFlags"; + B_EditPlayerFlags.Size = new System.Drawing.Size(176, 22); + B_EditPlayerFlags.Text = "Edit Flags"; + B_EditPlayerFlags.Click += B_EditPlayerFlags_Click; // // B_EditPlayerReactions // - this.B_EditPlayerReactions.Name = "B_EditPlayerReactions"; - this.B_EditPlayerReactions.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerReactions.Text = "Edit Reactions"; - this.B_EditPlayerReactions.Click += new System.EventHandler(this.B_EditPlayerReactions_Click); + B_EditPlayerReactions.Name = "B_EditPlayerReactions"; + B_EditPlayerReactions.Size = new System.Drawing.Size(176, 22); + B_EditPlayerReactions.Text = "Edit Reactions"; + B_EditPlayerReactions.Click += B_EditPlayerReactions_Click; // // B_EditPlayerMisc // - this.B_EditPlayerMisc.Name = "B_EditPlayerMisc"; - this.B_EditPlayerMisc.Size = new System.Drawing.Size(176, 22); - this.B_EditPlayerMisc.Text = "Edit Misc"; - this.B_EditPlayerMisc.Click += new System.EventHandler(this.B_EditPlayerMisc_Click); + B_EditPlayerMisc.Name = "B_EditPlayerMisc"; + B_EditPlayerMisc.Size = new System.Drawing.Size(176, 22); + B_EditPlayerMisc.Text = "Edit Misc"; + B_EditPlayerMisc.Click += B_EditPlayerMisc_Click; // // B_EditPlayerItems // - this.B_EditPlayerItems.Location = new System.Drawing.Point(6, 168); - this.B_EditPlayerItems.Name = "B_EditPlayerItems"; - this.B_EditPlayerItems.Size = new System.Drawing.Size(130, 40); - this.B_EditPlayerItems.TabIndex = 12; - this.B_EditPlayerItems.Text = "Edit Items"; - this.B_EditPlayerItems.UseVisualStyleBackColor = true; - this.B_EditPlayerItems.Click += new System.EventHandler(this.B_EditPlayerItems_Click); + B_EditPlayerItems.Location = new System.Drawing.Point(7, 194); + B_EditPlayerItems.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + B_EditPlayerItems.Name = "B_EditPlayerItems"; + B_EditPlayerItems.Size = new System.Drawing.Size(152, 46); + B_EditPlayerItems.TabIndex = 12; + B_EditPlayerItems.Text = "Edit Items"; + B_EditPlayerItems.UseVisualStyleBackColor = true; + B_EditPlayerItems.Click += B_EditPlayerItems_Click; // // L_Wallet // - this.L_Wallet.Location = new System.Drawing.Point(142, 51); - this.L_Wallet.Name = "L_Wallet"; - this.L_Wallet.Size = new System.Drawing.Size(84, 20); - this.L_Wallet.TabIndex = 11; - this.L_Wallet.Text = "Wallet:"; - this.L_Wallet.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_Wallet.Location = new System.Drawing.Point(166, 59); + L_Wallet.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_Wallet.Name = "L_Wallet"; + L_Wallet.Size = new System.Drawing.Size(98, 23); + L_Wallet.TabIndex = 11; + L_Wallet.Text = "Wallet:"; + L_Wallet.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_Wallet // - this.NUD_Wallet.Location = new System.Drawing.Point(232, 51); - this.NUD_Wallet.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_Wallet.Name = "NUD_Wallet"; - this.NUD_Wallet.Size = new System.Drawing.Size(100, 20); - this.NUD_Wallet.TabIndex = 10; - this.NUD_Wallet.ValueChanged += new System.EventHandler(this.NUD_Wallet_ValueChanged); + NUD_Wallet.Location = new System.Drawing.Point(271, 59); + NUD_Wallet.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_Wallet.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_Wallet.Name = "NUD_Wallet"; + NUD_Wallet.Size = new System.Drawing.Size(117, 23); + NUD_Wallet.TabIndex = 10; + NUD_Wallet.ValueChanged += NUD_Wallet_ValueChanged; // // L_NookMiles // - this.L_NookMiles.Location = new System.Drawing.Point(142, 95); - this.L_NookMiles.Name = "L_NookMiles"; - this.L_NookMiles.Size = new System.Drawing.Size(84, 20); - this.L_NookMiles.TabIndex = 9; - this.L_NookMiles.Text = "Nook Miles:"; - this.L_NookMiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_NookMiles.Location = new System.Drawing.Point(166, 110); + L_NookMiles.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_NookMiles.Name = "L_NookMiles"; + L_NookMiles.Size = new System.Drawing.Size(98, 23); + L_NookMiles.TabIndex = 9; + L_NookMiles.Text = "Nook Miles:"; + L_NookMiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_NookMiles // - this.NUD_NookMiles.Location = new System.Drawing.Point(232, 95); - this.NUD_NookMiles.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_NookMiles.Name = "NUD_NookMiles"; - this.NUD_NookMiles.Size = new System.Drawing.Size(100, 20); - this.NUD_NookMiles.TabIndex = 8; + NUD_NookMiles.Location = new System.Drawing.Point(271, 110); + NUD_NookMiles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_NookMiles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_NookMiles.Name = "NUD_NookMiles"; + NUD_NookMiles.Size = new System.Drawing.Size(117, 23); + NUD_NookMiles.TabIndex = 8; // // L_BankBells // - this.L_BankBells.Location = new System.Drawing.Point(142, 73); - this.L_BankBells.Name = "L_BankBells"; - this.L_BankBells.Size = new System.Drawing.Size(84, 20); - this.L_BankBells.TabIndex = 7; - this.L_BankBells.Text = "Bank Bells:"; - this.L_BankBells.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_BankBells.Location = new System.Drawing.Point(166, 84); + L_BankBells.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_BankBells.Name = "L_BankBells"; + L_BankBells.Size = new System.Drawing.Size(98, 23); + L_BankBells.TabIndex = 7; + L_BankBells.Text = "Bank Bells:"; + L_BankBells.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_BankBells // - this.NUD_BankBells.Location = new System.Drawing.Point(232, 73); - this.NUD_BankBells.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUD_BankBells.Name = "NUD_BankBells"; - this.NUD_BankBells.Size = new System.Drawing.Size(100, 20); - this.NUD_BankBells.TabIndex = 6; + NUD_BankBells.Location = new System.Drawing.Point(271, 84); + NUD_BankBells.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_BankBells.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_BankBells.Name = "NUD_BankBells"; + NUD_BankBells.Size = new System.Drawing.Size(117, 23); + NUD_BankBells.TabIndex = 6; // // TB_TownName // - this.TB_TownName.Location = new System.Drawing.Point(232, 29); - this.TB_TownName.Name = "TB_TownName"; - this.TB_TownName.Size = new System.Drawing.Size(100, 20); - this.TB_TownName.TabIndex = 5; + TB_TownName.Location = new System.Drawing.Point(271, 33); + TB_TownName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + TB_TownName.Name = "TB_TownName"; + TB_TownName.Size = new System.Drawing.Size(116, 23); + TB_TownName.TabIndex = 5; // // TB_Name // - this.TB_Name.Location = new System.Drawing.Point(232, 7); - this.TB_Name.Name = "TB_Name"; - this.TB_Name.Size = new System.Drawing.Size(100, 20); - this.TB_Name.TabIndex = 3; + TB_Name.Location = new System.Drawing.Point(271, 8); + TB_Name.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + TB_Name.Name = "TB_Name"; + TB_Name.Size = new System.Drawing.Size(116, 23); + TB_Name.TabIndex = 3; // // L_TownName // - this.L_TownName.Location = new System.Drawing.Point(142, 29); - this.L_TownName.Name = "L_TownName"; - this.L_TownName.Size = new System.Drawing.Size(84, 20); - this.L_TownName.TabIndex = 4; - this.L_TownName.Text = "Town Name:"; - this.L_TownName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_TownName.Location = new System.Drawing.Point(166, 33); + L_TownName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_TownName.Name = "L_TownName"; + L_TownName.Size = new System.Drawing.Size(98, 23); + L_TownName.TabIndex = 4; + L_TownName.Text = "Town Name:"; + L_TownName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_PlayerName // - this.L_PlayerName.Location = new System.Drawing.Point(142, 7); - this.L_PlayerName.Name = "L_PlayerName"; - this.L_PlayerName.Size = new System.Drawing.Size(84, 20); - this.L_PlayerName.TabIndex = 2; - this.L_PlayerName.Text = "Player Name:"; - this.L_PlayerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + L_PlayerName.Location = new System.Drawing.Point(166, 8); + L_PlayerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_PlayerName.Name = "L_PlayerName"; + L_PlayerName.Size = new System.Drawing.Size(98, 23); + L_PlayerName.TabIndex = 2; + L_PlayerName.Text = "Player Name:"; + L_PlayerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CB_Players // - this.CB_Players.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CB_Players.FormattingEnabled = true; - this.CB_Players.Location = new System.Drawing.Point(6, 6); - this.CB_Players.Name = "CB_Players"; - this.CB_Players.Size = new System.Drawing.Size(130, 21); - this.CB_Players.TabIndex = 1; - this.CB_Players.SelectedIndexChanged += new System.EventHandler(this.LoadPlayer); + CB_Players.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + CB_Players.FormattingEnabled = true; + CB_Players.Location = new System.Drawing.Point(7, 7); + CB_Players.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + CB_Players.Name = "CB_Players"; + CB_Players.Size = new System.Drawing.Size(151, 23); + CB_Players.TabIndex = 1; + CB_Players.SelectedIndexChanged += LoadPlayer; // // PB_Player // - this.PB_Player.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.PB_Player.ContextMenuStrip = this.CM_Picture; - this.PB_Player.Location = new System.Drawing.Point(6, 33); - this.PB_Player.Name = "PB_Player"; - this.PB_Player.Size = new System.Drawing.Size(130, 130); - this.PB_Player.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; - this.PB_Player.TabIndex = 0; - this.PB_Player.TabStop = false; + PB_Player.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + PB_Player.ContextMenuStrip = CM_Picture; + PB_Player.Location = new System.Drawing.Point(7, 38); + PB_Player.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + PB_Player.Name = "PB_Player"; + PB_Player.Size = new System.Drawing.Size(151, 150); + PB_Player.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; + PB_Player.TabIndex = 0; + PB_Player.TabStop = false; // // TC_Editors // - this.TC_Editors.Controls.Add(this.Tab_Players); - this.TC_Editors.Controls.Add(this.Tab_Villagers); - this.TC_Editors.Controls.Add(this.Tab_Map); - this.TC_Editors.Location = new System.Drawing.Point(0, 24); - this.TC_Editors.Name = "TC_Editors"; - this.TC_Editors.SelectedIndex = 0; - this.TC_Editors.Size = new System.Drawing.Size(404, 287); - this.TC_Editors.TabIndex = 1; + TC_Editors.Controls.Add(Tab_Players); + TC_Editors.Controls.Add(Tab_Villagers); + TC_Editors.Controls.Add(Tab_Map); + TC_Editors.Location = new System.Drawing.Point(0, 28); + TC_Editors.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + TC_Editors.Name = "TC_Editors"; + TC_Editors.SelectedIndex = 0; + TC_Editors.Size = new System.Drawing.Size(471, 331); + TC_Editors.TabIndex = 1; + // + // L_HotelTickets + // + L_HotelTickets.Location = new System.Drawing.Point(166, 273); + L_HotelTickets.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + L_HotelTickets.Name = "L_HotelTickets"; + L_HotelTickets.Size = new System.Drawing.Size(98, 23); + L_HotelTickets.TabIndex = 30; + L_HotelTickets.Text = "Hotel Tickets:"; + L_HotelTickets.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // NUD_HotelTickets + // + NUD_HotelTickets.Location = new System.Drawing.Point(271, 273); + NUD_HotelTickets.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + NUD_HotelTickets.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); + NUD_HotelTickets.Name = "NUD_HotelTickets"; + NUD_HotelTickets.Size = new System.Drawing.Size(117, 23); + NUD_HotelTickets.TabIndex = 29; // // Editor // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(404, 311); - this.Controls.Add(this.TC_Editors); - this.Controls.Add(this.Menu_Editor); - this.Icon = global::NHSE.WinForms.Properties.Resources.icon; - this.MainMenuStrip = this.Menu_Editor; - this.MaximizeBox = false; - this.Name = "Editor"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "NHSE"; - this.Menu_Editor.ResumeLayout(false); - this.Menu_Editor.PerformLayout(); - this.CM_Picture.ResumeLayout(false); - this.Tab_Map.ResumeLayout(false); - this.Tab_Map.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_WeatherSeed)).EndInit(); - this.CM_EditMap.ResumeLayout(false); - this.Tab_Players.ResumeLayout(false); - this.Tab_Players.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_Poki)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_TotalNookMiles)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_StorageCount)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_PocketCount2)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_PocketCount1)).EndInit(); - this.CM_EditPlayer.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.NUD_Wallet)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_NookMiles)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUD_BankBells)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.PB_Player)).EndInit(); - this.TC_Editors.ResumeLayout(false); - this.ResumeLayout(false); - this.PerformLayout(); + AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + ClientSize = new System.Drawing.Size(471, 359); + Controls.Add(TC_Editors); + Controls.Add(Menu_Editor); + Icon = Properties.Resources.icon; + MainMenuStrip = Menu_Editor; + Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + MaximizeBox = false; + Name = "Editor"; + StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + Text = "NHSE"; + Menu_Editor.ResumeLayout(false); + Menu_Editor.PerformLayout(); + CM_Picture.ResumeLayout(false); + Tab_Map.ResumeLayout(false); + Tab_Map.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_WeatherSeed).EndInit(); + CM_EditMap.ResumeLayout(false); + Tab_Players.ResumeLayout(false); + Tab_Players.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)NUD_Poki).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_TotalNookMiles).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_StorageCount).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_PocketCount2).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_PocketCount1).EndInit(); + CM_EditPlayer.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)NUD_Wallet).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_NookMiles).EndInit(); + ((System.ComponentModel.ISupportInitialize)NUD_BankBells).EndInit(); + ((System.ComponentModel.ISupportInitialize)PB_Player).EndInit(); + TC_Editors.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)NUD_HotelTickets).EndInit(); + ResumeLayout(false); + PerformLayout(); } @@ -968,6 +951,8 @@ private void InitializeComponent() private System.Windows.Forms.ToolStripMenuItem Menu_ItemImages; private System.Windows.Forms.Label L_Poki; private System.Windows.Forms.NumericUpDown NUD_Poki; + private System.Windows.Forms.Label L_HotelTickets; + private System.Windows.Forms.NumericUpDown NUD_HotelTickets; } } diff --git a/NHSE.WinForms/Editor.cs b/NHSE.WinForms/Editor.cs index 716a53e..0287081 100644 --- a/NHSE.WinForms/Editor.cs +++ b/NHSE.WinForms/Editor.cs @@ -1,14 +1,15 @@ -using System; +using NHSE.Core; +using NHSE.Injection; +using NHSE.Sprites; +using NHSE.WinForms.Properties; +using System; +using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; -using NHSE.Core; -using NHSE.Injection; -using NHSE.Sprites; -using NHSE.WinForms.Properties; namespace NHSE.WinForms; @@ -302,6 +303,15 @@ private void LoadPlayer(int index) NUD_PocketCount2.Value = Math.Min(int.MaxValue, pers.BagCount); NUD_StorageCount.Value = Math.Min(int.MaxValue, pers.ItemChestCount); + if (SAV.Main.Info.GetKnownRevisionIndex() >= 31) + { + NUD_HotelTickets.Value = Math.Min(int.MaxValue, pers.Tickets.Value); + } + else + { + L_HotelTickets.Visible = NUD_HotelTickets.Visible = false; + } + if (player.WhereAreN is not null) { NUD_Poki.Value = Math.Min(int.MaxValue, player.WhereAreN.Poki.Value); @@ -369,6 +379,13 @@ private void SavePlayer(int index) pers.ItemChestCount = (uint)NUD_StorageCount.Value; + if (SAV.Main.Info.GetKnownRevisionIndex() >= 31) + { + var tickets = pers.Tickets; + tickets.Value = (uint)NUD_HotelTickets.Value; + pers.Tickets = tickets; + } + if (player.WhereAreN is { } x) { var poki = x.Poki; diff --git a/NHSE.WinForms/Editor.resx b/NHSE.WinForms/Editor.resx index 59da712..0359e56 100644 --- a/NHSE.WinForms/Editor.resx +++ b/NHSE.WinForms/Editor.resx @@ -1,17 +1,17 @@  -