PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen4/SAV_BattlePass.Designer.cs
abcboy101 8f9fec0b13
PBR: Add Battle Pass, Gear, Trainer Info editors (#4540)
* Fix PBR checksums

* Fix PBR desyncs between Data/Container

- CurrentSlot.set reloads Data from Container, so copy other.Data to Data after
- When editing the OT name, use Data if the requested slot is the current slot

* Correct PBR party offset/size

* Add GameVersion.BATREV

* Add Gear Editor

* Add Battle Pass/Trainer Info Editor for PBR

* Minor tweaks

* Fix ResetGear/UpdatePresetIndexes
2025-08-10 22:43:03 -05:00

2439 lines
127 KiB
C#

using Microsoft.VisualBasic.Devices;
namespace PKHeX.WinForms
{
partial class SAV_BattlePass
{
/// <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_Save = new System.Windows.Forms.Button();
B_Cancel = new System.Windows.Forms.Button();
LB_Passes = new System.Windows.Forms.ListBox();
L_BattlePasses = new System.Windows.Forms.Label();
f_CREATOR = new System.Windows.Forms.TabPage();
GB_Records = new System.Windows.Forms.GroupBox();
NUD_RecordStargazerColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordStargazerColosseumClears = new System.Windows.Forms.Label();
NUD_RecordCourtyardColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordCourtyardColosseumClears = new System.Windows.Forms.Label();
NUD_RecordSunsetColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordSunsetColosseumClears = new System.Windows.Forms.Label();
NUD_Battles = new System.Windows.Forms.NumericUpDown();
NUD_RecordSunnyParkColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordSunnyParkColosseumClears = new System.Windows.Forms.Label();
NUD_RecordNeonColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordNeonColosseumClears = new System.Windows.Forms.Label();
NUD_RecordMagmaColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordMagmaColosseumClears = new System.Windows.Forms.Label();
NUD_RecordCrystalColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordCrystalColosseumClears = new System.Windows.Forms.Label();
L_Battles = new System.Windows.Forms.Label();
NUD_RecordWaterfallColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordWaterfallColosseumClears = new System.Windows.Forms.Label();
NUD_RecordMainStreetColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordMainStreetColosseumClears = new System.Windows.Forms.Label();
NUD_RecordFreeBattles = new System.Windows.Forms.NumericUpDown();
L_RecordFreeBattles = new System.Windows.Forms.Label();
NUD_RecordGatewayColosseumClears = new System.Windows.Forms.NumericUpDown();
L_RecordGatewayColosseumClears = new System.Windows.Forms.Label();
NUD_RecordWiFiBattles = new System.Windows.Forms.NumericUpDown();
L_RecordWiFiBattles = new System.Windows.Forms.Label();
NUD_RecordColosseumBattles = new System.Windows.Forms.NumericUpDown();
L_RecordColosseumBattles = new System.Windows.Forms.Label();
GB_Creator = new System.Windows.Forms.GroupBox();
MT_PlayerID = new System.Windows.Forms.MaskedTextBox();
L_PlayerID = new System.Windows.Forms.Label();
TB_RegionCode = new System.Windows.Forms.TextBox();
L_RegionCode = new System.Windows.Forms.Label();
L_Language = new System.Windows.Forms.Label();
L_SelfIntroduction = new System.Windows.Forms.Label();
CB_Language = new System.Windows.Forms.ComboBox();
TB_SelfIntroduction = new System.Windows.Forms.TextBox();
TB_BirthDay = new System.Windows.Forms.TextBox();
TB_BirthMonth = new System.Windows.Forms.TextBox();
L_Country = new System.Windows.Forms.Label();
CB_Country = new System.Windows.Forms.ComboBox();
L_Region = new System.Windows.Forms.Label();
CB_Region = new System.Windows.Forms.ComboBox();
L_CreatorName = new System.Windows.Forms.Label();
TB_CreatorName = new System.Windows.Forms.TextBox();
L_BirthDay = new System.Windows.Forms.Label();
L_BirthMonth = new System.Windows.Forms.Label();
f_MAIN = new System.Windows.Forms.TabPage();
CHK_Friend = new System.Windows.Forms.CheckBox();
CHK_Rental = new System.Windows.Forms.CheckBox();
CHK_Issued = new System.Windows.Forms.CheckBox();
CHK_Available = new System.Windows.Forms.CheckBox();
L_PassDesign = new System.Windows.Forms.Label();
CB_PassDesign = new System.Windows.Forms.ComboBox();
L_PictureType = new System.Windows.Forms.Label();
CB_PictureType = new System.Windows.Forms.ComboBox();
GB_Appearance = new System.Windows.Forms.GroupBox();
L_Bottom = new System.Windows.Forms.Label();
L_Top = new System.Windows.Forms.Label();
CB_SkinColor = new System.Windows.Forms.ComboBox();
CB_Model = new System.Windows.Forms.ComboBox();
L_Bag = new System.Windows.Forms.Label();
CB_Bag = new System.Windows.Forms.ComboBox();
L_Badge = new System.Windows.Forms.Label();
CB_Badge = new System.Windows.Forms.ComboBox();
L_Shoes = new System.Windows.Forms.Label();
CB_Shoes = new System.Windows.Forms.ComboBox();
L_Model = new System.Windows.Forms.Label();
CB_Bottom = new System.Windows.Forms.ComboBox();
L_Hands = new System.Windows.Forms.Label();
CB_Hands = new System.Windows.Forms.ComboBox();
L_SkinColor = new System.Windows.Forms.Label();
CB_Top = new System.Windows.Forms.ComboBox();
L_Glasses = new System.Windows.Forms.Label();
CB_Glasses = new System.Windows.Forms.ComboBox();
L_Face = new System.Windows.Forms.Label();
CB_Face = new System.Windows.Forms.ComboBox();
L_Hair = new System.Windows.Forms.Label();
CB_Hair = new System.Windows.Forms.ComboBox();
L_Head = new System.Windows.Forms.Label();
CB_Head = new System.Windows.Forms.ComboBox();
GB_Trainer = new System.Windows.Forms.GroupBox();
L_Name = new System.Windows.Forms.Label();
TB_Name = new System.Windows.Forms.TextBox();
MT_SID = new System.Windows.Forms.MaskedTextBox();
L_SID = new System.Windows.Forms.Label();
MT_TID = new System.Windows.Forms.MaskedTextBox();
L_TID = new System.Windows.Forms.Label();
CB_TrainerTitle = new System.Windows.Forms.ComboBox();
L_TrainerTitle = new System.Windows.Forms.Label();
Tab_Base = new System.Windows.Forms.TabControl();
f_PKM = new System.Windows.Forms.TabPage();
GB_PKM6 = new System.Windows.Forms.GroupBox();
L_PKM6Flags = new System.Windows.Forms.Label();
NUD_PKM6Flags = new System.Windows.Forms.NumericUpDown();
L_PKM6Slot = new System.Windows.Forms.Label();
NUD_PKM6Slot = new System.Windows.Forms.NumericUpDown();
L_PKM6Box = new System.Windows.Forms.Label();
NUD_PKM6Box = new System.Windows.Forms.NumericUpDown();
GB_PKM5 = new System.Windows.Forms.GroupBox();
L_PKM5Flags = new System.Windows.Forms.Label();
NUD_PKM5Flags = new System.Windows.Forms.NumericUpDown();
L_PKM5Slot = new System.Windows.Forms.Label();
NUD_PKM5Slot = new System.Windows.Forms.NumericUpDown();
L_PKM5Box = new System.Windows.Forms.Label();
NUD_PKM5Box = new System.Windows.Forms.NumericUpDown();
GB_PKM4 = new System.Windows.Forms.GroupBox();
L_PKM4Flags = new System.Windows.Forms.Label();
NUD_PKM4Flags = new System.Windows.Forms.NumericUpDown();
L_PKM4Slot = new System.Windows.Forms.Label();
NUD_PKM4Slot = new System.Windows.Forms.NumericUpDown();
L_PKM4Box = new System.Windows.Forms.Label();
NUD_PKM4Box = new System.Windows.Forms.NumericUpDown();
GB_PKM3 = new System.Windows.Forms.GroupBox();
L_PKM3Flags = new System.Windows.Forms.Label();
NUD_PKM3Flags = new System.Windows.Forms.NumericUpDown();
L_PKM3Slot = new System.Windows.Forms.Label();
NUD_PKM3Slot = new System.Windows.Forms.NumericUpDown();
L_PKM3Box = new System.Windows.Forms.Label();
NUD_PKM3Box = new System.Windows.Forms.NumericUpDown();
GB_PKM2 = new System.Windows.Forms.GroupBox();
L_PKM2Flags = new System.Windows.Forms.Label();
NUD_PKM2Flags = new System.Windows.Forms.NumericUpDown();
L_PKM2Slot = new System.Windows.Forms.Label();
NUD_PKM2Slot = new System.Windows.Forms.NumericUpDown();
L_PKM2Box = new System.Windows.Forms.Label();
NUD_PKM2Box = new System.Windows.Forms.NumericUpDown();
GB_PKM1 = new System.Windows.Forms.GroupBox();
L_PKM1Flags = new System.Windows.Forms.Label();
NUD_PKM1Flags = new System.Windows.Forms.NumericUpDown();
L_PKM1Slot = new System.Windows.Forms.Label();
NUD_PKM1Slot = new System.Windows.Forms.NumericUpDown();
L_PKM1Box = new System.Windows.Forms.Label();
NUD_PKM1Box = new System.Windows.Forms.NumericUpDown();
Box = new PKHeX.WinForms.Controls.PokeGrid();
f_CATCHPHRASES = new System.Windows.Forms.TabPage();
NUD_PresetLoseIndex = new System.Windows.Forms.NumericUpDown();
NUD_PresetWinIndex = new System.Windows.Forms.NumericUpDown();
NUD_PresetShift2Index = new System.Windows.Forms.NumericUpDown();
NUD_PresetShift1Index = new System.Windows.Forms.NumericUpDown();
NUD_PresetSentOutIndex = new System.Windows.Forms.NumericUpDown();
NUD_PresetGreetingIndex = new System.Windows.Forms.NumericUpDown();
CHK_PresetLose = new System.Windows.Forms.CheckBox();
L_Lose = new System.Windows.Forms.Label();
CHK_PresetWin = new System.Windows.Forms.CheckBox();
L_Win = new System.Windows.Forms.Label();
CHK_PresetShift2 = new System.Windows.Forms.CheckBox();
L_Shift2 = new System.Windows.Forms.Label();
CHK_PresetShift1 = new System.Windows.Forms.CheckBox();
L_Shift1 = new System.Windows.Forms.Label();
CHK_PresetSentOut = new System.Windows.Forms.CheckBox();
L_SentOut = new System.Windows.Forms.Label();
L_Greeting = new System.Windows.Forms.Label();
CHK_PresetGreeting = new System.Windows.Forms.CheckBox();
TB_Lose = new System.Windows.Forms.TextBox();
TB_Win = new System.Windows.Forms.TextBox();
TB_Shift2 = new System.Windows.Forms.TextBox();
TB_Shift1 = new System.Windows.Forms.TextBox();
TB_SentOut = new System.Windows.Forms.TextBox();
TB_Greeting = new System.Windows.Forms.TextBox();
B_FDelete = new System.Windows.Forms.Button();
B_Export = new System.Windows.Forms.Button();
B_Import = new System.Windows.Forms.Button();
B_Down = new System.Windows.Forms.Button();
B_Up = new System.Windows.Forms.Button();
B_UnlockRental = new System.Windows.Forms.Button();
B_UnlockCustom = new System.Windows.Forms.Button();
mnu = new System.Windows.Forms.ContextMenuStrip(components);
mnuView = new System.Windows.Forms.ToolStripMenuItem();
mnuSet = new System.Windows.Forms.ToolStripMenuItem();
mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
f_CREATOR.SuspendLayout();
GB_Records.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_RecordStargazerColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordCourtyardColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordSunsetColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_Battles).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordSunnyParkColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordNeonColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordMagmaColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordCrystalColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordWaterfallColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordMainStreetColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordFreeBattles).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordGatewayColosseumClears).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordWiFiBattles).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordColosseumBattles).BeginInit();
GB_Creator.SuspendLayout();
f_MAIN.SuspendLayout();
GB_Appearance.SuspendLayout();
GB_Trainer.SuspendLayout();
Tab_Base.SuspendLayout();
f_PKM.SuspendLayout();
GB_PKM6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM6Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM6Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM6Box).BeginInit();
GB_PKM5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM5Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM5Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM5Box).BeginInit();
GB_PKM4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM4Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM4Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM4Box).BeginInit();
GB_PKM3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM3Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM3Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM3Box).BeginInit();
GB_PKM2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM2Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM2Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM2Box).BeginInit();
GB_PKM1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PKM1Flags).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM1Slot).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM1Box).BeginInit();
f_CATCHPHRASES.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_PresetLoseIndex).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetWinIndex).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetShift2Index).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetShift1Index).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetSentOutIndex).BeginInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetGreetingIndex).BeginInit();
mnu.SuspendLayout();
SuspendLayout();
//
// B_Save
//
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_Save.Location = new System.Drawing.Point(685, 432);
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 = 0;
B_Save.Text = "Save";
B_Save.UseVisualStyleBackColor = true;
B_Save.Click += B_Save_Click;
//
// B_Cancel
//
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
B_Cancel.Location = new System.Drawing.Point(595, 432);
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Cancel.Name = "B_Cancel";
B_Cancel.Size = new System.Drawing.Size(83, 27);
B_Cancel.TabIndex = 1;
B_Cancel.Text = "Cancel";
B_Cancel.UseVisualStyleBackColor = true;
B_Cancel.Click += B_Cancel_Click;
//
// LB_Passes
//
LB_Passes.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
LB_Passes.FormattingEnabled = true;
LB_Passes.Location = new System.Drawing.Point(16, 30);
LB_Passes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
LB_Passes.Name = "LB_Passes";
LB_Passes.Size = new System.Drawing.Size(180, 394);
LB_Passes.TabIndex = 3;
LB_Passes.SelectedIndexChanged += ChangeIndexPass;
//
// L_BattlePasses
//
L_BattlePasses.AutoSize = true;
L_BattlePasses.Location = new System.Drawing.Point(14, 10);
L_BattlePasses.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_BattlePasses.Name = "L_BattlePasses";
L_BattlePasses.Size = new System.Drawing.Size(77, 15);
L_BattlePasses.TabIndex = 2;
L_BattlePasses.Text = "Battle Passes:";
//
// f_CREATOR
//
f_CREATOR.Controls.Add(GB_Records);
f_CREATOR.Controls.Add(GB_Creator);
f_CREATOR.Location = new System.Drawing.Point(4, 24);
f_CREATOR.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
f_CREATOR.Name = "f_CREATOR";
f_CREATOR.Size = new System.Drawing.Size(520, 387);
f_CREATOR.TabIndex = 3;
f_CREATOR.Text = "Creator";
f_CREATOR.UseVisualStyleBackColor = true;
//
// GB_Records
//
GB_Records.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_Records.Controls.Add(NUD_RecordStargazerColosseumClears);
GB_Records.Controls.Add(L_RecordStargazerColosseumClears);
GB_Records.Controls.Add(NUD_RecordCourtyardColosseumClears);
GB_Records.Controls.Add(L_RecordCourtyardColosseumClears);
GB_Records.Controls.Add(NUD_RecordSunsetColosseumClears);
GB_Records.Controls.Add(L_RecordSunsetColosseumClears);
GB_Records.Controls.Add(NUD_Battles);
GB_Records.Controls.Add(NUD_RecordSunnyParkColosseumClears);
GB_Records.Controls.Add(L_RecordSunnyParkColosseumClears);
GB_Records.Controls.Add(NUD_RecordNeonColosseumClears);
GB_Records.Controls.Add(L_RecordNeonColosseumClears);
GB_Records.Controls.Add(NUD_RecordMagmaColosseumClears);
GB_Records.Controls.Add(L_RecordMagmaColosseumClears);
GB_Records.Controls.Add(NUD_RecordCrystalColosseumClears);
GB_Records.Controls.Add(L_RecordCrystalColosseumClears);
GB_Records.Controls.Add(L_Battles);
GB_Records.Controls.Add(NUD_RecordWaterfallColosseumClears);
GB_Records.Controls.Add(L_RecordWaterfallColosseumClears);
GB_Records.Controls.Add(NUD_RecordMainStreetColosseumClears);
GB_Records.Controls.Add(L_RecordMainStreetColosseumClears);
GB_Records.Controls.Add(NUD_RecordFreeBattles);
GB_Records.Controls.Add(L_RecordFreeBattles);
GB_Records.Controls.Add(NUD_RecordGatewayColosseumClears);
GB_Records.Controls.Add(L_RecordGatewayColosseumClears);
GB_Records.Controls.Add(NUD_RecordWiFiBattles);
GB_Records.Controls.Add(L_RecordWiFiBattles);
GB_Records.Controls.Add(NUD_RecordColosseumBattles);
GB_Records.Controls.Add(L_RecordColosseumBattles);
GB_Records.Location = new System.Drawing.Point(7, 184);
GB_Records.Name = "GB_Records";
GB_Records.Size = new System.Drawing.Size(506, 200);
GB_Records.TabIndex = 1;
GB_Records.TabStop = false;
GB_Records.Text = "Records";
//
// NUD_RecordStargazerColosseumClears
//
NUD_RecordStargazerColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordStargazerColosseumClears.Location = new System.Drawing.Point(413, 165);
NUD_RecordStargazerColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordStargazerColosseumClears.Name = "NUD_RecordStargazerColosseumClears";
NUD_RecordStargazerColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordStargazerColosseumClears.TabIndex = 27;
NUD_RecordStargazerColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordStargazerColosseumClears
//
L_RecordStargazerColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordStargazerColosseumClears.Location = new System.Drawing.Point(257, 165);
L_RecordStargazerColosseumClears.Name = "L_RecordStargazerColosseumClears";
L_RecordStargazerColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordStargazerColosseumClears.TabIndex = 26;
L_RecordStargazerColosseumClears.Text = "Stargazer Colosseum:";
L_RecordStargazerColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordCourtyardColosseumClears
//
NUD_RecordCourtyardColosseumClears.Location = new System.Drawing.Point(166, 165);
NUD_RecordCourtyardColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordCourtyardColosseumClears.Name = "NUD_RecordCourtyardColosseumClears";
NUD_RecordCourtyardColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordCourtyardColosseumClears.TabIndex = 25;
NUD_RecordCourtyardColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordCourtyardColosseumClears
//
L_RecordCourtyardColosseumClears.Location = new System.Drawing.Point(10, 165);
L_RecordCourtyardColosseumClears.Name = "L_RecordCourtyardColosseumClears";
L_RecordCourtyardColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordCourtyardColosseumClears.TabIndex = 24;
L_RecordCourtyardColosseumClears.Text = "Courtyard Colosseum:";
L_RecordCourtyardColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordSunsetColosseumClears
//
NUD_RecordSunsetColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordSunsetColosseumClears.Location = new System.Drawing.Point(413, 141);
NUD_RecordSunsetColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordSunsetColosseumClears.Name = "NUD_RecordSunsetColosseumClears";
NUD_RecordSunsetColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordSunsetColosseumClears.TabIndex = 23;
NUD_RecordSunsetColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordSunsetColosseumClears
//
L_RecordSunsetColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordSunsetColosseumClears.Location = new System.Drawing.Point(257, 141);
L_RecordSunsetColosseumClears.Name = "L_RecordSunsetColosseumClears";
L_RecordSunsetColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordSunsetColosseumClears.TabIndex = 22;
L_RecordSunsetColosseumClears.Text = "Sunset Colosseum:";
L_RecordSunsetColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Battles
//
NUD_Battles.Location = new System.Drawing.Point(166, 21);
NUD_Battles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
NUD_Battles.Minimum = new decimal(new int[] { int.MinValue, 0, 0, int.MinValue });
NUD_Battles.Name = "NUD_Battles";
NUD_Battles.Size = new System.Drawing.Size(85, 23);
NUD_Battles.TabIndex = 1;
NUD_Battles.Value = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
//
// NUD_RecordSunnyParkColosseumClears
//
NUD_RecordSunnyParkColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordSunnyParkColosseumClears.Location = new System.Drawing.Point(413, 117);
NUD_RecordSunnyParkColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordSunnyParkColosseumClears.Name = "NUD_RecordSunnyParkColosseumClears";
NUD_RecordSunnyParkColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordSunnyParkColosseumClears.TabIndex = 19;
NUD_RecordSunnyParkColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordSunnyParkColosseumClears
//
L_RecordSunnyParkColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordSunnyParkColosseumClears.Location = new System.Drawing.Point(257, 117);
L_RecordSunnyParkColosseumClears.Name = "L_RecordSunnyParkColosseumClears";
L_RecordSunnyParkColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordSunnyParkColosseumClears.TabIndex = 18;
L_RecordSunnyParkColosseumClears.Text = "Sunny Park Colosseum:";
L_RecordSunnyParkColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordNeonColosseumClears
//
NUD_RecordNeonColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordNeonColosseumClears.Location = new System.Drawing.Point(413, 93);
NUD_RecordNeonColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordNeonColosseumClears.Name = "NUD_RecordNeonColosseumClears";
NUD_RecordNeonColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordNeonColosseumClears.TabIndex = 15;
NUD_RecordNeonColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordNeonColosseumClears
//
L_RecordNeonColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordNeonColosseumClears.Location = new System.Drawing.Point(257, 93);
L_RecordNeonColosseumClears.Name = "L_RecordNeonColosseumClears";
L_RecordNeonColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordNeonColosseumClears.TabIndex = 14;
L_RecordNeonColosseumClears.Text = "Neon Colosseum:";
L_RecordNeonColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordMagmaColosseumClears
//
NUD_RecordMagmaColosseumClears.Location = new System.Drawing.Point(166, 141);
NUD_RecordMagmaColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordMagmaColosseumClears.Name = "NUD_RecordMagmaColosseumClears";
NUD_RecordMagmaColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordMagmaColosseumClears.TabIndex = 21;
NUD_RecordMagmaColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordMagmaColosseumClears
//
L_RecordMagmaColosseumClears.Location = new System.Drawing.Point(10, 141);
L_RecordMagmaColosseumClears.Name = "L_RecordMagmaColosseumClears";
L_RecordMagmaColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordMagmaColosseumClears.TabIndex = 20;
L_RecordMagmaColosseumClears.Text = "Magma Colosseum:";
L_RecordMagmaColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordCrystalColosseumClears
//
NUD_RecordCrystalColosseumClears.Location = new System.Drawing.Point(166, 117);
NUD_RecordCrystalColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordCrystalColosseumClears.Name = "NUD_RecordCrystalColosseumClears";
NUD_RecordCrystalColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordCrystalColosseumClears.TabIndex = 17;
NUD_RecordCrystalColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordCrystalColosseumClears
//
L_RecordCrystalColosseumClears.Location = new System.Drawing.Point(10, 117);
L_RecordCrystalColosseumClears.Name = "L_RecordCrystalColosseumClears";
L_RecordCrystalColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordCrystalColosseumClears.TabIndex = 16;
L_RecordCrystalColosseumClears.Text = "Crystal Colosseum:";
L_RecordCrystalColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Battles
//
L_Battles.Location = new System.Drawing.Point(10, 21);
L_Battles.Name = "L_Battles";
L_Battles.Size = new System.Drawing.Size(150, 23);
L_Battles.TabIndex = 0;
L_Battles.Text = "Battles:";
L_Battles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordWaterfallColosseumClears
//
NUD_RecordWaterfallColosseumClears.Location = new System.Drawing.Point(166, 93);
NUD_RecordWaterfallColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordWaterfallColosseumClears.Name = "NUD_RecordWaterfallColosseumClears";
NUD_RecordWaterfallColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordWaterfallColosseumClears.TabIndex = 13;
NUD_RecordWaterfallColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordWaterfallColosseumClears
//
L_RecordWaterfallColosseumClears.Location = new System.Drawing.Point(10, 93);
L_RecordWaterfallColosseumClears.Name = "L_RecordWaterfallColosseumClears";
L_RecordWaterfallColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordWaterfallColosseumClears.TabIndex = 12;
L_RecordWaterfallColosseumClears.Text = "Waterfall Colosseum:";
L_RecordWaterfallColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordMainStreetColosseumClears
//
NUD_RecordMainStreetColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordMainStreetColosseumClears.Location = new System.Drawing.Point(413, 69);
NUD_RecordMainStreetColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordMainStreetColosseumClears.Name = "NUD_RecordMainStreetColosseumClears";
NUD_RecordMainStreetColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordMainStreetColosseumClears.TabIndex = 11;
NUD_RecordMainStreetColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordMainStreetColosseumClears
//
L_RecordMainStreetColosseumClears.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordMainStreetColosseumClears.Location = new System.Drawing.Point(257, 69);
L_RecordMainStreetColosseumClears.Name = "L_RecordMainStreetColosseumClears";
L_RecordMainStreetColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordMainStreetColosseumClears.TabIndex = 10;
L_RecordMainStreetColosseumClears.Text = "Main Street Colosseum:";
L_RecordMainStreetColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordFreeBattles
//
NUD_RecordFreeBattles.Location = new System.Drawing.Point(166, 45);
NUD_RecordFreeBattles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
NUD_RecordFreeBattles.Minimum = new decimal(new int[] { int.MinValue, 0, 0, int.MinValue });
NUD_RecordFreeBattles.Name = "NUD_RecordFreeBattles";
NUD_RecordFreeBattles.Size = new System.Drawing.Size(85, 23);
NUD_RecordFreeBattles.TabIndex = 5;
NUD_RecordFreeBattles.Value = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
//
// L_RecordFreeBattles
//
L_RecordFreeBattles.Location = new System.Drawing.Point(10, 45);
L_RecordFreeBattles.Name = "L_RecordFreeBattles";
L_RecordFreeBattles.Size = new System.Drawing.Size(150, 23);
L_RecordFreeBattles.TabIndex = 4;
L_RecordFreeBattles.Text = "Free Battles:";
L_RecordFreeBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordGatewayColosseumClears
//
NUD_RecordGatewayColosseumClears.Location = new System.Drawing.Point(166, 69);
NUD_RecordGatewayColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_RecordGatewayColosseumClears.Name = "NUD_RecordGatewayColosseumClears";
NUD_RecordGatewayColosseumClears.Size = new System.Drawing.Size(85, 23);
NUD_RecordGatewayColosseumClears.TabIndex = 9;
NUD_RecordGatewayColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_RecordGatewayColosseumClears
//
L_RecordGatewayColosseumClears.Location = new System.Drawing.Point(10, 69);
L_RecordGatewayColosseumClears.Name = "L_RecordGatewayColosseumClears";
L_RecordGatewayColosseumClears.Size = new System.Drawing.Size(150, 23);
L_RecordGatewayColosseumClears.TabIndex = 8;
L_RecordGatewayColosseumClears.Text = "Gateway Colosseum:";
L_RecordGatewayColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordWiFiBattles
//
NUD_RecordWiFiBattles.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordWiFiBattles.Location = new System.Drawing.Point(413, 45);
NUD_RecordWiFiBattles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
NUD_RecordWiFiBattles.Minimum = new decimal(new int[] { int.MinValue, 0, 0, int.MinValue });
NUD_RecordWiFiBattles.Name = "NUD_RecordWiFiBattles";
NUD_RecordWiFiBattles.Size = new System.Drawing.Size(85, 23);
NUD_RecordWiFiBattles.TabIndex = 7;
NUD_RecordWiFiBattles.Value = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
//
// L_RecordWiFiBattles
//
L_RecordWiFiBattles.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordWiFiBattles.Location = new System.Drawing.Point(257, 45);
L_RecordWiFiBattles.Name = "L_RecordWiFiBattles";
L_RecordWiFiBattles.Size = new System.Drawing.Size(150, 23);
L_RecordWiFiBattles.TabIndex = 6;
L_RecordWiFiBattles.Text = "Wi-Fi Battles:";
L_RecordWiFiBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_RecordColosseumBattles
//
NUD_RecordColosseumBattles.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
NUD_RecordColosseumBattles.Location = new System.Drawing.Point(413, 21);
NUD_RecordColosseumBattles.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
NUD_RecordColosseumBattles.Minimum = new decimal(new int[] { int.MinValue, 0, 0, int.MinValue });
NUD_RecordColosseumBattles.Name = "NUD_RecordColosseumBattles";
NUD_RecordColosseumBattles.Size = new System.Drawing.Size(85, 23);
NUD_RecordColosseumBattles.TabIndex = 3;
NUD_RecordColosseumBattles.Value = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
//
// L_RecordColosseumBattles
//
L_RecordColosseumBattles.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RecordColosseumBattles.Location = new System.Drawing.Point(257, 21);
L_RecordColosseumBattles.Name = "L_RecordColosseumBattles";
L_RecordColosseumBattles.Size = new System.Drawing.Size(150, 23);
L_RecordColosseumBattles.TabIndex = 2;
L_RecordColosseumBattles.Text = "Colosseum Battles:";
L_RecordColosseumBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_Creator
//
GB_Creator.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_Creator.Controls.Add(MT_PlayerID);
GB_Creator.Controls.Add(L_PlayerID);
GB_Creator.Controls.Add(TB_RegionCode);
GB_Creator.Controls.Add(L_RegionCode);
GB_Creator.Controls.Add(L_Language);
GB_Creator.Controls.Add(L_SelfIntroduction);
GB_Creator.Controls.Add(CB_Language);
GB_Creator.Controls.Add(TB_SelfIntroduction);
GB_Creator.Controls.Add(TB_BirthDay);
GB_Creator.Controls.Add(TB_BirthMonth);
GB_Creator.Controls.Add(L_Country);
GB_Creator.Controls.Add(CB_Country);
GB_Creator.Controls.Add(L_Region);
GB_Creator.Controls.Add(CB_Region);
GB_Creator.Controls.Add(L_CreatorName);
GB_Creator.Controls.Add(TB_CreatorName);
GB_Creator.Controls.Add(L_BirthDay);
GB_Creator.Controls.Add(L_BirthMonth);
GB_Creator.Location = new System.Drawing.Point(7, 4);
GB_Creator.Name = "GB_Creator";
GB_Creator.Size = new System.Drawing.Size(506, 174);
GB_Creator.TabIndex = 0;
GB_Creator.TabStop = false;
GB_Creator.Text = "Creator";
//
// MT_PlayerID
//
MT_PlayerID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
MT_PlayerID.Font = new System.Drawing.Font("Courier New", 10F);
MT_PlayerID.Location = new System.Drawing.Point(118, 135);
MT_PlayerID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
MT_PlayerID.Mask = "AAAAAAAAAAAAAAAA";
MT_PlayerID.Name = "MT_PlayerID";
MT_PlayerID.Size = new System.Drawing.Size(148, 23);
MT_PlayerID.TabIndex = 17;
MT_PlayerID.Text = "0123456789ABCDEF";
MT_PlayerID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
MT_PlayerID.Validating += ValidatePlayerID;
//
// L_PlayerID
//
L_PlayerID.Location = new System.Drawing.Point(11, 135);
L_PlayerID.Name = "L_PlayerID";
L_PlayerID.Size = new System.Drawing.Size(100, 23);
L_PlayerID.TabIndex = 16;
L_PlayerID.Text = "Player ID:";
L_PlayerID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_RegionCode
//
TB_RegionCode.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
TB_RegionCode.Location = new System.Drawing.Point(443, 72);
TB_RegionCode.MaxLength = 4;
TB_RegionCode.Name = "TB_RegionCode";
TB_RegionCode.Size = new System.Drawing.Size(52, 23);
TB_RegionCode.TabIndex = 15;
//
// L_RegionCode
//
L_RegionCode.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_RegionCode.Location = new System.Drawing.Point(312, 72);
L_RegionCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_RegionCode.Name = "L_RegionCode";
L_RegionCode.Size = new System.Drawing.Size(125, 23);
L_RegionCode.TabIndex = 14;
L_RegionCode.Text = "Region Code:";
L_RegionCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Language
//
L_Language.Location = new System.Drawing.Point(274, 135);
L_Language.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Language.Name = "L_Language";
L_Language.Size = new System.Drawing.Size(105, 23);
L_Language.TabIndex = 12;
L_Language.Text = "Language:";
L_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_SelfIntroduction
//
L_SelfIntroduction.Location = new System.Drawing.Point(12, 96);
L_SelfIntroduction.Name = "L_SelfIntroduction";
L_SelfIntroduction.Size = new System.Drawing.Size(100, 38);
L_SelfIntroduction.TabIndex = 10;
L_SelfIntroduction.Text = "Self-Introduction:";
L_SelfIntroduction.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Language
//
CB_Language.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_Language.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Language.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Language.DropDownWidth = 180;
CB_Language.FormattingEnabled = true;
CB_Language.Location = new System.Drawing.Point(387, 135);
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 = 13;
CB_Language.SelectedIndexChanged += CB_Language_SelectedIndexChanged;
//
// TB_SelfIntroduction
//
TB_SelfIntroduction.AcceptsReturn = true;
TB_SelfIntroduction.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_SelfIntroduction.Location = new System.Drawing.Point(118, 96);
TB_SelfIntroduction.MaxLength = 53;
TB_SelfIntroduction.Multiline = true;
TB_SelfIntroduction.Name = "TB_SelfIntroduction";
TB_SelfIntroduction.Size = new System.Drawing.Size(377, 38);
TB_SelfIntroduction.TabIndex = 11;
TB_SelfIntroduction.Text = "MMMMMMMMMMMMMMMMMMMMMMMM\r\nMMMMMMMMMMMMMMMMMMMMMMMM\r\n";
TB_SelfIntroduction.WordWrap = false;
TB_SelfIntroduction.Validating += ValidateCatchphrase;
//
// TB_BirthDay
//
TB_BirthDay.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
TB_BirthDay.Location = new System.Drawing.Point(443, 48);
TB_BirthDay.MaxLength = 4;
TB_BirthDay.Name = "TB_BirthDay";
TB_BirthDay.Size = new System.Drawing.Size(52, 23);
TB_BirthDay.TabIndex = 5;
//
// TB_BirthMonth
//
TB_BirthMonth.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
TB_BirthMonth.Location = new System.Drawing.Point(443, 24);
TB_BirthMonth.MaxLength = 4;
TB_BirthMonth.Name = "TB_BirthMonth";
TB_BirthMonth.Size = new System.Drawing.Size(52, 23);
TB_BirthMonth.TabIndex = 3;
//
// L_Country
//
L_Country.Location = new System.Drawing.Point(11, 48);
L_Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Country.Name = "L_Country";
L_Country.Size = new System.Drawing.Size(102, 23);
L_Country.TabIndex = 6;
L_Country.Text = "Country:";
L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Country
//
CB_Country.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_Country.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Country.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Country.DropDownWidth = 180;
CB_Country.FormattingEnabled = true;
CB_Country.Location = new System.Drawing.Point(118, 48);
CB_Country.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Country.Name = "CB_Country";
CB_Country.Size = new System.Drawing.Size(187, 23);
CB_Country.TabIndex = 7;
CB_Country.SelectedIndexChanged += UpdateCountry;
//
// L_Region
//
L_Region.Location = new System.Drawing.Point(11, 72);
L_Region.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_Region.Name = "L_Region";
L_Region.Size = new System.Drawing.Size(102, 23);
L_Region.TabIndex = 8;
L_Region.Text = "Sub Region:";
L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Region
//
CB_Region.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_Region.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Region.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Region.DropDownWidth = 180;
CB_Region.FormattingEnabled = true;
CB_Region.Location = new System.Drawing.Point(118, 72);
CB_Region.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
CB_Region.Name = "CB_Region";
CB_Region.Size = new System.Drawing.Size(187, 23);
CB_Region.TabIndex = 9;
//
// L_CreatorName
//
L_CreatorName.Location = new System.Drawing.Point(11, 24);
L_CreatorName.Name = "L_CreatorName";
L_CreatorName.Size = new System.Drawing.Size(102, 23);
L_CreatorName.TabIndex = 0;
L_CreatorName.Text = "Created By:";
L_CreatorName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_CreatorName
//
TB_CreatorName.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_CreatorName.Location = new System.Drawing.Point(118, 24);
TB_CreatorName.MaxLength = 11;
TB_CreatorName.Name = "TB_CreatorName";
TB_CreatorName.Size = new System.Drawing.Size(187, 23);
TB_CreatorName.TabIndex = 1;
//
// L_BirthDay
//
L_BirthDay.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_BirthDay.Location = new System.Drawing.Point(312, 48);
L_BirthDay.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_BirthDay.Name = "L_BirthDay";
L_BirthDay.Size = new System.Drawing.Size(125, 23);
L_BirthDay.TabIndex = 4;
L_BirthDay.Text = "Birth Day:";
L_BirthDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BirthMonth
//
L_BirthMonth.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_BirthMonth.Location = new System.Drawing.Point(312, 24);
L_BirthMonth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_BirthMonth.Name = "L_BirthMonth";
L_BirthMonth.Size = new System.Drawing.Size(125, 23);
L_BirthMonth.TabIndex = 2;
L_BirthMonth.Text = "Birth Month:";
L_BirthMonth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// f_MAIN
//
f_MAIN.Controls.Add(CHK_Friend);
f_MAIN.Controls.Add(CHK_Rental);
f_MAIN.Controls.Add(CHK_Issued);
f_MAIN.Controls.Add(CHK_Available);
f_MAIN.Controls.Add(L_PassDesign);
f_MAIN.Controls.Add(CB_PassDesign);
f_MAIN.Controls.Add(L_PictureType);
f_MAIN.Controls.Add(CB_PictureType);
f_MAIN.Controls.Add(GB_Appearance);
f_MAIN.Controls.Add(GB_Trainer);
f_MAIN.Location = new System.Drawing.Point(4, 24);
f_MAIN.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
f_MAIN.Name = "f_MAIN";
f_MAIN.Size = new System.Drawing.Size(520, 387);
f_MAIN.TabIndex = 0;
f_MAIN.Text = "Main";
f_MAIN.UseVisualStyleBackColor = true;
//
// CHK_Friend
//
CHK_Friend.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
CHK_Friend.AutoSize = true;
CHK_Friend.Location = new System.Drawing.Point(411, 359);
CHK_Friend.Name = "CHK_Friend";
CHK_Friend.Size = new System.Drawing.Size(85, 19);
CHK_Friend.TabIndex = 9;
CHK_Friend.Text = "Friend Pass";
CHK_Friend.UseVisualStyleBackColor = true;
//
// CHK_Rental
//
CHK_Rental.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
CHK_Rental.AutoSize = true;
CHK_Rental.Location = new System.Drawing.Point(279, 359);
CHK_Rental.Name = "CHK_Rental";
CHK_Rental.Size = new System.Drawing.Size(85, 19);
CHK_Rental.TabIndex = 8;
CHK_Rental.Text = "Rental Pass";
CHK_Rental.UseVisualStyleBackColor = true;
CHK_Rental.CheckedChanged += UpdatePresetIndexes;
//
// CHK_Issued
//
CHK_Issued.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
CHK_Issued.AutoSize = true;
CHK_Issued.Location = new System.Drawing.Point(147, 359);
CHK_Issued.Name = "CHK_Issued";
CHK_Issued.Size = new System.Drawing.Size(85, 19);
CHK_Issued.TabIndex = 7;
CHK_Issued.Text = "Pass Issued";
CHK_Issued.UseVisualStyleBackColor = true;
//
// CHK_Available
//
CHK_Available.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
CHK_Available.AutoSize = true;
CHK_Available.Location = new System.Drawing.Point(15, 359);
CHK_Available.Name = "CHK_Available";
CHK_Available.Size = new System.Drawing.Size(100, 19);
CHK_Available.TabIndex = 6;
CHK_Available.Text = "Pass Available";
CHK_Available.UseVisualStyleBackColor = true;
//
// L_PassDesign
//
L_PassDesign.Location = new System.Drawing.Point(19, 311);
L_PassDesign.Name = "L_PassDesign";
L_PassDesign.Size = new System.Drawing.Size(125, 23);
L_PassDesign.TabIndex = 4;
L_PassDesign.Text = "Pass Design:";
L_PassDesign.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_PassDesign
//
CB_PassDesign.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_PassDesign.FormattingEnabled = true;
CB_PassDesign.Location = new System.Drawing.Point(150, 312);
CB_PassDesign.Name = "CB_PassDesign";
CB_PassDesign.Size = new System.Drawing.Size(352, 23);
CB_PassDesign.TabIndex = 5;
//
// L_PictureType
//
L_PictureType.Location = new System.Drawing.Point(19, 288);
L_PictureType.Name = "L_PictureType";
L_PictureType.Size = new System.Drawing.Size(125, 23);
L_PictureType.TabIndex = 2;
L_PictureType.Text = "Picture Type:";
L_PictureType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_PictureType
//
CB_PictureType.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_PictureType.FormattingEnabled = true;
CB_PictureType.Location = new System.Drawing.Point(150, 288);
CB_PictureType.Name = "CB_PictureType";
CB_PictureType.Size = new System.Drawing.Size(352, 23);
CB_PictureType.TabIndex = 3;
//
// GB_Appearance
//
GB_Appearance.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_Appearance.Controls.Add(L_Bottom);
GB_Appearance.Controls.Add(L_Top);
GB_Appearance.Controls.Add(CB_SkinColor);
GB_Appearance.Controls.Add(CB_Model);
GB_Appearance.Controls.Add(L_Bag);
GB_Appearance.Controls.Add(CB_Bag);
GB_Appearance.Controls.Add(L_Badge);
GB_Appearance.Controls.Add(CB_Badge);
GB_Appearance.Controls.Add(L_Shoes);
GB_Appearance.Controls.Add(CB_Shoes);
GB_Appearance.Controls.Add(L_Model);
GB_Appearance.Controls.Add(CB_Bottom);
GB_Appearance.Controls.Add(L_Hands);
GB_Appearance.Controls.Add(CB_Hands);
GB_Appearance.Controls.Add(L_SkinColor);
GB_Appearance.Controls.Add(CB_Top);
GB_Appearance.Controls.Add(L_Glasses);
GB_Appearance.Controls.Add(CB_Glasses);
GB_Appearance.Controls.Add(L_Face);
GB_Appearance.Controls.Add(CB_Face);
GB_Appearance.Controls.Add(L_Hair);
GB_Appearance.Controls.Add(CB_Hair);
GB_Appearance.Controls.Add(L_Head);
GB_Appearance.Controls.Add(CB_Head);
GB_Appearance.Location = new System.Drawing.Point(7, 96);
GB_Appearance.Name = "GB_Appearance";
GB_Appearance.Size = new System.Drawing.Size(506, 179);
GB_Appearance.TabIndex = 1;
GB_Appearance.TabStop = false;
GB_Appearance.Text = "Appearance";
//
// L_Bottom
//
L_Bottom.Location = new System.Drawing.Point(4, 118);
L_Bottom.Name = "L_Bottom";
L_Bottom.Size = new System.Drawing.Size(80, 23);
L_Bottom.TabIndex = 16;
L_Bottom.Text = "Bottom:";
L_Bottom.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Top
//
L_Top.Location = new System.Drawing.Point(4, 94);
L_Top.Name = "L_Top";
L_Top.Size = new System.Drawing.Size(80, 23);
L_Top.TabIndex = 12;
L_Top.Text = "Top:";
L_Top.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_SkinColor
//
CB_SkinColor.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_SkinColor.FormattingEnabled = true;
CB_SkinColor.Location = new System.Drawing.Point(342, 22);
CB_SkinColor.Name = "CB_SkinColor";
CB_SkinColor.Size = new System.Drawing.Size(160, 23);
CB_SkinColor.TabIndex = 3;
//
// CB_Model
//
CB_Model.FormattingEnabled = true;
CB_Model.Location = new System.Drawing.Point(90, 23);
CB_Model.Name = "CB_Model";
CB_Model.Size = new System.Drawing.Size(160, 23);
CB_Model.TabIndex = 1;
CB_Model.SelectedIndexChanged += CB_Model_SelectedIndexChanged;
//
// L_Bag
//
L_Bag.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_Bag.Location = new System.Drawing.Point(256, 143);
L_Bag.Name = "L_Bag";
L_Bag.Size = new System.Drawing.Size(80, 23);
L_Bag.TabIndex = 22;
L_Bag.Text = "Bag:";
L_Bag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Bag
//
CB_Bag.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_Bag.FormattingEnabled = true;
CB_Bag.Location = new System.Drawing.Point(342, 142);
CB_Bag.Name = "CB_Bag";
CB_Bag.Size = new System.Drawing.Size(160, 23);
CB_Bag.TabIndex = 23;
//
// L_Badge
//
L_Badge.Location = new System.Drawing.Point(4, 142);
L_Badge.Name = "L_Badge";
L_Badge.Size = new System.Drawing.Size(80, 23);
L_Badge.TabIndex = 20;
L_Badge.Text = "Badge:";
L_Badge.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Badge
//
CB_Badge.FormattingEnabled = true;
CB_Badge.Location = new System.Drawing.Point(90, 143);
CB_Badge.Name = "CB_Badge";
CB_Badge.Size = new System.Drawing.Size(160, 23);
CB_Badge.TabIndex = 21;
//
// L_Shoes
//
L_Shoes.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_Shoes.Location = new System.Drawing.Point(256, 119);
L_Shoes.Name = "L_Shoes";
L_Shoes.Size = new System.Drawing.Size(80, 23);
L_Shoes.TabIndex = 18;
L_Shoes.Text = "Shoes:";
L_Shoes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Shoes
//
CB_Shoes.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_Shoes.FormattingEnabled = true;
CB_Shoes.Location = new System.Drawing.Point(342, 118);
CB_Shoes.Name = "CB_Shoes";
CB_Shoes.Size = new System.Drawing.Size(160, 23);
CB_Shoes.TabIndex = 19;
//
// L_Model
//
L_Model.Location = new System.Drawing.Point(4, 22);
L_Model.Name = "L_Model";
L_Model.Size = new System.Drawing.Size(80, 23);
L_Model.TabIndex = 0;
L_Model.Text = "Character:";
L_Model.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Bottom
//
CB_Bottom.FormattingEnabled = true;
CB_Bottom.Location = new System.Drawing.Point(90, 119);
CB_Bottom.Name = "CB_Bottom";
CB_Bottom.Size = new System.Drawing.Size(160, 23);
CB_Bottom.TabIndex = 17;
//
// L_Hands
//
L_Hands.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_Hands.Location = new System.Drawing.Point(256, 95);
L_Hands.Name = "L_Hands";
L_Hands.Size = new System.Drawing.Size(80, 23);
L_Hands.TabIndex = 14;
L_Hands.Text = "Hands:";
L_Hands.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Hands
//
CB_Hands.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_Hands.FormattingEnabled = true;
CB_Hands.Location = new System.Drawing.Point(342, 94);
CB_Hands.Name = "CB_Hands";
CB_Hands.Size = new System.Drawing.Size(160, 23);
CB_Hands.TabIndex = 15;
//
// L_SkinColor
//
L_SkinColor.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_SkinColor.Location = new System.Drawing.Point(256, 23);
L_SkinColor.Name = "L_SkinColor";
L_SkinColor.Size = new System.Drawing.Size(80, 23);
L_SkinColor.TabIndex = 2;
L_SkinColor.Text = "Skin Color:";
L_SkinColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Top
//
CB_Top.FormattingEnabled = true;
CB_Top.Location = new System.Drawing.Point(90, 95);
CB_Top.Name = "CB_Top";
CB_Top.Size = new System.Drawing.Size(160, 23);
CB_Top.TabIndex = 13;
//
// L_Glasses
//
L_Glasses.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_Glasses.Location = new System.Drawing.Point(256, 71);
L_Glasses.Name = "L_Glasses";
L_Glasses.Size = new System.Drawing.Size(80, 23);
L_Glasses.TabIndex = 10;
L_Glasses.Text = "Glasses:";
L_Glasses.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Glasses
//
CB_Glasses.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_Glasses.FormattingEnabled = true;
CB_Glasses.Location = new System.Drawing.Point(342, 70);
CB_Glasses.Name = "CB_Glasses";
CB_Glasses.Size = new System.Drawing.Size(160, 23);
CB_Glasses.TabIndex = 11;
//
// L_Face
//
L_Face.Location = new System.Drawing.Point(4, 70);
L_Face.Name = "L_Face";
L_Face.Size = new System.Drawing.Size(80, 23);
L_Face.TabIndex = 8;
L_Face.Text = "Face:";
L_Face.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Face
//
CB_Face.FormattingEnabled = true;
CB_Face.Location = new System.Drawing.Point(90, 71);
CB_Face.Name = "CB_Face";
CB_Face.Size = new System.Drawing.Size(160, 23);
CB_Face.TabIndex = 9;
//
// L_Hair
//
L_Hair.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_Hair.Location = new System.Drawing.Point(256, 47);
L_Hair.Name = "L_Hair";
L_Hair.Size = new System.Drawing.Size(80, 23);
L_Hair.TabIndex = 6;
L_Hair.Text = "Hair:";
L_Hair.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Hair
//
CB_Hair.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CB_Hair.FormattingEnabled = true;
CB_Hair.Location = new System.Drawing.Point(342, 46);
CB_Hair.Name = "CB_Hair";
CB_Hair.Size = new System.Drawing.Size(160, 23);
CB_Hair.TabIndex = 7;
//
// L_Head
//
L_Head.Location = new System.Drawing.Point(4, 46);
L_Head.Name = "L_Head";
L_Head.Size = new System.Drawing.Size(80, 23);
L_Head.TabIndex = 4;
L_Head.Text = "Head:";
L_Head.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Head
//
CB_Head.FormattingEnabled = true;
CB_Head.Location = new System.Drawing.Point(90, 47);
CB_Head.Name = "CB_Head";
CB_Head.Size = new System.Drawing.Size(160, 23);
CB_Head.TabIndex = 5;
//
// GB_Trainer
//
GB_Trainer.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_Trainer.Controls.Add(L_Name);
GB_Trainer.Controls.Add(TB_Name);
GB_Trainer.Controls.Add(MT_SID);
GB_Trainer.Controls.Add(L_SID);
GB_Trainer.Controls.Add(MT_TID);
GB_Trainer.Controls.Add(L_TID);
GB_Trainer.Controls.Add(CB_TrainerTitle);
GB_Trainer.Controls.Add(L_TrainerTitle);
GB_Trainer.Location = new System.Drawing.Point(7, 6);
GB_Trainer.Name = "GB_Trainer";
GB_Trainer.Size = new System.Drawing.Size(506, 84);
GB_Trainer.TabIndex = 0;
GB_Trainer.TabStop = false;
GB_Trainer.Text = "Trainer";
//
// L_Name
//
L_Name.Location = new System.Drawing.Point(12, 22);
L_Name.Name = "L_Name";
L_Name.Size = new System.Drawing.Size(125, 23);
L_Name.TabIndex = 0;
L_Name.Text = "Name:";
L_Name.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_Name
//
TB_Name.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Name.Location = new System.Drawing.Point(143, 23);
TB_Name.MaxLength = 11;
TB_Name.Name = "TB_Name";
TB_Name.Size = new System.Drawing.Size(243, 23);
TB_Name.TabIndex = 1;
//
// MT_SID
//
MT_SID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
MT_SID.Location = new System.Drawing.Point(450, 47);
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 = 7;
MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_SID
//
L_SID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_SID.Location = new System.Drawing.Point(398, 47);
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, 23);
L_SID.TabIndex = 6;
L_SID.Text = "SID:";
L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_TID
//
MT_TID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
MT_TID.Location = new System.Drawing.Point(450, 23);
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 = 5;
MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_TID
//
L_TID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
L_TID.Location = new System.Drawing.Point(398, 23);
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, 23);
L_TID.TabIndex = 4;
L_TID.Text = "TID:";
L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_TrainerTitle
//
CB_TrainerTitle.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
CB_TrainerTitle.FormattingEnabled = true;
CB_TrainerTitle.Location = new System.Drawing.Point(143, 47);
CB_TrainerTitle.Name = "CB_TrainerTitle";
CB_TrainerTitle.Size = new System.Drawing.Size(243, 23);
CB_TrainerTitle.TabIndex = 3;
//
// L_TrainerTitle
//
L_TrainerTitle.Location = new System.Drawing.Point(12, 46);
L_TrainerTitle.Name = "L_TrainerTitle";
L_TrainerTitle.Size = new System.Drawing.Size(125, 23);
L_TrainerTitle.TabIndex = 2;
L_TrainerTitle.Text = "Trainer Title:";
L_TrainerTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Tab_Base
//
Tab_Base.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
Tab_Base.Controls.Add(f_MAIN);
Tab_Base.Controls.Add(f_PKM);
Tab_Base.Controls.Add(f_CATCHPHRASES);
Tab_Base.Controls.Add(f_CREATOR);
Tab_Base.Location = new System.Drawing.Point(237, 10);
Tab_Base.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Tab_Base.Name = "Tab_Base";
Tab_Base.SelectedIndex = 0;
Tab_Base.Size = new System.Drawing.Size(528, 415);
Tab_Base.TabIndex = 7;
//
// f_PKM
//
f_PKM.Controls.Add(GB_PKM6);
f_PKM.Controls.Add(GB_PKM5);
f_PKM.Controls.Add(GB_PKM4);
f_PKM.Controls.Add(GB_PKM3);
f_PKM.Controls.Add(GB_PKM2);
f_PKM.Controls.Add(GB_PKM1);
f_PKM.Controls.Add(Box);
f_PKM.Location = new System.Drawing.Point(4, 24);
f_PKM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
f_PKM.Name = "f_PKM";
f_PKM.Size = new System.Drawing.Size(520, 387);
f_PKM.TabIndex = 1;
f_PKM.Text = "Pokémon";
f_PKM.UseVisualStyleBackColor = true;
//
// GB_PKM6
//
GB_PKM6.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM6.Controls.Add(L_PKM6Flags);
GB_PKM6.Controls.Add(NUD_PKM6Flags);
GB_PKM6.Controls.Add(L_PKM6Slot);
GB_PKM6.Controls.Add(NUD_PKM6Slot);
GB_PKM6.Controls.Add(L_PKM6Box);
GB_PKM6.Controls.Add(NUD_PKM6Box);
GB_PKM6.Location = new System.Drawing.Point(349, 268);
GB_PKM6.Name = "GB_PKM6";
GB_PKM6.Size = new System.Drawing.Size(167, 116);
GB_PKM6.TabIndex = 6;
GB_PKM6.TabStop = false;
GB_PKM6.Text = "Pokémon 6";
//
// L_PKM6Flags
//
L_PKM6Flags.Location = new System.Drawing.Point(5, 74);
L_PKM6Flags.Name = "L_PKM6Flags";
L_PKM6Flags.Size = new System.Drawing.Size(75, 23);
L_PKM6Flags.TabIndex = 8;
L_PKM6Flags.Text = "Flags:";
L_PKM6Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM6Flags
//
NUD_PKM6Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM6Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM6Flags.Name = "NUD_PKM6Flags";
NUD_PKM6Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM6Flags.TabIndex = 7;
NUD_PKM6Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM6Slot
//
L_PKM6Slot.Location = new System.Drawing.Point(5, 50);
L_PKM6Slot.Name = "L_PKM6Slot";
L_PKM6Slot.Size = new System.Drawing.Size(75, 23);
L_PKM6Slot.TabIndex = 6;
L_PKM6Slot.Text = "Slot:";
L_PKM6Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM6Slot
//
NUD_PKM6Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM6Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM6Slot.Name = "NUD_PKM6Slot";
NUD_PKM6Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM6Slot.TabIndex = 2;
NUD_PKM6Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM6Box
//
L_PKM6Box.Location = new System.Drawing.Point(5, 26);
L_PKM6Box.Name = "L_PKM6Box";
L_PKM6Box.Size = new System.Drawing.Size(75, 23);
L_PKM6Box.TabIndex = 0;
L_PKM6Box.Text = "Box:";
L_PKM6Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM6Box
//
NUD_PKM6Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM6Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM6Box.Name = "NUD_PKM6Box";
NUD_PKM6Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM6Box.TabIndex = 1;
NUD_PKM6Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_PKM5
//
GB_PKM5.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM5.Controls.Add(L_PKM5Flags);
GB_PKM5.Controls.Add(NUD_PKM5Flags);
GB_PKM5.Controls.Add(L_PKM5Slot);
GB_PKM5.Controls.Add(NUD_PKM5Slot);
GB_PKM5.Controls.Add(L_PKM5Box);
GB_PKM5.Controls.Add(NUD_PKM5Box);
GB_PKM5.Location = new System.Drawing.Point(176, 268);
GB_PKM5.Name = "GB_PKM5";
GB_PKM5.Size = new System.Drawing.Size(167, 116);
GB_PKM5.TabIndex = 5;
GB_PKM5.TabStop = false;
GB_PKM5.Text = "Pokémon 5";
//
// L_PKM5Flags
//
L_PKM5Flags.Location = new System.Drawing.Point(5, 74);
L_PKM5Flags.Name = "L_PKM5Flags";
L_PKM5Flags.Size = new System.Drawing.Size(75, 23);
L_PKM5Flags.TabIndex = 8;
L_PKM5Flags.Text = "Flags:";
L_PKM5Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM5Flags
//
NUD_PKM5Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM5Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM5Flags.Name = "NUD_PKM5Flags";
NUD_PKM5Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM5Flags.TabIndex = 7;
NUD_PKM5Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM5Slot
//
L_PKM5Slot.Location = new System.Drawing.Point(5, 50);
L_PKM5Slot.Name = "L_PKM5Slot";
L_PKM5Slot.Size = new System.Drawing.Size(75, 23);
L_PKM5Slot.TabIndex = 6;
L_PKM5Slot.Text = "Slot:";
L_PKM5Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM5Slot
//
NUD_PKM5Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM5Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM5Slot.Name = "NUD_PKM5Slot";
NUD_PKM5Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM5Slot.TabIndex = 2;
NUD_PKM5Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM5Box
//
L_PKM5Box.Location = new System.Drawing.Point(5, 26);
L_PKM5Box.Name = "L_PKM5Box";
L_PKM5Box.Size = new System.Drawing.Size(75, 23);
L_PKM5Box.TabIndex = 0;
L_PKM5Box.Text = "Box:";
L_PKM5Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM5Box
//
NUD_PKM5Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM5Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM5Box.Name = "NUD_PKM5Box";
NUD_PKM5Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM5Box.TabIndex = 1;
NUD_PKM5Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_PKM4
//
GB_PKM4.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM4.Controls.Add(L_PKM4Flags);
GB_PKM4.Controls.Add(NUD_PKM4Flags);
GB_PKM4.Controls.Add(L_PKM4Slot);
GB_PKM4.Controls.Add(NUD_PKM4Slot);
GB_PKM4.Controls.Add(L_PKM4Box);
GB_PKM4.Controls.Add(NUD_PKM4Box);
GB_PKM4.Location = new System.Drawing.Point(3, 268);
GB_PKM4.Name = "GB_PKM4";
GB_PKM4.Size = new System.Drawing.Size(167, 116);
GB_PKM4.TabIndex = 4;
GB_PKM4.TabStop = false;
GB_PKM4.Text = "Pokémon 4";
//
// L_PKM4Flags
//
L_PKM4Flags.Location = new System.Drawing.Point(5, 74);
L_PKM4Flags.Name = "L_PKM4Flags";
L_PKM4Flags.Size = new System.Drawing.Size(75, 23);
L_PKM4Flags.TabIndex = 7;
L_PKM4Flags.Text = "Flags:";
L_PKM4Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM4Flags
//
NUD_PKM4Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM4Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM4Flags.Name = "NUD_PKM4Flags";
NUD_PKM4Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM4Flags.TabIndex = 6;
NUD_PKM4Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM4Slot
//
L_PKM4Slot.Location = new System.Drawing.Point(5, 50);
L_PKM4Slot.Name = "L_PKM4Slot";
L_PKM4Slot.Size = new System.Drawing.Size(75, 23);
L_PKM4Slot.TabIndex = 4;
L_PKM4Slot.Text = "Slot:";
L_PKM4Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM4Slot
//
NUD_PKM4Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM4Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM4Slot.Name = "NUD_PKM4Slot";
NUD_PKM4Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM4Slot.TabIndex = 2;
NUD_PKM4Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM4Box
//
L_PKM4Box.Location = new System.Drawing.Point(5, 26);
L_PKM4Box.Name = "L_PKM4Box";
L_PKM4Box.Size = new System.Drawing.Size(75, 23);
L_PKM4Box.TabIndex = 0;
L_PKM4Box.Text = "Box:";
L_PKM4Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM4Box
//
NUD_PKM4Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM4Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM4Box.Name = "NUD_PKM4Box";
NUD_PKM4Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM4Box.TabIndex = 1;
NUD_PKM4Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_PKM3
//
GB_PKM3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM3.Controls.Add(L_PKM3Flags);
GB_PKM3.Controls.Add(NUD_PKM3Flags);
GB_PKM3.Controls.Add(L_PKM3Slot);
GB_PKM3.Controls.Add(NUD_PKM3Slot);
GB_PKM3.Controls.Add(L_PKM3Box);
GB_PKM3.Controls.Add(NUD_PKM3Box);
GB_PKM3.Location = new System.Drawing.Point(349, 146);
GB_PKM3.Name = "GB_PKM3";
GB_PKM3.Size = new System.Drawing.Size(167, 116);
GB_PKM3.TabIndex = 3;
GB_PKM3.TabStop = false;
GB_PKM3.Text = "Pokémon 3";
//
// L_PKM3Flags
//
L_PKM3Flags.Location = new System.Drawing.Point(5, 74);
L_PKM3Flags.Name = "L_PKM3Flags";
L_PKM3Flags.Size = new System.Drawing.Size(75, 23);
L_PKM3Flags.TabIndex = 7;
L_PKM3Flags.Text = "Flags:";
L_PKM3Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM3Flags
//
NUD_PKM3Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM3Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM3Flags.Name = "NUD_PKM3Flags";
NUD_PKM3Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM3Flags.TabIndex = 6;
NUD_PKM3Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM3Slot
//
L_PKM3Slot.Location = new System.Drawing.Point(5, 50);
L_PKM3Slot.Name = "L_PKM3Slot";
L_PKM3Slot.Size = new System.Drawing.Size(75, 23);
L_PKM3Slot.TabIndex = 5;
L_PKM3Slot.Text = "Slot:";
L_PKM3Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM3Slot
//
NUD_PKM3Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM3Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM3Slot.Name = "NUD_PKM3Slot";
NUD_PKM3Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM3Slot.TabIndex = 2;
NUD_PKM3Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM3Box
//
L_PKM3Box.Location = new System.Drawing.Point(5, 26);
L_PKM3Box.Name = "L_PKM3Box";
L_PKM3Box.Size = new System.Drawing.Size(75, 23);
L_PKM3Box.TabIndex = 0;
L_PKM3Box.Text = "Box:";
L_PKM3Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM3Box
//
NUD_PKM3Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM3Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM3Box.Name = "NUD_PKM3Box";
NUD_PKM3Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM3Box.TabIndex = 1;
NUD_PKM3Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_PKM2
//
GB_PKM2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM2.Controls.Add(L_PKM2Flags);
GB_PKM2.Controls.Add(NUD_PKM2Flags);
GB_PKM2.Controls.Add(L_PKM2Slot);
GB_PKM2.Controls.Add(NUD_PKM2Slot);
GB_PKM2.Controls.Add(L_PKM2Box);
GB_PKM2.Controls.Add(NUD_PKM2Box);
GB_PKM2.Location = new System.Drawing.Point(176, 146);
GB_PKM2.Name = "GB_PKM2";
GB_PKM2.Size = new System.Drawing.Size(167, 116);
GB_PKM2.TabIndex = 2;
GB_PKM2.TabStop = false;
GB_PKM2.Text = "Pokémon 2";
//
// L_PKM2Flags
//
L_PKM2Flags.Location = new System.Drawing.Point(5, 74);
L_PKM2Flags.Name = "L_PKM2Flags";
L_PKM2Flags.Size = new System.Drawing.Size(75, 23);
L_PKM2Flags.TabIndex = 7;
L_PKM2Flags.Text = "Flags:";
L_PKM2Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM2Flags
//
NUD_PKM2Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM2Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM2Flags.Name = "NUD_PKM2Flags";
NUD_PKM2Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM2Flags.TabIndex = 6;
NUD_PKM2Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM2Slot
//
L_PKM2Slot.Location = new System.Drawing.Point(5, 50);
L_PKM2Slot.Name = "L_PKM2Slot";
L_PKM2Slot.Size = new System.Drawing.Size(75, 23);
L_PKM2Slot.TabIndex = 4;
L_PKM2Slot.Text = "Slot:";
L_PKM2Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM2Slot
//
NUD_PKM2Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM2Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM2Slot.Name = "NUD_PKM2Slot";
NUD_PKM2Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM2Slot.TabIndex = 2;
NUD_PKM2Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM2Box
//
L_PKM2Box.Location = new System.Drawing.Point(5, 26);
L_PKM2Box.Name = "L_PKM2Box";
L_PKM2Box.Size = new System.Drawing.Size(75, 23);
L_PKM2Box.TabIndex = 0;
L_PKM2Box.Text = "Box:";
L_PKM2Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM2Box
//
NUD_PKM2Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM2Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM2Box.Name = "NUD_PKM2Box";
NUD_PKM2Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM2Box.TabIndex = 1;
NUD_PKM2Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// GB_PKM1
//
GB_PKM1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
GB_PKM1.Controls.Add(L_PKM1Flags);
GB_PKM1.Controls.Add(NUD_PKM1Flags);
GB_PKM1.Controls.Add(L_PKM1Slot);
GB_PKM1.Controls.Add(NUD_PKM1Slot);
GB_PKM1.Controls.Add(L_PKM1Box);
GB_PKM1.Controls.Add(NUD_PKM1Box);
GB_PKM1.Location = new System.Drawing.Point(3, 146);
GB_PKM1.Name = "GB_PKM1";
GB_PKM1.Size = new System.Drawing.Size(167, 116);
GB_PKM1.TabIndex = 1;
GB_PKM1.TabStop = false;
GB_PKM1.Text = "Pokémon 1";
//
// L_PKM1Flags
//
L_PKM1Flags.Location = new System.Drawing.Point(5, 74);
L_PKM1Flags.Name = "L_PKM1Flags";
L_PKM1Flags.Size = new System.Drawing.Size(75, 23);
L_PKM1Flags.TabIndex = 5;
L_PKM1Flags.Text = "Flags:";
L_PKM1Flags.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM1Flags
//
NUD_PKM1Flags.Location = new System.Drawing.Point(86, 74);
NUD_PKM1Flags.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PKM1Flags.Name = "NUD_PKM1Flags";
NUD_PKM1Flags.Size = new System.Drawing.Size(75, 23);
NUD_PKM1Flags.TabIndex = 4;
NUD_PKM1Flags.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// L_PKM1Slot
//
L_PKM1Slot.Location = new System.Drawing.Point(5, 50);
L_PKM1Slot.Name = "L_PKM1Slot";
L_PKM1Slot.Size = new System.Drawing.Size(75, 23);
L_PKM1Slot.TabIndex = 3;
L_PKM1Slot.Text = "Slot:";
L_PKM1Slot.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM1Slot
//
NUD_PKM1Slot.Location = new System.Drawing.Point(86, 50);
NUD_PKM1Slot.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM1Slot.Name = "NUD_PKM1Slot";
NUD_PKM1Slot.Size = new System.Drawing.Size(75, 23);
NUD_PKM1Slot.TabIndex = 2;
NUD_PKM1Slot.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// L_PKM1Box
//
L_PKM1Box.Location = new System.Drawing.Point(5, 26);
L_PKM1Box.Name = "L_PKM1Box";
L_PKM1Box.Size = new System.Drawing.Size(75, 23);
L_PKM1Box.TabIndex = 0;
L_PKM1Box.Text = "Box:";
L_PKM1Box.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_PKM1Box
//
NUD_PKM1Box.Location = new System.Drawing.Point(86, 26);
NUD_PKM1Box.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
NUD_PKM1Box.Name = "NUD_PKM1Box";
NUD_PKM1Box.Size = new System.Drawing.Size(75, 23);
NUD_PKM1Box.TabIndex = 1;
NUD_PKM1Box.Value = new decimal(new int[] { 255, 0, 0, 0 });
//
// Box
//
Box.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
Box.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
Box.Location = new System.Drawing.Point(159, 14);
Box.Margin = new System.Windows.Forms.Padding(0);
Box.Name = "Box";
Box.Size = new System.Drawing.Size(210, 117);
Box.TabIndex = 0;
//
// f_CATCHPHRASES
//
f_CATCHPHRASES.Controls.Add(NUD_PresetLoseIndex);
f_CATCHPHRASES.Controls.Add(NUD_PresetWinIndex);
f_CATCHPHRASES.Controls.Add(NUD_PresetShift2Index);
f_CATCHPHRASES.Controls.Add(NUD_PresetShift1Index);
f_CATCHPHRASES.Controls.Add(NUD_PresetSentOutIndex);
f_CATCHPHRASES.Controls.Add(NUD_PresetGreetingIndex);
f_CATCHPHRASES.Controls.Add(CHK_PresetLose);
f_CATCHPHRASES.Controls.Add(L_Lose);
f_CATCHPHRASES.Controls.Add(CHK_PresetWin);
f_CATCHPHRASES.Controls.Add(L_Win);
f_CATCHPHRASES.Controls.Add(CHK_PresetShift2);
f_CATCHPHRASES.Controls.Add(L_Shift2);
f_CATCHPHRASES.Controls.Add(CHK_PresetShift1);
f_CATCHPHRASES.Controls.Add(L_Shift1);
f_CATCHPHRASES.Controls.Add(CHK_PresetSentOut);
f_CATCHPHRASES.Controls.Add(L_SentOut);
f_CATCHPHRASES.Controls.Add(L_Greeting);
f_CATCHPHRASES.Controls.Add(CHK_PresetGreeting);
f_CATCHPHRASES.Controls.Add(TB_Lose);
f_CATCHPHRASES.Controls.Add(TB_Win);
f_CATCHPHRASES.Controls.Add(TB_Shift2);
f_CATCHPHRASES.Controls.Add(TB_Shift1);
f_CATCHPHRASES.Controls.Add(TB_SentOut);
f_CATCHPHRASES.Controls.Add(TB_Greeting);
f_CATCHPHRASES.Location = new System.Drawing.Point(4, 24);
f_CATCHPHRASES.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
f_CATCHPHRASES.Name = "f_CATCHPHRASES";
f_CATCHPHRASES.Size = new System.Drawing.Size(520, 387);
f_CATCHPHRASES.TabIndex = 2;
f_CATCHPHRASES.Text = "Catchphrases";
f_CATCHPHRASES.UseVisualStyleBackColor = true;
//
// NUD_PresetLoseIndex
//
NUD_PresetLoseIndex.Location = new System.Drawing.Point(423, 318);
NUD_PresetLoseIndex.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetLoseIndex.Name = "NUD_PresetLoseIndex";
NUD_PresetLoseIndex.Size = new System.Drawing.Size(86, 23);
NUD_PresetLoseIndex.TabIndex = 22;
NUD_PresetLoseIndex.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// NUD_PresetWinIndex
//
NUD_PresetWinIndex.Location = new System.Drawing.Point(423, 247);
NUD_PresetWinIndex.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetWinIndex.Name = "NUD_PresetWinIndex";
NUD_PresetWinIndex.Size = new System.Drawing.Size(86, 23);
NUD_PresetWinIndex.TabIndex = 18;
NUD_PresetWinIndex.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// NUD_PresetShift2Index
//
NUD_PresetShift2Index.Location = new System.Drawing.Point(423, 191);
NUD_PresetShift2Index.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetShift2Index.Name = "NUD_PresetShift2Index";
NUD_PresetShift2Index.Size = new System.Drawing.Size(86, 23);
NUD_PresetShift2Index.TabIndex = 14;
NUD_PresetShift2Index.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// NUD_PresetShift1Index
//
NUD_PresetShift1Index.Location = new System.Drawing.Point(423, 135);
NUD_PresetShift1Index.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetShift1Index.Name = "NUD_PresetShift1Index";
NUD_PresetShift1Index.Size = new System.Drawing.Size(86, 23);
NUD_PresetShift1Index.TabIndex = 10;
NUD_PresetShift1Index.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// NUD_PresetSentOutIndex
//
NUD_PresetSentOutIndex.Location = new System.Drawing.Point(423, 64);
NUD_PresetSentOutIndex.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetSentOutIndex.Name = "NUD_PresetSentOutIndex";
NUD_PresetSentOutIndex.Size = new System.Drawing.Size(86, 23);
NUD_PresetSentOutIndex.TabIndex = 6;
NUD_PresetSentOutIndex.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// NUD_PresetGreetingIndex
//
NUD_PresetGreetingIndex.Location = new System.Drawing.Point(423, 8);
NUD_PresetGreetingIndex.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
NUD_PresetGreetingIndex.Name = "NUD_PresetGreetingIndex";
NUD_PresetGreetingIndex.Size = new System.Drawing.Size(86, 23);
NUD_PresetGreetingIndex.TabIndex = 2;
NUD_PresetGreetingIndex.Value = new decimal(new int[] { 65535, 0, 0, 0 });
//
// CHK_PresetLose
//
CHK_PresetLose.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetLose.AutoSize = true;
CHK_PresetLose.Location = new System.Drawing.Point(290, 319);
CHK_PresetLose.Name = "CHK_PresetLose";
CHK_PresetLose.Size = new System.Drawing.Size(127, 19);
CHK_PresetLose.TabIndex = 21;
CHK_PresetLose.Text = "Preset Catchphrase";
CHK_PresetLose.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetLose.UseVisualStyleBackColor = true;
//
// L_Lose
//
L_Lose.AutoSize = true;
L_Lose.Location = new System.Drawing.Point(11, 320);
L_Lose.Name = "L_Lose";
L_Lose.Size = new System.Drawing.Size(34, 15);
L_Lose.TabIndex = 20;
L_Lose.Text = "Lose:";
L_Lose.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_PresetWin
//
CHK_PresetWin.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetWin.AutoSize = true;
CHK_PresetWin.Location = new System.Drawing.Point(290, 248);
CHK_PresetWin.Name = "CHK_PresetWin";
CHK_PresetWin.Size = new System.Drawing.Size(127, 19);
CHK_PresetWin.TabIndex = 0;
CHK_PresetWin.Text = "Preset Catchphrase";
CHK_PresetWin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetWin.UseVisualStyleBackColor = true;
//
// L_Win
//
L_Win.AutoSize = true;
L_Win.Location = new System.Drawing.Point(11, 249);
L_Win.Name = "L_Win";
L_Win.Size = new System.Drawing.Size(31, 15);
L_Win.TabIndex = 16;
L_Win.Text = "Win:";
L_Win.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_PresetShift2
//
CHK_PresetShift2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetShift2.AutoSize = true;
CHK_PresetShift2.Location = new System.Drawing.Point(290, 192);
CHK_PresetShift2.Name = "CHK_PresetShift2";
CHK_PresetShift2.Size = new System.Drawing.Size(127, 19);
CHK_PresetShift2.TabIndex = 13;
CHK_PresetShift2.Text = "Preset Catchphrase";
CHK_PresetShift2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetShift2.UseVisualStyleBackColor = true;
//
// L_Shift2
//
L_Shift2.AutoSize = true;
L_Shift2.Location = new System.Drawing.Point(11, 193);
L_Shift2.Name = "L_Shift2";
L_Shift2.Size = new System.Drawing.Size(97, 15);
L_Shift2.TabIndex = 12;
L_Shift2.Text = "Pokémon Shift 2:";
L_Shift2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_PresetShift1
//
CHK_PresetShift1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetShift1.AutoSize = true;
CHK_PresetShift1.Location = new System.Drawing.Point(290, 136);
CHK_PresetShift1.Name = "CHK_PresetShift1";
CHK_PresetShift1.Size = new System.Drawing.Size(127, 19);
CHK_PresetShift1.TabIndex = 9;
CHK_PresetShift1.Text = "Preset Catchphrase";
CHK_PresetShift1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetShift1.UseVisualStyleBackColor = true;
//
// L_Shift1
//
L_Shift1.AutoSize = true;
L_Shift1.Location = new System.Drawing.Point(11, 137);
L_Shift1.Name = "L_Shift1";
L_Shift1.Size = new System.Drawing.Size(97, 15);
L_Shift1.TabIndex = 8;
L_Shift1.Text = "Pokémon Shift 1:";
L_Shift1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_PresetSentOut
//
CHK_PresetSentOut.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetSentOut.AutoSize = true;
CHK_PresetSentOut.Location = new System.Drawing.Point(290, 65);
CHK_PresetSentOut.Name = "CHK_PresetSentOut";
CHK_PresetSentOut.Size = new System.Drawing.Size(127, 19);
CHK_PresetSentOut.TabIndex = 5;
CHK_PresetSentOut.Text = "Preset Catchphrase";
CHK_PresetSentOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetSentOut.UseVisualStyleBackColor = true;
//
// L_SentOut
//
L_SentOut.AutoSize = true;
L_SentOut.Location = new System.Drawing.Point(11, 66);
L_SentOut.Name = "L_SentOut";
L_SentOut.Size = new System.Drawing.Size(110, 15);
L_SentOut.TabIndex = 4;
L_SentOut.Text = "Pokémon Sent Out:";
L_SentOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Greeting
//
L_Greeting.AutoSize = true;
L_Greeting.Location = new System.Drawing.Point(11, 10);
L_Greeting.Name = "L_Greeting";
L_Greeting.Size = new System.Drawing.Size(55, 15);
L_Greeting.TabIndex = 0;
L_Greeting.Text = "Greeting:";
L_Greeting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_PresetGreeting
//
CHK_PresetGreeting.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
CHK_PresetGreeting.AutoSize = true;
CHK_PresetGreeting.Location = new System.Drawing.Point(290, 9);
CHK_PresetGreeting.Name = "CHK_PresetGreeting";
CHK_PresetGreeting.Size = new System.Drawing.Size(127, 19);
CHK_PresetGreeting.TabIndex = 1;
CHK_PresetGreeting.Text = "Preset Catchphrase";
CHK_PresetGreeting.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_PresetGreeting.UseVisualStyleBackColor = true;
//
// TB_Lose
//
TB_Lose.AcceptsReturn = true;
TB_Lose.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Lose.Location = new System.Drawing.Point(11, 342);
TB_Lose.MaxLength = 51;
TB_Lose.Multiline = true;
TB_Lose.Name = "TB_Lose";
TB_Lose.Size = new System.Drawing.Size(498, 38);
TB_Lose.TabIndex = 23;
TB_Lose.Text = "MMMMMMMMMMMMMMMMMMMMMMMM\r\nMMMMMMMMMMMMMMMMMMMMMMMM";
TB_Lose.WordWrap = false;
TB_Lose.Validating += ValidateCatchphrase;
//
// TB_Win
//
TB_Win.AcceptsReturn = true;
TB_Win.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Win.Location = new System.Drawing.Point(11, 271);
TB_Win.MaxLength = 51;
TB_Win.Multiline = true;
TB_Win.Name = "TB_Win";
TB_Win.Size = new System.Drawing.Size(498, 38);
TB_Win.TabIndex = 19;
TB_Win.Text = "MMMMMMMMMMMMMMMMMMMMMMMM\r\nMMMMMMMMMMMMMMMMMMMMMMMM";
TB_Win.WordWrap = false;
TB_Win.Validating += ValidateCatchphrase;
//
// TB_Shift2
//
TB_Shift2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Shift2.Location = new System.Drawing.Point(11, 215);
TB_Shift2.MaxLength = 25;
TB_Shift2.Name = "TB_Shift2";
TB_Shift2.Size = new System.Drawing.Size(498, 23);
TB_Shift2.TabIndex = 15;
TB_Shift2.Text = "MMMMMMMMMMMMMMMMMMMMMMMM";
TB_Shift2.Validating += ValidateCatchphrase;
//
// TB_Shift1
//
TB_Shift1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Shift1.Location = new System.Drawing.Point(11, 159);
TB_Shift1.MaxLength = 25;
TB_Shift1.Name = "TB_Shift1";
TB_Shift1.Size = new System.Drawing.Size(498, 23);
TB_Shift1.TabIndex = 11;
TB_Shift1.Text = "MMMMMMMMMMMMMMMMMMMMMMMM";
TB_Shift1.Validating += ValidateCatchphrase;
//
// TB_SentOut
//
TB_SentOut.AcceptsReturn = true;
TB_SentOut.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_SentOut.Location = new System.Drawing.Point(11, 88);
TB_SentOut.MaxLength = 27;
TB_SentOut.Multiline = true;
TB_SentOut.Name = "TB_SentOut";
TB_SentOut.Size = new System.Drawing.Size(498, 38);
TB_SentOut.TabIndex = 7;
TB_SentOut.Text = "MMMMMMMMMMMM\r\nMMMMMMMMMMMM";
TB_SentOut.WordWrap = false;
TB_SentOut.Validating += ValidateCatchphrase;
//
// TB_Greeting
//
TB_Greeting.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
TB_Greeting.Location = new System.Drawing.Point(11, 32);
TB_Greeting.MaxLength = 25;
TB_Greeting.Name = "TB_Greeting";
TB_Greeting.Size = new System.Drawing.Size(498, 23);
TB_Greeting.TabIndex = 3;
TB_Greeting.Text = "MMMMMMMMMMMMMMMMMMMMMMMM";
TB_Greeting.Validating += ValidateCatchphrase;
//
// B_FDelete
//
B_FDelete.Location = new System.Drawing.Point(202, 88);
B_FDelete.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_FDelete.Name = "B_FDelete";
B_FDelete.Size = new System.Drawing.Size(27, 28);
B_FDelete.TabIndex = 6;
B_FDelete.Text = "X";
B_FDelete.UseVisualStyleBackColor = true;
B_FDelete.Click += B_Delete_Click;
//
// B_Export
//
B_Export.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
B_Export.Location = new System.Drawing.Point(685, 2);
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 = 9;
B_Export.Text = "Export";
B_Export.UseVisualStyleBackColor = true;
B_Export.Click += B_Export_Click;
//
// B_Import
//
B_Import.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
B_Import.Location = new System.Drawing.Point(595, 2);
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 = 8;
B_Import.Text = "Import";
B_Import.UseVisualStyleBackColor = true;
B_Import.Click += B_Import_Click;
//
// B_Down
//
B_Down.Location = new System.Drawing.Point(202, 55);
B_Down.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Down.Name = "B_Down";
B_Down.Size = new System.Drawing.Size(27, 27);
B_Down.TabIndex = 5;
B_Down.Text = "v";
B_Down.UseVisualStyleBackColor = true;
B_Down.Click += B_Down_Click;
//
// B_Up
//
B_Up.Location = new System.Drawing.Point(202, 30);
B_Up.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_Up.Name = "B_Up";
B_Up.Size = new System.Drawing.Size(27, 27);
B_Up.TabIndex = 4;
B_Up.Text = "^";
B_Up.UseVisualStyleBackColor = true;
B_Up.Click += B_Up_Click;
//
// B_UnlockRental
//
B_UnlockRental.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
B_UnlockRental.Location = new System.Drawing.Point(202, 432);
B_UnlockRental.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_UnlockRental.Name = "B_UnlockRental";
B_UnlockRental.Size = new System.Drawing.Size(181, 27);
B_UnlockRental.TabIndex = 11;
B_UnlockRental.Text = "Unlock All Rental Passes";
B_UnlockRental.UseVisualStyleBackColor = true;
B_UnlockRental.Click += B_UnlockRental_Click;
//
// B_UnlockCustom
//
B_UnlockCustom.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
B_UnlockCustom.Location = new System.Drawing.Point(13, 431);
B_UnlockCustom.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
B_UnlockCustom.Name = "B_UnlockCustom";
B_UnlockCustom.Size = new System.Drawing.Size(181, 27);
B_UnlockCustom.TabIndex = 10;
B_UnlockCustom.Text = "Unlock All Custom Passes";
B_UnlockCustom.UseVisualStyleBackColor = true;
B_UnlockCustom.Click += B_UnlockCustom_Click;
//
// mnu
//
mnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { mnuView, mnuSet, mnuDelete });
mnu.Name = "mnu";
mnu.Size = new System.Drawing.Size(108, 70);
//
// mnuView
//
mnuView.Image = Properties.Resources.other;
mnuView.Name = "mnuView";
mnuView.Size = new System.Drawing.Size(107, 22);
mnuView.Text = "View";
mnuView.Click += ClickView;
//
// mnuSet
//
mnuSet.Image = Properties.Resources.exit;
mnuSet.Name = "mnuSet";
mnuSet.Size = new System.Drawing.Size(107, 22);
mnuSet.Text = "Set";
mnuSet.Click += ClickSet;
//
// mnuDelete
//
mnuDelete.Image = Properties.Resources.nocheck;
mnuDelete.Name = "mnuDelete";
mnuDelete.Size = new System.Drawing.Size(107, 22);
mnuDelete.Text = "Delete";
mnuDelete.Click += ClickDelete;
//
// SAV_BattlePass
//
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
ClientSize = new System.Drawing.Size(784, 466);
Controls.Add(B_UnlockCustom);
Controls.Add(B_UnlockRental);
Controls.Add(B_Down);
Controls.Add(B_Up);
Controls.Add(B_Import);
Controls.Add(B_Export);
Controls.Add(B_FDelete);
Controls.Add(B_Cancel);
Controls.Add(B_Save);
Controls.Add(Tab_Base);
Controls.Add(L_BattlePasses);
Controls.Add(LB_Passes);
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_BattlePass";
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
Text = "Battle Pass Editor";
f_CREATOR.ResumeLayout(false);
GB_Records.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_RecordStargazerColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordCourtyardColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordSunsetColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_Battles).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordSunnyParkColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordNeonColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordMagmaColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordCrystalColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordWaterfallColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordMainStreetColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordFreeBattles).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordGatewayColosseumClears).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordWiFiBattles).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_RecordColosseumBattles).EndInit();
GB_Creator.ResumeLayout(false);
GB_Creator.PerformLayout();
f_MAIN.ResumeLayout(false);
f_MAIN.PerformLayout();
GB_Appearance.ResumeLayout(false);
GB_Trainer.ResumeLayout(false);
GB_Trainer.PerformLayout();
Tab_Base.ResumeLayout(false);
f_PKM.ResumeLayout(false);
GB_PKM6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM6Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM6Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM6Box).EndInit();
GB_PKM5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM5Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM5Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM5Box).EndInit();
GB_PKM4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM4Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM4Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM4Box).EndInit();
GB_PKM3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM3Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM3Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM3Box).EndInit();
GB_PKM2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM2Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM2Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM2Box).EndInit();
GB_PKM1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_PKM1Flags).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM1Slot).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PKM1Box).EndInit();
f_CATCHPHRASES.ResumeLayout(false);
f_CATCHPHRASES.PerformLayout();
((System.ComponentModel.ISupportInitialize)NUD_PresetLoseIndex).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetWinIndex).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetShift2Index).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetShift1Index).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetSentOutIndex).EndInit();
((System.ComponentModel.ISupportInitialize)NUD_PresetGreetingIndex).EndInit();
mnu.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.ListBox LB_Passes;
private System.Windows.Forms.Label L_BattlePasses;
private System.Windows.Forms.TabPage f_CREATOR;
private System.Windows.Forms.TabPage f_MAIN;
private System.Windows.Forms.TabControl Tab_Base;
private System.Windows.Forms.Button B_FDelete;
private System.Windows.Forms.Button B_Export;
private System.Windows.Forms.Button B_Import;
private System.Windows.Forms.Button B_Down;
private System.Windows.Forms.Button B_Up;
private System.Windows.Forms.Button B_UnlockRental;
private System.Windows.Forms.Button B_UnlockCustom;
private System.Windows.Forms.GroupBox GB_Appearance;
private System.Windows.Forms.GroupBox GB_Trainer;
private System.Windows.Forms.ComboBox CB_TrainerTitle;
private System.Windows.Forms.Label L_TrainerTitle;
private System.Windows.Forms.MaskedTextBox MT_TID;
private System.Windows.Forms.Label L_TID;
private System.Windows.Forms.MaskedTextBox MT_SID;
private System.Windows.Forms.Label L_SID;
private System.Windows.Forms.Label L_Name;
private System.Windows.Forms.TextBox TB_Name;
private System.Windows.Forms.Label L_Shoes;
private System.Windows.Forms.ComboBox CB_Shoes;
private System.Windows.Forms.ComboBox CB_Bottom;
private System.Windows.Forms.Label L_Hands;
private System.Windows.Forms.ComboBox CB_Hands;
private System.Windows.Forms.ComboBox CB_Top;
private System.Windows.Forms.Label L_Glasses;
private System.Windows.Forms.ComboBox CB_Glasses;
private System.Windows.Forms.Label L_Face;
private System.Windows.Forms.ComboBox CB_Face;
private System.Windows.Forms.Label L_Hair;
private System.Windows.Forms.ComboBox CB_Hair;
private System.Windows.Forms.Label L_Head;
private System.Windows.Forms.ComboBox CB_Head;
private System.Windows.Forms.Label L_Bag;
private System.Windows.Forms.ComboBox CB_Bag;
private System.Windows.Forms.Label L_Badge;
private System.Windows.Forms.ComboBox CB_Badge;
private System.Windows.Forms.TabPage f_CATCHPHRASES;
private System.Windows.Forms.Label L_SkinColor;
private System.Windows.Forms.ComboBox CB_SkinColor;
private System.Windows.Forms.Label L_Model;
private System.Windows.Forms.ComboBox CB_Model;
private System.Windows.Forms.Label L_PassDesign;
private System.Windows.Forms.ComboBox CB_PassDesign;
private System.Windows.Forms.Label L_PictureType;
private System.Windows.Forms.ComboBox CB_PictureType;
private System.Windows.Forms.CheckBox CHK_Available;
private System.Windows.Forms.CheckBox CHK_Friend;
private System.Windows.Forms.CheckBox CHK_Rental;
private System.Windows.Forms.CheckBox CHK_Issued;
private System.Windows.Forms.TextBox TB_Greeting;
private System.Windows.Forms.TextBox TB_SentOut;
private System.Windows.Forms.TextBox TB_Lose;
private System.Windows.Forms.TextBox TB_Win;
private System.Windows.Forms.TextBox TB_Shift2;
private System.Windows.Forms.TextBox TB_Shift1;
private System.Windows.Forms.Label L_Top;
private System.Windows.Forms.Label L_Bottom;
private System.Windows.Forms.TabPage f_PKM;
private Controls.PokeGrid Box;
private System.Windows.Forms.CheckBox CHK_PresetLose;
private System.Windows.Forms.Label L_Lose;
private System.Windows.Forms.CheckBox CHK_PresetWin;
private System.Windows.Forms.Label L_Win;
private System.Windows.Forms.CheckBox CHK_PresetShift2;
private System.Windows.Forms.Label L_Shift2;
private System.Windows.Forms.CheckBox CHK_PresetShift1;
private System.Windows.Forms.Label L_Shift1;
private System.Windows.Forms.CheckBox CHK_PresetSentOut;
private System.Windows.Forms.Label L_SentOut;
private System.Windows.Forms.Label L_Greeting;
private System.Windows.Forms.CheckBox CHK_PresetGreeting;
private System.Windows.Forms.GroupBox GB_Records;
private System.Windows.Forms.NumericUpDown NUD_RecordStargazerColosseumClears;
private System.Windows.Forms.Label L_RecordStargazerColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordCourtyardColosseumClears;
private System.Windows.Forms.Label L_RecordCourtyardColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordSunsetColosseumClears;
private System.Windows.Forms.Label L_RecordSunsetColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_Battles;
private System.Windows.Forms.NumericUpDown NUD_RecordSunnyParkColosseumClears;
private System.Windows.Forms.Label L_RecordSunnyParkColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordNeonColosseumClears;
private System.Windows.Forms.Label L_RecordNeonColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordMagmaColosseumClears;
private System.Windows.Forms.Label L_RecordMagmaColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordCrystalColosseumClears;
private System.Windows.Forms.Label L_RecordCrystalColosseumClears;
private System.Windows.Forms.Label L_Battles;
private System.Windows.Forms.NumericUpDown NUD_RecordWaterfallColosseumClears;
private System.Windows.Forms.Label L_RecordWaterfallColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordMainStreetColosseumClears;
private System.Windows.Forms.Label L_RecordMainStreetColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordFreeBattles;
private System.Windows.Forms.Label L_RecordFreeBattles;
private System.Windows.Forms.NumericUpDown NUD_RecordGatewayColosseumClears;
private System.Windows.Forms.Label L_RecordGatewayColosseumClears;
private System.Windows.Forms.NumericUpDown NUD_RecordWiFiBattles;
private System.Windows.Forms.Label L_RecordWiFiBattles;
private System.Windows.Forms.NumericUpDown NUD_RecordColosseumBattles;
private System.Windows.Forms.Label L_RecordColosseumBattles;
private System.Windows.Forms.GroupBox GB_Creator;
private System.Windows.Forms.MaskedTextBox MT_PlayerID;
private System.Windows.Forms.Label L_PlayerID;
private System.Windows.Forms.TextBox TB_RegionCode;
private System.Windows.Forms.Label L_RegionCode;
private System.Windows.Forms.Label L_Language;
private System.Windows.Forms.Label L_SelfIntroduction;
private System.Windows.Forms.ComboBox CB_Language;
private System.Windows.Forms.TextBox TB_SelfIntroduction;
private System.Windows.Forms.TextBox TB_BirthDay;
private System.Windows.Forms.TextBox TB_BirthMonth;
private System.Windows.Forms.Label L_Country;
private System.Windows.Forms.ComboBox CB_Country;
private System.Windows.Forms.Label L_Region;
private System.Windows.Forms.ComboBox CB_Region;
private System.Windows.Forms.Label L_CreatorName;
private System.Windows.Forms.TextBox TB_CreatorName;
private System.Windows.Forms.Label L_BirthDay;
private System.Windows.Forms.Label L_BirthMonth;
private System.Windows.Forms.GroupBox GB_PKM1;
private System.Windows.Forms.NumericUpDown NUD_PKM1Slot;
private System.Windows.Forms.Label L_PKM1Box;
private System.Windows.Forms.NumericUpDown NUD_PKM1Box;
private System.Windows.Forms.NumericUpDown NUD_PresetGreetingIndex;
private System.Windows.Forms.GroupBox GB_PKM6;
private System.Windows.Forms.NumericUpDown NUD_PKM6Slot;
private System.Windows.Forms.Label L_PKM6Box;
private System.Windows.Forms.NumericUpDown NUD_PKM6Box;
private System.Windows.Forms.NumericUpDown NUD_PresetLoseIndex;
private System.Windows.Forms.GroupBox GB_PKM5;
private System.Windows.Forms.NumericUpDown NUD_PKM5Slot;
private System.Windows.Forms.Label L_PKM5Box;
private System.Windows.Forms.NumericUpDown NUD_PKM5Box;
private System.Windows.Forms.NumericUpDown NUD_PresetWinIndex;
private System.Windows.Forms.GroupBox GB_PKM4;
private System.Windows.Forms.NumericUpDown NUD_PKM4Slot;
private System.Windows.Forms.Label L_PKM4Box;
private System.Windows.Forms.NumericUpDown NUD_PKM4Box;
private System.Windows.Forms.NumericUpDown NUD_PresetShift2Index;
private System.Windows.Forms.GroupBox GB_PKM3;
private System.Windows.Forms.NumericUpDown NUD_PKM3Slot;
private System.Windows.Forms.Label L_PKM3Box;
private System.Windows.Forms.NumericUpDown NUD_PKM3Box;
private System.Windows.Forms.NumericUpDown NUD_PresetShift1Index;
private System.Windows.Forms.GroupBox GB_PKM2;
private System.Windows.Forms.NumericUpDown NUD_PKM2Slot;
private System.Windows.Forms.Label L_PKM2Box;
private System.Windows.Forms.NumericUpDown NUD_PKM2Box;
private System.Windows.Forms.NumericUpDown NUD_PresetSentOutIndex;
private System.Windows.Forms.ContextMenuStrip mnu;
private System.Windows.Forms.ToolStripMenuItem mnuView;
private System.Windows.Forms.ToolStripMenuItem mnuSet;
private System.Windows.Forms.ToolStripMenuItem mnuDelete;
private System.Windows.Forms.Label L_PKM1Slot;
private System.Windows.Forms.Label L_PKM6Slot;
private System.Windows.Forms.Label L_PKM5Slot;
private System.Windows.Forms.Label L_PKM4Slot;
private System.Windows.Forms.Label L_PKM3Slot;
private System.Windows.Forms.Label L_PKM2Slot;
private System.Windows.Forms.Label L_PKM1Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM1Flags;
private System.Windows.Forms.Label L_PKM6Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM6Flags;
private System.Windows.Forms.Label L_PKM5Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM5Flags;
private System.Windows.Forms.Label L_PKM4Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM4Flags;
private System.Windows.Forms.Label L_PKM3Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM3Flags;
private System.Windows.Forms.Label L_PKM2Flags;
private System.Windows.Forms.NumericUpDown NUD_PKM2Flags;
}
}