PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7GG.Designer.cs
2024-10-22 08:06:39 -05:00

1013 lines
48 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Trainer7GG
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
B_Cancel = new System.Windows.Forms.Button();
B_Save = new System.Windows.Forms.Button();
TB_OTName = new System.Windows.Forms.TextBox();
L_TrainerName = new System.Windows.Forms.Label();
MT_Money = new System.Windows.Forms.MaskedTextBox();
L_Money = new System.Windows.Forms.Label();
L_Saying5 = new System.Windows.Forms.Label();
L_Saying4 = new System.Windows.Forms.Label();
L_Saying3 = new System.Windows.Forms.Label();
L_Saying2 = new System.Windows.Forms.Label();
L_Saying1 = new System.Windows.Forms.Label();
TB_Saying5 = new System.Windows.Forms.TextBox();
TB_Saying4 = new System.Windows.Forms.TextBox();
TB_Saying3 = new System.Windows.Forms.TextBox();
TB_Saying2 = new System.Windows.Forms.TextBox();
TB_Saying1 = new System.Windows.Forms.TextBox();
L_Seconds = new System.Windows.Forms.Label();
L_Minutes = new System.Windows.Forms.Label();
MT_Seconds = new System.Windows.Forms.MaskedTextBox();
MT_Minutes = new System.Windows.Forms.MaskedTextBox();
L_Hours = new System.Windows.Forms.Label();
MT_Hours = new System.Windows.Forms.MaskedTextBox();
L_Language = new System.Windows.Forms.Label();
B_MaxCash = new System.Windows.Forms.Button();
CB_Language = new System.Windows.Forms.ComboBox();
CB_Game = new System.Windows.Forms.ComboBox();
CB_Gender = new System.Windows.Forms.ComboBox();
TC_Editor = new System.Windows.Forms.TabControl();
Tab_Overview = new System.Windows.Forms.TabPage();
B_AllFashionItems = new System.Windows.Forms.Button();
B_AllTrainerTitles = new System.Windows.Forms.Button();
TB_RivalName = new System.Windows.Forms.TextBox();
L_RivalName = new System.Windows.Forms.Label();
trainerID1 = new Controls.TrainerID();
GB_Adventure = new System.Windows.Forms.GroupBox();
Tab_BadgeMap = new System.Windows.Forms.TabPage();
GB_Map = new System.Windows.Forms.GroupBox();
NUD_SZ = new System.Windows.Forms.NumericUpDown();
NUD_SY = new System.Windows.Forms.NumericUpDown();
NUD_SX = new System.Windows.Forms.NumericUpDown();
L_SY = new System.Windows.Forms.Label();
L_SZ = new System.Windows.Forms.Label();
L_SX = new System.Windows.Forms.Label();
NUD_R = new System.Windows.Forms.NumericUpDown();
L_R = new System.Windows.Forms.Label();
NUD_Z = new System.Windows.Forms.NumericUpDown();
NUD_M = new System.Windows.Forms.NumericUpDown();
NUD_Y = new System.Windows.Forms.NumericUpDown();
NUD_X = new System.Windows.Forms.NumericUpDown();
L_Y = new System.Windows.Forms.Label();
L_CurrentMap = new System.Windows.Forms.Label();
L_Z = new System.Windows.Forms.Label();
L_X = new System.Windows.Forms.Label();
Tab_Complex = new System.Windows.Forms.TabPage();
B_DeleteAll = new System.Windows.Forms.Button();
B_DeleteGo = new System.Windows.Forms.Button();
B_ImportGoFiles = new System.Windows.Forms.Button();
B_ExportGoFiles = new System.Windows.Forms.Button();
L_GoSlotSummary = new System.Windows.Forms.Label();
B_Import = new System.Windows.Forms.Button();
B_Export = new System.Windows.Forms.Button();
L_GoSlot = new System.Windows.Forms.Label();
NUD_GoIndex = new System.Windows.Forms.NumericUpDown();
B_ExportGoSummary = new System.Windows.Forms.Button();
L_Started = new System.Windows.Forms.Label();
CAL_AdventureBeginDate = new System.Windows.Forms.DateTimePicker();
CAL_LastSavedDate = new System.Windows.Forms.DateTimePicker();
L_LastSaved = new System.Windows.Forms.Label();
CAL_AdventureBeginTime = new System.Windows.Forms.DateTimePicker();
CAL_LastSavedTime = new System.Windows.Forms.DateTimePicker();
TC_Editor.SuspendLayout();
Tab_Overview.SuspendLayout();
GB_Adventure.SuspendLayout();
Tab_BadgeMap.SuspendLayout();
GB_Map.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_SZ).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_SY).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_SX).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_R).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_Z).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_M).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_Y).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_X).BeginInit();
Tab_Complex.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_GoIndex).BeginInit();
SuspendLayout();
//
// B_Cancel
//
B_Cancel.Location = new System.Drawing.Point(292, 385);
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Cancel.Name = "B_Cancel";
B_Cancel.Size = new System.Drawing.Size(88, 27);
B_Cancel.TabIndex = 0;
B_Cancel.Text = "Cancel";
B_Cancel.UseVisualStyleBackColor = true;
B_Cancel.Click += B_Cancel_Click;
//
// B_Save
//
B_Save.Location = new System.Drawing.Point(386, 385);
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Save.Name = "B_Save";
B_Save.Size = new System.Drawing.Size(88, 27);
B_Save.TabIndex = 1;
B_Save.Text = "Save";
B_Save.UseVisualStyleBackColor = true;
B_Save.Click += B_Save_Click;
//
// TB_OTName
//
TB_OTName.Font = new System.Drawing.Font("Courier New", 8.25F);
TB_OTName.Location = new System.Drawing.Point(115, 8);
TB_OTName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_OTName.MaxLength = 12;
TB_OTName.Name = "TB_OTName";
TB_OTName.Size = new System.Drawing.Size(108, 20);
TB_OTName.TabIndex = 2;
TB_OTName.Text = "WWWWWWWWWWWW";
TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_OTName.MouseDown += ClickString;
//
// L_TrainerName
//
L_TrainerName.Location = new System.Drawing.Point(8, 10);
L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_TrainerName.Name = "L_TrainerName";
L_TrainerName.Size = new System.Drawing.Size(102, 18);
L_TrainerName.TabIndex = 3;
L_TrainerName.Text = "Trainer Name:";
L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_Money
//
MT_Money.Location = new System.Drawing.Point(139, 33);
MT_Money.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_Money.Mask = "0000000";
MT_Money.Name = "MT_Money";
MT_Money.Size = new System.Drawing.Size(60, 23);
MT_Money.TabIndex = 4;
MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Money
//
L_Money.AutoSize = true;
L_Money.Location = new System.Drawing.Point(119, 37);
L_Money.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Money.Name = "L_Money";
L_Money.Size = new System.Drawing.Size(16, 15);
L_Money.TabIndex = 5;
L_Money.Text = "$:";
//
// L_Saying5
//
L_Saying5.Location = new System.Drawing.Point(0, 0);
L_Saying5.Name = "L_Saying5";
L_Saying5.Size = new System.Drawing.Size(100, 23);
L_Saying5.TabIndex = 0;
//
// L_Saying4
//
L_Saying4.Location = new System.Drawing.Point(0, 0);
L_Saying4.Name = "L_Saying4";
L_Saying4.Size = new System.Drawing.Size(100, 23);
L_Saying4.TabIndex = 0;
//
// L_Saying3
//
L_Saying3.Location = new System.Drawing.Point(0, 0);
L_Saying3.Name = "L_Saying3";
L_Saying3.Size = new System.Drawing.Size(100, 23);
L_Saying3.TabIndex = 0;
//
// L_Saying2
//
L_Saying2.Location = new System.Drawing.Point(0, 0);
L_Saying2.Name = "L_Saying2";
L_Saying2.Size = new System.Drawing.Size(100, 23);
L_Saying2.TabIndex = 0;
//
// L_Saying1
//
L_Saying1.Location = new System.Drawing.Point(0, 0);
L_Saying1.Name = "L_Saying1";
L_Saying1.Size = new System.Drawing.Size(100, 23);
L_Saying1.TabIndex = 0;
//
// TB_Saying5
//
TB_Saying5.Location = new System.Drawing.Point(0, 0);
TB_Saying5.Name = "TB_Saying5";
TB_Saying5.Size = new System.Drawing.Size(100, 23);
TB_Saying5.TabIndex = 0;
//
// TB_Saying4
//
TB_Saying4.Location = new System.Drawing.Point(0, 0);
TB_Saying4.Name = "TB_Saying4";
TB_Saying4.Size = new System.Drawing.Size(100, 23);
TB_Saying4.TabIndex = 0;
//
// TB_Saying3
//
TB_Saying3.Location = new System.Drawing.Point(0, 0);
TB_Saying3.Name = "TB_Saying3";
TB_Saying3.Size = new System.Drawing.Size(100, 23);
TB_Saying3.TabIndex = 0;
//
// TB_Saying2
//
TB_Saying2.Location = new System.Drawing.Point(0, 0);
TB_Saying2.Name = "TB_Saying2";
TB_Saying2.Size = new System.Drawing.Size(100, 23);
TB_Saying2.TabIndex = 0;
//
// TB_Saying1
//
TB_Saying1.Location = new System.Drawing.Point(0, 0);
TB_Saying1.Name = "TB_Saying1";
TB_Saying1.Size = new System.Drawing.Size(100, 23);
TB_Saying1.TabIndex = 0;
//
// L_Seconds
//
L_Seconds.AutoSize = true;
L_Seconds.Location = new System.Drawing.Point(159, 20);
L_Seconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Seconds.Name = "L_Seconds";
L_Seconds.Size = new System.Drawing.Size(28, 15);
L_Seconds.TabIndex = 30;
L_Seconds.Text = "Sec:";
//
// L_Minutes
//
L_Minutes.AutoSize = true;
L_Minutes.Location = new System.Drawing.Point(98, 20);
L_Minutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Minutes.Name = "L_Minutes";
L_Minutes.Size = new System.Drawing.Size(31, 15);
L_Minutes.TabIndex = 29;
L_Minutes.Text = "Min:";
//
// MT_Seconds
//
MT_Seconds.Location = new System.Drawing.Point(194, 16);
MT_Seconds.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_Seconds.Mask = "00";
MT_Seconds.Name = "MT_Seconds";
MT_Seconds.Size = new System.Drawing.Size(25, 23);
MT_Seconds.TabIndex = 28;
MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
MT_Seconds.TextChanged += Change255;
//
// MT_Minutes
//
MT_Minutes.Location = new System.Drawing.Point(130, 16);
MT_Minutes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_Minutes.Mask = "00";
MT_Minutes.Name = "MT_Minutes";
MT_Minutes.Size = new System.Drawing.Size(25, 23);
MT_Minutes.TabIndex = 27;
MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
MT_Minutes.TextChanged += Change255;
//
// L_Hours
//
L_Hours.AutoSize = true;
L_Hours.Location = new System.Drawing.Point(14, 20);
L_Hours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Hours.Name = "L_Hours";
L_Hours.Size = new System.Drawing.Size(28, 15);
L_Hours.TabIndex = 26;
L_Hours.Text = "Hrs:";
//
// MT_Hours
//
MT_Hours.Location = new System.Drawing.Point(51, 16);
MT_Hours.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_Hours.Mask = "00000";
MT_Hours.Name = "MT_Hours";
MT_Hours.Size = new System.Drawing.Size(44, 23);
MT_Hours.TabIndex = 25;
MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Language
//
L_Language.Location = new System.Drawing.Point(4, 95);
L_Language.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Language.Name = "L_Language";
L_Language.Size = new System.Drawing.Size(93, 15);
L_Language.TabIndex = 21;
L_Language.Text = "Language:";
L_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// B_MaxCash
//
B_MaxCash.Location = new System.Drawing.Point(201, 33);
B_MaxCash.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_MaxCash.Name = "B_MaxCash";
B_MaxCash.Size = new System.Drawing.Size(23, 23);
B_MaxCash.TabIndex = 16;
B_MaxCash.Text = "+";
B_MaxCash.UseVisualStyleBackColor = true;
//
// CB_Language
//
CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Language.FormattingEnabled = true;
CB_Language.Location = new System.Drawing.Point(115, 90);
CB_Language.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Language.Name = "CB_Language";
CB_Language.Size = new System.Drawing.Size(108, 23);
CB_Language.TabIndex = 15;
//
// CB_Game
//
CB_Game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Game.FormattingEnabled = true;
CB_Game.Location = new System.Drawing.Point(115, 59);
CB_Game.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Game.Name = "CB_Game";
CB_Game.Size = new System.Drawing.Size(157, 23);
CB_Game.TabIndex = 24;
//
// CB_Gender
//
CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Gender.FormattingEnabled = true;
CB_Gender.Items.AddRange(new object[] { "♂", "♀" });
CB_Gender.Location = new System.Drawing.Point(226, 90);
CB_Gender.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Gender.Name = "CB_Gender";
CB_Gender.Size = new System.Drawing.Size(46, 23);
CB_Gender.TabIndex = 22;
//
// TC_Editor
//
TC_Editor.Controls.Add(Tab_Overview);
TC_Editor.Controls.Add(Tab_BadgeMap);
TC_Editor.Controls.Add(Tab_Complex);
TC_Editor.Location = new System.Drawing.Point(14, 14);
TC_Editor.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TC_Editor.Name = "TC_Editor";
TC_Editor.SelectedIndex = 0;
TC_Editor.Size = new System.Drawing.Size(460, 365);
TC_Editor.TabIndex = 54;
//
// Tab_Overview
//
Tab_Overview.Controls.Add(B_AllFashionItems);
Tab_Overview.Controls.Add(B_AllTrainerTitles);
Tab_Overview.Controls.Add(TB_RivalName);
Tab_Overview.Controls.Add(L_RivalName);
Tab_Overview.Controls.Add(trainerID1);
Tab_Overview.Controls.Add(GB_Adventure);
Tab_Overview.Controls.Add(TB_OTName);
Tab_Overview.Controls.Add(CB_Gender);
Tab_Overview.Controls.Add(CB_Game);
Tab_Overview.Controls.Add(L_TrainerName);
Tab_Overview.Controls.Add(MT_Money);
Tab_Overview.Controls.Add(L_Money);
Tab_Overview.Controls.Add(L_Language);
Tab_Overview.Controls.Add(CB_Language);
Tab_Overview.Controls.Add(B_MaxCash);
Tab_Overview.Location = new System.Drawing.Point(4, 24);
Tab_Overview.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Overview.Name = "Tab_Overview";
Tab_Overview.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Overview.Size = new System.Drawing.Size(452, 337);
Tab_Overview.TabIndex = 0;
Tab_Overview.Text = "Overview";
Tab_Overview.UseVisualStyleBackColor = true;
//
// B_AllFashionItems
//
B_AllFashionItems.Location = new System.Drawing.Point(290, 173);
B_AllFashionItems.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_AllFashionItems.Name = "B_AllFashionItems";
B_AllFashionItems.Size = new System.Drawing.Size(153, 73);
B_AllFashionItems.TabIndex = 70;
B_AllFashionItems.Text = "Unlock all Fashion Items";
B_AllFashionItems.UseVisualStyleBackColor = true;
B_AllFashionItems.Click += B_AllFashionItems_Click;
//
// B_AllTrainerTitles
//
B_AllTrainerTitles.Location = new System.Drawing.Point(290, 252);
B_AllTrainerTitles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_AllTrainerTitles.Name = "B_AllTrainerTitles";
B_AllTrainerTitles.Size = new System.Drawing.Size(153, 73);
B_AllTrainerTitles.TabIndex = 69;
B_AllTrainerTitles.Text = "Unlock all Trainer Titles";
B_AllTrainerTitles.UseVisualStyleBackColor = true;
B_AllTrainerTitles.Click += B_AllTrainerTitles_Click;
//
// TB_RivalName
//
TB_RivalName.Font = new System.Drawing.Font("Courier New", 8.25F);
TB_RivalName.Location = new System.Drawing.Point(338, 7);
TB_RivalName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_RivalName.MaxLength = 12;
TB_RivalName.Name = "TB_RivalName";
TB_RivalName.Size = new System.Drawing.Size(108, 20);
TB_RivalName.TabIndex = 67;
TB_RivalName.Text = "WWWWWWWWWWWW";
TB_RivalName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_RivalName.MouseDown += ClickString;
//
// L_RivalName
//
L_RivalName.Location = new System.Drawing.Point(231, 9);
L_RivalName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_RivalName.Name = "L_RivalName";
L_RivalName.Size = new System.Drawing.Size(102, 18);
L_RivalName.TabIndex = 68;
L_RivalName.Text = "Rival Name:";
L_RivalName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// trainerID1
//
trainerID1.Location = new System.Drawing.Point(7, 30);
trainerID1.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
trainerID1.Name = "trainerID1";
trainerID1.Size = new System.Drawing.Size(105, 61);
trainerID1.TabIndex = 66;
//
// GB_Adventure
//
GB_Adventure.Controls.Add(L_Started);
GB_Adventure.Controls.Add(CAL_AdventureBeginDate);
GB_Adventure.Controls.Add(MT_Seconds);
GB_Adventure.Controls.Add(CAL_LastSavedDate);
GB_Adventure.Controls.Add(MT_Hours);
GB_Adventure.Controls.Add(L_LastSaved);
GB_Adventure.Controls.Add(L_Seconds);
GB_Adventure.Controls.Add(CAL_AdventureBeginTime);
GB_Adventure.Controls.Add(L_Hours);
GB_Adventure.Controls.Add(CAL_LastSavedTime);
GB_Adventure.Controls.Add(MT_Minutes);
GB_Adventure.Controls.Add(L_Minutes);
GB_Adventure.Location = new System.Drawing.Point(4, 150);
GB_Adventure.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Adventure.Name = "GB_Adventure";
GB_Adventure.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Adventure.Size = new System.Drawing.Size(233, 174);
GB_Adventure.TabIndex = 56;
GB_Adventure.TabStop = false;
GB_Adventure.Text = "Adventure Info";
//
// Tab_BadgeMap
//
Tab_BadgeMap.Controls.Add(GB_Map);
Tab_BadgeMap.Location = new System.Drawing.Point(4, 24);
Tab_BadgeMap.Name = "Tab_BadgeMap";
Tab_BadgeMap.Size = new System.Drawing.Size(452, 337);
Tab_BadgeMap.TabIndex = 5;
Tab_BadgeMap.Text = "Map";
Tab_BadgeMap.UseVisualStyleBackColor = true;
//
// GB_Map
//
GB_Map.Controls.Add(NUD_SZ);
GB_Map.Controls.Add(NUD_SY);
GB_Map.Controls.Add(NUD_SX);
GB_Map.Controls.Add(L_SY);
GB_Map.Controls.Add(L_SZ);
GB_Map.Controls.Add(L_SX);
GB_Map.Controls.Add(NUD_R);
GB_Map.Controls.Add(L_R);
GB_Map.Controls.Add(NUD_Z);
GB_Map.Controls.Add(NUD_M);
GB_Map.Controls.Add(NUD_Y);
GB_Map.Controls.Add(NUD_X);
GB_Map.Controls.Add(L_Y);
GB_Map.Controls.Add(L_CurrentMap);
GB_Map.Controls.Add(L_Z);
GB_Map.Controls.Add(L_X);
GB_Map.Location = new System.Drawing.Point(7, 7);
GB_Map.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Map.Name = "GB_Map";
GB_Map.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Map.Size = new System.Drawing.Size(237, 270);
GB_Map.TabIndex = 59;
GB_Map.TabStop = false;
GB_Map.Text = "Map Position";
//
// NUD_SZ
//
NUD_SZ.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_SZ.DecimalPlaces = 6;
NUD_SZ.Location = new System.Drawing.Point(108, 168);
NUD_SZ.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_SZ.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_SZ.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_SZ.Name = "NUD_SZ";
NUD_SZ.Size = new System.Drawing.Size(112, 23);
NUD_SZ.TabIndex = 59;
NUD_SZ.ValueChanged += ChangeMapValue;
//
// NUD_SY
//
NUD_SY.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_SY.DecimalPlaces = 6;
NUD_SY.Location = new System.Drawing.Point(108, 198);
NUD_SY.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_SY.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_SY.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_SY.Name = "NUD_SY";
NUD_SY.Size = new System.Drawing.Size(112, 23);
NUD_SY.TabIndex = 60;
NUD_SY.ValueChanged += ChangeMapValue;
//
// NUD_SX
//
NUD_SX.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_SX.DecimalPlaces = 6;
NUD_SX.Location = new System.Drawing.Point(108, 138);
NUD_SX.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_SX.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_SX.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_SX.Name = "NUD_SX";
NUD_SX.Size = new System.Drawing.Size(112, 23);
NUD_SX.TabIndex = 58;
NUD_SX.ValueChanged += ChangeMapValue;
//
// L_SY
//
L_SY.Location = new System.Drawing.Point(7, 198);
L_SY.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SY.Name = "L_SY";
L_SY.Size = new System.Drawing.Size(93, 23);
L_SY.TabIndex = 52;
L_SY.Text = "Y Scale:";
L_SY.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_SZ
//
L_SZ.Location = new System.Drawing.Point(7, 168);
L_SZ.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SZ.Name = "L_SZ";
L_SZ.Size = new System.Drawing.Size(93, 23);
L_SZ.TabIndex = 51;
L_SZ.Text = "Z Scale:";
L_SZ.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_SX
//
L_SX.Location = new System.Drawing.Point(7, 138);
L_SX.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SX.Name = "L_SX";
L_SX.Size = new System.Drawing.Size(93, 23);
L_SX.TabIndex = 50;
L_SX.Text = "X Scale:";
L_SX.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_R
//
NUD_R.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_R.DecimalPlaces = 6;
NUD_R.Location = new System.Drawing.Point(108, 228);
NUD_R.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_R.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_R.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_R.Name = "NUD_R";
NUD_R.Size = new System.Drawing.Size(112, 23);
NUD_R.TabIndex = 61;
NUD_R.ValueChanged += ChangeMapValue;
//
// L_R
//
L_R.Location = new System.Drawing.Point(7, 228);
L_R.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_R.Name = "L_R";
L_R.Size = new System.Drawing.Size(93, 23);
L_R.TabIndex = 53;
L_R.Text = "Rotation:";
L_R.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Z
//
NUD_Z.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_Z.DecimalPlaces = 6;
NUD_Z.Location = new System.Drawing.Point(108, 78);
NUD_Z.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_Z.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_Z.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_Z.Name = "NUD_Z";
NUD_Z.Size = new System.Drawing.Size(112, 23);
NUD_Z.TabIndex = 56;
NUD_Z.ValueChanged += ChangeMapValue;
//
// NUD_M
//
NUD_M.Location = new System.Drawing.Point(108, 18);
NUD_M.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_M.Maximum = new decimal(new int[] { -1, -1, 0, 0 });
NUD_M.Name = "NUD_M";
NUD_M.Size = new System.Drawing.Size(112, 23);
NUD_M.TabIndex = 54;
NUD_M.ValueChanged += ChangeMapValue;
//
// NUD_Y
//
NUD_Y.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_Y.DecimalPlaces = 6;
NUD_Y.Location = new System.Drawing.Point(108, 108);
NUD_Y.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_Y.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_Y.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_Y.Name = "NUD_Y";
NUD_Y.Size = new System.Drawing.Size(112, 23);
NUD_Y.TabIndex = 57;
NUD_Y.ValueChanged += ChangeMapValue;
//
// NUD_X
//
NUD_X.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
NUD_X.DecimalPlaces = 6;
NUD_X.Location = new System.Drawing.Point(108, 48);
NUD_X.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_X.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
NUD_X.Minimum = new decimal(new int[] { 99999999, 0, 0, int.MinValue });
NUD_X.Name = "NUD_X";
NUD_X.Size = new System.Drawing.Size(112, 23);
NUD_X.TabIndex = 55;
NUD_X.ValueChanged += ChangeMapValue;
//
// L_Y
//
L_Y.Location = new System.Drawing.Point(7, 108);
L_Y.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Y.Name = "L_Y";
L_Y.Size = new System.Drawing.Size(93, 23);
L_Y.TabIndex = 49;
L_Y.Text = "Y Coordinate:";
L_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_CurrentMap
//
L_CurrentMap.Location = new System.Drawing.Point(7, 18);
L_CurrentMap.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_CurrentMap.Name = "L_CurrentMap";
L_CurrentMap.Size = new System.Drawing.Size(93, 23);
L_CurrentMap.TabIndex = 46;
L_CurrentMap.Text = "Current Map:";
L_CurrentMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Z
//
L_Z.Location = new System.Drawing.Point(7, 78);
L_Z.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Z.Name = "L_Z";
L_Z.Size = new System.Drawing.Size(93, 23);
L_Z.TabIndex = 48;
L_Z.Text = "Z Coordinate:";
L_Z.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_X
//
L_X.Location = new System.Drawing.Point(7, 48);
L_X.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_X.Name = "L_X";
L_X.Size = new System.Drawing.Size(93, 23);
L_X.TabIndex = 47;
L_X.Text = "X Coordinate:";
L_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Tab_Complex
//
Tab_Complex.AllowDrop = true;
Tab_Complex.Controls.Add(B_DeleteAll);
Tab_Complex.Controls.Add(B_DeleteGo);
Tab_Complex.Controls.Add(B_ImportGoFiles);
Tab_Complex.Controls.Add(B_ExportGoFiles);
Tab_Complex.Controls.Add(L_GoSlotSummary);
Tab_Complex.Controls.Add(B_Import);
Tab_Complex.Controls.Add(B_Export);
Tab_Complex.Controls.Add(L_GoSlot);
Tab_Complex.Controls.Add(NUD_GoIndex);
Tab_Complex.Controls.Add(B_ExportGoSummary);
Tab_Complex.Location = new System.Drawing.Point(4, 24);
Tab_Complex.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Complex.Name = "Tab_Complex";
Tab_Complex.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Complex.Size = new System.Drawing.Size(452, 337);
Tab_Complex.TabIndex = 4;
Tab_Complex.Text = "GO Complex";
Tab_Complex.UseVisualStyleBackColor = true;
Tab_Complex.DragDrop += Main_DragDrop;
Tab_Complex.DragEnter += Main_DragEnter;
//
// B_DeleteAll
//
B_DeleteAll.Location = new System.Drawing.Point(354, 160);
B_DeleteAll.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_DeleteAll.Name = "B_DeleteAll";
B_DeleteAll.Size = new System.Drawing.Size(88, 27);
B_DeleteAll.TabIndex = 9;
B_DeleteAll.Text = "Delete All";
B_DeleteAll.UseVisualStyleBackColor = true;
B_DeleteAll.Click += B_DeleteAll_Click;
//
// B_DeleteGo
//
B_DeleteGo.Location = new System.Drawing.Point(259, 160);
B_DeleteGo.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_DeleteGo.Name = "B_DeleteGo";
B_DeleteGo.Size = new System.Drawing.Size(88, 27);
B_DeleteGo.TabIndex = 8;
B_DeleteGo.Text = "Delete";
B_DeleteGo.UseVisualStyleBackColor = true;
B_DeleteGo.Click += B_DeleteGo_Click;
//
// B_ImportGoFiles
//
B_ImportGoFiles.Location = new System.Drawing.Point(142, 255);
B_ImportGoFiles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_ImportGoFiles.Name = "B_ImportGoFiles";
B_ImportGoFiles.Size = new System.Drawing.Size(128, 73);
B_ImportGoFiles.TabIndex = 7;
B_ImportGoFiles.Text = "Import from Folder (start at current slot)";
B_ImportGoFiles.UseVisualStyleBackColor = true;
B_ImportGoFiles.Click += B_ImportGoFiles_Click;
//
// B_ExportGoFiles
//
B_ExportGoFiles.Location = new System.Drawing.Point(7, 255);
B_ExportGoFiles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_ExportGoFiles.Name = "B_ExportGoFiles";
B_ExportGoFiles.Size = new System.Drawing.Size(128, 73);
B_ExportGoFiles.TabIndex = 6;
B_ExportGoFiles.Text = "Export all to Folder";
B_ExportGoFiles.UseVisualStyleBackColor = true;
B_ExportGoFiles.Click += B_ExportGoFiles_Click;
//
// L_GoSlotSummary
//
L_GoSlotSummary.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
L_GoSlotSummary.Location = new System.Drawing.Point(31, 67);
L_GoSlotSummary.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_GoSlotSummary.Name = "L_GoSlotSummary";
L_GoSlotSummary.Size = new System.Drawing.Size(220, 120);
L_GoSlotSummary.TabIndex = 5;
L_GoSlotSummary.Text = "Summary";
//
// B_Import
//
B_Import.Location = new System.Drawing.Point(259, 100);
B_Import.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Import.Name = "B_Import";
B_Import.Size = new System.Drawing.Size(88, 27);
B_Import.TabIndex = 4;
B_Import.Text = "Import";
B_Import.UseVisualStyleBackColor = true;
B_Import.Click += B_Import_Click;
//
// B_Export
//
B_Export.Location = new System.Drawing.Point(259, 67);
B_Export.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Export.Name = "B_Export";
B_Export.Size = new System.Drawing.Size(88, 27);
B_Export.TabIndex = 3;
B_Export.Text = "Export";
B_Export.UseVisualStyleBackColor = true;
B_Export.Click += B_Export_Click;
//
// L_GoSlot
//
L_GoSlot.Location = new System.Drawing.Point(6, 40);
L_GoSlot.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_GoSlot.Name = "L_GoSlot";
L_GoSlot.Size = new System.Drawing.Size(99, 23);
L_GoSlot.TabIndex = 2;
L_GoSlot.Text = "Slot:";
L_GoSlot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_GoIndex
//
NUD_GoIndex.Location = new System.Drawing.Point(112, 40);
NUD_GoIndex.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_GoIndex.Maximum = new decimal(new int[] { 999, 0, 0, 0 });
NUD_GoIndex.Name = "NUD_GoIndex";
NUD_GoIndex.Size = new System.Drawing.Size(140, 23);
NUD_GoIndex.TabIndex = 1;
NUD_GoIndex.ValueChanged += NUD_GoIndex_ValueChanged;
//
// B_ExportGoSummary
//
B_ExportGoSummary.Location = new System.Drawing.Point(278, 255);
B_ExportGoSummary.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_ExportGoSummary.Name = "B_ExportGoSummary";
B_ExportGoSummary.Size = new System.Drawing.Size(153, 73);
B_ExportGoSummary.TabIndex = 0;
B_ExportGoSummary.Text = "Dump Text Summary of Go Park Entities";
B_ExportGoSummary.UseVisualStyleBackColor = true;
B_ExportGoSummary.Click += B_ExportGoSummary_Click;
//
// L_Started
//
L_Started.Location = new System.Drawing.Point(8, 48);
L_Started.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Started.Name = "L_Started";
L_Started.Size = new System.Drawing.Size(93, 23);
L_Started.TabIndex = 59;
L_Started.Text = "Game Started:";
L_Started.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_AdventureBeginDate
//
CAL_AdventureBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_AdventureBeginDate.Location = new System.Drawing.Point(108, 48);
CAL_AdventureBeginDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_AdventureBeginDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_AdventureBeginDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_AdventureBeginDate.Name = "CAL_AdventureBeginDate";
CAL_AdventureBeginDate.Size = new System.Drawing.Size(115, 23);
CAL_AdventureBeginDate.TabIndex = 58;
CAL_AdventureBeginDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_LastSavedDate
//
CAL_LastSavedDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_LastSavedDate.Location = new System.Drawing.Point(108, 98);
CAL_LastSavedDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_LastSavedDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_LastSavedDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_LastSavedDate.Name = "CAL_LastSavedDate";
CAL_LastSavedDate.Size = new System.Drawing.Size(115, 23);
CAL_LastSavedDate.TabIndex = 55;
CAL_LastSavedDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// L_LastSaved
//
L_LastSaved.Location = new System.Drawing.Point(8, 98);
L_LastSaved.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_LastSaved.Name = "L_LastSaved";
L_LastSaved.Size = new System.Drawing.Size(93, 23);
L_LastSaved.TabIndex = 56;
L_LastSaved.Text = "Last Saved:";
L_LastSaved.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_AdventureBeginTime
//
CAL_AdventureBeginTime.CustomFormat = "HH:mm:ss";
CAL_AdventureBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
CAL_AdventureBeginTime.Location = new System.Drawing.Point(138, 70);
CAL_AdventureBeginTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_AdventureBeginTime.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_AdventureBeginTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_AdventureBeginTime.Name = "CAL_AdventureBeginTime";
CAL_AdventureBeginTime.ShowUpDown = true;
CAL_AdventureBeginTime.Size = new System.Drawing.Size(84, 23);
CAL_AdventureBeginTime.TabIndex = 57;
CAL_AdventureBeginTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_LastSavedTime
//
CAL_LastSavedTime.CustomFormat = "HH:mm";
CAL_LastSavedTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
CAL_LastSavedTime.Location = new System.Drawing.Point(138, 120);
CAL_LastSavedTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_LastSavedTime.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_LastSavedTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_LastSavedTime.Name = "CAL_LastSavedTime";
CAL_LastSavedTime.ShowUpDown = true;
CAL_LastSavedTime.Size = new System.Drawing.Size(84, 23);
CAL_LastSavedTime.TabIndex = 60;
CAL_LastSavedTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// SAV_Trainer7GG
//
AllowDrop = true;
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
ClientSize = new System.Drawing.Size(483, 422);
Controls.Add(TC_Editor);
Controls.Add(B_Save);
Controls.Add(B_Cancel);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
Icon = Properties.Resources.Icon;
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MaximizeBox = false;
MinimizeBox = false;
Name = "SAV_Trainer7GG";
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Text = "Trainer Data Editor";
DragDrop += Main_DragDrop;
DragEnter += Main_DragEnter;
TC_Editor.ResumeLayout(false);
Tab_Overview.ResumeLayout(false);
Tab_Overview.PerformLayout();
GB_Adventure.ResumeLayout(false);
GB_Adventure.PerformLayout();
Tab_BadgeMap.ResumeLayout(false);
GB_Map.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_SZ).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_SY).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_SX).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_R).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_Z).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_M).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_Y).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_X).EndInit();
Tab_Complex.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_GoIndex).EndInit();
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.TextBox TB_OTName;
private System.Windows.Forms.Label L_TrainerName;
private System.Windows.Forms.MaskedTextBox MT_Money;
private System.Windows.Forms.Label L_Money;
private System.Windows.Forms.Label L_Saying5;
private System.Windows.Forms.Label L_Saying4;
private System.Windows.Forms.Label L_Saying3;
private System.Windows.Forms.Label L_Saying2;
private System.Windows.Forms.Label L_Saying1;
private System.Windows.Forms.TextBox TB_Saying5;
private System.Windows.Forms.TextBox TB_Saying4;
private System.Windows.Forms.TextBox TB_Saying3;
private System.Windows.Forms.TextBox TB_Saying2;
private System.Windows.Forms.TextBox TB_Saying1;
private System.Windows.Forms.ComboBox CB_Language;
private System.Windows.Forms.Button B_MaxCash;
private System.Windows.Forms.Label L_Language;
private System.Windows.Forms.ComboBox CB_Game;
private System.Windows.Forms.ComboBox CB_Gender;
private System.Windows.Forms.Label L_Seconds;
private System.Windows.Forms.Label L_Minutes;
private System.Windows.Forms.MaskedTextBox MT_Seconds;
private System.Windows.Forms.MaskedTextBox MT_Minutes;
private System.Windows.Forms.Label L_Hours;
private System.Windows.Forms.MaskedTextBox MT_Hours;
private System.Windows.Forms.TabControl TC_Editor;
private System.Windows.Forms.TabPage Tab_Overview;
private System.Windows.Forms.GroupBox GB_Adventure;
private System.Windows.Forms.TabPage Tab_Complex;
private Controls.TrainerID trainerID1;
private System.Windows.Forms.TextBox TB_RivalName;
private System.Windows.Forms.Label L_RivalName;
private System.Windows.Forms.Button B_ExportGoSummary;
private System.Windows.Forms.NumericUpDown NUD_GoIndex;
private System.Windows.Forms.Label L_GoSlot;
private System.Windows.Forms.Button B_Import;
private System.Windows.Forms.Button B_Export;
private System.Windows.Forms.Label L_GoSlotSummary;
private System.Windows.Forms.Button B_ExportGoFiles;
private System.Windows.Forms.Button B_ImportGoFiles;
private System.Windows.Forms.Button B_DeleteAll;
private System.Windows.Forms.Button B_DeleteGo;
private System.Windows.Forms.Button B_AllTrainerTitles;
private System.Windows.Forms.Button B_AllFashionItems;
private System.Windows.Forms.TabPage Tab_BadgeMap;
private System.Windows.Forms.GroupBox GB_Map;
private System.Windows.Forms.NumericUpDown NUD_SZ;
private System.Windows.Forms.NumericUpDown NUD_SY;
private System.Windows.Forms.NumericUpDown NUD_SX;
private System.Windows.Forms.Label L_SY;
private System.Windows.Forms.Label L_SZ;
private System.Windows.Forms.Label L_SX;
private System.Windows.Forms.NumericUpDown NUD_R;
private System.Windows.Forms.Label L_R;
private System.Windows.Forms.NumericUpDown NUD_Z;
private System.Windows.Forms.NumericUpDown NUD_M;
private System.Windows.Forms.NumericUpDown NUD_Y;
private System.Windows.Forms.NumericUpDown NUD_X;
private System.Windows.Forms.Label L_Y;
private System.Windows.Forms.Label L_CurrentMap;
private System.Windows.Forms.Label L_Z;
private System.Windows.Forms.Label L_X;
private System.Windows.Forms.Label L_Started;
private System.Windows.Forms.DateTimePicker CAL_AdventureBeginDate;
private System.Windows.Forms.DateTimePicker CAL_LastSavedDate;
private System.Windows.Forms.Label L_LastSaved;
private System.Windows.Forms.DateTimePicker CAL_AdventureBeginTime;
private System.Windows.Forms.DateTimePicker CAL_LastSavedTime;
}
}