PKHeX/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs
Kurt 1feec26d1a Split StringFontUtil
2700 line file too big; split into context-specific font classes.
2024-02-23 20:05:50 -06:00

3282 lines
167 KiB
C#

namespace PKHeX.WinForms.Controls
{
partial class PKMEditor
{
/// <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 Component 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PKMEditor));
Hidden_TC = new System.Windows.Forms.TabControl();
Hidden_Main = new System.Windows.Forms.TabPage();
FLP_Main = new System.Windows.Forms.FlowLayoutPanel();
FLP_PID = new System.Windows.Forms.FlowLayoutPanel();
FLP_PIDLeft = new System.Windows.Forms.FlowLayoutPanel();
Label_PID = new System.Windows.Forms.Label();
BTN_Shinytize = new System.Windows.Forms.Button();
PB_ShinyStar = new SelectablePictureBox();
PB_ShinySquare = new SelectablePictureBox();
FLP_PIDRight = new System.Windows.Forms.FlowLayoutPanel();
TB_PID = new System.Windows.Forms.TextBox();
UC_Gender = new GenderToggle();
BTN_RerollPID = new System.Windows.Forms.Button();
FLP_Species = new System.Windows.Forms.FlowLayoutPanel();
Label_Species = new System.Windows.Forms.Label();
CB_Species = new System.Windows.Forms.ComboBox();
FLP_Nickname = new System.Windows.Forms.FlowLayoutPanel();
FLP_NicknameLeft = new System.Windows.Forms.FlowLayoutPanel();
CHK_Nicknamed = new System.Windows.Forms.Label();
CHK_NicknamedFlag = new System.Windows.Forms.CheckBox();
TB_Nickname = new System.Windows.Forms.TextBox();
BTN_NicknameWarn = new System.Windows.Forms.Button();
FLP_EXPLevel = new System.Windows.Forms.FlowLayoutPanel();
Label_EXP = new System.Windows.Forms.Label();
FLP_EXPLevelRight = new System.Windows.Forms.FlowLayoutPanel();
TB_EXP = new System.Windows.Forms.MaskedTextBox();
Label_CurLevel = new System.Windows.Forms.Label();
TB_Level = new System.Windows.Forms.MaskedTextBox();
FLP_Nature = new System.Windows.Forms.FlowLayoutPanel();
Label_Nature = new System.Windows.Forms.Label();
CB_Nature = new System.Windows.Forms.ComboBox();
FLP_OriginalNature = new System.Windows.Forms.FlowLayoutPanel();
L_OriginalNature = new System.Windows.Forms.Label();
CB_StatNature = new System.Windows.Forms.ComboBox();
FLP_Form = new System.Windows.Forms.FlowLayoutPanel();
FLP_FormLeft = new System.Windows.Forms.FlowLayoutPanel();
Label_Form = new System.Windows.Forms.Label();
L_FormArgument = new System.Windows.Forms.Label();
FLP_FormRight = new System.Windows.Forms.FlowLayoutPanel();
CB_Form = new System.Windows.Forms.ComboBox();
FA_Form = new FormArgument();
FLP_HeldItem = new System.Windows.Forms.FlowLayoutPanel();
Label_HeldItem = new System.Windows.Forms.Label();
CB_HeldItem = new System.Windows.Forms.ComboBox();
FLP_Ability = new System.Windows.Forms.FlowLayoutPanel();
Label_Ability = new System.Windows.Forms.Label();
FLP_AbilityRight = new System.Windows.Forms.FlowLayoutPanel();
CB_Ability = new System.Windows.Forms.ComboBox();
DEV_Ability = new System.Windows.Forms.ComboBox();
TB_AbilityNumber = new System.Windows.Forms.MaskedTextBox();
FLP_Friendship = new System.Windows.Forms.FlowLayoutPanel();
FLP_FriendshipLeft = new System.Windows.Forms.FlowLayoutPanel();
Label_Friendship = new System.Windows.Forms.Label();
Label_HatchCounter = new System.Windows.Forms.Label();
FLP_FriendshipRight = new System.Windows.Forms.FlowLayoutPanel();
TB_Friendship = new System.Windows.Forms.MaskedTextBox();
FLP_Language = new System.Windows.Forms.FlowLayoutPanel();
Label_Language = new System.Windows.Forms.Label();
CB_Language = new System.Windows.Forms.ComboBox();
FLP_EggPKRS = new System.Windows.Forms.FlowLayoutPanel();
FLP_EggPKRSLeft = new System.Windows.Forms.FlowLayoutPanel();
CHK_IsEgg = new System.Windows.Forms.CheckBox();
FLP_EggPKRSRight = new System.Windows.Forms.FlowLayoutPanel();
CHK_Infected = new System.Windows.Forms.CheckBox();
CHK_Cured = new System.Windows.Forms.CheckBox();
FLP_PKRS = new System.Windows.Forms.FlowLayoutPanel();
Label_PKRS = new System.Windows.Forms.Label();
FLP_PKRSRight = new System.Windows.Forms.FlowLayoutPanel();
CB_PKRSStrain = new System.Windows.Forms.ComboBox();
Label_PKRSdays = new System.Windows.Forms.Label();
CB_PKRSDays = new System.Windows.Forms.ComboBox();
FLP_NSparkle = new System.Windows.Forms.FlowLayoutPanel();
L_NSparkle = new System.Windows.Forms.Label();
CHK_NSparkle = new System.Windows.Forms.CheckBox();
FLP_ShadowID = new System.Windows.Forms.FlowLayoutPanel();
L_ShadowID = new System.Windows.Forms.Label();
NUD_ShadowID = new System.Windows.Forms.NumericUpDown();
FLP_Purification = new System.Windows.Forms.FlowLayoutPanel();
L_HeartGauge = new System.Windows.Forms.Label();
NUD_Purification = new System.Windows.Forms.NumericUpDown();
CHK_Shadow = new System.Windows.Forms.CheckBox();
FLP_CatchRate = new System.Windows.Forms.FlowLayoutPanel();
L_CatchRate = new System.Windows.Forms.Label();
CR_PK1 = new CatchRate();
Hidden_Met = new System.Windows.Forms.TabPage();
CHK_AsEgg = new System.Windows.Forms.CheckBox();
GB_EggConditions = new System.Windows.Forms.GroupBox();
CB_EggLocation = new System.Windows.Forms.ComboBox();
CAL_EggDate = new System.Windows.Forms.DateTimePicker();
Label_EggDate = new System.Windows.Forms.Label();
Label_EggLocation = new System.Windows.Forms.Label();
FLP_Met = new System.Windows.Forms.FlowLayoutPanel();
FLP_OriginGame = new System.Windows.Forms.FlowLayoutPanel();
Label_OriginGame = new System.Windows.Forms.Label();
CB_GameOrigin = new System.Windows.Forms.ComboBox();
FLP_BattleVersion = new System.Windows.Forms.FlowLayoutPanel();
L_BattleVersion = new System.Windows.Forms.Label();
CB_BattleVersion = new System.Windows.Forms.ComboBox();
FLP_MetLocation = new System.Windows.Forms.FlowLayoutPanel();
Label_MetLocation = new System.Windows.Forms.Label();
CB_MetLocation = new System.Windows.Forms.ComboBox();
FLP_Ball = new System.Windows.Forms.FlowLayoutPanel();
FLP_BallLeft = new System.Windows.Forms.FlowLayoutPanel();
Label_Ball = new System.Windows.Forms.Label();
PB_Ball = new System.Windows.Forms.PictureBox();
CB_Ball = new System.Windows.Forms.ComboBox();
FLP_MetDate = new System.Windows.Forms.FlowLayoutPanel();
Label_MetDate = new System.Windows.Forms.Label();
CAL_MetDate = new System.Windows.Forms.DateTimePicker();
FLP_MetLevel = new System.Windows.Forms.FlowLayoutPanel();
Label_MetLevel = new System.Windows.Forms.Label();
TB_MetLevel = new System.Windows.Forms.MaskedTextBox();
CHK_Fateful = new System.Windows.Forms.CheckBox();
FLP_ObedienceLevel = new System.Windows.Forms.FlowLayoutPanel();
L_ObedienceLevel = new System.Windows.Forms.Label();
TB_ObedienceLevel = new System.Windows.Forms.MaskedTextBox();
FLP_GroundTile = new System.Windows.Forms.FlowLayoutPanel();
Label_GroundTile = new System.Windows.Forms.Label();
CB_GroundTile = new System.Windows.Forms.ComboBox();
FLP_TimeOfDay = new System.Windows.Forms.FlowLayoutPanel();
L_MetTimeOfDay = new System.Windows.Forms.Label();
CB_MetTimeOfDay = new System.Windows.Forms.ComboBox();
Hidden_Stats = new System.Windows.Forms.TabPage();
Stats = new StatEditor();
Hidden_Moves = new System.Windows.Forms.TabPage();
L_AlphaMastered = new System.Windows.Forms.Label();
CB_AlphaMastered = new System.Windows.Forms.ComboBox();
FLP_MoveFlags = new System.Windows.Forms.FlowLayoutPanel();
B_RelearnFlags = new System.Windows.Forms.Button();
B_MoveShop = new System.Windows.Forms.Button();
GB_RelearnMoves = new System.Windows.Forms.GroupBox();
PB_WarnRelearn4 = new System.Windows.Forms.PictureBox();
PB_WarnRelearn3 = new System.Windows.Forms.PictureBox();
PB_WarnRelearn2 = new System.Windows.Forms.PictureBox();
PB_WarnRelearn1 = new System.Windows.Forms.PictureBox();
CB_RelearnMove4 = new System.Windows.Forms.ComboBox();
CB_RelearnMove3 = new System.Windows.Forms.ComboBox();
CB_RelearnMove2 = new System.Windows.Forms.ComboBox();
CB_RelearnMove1 = new System.Windows.Forms.ComboBox();
GB_CurrentMoves = new System.Windows.Forms.GroupBox();
FLP_Moves = new System.Windows.Forms.FlowLayoutPanel();
MC_Move1 = new MoveChoice();
MC_Move2 = new MoveChoice();
MC_Move3 = new MoveChoice();
MC_Move4 = new MoveChoice();
Label_CurPP = new System.Windows.Forms.Label();
Label_PPups = new System.Windows.Forms.Label();
Hidden_Cosmetic = new System.Windows.Forms.TabPage();
Contest = new ContestStat();
FLP_PKMEditors = new System.Windows.Forms.FlowLayoutPanel();
BTN_Ribbons = new System.Windows.Forms.Button();
BTN_Medals = new System.Windows.Forms.Button();
BTN_History = new System.Windows.Forms.Button();
FLP_CosmeticTop = new System.Windows.Forms.FlowLayoutPanel();
GB_Markings = new System.Windows.Forms.GroupBox();
PB_Mark6 = new System.Windows.Forms.PictureBox();
PB_Mark3 = new System.Windows.Forms.PictureBox();
PB_Mark5 = new System.Windows.Forms.PictureBox();
PB_MarkCured = new System.Windows.Forms.PictureBox();
PB_Mark2 = new System.Windows.Forms.PictureBox();
PB_MarkShiny = new System.Windows.Forms.PictureBox();
PB_Mark1 = new System.Windows.Forms.PictureBox();
PB_Mark4 = new System.Windows.Forms.PictureBox();
PB_Affixed = new System.Windows.Forms.PictureBox();
FLP_BigMarkings = new System.Windows.Forms.FlowLayoutPanel();
PB_Favorite = new System.Windows.Forms.PictureBox();
PB_Origin = new System.Windows.Forms.PictureBox();
PB_BattleVersion = new System.Windows.Forms.PictureBox();
SizeCP = new SizeCP();
ShinyLeaf = new ShinyLeaf();
Hidden_OTMisc = new System.Windows.Forms.TabPage();
FLP_OTMisc = new System.Windows.Forms.FlowLayoutPanel();
GB_OT = new System.Windows.Forms.Label();
TID_Trainer = new TrainerID();
FLP_OT = new System.Windows.Forms.FlowLayoutPanel();
Label_OT = new System.Windows.Forms.Label();
TB_OT = new System.Windows.Forms.TextBox();
UC_OTGender = new GenderToggle();
BTN_OTNameWarn = new System.Windows.Forms.Button();
FLP_Country = new System.Windows.Forms.FlowLayoutPanel();
Label_Country = new System.Windows.Forms.Label();
CB_Country = new System.Windows.Forms.ComboBox();
FLP_SubRegion = new System.Windows.Forms.FlowLayoutPanel();
Label_SubRegion = new System.Windows.Forms.Label();
CB_SubRegion = new System.Windows.Forms.ComboBox();
FLP_3DSRegion = new System.Windows.Forms.FlowLayoutPanel();
Label_3DSRegion = new System.Windows.Forms.Label();
CB_3DSReg = new System.Windows.Forms.ComboBox();
FLP_Handler = new System.Windows.Forms.FlowLayoutPanel();
L_CurrentHandler = new System.Windows.Forms.Label();
CB_Handler = new System.Windows.Forms.ComboBox();
GB_nOT = new System.Windows.Forms.Label();
FLP_HT = new System.Windows.Forms.FlowLayoutPanel();
Label_PrevOT = new System.Windows.Forms.Label();
TB_HT = new System.Windows.Forms.TextBox();
UC_HTGender = new GenderToggle();
FLP_HTLanguage = new System.Windows.Forms.FlowLayoutPanel();
L_LanguageHT = new System.Windows.Forms.Label();
CB_HTLanguage = new System.Windows.Forms.ComboBox();
FLP_ExtraBytes = new System.Windows.Forms.FlowLayoutPanel();
L_ExtraBytes = new System.Windows.Forms.Label();
CB_ExtraBytes = new System.Windows.Forms.ComboBox();
TB_ExtraByte = new System.Windows.Forms.MaskedTextBox();
L_HomeTracker = new System.Windows.Forms.Label();
TB_HomeTracker = new System.Windows.Forms.TextBox();
Label_EncryptionConstant = new System.Windows.Forms.Label();
TB_EC = new System.Windows.Forms.TextBox();
BTN_RerollEC = new System.Windows.Forms.Button();
TC_Editor = new VerticalTabControlEntityEditor();
Tab_Main = new System.Windows.Forms.TabPage();
Tab_Met = new System.Windows.Forms.TabPage();
Tab_Stats = new System.Windows.Forms.TabPage();
Tab_Moves = new System.Windows.Forms.TabPage();
Tab_Cosmetic = new System.Windows.Forms.TabPage();
Tab_OTMisc = new System.Windows.Forms.TabPage();
Hidden_TC.SuspendLayout();
Hidden_Main.SuspendLayout();
FLP_Main.SuspendLayout();
FLP_PID.SuspendLayout();
FLP_PIDLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_ShinyStar).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_ShinySquare).BeginInit();
FLP_PIDRight.SuspendLayout();
FLP_Species.SuspendLayout();
FLP_Nickname.SuspendLayout();
FLP_NicknameLeft.SuspendLayout();
FLP_EXPLevel.SuspendLayout();
FLP_EXPLevelRight.SuspendLayout();
FLP_Nature.SuspendLayout();
FLP_OriginalNature.SuspendLayout();
FLP_Form.SuspendLayout();
FLP_FormLeft.SuspendLayout();
FLP_FormRight.SuspendLayout();
FLP_HeldItem.SuspendLayout();
FLP_Ability.SuspendLayout();
FLP_AbilityRight.SuspendLayout();
FLP_Friendship.SuspendLayout();
FLP_FriendshipLeft.SuspendLayout();
FLP_FriendshipRight.SuspendLayout();
FLP_Language.SuspendLayout();
FLP_EggPKRS.SuspendLayout();
FLP_EggPKRSLeft.SuspendLayout();
FLP_EggPKRSRight.SuspendLayout();
FLP_PKRS.SuspendLayout();
FLP_PKRSRight.SuspendLayout();
FLP_NSparkle.SuspendLayout();
FLP_ShadowID.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_ShadowID).BeginInit();
FLP_Purification.SuspendLayout();
((System.ComponentModel.ISupportInitialize)NUD_Purification).BeginInit();
FLP_CatchRate.SuspendLayout();
Hidden_Met.SuspendLayout();
GB_EggConditions.SuspendLayout();
FLP_Met.SuspendLayout();
FLP_OriginGame.SuspendLayout();
FLP_BattleVersion.SuspendLayout();
FLP_MetLocation.SuspendLayout();
FLP_Ball.SuspendLayout();
FLP_BallLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_Ball).BeginInit();
FLP_MetDate.SuspendLayout();
FLP_MetLevel.SuspendLayout();
FLP_ObedienceLevel.SuspendLayout();
FLP_GroundTile.SuspendLayout();
FLP_TimeOfDay.SuspendLayout();
Hidden_Stats.SuspendLayout();
Hidden_Moves.SuspendLayout();
FLP_MoveFlags.SuspendLayout();
GB_RelearnMoves.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn4).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn3).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn2).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn1).BeginInit();
GB_CurrentMoves.SuspendLayout();
FLP_Moves.SuspendLayout();
Hidden_Cosmetic.SuspendLayout();
FLP_PKMEditors.SuspendLayout();
FLP_CosmeticTop.SuspendLayout();
GB_Markings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_Mark6).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Mark3).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Mark5).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_MarkCured).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Mark2).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_MarkShiny).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Mark1).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Mark4).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Affixed).BeginInit();
FLP_BigMarkings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)PB_Favorite).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_Origin).BeginInit();
((System.ComponentModel.ISupportInitialize)PB_BattleVersion).BeginInit();
Hidden_OTMisc.SuspendLayout();
FLP_OTMisc.SuspendLayout();
FLP_OT.SuspendLayout();
FLP_Country.SuspendLayout();
FLP_SubRegion.SuspendLayout();
FLP_3DSRegion.SuspendLayout();
FLP_Handler.SuspendLayout();
FLP_HT.SuspendLayout();
FLP_HTLanguage.SuspendLayout();
FLP_ExtraBytes.SuspendLayout();
TC_Editor.SuspendLayout();
SuspendLayout();
//
// Hidden_TC
//
Hidden_TC.AllowDrop = true;
Hidden_TC.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
Hidden_TC.Controls.Add(Hidden_Main);
Hidden_TC.Controls.Add(Hidden_Met);
Hidden_TC.Controls.Add(Hidden_Stats);
Hidden_TC.Controls.Add(Hidden_Moves);
Hidden_TC.Controls.Add(Hidden_Cosmetic);
Hidden_TC.Controls.Add(Hidden_OTMisc);
Hidden_TC.ItemSize = new System.Drawing.Size(0, 1);
Hidden_TC.Location = new System.Drawing.Point(96, -3);
Hidden_TC.Margin = new System.Windows.Forms.Padding(0);
Hidden_TC.Name = "Hidden_TC";
Hidden_TC.SelectedIndex = 0;
Hidden_TC.Size = new System.Drawing.Size(304, 400);
Hidden_TC.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
Hidden_TC.TabIndex = 1;
Hidden_TC.TabStop = false;
//
// Hidden_Main
//
Hidden_Main.AllowDrop = true;
Hidden_Main.Controls.Add(FLP_Main);
Hidden_Main.Location = new System.Drawing.Point(4, 5);
Hidden_Main.Margin = new System.Windows.Forms.Padding(0);
Hidden_Main.Name = "Hidden_Main";
Hidden_Main.Size = new System.Drawing.Size(296, 391);
Hidden_Main.TabIndex = 0;
Hidden_Main.Text = "Main";
Hidden_Main.UseVisualStyleBackColor = true;
//
// FLP_Main
//
FLP_Main.Controls.Add(FLP_PID);
FLP_Main.Controls.Add(FLP_Species);
FLP_Main.Controls.Add(FLP_Nickname);
FLP_Main.Controls.Add(FLP_EXPLevel);
FLP_Main.Controls.Add(FLP_Nature);
FLP_Main.Controls.Add(FLP_OriginalNature);
FLP_Main.Controls.Add(FLP_Form);
FLP_Main.Controls.Add(FLP_HeldItem);
FLP_Main.Controls.Add(FLP_Ability);
FLP_Main.Controls.Add(FLP_Friendship);
FLP_Main.Controls.Add(FLP_Language);
FLP_Main.Controls.Add(FLP_EggPKRS);
FLP_Main.Controls.Add(FLP_PKRS);
FLP_Main.Controls.Add(FLP_NSparkle);
FLP_Main.Controls.Add(FLP_ShadowID);
FLP_Main.Controls.Add(FLP_Purification);
FLP_Main.Controls.Add(FLP_CatchRate);
FLP_Main.Dock = System.Windows.Forms.DockStyle.Fill;
FLP_Main.Location = new System.Drawing.Point(0, 0);
FLP_Main.Margin = new System.Windows.Forms.Padding(0);
FLP_Main.Name = "FLP_Main";
FLP_Main.Padding = new System.Windows.Forms.Padding(0, 16, 0, 0);
FLP_Main.Size = new System.Drawing.Size(296, 391);
FLP_Main.TabIndex = 103;
//
// FLP_PID
//
FLP_PID.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_PID.Controls.Add(FLP_PIDLeft);
FLP_PID.Controls.Add(FLP_PIDRight);
FLP_PID.Location = new System.Drawing.Point(0, 16);
FLP_PID.Margin = new System.Windows.Forms.Padding(0);
FLP_PID.Name = "FLP_PID";
FLP_PID.Size = new System.Drawing.Size(272, 24);
FLP_PID.TabIndex = 0;
//
// FLP_PIDLeft
//
FLP_PIDLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_PIDLeft.Controls.Add(Label_PID);
FLP_PIDLeft.Controls.Add(BTN_Shinytize);
FLP_PIDLeft.Controls.Add(PB_ShinyStar);
FLP_PIDLeft.Controls.Add(PB_ShinySquare);
FLP_PIDLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_PIDLeft.Location = new System.Drawing.Point(0, 0);
FLP_PIDLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_PIDLeft.Name = "FLP_PIDLeft";
FLP_PIDLeft.Size = new System.Drawing.Size(104, 24);
FLP_PIDLeft.TabIndex = 0;
//
// Label_PID
//
Label_PID.Anchor = System.Windows.Forms.AnchorStyles.Right;
Label_PID.Location = new System.Drawing.Point(72, 0);
Label_PID.Margin = new System.Windows.Forms.Padding(0);
Label_PID.Name = "Label_PID";
Label_PID.Size = new System.Drawing.Size(32, 24);
Label_PID.TabIndex = 0;
Label_PID.Text = "PID:";
Label_PID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// BTN_Shinytize
//
BTN_Shinytize.AccessibleDescription = "When pressed, makes the entity shiny.";
BTN_Shinytize.AccessibleName = "Shiny Button";
BTN_Shinytize.Anchor = System.Windows.Forms.AnchorStyles.Right;
BTN_Shinytize.Location = new System.Drawing.Point(48, 0);
BTN_Shinytize.Margin = new System.Windows.Forms.Padding(0);
BTN_Shinytize.Name = "BTN_Shinytize";
BTN_Shinytize.Size = new System.Drawing.Size(24, 24);
BTN_Shinytize.TabIndex = 1;
BTN_Shinytize.Text = "☆";
BTN_Shinytize.UseVisualStyleBackColor = true;
BTN_Shinytize.Click += UpdateShinyPID;
//
// PB_ShinyStar
//
PB_ShinyStar.AccessibleDescription = "Currently Shiny";
PB_ShinyStar.AccessibleName = "Currently Shiny";
PB_ShinyStar.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_ShinyStar.Anchor = System.Windows.Forms.AnchorStyles.Right;
PB_ShinyStar.Image = Properties.Resources.rare_icon;
PB_ShinyStar.InitialImage = Properties.Resources.rare_icon;
PB_ShinyStar.Location = new System.Drawing.Point(24, 0);
PB_ShinyStar.Margin = new System.Windows.Forms.Padding(0);
PB_ShinyStar.Name = "PB_ShinyStar";
PB_ShinyStar.Size = new System.Drawing.Size(24, 24);
PB_ShinyStar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_ShinyStar.TabIndex = 62;
PB_ShinyStar.TabStop = false;
PB_ShinyStar.Visible = false;
//
// PB_ShinySquare
//
PB_ShinySquare.AccessibleDescription = "Currently Xor0 Square Shiny";
PB_ShinySquare.AccessibleName = "Currently Xor0 Square Shiny";
PB_ShinySquare.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_ShinySquare.Anchor = System.Windows.Forms.AnchorStyles.Right;
PB_ShinySquare.Image = Properties.Resources.rare_icon_2;
PB_ShinySquare.InitialImage = Properties.Resources.rare_icon_2;
PB_ShinySquare.Location = new System.Drawing.Point(0, 0);
PB_ShinySquare.Margin = new System.Windows.Forms.Padding(0);
PB_ShinySquare.Name = "PB_ShinySquare";
PB_ShinySquare.Size = new System.Drawing.Size(24, 24);
PB_ShinySquare.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_ShinySquare.TabIndex = 62;
PB_ShinySquare.TabStop = false;
PB_ShinySquare.Visible = false;
//
// FLP_PIDRight
//
FLP_PIDRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_PIDRight.Controls.Add(TB_PID);
FLP_PIDRight.Controls.Add(UC_Gender);
FLP_PIDRight.Controls.Add(BTN_RerollPID);
FLP_PIDRight.Location = new System.Drawing.Point(104, 0);
FLP_PIDRight.Margin = new System.Windows.Forms.Padding(0);
FLP_PIDRight.Name = "FLP_PIDRight";
FLP_PIDRight.Size = new System.Drawing.Size(162, 24);
FLP_PIDRight.TabIndex = 104;
//
// TB_PID
//
TB_PID.Anchor = System.Windows.Forms.AnchorStyles.Left;
TB_PID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_PID.Font = new System.Drawing.Font("Courier New", 8.25F);
TB_PID.Location = new System.Drawing.Point(0, 3);
TB_PID.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
TB_PID.MaxLength = 8;
TB_PID.Name = "TB_PID";
TB_PID.PlaceholderText = "12345678";
TB_PID.Size = new System.Drawing.Size(64, 20);
TB_PID.TabIndex = 1;
TB_PID.MouseHover += UpdateTSV;
TB_PID.Validated += Update_ID;
//
// UC_Gender
//
UC_Gender.AccessibleDescription = "Entity Gender Pane";
UC_Gender.AccessibleName = "Entity Gender Pane";
UC_Gender.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
UC_Gender.AllowClick = false;
UC_Gender.BackgroundImage = (System.Drawing.Image)resources.GetObject("UC_Gender.BackgroundImage");
UC_Gender.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
UC_Gender.Gender = 0;
UC_Gender.Location = new System.Drawing.Point(64, 0);
UC_Gender.Margin = new System.Windows.Forms.Padding(0);
UC_Gender.Name = "UC_Gender";
UC_Gender.Size = new System.Drawing.Size(24, 24);
UC_Gender.TabIndex = 56;
UC_Gender.Click += ClickGender;
//
// BTN_RerollPID
//
BTN_RerollPID.Anchor = System.Windows.Forms.AnchorStyles.Left;
BTN_RerollPID.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
BTN_RerollPID.Location = new System.Drawing.Point(88, 0);
BTN_RerollPID.Margin = new System.Windows.Forms.Padding(0);
BTN_RerollPID.Name = "BTN_RerollPID";
BTN_RerollPID.Size = new System.Drawing.Size(56, 24);
BTN_RerollPID.TabIndex = 1;
BTN_RerollPID.Text = "Reroll";
BTN_RerollPID.UseVisualStyleBackColor = true;
BTN_RerollPID.Click += UpdateRandomPID;
//
// FLP_Species
//
FLP_Species.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Species.Controls.Add(Label_Species);
FLP_Species.Controls.Add(CB_Species);
FLP_Species.Location = new System.Drawing.Point(0, 40);
FLP_Species.Margin = new System.Windows.Forms.Padding(0);
FLP_Species.Name = "FLP_Species";
FLP_Species.Size = new System.Drawing.Size(272, 24);
FLP_Species.TabIndex = 1;
//
// Label_Species
//
Label_Species.Anchor = System.Windows.Forms.AnchorStyles.Right;
Label_Species.Location = new System.Drawing.Point(0, 0);
Label_Species.Margin = new System.Windows.Forms.Padding(0);
Label_Species.Name = "Label_Species";
Label_Species.Size = new System.Drawing.Size(104, 24);
Label_Species.TabIndex = 1;
Label_Species.Text = "Species:";
Label_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_Species.Click += UpdateNickname;
//
// CB_Species
//
CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Species.FormattingEnabled = true;
CB_Species.Location = new System.Drawing.Point(104, 0);
CB_Species.Margin = new System.Windows.Forms.Padding(0);
CB_Species.Name = "CB_Species";
CB_Species.Size = new System.Drawing.Size(144, 23);
CB_Species.TabIndex = 3;
CB_Species.SelectedIndexChanged += ValidateComboBox2;
CB_Species.SelectedValueChanged += UpdateSpecies;
CB_Species.Validating += ValidateComboBox;
//
// FLP_Nickname
//
FLP_Nickname.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Nickname.Controls.Add(FLP_NicknameLeft);
FLP_Nickname.Controls.Add(TB_Nickname);
FLP_Nickname.Controls.Add(BTN_NicknameWarn);
FLP_Nickname.Location = new System.Drawing.Point(0, 64);
FLP_Nickname.Margin = new System.Windows.Forms.Padding(0);
FLP_Nickname.Name = "FLP_Nickname";
FLP_Nickname.Size = new System.Drawing.Size(272, 24);
FLP_Nickname.TabIndex = 2;
//
// FLP_NicknameLeft
//
FLP_NicknameLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_NicknameLeft.Controls.Add(CHK_Nicknamed);
FLP_NicknameLeft.Controls.Add(CHK_NicknamedFlag);
FLP_NicknameLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_NicknameLeft.Location = new System.Drawing.Point(0, 0);
FLP_NicknameLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_NicknameLeft.Name = "FLP_NicknameLeft";
FLP_NicknameLeft.Size = new System.Drawing.Size(104, 24);
FLP_NicknameLeft.TabIndex = 109;
//
// CHK_Nicknamed
//
CHK_Nicknamed.AutoSize = true;
CHK_Nicknamed.Location = new System.Drawing.Point(40, 0);
CHK_Nicknamed.Margin = new System.Windows.Forms.Padding(0);
CHK_Nicknamed.MinimumSize = new System.Drawing.Size(0, 24);
CHK_Nicknamed.Name = "CHK_Nicknamed";
CHK_Nicknamed.Size = new System.Drawing.Size(64, 24);
CHK_Nicknamed.TabIndex = 5;
CHK_Nicknamed.Text = "Nickname:";
CHK_Nicknamed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_Nicknamed.Click += CHK_Nicknamed_Click;
//
// CHK_NicknamedFlag
//
CHK_NicknamedFlag.Anchor = System.Windows.Forms.AnchorStyles.Right;
CHK_NicknamedFlag.Location = new System.Drawing.Point(24, 0);
CHK_NicknamedFlag.Margin = new System.Windows.Forms.Padding(0);
CHK_NicknamedFlag.Name = "CHK_NicknamedFlag";
CHK_NicknamedFlag.Size = new System.Drawing.Size(16, 24);
CHK_NicknamedFlag.TabIndex = 4;
CHK_NicknamedFlag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_NicknamedFlag.UseVisualStyleBackColor = true;
CHK_NicknamedFlag.CheckedChanged += UpdateNickname;
//
// TB_Nickname
//
TB_Nickname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_Nickname.Location = new System.Drawing.Point(104, 0);
TB_Nickname.Margin = new System.Windows.Forms.Padding(0);
TB_Nickname.MaxLength = 12;
TB_Nickname.Name = "TB_Nickname";
TB_Nickname.Size = new System.Drawing.Size(144, 23);
TB_Nickname.TabIndex = 5;
TB_Nickname.TextChanged += UpdateIsNicknamed;
TB_Nickname.TextChanged += RefreshFontWarningButton;
TB_Nickname.MouseDown += UpdateNicknameClick;
//
// BTN_NicknameWarn
//
BTN_NicknameWarn.AccessibleDescription = "When pressed, shows how the nickname will be displayed in the game's font.";
BTN_NicknameWarn.AccessibleName = "Nickname Font Warning Button";
BTN_NicknameWarn.Anchor = System.Windows.Forms.AnchorStyles.Right;
BTN_NicknameWarn.Location = new System.Drawing.Point(248, 0);
BTN_NicknameWarn.Margin = new System.Windows.Forms.Padding(0);
BTN_NicknameWarn.Name = "BTN_NicknameWarn";
BTN_NicknameWarn.Size = new System.Drawing.Size(24, 24);
BTN_NicknameWarn.TabIndex = 110;
BTN_NicknameWarn.Text = "?";
BTN_NicknameWarn.UseVisualStyleBackColor = true;
BTN_NicknameWarn.Click += BTN_NicknameWarn_Click;
//
// FLP_EXPLevel
//
FLP_EXPLevel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_EXPLevel.Controls.Add(Label_EXP);
FLP_EXPLevel.Controls.Add(FLP_EXPLevelRight);
FLP_EXPLevel.Location = new System.Drawing.Point(0, 88);
FLP_EXPLevel.Margin = new System.Windows.Forms.Padding(0);
FLP_EXPLevel.Name = "FLP_EXPLevel";
FLP_EXPLevel.Size = new System.Drawing.Size(272, 24);
FLP_EXPLevel.TabIndex = 3;
//
// Label_EXP
//
Label_EXP.Location = new System.Drawing.Point(0, 0);
Label_EXP.Margin = new System.Windows.Forms.Padding(0);
Label_EXP.Name = "Label_EXP";
Label_EXP.Size = new System.Drawing.Size(104, 24);
Label_EXP.TabIndex = 3;
Label_EXP.Text = "EXP:";
Label_EXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// FLP_EXPLevelRight
//
FLP_EXPLevelRight.Anchor = System.Windows.Forms.AnchorStyles.Left;
FLP_EXPLevelRight.Controls.Add(TB_EXP);
FLP_EXPLevelRight.Controls.Add(Label_CurLevel);
FLP_EXPLevelRight.Controls.Add(TB_Level);
FLP_EXPLevelRight.Location = new System.Drawing.Point(104, 0);
FLP_EXPLevelRight.Margin = new System.Windows.Forms.Padding(0);
FLP_EXPLevelRight.Name = "FLP_EXPLevelRight";
FLP_EXPLevelRight.Size = new System.Drawing.Size(160, 24);
FLP_EXPLevelRight.TabIndex = 0;
//
// TB_EXP
//
TB_EXP.Anchor = System.Windows.Forms.AnchorStyles.Left;
TB_EXP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_EXP.Location = new System.Drawing.Point(0, 0);
TB_EXP.Margin = new System.Windows.Forms.Padding(0);
TB_EXP.Mask = "0000000";
TB_EXP.Name = "TB_EXP";
TB_EXP.Size = new System.Drawing.Size(48, 23);
TB_EXP.TabIndex = 7;
TB_EXP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_EXP.TextChanged += UpdateEXPLevel;
//
// Label_CurLevel
//
Label_CurLevel.Location = new System.Drawing.Point(48, 0);
Label_CurLevel.Margin = new System.Windows.Forms.Padding(0);
Label_CurLevel.Name = "Label_CurLevel";
Label_CurLevel.Size = new System.Drawing.Size(72, 21);
Label_CurLevel.TabIndex = 7;
Label_CurLevel.Text = "Level:";
Label_CurLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_CurLevel.Click += ClickMetLocation;
//
// TB_Level
//
TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_Level.Location = new System.Drawing.Point(120, 0);
TB_Level.Margin = new System.Windows.Forms.Padding(0);
TB_Level.Mask = "000";
TB_Level.Name = "TB_Level";
TB_Level.Size = new System.Drawing.Size(24, 23);
TB_Level.TabIndex = 8;
TB_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_Level.Click += ClickLevel;
TB_Level.TextChanged += UpdateEXPLevel;
//
// FLP_Nature
//
FLP_Nature.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Nature.Controls.Add(Label_Nature);
FLP_Nature.Controls.Add(CB_Nature);
FLP_Nature.Location = new System.Drawing.Point(0, 112);
FLP_Nature.Margin = new System.Windows.Forms.Padding(0);
FLP_Nature.Name = "FLP_Nature";
FLP_Nature.Size = new System.Drawing.Size(272, 24);
FLP_Nature.TabIndex = 4;
//
// Label_Nature
//
Label_Nature.Location = new System.Drawing.Point(0, 0);
Label_Nature.Margin = new System.Windows.Forms.Padding(0);
Label_Nature.Name = "Label_Nature";
Label_Nature.Size = new System.Drawing.Size(104, 24);
Label_Nature.TabIndex = 8;
Label_Nature.Text = "Nature:";
Label_Nature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_Nature.Click += ClickNature;
//
// CB_Nature
//
CB_Nature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Nature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Nature.FormattingEnabled = true;
CB_Nature.Location = new System.Drawing.Point(104, 0);
CB_Nature.Margin = new System.Windows.Forms.Padding(0);
CB_Nature.Name = "CB_Nature";
CB_Nature.Size = new System.Drawing.Size(144, 23);
CB_Nature.TabIndex = 9;
CB_Nature.SelectedIndexChanged += ValidateComboBox2;
CB_Nature.Validating += ValidateComboBox;
//
// FLP_OriginalNature
//
FLP_OriginalNature.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_OriginalNature.Controls.Add(L_OriginalNature);
FLP_OriginalNature.Controls.Add(CB_StatNature);
FLP_OriginalNature.Location = new System.Drawing.Point(0, 136);
FLP_OriginalNature.Margin = new System.Windows.Forms.Padding(0);
FLP_OriginalNature.Name = "FLP_OriginalNature";
FLP_OriginalNature.Size = new System.Drawing.Size(272, 24);
FLP_OriginalNature.TabIndex = 5;
//
// L_OriginalNature
//
L_OriginalNature.Location = new System.Drawing.Point(0, 0);
L_OriginalNature.Margin = new System.Windows.Forms.Padding(0);
L_OriginalNature.Name = "L_OriginalNature";
L_OriginalNature.Size = new System.Drawing.Size(104, 24);
L_OriginalNature.TabIndex = 8;
L_OriginalNature.Text = "Stat Nature:";
L_OriginalNature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
L_OriginalNature.Click += ClickNature;
//
// CB_StatNature
//
CB_StatNature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_StatNature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_StatNature.FormattingEnabled = true;
CB_StatNature.Location = new System.Drawing.Point(104, 0);
CB_StatNature.Margin = new System.Windows.Forms.Padding(0);
CB_StatNature.Name = "CB_StatNature";
CB_StatNature.Size = new System.Drawing.Size(144, 23);
CB_StatNature.TabIndex = 10;
CB_StatNature.SelectedIndexChanged += ValidateComboBox2;
CB_StatNature.Validating += ValidateComboBox;
//
// FLP_Form
//
FLP_Form.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Form.Controls.Add(FLP_FormLeft);
FLP_Form.Controls.Add(FLP_FormRight);
FLP_Form.Location = new System.Drawing.Point(0, 160);
FLP_Form.Margin = new System.Windows.Forms.Padding(0);
FLP_Form.Name = "FLP_Form";
FLP_Form.Size = new System.Drawing.Size(338, 24);
FLP_Form.TabIndex = 6;
//
// FLP_FormLeft
//
FLP_FormLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_FormLeft.Controls.Add(Label_Form);
FLP_FormLeft.Controls.Add(L_FormArgument);
FLP_FormLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_FormLeft.Location = new System.Drawing.Point(0, 0);
FLP_FormLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_FormLeft.Name = "FLP_FormLeft";
FLP_FormLeft.Size = new System.Drawing.Size(104, 24);
FLP_FormLeft.TabIndex = 0;
//
// Label_Form
//
Label_Form.Location = new System.Drawing.Point(0, 0);
Label_Form.Margin = new System.Windows.Forms.Padding(0);
Label_Form.Name = "Label_Form";
Label_Form.Size = new System.Drawing.Size(104, 24);
Label_Form.TabIndex = 11;
Label_Form.Text = "Form:";
Label_Form.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FormArgument
//
L_FormArgument.Location = new System.Drawing.Point(6, 24);
L_FormArgument.Margin = new System.Windows.Forms.Padding(0);
L_FormArgument.Name = "L_FormArgument";
L_FormArgument.Size = new System.Drawing.Size(98, 21);
L_FormArgument.TabIndex = 12;
L_FormArgument.Text = "Form Argument:";
L_FormArgument.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// FLP_FormRight
//
FLP_FormRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_FormRight.Controls.Add(CB_Form);
FLP_FormRight.Controls.Add(FA_Form);
FLP_FormRight.Location = new System.Drawing.Point(104, 0);
FLP_FormRight.Margin = new System.Windows.Forms.Padding(0);
FLP_FormRight.Name = "FLP_FormRight";
FLP_FormRight.Size = new System.Drawing.Size(224, 24);
FLP_FormRight.TabIndex = 104;
//
// CB_Form
//
CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Form.DropDownWidth = 85;
CB_Form.Enabled = false;
CB_Form.FormattingEnabled = true;
CB_Form.Items.AddRange(new object[] { "" });
CB_Form.Location = new System.Drawing.Point(0, 0);
CB_Form.Margin = new System.Windows.Forms.Padding(0);
CB_Form.Name = "CB_Form";
CB_Form.Size = new System.Drawing.Size(128, 23);
CB_Form.TabIndex = 12;
CB_Form.SelectedIndexChanged += UpdateForm;
//
// FA_Form
//
FA_Form.AccessibleDescription = "Form Argument Info";
FA_Form.AccessibleName = "Form Argument Info";
FA_Form.Location = new System.Drawing.Point(128, 0);
FA_Form.Margin = new System.Windows.Forms.Padding(0);
FA_Form.Name = "FA_Form";
FA_Form.Size = new System.Drawing.Size(80, 24);
FA_Form.TabIndex = 19;
FA_Form.ValueChanged += UpdateFormArgument;
//
// FLP_HeldItem
//
FLP_HeldItem.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_HeldItem.Controls.Add(Label_HeldItem);
FLP_HeldItem.Controls.Add(CB_HeldItem);
FLP_HeldItem.Location = new System.Drawing.Point(0, 184);
FLP_HeldItem.Margin = new System.Windows.Forms.Padding(0);
FLP_HeldItem.Name = "FLP_HeldItem";
FLP_HeldItem.Size = new System.Drawing.Size(272, 24);
FLP_HeldItem.TabIndex = 7;
//
// Label_HeldItem
//
Label_HeldItem.Anchor = System.Windows.Forms.AnchorStyles.Right;
Label_HeldItem.Location = new System.Drawing.Point(0, 0);
Label_HeldItem.Margin = new System.Windows.Forms.Padding(0);
Label_HeldItem.Name = "Label_HeldItem";
Label_HeldItem.Size = new System.Drawing.Size(104, 24);
Label_HeldItem.TabIndex = 51;
Label_HeldItem.Text = "Held Item:";
Label_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_HeldItem
//
CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_HeldItem.FormattingEnabled = true;
CB_HeldItem.Location = new System.Drawing.Point(104, 0);
CB_HeldItem.Margin = new System.Windows.Forms.Padding(0);
CB_HeldItem.Name = "CB_HeldItem";
CB_HeldItem.Size = new System.Drawing.Size(144, 23);
CB_HeldItem.TabIndex = 10;
CB_HeldItem.SelectedIndexChanged += ValidateComboBox2;
CB_HeldItem.Validating += ValidateComboBox;
//
// FLP_Ability
//
FLP_Ability.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Ability.Controls.Add(Label_Ability);
FLP_Ability.Controls.Add(FLP_AbilityRight);
FLP_Ability.Location = new System.Drawing.Point(0, 208);
FLP_Ability.Margin = new System.Windows.Forms.Padding(0);
FLP_Ability.Name = "FLP_Ability";
FLP_Ability.Size = new System.Drawing.Size(272, 24);
FLP_Ability.TabIndex = 8;
//
// Label_Ability
//
Label_Ability.Location = new System.Drawing.Point(0, 0);
Label_Ability.Margin = new System.Windows.Forms.Padding(0);
Label_Ability.Name = "Label_Ability";
Label_Ability.Size = new System.Drawing.Size(104, 24);
Label_Ability.TabIndex = 10;
Label_Ability.Text = "Ability:";
Label_Ability.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// FLP_AbilityRight
//
FLP_AbilityRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_AbilityRight.Controls.Add(CB_Ability);
FLP_AbilityRight.Controls.Add(DEV_Ability);
FLP_AbilityRight.Controls.Add(TB_AbilityNumber);
FLP_AbilityRight.Location = new System.Drawing.Point(104, 0);
FLP_AbilityRight.Margin = new System.Windows.Forms.Padding(0);
FLP_AbilityRight.Name = "FLP_AbilityRight";
FLP_AbilityRight.Size = new System.Drawing.Size(160, 24);
FLP_AbilityRight.TabIndex = 109;
//
// CB_Ability
//
CB_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Ability.FormattingEnabled = true;
CB_Ability.Location = new System.Drawing.Point(0, 0);
CB_Ability.Margin = new System.Windows.Forms.Padding(0);
CB_Ability.Name = "CB_Ability";
CB_Ability.Size = new System.Drawing.Size(144, 23);
CB_Ability.TabIndex = 13;
CB_Ability.SelectedIndexChanged += ValidateComboBox2;
CB_Ability.Validating += ValidateComboBox;
//
// DEV_Ability
//
DEV_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
DEV_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
DEV_Ability.Enabled = false;
DEV_Ability.FormattingEnabled = true;
DEV_Ability.Location = new System.Drawing.Point(0, 23);
DEV_Ability.Margin = new System.Windows.Forms.Padding(0);
DEV_Ability.Name = "DEV_Ability";
DEV_Ability.Size = new System.Drawing.Size(126, 23);
DEV_Ability.TabIndex = 14;
DEV_Ability.Visible = false;
//
// TB_AbilityNumber
//
TB_AbilityNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_AbilityNumber.Location = new System.Drawing.Point(126, 23);
TB_AbilityNumber.Margin = new System.Windows.Forms.Padding(0);
TB_AbilityNumber.Mask = "0";
TB_AbilityNumber.Name = "TB_AbilityNumber";
TB_AbilityNumber.Size = new System.Drawing.Size(19, 23);
TB_AbilityNumber.TabIndex = 14;
TB_AbilityNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_AbilityNumber.Visible = false;
//
// FLP_Friendship
//
FLP_Friendship.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Friendship.Controls.Add(FLP_FriendshipLeft);
FLP_Friendship.Controls.Add(FLP_FriendshipRight);
FLP_Friendship.Location = new System.Drawing.Point(0, 232);
FLP_Friendship.Margin = new System.Windows.Forms.Padding(0);
FLP_Friendship.Name = "FLP_Friendship";
FLP_Friendship.Size = new System.Drawing.Size(272, 24);
FLP_Friendship.TabIndex = 9;
//
// FLP_FriendshipLeft
//
FLP_FriendshipLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_FriendshipLeft.Controls.Add(Label_Friendship);
FLP_FriendshipLeft.Controls.Add(Label_HatchCounter);
FLP_FriendshipLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_FriendshipLeft.Location = new System.Drawing.Point(0, 0);
FLP_FriendshipLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_FriendshipLeft.Name = "FLP_FriendshipLeft";
FLP_FriendshipLeft.Size = new System.Drawing.Size(104, 24);
FLP_FriendshipLeft.TabIndex = 0;
//
// Label_Friendship
//
Label_Friendship.Location = new System.Drawing.Point(0, 0);
Label_Friendship.Margin = new System.Windows.Forms.Padding(0);
Label_Friendship.Name = "Label_Friendship";
Label_Friendship.Size = new System.Drawing.Size(104, 24);
Label_Friendship.TabIndex = 9;
Label_Friendship.Text = "Friendship:";
Label_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_Friendship.Click += ClickFriendship;
//
// Label_HatchCounter
//
Label_HatchCounter.Location = new System.Drawing.Point(-6, 24);
Label_HatchCounter.Margin = new System.Windows.Forms.Padding(0);
Label_HatchCounter.Name = "Label_HatchCounter";
Label_HatchCounter.Size = new System.Drawing.Size(110, 21);
Label_HatchCounter.TabIndex = 61;
Label_HatchCounter.Text = "Hatch Counter:";
Label_HatchCounter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_HatchCounter.Click += ClickFriendship;
//
// FLP_FriendshipRight
//
FLP_FriendshipRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_FriendshipRight.Controls.Add(TB_Friendship);
FLP_FriendshipRight.Location = new System.Drawing.Point(104, 0);
FLP_FriendshipRight.Margin = new System.Windows.Forms.Padding(0);
FLP_FriendshipRight.Name = "FLP_FriendshipRight";
FLP_FriendshipRight.Size = new System.Drawing.Size(160, 24);
FLP_FriendshipRight.TabIndex = 104;
//
// TB_Friendship
//
TB_Friendship.AccessibleDescription = "Friendship and Hatch Counter";
TB_Friendship.AccessibleName = "Friendship and Hatch Counter";
TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_Friendship.Location = new System.Drawing.Point(0, 0);
TB_Friendship.Margin = new System.Windows.Forms.Padding(0);
TB_Friendship.Mask = "000";
TB_Friendship.Name = "TB_Friendship";
TB_Friendship.Size = new System.Drawing.Size(24, 23);
TB_Friendship.TabIndex = 11;
TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_Friendship.Validated += Update255_MTB;
//
// FLP_Language
//
FLP_Language.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Language.Controls.Add(Label_Language);
FLP_Language.Controls.Add(CB_Language);
FLP_Language.Location = new System.Drawing.Point(0, 256);
FLP_Language.Margin = new System.Windows.Forms.Padding(0);
FLP_Language.Name = "FLP_Language";
FLP_Language.Size = new System.Drawing.Size(272, 24);
FLP_Language.TabIndex = 10;
//
// Label_Language
//
Label_Language.Location = new System.Drawing.Point(0, 0);
Label_Language.Margin = new System.Windows.Forms.Padding(0);
Label_Language.Name = "Label_Language";
Label_Language.Size = new System.Drawing.Size(104, 24);
Label_Language.TabIndex = 12;
Label_Language.Text = "Language:";
Label_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Language
//
CB_Language.Anchor = System.Windows.Forms.AnchorStyles.Left;
CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Language.FormattingEnabled = true;
CB_Language.Location = new System.Drawing.Point(104, 0);
CB_Language.Margin = new System.Windows.Forms.Padding(0);
CB_Language.Name = "CB_Language";
CB_Language.Size = new System.Drawing.Size(144, 23);
CB_Language.TabIndex = 15;
CB_Language.SelectedIndexChanged += UpdateNickname;
//
// FLP_EggPKRS
//
FLP_EggPKRS.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_EggPKRS.Controls.Add(FLP_EggPKRSLeft);
FLP_EggPKRS.Controls.Add(FLP_EggPKRSRight);
FLP_EggPKRS.Location = new System.Drawing.Point(0, 280);
FLP_EggPKRS.Margin = new System.Windows.Forms.Padding(0);
FLP_EggPKRS.Name = "FLP_EggPKRS";
FLP_EggPKRS.Size = new System.Drawing.Size(272, 24);
FLP_EggPKRS.TabIndex = 11;
//
// FLP_EggPKRSLeft
//
FLP_EggPKRSLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_EggPKRSLeft.Controls.Add(CHK_IsEgg);
FLP_EggPKRSLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_EggPKRSLeft.Location = new System.Drawing.Point(0, 0);
FLP_EggPKRSLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_EggPKRSLeft.Name = "FLP_EggPKRSLeft";
FLP_EggPKRSLeft.Size = new System.Drawing.Size(104, 24);
FLP_EggPKRSLeft.TabIndex = 0;
//
// CHK_IsEgg
//
CHK_IsEgg.AutoSize = true;
CHK_IsEgg.Location = new System.Drawing.Point(47, 3);
CHK_IsEgg.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
CHK_IsEgg.Name = "CHK_IsEgg";
CHK_IsEgg.Size = new System.Drawing.Size(57, 19);
CHK_IsEgg.TabIndex = 16;
CHK_IsEgg.Text = "Is Egg";
CHK_IsEgg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_IsEgg.UseVisualStyleBackColor = true;
CHK_IsEgg.CheckedChanged += UpdateIsEgg;
//
// FLP_EggPKRSRight
//
FLP_EggPKRSRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_EggPKRSRight.Controls.Add(CHK_Infected);
FLP_EggPKRSRight.Controls.Add(CHK_Cured);
FLP_EggPKRSRight.Location = new System.Drawing.Point(104, 0);
FLP_EggPKRSRight.Margin = new System.Windows.Forms.Padding(0);
FLP_EggPKRSRight.Name = "FLP_EggPKRSRight";
FLP_EggPKRSRight.Size = new System.Drawing.Size(160, 24);
FLP_EggPKRSRight.TabIndex = 104;
//
// CHK_Infected
//
CHK_Infected.AutoSize = true;
CHK_Infected.Location = new System.Drawing.Point(0, 3);
CHK_Infected.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
CHK_Infected.Name = "CHK_Infected";
CHK_Infected.Size = new System.Drawing.Size(69, 19);
CHK_Infected.TabIndex = 17;
CHK_Infected.Text = "Infected";
CHK_Infected.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_Infected.UseVisualStyleBackColor = true;
CHK_Infected.CheckedChanged += UpdatePKRSInfected;
//
// CHK_Cured
//
CHK_Cured.AutoSize = true;
CHK_Cured.Location = new System.Drawing.Point(69, 3);
CHK_Cured.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
CHK_Cured.Name = "CHK_Cured";
CHK_Cured.Size = new System.Drawing.Size(58, 19);
CHK_Cured.TabIndex = 18;
CHK_Cured.Text = "Cured";
CHK_Cured.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_Cured.UseVisualStyleBackColor = true;
CHK_Cured.CheckedChanged += UpdatePKRSCured;
//
// FLP_PKRS
//
FLP_PKRS.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_PKRS.Controls.Add(Label_PKRS);
FLP_PKRS.Controls.Add(FLP_PKRSRight);
FLP_PKRS.Location = new System.Drawing.Point(0, 304);
FLP_PKRS.Margin = new System.Windows.Forms.Padding(0);
FLP_PKRS.Name = "FLP_PKRS";
FLP_PKRS.Size = new System.Drawing.Size(272, 24);
FLP_PKRS.TabIndex = 12;
//
// Label_PKRS
//
Label_PKRS.Location = new System.Drawing.Point(0, 0);
Label_PKRS.Margin = new System.Windows.Forms.Padding(0);
Label_PKRS.Name = "Label_PKRS";
Label_PKRS.Size = new System.Drawing.Size(104, 24);
Label_PKRS.TabIndex = 14;
Label_PKRS.Text = "PkRs:";
Label_PKRS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_PKRS.Visible = false;
//
// FLP_PKRSRight
//
FLP_PKRSRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_PKRSRight.Controls.Add(CB_PKRSStrain);
FLP_PKRSRight.Controls.Add(Label_PKRSdays);
FLP_PKRSRight.Controls.Add(CB_PKRSDays);
FLP_PKRSRight.Location = new System.Drawing.Point(104, 0);
FLP_PKRSRight.Margin = new System.Windows.Forms.Padding(0);
FLP_PKRSRight.Name = "FLP_PKRSRight";
FLP_PKRSRight.Size = new System.Drawing.Size(160, 24);
FLP_PKRSRight.TabIndex = 105;
//
// CB_PKRSStrain
//
CB_PKRSStrain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_PKRSStrain.FormattingEnabled = true;
CB_PKRSStrain.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" });
CB_PKRSStrain.Location = new System.Drawing.Point(0, 0);
CB_PKRSStrain.Margin = new System.Windows.Forms.Padding(0);
CB_PKRSStrain.Name = "CB_PKRSStrain";
CB_PKRSStrain.Size = new System.Drawing.Size(40, 23);
CB_PKRSStrain.TabIndex = 19;
CB_PKRSStrain.Visible = false;
CB_PKRSStrain.SelectedValueChanged += UpdatePKRSstrain;
//
// Label_PKRSdays
//
Label_PKRSdays.Location = new System.Drawing.Point(40, 0);
Label_PKRSdays.Margin = new System.Windows.Forms.Padding(0);
Label_PKRSdays.Name = "Label_PKRSdays";
Label_PKRSdays.Size = new System.Drawing.Size(25, 21);
Label_PKRSdays.TabIndex = 15;
Label_PKRSdays.Text = "d:";
Label_PKRSdays.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_PKRSdays.Visible = false;
//
// CB_PKRSDays
//
CB_PKRSDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_PKRSDays.FormattingEnabled = true;
CB_PKRSDays.Location = new System.Drawing.Point(65, 0);
CB_PKRSDays.Margin = new System.Windows.Forms.Padding(0);
CB_PKRSDays.Name = "CB_PKRSDays";
CB_PKRSDays.Size = new System.Drawing.Size(32, 23);
CB_PKRSDays.TabIndex = 20;
CB_PKRSDays.Visible = false;
CB_PKRSDays.SelectedIndexChanged += UpdatePKRSdays;
//
// FLP_NSparkle
//
FLP_NSparkle.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_NSparkle.Controls.Add(L_NSparkle);
FLP_NSparkle.Controls.Add(CHK_NSparkle);
FLP_NSparkle.Location = new System.Drawing.Point(0, 328);
FLP_NSparkle.Margin = new System.Windows.Forms.Padding(0);
FLP_NSparkle.Name = "FLP_NSparkle";
FLP_NSparkle.Size = new System.Drawing.Size(272, 24);
FLP_NSparkle.TabIndex = 16;
//
// L_NSparkle
//
L_NSparkle.Location = new System.Drawing.Point(0, 0);
L_NSparkle.Margin = new System.Windows.Forms.Padding(0);
L_NSparkle.Name = "L_NSparkle";
L_NSparkle.Size = new System.Drawing.Size(104, 24);
L_NSparkle.TabIndex = 17;
L_NSparkle.Text = "N's Sparkle:";
L_NSparkle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_NSparkle
//
CHK_NSparkle.AutoSize = true;
CHK_NSparkle.Location = new System.Drawing.Point(104, 3);
CHK_NSparkle.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
CHK_NSparkle.Name = "CHK_NSparkle";
CHK_NSparkle.Size = new System.Drawing.Size(59, 19);
CHK_NSparkle.TabIndex = 18;
CHK_NSparkle.Text = "Active";
CHK_NSparkle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_NSparkle.UseVisualStyleBackColor = true;
//
// FLP_ShadowID
//
FLP_ShadowID.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_ShadowID.Controls.Add(L_ShadowID);
FLP_ShadowID.Controls.Add(NUD_ShadowID);
FLP_ShadowID.Location = new System.Drawing.Point(0, 352);
FLP_ShadowID.Margin = new System.Windows.Forms.Padding(0);
FLP_ShadowID.Name = "FLP_ShadowID";
FLP_ShadowID.Size = new System.Drawing.Size(272, 24);
FLP_ShadowID.TabIndex = 17;
//
// L_ShadowID
//
L_ShadowID.Location = new System.Drawing.Point(0, 0);
L_ShadowID.Margin = new System.Windows.Forms.Padding(0);
L_ShadowID.Name = "L_ShadowID";
L_ShadowID.Size = new System.Drawing.Size(104, 24);
L_ShadowID.TabIndex = 9;
L_ShadowID.Text = "Shadow ID:";
L_ShadowID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_ShadowID
//
NUD_ShadowID.Location = new System.Drawing.Point(104, 1);
NUD_ShadowID.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
NUD_ShadowID.Maximum = new decimal(new int[] { 127, 0, 0, 0 });
NUD_ShadowID.Name = "NUD_ShadowID";
NUD_ShadowID.Size = new System.Drawing.Size(48, 23);
NUD_ShadowID.TabIndex = 103;
NUD_ShadowID.ValueChanged += UpdateShadowID;
//
// FLP_Purification
//
FLP_Purification.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Purification.Controls.Add(L_HeartGauge);
FLP_Purification.Controls.Add(NUD_Purification);
FLP_Purification.Controls.Add(CHK_Shadow);
FLP_Purification.Location = new System.Drawing.Point(0, 376);
FLP_Purification.Margin = new System.Windows.Forms.Padding(0);
FLP_Purification.Name = "FLP_Purification";
FLP_Purification.Size = new System.Drawing.Size(272, 24);
FLP_Purification.TabIndex = 18;
//
// L_HeartGauge
//
L_HeartGauge.Location = new System.Drawing.Point(0, 0);
L_HeartGauge.Margin = new System.Windows.Forms.Padding(0);
L_HeartGauge.Name = "L_HeartGauge";
L_HeartGauge.Size = new System.Drawing.Size(104, 24);
L_HeartGauge.TabIndex = 9;
L_HeartGauge.Text = "Heart Gauge:";
L_HeartGauge.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Purification
//
NUD_Purification.Location = new System.Drawing.Point(104, 1);
NUD_Purification.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
NUD_Purification.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 });
NUD_Purification.Minimum = new decimal(new int[] { 100, 0, 0, int.MinValue });
NUD_Purification.Name = "NUD_Purification";
NUD_Purification.Size = new System.Drawing.Size(48, 23);
NUD_Purification.TabIndex = 103;
NUD_Purification.ValueChanged += UpdatePurification;
//
// CHK_Shadow
//
CHK_Shadow.AutoSize = true;
CHK_Shadow.Location = new System.Drawing.Point(152, 3);
CHK_Shadow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
CHK_Shadow.Name = "CHK_Shadow";
CHK_Shadow.Size = new System.Drawing.Size(68, 19);
CHK_Shadow.TabIndex = 16;
CHK_Shadow.Text = "Shadow";
CHK_Shadow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
CHK_Shadow.UseVisualStyleBackColor = true;
CHK_Shadow.CheckedChanged += UpdateShadowCHK;
//
// FLP_CatchRate
//
FLP_CatchRate.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_CatchRate.Controls.Add(L_CatchRate);
FLP_CatchRate.Controls.Add(CR_PK1);
FLP_CatchRate.Location = new System.Drawing.Point(0, 400);
FLP_CatchRate.Margin = new System.Windows.Forms.Padding(0);
FLP_CatchRate.Name = "FLP_CatchRate";
FLP_CatchRate.Size = new System.Drawing.Size(288, 24);
FLP_CatchRate.TabIndex = 20;
//
// L_CatchRate
//
L_CatchRate.Location = new System.Drawing.Point(0, 0);
L_CatchRate.Margin = new System.Windows.Forms.Padding(0);
L_CatchRate.Name = "L_CatchRate";
L_CatchRate.Size = new System.Drawing.Size(104, 24);
L_CatchRate.TabIndex = 9;
L_CatchRate.Text = "Catch Rate:";
L_CatchRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CR_PK1
//
CR_PK1.Location = new System.Drawing.Point(104, 0);
CR_PK1.Margin = new System.Windows.Forms.Padding(0);
CR_PK1.Name = "CR_PK1";
CR_PK1.Size = new System.Drawing.Size(184, 25);
CR_PK1.TabIndex = 10;
//
// Hidden_Met
//
Hidden_Met.AllowDrop = true;
Hidden_Met.Controls.Add(CHK_AsEgg);
Hidden_Met.Controls.Add(GB_EggConditions);
Hidden_Met.Controls.Add(FLP_Met);
Hidden_Met.Location = new System.Drawing.Point(4, 5);
Hidden_Met.Margin = new System.Windows.Forms.Padding(0);
Hidden_Met.Name = "Hidden_Met";
Hidden_Met.Padding = new System.Windows.Forms.Padding(0, 16, 0, 0);
Hidden_Met.Size = new System.Drawing.Size(296, 391);
Hidden_Met.TabIndex = 1;
Hidden_Met.Text = "Met";
Hidden_Met.UseVisualStyleBackColor = true;
//
// CHK_AsEgg
//
CHK_AsEgg.AutoSize = true;
CHK_AsEgg.Location = new System.Drawing.Point(104, 216);
CHK_AsEgg.Name = "CHK_AsEgg";
CHK_AsEgg.Size = new System.Drawing.Size(62, 19);
CHK_AsEgg.TabIndex = 10;
CHK_AsEgg.Text = "As Egg";
CHK_AsEgg.UseVisualStyleBackColor = true;
CHK_AsEgg.Click += UpdateMetAsEgg;
//
// GB_EggConditions
//
GB_EggConditions.Controls.Add(CB_EggLocation);
GB_EggConditions.Controls.Add(CAL_EggDate);
GB_EggConditions.Controls.Add(Label_EggDate);
GB_EggConditions.Controls.Add(Label_EggLocation);
GB_EggConditions.Enabled = false;
GB_EggConditions.Location = new System.Drawing.Point(32, 232);
GB_EggConditions.Name = "GB_EggConditions";
GB_EggConditions.Size = new System.Drawing.Size(240, 72);
GB_EggConditions.TabIndex = 3;
GB_EggConditions.TabStop = false;
GB_EggConditions.Text = "Egg Met Conditions";
//
// CB_EggLocation
//
CB_EggLocation.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_EggLocation.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_EggLocation.FormattingEnabled = true;
CB_EggLocation.Location = new System.Drawing.Point(72, 19);
CB_EggLocation.Name = "CB_EggLocation";
CB_EggLocation.Size = new System.Drawing.Size(160, 23);
CB_EggLocation.TabIndex = 4;
CB_EggLocation.SelectedIndexChanged += ValidateLocation;
CB_EggLocation.Validating += ValidateComboBox;
//
// CAL_EggDate
//
CAL_EggDate.CustomFormat = "MM/dd/yyyy";
CAL_EggDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_EggDate.Location = new System.Drawing.Point(72, 40);
CAL_EggDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_EggDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_EggDate.Name = "CAL_EggDate";
CAL_EggDate.Size = new System.Drawing.Size(136, 23);
CAL_EggDate.TabIndex = 5;
CAL_EggDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// Label_EggDate
//
Label_EggDate.Location = new System.Drawing.Point(8, 44);
Label_EggDate.Name = "Label_EggDate";
Label_EggDate.Size = new System.Drawing.Size(64, 13);
Label_EggDate.TabIndex = 8;
Label_EggDate.Text = "Date:";
Label_EggDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_EggLocation
//
Label_EggLocation.Location = new System.Drawing.Point(8, 24);
Label_EggLocation.Name = "Label_EggLocation";
Label_EggLocation.Size = new System.Drawing.Size(64, 13);
Label_EggLocation.TabIndex = 6;
Label_EggLocation.Text = "Location:";
Label_EggLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// FLP_Met
//
FLP_Met.Controls.Add(FLP_OriginGame);
FLP_Met.Controls.Add(FLP_BattleVersion);
FLP_Met.Controls.Add(FLP_MetLocation);
FLP_Met.Controls.Add(FLP_Ball);
FLP_Met.Controls.Add(FLP_MetDate);
FLP_Met.Controls.Add(FLP_MetLevel);
FLP_Met.Controls.Add(FLP_ObedienceLevel);
FLP_Met.Controls.Add(FLP_GroundTile);
FLP_Met.Controls.Add(FLP_TimeOfDay);
FLP_Met.Dock = System.Windows.Forms.DockStyle.Fill;
FLP_Met.Location = new System.Drawing.Point(0, 16);
FLP_Met.Margin = new System.Windows.Forms.Padding(0);
FLP_Met.Name = "FLP_Met";
FLP_Met.Size = new System.Drawing.Size(296, 375);
FLP_Met.TabIndex = 1;
//
// FLP_OriginGame
//
FLP_OriginGame.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_OriginGame.Controls.Add(Label_OriginGame);
FLP_OriginGame.Controls.Add(CB_GameOrigin);
FLP_OriginGame.Location = new System.Drawing.Point(0, 0);
FLP_OriginGame.Margin = new System.Windows.Forms.Padding(0);
FLP_OriginGame.Name = "FLP_OriginGame";
FLP_OriginGame.Size = new System.Drawing.Size(280, 24);
FLP_OriginGame.TabIndex = 1;
//
// Label_OriginGame
//
Label_OriginGame.Location = new System.Drawing.Point(0, 0);
Label_OriginGame.Margin = new System.Windows.Forms.Padding(0);
Label_OriginGame.Name = "Label_OriginGame";
Label_OriginGame.Size = new System.Drawing.Size(104, 24);
Label_OriginGame.TabIndex = 0;
Label_OriginGame.Text = "Origin Game:";
Label_OriginGame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_GameOrigin
//
CB_GameOrigin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_GameOrigin.FormattingEnabled = true;
CB_GameOrigin.Location = new System.Drawing.Point(104, 0);
CB_GameOrigin.Margin = new System.Windows.Forms.Padding(0);
CB_GameOrigin.Name = "CB_GameOrigin";
CB_GameOrigin.Size = new System.Drawing.Size(136, 23);
CB_GameOrigin.TabIndex = 1;
CB_GameOrigin.SelectedIndexChanged += UpdateOriginGame;
//
// FLP_BattleVersion
//
FLP_BattleVersion.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_BattleVersion.Controls.Add(L_BattleVersion);
FLP_BattleVersion.Controls.Add(CB_BattleVersion);
FLP_BattleVersion.Location = new System.Drawing.Point(0, 24);
FLP_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
FLP_BattleVersion.Name = "FLP_BattleVersion";
FLP_BattleVersion.Size = new System.Drawing.Size(280, 24);
FLP_BattleVersion.TabIndex = 2;
//
// L_BattleVersion
//
L_BattleVersion.Location = new System.Drawing.Point(0, 0);
L_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
L_BattleVersion.Name = "L_BattleVersion";
L_BattleVersion.Size = new System.Drawing.Size(104, 24);
L_BattleVersion.TabIndex = 0;
L_BattleVersion.Text = "Battle Version:";
L_BattleVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_BattleVersion
//
CB_BattleVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_BattleVersion.FormattingEnabled = true;
CB_BattleVersion.Location = new System.Drawing.Point(104, 0);
CB_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
CB_BattleVersion.Name = "CB_BattleVersion";
CB_BattleVersion.Size = new System.Drawing.Size(136, 23);
CB_BattleVersion.TabIndex = 1;
CB_BattleVersion.SelectedValueChanged += CB_BattleVersion_SelectedValueChanged;
//
// FLP_MetLocation
//
FLP_MetLocation.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_MetLocation.Controls.Add(Label_MetLocation);
FLP_MetLocation.Controls.Add(CB_MetLocation);
FLP_MetLocation.Location = new System.Drawing.Point(0, 48);
FLP_MetLocation.Margin = new System.Windows.Forms.Padding(0);
FLP_MetLocation.Name = "FLP_MetLocation";
FLP_MetLocation.Size = new System.Drawing.Size(280, 24);
FLP_MetLocation.TabIndex = 3;
//
// Label_MetLocation
//
Label_MetLocation.Location = new System.Drawing.Point(0, 0);
Label_MetLocation.Margin = new System.Windows.Forms.Padding(0);
Label_MetLocation.Name = "Label_MetLocation";
Label_MetLocation.Size = new System.Drawing.Size(104, 24);
Label_MetLocation.TabIndex = 1;
Label_MetLocation.Text = "Met Location:";
Label_MetLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_MetLocation.Click += ClickMetLocation;
//
// CB_MetLocation
//
CB_MetLocation.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_MetLocation.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_MetLocation.Dock = System.Windows.Forms.DockStyle.Fill;
CB_MetLocation.FormattingEnabled = true;
CB_MetLocation.Location = new System.Drawing.Point(104, 0);
CB_MetLocation.Margin = new System.Windows.Forms.Padding(0);
CB_MetLocation.Name = "CB_MetLocation";
CB_MetLocation.Size = new System.Drawing.Size(160, 23);
CB_MetLocation.TabIndex = 2;
CB_MetLocation.SelectedIndexChanged += ValidateLocation;
CB_MetLocation.Validating += ValidateComboBox;
//
// FLP_Ball
//
FLP_Ball.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Ball.Controls.Add(FLP_BallLeft);
FLP_Ball.Controls.Add(CB_Ball);
FLP_Ball.Location = new System.Drawing.Point(0, 72);
FLP_Ball.Margin = new System.Windows.Forms.Padding(0);
FLP_Ball.Name = "FLP_Ball";
FLP_Ball.Size = new System.Drawing.Size(280, 24);
FLP_Ball.TabIndex = 4;
//
// FLP_BallLeft
//
FLP_BallLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
FLP_BallLeft.Controls.Add(Label_Ball);
FLP_BallLeft.Controls.Add(PB_Ball);
FLP_BallLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
FLP_BallLeft.Location = new System.Drawing.Point(0, 0);
FLP_BallLeft.Margin = new System.Windows.Forms.Padding(0);
FLP_BallLeft.Name = "FLP_BallLeft";
FLP_BallLeft.Size = new System.Drawing.Size(104, 24);
FLP_BallLeft.TabIndex = 4;
FLP_BallLeft.Click += ClickBall;
//
// Label_Ball
//
Label_Ball.Anchor = System.Windows.Forms.AnchorStyles.Right;
Label_Ball.AutoSize = true;
Label_Ball.Location = new System.Drawing.Point(75, 1);
Label_Ball.Margin = new System.Windows.Forms.Padding(0);
Label_Ball.Name = "Label_Ball";
Label_Ball.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
Label_Ball.Size = new System.Drawing.Size(29, 21);
Label_Ball.TabIndex = 2;
Label_Ball.Text = "Ball:";
Label_Ball.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_Ball.Click += ClickBall;
//
// PB_Ball
//
PB_Ball.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
PB_Ball.Location = new System.Drawing.Point(48, 0);
PB_Ball.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
PB_Ball.Name = "PB_Ball";
PB_Ball.Size = new System.Drawing.Size(24, 24);
PB_Ball.TabIndex = 3;
PB_Ball.TabStop = false;
PB_Ball.Click += ClickBall;
//
// CB_Ball
//
CB_Ball.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_Ball.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_Ball.FormattingEnabled = true;
CB_Ball.Location = new System.Drawing.Point(104, 0);
CB_Ball.Margin = new System.Windows.Forms.Padding(0);
CB_Ball.Name = "CB_Ball";
CB_Ball.Size = new System.Drawing.Size(136, 23);
CB_Ball.TabIndex = 3;
CB_Ball.SelectedIndexChanged += ValidateComboBox2;
CB_Ball.SelectedValueChanged += UpdateBall;
CB_Ball.Validating += ValidateComboBox;
//
// FLP_MetDate
//
FLP_MetDate.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_MetDate.Controls.Add(Label_MetDate);
FLP_MetDate.Controls.Add(CAL_MetDate);
FLP_MetDate.Location = new System.Drawing.Point(0, 96);
FLP_MetDate.Margin = new System.Windows.Forms.Padding(0);
FLP_MetDate.Name = "FLP_MetDate";
FLP_MetDate.Size = new System.Drawing.Size(280, 24);
FLP_MetDate.TabIndex = 5;
//
// Label_MetDate
//
Label_MetDate.Location = new System.Drawing.Point(0, 0);
Label_MetDate.Margin = new System.Windows.Forms.Padding(0);
Label_MetDate.Name = "Label_MetDate";
Label_MetDate.Size = new System.Drawing.Size(104, 24);
Label_MetDate.TabIndex = 4;
Label_MetDate.Text = "Met Date:";
Label_MetDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_MetDate
//
CAL_MetDate.CustomFormat = "MM/dd/yyyy";
CAL_MetDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
CAL_MetDate.Location = new System.Drawing.Point(104, 0);
CAL_MetDate.Margin = new System.Windows.Forms.Padding(0);
CAL_MetDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
CAL_MetDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
CAL_MetDate.Name = "CAL_MetDate";
CAL_MetDate.Size = new System.Drawing.Size(136, 23);
CAL_MetDate.TabIndex = 5;
CAL_MetDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// FLP_MetLevel
//
FLP_MetLevel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_MetLevel.Controls.Add(Label_MetLevel);
FLP_MetLevel.Controls.Add(TB_MetLevel);
FLP_MetLevel.Controls.Add(CHK_Fateful);
FLP_MetLevel.Location = new System.Drawing.Point(0, 120);
FLP_MetLevel.Margin = new System.Windows.Forms.Padding(0);
FLP_MetLevel.Name = "FLP_MetLevel";
FLP_MetLevel.Size = new System.Drawing.Size(280, 24);
FLP_MetLevel.TabIndex = 6;
//
// Label_MetLevel
//
Label_MetLevel.Location = new System.Drawing.Point(0, 0);
Label_MetLevel.Margin = new System.Windows.Forms.Padding(0);
Label_MetLevel.Name = "Label_MetLevel";
Label_MetLevel.Size = new System.Drawing.Size(104, 24);
Label_MetLevel.TabIndex = 3;
Label_MetLevel.Text = "Met Level:";
Label_MetLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_MetLevel
//
TB_MetLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_MetLevel.Location = new System.Drawing.Point(104, 0);
TB_MetLevel.Margin = new System.Windows.Forms.Padding(0);
TB_MetLevel.Mask = "000";
TB_MetLevel.Name = "TB_MetLevel";
TB_MetLevel.Size = new System.Drawing.Size(22, 23);
TB_MetLevel.TabIndex = 4;
TB_MetLevel.Validated += Update255_MTB;
//
// CHK_Fateful
//
CHK_Fateful.AutoSize = true;
CHK_Fateful.Location = new System.Drawing.Point(131, 3);
CHK_Fateful.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
CHK_Fateful.Name = "CHK_Fateful";
CHK_Fateful.Size = new System.Drawing.Size(119, 19);
CHK_Fateful.TabIndex = 6;
CHK_Fateful.Text = "Fateful Encounter";
CHK_Fateful.UseVisualStyleBackColor = true;
//
// FLP_ObedienceLevel
//
FLP_ObedienceLevel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_ObedienceLevel.Controls.Add(L_ObedienceLevel);
FLP_ObedienceLevel.Controls.Add(TB_ObedienceLevel);
FLP_ObedienceLevel.Location = new System.Drawing.Point(0, 144);
FLP_ObedienceLevel.Margin = new System.Windows.Forms.Padding(0);
FLP_ObedienceLevel.Name = "FLP_ObedienceLevel";
FLP_ObedienceLevel.Size = new System.Drawing.Size(280, 24);
FLP_ObedienceLevel.TabIndex = 7;
//
// L_ObedienceLevel
//
L_ObedienceLevel.Location = new System.Drawing.Point(0, 0);
L_ObedienceLevel.Margin = new System.Windows.Forms.Padding(0);
L_ObedienceLevel.Name = "L_ObedienceLevel";
L_ObedienceLevel.Size = new System.Drawing.Size(104, 24);
L_ObedienceLevel.TabIndex = 3;
L_ObedienceLevel.Text = "Obedience Level:";
L_ObedienceLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
L_ObedienceLevel.Click += L_Obedience_Click;
//
// TB_ObedienceLevel
//
TB_ObedienceLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_ObedienceLevel.Location = new System.Drawing.Point(104, 0);
TB_ObedienceLevel.Margin = new System.Windows.Forms.Padding(0);
TB_ObedienceLevel.Mask = "000";
TB_ObedienceLevel.Name = "TB_ObedienceLevel";
TB_ObedienceLevel.Size = new System.Drawing.Size(22, 23);
TB_ObedienceLevel.TabIndex = 4;
//
// FLP_GroundTile
//
FLP_GroundTile.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_GroundTile.Controls.Add(Label_GroundTile);
FLP_GroundTile.Controls.Add(CB_GroundTile);
FLP_GroundTile.Location = new System.Drawing.Point(0, 168);
FLP_GroundTile.Margin = new System.Windows.Forms.Padding(0);
FLP_GroundTile.Name = "FLP_GroundTile";
FLP_GroundTile.Size = new System.Drawing.Size(280, 24);
FLP_GroundTile.TabIndex = 8;
//
// Label_GroundTile
//
Label_GroundTile.Location = new System.Drawing.Point(0, 0);
Label_GroundTile.Margin = new System.Windows.Forms.Padding(0);
Label_GroundTile.Name = "Label_GroundTile";
Label_GroundTile.Size = new System.Drawing.Size(104, 24);
Label_GroundTile.TabIndex = 5;
Label_GroundTile.Text = "Encounter:";
Label_GroundTile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_GroundTile
//
CB_GroundTile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_GroundTile.DropDownWidth = 160;
CB_GroundTile.FormattingEnabled = true;
CB_GroundTile.Location = new System.Drawing.Point(104, 0);
CB_GroundTile.Margin = new System.Windows.Forms.Padding(0);
CB_GroundTile.Name = "CB_GroundTile";
CB_GroundTile.Size = new System.Drawing.Size(136, 23);
CB_GroundTile.TabIndex = 7;
//
// FLP_TimeOfDay
//
FLP_TimeOfDay.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_TimeOfDay.Controls.Add(L_MetTimeOfDay);
FLP_TimeOfDay.Controls.Add(CB_MetTimeOfDay);
FLP_TimeOfDay.Location = new System.Drawing.Point(0, 192);
FLP_TimeOfDay.Margin = new System.Windows.Forms.Padding(0);
FLP_TimeOfDay.Name = "FLP_TimeOfDay";
FLP_TimeOfDay.Size = new System.Drawing.Size(280, 24);
FLP_TimeOfDay.TabIndex = 9;
//
// L_MetTimeOfDay
//
L_MetTimeOfDay.Location = new System.Drawing.Point(0, 0);
L_MetTimeOfDay.Margin = new System.Windows.Forms.Padding(0);
L_MetTimeOfDay.Name = "L_MetTimeOfDay";
L_MetTimeOfDay.Size = new System.Drawing.Size(104, 24);
L_MetTimeOfDay.TabIndex = 10;
L_MetTimeOfDay.Text = "Time of Day:";
L_MetTimeOfDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_MetTimeOfDay
//
CB_MetTimeOfDay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_MetTimeOfDay.DropDownWidth = 150;
CB_MetTimeOfDay.FormattingEnabled = true;
CB_MetTimeOfDay.Items.AddRange(new object[] { "(None)", "Morning", "Day", "Night" });
CB_MetTimeOfDay.Location = new System.Drawing.Point(104, 0);
CB_MetTimeOfDay.Margin = new System.Windows.Forms.Padding(0);
CB_MetTimeOfDay.Name = "CB_MetTimeOfDay";
CB_MetTimeOfDay.Size = new System.Drawing.Size(136, 23);
CB_MetTimeOfDay.TabIndex = 11;
//
// Hidden_Stats
//
Hidden_Stats.AllowDrop = true;
Hidden_Stats.Controls.Add(Stats);
Hidden_Stats.Location = new System.Drawing.Point(4, 5);
Hidden_Stats.Margin = new System.Windows.Forms.Padding(0);
Hidden_Stats.Name = "Hidden_Stats";
Hidden_Stats.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
Hidden_Stats.Size = new System.Drawing.Size(296, 391);
Hidden_Stats.TabIndex = 2;
Hidden_Stats.Text = "Stats";
Hidden_Stats.UseVisualStyleBackColor = true;
//
// Stats
//
Stats.Dock = System.Windows.Forms.DockStyle.Fill;
Stats.EVsFishy = System.Drawing.Color.LightYellow;
Stats.EVsInvalid = System.Drawing.Color.Red;
Stats.EVsMaxed = System.Drawing.Color.Honeydew;
Stats.HaX = false;
Stats.Location = new System.Drawing.Point(0, 8);
Stats.Margin = new System.Windows.Forms.Padding(0);
Stats.Name = "Stats";
Stats.Size = new System.Drawing.Size(296, 383);
Stats.StatDecreased = System.Drawing.Color.Blue;
Stats.StatHyperTrained = System.Drawing.Color.LightGreen;
Stats.StatIncreased = System.Drawing.Color.Red;
Stats.TabIndex = 0;
//
// Hidden_Moves
//
Hidden_Moves.AllowDrop = true;
Hidden_Moves.Controls.Add(L_AlphaMastered);
Hidden_Moves.Controls.Add(CB_AlphaMastered);
Hidden_Moves.Controls.Add(FLP_MoveFlags);
Hidden_Moves.Controls.Add(GB_RelearnMoves);
Hidden_Moves.Controls.Add(GB_CurrentMoves);
Hidden_Moves.Location = new System.Drawing.Point(4, 5);
Hidden_Moves.Margin = new System.Windows.Forms.Padding(0);
Hidden_Moves.Name = "Hidden_Moves";
Hidden_Moves.Size = new System.Drawing.Size(296, 391);
Hidden_Moves.TabIndex = 3;
Hidden_Moves.Text = "Attacks";
Hidden_Moves.UseVisualStyleBackColor = true;
//
// L_AlphaMastered
//
L_AlphaMastered.Location = new System.Drawing.Point(8, 328);
L_AlphaMastered.Margin = new System.Windows.Forms.Padding(0);
L_AlphaMastered.Name = "L_AlphaMastered";
L_AlphaMastered.Size = new System.Drawing.Size(112, 22);
L_AlphaMastered.TabIndex = 101;
L_AlphaMastered.Text = "Alpha Mastered:";
L_AlphaMastered.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_AlphaMastered
//
CB_AlphaMastered.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_AlphaMastered.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_AlphaMastered.FormattingEnabled = true;
CB_AlphaMastered.Location = new System.Drawing.Point(120, 328);
CB_AlphaMastered.Name = "CB_AlphaMastered";
CB_AlphaMastered.Size = new System.Drawing.Size(124, 23);
CB_AlphaMastered.TabIndex = 12;
CB_AlphaMastered.SelectedIndexChanged += ValidateMove;
//
// FLP_MoveFlags
//
FLP_MoveFlags.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_MoveFlags.AutoSize = true;
FLP_MoveFlags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
FLP_MoveFlags.Controls.Add(B_RelearnFlags);
FLP_MoveFlags.Controls.Add(B_MoveShop);
FLP_MoveFlags.Location = new System.Drawing.Point(5, 301);
FLP_MoveFlags.Name = "FLP_MoveFlags";
FLP_MoveFlags.Size = new System.Drawing.Size(292, 25);
FLP_MoveFlags.TabIndex = 100;
FLP_MoveFlags.WrapContents = false;
//
// B_RelearnFlags
//
B_RelearnFlags.Location = new System.Drawing.Point(1, 1);
B_RelearnFlags.Margin = new System.Windows.Forms.Padding(1);
B_RelearnFlags.Name = "B_RelearnFlags";
B_RelearnFlags.Size = new System.Drawing.Size(144, 23);
B_RelearnFlags.TabIndex = 10;
B_RelearnFlags.Text = "Relearn Flags";
B_RelearnFlags.UseVisualStyleBackColor = true;
B_RelearnFlags.Click += B_Records_Click;
//
// B_MoveShop
//
B_MoveShop.Location = new System.Drawing.Point(147, 1);
B_MoveShop.Margin = new System.Windows.Forms.Padding(1);
B_MoveShop.Name = "B_MoveShop";
B_MoveShop.Size = new System.Drawing.Size(144, 23);
B_MoveShop.TabIndex = 11;
B_MoveShop.Text = "Move Shop";
B_MoveShop.UseVisualStyleBackColor = true;
B_MoveShop.Click += B_MoveShop_Click;
//
// GB_RelearnMoves
//
GB_RelearnMoves.Controls.Add(PB_WarnRelearn4);
GB_RelearnMoves.Controls.Add(PB_WarnRelearn3);
GB_RelearnMoves.Controls.Add(PB_WarnRelearn2);
GB_RelearnMoves.Controls.Add(PB_WarnRelearn1);
GB_RelearnMoves.Controls.Add(CB_RelearnMove4);
GB_RelearnMoves.Controls.Add(CB_RelearnMove3);
GB_RelearnMoves.Controls.Add(CB_RelearnMove2);
GB_RelearnMoves.Controls.Add(CB_RelearnMove1);
GB_RelearnMoves.Location = new System.Drawing.Point(64, 160);
GB_RelearnMoves.Name = "GB_RelearnMoves";
GB_RelearnMoves.Size = new System.Drawing.Size(168, 128);
GB_RelearnMoves.TabIndex = 5;
GB_RelearnMoves.TabStop = false;
GB_RelearnMoves.Text = "Relearn Moves";
//
// PB_WarnRelearn4
//
PB_WarnRelearn4.Image = Properties.Resources.warn;
PB_WarnRelearn4.Location = new System.Drawing.Point(8, 96);
PB_WarnRelearn4.Margin = new System.Windows.Forms.Padding(0);
PB_WarnRelearn4.Name = "PB_WarnRelearn4";
PB_WarnRelearn4.Size = new System.Drawing.Size(24, 24);
PB_WarnRelearn4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_WarnRelearn4.TabIndex = 19;
PB_WarnRelearn4.TabStop = false;
PB_WarnRelearn4.Visible = false;
//
// PB_WarnRelearn3
//
PB_WarnRelearn3.Image = Properties.Resources.warn;
PB_WarnRelearn3.Location = new System.Drawing.Point(8, 72);
PB_WarnRelearn3.Margin = new System.Windows.Forms.Padding(0);
PB_WarnRelearn3.Name = "PB_WarnRelearn3";
PB_WarnRelearn3.Size = new System.Drawing.Size(24, 24);
PB_WarnRelearn3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_WarnRelearn3.TabIndex = 18;
PB_WarnRelearn3.TabStop = false;
PB_WarnRelearn3.Visible = false;
//
// PB_WarnRelearn2
//
PB_WarnRelearn2.Image = Properties.Resources.warn;
PB_WarnRelearn2.Location = new System.Drawing.Point(8, 48);
PB_WarnRelearn2.Margin = new System.Windows.Forms.Padding(0);
PB_WarnRelearn2.Name = "PB_WarnRelearn2";
PB_WarnRelearn2.Size = new System.Drawing.Size(24, 24);
PB_WarnRelearn2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_WarnRelearn2.TabIndex = 17;
PB_WarnRelearn2.TabStop = false;
PB_WarnRelearn2.Visible = false;
//
// PB_WarnRelearn1
//
PB_WarnRelearn1.Image = Properties.Resources.warn;
PB_WarnRelearn1.Location = new System.Drawing.Point(8, 24);
PB_WarnRelearn1.Margin = new System.Windows.Forms.Padding(0);
PB_WarnRelearn1.Name = "PB_WarnRelearn1";
PB_WarnRelearn1.Size = new System.Drawing.Size(24, 24);
PB_WarnRelearn1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_WarnRelearn1.TabIndex = 6;
PB_WarnRelearn1.TabStop = false;
PB_WarnRelearn1.Visible = false;
//
// CB_RelearnMove4
//
CB_RelearnMove4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_RelearnMove4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_RelearnMove4.FormattingEnabled = true;
CB_RelearnMove4.Location = new System.Drawing.Point(32, 96);
CB_RelearnMove4.Name = "CB_RelearnMove4";
CB_RelearnMove4.Size = new System.Drawing.Size(124, 23);
CB_RelearnMove4.TabIndex = 9;
CB_RelearnMove4.SelectedIndexChanged += ValidateMove;
CB_RelearnMove4.Leave += ValidateComboBox2;
CB_RelearnMove4.Validating += ValidateComboBox;
//
// CB_RelearnMove3
//
CB_RelearnMove3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_RelearnMove3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_RelearnMove3.FormattingEnabled = true;
CB_RelearnMove3.Location = new System.Drawing.Point(32, 72);
CB_RelearnMove3.Name = "CB_RelearnMove3";
CB_RelearnMove3.Size = new System.Drawing.Size(124, 23);
CB_RelearnMove3.TabIndex = 8;
CB_RelearnMove3.SelectedIndexChanged += ValidateMove;
CB_RelearnMove3.Leave += ValidateComboBox2;
CB_RelearnMove3.Validating += ValidateComboBox;
//
// CB_RelearnMove2
//
CB_RelearnMove2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_RelearnMove2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_RelearnMove2.FormattingEnabled = true;
CB_RelearnMove2.Location = new System.Drawing.Point(32, 48);
CB_RelearnMove2.Name = "CB_RelearnMove2";
CB_RelearnMove2.Size = new System.Drawing.Size(124, 23);
CB_RelearnMove2.TabIndex = 7;
CB_RelearnMove2.SelectedIndexChanged += ValidateMove;
CB_RelearnMove2.Leave += ValidateComboBox2;
CB_RelearnMove2.Validating += ValidateComboBox;
//
// CB_RelearnMove1
//
CB_RelearnMove1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_RelearnMove1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_RelearnMove1.FormattingEnabled = true;
CB_RelearnMove1.Location = new System.Drawing.Point(32, 24);
CB_RelearnMove1.Name = "CB_RelearnMove1";
CB_RelearnMove1.Size = new System.Drawing.Size(124, 23);
CB_RelearnMove1.TabIndex = 6;
CB_RelearnMove1.SelectedIndexChanged += ValidateMove;
CB_RelearnMove1.Leave += ValidateComboBox2;
CB_RelearnMove1.Validating += ValidateComboBox;
//
// GB_CurrentMoves
//
GB_CurrentMoves.Controls.Add(FLP_Moves);
GB_CurrentMoves.Controls.Add(Label_CurPP);
GB_CurrentMoves.Controls.Add(Label_PPups);
GB_CurrentMoves.Location = new System.Drawing.Point(16, 16);
GB_CurrentMoves.Name = "GB_CurrentMoves";
GB_CurrentMoves.Size = new System.Drawing.Size(260, 136);
GB_CurrentMoves.TabIndex = 0;
GB_CurrentMoves.TabStop = false;
GB_CurrentMoves.Text = "Current Moves";
//
// FLP_Moves
//
FLP_Moves.Controls.Add(MC_Move1);
FLP_Moves.Controls.Add(MC_Move2);
FLP_Moves.Controls.Add(MC_Move3);
FLP_Moves.Controls.Add(MC_Move4);
FLP_Moves.Location = new System.Drawing.Point(8, 32);
FLP_Moves.Margin = new System.Windows.Forms.Padding(0);
FLP_Moves.Name = "FLP_Moves";
FLP_Moves.Size = new System.Drawing.Size(250, 96);
FLP_Moves.TabIndex = 14;
//
// MC_Move1
//
MC_Move1.Location = new System.Drawing.Point(0, 0);
MC_Move1.Margin = new System.Windows.Forms.Padding(0);
MC_Move1.Name = "MC_Move1";
MC_Move1.PP = 0;
MC_Move1.PPUps = 0;
MC_Move1.SelectedMove = (ushort)0;
MC_Move1.Size = new System.Drawing.Size(248, 24);
MC_Move1.TabIndex = 1;
//
// MC_Move2
//
MC_Move2.Location = new System.Drawing.Point(0, 24);
MC_Move2.Margin = new System.Windows.Forms.Padding(0);
MC_Move2.Name = "MC_Move2";
MC_Move2.PP = 0;
MC_Move2.PPUps = 0;
MC_Move2.SelectedMove = (ushort)0;
MC_Move2.Size = new System.Drawing.Size(248, 24);
MC_Move2.TabIndex = 2;
//
// MC_Move3
//
MC_Move3.Location = new System.Drawing.Point(0, 48);
MC_Move3.Margin = new System.Windows.Forms.Padding(0);
MC_Move3.Name = "MC_Move3";
MC_Move3.PP = 0;
MC_Move3.PPUps = 0;
MC_Move3.SelectedMove = (ushort)0;
MC_Move3.Size = new System.Drawing.Size(248, 24);
MC_Move3.TabIndex = 3;
//
// MC_Move4
//
MC_Move4.Location = new System.Drawing.Point(0, 72);
MC_Move4.Margin = new System.Windows.Forms.Padding(0);
MC_Move4.Name = "MC_Move4";
MC_Move4.PP = 0;
MC_Move4.PPUps = 0;
MC_Move4.SelectedMove = (ushort)0;
MC_Move4.Size = new System.Drawing.Size(248, 24);
MC_Move4.TabIndex = 4;
//
// Label_CurPP
//
Label_CurPP.Location = new System.Drawing.Point(193, 16);
Label_CurPP.Name = "Label_CurPP";
Label_CurPP.Size = new System.Drawing.Size(24, 16);
Label_CurPP.TabIndex = 2;
Label_CurPP.Text = "PP";
Label_CurPP.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
Label_CurPP.Click += ClickPP;
//
// Label_PPups
//
Label_PPups.Location = new System.Drawing.Point(217, 16);
Label_PPups.Name = "Label_PPups";
Label_PPups.Size = new System.Drawing.Size(32, 16);
Label_PPups.TabIndex = 12;
Label_PPups.Text = "Ups";
Label_PPups.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
Label_PPups.Click += ClickPPUps;
//
// Hidden_Cosmetic
//
Hidden_Cosmetic.Controls.Add(Contest);
Hidden_Cosmetic.Controls.Add(FLP_PKMEditors);
Hidden_Cosmetic.Controls.Add(FLP_CosmeticTop);
Hidden_Cosmetic.Location = new System.Drawing.Point(4, 5);
Hidden_Cosmetic.Name = "Hidden_Cosmetic";
Hidden_Cosmetic.Size = new System.Drawing.Size(296, 391);
Hidden_Cosmetic.TabIndex = 5;
Hidden_Cosmetic.Text = "Cosmetic";
Hidden_Cosmetic.UseVisualStyleBackColor = true;
//
// Contest
//
Contest.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
Contest.ContestBeauty = 0;
Contest.ContestCool = 0;
Contest.ContestCute = 0;
Contest.ContestSheen = 0;
Contest.ContestSmart = 0;
Contest.ContestTough = 0;
Contest.Location = new System.Drawing.Point(4, 328);
Contest.Margin = new System.Windows.Forms.Padding(0);
Contest.Name = "Contest";
Contest.Size = new System.Drawing.Size(288, 56);
Contest.TabIndex = 50;
//
// FLP_PKMEditors
//
FLP_PKMEditors.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_PKMEditors.AutoSize = true;
FLP_PKMEditors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
FLP_PKMEditors.Controls.Add(BTN_Ribbons);
FLP_PKMEditors.Controls.Add(BTN_Medals);
FLP_PKMEditors.Controls.Add(BTN_History);
FLP_PKMEditors.Location = new System.Drawing.Point(56, 288);
FLP_PKMEditors.Name = "FLP_PKMEditors";
FLP_PKMEditors.Size = new System.Drawing.Size(191, 27);
FLP_PKMEditors.TabIndex = 6;
FLP_PKMEditors.WrapContents = false;
//
// BTN_Ribbons
//
BTN_Ribbons.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
BTN_Ribbons.AutoSize = true;
BTN_Ribbons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
BTN_Ribbons.Location = new System.Drawing.Point(1, 1);
BTN_Ribbons.Margin = new System.Windows.Forms.Padding(1);
BTN_Ribbons.Name = "BTN_Ribbons";
BTN_Ribbons.Size = new System.Drawing.Size(60, 25);
BTN_Ribbons.TabIndex = 28;
BTN_Ribbons.Text = "Ribbons";
BTN_Ribbons.UseVisualStyleBackColor = true;
BTN_Ribbons.Click += OpenRibbons;
//
// BTN_Medals
//
BTN_Medals.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
BTN_Medals.AutoSize = true;
BTN_Medals.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
BTN_Medals.Location = new System.Drawing.Point(63, 1);
BTN_Medals.Margin = new System.Windows.Forms.Padding(1);
BTN_Medals.Name = "BTN_Medals";
BTN_Medals.Size = new System.Drawing.Size(55, 25);
BTN_Medals.TabIndex = 29;
BTN_Medals.Text = "Medals";
BTN_Medals.UseVisualStyleBackColor = true;
BTN_Medals.Click += OpenMedals;
//
// BTN_History
//
BTN_History.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
BTN_History.AutoSize = true;
BTN_History.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
BTN_History.Location = new System.Drawing.Point(120, 1);
BTN_History.Margin = new System.Windows.Forms.Padding(1);
BTN_History.Name = "BTN_History";
BTN_History.Size = new System.Drawing.Size(70, 25);
BTN_History.TabIndex = 30;
BTN_History.Text = "Memories";
BTN_History.UseVisualStyleBackColor = true;
BTN_History.Click += OpenHistory;
//
// FLP_CosmeticTop
//
FLP_CosmeticTop.Controls.Add(GB_Markings);
FLP_CosmeticTop.Controls.Add(PB_Affixed);
FLP_CosmeticTop.Controls.Add(FLP_BigMarkings);
FLP_CosmeticTop.Controls.Add(SizeCP);
FLP_CosmeticTop.Controls.Add(ShinyLeaf);
FLP_CosmeticTop.Dock = System.Windows.Forms.DockStyle.Top;
FLP_CosmeticTop.Location = new System.Drawing.Point(0, 0);
FLP_CosmeticTop.Name = "FLP_CosmeticTop";
FLP_CosmeticTop.Padding = new System.Windows.Forms.Padding(0, 16, 0, 0);
FLP_CosmeticTop.Size = new System.Drawing.Size(296, 280);
FLP_CosmeticTop.TabIndex = 0;
//
// GB_Markings
//
GB_Markings.Controls.Add(PB_Mark6);
GB_Markings.Controls.Add(PB_Mark3);
GB_Markings.Controls.Add(PB_Mark5);
GB_Markings.Controls.Add(PB_MarkCured);
GB_Markings.Controls.Add(PB_Mark2);
GB_Markings.Controls.Add(PB_MarkShiny);
GB_Markings.Controls.Add(PB_Mark1);
GB_Markings.Controls.Add(PB_Mark4);
GB_Markings.Location = new System.Drawing.Point(64, 16);
GB_Markings.Margin = new System.Windows.Forms.Padding(64, 0, 8, 0);
GB_Markings.Name = "GB_Markings";
GB_Markings.Padding = new System.Windows.Forms.Padding(0);
GB_Markings.Size = new System.Drawing.Size(160, 72);
GB_Markings.TabIndex = 1;
GB_Markings.TabStop = false;
GB_Markings.Text = "Markings";
//
// PB_Mark6
//
PB_Mark6.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark6.Image = Properties.Resources.box_mark_06;
PB_Mark6.InitialImage = Properties.Resources.box_mark_06;
PB_Mark6.Location = new System.Drawing.Point(128, 40);
PB_Mark6.Margin = new System.Windows.Forms.Padding(0);
PB_Mark6.Name = "PB_Mark6";
PB_Mark6.Size = new System.Drawing.Size(24, 24);
PB_Mark6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark6.TabIndex = 5;
PB_Mark6.TabStop = false;
PB_Mark6.Click += ClickMarking;
//
// PB_Mark3
//
PB_Mark3.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark3.Image = Properties.Resources.box_mark_03;
PB_Mark3.InitialImage = Properties.Resources.box_mark_03;
PB_Mark3.Location = new System.Drawing.Point(56, 40);
PB_Mark3.Margin = new System.Windows.Forms.Padding(0);
PB_Mark3.Name = "PB_Mark3";
PB_Mark3.Size = new System.Drawing.Size(24, 24);
PB_Mark3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark3.TabIndex = 2;
PB_Mark3.TabStop = false;
PB_Mark3.Click += ClickMarking;
//
// PB_Mark5
//
PB_Mark5.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark5.Image = Properties.Resources.box_mark_05;
PB_Mark5.InitialImage = Properties.Resources.box_mark_05;
PB_Mark5.Location = new System.Drawing.Point(104, 40);
PB_Mark5.Margin = new System.Windows.Forms.Padding(0);
PB_Mark5.Name = "PB_Mark5";
PB_Mark5.Size = new System.Drawing.Size(24, 24);
PB_Mark5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark5.TabIndex = 4;
PB_Mark5.TabStop = false;
PB_Mark5.Click += ClickMarking;
//
// PB_MarkCured
//
PB_MarkCured.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_MarkCured.Image = Properties.Resources.anti_pokerus_icon;
PB_MarkCured.InitialImage = Properties.Resources.anti_pokerus_icon;
PB_MarkCured.Location = new System.Drawing.Point(80, 16);
PB_MarkCured.Margin = new System.Windows.Forms.Padding(0);
PB_MarkCured.Name = "PB_MarkCured";
PB_MarkCured.Size = new System.Drawing.Size(24, 24);
PB_MarkCured.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_MarkCured.TabIndex = 7;
PB_MarkCured.TabStop = false;
PB_MarkCured.Click += PB_MarkCured_Click;
//
// PB_Mark2
//
PB_Mark2.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark2.Image = Properties.Resources.box_mark_02;
PB_Mark2.InitialImage = Properties.Resources.box_mark_02;
PB_Mark2.Location = new System.Drawing.Point(32, 40);
PB_Mark2.Margin = new System.Windows.Forms.Padding(0);
PB_Mark2.Name = "PB_Mark2";
PB_Mark2.Size = new System.Drawing.Size(24, 24);
PB_Mark2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark2.TabIndex = 1;
PB_Mark2.TabStop = false;
PB_Mark2.Click += ClickMarking;
//
// PB_MarkShiny
//
PB_MarkShiny.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_MarkShiny.Image = Properties.Resources.rare_icon;
PB_MarkShiny.InitialImage = Properties.Resources.rare_icon;
PB_MarkShiny.Location = new System.Drawing.Point(56, 16);
PB_MarkShiny.Margin = new System.Windows.Forms.Padding(0);
PB_MarkShiny.Name = "PB_MarkShiny";
PB_MarkShiny.Size = new System.Drawing.Size(24, 24);
PB_MarkShiny.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_MarkShiny.TabIndex = 6;
PB_MarkShiny.TabStop = false;
PB_MarkShiny.Click += PB_MarkShiny_Click;
//
// PB_Mark1
//
PB_Mark1.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark1.Image = Properties.Resources.box_mark_01;
PB_Mark1.InitialImage = Properties.Resources.box_mark_01;
PB_Mark1.Location = new System.Drawing.Point(8, 40);
PB_Mark1.Margin = new System.Windows.Forms.Padding(0);
PB_Mark1.Name = "PB_Mark1";
PB_Mark1.Size = new System.Drawing.Size(24, 24);
PB_Mark1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark1.TabIndex = 0;
PB_Mark1.TabStop = false;
PB_Mark1.Click += ClickMarking;
//
// PB_Mark4
//
PB_Mark4.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Mark4.Image = Properties.Resources.box_mark_04;
PB_Mark4.InitialImage = Properties.Resources.box_mark_04;
PB_Mark4.Location = new System.Drawing.Point(80, 40);
PB_Mark4.Margin = new System.Windows.Forms.Padding(0);
PB_Mark4.Name = "PB_Mark4";
PB_Mark4.Size = new System.Drawing.Size(24, 24);
PB_Mark4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Mark4.TabIndex = 3;
PB_Mark4.TabStop = false;
PB_Mark4.Click += ClickMarking;
//
// PB_Affixed
//
PB_Affixed.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Affixed.Anchor = System.Windows.Forms.AnchorStyles.None;
PB_Affixed.Location = new System.Drawing.Point(240, 34);
PB_Affixed.Margin = new System.Windows.Forms.Padding(8, 4, 0, 0);
PB_Affixed.Name = "PB_Affixed";
PB_Affixed.Size = new System.Drawing.Size(40, 40);
PB_Affixed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Affixed.TabIndex = 13;
PB_Affixed.TabStop = false;
PB_Affixed.Click += OpenRibbons;
//
// FLP_BigMarkings
//
FLP_BigMarkings.Anchor = System.Windows.Forms.AnchorStyles.None;
FLP_BigMarkings.AutoSize = true;
FLP_BigMarkings.Controls.Add(PB_Favorite);
FLP_BigMarkings.Controls.Add(PB_Origin);
FLP_BigMarkings.Controls.Add(PB_BattleVersion);
FLP_BigMarkings.Location = new System.Drawing.Point(72, 96);
FLP_BigMarkings.Margin = new System.Windows.Forms.Padding(72, 8, 0, 0);
FLP_BigMarkings.Name = "FLP_BigMarkings";
FLP_BigMarkings.Size = new System.Drawing.Size(144, 48);
FLP_BigMarkings.TabIndex = 2;
//
// PB_Favorite
//
PB_Favorite.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Favorite.Anchor = System.Windows.Forms.AnchorStyles.None;
PB_Favorite.Image = Properties.Resources.icon_favo;
PB_Favorite.InitialImage = Properties.Resources.icon_favo;
PB_Favorite.Location = new System.Drawing.Point(0, 0);
PB_Favorite.Margin = new System.Windows.Forms.Padding(0);
PB_Favorite.Name = "PB_Favorite";
PB_Favorite.Size = new System.Drawing.Size(48, 48);
PB_Favorite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Favorite.TabIndex = 10;
PB_Favorite.TabStop = false;
PB_Favorite.Click += ClickFavorite;
//
// PB_Origin
//
PB_Origin.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_Origin.Anchor = System.Windows.Forms.AnchorStyles.None;
PB_Origin.Location = new System.Drawing.Point(48, 0);
PB_Origin.Margin = new System.Windows.Forms.Padding(0);
PB_Origin.Name = "PB_Origin";
PB_Origin.Size = new System.Drawing.Size(48, 48);
PB_Origin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_Origin.TabIndex = 11;
PB_Origin.TabStop = false;
PB_Origin.Click += ClickVersionMarking;
//
// PB_BattleVersion
//
PB_BattleVersion.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
PB_BattleVersion.Anchor = System.Windows.Forms.AnchorStyles.None;
PB_BattleVersion.Image = Properties.Resources.icon_btlrom;
PB_BattleVersion.InitialImage = Properties.Resources.icon_btlrom;
PB_BattleVersion.Location = new System.Drawing.Point(96, 0);
PB_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
PB_BattleVersion.Name = "PB_BattleVersion";
PB_BattleVersion.Size = new System.Drawing.Size(48, 48);
PB_BattleVersion.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
PB_BattleVersion.TabIndex = 12;
PB_BattleVersion.TabStop = false;
PB_BattleVersion.Click += ClickVersionMarking;
//
// SizeCP
//
SizeCP.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
SizeCP.Location = new System.Drawing.Point(48, 152);
SizeCP.Margin = new System.Windows.Forms.Padding(48, 8, 0, 0);
SizeCP.Name = "SizeCP";
SizeCP.Size = new System.Drawing.Size(224, 96);
SizeCP.TabIndex = 3;
//
// ShinyLeaf
//
ShinyLeaf.AccessibleDescription = "Gen 4 shiny leaf crown control";
ShinyLeaf.AccessibleName = "Gen 4 shiny leaf crown control";
ShinyLeaf.Location = new System.Drawing.Point(56, 256);
ShinyLeaf.Margin = new System.Windows.Forms.Padding(56, 8, 0, 0);
ShinyLeaf.Name = "ShinyLeaf";
ShinyLeaf.Size = new System.Drawing.Size(200, 64);
ShinyLeaf.TabIndex = 4;
//
// Hidden_OTMisc
//
Hidden_OTMisc.AllowDrop = true;
Hidden_OTMisc.Controls.Add(FLP_OTMisc);
Hidden_OTMisc.Location = new System.Drawing.Point(4, 5);
Hidden_OTMisc.Margin = new System.Windows.Forms.Padding(0);
Hidden_OTMisc.Name = "Hidden_OTMisc";
Hidden_OTMisc.Size = new System.Drawing.Size(296, 391);
Hidden_OTMisc.TabIndex = 4;
Hidden_OTMisc.Text = "OT/Misc";
Hidden_OTMisc.UseVisualStyleBackColor = true;
//
// FLP_OTMisc
//
FLP_OTMisc.Controls.Add(GB_OT);
FLP_OTMisc.Controls.Add(TID_Trainer);
FLP_OTMisc.Controls.Add(FLP_OT);
FLP_OTMisc.Controls.Add(FLP_Country);
FLP_OTMisc.Controls.Add(FLP_SubRegion);
FLP_OTMisc.Controls.Add(FLP_3DSRegion);
FLP_OTMisc.Controls.Add(FLP_Handler);
FLP_OTMisc.Controls.Add(GB_nOT);
FLP_OTMisc.Controls.Add(FLP_HT);
FLP_OTMisc.Controls.Add(FLP_HTLanguage);
FLP_OTMisc.Controls.Add(FLP_ExtraBytes);
FLP_OTMisc.Controls.Add(L_HomeTracker);
FLP_OTMisc.Controls.Add(TB_HomeTracker);
FLP_OTMisc.Controls.Add(Label_EncryptionConstant);
FLP_OTMisc.Controls.Add(TB_EC);
FLP_OTMisc.Controls.Add(BTN_RerollEC);
FLP_OTMisc.Dock = System.Windows.Forms.DockStyle.Fill;
FLP_OTMisc.Location = new System.Drawing.Point(0, 0);
FLP_OTMisc.Name = "FLP_OTMisc";
FLP_OTMisc.Size = new System.Drawing.Size(296, 391);
FLP_OTMisc.TabIndex = 1;
//
// GB_OT
//
FLP_OTMisc.SetFlowBreak(GB_OT, true);
GB_OT.Location = new System.Drawing.Point(56, 16);
GB_OT.Margin = new System.Windows.Forms.Padding(56, 16, 0, 0);
GB_OT.Name = "GB_OT";
GB_OT.Size = new System.Drawing.Size(216, 24);
GB_OT.TabIndex = 47;
GB_OT.Text = "Trainer Information";
GB_OT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// TID_Trainer
//
TID_Trainer.Location = new System.Drawing.Point(64, 40);
TID_Trainer.Margin = new System.Windows.Forms.Padding(64, 0, 0, 0);
TID_Trainer.Name = "TID_Trainer";
TID_Trainer.Size = new System.Drawing.Size(208, 24);
TID_Trainer.TabIndex = 1;
//
// FLP_OT
//
FLP_OT.Controls.Add(Label_OT);
FLP_OT.Controls.Add(TB_OT);
FLP_OT.Controls.Add(UC_OTGender);
FLP_OT.Controls.Add(BTN_OTNameWarn);
FLP_OT.Location = new System.Drawing.Point(0, 64);
FLP_OT.Margin = new System.Windows.Forms.Padding(0);
FLP_OT.Name = "FLP_OT";
FLP_OT.Size = new System.Drawing.Size(272, 24);
FLP_OT.TabIndex = 2;
//
// Label_OT
//
Label_OT.Location = new System.Drawing.Point(0, 0);
Label_OT.Margin = new System.Windows.Forms.Padding(0);
Label_OT.Name = "Label_OT";
Label_OT.Size = new System.Drawing.Size(104, 24);
Label_OT.TabIndex = 2;
Label_OT.Text = "OT:";
Label_OT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_OT.Click += ClickOT;
//
// TB_OT
//
TB_OT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_OT.Location = new System.Drawing.Point(104, 0);
TB_OT.Margin = new System.Windows.Forms.Padding(0);
TB_OT.MaxLength = 12;
TB_OT.Name = "TB_OT";
TB_OT.Size = new System.Drawing.Size(94, 23);
TB_OT.TabIndex = 3;
TB_OT.TextChanged += RefreshFontWarningButton;
TB_OT.MouseDown += UpdateNicknameClick;
//
// UC_OTGender
//
UC_OTGender.AccessibleDescription = "Trainer Gender Pane";
UC_OTGender.AccessibleName = "Trainer Gender Pane";
UC_OTGender.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
UC_OTGender.AllowClick = true;
UC_OTGender.BackgroundImage = (System.Drawing.Image)resources.GetObject("UC_OTGender.BackgroundImage");
UC_OTGender.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
UC_OTGender.Gender = 0;
UC_OTGender.Location = new System.Drawing.Point(198, 0);
UC_OTGender.Margin = new System.Windows.Forms.Padding(0);
UC_OTGender.Name = "UC_OTGender";
UC_OTGender.Size = new System.Drawing.Size(24, 24);
UC_OTGender.TabIndex = 4;
//
// BTN_OTNameWarn
//
BTN_OTNameWarn.AccessibleDescription = "When pressed, shows how the OT name will be displayed in the game's font.";
BTN_OTNameWarn.AccessibleName = "OT Warn Button";
BTN_OTNameWarn.Anchor = System.Windows.Forms.AnchorStyles.Right;
BTN_OTNameWarn.Location = new System.Drawing.Point(222, 0);
BTN_OTNameWarn.Margin = new System.Windows.Forms.Padding(0);
BTN_OTNameWarn.Name = "BTN_OTNameWarn";
BTN_OTNameWarn.Size = new System.Drawing.Size(24, 24);
BTN_OTNameWarn.TabIndex = 111;
BTN_OTNameWarn.Text = "?";
BTN_OTNameWarn.UseVisualStyleBackColor = true;
BTN_OTNameWarn.Click += BTN_OTNameWarn_Click;
//
// FLP_Country
//
FLP_Country.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Country.Controls.Add(Label_Country);
FLP_Country.Controls.Add(CB_Country);
FLP_Country.Location = new System.Drawing.Point(0, 88);
FLP_Country.Margin = new System.Windows.Forms.Padding(0);
FLP_Country.Name = "FLP_Country";
FLP_Country.Size = new System.Drawing.Size(272, 24);
FLP_Country.TabIndex = 3;
//
// Label_Country
//
Label_Country.Location = new System.Drawing.Point(0, 0);
Label_Country.Margin = new System.Windows.Forms.Padding(0);
Label_Country.Name = "Label_Country";
Label_Country.Size = new System.Drawing.Size(104, 24);
Label_Country.TabIndex = 16;
Label_Country.Text = "Country:";
Label_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Country
//
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(104, 0);
CB_Country.Margin = new System.Windows.Forms.Padding(0);
CB_Country.Name = "CB_Country";
CB_Country.Size = new System.Drawing.Size(126, 23);
CB_Country.TabIndex = 21;
CB_Country.SelectedIndexChanged += UpdateCountry;
CB_Country.Validating += ValidateComboBox;
//
// FLP_SubRegion
//
FLP_SubRegion.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_SubRegion.Controls.Add(Label_SubRegion);
FLP_SubRegion.Controls.Add(CB_SubRegion);
FLP_SubRegion.Location = new System.Drawing.Point(0, 112);
FLP_SubRegion.Margin = new System.Windows.Forms.Padding(0);
FLP_SubRegion.Name = "FLP_SubRegion";
FLP_SubRegion.Size = new System.Drawing.Size(272, 24);
FLP_SubRegion.TabIndex = 4;
//
// Label_SubRegion
//
Label_SubRegion.Location = new System.Drawing.Point(0, 0);
Label_SubRegion.Margin = new System.Windows.Forms.Padding(0);
Label_SubRegion.Name = "Label_SubRegion";
Label_SubRegion.Size = new System.Drawing.Size(104, 24);
Label_SubRegion.TabIndex = 17;
Label_SubRegion.Text = "Sub Region:";
Label_SubRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_SubRegion
//
CB_SubRegion.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
CB_SubRegion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
CB_SubRegion.DropDownWidth = 180;
CB_SubRegion.FormattingEnabled = true;
CB_SubRegion.Location = new System.Drawing.Point(104, 0);
CB_SubRegion.Margin = new System.Windows.Forms.Padding(0);
CB_SubRegion.Name = "CB_SubRegion";
CB_SubRegion.Size = new System.Drawing.Size(126, 23);
CB_SubRegion.TabIndex = 22;
CB_SubRegion.Validating += ValidateComboBox;
//
// FLP_3DSRegion
//
FLP_3DSRegion.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_3DSRegion.Controls.Add(Label_3DSRegion);
FLP_3DSRegion.Controls.Add(CB_3DSReg);
FLP_3DSRegion.Location = new System.Drawing.Point(0, 136);
FLP_3DSRegion.Margin = new System.Windows.Forms.Padding(0);
FLP_3DSRegion.Name = "FLP_3DSRegion";
FLP_3DSRegion.Size = new System.Drawing.Size(272, 24);
FLP_3DSRegion.TabIndex = 5;
//
// Label_3DSRegion
//
Label_3DSRegion.Location = new System.Drawing.Point(0, 0);
Label_3DSRegion.Margin = new System.Windows.Forms.Padding(0);
Label_3DSRegion.Name = "Label_3DSRegion";
Label_3DSRegion.Size = new System.Drawing.Size(104, 24);
Label_3DSRegion.TabIndex = 18;
Label_3DSRegion.Text = "3DS Region:";
Label_3DSRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_3DSReg
//
CB_3DSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_3DSReg.FormattingEnabled = true;
CB_3DSReg.Location = new System.Drawing.Point(104, 0);
CB_3DSReg.Margin = new System.Windows.Forms.Padding(0);
CB_3DSReg.Name = "CB_3DSReg";
CB_3DSReg.Size = new System.Drawing.Size(126, 23);
CB_3DSReg.TabIndex = 23;
//
// FLP_Handler
//
FLP_Handler.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_Handler.Controls.Add(L_CurrentHandler);
FLP_Handler.Controls.Add(CB_Handler);
FLP_Handler.Location = new System.Drawing.Point(0, 176);
FLP_Handler.Margin = new System.Windows.Forms.Padding(0, 16, 0, 8);
FLP_Handler.Name = "FLP_Handler";
FLP_Handler.Size = new System.Drawing.Size(272, 24);
FLP_Handler.TabIndex = 6;
//
// L_CurrentHandler
//
L_CurrentHandler.Location = new System.Drawing.Point(0, 0);
L_CurrentHandler.Margin = new System.Windows.Forms.Padding(0);
L_CurrentHandler.Name = "L_CurrentHandler";
L_CurrentHandler.Size = new System.Drawing.Size(128, 24);
L_CurrentHandler.TabIndex = 18;
L_CurrentHandler.Text = "Current Handler:";
L_CurrentHandler.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Handler
//
CB_Handler.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_Handler.FormattingEnabled = true;
CB_Handler.Items.AddRange(new object[] { "OT", "HT" });
CB_Handler.Location = new System.Drawing.Point(128, 0);
CB_Handler.Margin = new System.Windows.Forms.Padding(0);
CB_Handler.Name = "CB_Handler";
CB_Handler.Size = new System.Drawing.Size(48, 23);
CB_Handler.TabIndex = 1;
CB_Handler.SelectedIndexChanged += ChangeHandlerIndex;
//
// GB_nOT
//
FLP_OTMisc.SetFlowBreak(GB_nOT, true);
GB_nOT.Location = new System.Drawing.Point(56, 208);
GB_nOT.Margin = new System.Windows.Forms.Padding(56, 0, 0, 0);
GB_nOT.Name = "GB_nOT";
GB_nOT.Size = new System.Drawing.Size(216, 24);
GB_nOT.TabIndex = 48;
GB_nOT.Text = "Latest (not OT) Handler";
GB_nOT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FLP_HT
//
FLP_HT.Controls.Add(Label_PrevOT);
FLP_HT.Controls.Add(TB_HT);
FLP_HT.Controls.Add(UC_HTGender);
FLP_HT.Location = new System.Drawing.Point(0, 232);
FLP_HT.Margin = new System.Windows.Forms.Padding(0);
FLP_HT.Name = "FLP_HT";
FLP_HT.Size = new System.Drawing.Size(272, 24);
FLP_HT.TabIndex = 10;
//
// Label_PrevOT
//
Label_PrevOT.Location = new System.Drawing.Point(0, 0);
Label_PrevOT.Margin = new System.Windows.Forms.Padding(0);
Label_PrevOT.Name = "Label_PrevOT";
Label_PrevOT.Size = new System.Drawing.Size(104, 24);
Label_PrevOT.TabIndex = 1;
Label_PrevOT.Text = "OT:";
Label_PrevOT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
Label_PrevOT.Click += ClickCT;
//
// TB_HT
//
TB_HT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_HT.Location = new System.Drawing.Point(104, 0);
TB_HT.Margin = new System.Windows.Forms.Padding(0);
TB_HT.MaxLength = 12;
TB_HT.Name = "TB_HT";
TB_HT.Size = new System.Drawing.Size(94, 23);
TB_HT.TabIndex = 2;
TB_HT.WordWrap = false;
TB_HT.TextChanged += UpdateNotOT;
TB_HT.MouseDown += UpdateNicknameClick;
//
// UC_HTGender
//
UC_HTGender.AccessibleDescription = "Handling Trainer Gender Pane";
UC_HTGender.AccessibleName = "Handling Trainer Gender Pane";
UC_HTGender.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
UC_HTGender.AllowClick = true;
UC_HTGender.BackgroundImage = (System.Drawing.Image)resources.GetObject("UC_HTGender.BackgroundImage");
UC_HTGender.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
UC_HTGender.Gender = 0;
UC_HTGender.Location = new System.Drawing.Point(198, 0);
UC_HTGender.Margin = new System.Windows.Forms.Padding(0);
UC_HTGender.Name = "UC_HTGender";
UC_HTGender.Size = new System.Drawing.Size(24, 24);
UC_HTGender.TabIndex = 3;
//
// FLP_HTLanguage
//
FLP_HTLanguage.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_HTLanguage.Controls.Add(L_LanguageHT);
FLP_HTLanguage.Controls.Add(CB_HTLanguage);
FLP_HTLanguage.Location = new System.Drawing.Point(0, 256);
FLP_HTLanguage.Margin = new System.Windows.Forms.Padding(0);
FLP_HTLanguage.Name = "FLP_HTLanguage";
FLP_HTLanguage.Size = new System.Drawing.Size(272, 24);
FLP_HTLanguage.TabIndex = 11;
//
// L_LanguageHT
//
L_LanguageHT.Location = new System.Drawing.Point(0, 0);
L_LanguageHT.Margin = new System.Windows.Forms.Padding(0);
L_LanguageHT.Name = "L_LanguageHT";
L_LanguageHT.Size = new System.Drawing.Size(104, 24);
L_LanguageHT.TabIndex = 18;
L_LanguageHT.Text = "Language:";
L_LanguageHT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_HTLanguage
//
CB_HTLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_HTLanguage.FormattingEnabled = true;
CB_HTLanguage.Location = new System.Drawing.Point(104, 0);
CB_HTLanguage.Margin = new System.Windows.Forms.Padding(0);
CB_HTLanguage.Name = "CB_HTLanguage";
CB_HTLanguage.Size = new System.Drawing.Size(126, 23);
CB_HTLanguage.TabIndex = 4;
//
// FLP_ExtraBytes
//
FLP_ExtraBytes.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
FLP_ExtraBytes.Controls.Add(L_ExtraBytes);
FLP_ExtraBytes.Controls.Add(CB_ExtraBytes);
FLP_ExtraBytes.Controls.Add(TB_ExtraByte);
FLP_ExtraBytes.Location = new System.Drawing.Point(0, 304);
FLP_ExtraBytes.Margin = new System.Windows.Forms.Padding(0, 24, 0, 8);
FLP_ExtraBytes.Name = "FLP_ExtraBytes";
FLP_ExtraBytes.Size = new System.Drawing.Size(272, 24);
FLP_ExtraBytes.TabIndex = 20;
//
// L_ExtraBytes
//
L_ExtraBytes.Location = new System.Drawing.Point(0, 0);
L_ExtraBytes.Margin = new System.Windows.Forms.Padding(0);
L_ExtraBytes.Name = "L_ExtraBytes";
L_ExtraBytes.Size = new System.Drawing.Size(128, 24);
L_ExtraBytes.TabIndex = 18;
L_ExtraBytes.Text = "Extra Bytes:";
L_ExtraBytes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_ExtraBytes
//
CB_ExtraBytes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
CB_ExtraBytes.FormattingEnabled = true;
CB_ExtraBytes.Location = new System.Drawing.Point(128, 0);
CB_ExtraBytes.Margin = new System.Windows.Forms.Padding(0);
CB_ExtraBytes.Name = "CB_ExtraBytes";
CB_ExtraBytes.Size = new System.Drawing.Size(64, 23);
CB_ExtraBytes.TabIndex = 1;
CB_ExtraBytes.SelectedIndexChanged += UpdateExtraByteIndex;
//
// TB_ExtraByte
//
TB_ExtraByte.Location = new System.Drawing.Point(200, 0);
TB_ExtraByte.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
TB_ExtraByte.Mask = "000";
TB_ExtraByte.Name = "TB_ExtraByte";
TB_ExtraByte.Size = new System.Drawing.Size(32, 23);
TB_ExtraByte.TabIndex = 2;
TB_ExtraByte.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
TB_ExtraByte.Validated += UpdateExtraByteValue;
//
// L_HomeTracker
//
L_HomeTracker.Location = new System.Drawing.Point(0, 336);
L_HomeTracker.Margin = new System.Windows.Forms.Padding(0);
L_HomeTracker.Name = "L_HomeTracker";
L_HomeTracker.Size = new System.Drawing.Size(128, 24);
L_HomeTracker.TabIndex = 30;
L_HomeTracker.Text = "HOME Tracker:";
L_HomeTracker.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_HomeTracker
//
TB_HomeTracker.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_HomeTracker.Font = new System.Drawing.Font("Courier New", 8.25F);
TB_HomeTracker.Location = new System.Drawing.Point(128, 338);
TB_HomeTracker.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
TB_HomeTracker.MaxLength = 16;
TB_HomeTracker.Name = "TB_HomeTracker";
TB_HomeTracker.PlaceholderText = "0123456789ABCDEF";
TB_HomeTracker.Size = new System.Drawing.Size(120, 20);
TB_HomeTracker.TabIndex = 31;
TB_HomeTracker.Validated += Update_ID64;
//
// Label_EncryptionConstant
//
Label_EncryptionConstant.Location = new System.Drawing.Point(0, 360);
Label_EncryptionConstant.Margin = new System.Windows.Forms.Padding(0);
Label_EncryptionConstant.Name = "Label_EncryptionConstant";
Label_EncryptionConstant.Size = new System.Drawing.Size(128, 24);
Label_EncryptionConstant.TabIndex = 32;
Label_EncryptionConstant.Text = "Encryption Constant:";
Label_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_EC
//
TB_EC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
TB_EC.Font = new System.Drawing.Font("Courier New", 8.25F);
TB_EC.Location = new System.Drawing.Point(128, 362);
TB_EC.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
TB_EC.MaxLength = 8;
TB_EC.Name = "TB_EC";
TB_EC.PlaceholderText = "12345678";
TB_EC.Size = new System.Drawing.Size(64, 20);
TB_EC.TabIndex = 33;
TB_EC.Validated += Update_ID;
//
// BTN_RerollEC
//
BTN_RerollEC.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
BTN_RerollEC.Location = new System.Drawing.Point(192, 360);
BTN_RerollEC.Margin = new System.Windows.Forms.Padding(0);
BTN_RerollEC.Name = "BTN_RerollEC";
BTN_RerollEC.Size = new System.Drawing.Size(56, 24);
BTN_RerollEC.TabIndex = 34;
BTN_RerollEC.Text = "Reroll";
BTN_RerollEC.UseVisualStyleBackColor = true;
BTN_RerollEC.Click += UpdateRandomEC;
//
// TC_Editor
//
TC_Editor.Alignment = System.Windows.Forms.TabAlignment.Right;
TC_Editor.Controls.Add(Tab_Main);
TC_Editor.Controls.Add(Tab_Met);
TC_Editor.Controls.Add(Tab_Stats);
TC_Editor.Controls.Add(Tab_Moves);
TC_Editor.Controls.Add(Tab_Cosmetic);
TC_Editor.Controls.Add(Tab_OTMisc);
TC_Editor.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
TC_Editor.ItemSize = new System.Drawing.Size(40, 96);
TC_Editor.Location = new System.Drawing.Point(0, 56);
TC_Editor.Margin = new System.Windows.Forms.Padding(0);
TC_Editor.Multiline = true;
TC_Editor.Name = "TC_Editor";
TC_Editor.Padding = new System.Drawing.Point(0, 0);
TC_Editor.SelectedIndex = 0;
TC_Editor.Size = new System.Drawing.Size(96, 320);
TC_Editor.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
TC_Editor.TabIndex = 0;
TC_Editor.SelectedIndexChanged += ChangeSelectedTabIndex;
//
// Tab_Main
//
Tab_Main.Location = new System.Drawing.Point(4, 4);
Tab_Main.Margin = new System.Windows.Forms.Padding(0);
Tab_Main.Name = "Tab_Main";
Tab_Main.Size = new System.Drawing.Size(0, 312);
Tab_Main.TabIndex = 0;
Tab_Main.Text = "Main";
Tab_Main.UseVisualStyleBackColor = true;
//
// Tab_Met
//
Tab_Met.Location = new System.Drawing.Point(4, 4);
Tab_Met.Margin = new System.Windows.Forms.Padding(0);
Tab_Met.Name = "Tab_Met";
Tab_Met.Size = new System.Drawing.Size(0, 312);
Tab_Met.TabIndex = 1;
Tab_Met.Text = "Met";
Tab_Met.UseVisualStyleBackColor = true;
//
// Tab_Stats
//
Tab_Stats.Location = new System.Drawing.Point(4, 4);
Tab_Stats.Margin = new System.Windows.Forms.Padding(0);
Tab_Stats.Name = "Tab_Stats";
Tab_Stats.Size = new System.Drawing.Size(0, 312);
Tab_Stats.TabIndex = 2;
Tab_Stats.Text = "Stats";
Tab_Stats.UseVisualStyleBackColor = true;
//
// Tab_Moves
//
Tab_Moves.Location = new System.Drawing.Point(4, 4);
Tab_Moves.Margin = new System.Windows.Forms.Padding(0);
Tab_Moves.Name = "Tab_Moves";
Tab_Moves.Size = new System.Drawing.Size(0, 312);
Tab_Moves.TabIndex = 3;
Tab_Moves.Text = "Moves";
Tab_Moves.UseVisualStyleBackColor = true;
//
// Tab_Cosmetic
//
Tab_Cosmetic.Location = new System.Drawing.Point(4, 4);
Tab_Cosmetic.Name = "Tab_Cosmetic";
Tab_Cosmetic.Size = new System.Drawing.Size(0, 312);
Tab_Cosmetic.TabIndex = 5;
Tab_Cosmetic.Text = "Cosmetic";
Tab_Cosmetic.UseVisualStyleBackColor = true;
//
// Tab_OTMisc
//
Tab_OTMisc.Location = new System.Drawing.Point(4, 4);
Tab_OTMisc.Margin = new System.Windows.Forms.Padding(0);
Tab_OTMisc.Name = "Tab_OTMisc";
Tab_OTMisc.Size = new System.Drawing.Size(0, 312);
Tab_OTMisc.TabIndex = 4;
Tab_OTMisc.Text = "OT/Misc";
Tab_OTMisc.UseVisualStyleBackColor = true;
//
// PKMEditor
//
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
Controls.Add(TC_Editor);
Controls.Add(Hidden_TC);
Name = "PKMEditor";
Size = new System.Drawing.Size(400, 400);
Hidden_TC.ResumeLayout(false);
Hidden_Main.ResumeLayout(false);
FLP_Main.ResumeLayout(false);
FLP_PID.ResumeLayout(false);
FLP_PIDLeft.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)PB_ShinyStar).EndInit();
((System.ComponentModel.ISupportInitialize)PB_ShinySquare).EndInit();
FLP_PIDRight.ResumeLayout(false);
FLP_PIDRight.PerformLayout();
FLP_Species.ResumeLayout(false);
FLP_Nickname.ResumeLayout(false);
FLP_Nickname.PerformLayout();
FLP_NicknameLeft.ResumeLayout(false);
FLP_NicknameLeft.PerformLayout();
FLP_EXPLevel.ResumeLayout(false);
FLP_EXPLevelRight.ResumeLayout(false);
FLP_EXPLevelRight.PerformLayout();
FLP_Nature.ResumeLayout(false);
FLP_OriginalNature.ResumeLayout(false);
FLP_Form.ResumeLayout(false);
FLP_FormLeft.ResumeLayout(false);
FLP_FormRight.ResumeLayout(false);
FLP_HeldItem.ResumeLayout(false);
FLP_Ability.ResumeLayout(false);
FLP_AbilityRight.ResumeLayout(false);
FLP_AbilityRight.PerformLayout();
FLP_Friendship.ResumeLayout(false);
FLP_FriendshipLeft.ResumeLayout(false);
FLP_FriendshipRight.ResumeLayout(false);
FLP_FriendshipRight.PerformLayout();
FLP_Language.ResumeLayout(false);
FLP_EggPKRS.ResumeLayout(false);
FLP_EggPKRSLeft.ResumeLayout(false);
FLP_EggPKRSLeft.PerformLayout();
FLP_EggPKRSRight.ResumeLayout(false);
FLP_EggPKRSRight.PerformLayout();
FLP_PKRS.ResumeLayout(false);
FLP_PKRSRight.ResumeLayout(false);
FLP_NSparkle.ResumeLayout(false);
FLP_NSparkle.PerformLayout();
FLP_ShadowID.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)NUD_ShadowID).EndInit();
FLP_Purification.ResumeLayout(false);
FLP_Purification.PerformLayout();
((System.ComponentModel.ISupportInitialize)NUD_Purification).EndInit();
FLP_CatchRate.ResumeLayout(false);
Hidden_Met.ResumeLayout(false);
Hidden_Met.PerformLayout();
GB_EggConditions.ResumeLayout(false);
FLP_Met.ResumeLayout(false);
FLP_OriginGame.ResumeLayout(false);
FLP_BattleVersion.ResumeLayout(false);
FLP_MetLocation.ResumeLayout(false);
FLP_Ball.ResumeLayout(false);
FLP_BallLeft.ResumeLayout(false);
FLP_BallLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)PB_Ball).EndInit();
FLP_MetDate.ResumeLayout(false);
FLP_MetLevel.ResumeLayout(false);
FLP_MetLevel.PerformLayout();
FLP_ObedienceLevel.ResumeLayout(false);
FLP_ObedienceLevel.PerformLayout();
FLP_GroundTile.ResumeLayout(false);
FLP_TimeOfDay.ResumeLayout(false);
Hidden_Stats.ResumeLayout(false);
Hidden_Moves.ResumeLayout(false);
Hidden_Moves.PerformLayout();
FLP_MoveFlags.ResumeLayout(false);
GB_RelearnMoves.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn4).EndInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn3).EndInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn2).EndInit();
((System.ComponentModel.ISupportInitialize)PB_WarnRelearn1).EndInit();
GB_CurrentMoves.ResumeLayout(false);
FLP_Moves.ResumeLayout(false);
Hidden_Cosmetic.ResumeLayout(false);
Hidden_Cosmetic.PerformLayout();
FLP_PKMEditors.ResumeLayout(false);
FLP_PKMEditors.PerformLayout();
FLP_CosmeticTop.ResumeLayout(false);
FLP_CosmeticTop.PerformLayout();
GB_Markings.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)PB_Mark6).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Mark3).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Mark5).EndInit();
((System.ComponentModel.ISupportInitialize)PB_MarkCured).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Mark2).EndInit();
((System.ComponentModel.ISupportInitialize)PB_MarkShiny).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Mark1).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Mark4).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Affixed).EndInit();
FLP_BigMarkings.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)PB_Favorite).EndInit();
((System.ComponentModel.ISupportInitialize)PB_Origin).EndInit();
((System.ComponentModel.ISupportInitialize)PB_BattleVersion).EndInit();
Hidden_OTMisc.ResumeLayout(false);
FLP_OTMisc.ResumeLayout(false);
FLP_OTMisc.PerformLayout();
FLP_OT.ResumeLayout(false);
FLP_OT.PerformLayout();
FLP_Country.ResumeLayout(false);
FLP_SubRegion.ResumeLayout(false);
FLP_3DSRegion.ResumeLayout(false);
FLP_Handler.ResumeLayout(false);
FLP_HT.ResumeLayout(false);
FLP_HT.PerformLayout();
FLP_HTLanguage.ResumeLayout(false);
FLP_ExtraBytes.ResumeLayout(false);
FLP_ExtraBytes.PerformLayout();
TC_Editor.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl Hidden_TC;
private System.Windows.Forms.TabPage Hidden_Main;
private System.Windows.Forms.FlowLayoutPanel FLP_Main;
private System.Windows.Forms.FlowLayoutPanel FLP_PID;
private System.Windows.Forms.FlowLayoutPanel FLP_PIDLeft;
private System.Windows.Forms.Label Label_PID;
private System.Windows.Forms.Button BTN_Shinytize;
private PKHeX.WinForms.Controls.SelectablePictureBox PB_ShinyStar;
private PKHeX.WinForms.Controls.SelectablePictureBox PB_ShinySquare;
private System.Windows.Forms.FlowLayoutPanel FLP_PIDRight;
private System.Windows.Forms.TextBox TB_PID;
private System.Windows.Forms.Button BTN_RerollPID;
private System.Windows.Forms.FlowLayoutPanel FLP_Species;
private System.Windows.Forms.Label Label_Species;
private System.Windows.Forms.ComboBox CB_Species;
private System.Windows.Forms.FlowLayoutPanel FLP_Nickname;
private System.Windows.Forms.FlowLayoutPanel FLP_NicknameLeft;
private System.Windows.Forms.CheckBox CHK_NicknamedFlag;
private System.Windows.Forms.TextBox TB_Nickname;
private System.Windows.Forms.FlowLayoutPanel FLP_EXPLevel;
private System.Windows.Forms.Label Label_EXP;
private System.Windows.Forms.FlowLayoutPanel FLP_EXPLevelRight;
private System.Windows.Forms.MaskedTextBox TB_EXP;
private System.Windows.Forms.Label Label_CurLevel;
private System.Windows.Forms.MaskedTextBox TB_Level;
private System.Windows.Forms.FlowLayoutPanel FLP_Nature;
private System.Windows.Forms.Label Label_Nature;
private System.Windows.Forms.ComboBox CB_Nature;
private System.Windows.Forms.FlowLayoutPanel FLP_HeldItem;
private System.Windows.Forms.Label Label_HeldItem;
private System.Windows.Forms.ComboBox CB_HeldItem;
private System.Windows.Forms.FlowLayoutPanel FLP_Friendship;
private System.Windows.Forms.FlowLayoutPanel FLP_FriendshipLeft;
private System.Windows.Forms.Label Label_Friendship;
private System.Windows.Forms.Label Label_HatchCounter;
private System.Windows.Forms.FlowLayoutPanel FLP_FriendshipRight;
private System.Windows.Forms.MaskedTextBox TB_Friendship;
private System.Windows.Forms.Label Label_Form;
private System.Windows.Forms.FlowLayoutPanel FLP_Ability;
private System.Windows.Forms.Label Label_Ability;
private System.Windows.Forms.FlowLayoutPanel FLP_AbilityRight;
private System.Windows.Forms.ComboBox CB_Ability;
private System.Windows.Forms.ComboBox DEV_Ability;
private System.Windows.Forms.MaskedTextBox TB_AbilityNumber;
private System.Windows.Forms.FlowLayoutPanel FLP_Language;
private System.Windows.Forms.Label Label_Language;
private System.Windows.Forms.ComboBox CB_Language;
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRS;
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRSLeft;
private System.Windows.Forms.CheckBox CHK_IsEgg;
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRSRight;
private System.Windows.Forms.CheckBox CHK_Infected;
private System.Windows.Forms.CheckBox CHK_Cured;
private System.Windows.Forms.FlowLayoutPanel FLP_PKRS;
private System.Windows.Forms.Label Label_PKRS;
private System.Windows.Forms.FlowLayoutPanel FLP_PKRSRight;
private System.Windows.Forms.ComboBox CB_PKRSStrain;
private System.Windows.Forms.Label Label_PKRSdays;
private System.Windows.Forms.ComboBox CB_PKRSDays;
private System.Windows.Forms.FlowLayoutPanel FLP_Country;
private System.Windows.Forms.Label Label_Country;
private System.Windows.Forms.ComboBox CB_Country;
private System.Windows.Forms.FlowLayoutPanel FLP_SubRegion;
private System.Windows.Forms.Label Label_SubRegion;
private System.Windows.Forms.ComboBox CB_SubRegion;
private System.Windows.Forms.FlowLayoutPanel FLP_3DSRegion;
private System.Windows.Forms.Label Label_3DSRegion;
private System.Windows.Forms.ComboBox CB_3DSReg;
private System.Windows.Forms.FlowLayoutPanel FLP_NSparkle;
private System.Windows.Forms.Label L_NSparkle;
private System.Windows.Forms.CheckBox CHK_NSparkle;
private System.Windows.Forms.FlowLayoutPanel FLP_ShadowID;
private System.Windows.Forms.Label L_ShadowID;
private System.Windows.Forms.NumericUpDown NUD_ShadowID;
private System.Windows.Forms.FlowLayoutPanel FLP_Purification;
private System.Windows.Forms.Label L_HeartGauge;
private System.Windows.Forms.NumericUpDown NUD_Purification;
private System.Windows.Forms.CheckBox CHK_Shadow;
private System.Windows.Forms.TabPage Hidden_Met;
private System.Windows.Forms.CheckBox CHK_AsEgg;
private System.Windows.Forms.GroupBox GB_EggConditions;
private System.Windows.Forms.ComboBox CB_EggLocation;
private System.Windows.Forms.DateTimePicker CAL_EggDate;
private System.Windows.Forms.Label Label_EggDate;
private System.Windows.Forms.Label Label_EggLocation;
private System.Windows.Forms.FlowLayoutPanel FLP_Met;
private System.Windows.Forms.FlowLayoutPanel FLP_OriginGame;
private System.Windows.Forms.Label Label_OriginGame;
private System.Windows.Forms.ComboBox CB_GameOrigin;
private System.Windows.Forms.FlowLayoutPanel FLP_MetLocation;
private System.Windows.Forms.ComboBox CB_MetLocation;
private System.Windows.Forms.FlowLayoutPanel FLP_Ball;
private System.Windows.Forms.FlowLayoutPanel FLP_BallLeft;
private System.Windows.Forms.Label Label_Ball;
private System.Windows.Forms.PictureBox PB_Ball;
private System.Windows.Forms.ComboBox CB_Ball;
private System.Windows.Forms.FlowLayoutPanel FLP_MetLevel;
private System.Windows.Forms.Label Label_MetLevel;
private System.Windows.Forms.MaskedTextBox TB_MetLevel;
private System.Windows.Forms.FlowLayoutPanel FLP_MetDate;
private System.Windows.Forms.Label Label_MetDate;
private System.Windows.Forms.DateTimePicker CAL_MetDate;
private System.Windows.Forms.CheckBox CHK_Fateful;
private System.Windows.Forms.FlowLayoutPanel FLP_GroundTile;
private System.Windows.Forms.Label Label_GroundTile;
private System.Windows.Forms.ComboBox CB_GroundTile;
private System.Windows.Forms.FlowLayoutPanel FLP_TimeOfDay;
private System.Windows.Forms.Label L_MetTimeOfDay;
private System.Windows.Forms.ComboBox CB_MetTimeOfDay;
private System.Windows.Forms.TabPage Hidden_Stats;
private System.Windows.Forms.TabPage Hidden_Moves;
private System.Windows.Forms.GroupBox GB_RelearnMoves;
private System.Windows.Forms.PictureBox PB_WarnRelearn4;
private System.Windows.Forms.PictureBox PB_WarnRelearn3;
private System.Windows.Forms.PictureBox PB_WarnRelearn2;
private System.Windows.Forms.PictureBox PB_WarnRelearn1;
private System.Windows.Forms.ComboBox CB_RelearnMove4;
private System.Windows.Forms.ComboBox CB_RelearnMove3;
private System.Windows.Forms.ComboBox CB_RelearnMove2;
private System.Windows.Forms.ComboBox CB_RelearnMove1;
private System.Windows.Forms.GroupBox GB_CurrentMoves;
private System.Windows.Forms.Label Label_CurPP;
private System.Windows.Forms.Label Label_PPups;
private System.Windows.Forms.TabPage Hidden_OTMisc;
private System.Windows.Forms.FlowLayoutPanel FLP_PKMEditors;
private System.Windows.Forms.Button BTN_Ribbons;
private System.Windows.Forms.Button BTN_Medals;
private System.Windows.Forms.Button BTN_History;
private System.Windows.Forms.TextBox TB_EC;
private System.Windows.Forms.TextBox TB_HT;
private System.Windows.Forms.Label Label_PrevOT;
private System.Windows.Forms.Button BTN_RerollEC;
private System.Windows.Forms.GroupBox GB_Markings;
private System.Windows.Forms.PictureBox PB_Mark6;
private System.Windows.Forms.PictureBox PB_Mark3;
private System.Windows.Forms.PictureBox PB_Mark5;
private System.Windows.Forms.PictureBox PB_MarkCured;
private System.Windows.Forms.PictureBox PB_Mark2;
private System.Windows.Forms.PictureBox PB_MarkShiny;
private System.Windows.Forms.PictureBox PB_Mark1;
private System.Windows.Forms.PictureBox PB_Mark4;
private System.Windows.Forms.MaskedTextBox TB_ExtraByte;
private System.Windows.Forms.ComboBox CB_ExtraBytes;
private System.Windows.Forms.TextBox TB_OT;
private System.Windows.Forms.Label Label_OT;
private System.Windows.Forms.Label Label_EncryptionConstant;
private Controls.ShinyLeaf ShinyLeaf;
private System.Windows.Forms.FlowLayoutPanel FLP_CatchRate;
private System.Windows.Forms.Label L_CatchRate;
private CatchRate CR_PK1;
private SizeCP SizeCP;
private System.Windows.Forms.PictureBox PB_Favorite;
private System.Windows.Forms.FlowLayoutPanel FLP_OriginalNature;
private System.Windows.Forms.Label L_OriginalNature;
private System.Windows.Forms.ComboBox CB_StatNature;
private System.Windows.Forms.PictureBox PB_Origin;
private System.Windows.Forms.ComboBox CB_HTLanguage;
private System.Windows.Forms.Button B_RelearnFlags;
private System.Windows.Forms.FlowLayoutPanel FLP_Form;
private System.Windows.Forms.FlowLayoutPanel FLP_FormLeft;
private System.Windows.Forms.FlowLayoutPanel FLP_FormRight;
private System.Windows.Forms.ComboBox CB_Form;
private System.Windows.Forms.TextBox TB_HomeTracker;
private System.Windows.Forms.Label L_HomeTracker;
private System.Windows.Forms.FlowLayoutPanel FLP_BattleVersion;
private System.Windows.Forms.Label L_BattleVersion;
private System.Windows.Forms.ComboBox CB_BattleVersion;
private System.Windows.Forms.PictureBox PB_BattleVersion;
private FormArgument FA_Form;
private System.Windows.Forms.Button B_MoveShop;
private System.Windows.Forms.FlowLayoutPanel FLP_MoveFlags;
private System.Windows.Forms.Label L_AlphaMastered;
private System.Windows.Forms.ComboBox CB_AlphaMastered;
private GenderToggle UC_Gender;
private GenderToggle UC_HTGender;
private GenderToggle UC_OTGender;
private System.Windows.Forms.FlowLayoutPanel FLP_ObedienceLevel;
private System.Windows.Forms.Label L_ObedienceLevel;
private System.Windows.Forms.MaskedTextBox TB_ObedienceLevel;
private System.Windows.Forms.Label L_FormArgument;
private System.Windows.Forms.Label Label_MetLocation;
private System.Windows.Forms.FlowLayoutPanel FLP_Moves;
private MoveChoice MC_Move1;
private MoveChoice MC_Move2;
private MoveChoice MC_Move3;
private MoveChoice MC_Move4;
private PKHeX.WinForms.Controls.VerticalTabControlEntityEditor TC_Editor;
private System.Windows.Forms.TabPage Tab_Main;
private System.Windows.Forms.TabPage Tab_Met;
private System.Windows.Forms.TabPage Tab_Stats;
private System.Windows.Forms.TabPage Tab_Moves;
private System.Windows.Forms.TabPage Tab_OTMisc;
private System.Windows.Forms.TabPage Hidden_Cosmetic;
private System.Windows.Forms.TabPage Tab_Cosmetic;
private System.Windows.Forms.FlowLayoutPanel FLP_CosmeticTop;
private System.Windows.Forms.FlowLayoutPanel FLP_BigMarkings;
private StatEditor Stats;
private ContestStat Contest;
private TrainerID TID_Trainer;
private System.Windows.Forms.Label CHK_Nicknamed;
private System.Windows.Forms.FlowLayoutPanel FLP_OTMisc;
private System.Windows.Forms.Label GB_OT;
private System.Windows.Forms.FlowLayoutPanel FLP_OT;
private System.Windows.Forms.Label GB_nOT;
private System.Windows.Forms.FlowLayoutPanel FLP_HT;
private System.Windows.Forms.FlowLayoutPanel FLP_HTLanguage;
private System.Windows.Forms.Label L_LanguageHT;
private System.Windows.Forms.FlowLayoutPanel FLP_ExtraBytes;
private System.Windows.Forms.Label L_ExtraBytes;
private System.Windows.Forms.FlowLayoutPanel FLP_Handler;
private System.Windows.Forms.Label L_CurrentHandler;
private System.Windows.Forms.ComboBox CB_Handler;
private global::System.Windows.Forms.PictureBox PB_Affixed;
private System.Windows.Forms.Button BTN_NicknameWarn;
private System.Windows.Forms.Button BTN_OTNameWarn;
}
}