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

1861 lines
90 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Trainer
{
/// <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()
{
components = new System.ComponentModel.Container();
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_TID = new System.Windows.Forms.Label();
L_SID = new System.Windows.Forms.Label();
MT_TID = new System.Windows.Forms.MaskedTextBox();
MT_SID = new System.Windows.Forms.MaskedTextBox();
CHK_Badge1 = new System.Windows.Forms.CheckBox();
CHK_Badge2 = new System.Windows.Forms.CheckBox();
CHK_Badge3 = new System.Windows.Forms.CheckBox();
CHK_Badge4 = new System.Windows.Forms.CheckBox();
CHK_Badge5 = new System.Windows.Forms.CheckBox();
CHK_Badge7 = new System.Windows.Forms.CheckBox();
CHK_Badge8 = new System.Windows.Forms.CheckBox();
GB_Sayings = new System.Windows.Forms.GroupBox();
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_LastSaved = new System.Windows.Forms.Label();
CAL_LastSavedDate = new System.Windows.Forms.DateTimePicker();
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();
TB_PM = new System.Windows.Forms.MaskedTextBox();
TB_BP = new System.Windows.Forms.MaskedTextBox();
L_PM = new System.Windows.Forms.Label();
L_Region = new System.Windows.Forms.Label();
L_BP = new System.Windows.Forms.Label();
L_Country = new System.Windows.Forms.Label();
CB_Region = new System.Windows.Forms.ComboBox();
CB_Country = new System.Windows.Forms.ComboBox();
B_MaxCash = new System.Windows.Forms.Button();
CB_3DSReg = new System.Windows.Forms.ComboBox();
CB_Language = new System.Windows.Forms.ComboBox();
L_3DSReg = new System.Windows.Forms.Label();
CB_Game = new System.Windows.Forms.ComboBox();
CB_Gender = new System.Windows.Forms.ComboBox();
TB_Style = new System.Windows.Forms.MaskedTextBox();
L_Style = new System.Windows.Forms.Label();
GB_MaisonBest = new System.Windows.Forms.GroupBox();
TB_MBMS = new System.Windows.Forms.MaskedTextBox();
TB_MBMN = new System.Windows.Forms.MaskedTextBox();
TB_MBRS = new System.Windows.Forms.MaskedTextBox();
TB_MBRN = new System.Windows.Forms.MaskedTextBox();
TB_MBTS = new System.Windows.Forms.MaskedTextBox();
TB_MBTN = new System.Windows.Forms.MaskedTextBox();
TB_MBDS = new System.Windows.Forms.MaskedTextBox();
TB_MBDN = new System.Windows.Forms.MaskedTextBox();
TB_MBSS = new System.Windows.Forms.MaskedTextBox();
TB_MBSN = new System.Windows.Forms.MaskedTextBox();
L_SuperB = new System.Windows.Forms.Label();
L_NormalB = new System.Windows.Forms.Label();
L_MultiB = new System.Windows.Forms.Label();
L_RotationB = new System.Windows.Forms.Label();
L_TriplesB = new System.Windows.Forms.Label();
L_DoublesB = new System.Windows.Forms.Label();
L_SinglesB = new System.Windows.Forms.Label();
GB_MaisonCurrent = new System.Windows.Forms.GroupBox();
TB_MCMS = new System.Windows.Forms.MaskedTextBox();
TB_MCMN = new System.Windows.Forms.MaskedTextBox();
TB_MCRS = new System.Windows.Forms.MaskedTextBox();
TB_MCRN = new System.Windows.Forms.MaskedTextBox();
TB_MCTS = new System.Windows.Forms.MaskedTextBox();
TB_MCTN = new System.Windows.Forms.MaskedTextBox();
TB_MCDS = new System.Windows.Forms.MaskedTextBox();
TB_MCDN = new System.Windows.Forms.MaskedTextBox();
TB_MCSS = new System.Windows.Forms.MaskedTextBox();
TB_MCSN = new System.Windows.Forms.MaskedTextBox();
L_SuperC = new System.Windows.Forms.Label();
L_NormalC = new System.Windows.Forms.Label();
L_MultiC = new System.Windows.Forms.Label();
L_RotationC = new System.Windows.Forms.Label();
L_TriplesC = new System.Windows.Forms.Label();
L_DoublesC = new System.Windows.Forms.Label();
L_SinglesC = new System.Windows.Forms.Label();
B_GiveAccessories = new System.Windows.Forms.Button();
CB_Vivillon = new System.Windows.Forms.ComboBox();
L_Vivillon = new System.Windows.Forms.Label();
L_MultiplayerSprite = new System.Windows.Forms.Label();
PB_Sprite = new System.Windows.Forms.PictureBox();
CB_MultiplayerSprite = new System.Windows.Forms.ComboBox();
TC_Editor = new System.Windows.Forms.TabControl();
Tab_Overview = new System.Windows.Forms.TabPage();
GB_Stats = new System.Windows.Forms.GroupBox();
TrainerStats = new Controls.TrainerStat();
GB_Adventure = new System.Windows.Forms.GroupBox();
L_Fame = new System.Windows.Forms.Label();
CAL_HoFDate = new System.Windows.Forms.DateTimePicker();
CAL_HoFTime = new System.Windows.Forms.DateTimePicker();
L_Started = new System.Windows.Forms.Label();
CAL_AdventureStartDate = new System.Windows.Forms.DateTimePicker();
CAL_AdventureStartTime = new System.Windows.Forms.DateTimePicker();
CAL_LastSavedTime = new System.Windows.Forms.DateTimePicker();
Tab_BadgeMap = new System.Windows.Forms.TabPage();
GB_Map = new System.Windows.Forms.GroupBox();
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();
CHK_Badge6 = new System.Windows.Forms.CheckBox();
Tab_Multiplayer = new System.Windows.Forms.TabPage();
CHK_MegaRayquazaUnlocked = new System.Windows.Forms.CheckBox();
CHK_MegaUnlocked = new System.Windows.Forms.CheckBox();
Tab_Maison = new System.Windows.Forms.TabPage();
Tab_Appearance = new System.Windows.Forms.TabPage();
PG_CurrentAppearance = new System.Windows.Forms.PropertyGrid();
L_TRNick = new System.Windows.Forms.Label();
TB_TRNick = new System.Windows.Forms.TextBox();
Tip1 = new System.Windows.Forms.ToolTip(components);
Tip2 = new System.Windows.Forms.ToolTip(components);
GB_Sayings.SuspendLayout();
GB_MaisonBest.SuspendLayout();
GB_MaisonCurrent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_Sprite).BeginInit();
TC_Editor.SuspendLayout();
Tab_Overview.SuspendLayout();
GB_Stats.SuspendLayout();
GB_Adventure.SuspendLayout();
Tab_BadgeMap.SuspendLayout();
GB_Map.SuspendLayout();
((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_Multiplayer.SuspendLayout();
Tab_Maison.SuspendLayout();
Tab_Appearance.SuspendLayout();
SuspendLayout();
//
// B_Cancel
//
B_Cancel.Location = new System.Drawing.Point(292, 342);
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, 342);
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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
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 += ClickOT;
//
// 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:";
//
// 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_TID
//
L_TID.Location = new System.Drawing.Point(10, 36);
L_TID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_TID.Name = "L_TID";
L_TID.Size = new System.Drawing.Size(44, 15);
L_TID.TabIndex = 6;
L_TID.Text = "TID16:";
L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_SID
//
L_SID.Location = new System.Drawing.Point(10, 62);
L_SID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SID.Name = "L_SID";
L_SID.Size = new System.Drawing.Size(44, 15);
L_SID.TabIndex = 7;
L_SID.Text = "SID16:";
L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_TID
//
MT_TID.Location = new System.Drawing.Point(62, 35);
MT_TID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_TID.Mask = "00000";
MT_TID.Name = "MT_TID";
MT_TID.Size = new System.Drawing.Size(45, 23);
MT_TID.TabIndex = 8;
MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
MT_TID.TextChanged += ChangeFFFF;
MT_TID.MouseHover += ShowTSV;
//
// MT_SID
//
MT_SID.Location = new System.Drawing.Point(62, 59);
MT_SID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_SID.Mask = "00000";
MT_SID.Name = "MT_SID";
MT_SID.Size = new System.Drawing.Size(45, 23);
MT_SID.TabIndex = 9;
MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
MT_SID.TextChanged += ChangeFFFF;
MT_SID.MouseHover += ShowTSV;
//
// CHK_Badge1
//
CHK_Badge1.AutoSize = true;
CHK_Badge1.Location = new System.Drawing.Point(307, 23);
CHK_Badge1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge1.Name = "CHK_Badge1";
CHK_Badge1.Size = new System.Drawing.Size(32, 19);
CHK_Badge1.TabIndex = 10;
CHK_Badge1.Text = "1";
CHK_Badge1.UseVisualStyleBackColor = true;
//
// CHK_Badge2
//
CHK_Badge2.AutoSize = true;
CHK_Badge2.Location = new System.Drawing.Point(307, 50);
CHK_Badge2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge2.Name = "CHK_Badge2";
CHK_Badge2.Size = new System.Drawing.Size(32, 19);
CHK_Badge2.TabIndex = 11;
CHK_Badge2.Text = "2";
CHK_Badge2.UseVisualStyleBackColor = true;
//
// CHK_Badge3
//
CHK_Badge3.AutoSize = true;
CHK_Badge3.Location = new System.Drawing.Point(307, 76);
CHK_Badge3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge3.Name = "CHK_Badge3";
CHK_Badge3.Size = new System.Drawing.Size(32, 19);
CHK_Badge3.TabIndex = 12;
CHK_Badge3.Text = "3";
CHK_Badge3.UseVisualStyleBackColor = true;
//
// CHK_Badge4
//
CHK_Badge4.AutoSize = true;
CHK_Badge4.Location = new System.Drawing.Point(307, 103);
CHK_Badge4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge4.Name = "CHK_Badge4";
CHK_Badge4.Size = new System.Drawing.Size(32, 19);
CHK_Badge4.TabIndex = 13;
CHK_Badge4.Text = "4";
CHK_Badge4.UseVisualStyleBackColor = true;
//
// CHK_Badge5
//
CHK_Badge5.AutoSize = true;
CHK_Badge5.Location = new System.Drawing.Point(351, 23);
CHK_Badge5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge5.Name = "CHK_Badge5";
CHK_Badge5.Size = new System.Drawing.Size(32, 19);
CHK_Badge5.TabIndex = 14;
CHK_Badge5.Text = "5";
CHK_Badge5.UseVisualStyleBackColor = true;
//
// CHK_Badge7
//
CHK_Badge7.AutoSize = true;
CHK_Badge7.Location = new System.Drawing.Point(351, 76);
CHK_Badge7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge7.Name = "CHK_Badge7";
CHK_Badge7.Size = new System.Drawing.Size(32, 19);
CHK_Badge7.TabIndex = 16;
CHK_Badge7.Text = "7";
CHK_Badge7.UseVisualStyleBackColor = true;
//
// CHK_Badge8
//
CHK_Badge8.AutoSize = true;
CHK_Badge8.Location = new System.Drawing.Point(351, 103);
CHK_Badge8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge8.Name = "CHK_Badge8";
CHK_Badge8.Size = new System.Drawing.Size(32, 19);
CHK_Badge8.TabIndex = 17;
CHK_Badge8.Text = "8";
CHK_Badge8.UseVisualStyleBackColor = true;
//
// GB_Sayings
//
GB_Sayings.Controls.Add(L_Saying5);
GB_Sayings.Controls.Add(L_Saying4);
GB_Sayings.Controls.Add(L_Saying3);
GB_Sayings.Controls.Add(L_Saying2);
GB_Sayings.Controls.Add(L_Saying1);
GB_Sayings.Controls.Add(TB_Saying5);
GB_Sayings.Controls.Add(TB_Saying4);
GB_Sayings.Controls.Add(TB_Saying3);
GB_Sayings.Controls.Add(TB_Saying2);
GB_Sayings.Controls.Add(TB_Saying1);
GB_Sayings.Location = new System.Drawing.Point(104, 104);
GB_Sayings.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Sayings.Name = "GB_Sayings";
GB_Sayings.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Sayings.Size = new System.Drawing.Size(245, 138);
GB_Sayings.TabIndex = 27;
GB_Sayings.TabStop = false;
GB_Sayings.Text = "Saved Sayings";
//
// L_Saying5
//
L_Saying5.AutoSize = true;
L_Saying5.Location = new System.Drawing.Point(36, 114);
L_Saying5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Saying5.Name = "L_Saying5";
L_Saying5.Size = new System.Drawing.Size(16, 15);
L_Saying5.TabIndex = 9;
L_Saying5.Text = "5:";
//
// L_Saying4
//
L_Saying4.AutoSize = true;
L_Saying4.Location = new System.Drawing.Point(36, 91);
L_Saying4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Saying4.Name = "L_Saying4";
L_Saying4.Size = new System.Drawing.Size(16, 15);
L_Saying4.TabIndex = 8;
L_Saying4.Text = "4:";
//
// L_Saying3
//
L_Saying3.AutoSize = true;
L_Saying3.Location = new System.Drawing.Point(36, 68);
L_Saying3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Saying3.Name = "L_Saying3";
L_Saying3.Size = new System.Drawing.Size(16, 15);
L_Saying3.TabIndex = 7;
L_Saying3.Text = "3:";
//
// L_Saying2
//
L_Saying2.AutoSize = true;
L_Saying2.Location = new System.Drawing.Point(36, 45);
L_Saying2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Saying2.Name = "L_Saying2";
L_Saying2.Size = new System.Drawing.Size(16, 15);
L_Saying2.TabIndex = 6;
L_Saying2.Text = "2:";
//
// L_Saying1
//
L_Saying1.AutoSize = true;
L_Saying1.Location = new System.Drawing.Point(36, 22);
L_Saying1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Saying1.Name = "L_Saying1";
L_Saying1.Size = new System.Drawing.Size(16, 15);
L_Saying1.TabIndex = 5;
L_Saying1.Text = "1:";
//
// TB_Saying5
//
TB_Saying5.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_Saying5.Location = new System.Drawing.Point(62, 111);
TB_Saying5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Saying5.MaxLength = 16;
TB_Saying5.Name = "TB_Saying5";
TB_Saying5.Size = new System.Drawing.Size(146, 20);
TB_Saying5.TabIndex = 4;
TB_Saying5.Text = "1234567890123456";
TB_Saying5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Saying4
//
TB_Saying4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_Saying4.Location = new System.Drawing.Point(62, 88);
TB_Saying4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Saying4.MaxLength = 16;
TB_Saying4.Name = "TB_Saying4";
TB_Saying4.Size = new System.Drawing.Size(146, 20);
TB_Saying4.TabIndex = 3;
TB_Saying4.Text = "1234567890123456";
TB_Saying4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Saying3
//
TB_Saying3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_Saying3.Location = new System.Drawing.Point(62, 65);
TB_Saying3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Saying3.MaxLength = 16;
TB_Saying3.Name = "TB_Saying3";
TB_Saying3.Size = new System.Drawing.Size(146, 20);
TB_Saying3.TabIndex = 2;
TB_Saying3.Text = "1234567890123456";
TB_Saying3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Saying2
//
TB_Saying2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_Saying2.Location = new System.Drawing.Point(62, 42);
TB_Saying2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Saying2.MaxLength = 16;
TB_Saying2.Name = "TB_Saying2";
TB_Saying2.Size = new System.Drawing.Size(146, 20);
TB_Saying2.TabIndex = 1;
TB_Saying2.Text = "1234567890123456";
TB_Saying2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Saying1
//
TB_Saying1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_Saying1.Location = new System.Drawing.Point(62, 18);
TB_Saying1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Saying1.MaxLength = 16;
TB_Saying1.Name = "TB_Saying1";
TB_Saying1.Size = new System.Drawing.Size(146, 20);
TB_Saying1.TabIndex = 0;
TB_Saying1.Text = "1234567890123456";
TB_Saying1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_LastSaved
//
L_LastSaved.Location = new System.Drawing.Point(4, 127);
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 = 32;
L_LastSaved.Text = "Last Saved:";
L_LastSaved.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_LastSavedDate
//
CAL_LastSavedDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_LastSavedDate.Location = new System.Drawing.Point(104, 127);
CAL_LastSavedDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_LastSavedDate.MaxDate = new System.DateTime(2050, 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 = 31;
CAL_LastSavedDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 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(16, 89);
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;
//
// TB_PM
//
TB_PM.Location = new System.Drawing.Point(112, 44);
TB_PM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_PM.Mask = "0000000";
TB_PM.Name = "TB_PM";
TB_PM.Size = new System.Drawing.Size(58, 23);
TB_PM.TabIndex = 5;
TB_PM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BP
//
TB_BP.Location = new System.Drawing.Point(112, 18);
TB_BP.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_BP.Mask = "0000";
TB_BP.Name = "TB_BP";
TB_BP.Size = new System.Drawing.Size(42, 23);
TB_BP.TabIndex = 6;
TB_BP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_PM
//
L_PM.Location = new System.Drawing.Point(35, 43);
L_PM.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_PM.Name = "L_PM";
L_PM.Size = new System.Drawing.Size(70, 23);
L_PM.TabIndex = 0;
L_PM.Text = "PokeMiles:";
L_PM.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Region
//
L_Region.Location = new System.Drawing.Point(236, 37);
L_Region.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Region.Name = "L_Region";
L_Region.Size = new System.Drawing.Size(93, 15);
L_Region.TabIndex = 20;
L_Region.Text = "Sub Region:";
L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BP
//
L_BP.Location = new System.Drawing.Point(35, 18);
L_BP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_BP.Name = "L_BP";
L_BP.Size = new System.Drawing.Size(70, 23);
L_BP.TabIndex = 1;
L_BP.Text = "BP:";
L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Country
//
L_Country.Location = new System.Drawing.Point(236, 12);
L_Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Country.Name = "L_Country";
L_Country.Size = new System.Drawing.Size(93, 15);
L_Country.TabIndex = 19;
L_Country.Text = "Country:";
L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Region
//
CB_Region.DropDownWidth = 180;
CB_Region.FormattingEnabled = true;
CB_Region.Location = new System.Drawing.Point(335, 33);
CB_Region.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Region.Name = "CB_Region";
CB_Region.Size = new System.Drawing.Size(108, 23);
CB_Region.TabIndex = 18;
//
// CB_Country
//
CB_Country.DropDownWidth = 180;
CB_Country.FormattingEnabled = true;
CB_Country.Location = new System.Drawing.Point(335, 8);
CB_Country.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Country.Name = "CB_Country";
CB_Country.Size = new System.Drawing.Size(108, 23);
CB_Country.TabIndex = 17;
CB_Country.SelectedIndexChanged += UpdateCountry;
//
// 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_3DSReg
//
CB_3DSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_3DSReg.FormattingEnabled = true;
CB_3DSReg.Location = new System.Drawing.Point(335, 59);
CB_3DSReg.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_3DSReg.Name = "CB_3DSReg";
CB_3DSReg.Size = new System.Drawing.Size(108, 23);
CB_3DSReg.TabIndex = 14;
//
// CB_Language
//
CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Language.FormattingEnabled = true;
CB_Language.Location = new System.Drawing.Point(115, 84);
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;
//
// L_3DSReg
//
L_3DSReg.Location = new System.Drawing.Point(236, 62);
L_3DSReg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_3DSReg.Name = "L_3DSReg";
L_3DSReg.Size = new System.Drawing.Size(93, 15);
L_3DSReg.TabIndex = 10;
L_3DSReg.Text = "3DS Region:";
L_3DSReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Game
//
CB_Game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Game.Enabled = false;
CB_Game.FormattingEnabled = true;
CB_Game.Items.AddRange(new object[] { "X", "Y", "AS", "OR" });
CB_Game.Location = new System.Drawing.Point(164, 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(59, 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(115, 59);
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;
//
// TB_Style
//
TB_Style.Location = new System.Drawing.Point(112, 69);
TB_Style.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_Style.Mask = "000";
TB_Style.Name = "TB_Style";
TB_Style.Size = new System.Drawing.Size(30, 23);
TB_Style.TabIndex = 8;
TB_Style.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_Style.TextChanged += Change255;
//
// L_Style
//
L_Style.Location = new System.Drawing.Point(35, 68);
L_Style.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Style.Name = "L_Style";
L_Style.Size = new System.Drawing.Size(70, 23);
L_Style.TabIndex = 7;
L_Style.Text = "Style:";
L_Style.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_MaisonBest
//
GB_MaisonBest.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
GB_MaisonBest.Controls.Add(TB_MBMS);
GB_MaisonBest.Controls.Add(TB_MBMN);
GB_MaisonBest.Controls.Add(TB_MBRS);
GB_MaisonBest.Controls.Add(TB_MBRN);
GB_MaisonBest.Controls.Add(TB_MBTS);
GB_MaisonBest.Controls.Add(TB_MBTN);
GB_MaisonBest.Controls.Add(TB_MBDS);
GB_MaisonBest.Controls.Add(TB_MBDN);
GB_MaisonBest.Controls.Add(TB_MBSS);
GB_MaisonBest.Controls.Add(TB_MBSN);
GB_MaisonBest.Controls.Add(L_SuperB);
GB_MaisonBest.Controls.Add(L_NormalB);
GB_MaisonBest.Controls.Add(L_MultiB);
GB_MaisonBest.Controls.Add(L_RotationB);
GB_MaisonBest.Controls.Add(L_TriplesB);
GB_MaisonBest.Controls.Add(L_DoublesB);
GB_MaisonBest.Controls.Add(L_SinglesB);
GB_MaisonBest.Location = new System.Drawing.Point(229, 68);
GB_MaisonBest.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_MaisonBest.Name = "GB_MaisonBest";
GB_MaisonBest.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_MaisonBest.Size = new System.Drawing.Size(181, 155);
GB_MaisonBest.TabIndex = 40;
GB_MaisonBest.TabStop = false;
GB_MaisonBest.Text = "Maison Streaks (Best)";
//
// TB_MBMS
//
TB_MBMS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBMS.Location = new System.Drawing.Point(121, 122);
TB_MBMS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBMS.Mask = "0000";
TB_MBMS.Name = "TB_MBMS";
TB_MBMS.Size = new System.Drawing.Size(40, 20);
TB_MBMS.TabIndex = 65;
TB_MBMS.TextChanged += ChangeFFFF;
//
// TB_MBMN
//
TB_MBMN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBMN.Location = new System.Drawing.Point(71, 122);
TB_MBMN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBMN.Mask = "0000";
TB_MBMN.Name = "TB_MBMN";
TB_MBMN.Size = new System.Drawing.Size(40, 20);
TB_MBMN.TabIndex = 64;
TB_MBMN.TextChanged += ChangeFFFF;
//
// TB_MBRS
//
TB_MBRS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBRS.Location = new System.Drawing.Point(121, 100);
TB_MBRS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBRS.Mask = "0000";
TB_MBRS.Name = "TB_MBRS";
TB_MBRS.Size = new System.Drawing.Size(40, 20);
TB_MBRS.TabIndex = 63;
TB_MBRS.TextChanged += ChangeFFFF;
//
// TB_MBRN
//
TB_MBRN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBRN.Location = new System.Drawing.Point(71, 100);
TB_MBRN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBRN.Mask = "0000";
TB_MBRN.Name = "TB_MBRN";
TB_MBRN.Size = new System.Drawing.Size(40, 20);
TB_MBRN.TabIndex = 62;
TB_MBRN.TextChanged += ChangeFFFF;
//
// TB_MBTS
//
TB_MBTS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBTS.Location = new System.Drawing.Point(121, 80);
TB_MBTS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBTS.Mask = "0000";
TB_MBTS.Name = "TB_MBTS";
TB_MBTS.Size = new System.Drawing.Size(40, 20);
TB_MBTS.TabIndex = 61;
TB_MBTS.TextChanged += ChangeFFFF;
//
// TB_MBTN
//
TB_MBTN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBTN.Location = new System.Drawing.Point(71, 80);
TB_MBTN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBTN.Mask = "0000";
TB_MBTN.Name = "TB_MBTN";
TB_MBTN.Size = new System.Drawing.Size(40, 20);
TB_MBTN.TabIndex = 60;
TB_MBTN.TextChanged += ChangeFFFF;
//
// TB_MBDS
//
TB_MBDS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBDS.Location = new System.Drawing.Point(121, 58);
TB_MBDS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBDS.Mask = "0000";
TB_MBDS.Name = "TB_MBDS";
TB_MBDS.Size = new System.Drawing.Size(40, 20);
TB_MBDS.TabIndex = 59;
TB_MBDS.TextChanged += ChangeFFFF;
//
// TB_MBDN
//
TB_MBDN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBDN.Location = new System.Drawing.Point(71, 58);
TB_MBDN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBDN.Mask = "0000";
TB_MBDN.Name = "TB_MBDN";
TB_MBDN.Size = new System.Drawing.Size(40, 20);
TB_MBDN.TabIndex = 58;
TB_MBDN.TextChanged += ChangeFFFF;
//
// TB_MBSS
//
TB_MBSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBSS.Location = new System.Drawing.Point(121, 36);
TB_MBSS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBSS.Mask = "0000";
TB_MBSS.Name = "TB_MBSS";
TB_MBSS.Size = new System.Drawing.Size(40, 20);
TB_MBSS.TabIndex = 57;
TB_MBSS.TextChanged += ChangeFFFF;
//
// TB_MBSN
//
TB_MBSN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MBSN.Location = new System.Drawing.Point(71, 36);
TB_MBSN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MBSN.Mask = "0000";
TB_MBSN.Name = "TB_MBSN";
TB_MBSN.Size = new System.Drawing.Size(40, 20);
TB_MBSN.TabIndex = 56;
TB_MBSN.TextChanged += ChangeFFFF;
//
// L_SuperB
//
L_SuperB.AutoSize = true;
L_SuperB.Location = new System.Drawing.Point(121, 20);
L_SuperB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SuperB.Name = "L_SuperB";
L_SuperB.Size = new System.Drawing.Size(37, 15);
L_SuperB.TabIndex = 45;
L_SuperB.Text = "Super";
//
// L_NormalB
//
L_NormalB.AutoSize = true;
L_NormalB.Location = new System.Drawing.Point(68, 20);
L_NormalB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_NormalB.Name = "L_NormalB";
L_NormalB.Size = new System.Drawing.Size(47, 15);
L_NormalB.TabIndex = 44;
L_NormalB.Text = "Normal";
//
// L_MultiB
//
L_MultiB.AutoSize = true;
L_MultiB.Location = new System.Drawing.Point(9, 126);
L_MultiB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_MultiB.Name = "L_MultiB";
L_MultiB.Size = new System.Drawing.Size(38, 15);
L_MultiB.TabIndex = 43;
L_MultiB.Text = "Multi:";
//
// L_RotationB
//
L_RotationB.AutoSize = true;
L_RotationB.Location = new System.Drawing.Point(9, 105);
L_RotationB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_RotationB.Name = "L_RotationB";
L_RotationB.Size = new System.Drawing.Size(55, 15);
L_RotationB.TabIndex = 42;
L_RotationB.Text = "Rotation:";
//
// L_TriplesB
//
L_TriplesB.AutoSize = true;
L_TriplesB.Location = new System.Drawing.Point(9, 83);
L_TriplesB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_TriplesB.Name = "L_TriplesB";
L_TriplesB.Size = new System.Drawing.Size(43, 15);
L_TriplesB.TabIndex = 41;
L_TriplesB.Text = "Triples:";
//
// L_DoublesB
//
L_DoublesB.AutoSize = true;
L_DoublesB.Location = new System.Drawing.Point(9, 61);
L_DoublesB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_DoublesB.Name = "L_DoublesB";
L_DoublesB.Size = new System.Drawing.Size(53, 15);
L_DoublesB.TabIndex = 40;
L_DoublesB.Text = "Doubles:";
//
// L_SinglesB
//
L_SinglesB.AutoSize = true;
L_SinglesB.Location = new System.Drawing.Point(9, 39);
L_SinglesB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SinglesB.Name = "L_SinglesB";
L_SinglesB.Size = new System.Drawing.Size(47, 15);
L_SinglesB.TabIndex = 39;
L_SinglesB.Text = "Singles:";
//
// GB_MaisonCurrent
//
GB_MaisonCurrent.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
GB_MaisonCurrent.Controls.Add(TB_MCMS);
GB_MaisonCurrent.Controls.Add(TB_MCMN);
GB_MaisonCurrent.Controls.Add(TB_MCRS);
GB_MaisonCurrent.Controls.Add(TB_MCRN);
GB_MaisonCurrent.Controls.Add(TB_MCTS);
GB_MaisonCurrent.Controls.Add(TB_MCTN);
GB_MaisonCurrent.Controls.Add(TB_MCDS);
GB_MaisonCurrent.Controls.Add(TB_MCDN);
GB_MaisonCurrent.Controls.Add(TB_MCSS);
GB_MaisonCurrent.Controls.Add(TB_MCSN);
GB_MaisonCurrent.Controls.Add(L_SuperC);
GB_MaisonCurrent.Controls.Add(L_NormalC);
GB_MaisonCurrent.Controls.Add(L_MultiC);
GB_MaisonCurrent.Controls.Add(L_RotationC);
GB_MaisonCurrent.Controls.Add(L_TriplesC);
GB_MaisonCurrent.Controls.Add(L_DoublesC);
GB_MaisonCurrent.Controls.Add(L_SinglesC);
GB_MaisonCurrent.Location = new System.Drawing.Point(41, 68);
GB_MaisonCurrent.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_MaisonCurrent.Name = "GB_MaisonCurrent";
GB_MaisonCurrent.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_MaisonCurrent.Size = new System.Drawing.Size(181, 150);
GB_MaisonCurrent.TabIndex = 41;
GB_MaisonCurrent.TabStop = false;
GB_MaisonCurrent.Text = "Maison Streaks (Current)";
//
// TB_MCMS
//
TB_MCMS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCMS.Location = new System.Drawing.Point(121, 120);
TB_MCMS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCMS.Mask = "0000";
TB_MCMS.Name = "TB_MCMS";
TB_MCMS.Size = new System.Drawing.Size(40, 20);
TB_MCMS.TabIndex = 55;
TB_MCMS.TextChanged += ChangeFFFF;
//
// TB_MCMN
//
TB_MCMN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCMN.Location = new System.Drawing.Point(71, 120);
TB_MCMN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCMN.Mask = "0000";
TB_MCMN.Name = "TB_MCMN";
TB_MCMN.Size = new System.Drawing.Size(40, 20);
TB_MCMN.TabIndex = 54;
TB_MCMN.TextChanged += ChangeFFFF;
//
// TB_MCRS
//
TB_MCRS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCRS.Location = new System.Drawing.Point(121, 98);
TB_MCRS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCRS.Mask = "0000";
TB_MCRS.Name = "TB_MCRS";
TB_MCRS.Size = new System.Drawing.Size(40, 20);
TB_MCRS.TabIndex = 53;
TB_MCRS.TextChanged += ChangeFFFF;
//
// TB_MCRN
//
TB_MCRN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCRN.Location = new System.Drawing.Point(71, 98);
TB_MCRN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCRN.Mask = "0000";
TB_MCRN.Name = "TB_MCRN";
TB_MCRN.Size = new System.Drawing.Size(40, 20);
TB_MCRN.TabIndex = 52;
TB_MCRN.TextChanged += ChangeFFFF;
//
// TB_MCTS
//
TB_MCTS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCTS.Location = new System.Drawing.Point(121, 77);
TB_MCTS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCTS.Mask = "0000";
TB_MCTS.Name = "TB_MCTS";
TB_MCTS.Size = new System.Drawing.Size(40, 20);
TB_MCTS.TabIndex = 51;
TB_MCTS.TextChanged += ChangeFFFF;
//
// TB_MCTN
//
TB_MCTN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCTN.Location = new System.Drawing.Point(71, 77);
TB_MCTN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCTN.Mask = "0000";
TB_MCTN.Name = "TB_MCTN";
TB_MCTN.Size = new System.Drawing.Size(40, 20);
TB_MCTN.TabIndex = 50;
TB_MCTN.TextChanged += ChangeFFFF;
//
// TB_MCDS
//
TB_MCDS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCDS.Location = new System.Drawing.Point(121, 55);
TB_MCDS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCDS.Mask = "0000";
TB_MCDS.Name = "TB_MCDS";
TB_MCDS.Size = new System.Drawing.Size(40, 20);
TB_MCDS.TabIndex = 49;
TB_MCDS.TextChanged += ChangeFFFF;
//
// TB_MCDN
//
TB_MCDN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCDN.Location = new System.Drawing.Point(71, 55);
TB_MCDN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCDN.Mask = "0000";
TB_MCDN.Name = "TB_MCDN";
TB_MCDN.Size = new System.Drawing.Size(40, 20);
TB_MCDN.TabIndex = 48;
TB_MCDN.TextChanged += ChangeFFFF;
//
// TB_MCSS
//
TB_MCSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCSS.Location = new System.Drawing.Point(121, 33);
TB_MCSS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCSS.Mask = "0000";
TB_MCSS.Name = "TB_MCSS";
TB_MCSS.Size = new System.Drawing.Size(40, 20);
TB_MCSS.TabIndex = 47;
TB_MCSS.TextChanged += ChangeFFFF;
//
// TB_MCSN
//
TB_MCSN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_MCSN.Location = new System.Drawing.Point(71, 33);
TB_MCSN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_MCSN.Mask = "0000";
TB_MCSN.Name = "TB_MCSN";
TB_MCSN.Size = new System.Drawing.Size(40, 20);
TB_MCSN.TabIndex = 46;
TB_MCSN.TextChanged += ChangeFFFF;
//
// L_SuperC
//
L_SuperC.AutoSize = true;
L_SuperC.Location = new System.Drawing.Point(121, 18);
L_SuperC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SuperC.Name = "L_SuperC";
L_SuperC.Size = new System.Drawing.Size(37, 15);
L_SuperC.TabIndex = 45;
L_SuperC.Text = "Super";
//
// L_NormalC
//
L_NormalC.AutoSize = true;
L_NormalC.Location = new System.Drawing.Point(68, 18);
L_NormalC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_NormalC.Name = "L_NormalC";
L_NormalC.Size = new System.Drawing.Size(47, 15);
L_NormalC.TabIndex = 44;
L_NormalC.Text = "Normal";
//
// L_MultiC
//
L_MultiC.AutoSize = true;
L_MultiC.Location = new System.Drawing.Point(9, 123);
L_MultiC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_MultiC.Name = "L_MultiC";
L_MultiC.Size = new System.Drawing.Size(38, 15);
L_MultiC.TabIndex = 43;
L_MultiC.Text = "Multi:";
//
// L_RotationC
//
L_RotationC.AutoSize = true;
L_RotationC.Location = new System.Drawing.Point(9, 103);
L_RotationC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_RotationC.Name = "L_RotationC";
L_RotationC.Size = new System.Drawing.Size(55, 15);
L_RotationC.TabIndex = 42;
L_RotationC.Text = "Rotation:";
//
// L_TriplesC
//
L_TriplesC.AutoSize = true;
L_TriplesC.Location = new System.Drawing.Point(9, 81);
L_TriplesC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_TriplesC.Name = "L_TriplesC";
L_TriplesC.Size = new System.Drawing.Size(43, 15);
L_TriplesC.TabIndex = 41;
L_TriplesC.Text = "Triples:";
//
// L_DoublesC
//
L_DoublesC.AutoSize = true;
L_DoublesC.Location = new System.Drawing.Point(9, 59);
L_DoublesC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_DoublesC.Name = "L_DoublesC";
L_DoublesC.Size = new System.Drawing.Size(53, 15);
L_DoublesC.TabIndex = 40;
L_DoublesC.Text = "Doubles:";
//
// L_SinglesC
//
L_SinglesC.AutoSize = true;
L_SinglesC.Location = new System.Drawing.Point(9, 37);
L_SinglesC.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_SinglesC.Name = "L_SinglesC";
L_SinglesC.Size = new System.Drawing.Size(47, 15);
L_SinglesC.TabIndex = 39;
L_SinglesC.Text = "Singles:";
//
// B_GiveAccessories
//
B_GiveAccessories.Location = new System.Drawing.Point(338, 140);
B_GiveAccessories.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_GiveAccessories.Name = "B_GiveAccessories";
B_GiveAccessories.Size = new System.Drawing.Size(112, 68);
B_GiveAccessories.TabIndex = 67;
B_GiveAccessories.Text = "Give All Accessories";
B_GiveAccessories.UseVisualStyleBackColor = true;
B_GiveAccessories.Click += GiveAllAccessories;
//
// CB_Vivillon
//
CB_Vivillon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Vivillon.FormattingEnabled = true;
CB_Vivillon.Location = new System.Drawing.Point(335, 84);
CB_Vivillon.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Vivillon.Name = "CB_Vivillon";
CB_Vivillon.Size = new System.Drawing.Size(108, 23);
CB_Vivillon.TabIndex = 29;
//
// L_Vivillon
//
L_Vivillon.AutoSize = true;
L_Vivillon.Location = new System.Drawing.Point(279, 88);
L_Vivillon.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Vivillon.Name = "L_Vivillon";
L_Vivillon.Size = new System.Drawing.Size(49, 15);
L_Vivillon.TabIndex = 28;
L_Vivillon.Text = "Vivillon:";
L_Vivillon.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_MultiplayerSprite
//
L_MultiplayerSprite.AutoSize = true;
L_MultiplayerSprite.Enabled = false;
L_MultiplayerSprite.Location = new System.Drawing.Point(103, 54);
L_MultiplayerSprite.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_MultiplayerSprite.Name = "L_MultiplayerSprite";
L_MultiplayerSprite.Size = new System.Drawing.Size(103, 15);
L_MultiplayerSprite.TabIndex = 27;
L_MultiplayerSprite.Text = "Multiplayer Sprite:";
//
// PB_Sprite
//
PB_Sprite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
PB_Sprite.Enabled = false;
PB_Sprite.Location = new System.Drawing.Point(300, 48);
PB_Sprite.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
PB_Sprite.Name = "PB_Sprite";
PB_Sprite.Size = new System.Drawing.Size(49, 48);
PB_Sprite.TabIndex = 26;
PB_Sprite.TabStop = false;
//
// CB_MultiplayerSprite
//
CB_MultiplayerSprite.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_MultiplayerSprite.Enabled = false;
CB_MultiplayerSprite.FormattingEnabled = true;
CB_MultiplayerSprite.Location = new System.Drawing.Point(104, 73);
CB_MultiplayerSprite.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_MultiplayerSprite.Name = "CB_MultiplayerSprite";
CB_MultiplayerSprite.Size = new System.Drawing.Size(172, 23);
CB_MultiplayerSprite.TabIndex = 25;
CB_MultiplayerSprite.SelectedIndexChanged += CB_Multi_SelectedIndexChanged;
//
// TC_Editor
//
TC_Editor.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TC_Editor.Controls.Add(Tab_Overview);
TC_Editor.Controls.Add(Tab_BadgeMap);
TC_Editor.Controls.Add(Tab_Multiplayer);
TC_Editor.Controls.Add(Tab_Maison);
TC_Editor.Controls.Add(Tab_Appearance);
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, 322);
TC_Editor.TabIndex = 54;
//
// Tab_Overview
//
Tab_Overview.Controls.Add(GB_Stats);
Tab_Overview.Controls.Add(GB_Adventure);
Tab_Overview.Controls.Add(CB_Vivillon);
Tab_Overview.Controls.Add(L_Vivillon);
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(L_TID);
Tab_Overview.Controls.Add(MT_Money);
Tab_Overview.Controls.Add(L_SID);
Tab_Overview.Controls.Add(L_Money);
Tab_Overview.Controls.Add(L_Language);
Tab_Overview.Controls.Add(MT_TID);
Tab_Overview.Controls.Add(MT_SID);
Tab_Overview.Controls.Add(L_3DSReg);
Tab_Overview.Controls.Add(CB_Language);
Tab_Overview.Controls.Add(L_Region);
Tab_Overview.Controls.Add(CB_3DSReg);
Tab_Overview.Controls.Add(B_MaxCash);
Tab_Overview.Controls.Add(L_Country);
Tab_Overview.Controls.Add(CB_Country);
Tab_Overview.Controls.Add(CB_Region);
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, 294);
Tab_Overview.TabIndex = 0;
Tab_Overview.Text = "Overview";
Tab_Overview.UseVisualStyleBackColor = true;
//
// GB_Stats
//
GB_Stats.Controls.Add(TrainerStats);
GB_Stats.Controls.Add(TB_BP);
GB_Stats.Controls.Add(TB_PM);
GB_Stats.Controls.Add(L_PM);
GB_Stats.Controls.Add(TB_Style);
GB_Stats.Controls.Add(L_BP);
GB_Stats.Controls.Add(L_Style);
GB_Stats.Location = new System.Drawing.Point(244, 114);
GB_Stats.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Stats.Name = "GB_Stats";
GB_Stats.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
GB_Stats.Size = new System.Drawing.Size(200, 174);
GB_Stats.TabIndex = 55;
GB_Stats.TabStop = false;
GB_Stats.Text = "Stats";
//
// TrainerStats
//
TrainerStats.Location = new System.Drawing.Point(27, 93);
TrainerStats.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TrainerStats.Name = "TrainerStats";
TrainerStats.Size = new System.Drawing.Size(170, 83);
TrainerStats.TabIndex = 9;
//
// GB_Adventure
//
GB_Adventure.Controls.Add(L_Fame);
GB_Adventure.Controls.Add(CAL_HoFDate);
GB_Adventure.Controls.Add(CAL_HoFTime);
GB_Adventure.Controls.Add(L_Started);
GB_Adventure.Controls.Add(CAL_AdventureStartDate);
GB_Adventure.Controls.Add(CAL_LastSavedDate);
GB_Adventure.Controls.Add(L_LastSaved);
GB_Adventure.Controls.Add(MT_Seconds);
GB_Adventure.Controls.Add(MT_Hours);
GB_Adventure.Controls.Add(L_Seconds);
GB_Adventure.Controls.Add(L_Hours);
GB_Adventure.Controls.Add(MT_Minutes);
GB_Adventure.Controls.Add(L_Minutes);
GB_Adventure.Controls.Add(CAL_AdventureStartTime);
GB_Adventure.Controls.Add(CAL_LastSavedTime);
GB_Adventure.Location = new System.Drawing.Point(4, 114);
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";
//
// L_Fame
//
L_Fame.Location = new System.Drawing.Point(4, 83);
L_Fame.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Fame.Name = "L_Fame";
L_Fame.Size = new System.Drawing.Size(93, 23);
L_Fame.TabIndex = 40;
L_Fame.Text = "HoF Entered:";
L_Fame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_HoFDate
//
CAL_HoFDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_HoFDate.Location = new System.Drawing.Point(104, 83);
CAL_HoFDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_HoFDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
CAL_HoFDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_HoFDate.Name = "CAL_HoFDate";
CAL_HoFDate.Size = new System.Drawing.Size(115, 23);
CAL_HoFDate.TabIndex = 39;
CAL_HoFDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_HoFTime
//
CAL_HoFTime.CustomFormat = "HH:mm:ss";
CAL_HoFTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
CAL_HoFTime.Location = new System.Drawing.Point(134, 105);
CAL_HoFTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_HoFTime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
CAL_HoFTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_HoFTime.Name = "CAL_HoFTime";
CAL_HoFTime.ShowUpDown = true;
CAL_HoFTime.Size = new System.Drawing.Size(84, 23);
CAL_HoFTime.TabIndex = 38;
CAL_HoFTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// L_Started
//
L_Started.Location = new System.Drawing.Point(4, 40);
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 = 36;
L_Started.Text = "Game Started:";
L_Started.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_AdventureStartDate
//
CAL_AdventureStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_AdventureStartDate.Location = new System.Drawing.Point(104, 40);
CAL_AdventureStartDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_AdventureStartDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
CAL_AdventureStartDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_AdventureStartDate.Name = "CAL_AdventureStartDate";
CAL_AdventureStartDate.Size = new System.Drawing.Size(115, 23);
CAL_AdventureStartDate.TabIndex = 35;
CAL_AdventureStartDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_AdventureStartTime
//
CAL_AdventureStartTime.CustomFormat = "HH:mm:ss";
CAL_AdventureStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
CAL_AdventureStartTime.Location = new System.Drawing.Point(134, 62);
CAL_AdventureStartTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_AdventureStartTime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
CAL_AdventureStartTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_AdventureStartTime.Name = "CAL_AdventureStartTime";
CAL_AdventureStartTime.ShowUpDown = true;
CAL_AdventureStartTime.Size = new System.Drawing.Size(84, 23);
CAL_AdventureStartTime.TabIndex = 34;
CAL_AdventureStartTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_LastSavedTime
//
CAL_LastSavedTime.CustomFormat = "HH:mm:ss";
CAL_LastSavedTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
CAL_LastSavedTime.Location = new System.Drawing.Point(134, 149);
CAL_LastSavedTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CAL_LastSavedTime.MaxDate = new System.DateTime(2050, 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 = 37;
CAL_LastSavedTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// Tab_BadgeMap
//
Tab_BadgeMap.Controls.Add(GB_Map);
Tab_BadgeMap.Controls.Add(CHK_Badge7);
Tab_BadgeMap.Controls.Add(CHK_Badge5);
Tab_BadgeMap.Controls.Add(CHK_Badge4);
Tab_BadgeMap.Controls.Add(CHK_Badge8);
Tab_BadgeMap.Controls.Add(CHK_Badge3);
Tab_BadgeMap.Controls.Add(CHK_Badge1);
Tab_BadgeMap.Controls.Add(CHK_Badge6);
Tab_BadgeMap.Controls.Add(CHK_Badge2);
Tab_BadgeMap.Location = new System.Drawing.Point(4, 24);
Tab_BadgeMap.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_BadgeMap.Name = "Tab_BadgeMap";
Tab_BadgeMap.Size = new System.Drawing.Size(452, 294);
Tab_BadgeMap.TabIndex = 3;
Tab_BadgeMap.Text = "Badges/Map";
Tab_BadgeMap.UseVisualStyleBackColor = true;
//
// GB_Map
//
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, 180);
GB_Map.TabIndex = 52;
GB_Map.TabStop = false;
GB_Map.Text = "Map Position";
//
// NUD_R
//
NUD_R.Location = new System.Drawing.Point(108, 138);
NUD_R.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
NUD_R.Maximum = new decimal(new int[] { 7, 0, 0, 0 });
NUD_R.Name = "NUD_R";
NUD_R.Size = new System.Drawing.Size(58, 23);
NUD_R.TabIndex = 55;
NUD_R.ValueChanged += ChangeMapValue;
//
// L_R
//
L_R.Location = new System.Drawing.Point(7, 138);
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 = 54;
L_R.Text = "Rotation:";
L_R.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Z
//
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[] { 65535, 0, 0, 0 });
NUD_Z.Minimum = new decimal(new int[] { 65535, 0, 0, int.MinValue });
NUD_Z.Name = "NUD_Z";
NUD_Z.Size = new System.Drawing.Size(112, 23);
NUD_Z.TabIndex = 53;
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[] { 1000, 0, 0, 0 });
NUD_M.Name = "NUD_M";
NUD_M.Size = new System.Drawing.Size(58, 23);
NUD_M.TabIndex = 52;
NUD_M.ValueChanged += ChangeMapValue;
//
// NUD_Y
//
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[] { 65535, 0, 0, 0 });
NUD_Y.Name = "NUD_Y";
NUD_Y.Size = new System.Drawing.Size(112, 23);
NUD_Y.TabIndex = 51;
NUD_Y.ValueChanged += ChangeMapValue;
//
// NUD_X
//
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[] { 65535, 0, 0, 0 });
NUD_X.Name = "NUD_X";
NUD_X.Size = new System.Drawing.Size(112, 23);
NUD_X.TabIndex = 50;
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;
//
// CHK_Badge6
//
CHK_Badge6.AutoSize = true;
CHK_Badge6.Location = new System.Drawing.Point(351, 50);
CHK_Badge6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_Badge6.Name = "CHK_Badge6";
CHK_Badge6.Size = new System.Drawing.Size(32, 19);
CHK_Badge6.TabIndex = 15;
CHK_Badge6.Text = "6";
CHK_Badge6.UseVisualStyleBackColor = true;
//
// Tab_Multiplayer
//
Tab_Multiplayer.Controls.Add(CHK_MegaRayquazaUnlocked);
Tab_Multiplayer.Controls.Add(CHK_MegaUnlocked);
Tab_Multiplayer.Controls.Add(L_MultiplayerSprite);
Tab_Multiplayer.Controls.Add(GB_Sayings);
Tab_Multiplayer.Controls.Add(PB_Sprite);
Tab_Multiplayer.Controls.Add(CB_MultiplayerSprite);
Tab_Multiplayer.Location = new System.Drawing.Point(4, 24);
Tab_Multiplayer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Multiplayer.Name = "Tab_Multiplayer";
Tab_Multiplayer.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Multiplayer.Size = new System.Drawing.Size(452, 294);
Tab_Multiplayer.TabIndex = 1;
Tab_Multiplayer.Text = "Multiplayer";
Tab_Multiplayer.UseVisualStyleBackColor = true;
//
// CHK_MegaRayquazaUnlocked
//
CHK_MegaRayquazaUnlocked.AutoSize = true;
CHK_MegaRayquazaUnlocked.Location = new System.Drawing.Point(144, 265);
CHK_MegaRayquazaUnlocked.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_MegaRayquazaUnlocked.Name = "CHK_MegaRayquazaUnlocked";
CHK_MegaRayquazaUnlocked.Size = new System.Drawing.Size(162, 19);
CHK_MegaRayquazaUnlocked.TabIndex = 77;
CHK_MegaRayquazaUnlocked.Text = "Mega Rayquaza Unlocked";
CHK_MegaRayquazaUnlocked.UseVisualStyleBackColor = true;
//
// CHK_MegaUnlocked
//
CHK_MegaUnlocked.AutoSize = true;
CHK_MegaUnlocked.Location = new System.Drawing.Point(144, 247);
CHK_MegaUnlocked.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CHK_MegaUnlocked.Name = "CHK_MegaUnlocked";
CHK_MegaUnlocked.Size = new System.Drawing.Size(162, 19);
CHK_MegaUnlocked.TabIndex = 76;
CHK_MegaUnlocked.Text = "Mega Evolution Unlocked";
CHK_MegaUnlocked.UseVisualStyleBackColor = true;
//
// Tab_Maison
//
Tab_Maison.Controls.Add(GB_MaisonCurrent);
Tab_Maison.Controls.Add(GB_MaisonBest);
Tab_Maison.Location = new System.Drawing.Point(4, 24);
Tab_Maison.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Maison.Name = "Tab_Maison";
Tab_Maison.Size = new System.Drawing.Size(452, 294);
Tab_Maison.TabIndex = 2;
Tab_Maison.Text = "Maison";
Tab_Maison.UseVisualStyleBackColor = true;
//
// Tab_Appearance
//
Tab_Appearance.Controls.Add(PG_CurrentAppearance);
Tab_Appearance.Controls.Add(L_TRNick);
Tab_Appearance.Controls.Add(TB_TRNick);
Tab_Appearance.Controls.Add(B_GiveAccessories);
Tab_Appearance.Location = new System.Drawing.Point(4, 24);
Tab_Appearance.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Appearance.Name = "Tab_Appearance";
Tab_Appearance.Size = new System.Drawing.Size(452, 294);
Tab_Appearance.TabIndex = 4;
Tab_Appearance.Text = "Appearance";
Tab_Appearance.UseVisualStyleBackColor = true;
//
// PG_CurrentAppearance
//
PG_CurrentAppearance.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
PG_CurrentAppearance.HelpVisible = false;
PG_CurrentAppearance.Location = new System.Drawing.Point(4, 3);
PG_CurrentAppearance.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
PG_CurrentAppearance.Name = "PG_CurrentAppearance";
PG_CurrentAppearance.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
PG_CurrentAppearance.Size = new System.Drawing.Size(328, 285);
PG_CurrentAppearance.TabIndex = 75;
PG_CurrentAppearance.ToolbarVisible = false;
//
// L_TRNick
//
L_TRNick.Location = new System.Drawing.Point(298, 59);
L_TRNick.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_TRNick.Name = "L_TRNick";
L_TRNick.Size = new System.Drawing.Size(149, 47);
L_TRNick.TabIndex = 74;
L_TRNick.Text = "Trainer Nickname:";
L_TRNick.TextAlign = System.Drawing.ContentAlignment.BottomRight;
//
// TB_TRNick
//
TB_TRNick.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
TB_TRNick.Location = new System.Drawing.Point(338, 110);
TB_TRNick.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
TB_TRNick.MaxLength = 12;
TB_TRNick.Name = "TB_TRNick";
TB_TRNick.Size = new System.Drawing.Size(108, 20);
TB_TRNick.TabIndex = 73;
TB_TRNick.Text = "WWWWWWWWWWWW";
TB_TRNick.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// SAV_Trainer
//
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
ClientSize = new System.Drawing.Size(483, 376);
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_Trainer";
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Text = "Trainer Data Editor";
GB_Sayings.ResumeLayout(false);
GB_Sayings.PerformLayout();
GB_MaisonBest.ResumeLayout(false);
GB_MaisonBest.PerformLayout();
GB_MaisonCurrent.ResumeLayout(false);
GB_MaisonCurrent.PerformLayout();
((System.ComponentModel.ISupportInitialize)PB_Sprite).EndInit();
TC_Editor.ResumeLayout(false);
Tab_Overview.ResumeLayout(false);
Tab_Overview.PerformLayout();
GB_Stats.ResumeLayout(false);
GB_Stats.PerformLayout();
GB_Adventure.ResumeLayout(false);
GB_Adventure.PerformLayout();
Tab_BadgeMap.ResumeLayout(false);
Tab_BadgeMap.PerformLayout();
GB_Map.ResumeLayout(false);
((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_Multiplayer.ResumeLayout(false);
Tab_Multiplayer.PerformLayout();
Tab_Maison.ResumeLayout(false);
Tab_Appearance.ResumeLayout(false);
Tab_Appearance.PerformLayout();
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_TID;
private System.Windows.Forms.Label L_SID;
private System.Windows.Forms.MaskedTextBox MT_TID;
private System.Windows.Forms.MaskedTextBox MT_SID;
private System.Windows.Forms.CheckBox CHK_Badge1;
private System.Windows.Forms.CheckBox CHK_Badge2;
private System.Windows.Forms.CheckBox CHK_Badge3;
private System.Windows.Forms.CheckBox CHK_Badge4;
private System.Windows.Forms.CheckBox CHK_Badge5;
private System.Windows.Forms.CheckBox CHK_Badge7;
private System.Windows.Forms.CheckBox CHK_Badge8;
private System.Windows.Forms.GroupBox GB_Sayings;
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.ComboBox CB_3DSReg;
private System.Windows.Forms.Label L_3DSReg;
private System.Windows.Forms.Button B_MaxCash;
private System.Windows.Forms.ComboBox CB_Region;
private System.Windows.Forms.ComboBox CB_Country;
private System.Windows.Forms.Label L_Region;
private System.Windows.Forms.Label L_Country;
private System.Windows.Forms.GroupBox GB_MaisonBest;
private System.Windows.Forms.Label L_SuperB;
private System.Windows.Forms.Label L_NormalB;
private System.Windows.Forms.Label L_MultiB;
private System.Windows.Forms.Label L_RotationB;
private System.Windows.Forms.Label L_TriplesB;
private System.Windows.Forms.Label L_DoublesB;
private System.Windows.Forms.Label L_SinglesB;
private System.Windows.Forms.GroupBox GB_MaisonCurrent;
private System.Windows.Forms.Label L_SuperC;
private System.Windows.Forms.Label L_NormalC;
private System.Windows.Forms.Label L_MultiC;
private System.Windows.Forms.Label L_RotationC;
private System.Windows.Forms.Label L_TriplesC;
private System.Windows.Forms.Label L_DoublesC;
private System.Windows.Forms.Label L_SinglesC;
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.MaskedTextBox TB_BP;
private System.Windows.Forms.MaskedTextBox TB_PM;
private System.Windows.Forms.Label L_BP;
private System.Windows.Forms.Label L_PM;
private System.Windows.Forms.MaskedTextBox TB_Style;
private System.Windows.Forms.Label L_Style;
private System.Windows.Forms.MaskedTextBox TB_MBMS;
private System.Windows.Forms.MaskedTextBox TB_MBMN;
private System.Windows.Forms.MaskedTextBox TB_MBRS;
private System.Windows.Forms.MaskedTextBox TB_MBRN;
private System.Windows.Forms.MaskedTextBox TB_MBTS;
private System.Windows.Forms.MaskedTextBox TB_MBTN;
private System.Windows.Forms.MaskedTextBox TB_MBDS;
private System.Windows.Forms.MaskedTextBox TB_MBDN;
private System.Windows.Forms.MaskedTextBox TB_MBSS;
private System.Windows.Forms.MaskedTextBox TB_MBSN;
private System.Windows.Forms.MaskedTextBox TB_MCMS;
private System.Windows.Forms.MaskedTextBox TB_MCMN;
private System.Windows.Forms.MaskedTextBox TB_MCRS;
private System.Windows.Forms.MaskedTextBox TB_MCRN;
private System.Windows.Forms.MaskedTextBox TB_MCTS;
private System.Windows.Forms.MaskedTextBox TB_MCTN;
private System.Windows.Forms.MaskedTextBox TB_MCDS;
private System.Windows.Forms.MaskedTextBox TB_MCDN;
private System.Windows.Forms.MaskedTextBox TB_MCSS;
private System.Windows.Forms.MaskedTextBox TB_MCSN;
private System.Windows.Forms.Label L_MultiplayerSprite;
private System.Windows.Forms.PictureBox PB_Sprite;
private System.Windows.Forms.ComboBox CB_MultiplayerSprite;
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.Button B_GiveAccessories;
private System.Windows.Forms.ComboBox CB_Vivillon;
private System.Windows.Forms.Label L_Vivillon;
private System.Windows.Forms.Label L_LastSaved;
private System.Windows.Forms.DateTimePicker CAL_LastSavedDate;
private System.Windows.Forms.TabControl TC_Editor;
private System.Windows.Forms.TabPage Tab_Overview;
private System.Windows.Forms.TabPage Tab_BadgeMap;
private System.Windows.Forms.TabPage Tab_Multiplayer;
private System.Windows.Forms.TabPage Tab_Maison;
private System.Windows.Forms.TabPage Tab_Appearance;
private System.Windows.Forms.CheckBox CHK_Badge6;
private System.Windows.Forms.Label L_X;
private System.Windows.Forms.Label L_Z;
private System.Windows.Forms.Label L_CurrentMap;
private System.Windows.Forms.Label L_Y;
private System.Windows.Forms.NumericUpDown NUD_X;
private System.Windows.Forms.NumericUpDown NUD_Y;
private System.Windows.Forms.NumericUpDown NUD_M;
private System.Windows.Forms.NumericUpDown NUD_Z;
private System.Windows.Forms.GroupBox GB_Map;
private System.Windows.Forms.GroupBox GB_Adventure;
private System.Windows.Forms.GroupBox GB_Stats;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartDate;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartTime;
private System.Windows.Forms.Label L_Started;
private System.Windows.Forms.DateTimePicker CAL_LastSavedTime;
private System.Windows.Forms.Label L_Fame;
private System.Windows.Forms.DateTimePicker CAL_HoFDate;
private System.Windows.Forms.DateTimePicker CAL_HoFTime;
private System.Windows.Forms.Label L_TRNick;
private System.Windows.Forms.TextBox TB_TRNick;
private System.Windows.Forms.CheckBox CHK_MegaUnlocked;
private Controls.TrainerStat TrainerStats;
private System.Windows.Forms.PropertyGrid PG_CurrentAppearance;
private System.Windows.Forms.CheckBox CHK_MegaRayquazaUnlocked;
private System.Windows.Forms.ToolTip Tip1;
private System.Windows.Forms.ToolTip Tip2;
private System.Windows.Forms.NumericUpDown NUD_R;
private System.Windows.Forms.Label L_R;
}
}