pkNX/pkNX.WinForms/Subforms/PokeDataUI8a.Designer.cs
JelleInfinity 4167762c44
Some bug fixes (#276)
* Replace all uses of ModelID

* Prep work to add PokeMisc data
2022-10-05 17:01:34 +01:00

2444 lines
137 KiB
C#

using pkNX.WinForms.Subforms;
namespace pkNX.WinForms
{
partial class PokeDataUI8a
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.GroupBox GB_PokeMisc;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label L_MiscSpecies;
System.Windows.Forms.Label LB_ResearchTasks;
this.TB_MiscAlphaScale = new System.Windows.Forms.TextBox();
this.TB_MiscScale = new System.Windows.Forms.TextBox();
this.TB_MiscForm = new System.Windows.Forms.MaskedTextBox();
this.TB_MiscSpecies = new System.Windows.Forms.MaskedTextBox();
this.PG_PokeMisc = new System.Windows.Forms.PropertyGrid();
this.LB_HatchSpecies = new System.Windows.Forms.Label();
this.L_HisuianDex = new System.Windows.Forms.Label();
this.L_NationalDex = new System.Windows.Forms.Label();
this.L_LocalFormIndex = new System.Windows.Forms.Label();
this.L_HiddenAbility = new System.Windows.Forms.Label();
this.L_WeightKG = new System.Windows.Forms.Label();
this.L_Ability2 = new System.Windows.Forms.Label();
this.L_HeightM = new System.Windows.Forms.Label();
this.L_Ability1 = new System.Windows.Forms.Label();
this.L_Weight = new System.Windows.Forms.Label();
this.L_Height = new System.Windows.Forms.Label();
this.L_Field_46 = new System.Windows.Forms.Label();
this.L_BST = new System.Windows.Forms.Label();
this.L_Stage = new System.Windows.Forms.Label();
this.L_FormsCount = new System.Windows.Forms.Label();
this.L_Form = new System.Windows.Forms.Label();
this.L_CatchRate = new System.Windows.Forms.Label();
this.L_Color = new System.Windows.Forms.Label();
this.L_EXPGrowth = new System.Windows.Forms.Label();
this.L_EggGroup = new System.Windows.Forms.Label();
this.L_Ability = new System.Windows.Forms.Label();
this.L_BaseEXP = new System.Windows.Forms.Label();
this.L_Field_18 = new System.Windows.Forms.Label();
this.L_Friendship = new System.Windows.Forms.Label();
this.L_Gender = new System.Windows.Forms.Label();
this.L_Item1 = new System.Windows.Forms.Label();
this.L_Item5 = new System.Windows.Forms.Label();
this.L_Item50 = new System.Windows.Forms.Label();
this.L_HeldItem = new System.Windows.Forms.Label();
this.L_Type = new System.Windows.Forms.Label();
this.Label_HP = new System.Windows.Forms.Label();
this.Label_ATK = new System.Windows.Forms.Label();
this.Label_DEF = new System.Windows.Forms.Label();
this.Label_SPA = new System.Windows.Forms.Label();
this.Label_SPD = new System.Windows.Forms.Label();
this.Label_SPE = new System.Windows.Forms.Label();
this.L_EVYield = new System.Windows.Forms.Label();
this.L_BaseStats = new System.Windows.Forms.Label();
this.L_Field_47 = new System.Windows.Forms.Label();
this.Line = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.TB_NationalDex = new System.Windows.Forms.MaskedTextBox();
this.TB_HisuianDex = new System.Windows.Forms.MaskedTextBox();
this.CB_Type2 = new System.Windows.Forms.ComboBox();
this.CB_Type1 = new System.Windows.Forms.ComboBox();
this.TB_Form = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseExp = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.TB_RawColor = new System.Windows.Forms.MaskedTextBox();
this.TB_Gender = new System.Windows.Forms.MaskedTextBox();
this.L_GenderDetails = new System.Windows.Forms.Label();
this.TB_Height = new System.Windows.Forms.TextBox();
this.TB_Weight = new System.Windows.Forms.TextBox();
this.CB_EXPGroup = new System.Windows.Forms.ComboBox();
this.CB_Color = new System.Windows.Forms.ComboBox();
this.CHK_IsPresentInGame = new System.Windows.Forms.CheckBox();
this.TB_Stage = new System.Windows.Forms.MaskedTextBox();
this.TB_CatchRate = new System.Windows.Forms.MaskedTextBox();
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
this.CHK_InArea1 = new System.Windows.Forms.CheckBox();
this.CHK_InArea2 = new System.Windows.Forms.CheckBox();
this.CHK_InArea3 = new System.Windows.Forms.CheckBox();
this.CHK_InArea4 = new System.Windows.Forms.CheckBox();
this.CHK_InArea5 = new System.Windows.Forms.CheckBox();
this.TB_FormCount = new System.Windows.Forms.MaskedTextBox();
this.TB_Field_18 = new System.Windows.Forms.MaskedTextBox();
this.TB_LocalFormIndex = new System.Windows.Forms.MaskedTextBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.TB_HPEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseATK = new System.Windows.Forms.MaskedTextBox();
this.TB_ATKEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseDEF = new System.Windows.Forms.MaskedTextBox();
this.TB_DEFEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPA = new System.Windows.Forms.MaskedTextBox();
this.TB_SPAEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPD = new System.Windows.Forms.MaskedTextBox();
this.TB_SPDEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPE = new System.Windows.Forms.MaskedTextBox();
this.TB_SPEEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BST = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseHP = new System.Windows.Forms.MaskedTextBox();
this.B_Save = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.Tab_Personal = new System.Windows.Forms.TabPage();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.CB_HeldItem1 = new System.Windows.Forms.ComboBox();
this.CB_Ability1 = new System.Windows.Forms.ComboBox();
this.CB_HatchSpecies = new System.Windows.Forms.ComboBox();
this.CB_HeldItem2 = new System.Windows.Forms.ComboBox();
this.CB_HeldItem3 = new System.Windows.Forms.ComboBox();
this.CB_Ability2 = new System.Windows.Forms.ComboBox();
this.CB_EggGroup2 = new System.Windows.Forms.ComboBox();
this.CB_Ability3 = new System.Windows.Forms.ComboBox();
this.CB_EggGroup1 = new System.Windows.Forms.ComboBox();
this.CHK_Field_45 = new System.Windows.Forms.CheckBox();
this.TB_Field_47 = new System.Windows.Forms.MaskedTextBox();
this.B_PDumpTable = new System.Windows.Forms.Button();
this.TB_Field_46 = new System.Windows.Forms.MaskedTextBox();
this.CHK_Variant = new System.Windows.Forms.CheckBox();
this.Tab_Pokedex = new System.Windows.Forms.TabPage();
this.B_AddTask = new System.Windows.Forms.Button();
this.B_DeleteTask = new System.Windows.Forms.Button();
this.B_CloneTask = new System.Windows.Forms.Button();
this.PG_DexResearchTasks = new System.Windows.Forms.PropertyGrid();
this.Tab_Learn = new System.Windows.Forms.TabPage();
this.CLB_SpecialTutor = new System.Windows.Forms.CheckedListBox();
this.L_TypeTutors = new System.Windows.Forms.Label();
this.L_TM = new System.Windows.Forms.Label();
this.CLB_TypeTutor = new System.Windows.Forms.CheckedListBox();
this.CLB_TM = new System.Windows.Forms.CheckedListBox();
this.L_LevelUp = new System.Windows.Forms.Label();
this.dgv = new System.Windows.Forms.DataGridView();
this.Tab_Evo = new System.Windows.Forms.TabPage();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.Tab_Extra = new System.Windows.Forms.TabPage();
this.TC_Rand = new System.Windows.Forms.TabControl();
this.Tab_RStats = new System.Windows.Forms.TabPage();
this.NUD_AmpEXP = new System.Windows.Forms.NumericUpDown();
this.B_AmpExperience = new System.Windows.Forms.Button();
this.B_RandPersonal = new System.Windows.Forms.Button();
this.PG_Personal = new System.Windows.Forms.PropertyGrid();
this.Tab_RLearn = new System.Windows.Forms.TabPage();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.Tab_Learnset = new System.Windows.Forms.TabPage();
this.PG_Learn = new System.Windows.Forms.PropertyGrid();
this.Tab_Moveset = new System.Windows.Forms.TabPage();
this.PG_Move = new System.Windows.Forms.PropertyGrid();
this.B_LearnMetronome = new System.Windows.Forms.Button();
this.B_LearnExpand = new System.Windows.Forms.Button();
this.B_RandLearn = new System.Windows.Forms.Button();
this.Tab_REvo = new System.Windows.Forms.TabPage();
this.B_EveryLevel = new System.Windows.Forms.Button();
this.B_TradeEvo = new System.Windows.Forms.Button();
this.B_RandEvo = new System.Windows.Forms.Button();
this.PG_Evolution = new System.Windows.Forms.PropertyGrid();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.B_PreviousPokemon = new System.Windows.Forms.Button();
this.B_PreviousForm = new System.Windows.Forms.Button();
this.TB_Classification = new System.Windows.Forms.TextBox();
this.CB_Species = new System.Windows.Forms.ComboBox();
this.B_NextForm = new System.Windows.Forms.Button();
this.B_NextPokemon = new System.Windows.Forms.Button();
this.PB_MonSprite = new System.Windows.Forms.PictureBox();
this.B_AufoFill = new System.Windows.Forms.Button();
this.TT_ButtonTooltip = new System.Windows.Forms.ToolTip(this.components);
GB_PokeMisc = new System.Windows.Forms.GroupBox();
label4 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
L_MiscSpecies = new System.Windows.Forms.Label();
LB_ResearchTasks = new System.Windows.Forms.Label();
GB_PokeMisc.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tabControl1.SuspendLayout();
this.Tab_Personal.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.Tab_Pokedex.SuspendLayout();
this.Tab_Learn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.Tab_Evo.SuspendLayout();
this.Tab_Extra.SuspendLayout();
this.TC_Rand.SuspendLayout();
this.Tab_RStats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_AmpEXP)).BeginInit();
this.Tab_RLearn.SuspendLayout();
this.tabControl2.SuspendLayout();
this.Tab_Learnset.SuspendLayout();
this.Tab_Moveset.SuspendLayout();
this.Tab_REvo.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).BeginInit();
this.SuspendLayout();
//
// GB_PokeMisc
//
GB_PokeMisc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
GB_PokeMisc.Controls.Add(this.TB_MiscAlphaScale);
GB_PokeMisc.Controls.Add(this.TB_MiscScale);
GB_PokeMisc.Controls.Add(label4);
GB_PokeMisc.Controls.Add(label3);
GB_PokeMisc.Controls.Add(label2);
GB_PokeMisc.Controls.Add(this.TB_MiscForm);
GB_PokeMisc.Controls.Add(L_MiscSpecies);
GB_PokeMisc.Controls.Add(this.TB_MiscSpecies);
GB_PokeMisc.Controls.Add(this.PG_PokeMisc);
GB_PokeMisc.Location = new System.Drawing.Point(215, 265);
GB_PokeMisc.Name = "GB_PokeMisc";
GB_PokeMisc.Size = new System.Drawing.Size(684, 325);
GB_PokeMisc.TabIndex = 536;
GB_PokeMisc.TabStop = false;
GB_PokeMisc.Text = "Poke Misc";
//
// TB_MiscAlphaScale
//
this.TB_MiscAlphaScale.Location = new System.Drawing.Point(152, 121);
this.TB_MiscAlphaScale.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_MiscAlphaScale.MaxLength = 4;
this.TB_MiscAlphaScale.Name = "TB_MiscAlphaScale";
this.TB_MiscAlphaScale.Size = new System.Drawing.Size(48, 31);
this.TB_MiscAlphaScale.TabIndex = 548;
this.TB_MiscAlphaScale.Text = "__._";
this.TB_MiscAlphaScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_MiscScale
//
this.TB_MiscScale.Location = new System.Drawing.Point(152, 89);
this.TB_MiscScale.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_MiscScale.MaxLength = 4;
this.TB_MiscScale.Name = "TB_MiscScale";
this.TB_MiscScale.Size = new System.Drawing.Size(48, 31);
this.TB_MiscScale.TabIndex = 547;
this.TB_MiscScale.Text = "__._";
this.TB_MiscScale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(54, 124);
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(102, 25);
label4.TabIndex = 543;
label4.Text = "AlphaScale:";
label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(95, 92);
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(56, 25);
label3.TabIndex = 541;
label3.Text = "Scale:";
label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(94, 60);
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(58, 25);
label2.TabIndex = 539;
label2.Text = "Form:";
label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_MiscForm
//
this.TB_MiscForm.Location = new System.Drawing.Point(152, 57);
this.TB_MiscForm.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_MiscForm.Mask = "000";
this.TB_MiscForm.Name = "TB_MiscForm";
this.TB_MiscForm.Size = new System.Drawing.Size(48, 31);
this.TB_MiscForm.TabIndex = 540;
this.TB_MiscForm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_MiscSpecies
//
L_MiscSpecies.AutoSize = true;
L_MiscSpecies.Location = new System.Drawing.Point(74, 28);
L_MiscSpecies.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
L_MiscSpecies.Name = "L_MiscSpecies";
L_MiscSpecies.Size = new System.Drawing.Size(75, 25);
L_MiscSpecies.TabIndex = 537;
L_MiscSpecies.Text = "Species:";
L_MiscSpecies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_MiscSpecies
//
this.TB_MiscSpecies.Location = new System.Drawing.Point(152, 25);
this.TB_MiscSpecies.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_MiscSpecies.Mask = "000";
this.TB_MiscSpecies.Name = "TB_MiscSpecies";
this.TB_MiscSpecies.Size = new System.Drawing.Size(48, 31);
this.TB_MiscSpecies.TabIndex = 538;
this.TB_MiscSpecies.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// PG_PokeMisc
//
this.PG_PokeMisc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PG_PokeMisc.HelpVisible = false;
this.PG_PokeMisc.Location = new System.Drawing.Point(287, 22);
this.PG_PokeMisc.Name = "PG_PokeMisc";
this.PG_PokeMisc.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.PG_PokeMisc.Size = new System.Drawing.Size(394, 300);
this.PG_PokeMisc.TabIndex = 0;
this.PG_PokeMisc.ToolbarVisible = false;
//
// LB_ResearchTasks
//
LB_ResearchTasks.AutoSize = true;
LB_ResearchTasks.Location = new System.Drawing.Point(6, 178);
LB_ResearchTasks.Name = "LB_ResearchTasks";
LB_ResearchTasks.Size = new System.Drawing.Size(131, 25);
LB_ResearchTasks.TabIndex = 1;
LB_ResearchTasks.Text = "Research Tasks:";
//
// LB_HatchSpecies
//
this.LB_HatchSpecies.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.LB_HatchSpecies.AutoSize = true;
this.LB_HatchSpecies.Location = new System.Drawing.Point(588, 78);
this.LB_HatchSpecies.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.LB_HatchSpecies.Name = "LB_HatchSpecies";
this.LB_HatchSpecies.Size = new System.Drawing.Size(146, 39);
this.LB_HatchSpecies.TabIndex = 521;
this.LB_HatchSpecies.Text = "Hatched Species:";
this.LB_HatchSpecies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_HisuianDex
//
this.L_HisuianDex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_HisuianDex.AutoSize = true;
this.L_HisuianDex.Location = new System.Drawing.Point(8, 74);
this.L_HisuianDex.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
this.L_HisuianDex.Name = "L_HisuianDex";
this.L_HisuianDex.Size = new System.Drawing.Size(119, 37);
this.L_HisuianDex.TabIndex = 507;
this.L_HisuianDex.Text = "Regional Dex:";
this.L_HisuianDex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_NationalDex
//
this.L_NationalDex.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_NationalDex.AutoSize = true;
this.L_NationalDex.Location = new System.Drawing.Point(10, 0);
this.L_NationalDex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_NationalDex.Name = "L_NationalDex";
this.L_NationalDex.Size = new System.Drawing.Size(117, 37);
this.L_NationalDex.TabIndex = 506;
this.L_NationalDex.Text = "National Dex:";
this.L_NationalDex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_LocalFormIndex
//
this.L_LocalFormIndex.AutoSize = true;
this.L_LocalFormIndex.Location = new System.Drawing.Point(2, 268);
this.L_LocalFormIndex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_LocalFormIndex.Name = "L_LocalFormIndex";
this.L_LocalFormIndex.Size = new System.Drawing.Size(154, 25);
this.L_LocalFormIndex.TabIndex = 501;
this.L_LocalFormIndex.Text = "Regional Form ID:";
//
// L_HiddenAbility
//
this.L_HiddenAbility.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_HiddenAbility.AutoSize = true;
this.L_HiddenAbility.Location = new System.Drawing.Point(504, 78);
this.L_HiddenAbility.Margin = new System.Windows.Forms.Padding(0);
this.L_HiddenAbility.Name = "L_HiddenAbility";
this.L_HiddenAbility.Size = new System.Drawing.Size(35, 39);
this.L_HiddenAbility.TabIndex = 499;
this.L_HiddenAbility.Text = "(H)";
this.L_HiddenAbility.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_WeightKG
//
this.L_WeightKG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_WeightKG.AutoSize = true;
this.L_WeightKG.Location = new System.Drawing.Point(410, 148);
this.L_WeightKG.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.L_WeightKG.Name = "L_WeightKG";
this.L_WeightKG.Size = new System.Drawing.Size(32, 37);
this.L_WeightKG.TabIndex = 495;
this.L_WeightKG.Text = "kg";
this.L_WeightKG.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_Ability2
//
this.L_Ability2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_Ability2.AutoSize = true;
this.L_Ability2.Location = new System.Drawing.Point(504, 39);
this.L_Ability2.Margin = new System.Windows.Forms.Padding(0);
this.L_Ability2.Name = "L_Ability2";
this.L_Ability2.Size = new System.Drawing.Size(32, 39);
this.L_Ability2.TabIndex = 497;
this.L_Ability2.Text = "(2)";
this.L_Ability2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_HeightM
//
this.L_HeightM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_HeightM.AutoSize = true;
this.L_HeightM.Location = new System.Drawing.Point(410, 111);
this.L_HeightM.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.L_HeightM.Name = "L_HeightM";
this.L_HeightM.Size = new System.Drawing.Size(28, 37);
this.L_HeightM.TabIndex = 494;
this.L_HeightM.Text = "m";
this.L_HeightM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_Ability1
//
this.L_Ability1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_Ability1.AutoSize = true;
this.L_Ability1.Location = new System.Drawing.Point(504, 0);
this.L_Ability1.Margin = new System.Windows.Forms.Padding(0);
this.L_Ability1.Name = "L_Ability1";
this.L_Ability1.Size = new System.Drawing.Size(32, 39);
this.L_Ability1.TabIndex = 496;
this.L_Ability1.Text = "(1)";
this.L_Ability1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_Weight
//
this.L_Weight.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Weight.AutoSize = true;
this.L_Weight.Location = new System.Drawing.Point(283, 148);
this.L_Weight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Weight.Name = "L_Weight";
this.L_Weight.Size = new System.Drawing.Size(72, 37);
this.L_Weight.TabIndex = 491;
this.L_Weight.Text = "Weight:";
this.L_Weight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Height
//
this.L_Height.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Height.AutoSize = true;
this.L_Height.Location = new System.Drawing.Point(286, 111);
this.L_Height.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Height.Name = "L_Height";
this.L_Height.Size = new System.Drawing.Size(69, 37);
this.L_Height.TabIndex = 490;
this.L_Height.Text = "Height:";
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Field_46
//
this.L_Field_46.AutoSize = true;
this.L_Field_46.Location = new System.Drawing.Point(24, 333);
this.L_Field_46.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Field_46.Name = "L_Field_46";
this.L_Field_46.Size = new System.Drawing.Size(132, 25);
this.L_Field_46.TabIndex = 482;
this.L_Field_46.Text = "Some Form ID:";
this.L_Field_46.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BST
//
this.L_BST.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_BST.AutoSize = true;
this.L_BST.Location = new System.Drawing.Point(458, 20);
this.L_BST.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_BST.Name = "L_BST";
this.L_BST.Size = new System.Drawing.Size(45, 41);
this.L_BST.TabIndex = 479;
this.L_BST.Text = "BST:";
this.L_BST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Stage
//
this.L_Stage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Stage.AutoSize = true;
this.L_Stage.Location = new System.Drawing.Point(216, 259);
this.L_Stage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Stage.Name = "L_Stage";
this.L_Stage.Size = new System.Drawing.Size(139, 37);
this.L_Stage.TabIndex = 476;
this.L_Stage.Text = "Evolution Stage:";
this.L_Stage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FormsCount
//
this.L_FormsCount.AutoSize = true;
this.L_FormsCount.Location = new System.Drawing.Point(45, 399);
this.L_FormsCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_FormsCount.Name = "L_FormsCount";
this.L_FormsCount.Size = new System.Drawing.Size(111, 25);
this.L_FormsCount.TabIndex = 474;
this.L_FormsCount.Text = "Form Count:";
this.L_FormsCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Form
//
this.L_Form.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Form.AutoSize = true;
this.L_Form.Location = new System.Drawing.Point(36, 37);
this.L_Form.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Form.Name = "L_Form";
this.L_Form.Size = new System.Drawing.Size(91, 37);
this.L_Form.TabIndex = 472;
this.L_Form.Text = "Form No.:";
this.L_Form.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_CatchRate
//
this.L_CatchRate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_CatchRate.AutoSize = true;
this.L_CatchRate.Location = new System.Drawing.Point(255, 185);
this.L_CatchRate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_CatchRate.Name = "L_CatchRate";
this.L_CatchRate.Size = new System.Drawing.Size(100, 37);
this.L_CatchRate.TabIndex = 471;
this.L_CatchRate.Text = "Catch Rate:";
this.L_CatchRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Color
//
this.L_Color.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Color.AutoSize = true;
this.L_Color.Location = new System.Drawing.Point(498, 37);
this.L_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Color.Name = "L_Color";
this.L_Color.Size = new System.Drawing.Size(59, 37);
this.L_Color.TabIndex = 468;
this.L_Color.Text = "Color:";
this.L_Color.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_EXPGrowth
//
this.L_EXPGrowth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_EXPGrowth.AutoSize = true;
this.L_EXPGrowth.Location = new System.Drawing.Point(456, 0);
this.L_EXPGrowth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_EXPGrowth.Name = "L_EXPGrowth";
this.L_EXPGrowth.Size = new System.Drawing.Size(101, 25);
this.L_EXPGrowth.TabIndex = 467;
this.L_EXPGrowth.Text = "EXP Group:";
//
// L_EggGroup
//
this.L_EggGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_EggGroup.AutoSize = true;
this.L_EggGroup.Location = new System.Drawing.Point(624, 9);
this.L_EggGroup.Margin = new System.Windows.Forms.Padding(4, 9, 4, 0);
this.L_EggGroup.Name = "L_EggGroup";
this.L_EggGroup.Size = new System.Drawing.Size(110, 30);
this.L_EggGroup.TabIndex = 461;
this.L_EggGroup.Text = "Egg Groups:";
this.L_EggGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Ability
//
this.L_Ability.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Ability.AutoSize = true;
this.L_Ability.Location = new System.Drawing.Point(289, 0);
this.L_Ability.Margin = new System.Windows.Forms.Padding(0);
this.L_Ability.Name = "L_Ability";
this.L_Ability.Size = new System.Drawing.Size(78, 39);
this.L_Ability.TabIndex = 460;
this.L_Ability.Text = "Abilities:";
this.L_Ability.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BaseEXP
//
this.L_BaseEXP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_BaseEXP.AutoSize = true;
this.L_BaseEXP.Location = new System.Drawing.Point(268, 0);
this.L_BaseEXP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_BaseEXP.Name = "L_BaseEXP";
this.L_BaseEXP.Size = new System.Drawing.Size(87, 37);
this.L_BaseEXP.TabIndex = 458;
this.L_BaseEXP.Text = "Base EXP:";
this.L_BaseEXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Field_18
//
this.L_Field_18.AutoSize = true;
this.L_Field_18.Location = new System.Drawing.Point(76, 300);
this.L_Field_18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Field_18.Name = "L_Field_18";
this.L_Field_18.Size = new System.Drawing.Size(80, 25);
this.L_Field_18.TabIndex = 456;
this.L_Field_18.Text = "Field_18:";
this.L_Field_18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Friendship
//
this.L_Friendship.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Friendship.AutoSize = true;
this.L_Friendship.Location = new System.Drawing.Point(216, 222);
this.L_Friendship.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Friendship.Name = "L_Friendship";
this.L_Friendship.Size = new System.Drawing.Size(139, 37);
this.L_Friendship.TabIndex = 453;
this.L_Friendship.Text = "Base Friendship:";
this.L_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Gender
//
this.L_Gender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Gender.AutoSize = true;
this.L_Gender.Location = new System.Drawing.Point(282, 74);
this.L_Gender.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Gender.Name = "L_Gender";
this.L_Gender.Size = new System.Drawing.Size(73, 37);
this.L_Gender.TabIndex = 452;
this.L_Gender.Text = "Gender:";
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Item1
//
this.L_Item1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_Item1.AutoSize = true;
this.L_Item1.Location = new System.Drawing.Point(197, 78);
this.L_Item1.Margin = new System.Windows.Forms.Padding(0);
this.L_Item1.Name = "L_Item1";
this.L_Item1.Size = new System.Drawing.Size(37, 39);
this.L_Item1.TabIndex = 451;
this.L_Item1.Text = "1%";
this.L_Item1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_Item5
//
this.L_Item5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_Item5.AutoSize = true;
this.L_Item5.Location = new System.Drawing.Point(197, 39);
this.L_Item5.Margin = new System.Windows.Forms.Padding(0);
this.L_Item5.Name = "L_Item5";
this.L_Item5.Size = new System.Drawing.Size(37, 39);
this.L_Item5.TabIndex = 450;
this.L_Item5.Text = "5%";
this.L_Item5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_Item50
//
this.L_Item50.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_Item50.AutoSize = true;
this.L_Item50.Location = new System.Drawing.Point(197, 0);
this.L_Item50.Margin = new System.Windows.Forms.Padding(0);
this.L_Item50.Name = "L_Item50";
this.L_Item50.Size = new System.Drawing.Size(47, 39);
this.L_Item50.TabIndex = 449;
this.L_Item50.Text = "50%";
this.L_Item50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_HeldItem
//
this.L_HeldItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_HeldItem.AutoSize = true;
this.L_HeldItem.Location = new System.Drawing.Point(0, 0);
this.L_HeldItem.Margin = new System.Windows.Forms.Padding(0);
this.L_HeldItem.Name = "L_HeldItem";
this.L_HeldItem.Size = new System.Drawing.Size(60, 39);
this.L_HeldItem.TabIndex = 445;
this.L_HeldItem.Text = "Items:";
this.L_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Type
//
this.L_Type.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_Type.AutoSize = true;
this.L_Type.Location = new System.Drawing.Point(480, 120);
this.L_Type.Margin = new System.Windows.Forms.Padding(4, 9, 4, 0);
this.L_Type.Name = "L_Type";
this.L_Type.Size = new System.Drawing.Size(77, 25);
this.L_Type.TabIndex = 442;
this.L_Type.Text = "Typings:";
//
// Label_HP
//
this.Label_HP.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_HP.Location = new System.Drawing.Point(122, 0);
this.Label_HP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_HP.Name = "Label_HP";
this.Label_HP.Size = new System.Drawing.Size(48, 20);
this.Label_HP.TabIndex = 424;
this.Label_HP.Text = "HP:";
this.Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_ATK
//
this.Label_ATK.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_ATK.Location = new System.Drawing.Point(178, 0);
this.Label_ATK.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_ATK.Name = "Label_ATK";
this.Label_ATK.Size = new System.Drawing.Size(48, 20);
this.Label_ATK.TabIndex = 425;
this.Label_ATK.Text = "Atk:";
this.Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_DEF
//
this.Label_DEF.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_DEF.Location = new System.Drawing.Point(234, 0);
this.Label_DEF.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_DEF.Name = "Label_DEF";
this.Label_DEF.Size = new System.Drawing.Size(48, 20);
this.Label_DEF.TabIndex = 426;
this.Label_DEF.Text = "Def:";
this.Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_SPA
//
this.Label_SPA.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_SPA.Location = new System.Drawing.Point(290, 0);
this.Label_SPA.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_SPA.Name = "Label_SPA";
this.Label_SPA.Size = new System.Drawing.Size(48, 20);
this.Label_SPA.TabIndex = 427;
this.Label_SPA.Text = "SpA:";
this.Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_SPD
//
this.Label_SPD.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_SPD.Location = new System.Drawing.Point(346, 0);
this.Label_SPD.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_SPD.Name = "Label_SPD";
this.Label_SPD.Size = new System.Drawing.Size(48, 20);
this.Label_SPD.TabIndex = 428;
this.Label_SPD.Text = "SpD:";
this.Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_SPE
//
this.Label_SPE.Dock = System.Windows.Forms.DockStyle.Fill;
this.Label_SPE.Location = new System.Drawing.Point(402, 0);
this.Label_SPE.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.Label_SPE.Name = "Label_SPE";
this.Label_SPE.Size = new System.Drawing.Size(48, 20);
this.Label_SPE.TabIndex = 429;
this.Label_SPE.Text = "Spe:";
this.Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// L_EVYield
//
this.L_EVYield.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_EVYield.AutoSize = true;
this.L_EVYield.Location = new System.Drawing.Point(35, 61);
this.L_EVYield.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_EVYield.Name = "L_EVYield";
this.L_EVYield.Size = new System.Drawing.Size(79, 37);
this.L_EVYield.TabIndex = 423;
this.L_EVYield.Text = "EV Yield:";
this.L_EVYield.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_BaseStats
//
this.L_BaseStats.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_BaseStats.AutoSize = true;
this.L_BaseStats.Location = new System.Drawing.Point(19, 20);
this.L_BaseStats.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_BaseStats.Name = "L_BaseStats";
this.L_BaseStats.Size = new System.Drawing.Size(95, 41);
this.L_BaseStats.TabIndex = 422;
this.L_BaseStats.Text = "Base Stats:";
this.L_BaseStats.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Field_47
//
this.L_Field_47.AutoSize = true;
this.L_Field_47.Location = new System.Drawing.Point(76, 366);
this.L_Field_47.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Field_47.Name = "L_Field_47";
this.L_Field_47.Size = new System.Drawing.Size(80, 25);
this.L_Field_47.TabIndex = 522;
this.L_Field_47.Text = "Field_47:";
this.L_Field_47.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Line
//
this.Line.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.Line.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.Line.Location = new System.Drawing.Point(0, 304);
this.Line.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.Line.Name = "Line";
this.Line.Size = new System.Drawing.Size(928, 2);
this.Line.TabIndex = 532;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 10;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 6F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.L_EXPGrowth, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.L_NationalDex, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.TB_NationalDex, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.L_HisuianDex, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.TB_HisuianDex, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.CB_Type2, 8, 4);
this.tableLayoutPanel1.Controls.Add(this.L_Form, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.CB_Type1, 8, 3);
this.tableLayoutPanel1.Controls.Add(this.TB_Form, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.L_Type, 7, 3);
this.tableLayoutPanel1.Controls.Add(this.L_BaseEXP, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.TB_BaseExp, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.TB_RawColor, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.L_Gender, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.TB_Gender, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.L_GenderDetails, 7, 2);
this.tableLayoutPanel1.Controls.Add(this.L_Height, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.TB_Height, 4, 3);
this.tableLayoutPanel1.Controls.Add(this.L_HeightM, 5, 3);
this.tableLayoutPanel1.Controls.Add(this.L_Weight, 3, 4);
this.tableLayoutPanel1.Controls.Add(this.TB_Weight, 4, 4);
this.tableLayoutPanel1.Controls.Add(this.L_WeightKG, 5, 4);
this.tableLayoutPanel1.Controls.Add(this.L_Color, 7, 1);
this.tableLayoutPanel1.Controls.Add(this.CB_EXPGroup, 8, 0);
this.tableLayoutPanel1.Controls.Add(this.CB_Color, 8, 1);
this.tableLayoutPanel1.Controls.Add(this.CHK_IsPresentInGame, 7, 7);
this.tableLayoutPanel1.Controls.Add(this.L_Stage, 3, 7);
this.tableLayoutPanel1.Controls.Add(this.TB_Stage, 4, 7);
this.tableLayoutPanel1.Controls.Add(this.L_CatchRate, 3, 5);
this.tableLayoutPanel1.Controls.Add(this.TB_CatchRate, 4, 5);
this.tableLayoutPanel1.Controls.Add(this.TB_Friendship, 4, 6);
this.tableLayoutPanel1.Controls.Add(this.L_Friendship, 3, 6);
this.tableLayoutPanel1.Controls.Add(this.CHK_InArea1, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.CHK_InArea2, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.CHK_InArea3, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.CHK_InArea4, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.CHK_InArea5, 0, 7);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 7);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 3, 6, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 9;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(713, 296);
this.tableLayoutPanel1.TabIndex = 533;
//
// TB_NationalDex
//
this.TB_NationalDex.Location = new System.Drawing.Point(131, 3);
this.TB_NationalDex.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_NationalDex.Mask = "0000";
this.TB_NationalDex.Name = "TB_NationalDex";
this.TB_NationalDex.ReadOnly = true;
this.TB_NationalDex.Size = new System.Drawing.Size(48, 31);
this.TB_NationalDex.TabIndex = 509;
this.TB_NationalDex.Text = "9999";
this.TB_NationalDex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_HisuianDex
//
this.TB_HisuianDex.Location = new System.Drawing.Point(131, 77);
this.TB_HisuianDex.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_HisuianDex.Mask = "000";
this.TB_HisuianDex.Name = "TB_HisuianDex";
this.TB_HisuianDex.Size = new System.Drawing.Size(48, 31);
this.TB_HisuianDex.TabIndex = 508;
this.TB_HisuianDex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// CB_Type2
//
this.CB_Type2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Type2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tableLayoutPanel1.SetColumnSpan(this.CB_Type2, 2);
this.CB_Type2.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_Type2.FormattingEnabled = true;
this.CB_Type2.Location = new System.Drawing.Point(564, 148);
this.CB_Type2.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.CB_Type2.Name = "CB_Type2";
this.CB_Type2.Size = new System.Drawing.Size(145, 33);
this.CB_Type2.TabIndex = 444;
//
// CB_Type1
//
this.CB_Type1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Type1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tableLayoutPanel1.SetColumnSpan(this.CB_Type1, 2);
this.CB_Type1.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_Type1.FormattingEnabled = true;
this.CB_Type1.Location = new System.Drawing.Point(564, 111);
this.CB_Type1.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.CB_Type1.Name = "CB_Type1";
this.CB_Type1.Size = new System.Drawing.Size(145, 33);
this.CB_Type1.TabIndex = 443;
//
// TB_Form
//
this.TB_Form.Location = new System.Drawing.Point(131, 40);
this.TB_Form.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Form.Mask = "0";
this.TB_Form.Name = "TB_Form";
this.TB_Form.ReadOnly = true;
this.TB_Form.Size = new System.Drawing.Size(48, 31);
this.TB_Form.TabIndex = 473;
this.TB_Form.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseExp
//
this.TB_BaseExp.Location = new System.Drawing.Point(359, 3);
this.TB_BaseExp.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_BaseExp.Mask = "000";
this.TB_BaseExp.Name = "TB_BaseExp";
this.TB_BaseExp.Size = new System.Drawing.Size(48, 31);
this.TB_BaseExp.TabIndex = 459;
this.TB_BaseExp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(258, 37);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(97, 37);
this.label1.TabIndex = 535;
this.label1.Text = "Raw Color:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_RawColor
//
this.TB_RawColor.Location = new System.Drawing.Point(359, 40);
this.TB_RawColor.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_RawColor.Mask = "000";
this.TB_RawColor.Name = "TB_RawColor";
this.TB_RawColor.ReadOnly = true;
this.TB_RawColor.Size = new System.Drawing.Size(48, 31);
this.TB_RawColor.TabIndex = 498;
this.TB_RawColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Gender
//
this.TB_Gender.Location = new System.Drawing.Point(359, 77);
this.TB_Gender.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Gender.Mask = "000";
this.TB_Gender.Name = "TB_Gender";
this.TB_Gender.Size = new System.Drawing.Size(48, 31);
this.TB_Gender.TabIndex = 454;
this.TB_Gender.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_GenderDetails
//
this.L_GenderDetails.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.L_GenderDetails.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.L_GenderDetails, 3);
this.L_GenderDetails.Location = new System.Drawing.Point(456, 74);
this.L_GenderDetails.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_GenderDetails.MinimumSize = new System.Drawing.Size(230, 36);
this.L_GenderDetails.Name = "L_GenderDetails";
this.L_GenderDetails.Size = new System.Drawing.Size(253, 37);
this.L_GenderDetails.TabIndex = 527;
this.L_GenderDetails.Text = "(00.00% Male, 00.00% Female)";
this.L_GenderDetails.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// TB_Height
//
this.TB_Height.Location = new System.Drawing.Point(359, 114);
this.TB_Height.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Height.MaxLength = 4;
this.TB_Height.Name = "TB_Height";
this.TB_Height.Size = new System.Drawing.Size(48, 31);
this.TB_Height.TabIndex = 492;
this.TB_Height.Text = "__._";
this.TB_Height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Weight
//
this.TB_Weight.Location = new System.Drawing.Point(359, 151);
this.TB_Weight.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Weight.Name = "TB_Weight";
this.TB_Weight.Size = new System.Drawing.Size(48, 31);
this.TB_Weight.TabIndex = 493;
this.TB_Weight.Text = "__._";
this.TB_Weight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// CB_EXPGroup
//
this.CB_EXPGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EXPGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tableLayoutPanel1.SetColumnSpan(this.CB_EXPGroup, 2);
this.CB_EXPGroup.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_EXPGroup.FormattingEnabled = true;
this.CB_EXPGroup.Location = new System.Drawing.Point(564, 0);
this.CB_EXPGroup.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.CB_EXPGroup.Name = "CB_EXPGroup";
this.CB_EXPGroup.Size = new System.Drawing.Size(145, 33);
this.CB_EXPGroup.TabIndex = 469;
//
// CB_Color
//
this.CB_Color.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Color.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tableLayoutPanel1.SetColumnSpan(this.CB_Color, 2);
this.CB_Color.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_Color.FormattingEnabled = true;
this.CB_Color.Location = new System.Drawing.Point(564, 37);
this.CB_Color.Margin = new System.Windows.Forms.Padding(3, 0, 4, 0);
this.CB_Color.Name = "CB_Color";
this.CB_Color.Size = new System.Drawing.Size(145, 33);
this.CB_Color.TabIndex = 470;
//
// CHK_IsPresentInGame
//
this.CHK_IsPresentInGame.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.CHK_IsPresentInGame.AutoSize = true;
this.CHK_IsPresentInGame.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_IsPresentInGame, 3);
this.CHK_IsPresentInGame.Enabled = false;
this.CHK_IsPresentInGame.Location = new System.Drawing.Point(521, 262);
this.CHK_IsPresentInGame.Margin = new System.Windows.Forms.Padding(0, 3, 18, 3);
this.CHK_IsPresentInGame.MinimumSize = new System.Drawing.Size(174, 26);
this.CHK_IsPresentInGame.Name = "CHK_IsPresentInGame";
this.CHK_IsPresentInGame.Size = new System.Drawing.Size(174, 31);
this.CHK_IsPresentInGame.TabIndex = 503;
this.CHK_IsPresentInGame.Text = "Present in Game:";
this.CHK_IsPresentInGame.UseVisualStyleBackColor = true;
this.CHK_IsPresentInGame.CheckedChanged += new System.EventHandler(this.CHK_IsPresentInGame_CheckedChanged);
//
// TB_Stage
//
this.TB_Stage.Location = new System.Drawing.Point(359, 262);
this.TB_Stage.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Stage.Mask = "0";
this.TB_Stage.Name = "TB_Stage";
this.TB_Stage.ReadOnly = true;
this.TB_Stage.Size = new System.Drawing.Size(48, 31);
this.TB_Stage.TabIndex = 477;
this.TB_Stage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_CatchRate
//
this.TB_CatchRate.Location = new System.Drawing.Point(359, 188);
this.TB_CatchRate.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_CatchRate.Mask = "000";
this.TB_CatchRate.Name = "TB_CatchRate";
this.TB_CatchRate.Size = new System.Drawing.Size(48, 31);
this.TB_CatchRate.TabIndex = 478;
this.TB_CatchRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Friendship
//
this.TB_Friendship.Location = new System.Drawing.Point(359, 225);
this.TB_Friendship.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Friendship.Mask = "000";
this.TB_Friendship.Name = "TB_Friendship";
this.TB_Friendship.Size = new System.Drawing.Size(48, 31);
this.TB_Friendship.TabIndex = 455;
this.TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// CHK_InArea1
//
this.CHK_InArea1.AutoSize = true;
this.CHK_InArea1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_InArea1, 2);
this.CHK_InArea1.Dock = System.Windows.Forms.DockStyle.Fill;
this.CHK_InArea1.Location = new System.Drawing.Point(0, 114);
this.CHK_InArea1.Margin = new System.Windows.Forms.Padding(0, 3, 14, 3);
this.CHK_InArea1.Name = "CHK_InArea1";
this.CHK_InArea1.Size = new System.Drawing.Size(165, 31);
this.CHK_InArea1.TabIndex = 536;
this.CHK_InArea1.Text = "In Area 1: ";
this.CHK_InArea1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_InArea1.UseVisualStyleBackColor = true;
//
// CHK_InArea2
//
this.CHK_InArea2.AutoSize = true;
this.CHK_InArea2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_InArea2, 2);
this.CHK_InArea2.Dock = System.Windows.Forms.DockStyle.Fill;
this.CHK_InArea2.Location = new System.Drawing.Point(0, 151);
this.CHK_InArea2.Margin = new System.Windows.Forms.Padding(0, 3, 14, 3);
this.CHK_InArea2.Name = "CHK_InArea2";
this.CHK_InArea2.Size = new System.Drawing.Size(165, 31);
this.CHK_InArea2.TabIndex = 537;
this.CHK_InArea2.Text = "In Area 2: ";
this.CHK_InArea2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_InArea2.UseVisualStyleBackColor = true;
//
// CHK_InArea3
//
this.CHK_InArea3.AutoSize = true;
this.CHK_InArea3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_InArea3, 2);
this.CHK_InArea3.Dock = System.Windows.Forms.DockStyle.Fill;
this.CHK_InArea3.Location = new System.Drawing.Point(0, 188);
this.CHK_InArea3.Margin = new System.Windows.Forms.Padding(0, 3, 14, 3);
this.CHK_InArea3.Name = "CHK_InArea3";
this.CHK_InArea3.Size = new System.Drawing.Size(165, 31);
this.CHK_InArea3.TabIndex = 538;
this.CHK_InArea3.Text = "In Area 3: ";
this.CHK_InArea3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_InArea3.UseVisualStyleBackColor = true;
//
// CHK_InArea4
//
this.CHK_InArea4.AutoSize = true;
this.CHK_InArea4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_InArea4, 2);
this.CHK_InArea4.Dock = System.Windows.Forms.DockStyle.Fill;
this.CHK_InArea4.Location = new System.Drawing.Point(0, 225);
this.CHK_InArea4.Margin = new System.Windows.Forms.Padding(0, 3, 14, 3);
this.CHK_InArea4.Name = "CHK_InArea4";
this.CHK_InArea4.Size = new System.Drawing.Size(165, 31);
this.CHK_InArea4.TabIndex = 539;
this.CHK_InArea4.Text = "In Area 4: ";
this.CHK_InArea4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_InArea4.UseVisualStyleBackColor = true;
//
// CHK_InArea5
//
this.CHK_InArea5.AutoSize = true;
this.CHK_InArea5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tableLayoutPanel1.SetColumnSpan(this.CHK_InArea5, 2);
this.CHK_InArea5.Dock = System.Windows.Forms.DockStyle.Fill;
this.CHK_InArea5.Location = new System.Drawing.Point(0, 262);
this.CHK_InArea5.Margin = new System.Windows.Forms.Padding(0, 3, 14, 3);
this.CHK_InArea5.Name = "CHK_InArea5";
this.CHK_InArea5.Size = new System.Drawing.Size(165, 31);
this.CHK_InArea5.TabIndex = 540;
this.CHK_InArea5.Text = "In Area 5: ";
this.CHK_InArea5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_InArea5.UseVisualStyleBackColor = true;
//
// TB_FormCount
//
this.TB_FormCount.Location = new System.Drawing.Point(160, 396);
this.TB_FormCount.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_FormCount.Mask = "0";
this.TB_FormCount.Name = "TB_FormCount";
this.TB_FormCount.ReadOnly = true;
this.TB_FormCount.Size = new System.Drawing.Size(48, 31);
this.TB_FormCount.TabIndex = 475;
this.TB_FormCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Field_18
//
this.TB_Field_18.Location = new System.Drawing.Point(160, 297);
this.TB_Field_18.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Field_18.Mask = "000";
this.TB_Field_18.Name = "TB_Field_18";
this.TB_Field_18.Size = new System.Drawing.Size(48, 31);
this.TB_Field_18.TabIndex = 457;
this.TB_Field_18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_LocalFormIndex
//
this.TB_LocalFormIndex.Location = new System.Drawing.Point(160, 265);
this.TB_LocalFormIndex.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_LocalFormIndex.Mask = "000";
this.TB_LocalFormIndex.Name = "TB_LocalFormIndex";
this.TB_LocalFormIndex.Size = new System.Drawing.Size(48, 31);
this.TB_LocalFormIndex.TabIndex = 500;
this.TB_LocalFormIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 9;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.L_EVYield, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.L_BaseStats, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.Label_HP, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.Label_ATK, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.Label_DEF, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.Label_SPA, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.Label_SPD, 5, 0);
this.tableLayoutPanel2.Controls.Add(this.Label_SPE, 6, 0);
this.tableLayoutPanel2.Controls.Add(this.TB_HPEVs, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseATK, 2, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_ATKEVs, 2, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseDEF, 3, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_DEFEVs, 3, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseSPA, 4, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_SPAEVs, 4, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseSPD, 5, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_SPDEVs, 5, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseSPE, 6, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_SPEEVs, 6, 2);
this.tableLayoutPanel2.Controls.Add(this.TB_BST, 8, 1);
this.tableLayoutPanel2.Controls.Add(this.L_BST, 7, 1);
this.tableLayoutPanel2.Controls.Add(this.TB_BaseHP, 1, 1);
this.tableLayoutPanel2.Location = new System.Drawing.Point(8, 8);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(563, 97);
this.tableLayoutPanel2.TabIndex = 534;
//
// TB_HPEVs
//
this.TB_HPEVs.Location = new System.Drawing.Point(121, 64);
this.TB_HPEVs.Mask = "000";
this.TB_HPEVs.Name = "TB_HPEVs";
this.TB_HPEVs.Size = new System.Drawing.Size(47, 31);
this.TB_HPEVs.TabIndex = 436;
this.TB_HPEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseATK
//
this.TB_BaseATK.Location = new System.Drawing.Point(177, 23);
this.TB_BaseATK.Mask = "000";
this.TB_BaseATK.Name = "TB_BaseATK";
this.TB_BaseATK.Size = new System.Drawing.Size(47, 31);
this.TB_BaseATK.TabIndex = 431;
this.TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_ATKEVs
//
this.TB_ATKEVs.Location = new System.Drawing.Point(177, 64);
this.TB_ATKEVs.Mask = "000";
this.TB_ATKEVs.Name = "TB_ATKEVs";
this.TB_ATKEVs.Size = new System.Drawing.Size(48, 31);
this.TB_ATKEVs.TabIndex = 437;
this.TB_ATKEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseDEF
//
this.TB_BaseDEF.Location = new System.Drawing.Point(233, 23);
this.TB_BaseDEF.Mask = "000";
this.TB_BaseDEF.Name = "TB_BaseDEF";
this.TB_BaseDEF.Size = new System.Drawing.Size(48, 31);
this.TB_BaseDEF.TabIndex = 432;
this.TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_DEFEVs
//
this.TB_DEFEVs.Location = new System.Drawing.Point(233, 64);
this.TB_DEFEVs.Mask = "000";
this.TB_DEFEVs.Name = "TB_DEFEVs";
this.TB_DEFEVs.Size = new System.Drawing.Size(48, 31);
this.TB_DEFEVs.TabIndex = 438;
this.TB_DEFEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPA
//
this.TB_BaseSPA.Location = new System.Drawing.Point(289, 23);
this.TB_BaseSPA.Mask = "000";
this.TB_BaseSPA.Name = "TB_BaseSPA";
this.TB_BaseSPA.Size = new System.Drawing.Size(47, 31);
this.TB_BaseSPA.TabIndex = 433;
this.TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_SPAEVs
//
this.TB_SPAEVs.Location = new System.Drawing.Point(289, 64);
this.TB_SPAEVs.Mask = "000";
this.TB_SPAEVs.Name = "TB_SPAEVs";
this.TB_SPAEVs.Size = new System.Drawing.Size(48, 31);
this.TB_SPAEVs.TabIndex = 439;
this.TB_SPAEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPD
//
this.TB_BaseSPD.Location = new System.Drawing.Point(345, 23);
this.TB_BaseSPD.Mask = "000";
this.TB_BaseSPD.Name = "TB_BaseSPD";
this.TB_BaseSPD.Size = new System.Drawing.Size(48, 31);
this.TB_BaseSPD.TabIndex = 434;
this.TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_SPDEVs
//
this.TB_SPDEVs.Location = new System.Drawing.Point(345, 64);
this.TB_SPDEVs.Mask = "000";
this.TB_SPDEVs.Name = "TB_SPDEVs";
this.TB_SPDEVs.Size = new System.Drawing.Size(47, 31);
this.TB_SPDEVs.TabIndex = 440;
this.TB_SPDEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPE
//
this.TB_BaseSPE.Location = new System.Drawing.Point(401, 23);
this.TB_BaseSPE.Mask = "000";
this.TB_BaseSPE.Name = "TB_BaseSPE";
this.TB_BaseSPE.Size = new System.Drawing.Size(47, 31);
this.TB_BaseSPE.TabIndex = 435;
this.TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_SPEEVs
//
this.TB_SPEEVs.Location = new System.Drawing.Point(401, 64);
this.TB_SPEEVs.Mask = "000";
this.TB_SPEEVs.Name = "TB_SPEEVs";
this.TB_SPEEVs.Size = new System.Drawing.Size(48, 31);
this.TB_SPEEVs.TabIndex = 441;
this.TB_SPEEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BST
//
this.TB_BST.Location = new System.Drawing.Point(511, 25);
this.TB_BST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TB_BST.Mask = "000";
this.TB_BST.Name = "TB_BST";
this.TB_BST.ReadOnly = true;
this.TB_BST.Size = new System.Drawing.Size(48, 31);
this.TB_BST.TabIndex = 480;
this.TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseHP
//
this.TB_BaseHP.Location = new System.Drawing.Point(121, 23);
this.TB_BaseHP.Mask = "000";
this.TB_BaseHP.Name = "TB_BaseHP";
this.TB_BaseHP.Size = new System.Drawing.Size(48, 31);
this.TB_BaseHP.TabIndex = 430;
this.TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// B_Save
//
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(802, 314);
this.B_Save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(112, 35);
this.B_Save.TabIndex = 0;
this.B_Save.Text = "Save";
this.TT_ButtonTooltip.SetToolTip(this.B_Save, "Save all changes made to disk");
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.Tab_Personal);
this.tabControl1.Controls.Add(this.Tab_Pokedex);
this.tabControl1.Controls.Add(this.Tab_Learn);
this.tabControl1.Controls.Add(this.Tab_Evo);
this.tabControl1.Controls.Add(this.Tab_Extra);
this.tabControl1.Location = new System.Drawing.Point(3, 317);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(918, 676);
this.tabControl1.TabIndex = 1;
//
// Tab_Personal
//
this.Tab_Personal.Controls.Add(GB_PokeMisc);
this.Tab_Personal.Controls.Add(this.tableLayoutPanel4);
this.Tab_Personal.Controls.Add(this.tableLayoutPanel2);
this.Tab_Personal.Controls.Add(this.CHK_Field_45);
this.Tab_Personal.Controls.Add(this.TB_Field_47);
this.Tab_Personal.Controls.Add(this.L_Field_47);
this.Tab_Personal.Controls.Add(this.B_PDumpTable);
this.Tab_Personal.Controls.Add(this.L_Field_18);
this.Tab_Personal.Controls.Add(this.TB_Field_18);
this.Tab_Personal.Controls.Add(this.TB_Field_46);
this.Tab_Personal.Controls.Add(this.L_Field_46);
this.Tab_Personal.Controls.Add(this.CHK_Variant);
this.Tab_Personal.Controls.Add(this.TB_FormCount);
this.Tab_Personal.Controls.Add(this.L_FormsCount);
this.Tab_Personal.Controls.Add(this.L_LocalFormIndex);
this.Tab_Personal.Controls.Add(this.TB_LocalFormIndex);
this.Tab_Personal.Location = new System.Drawing.Point(4, 34);
this.Tab_Personal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Personal.Name = "Tab_Personal";
this.Tab_Personal.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Personal.Size = new System.Drawing.Size(910, 638);
this.Tab_Personal.TabIndex = 0;
this.Tab_Personal.Text = "Personal";
this.Tab_Personal.UseVisualStyleBackColor = true;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 10;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.27273F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.090909F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.27273F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.090909F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.27273F));
this.tableLayoutPanel4.Controls.Add(this.L_HeldItem, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.CB_HeldItem1, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.L_Item50, 2, 0);
this.tableLayoutPanel4.Controls.Add(this.L_Ability, 4, 0);
this.tableLayoutPanel4.Controls.Add(this.CB_Ability1, 5, 0);
this.tableLayoutPanel4.Controls.Add(this.CB_HatchSpecies, 9, 2);
this.tableLayoutPanel4.Controls.Add(this.LB_HatchSpecies, 8, 2);
this.tableLayoutPanel4.Controls.Add(this.L_Ability1, 6, 0);
this.tableLayoutPanel4.Controls.Add(this.L_Ability2, 6, 1);
this.tableLayoutPanel4.Controls.Add(this.L_HiddenAbility, 6, 2);
this.tableLayoutPanel4.Controls.Add(this.L_Item5, 2, 1);
this.tableLayoutPanel4.Controls.Add(this.L_Item1, 2, 2);
this.tableLayoutPanel4.Controls.Add(this.CB_HeldItem2, 1, 1);
this.tableLayoutPanel4.Controls.Add(this.CB_HeldItem3, 1, 2);
this.tableLayoutPanel4.Controls.Add(this.CB_Ability2, 5, 1);
this.tableLayoutPanel4.Controls.Add(this.CB_EggGroup2, 9, 1);
this.tableLayoutPanel4.Controls.Add(this.CB_Ability3, 5, 2);
this.tableLayoutPanel4.Controls.Add(this.CB_EggGroup1, 9, 0);
this.tableLayoutPanel4.Controls.Add(this.L_EggGroup, 8, 0);
this.tableLayoutPanel4.Location = new System.Drawing.Point(8, 111);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 4;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(879, 131);
this.tableLayoutPanel4.TabIndex = 535;
//
// CB_HeldItem1
//
this.CB_HeldItem1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_HeldItem1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_HeldItem1.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_HeldItem1.FormattingEnabled = true;
this.CB_HeldItem1.Location = new System.Drawing.Point(63, 3);
this.CB_HeldItem1.Name = "CB_HeldItem1";
this.CB_HeldItem1.Size = new System.Drawing.Size(131, 33);
this.CB_HeldItem1.TabIndex = 446;
//
// CB_Ability1
//
this.CB_Ability1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Ability1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Ability1.FormattingEnabled = true;
this.CB_Ability1.Location = new System.Drawing.Point(370, 3);
this.CB_Ability1.Name = "CB_Ability1";
this.CB_Ability1.Size = new System.Drawing.Size(131, 33);
this.CB_Ability1.TabIndex = 464;
//
// CB_HatchSpecies
//
this.CB_HatchSpecies.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_HatchSpecies.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_HatchSpecies.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_HatchSpecies.FormattingEnabled = true;
this.CB_HatchSpecies.Location = new System.Drawing.Point(741, 81);
this.CB_HatchSpecies.Name = "CB_HatchSpecies";
this.CB_HatchSpecies.Size = new System.Drawing.Size(135, 33);
this.CB_HatchSpecies.TabIndex = 520;
//
// CB_HeldItem2
//
this.CB_HeldItem2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_HeldItem2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_HeldItem2.FormattingEnabled = true;
this.CB_HeldItem2.Location = new System.Drawing.Point(63, 42);
this.CB_HeldItem2.Name = "CB_HeldItem2";
this.CB_HeldItem2.Size = new System.Drawing.Size(131, 33);
this.CB_HeldItem2.TabIndex = 447;
//
// CB_HeldItem3
//
this.CB_HeldItem3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_HeldItem3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_HeldItem3.FormattingEnabled = true;
this.CB_HeldItem3.Location = new System.Drawing.Point(63, 81);
this.CB_HeldItem3.Name = "CB_HeldItem3";
this.CB_HeldItem3.Size = new System.Drawing.Size(131, 33);
this.CB_HeldItem3.TabIndex = 448;
//
// CB_Ability2
//
this.CB_Ability2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Ability2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Ability2.FormattingEnabled = true;
this.CB_Ability2.Location = new System.Drawing.Point(370, 42);
this.CB_Ability2.Name = "CB_Ability2";
this.CB_Ability2.Size = new System.Drawing.Size(131, 33);
this.CB_Ability2.TabIndex = 465;
//
// CB_EggGroup2
//
this.CB_EggGroup2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EggGroup2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EggGroup2.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_EggGroup2.FormattingEnabled = true;
this.CB_EggGroup2.Location = new System.Drawing.Point(741, 42);
this.CB_EggGroup2.Name = "CB_EggGroup2";
this.CB_EggGroup2.Size = new System.Drawing.Size(135, 33);
this.CB_EggGroup2.TabIndex = 463;
//
// CB_Ability3
//
this.CB_Ability3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Ability3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Ability3.FormattingEnabled = true;
this.CB_Ability3.Location = new System.Drawing.Point(370, 81);
this.CB_Ability3.Name = "CB_Ability3";
this.CB_Ability3.Size = new System.Drawing.Size(131, 33);
this.CB_Ability3.TabIndex = 466;
//
// CB_EggGroup1
//
this.CB_EggGroup1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EggGroup1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EggGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
this.CB_EggGroup1.FormattingEnabled = true;
this.CB_EggGroup1.Location = new System.Drawing.Point(741, 3);
this.CB_EggGroup1.Name = "CB_EggGroup1";
this.CB_EggGroup1.Size = new System.Drawing.Size(135, 33);
this.CB_EggGroup1.TabIndex = 462;
//
// CHK_Field_45
//
this.CHK_Field_45.AutoSize = true;
this.CHK_Field_45.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_Field_45.Location = new System.Drawing.Point(102, 429);
this.CHK_Field_45.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CHK_Field_45.Name = "CHK_Field_45";
this.CHK_Field_45.Size = new System.Drawing.Size(106, 29);
this.CHK_Field_45.TabIndex = 524;
this.CHK_Field_45.Text = "Field_45:";
this.CHK_Field_45.UseVisualStyleBackColor = true;
//
// TB_Field_47
//
this.TB_Field_47.Location = new System.Drawing.Point(160, 363);
this.TB_Field_47.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Field_47.Mask = "000";
this.TB_Field_47.Name = "TB_Field_47";
this.TB_Field_47.Size = new System.Drawing.Size(48, 31);
this.TB_Field_47.TabIndex = 523;
this.TB_Field_47.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// B_PDumpTable
//
this.B_PDumpTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_PDumpTable.Location = new System.Drawing.Point(786, 593);
this.B_PDumpTable.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_PDumpTable.Name = "B_PDumpTable";
this.B_PDumpTable.Size = new System.Drawing.Size(112, 35);
this.B_PDumpTable.TabIndex = 502;
this.B_PDumpTable.Text = "Dump Table";
this.B_PDumpTable.UseVisualStyleBackColor = true;
this.B_PDumpTable.Click += new System.EventHandler(this.B_PDumpTable_Click);
//
// TB_Field_46
//
this.TB_Field_46.Location = new System.Drawing.Point(160, 330);
this.TB_Field_46.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.TB_Field_46.Mask = "000";
this.TB_Field_46.Name = "TB_Field_46";
this.TB_Field_46.Size = new System.Drawing.Size(48, 31);
this.TB_Field_46.TabIndex = 483;
this.TB_Field_46.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// CHK_Variant
//
this.CHK_Variant.AutoSize = true;
this.CHK_Variant.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_Variant.Location = new System.Drawing.Point(39, 464);
this.CHK_Variant.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CHK_Variant.Name = "CHK_Variant";
this.CHK_Variant.Size = new System.Drawing.Size(169, 29);
this.CHK_Variant.TabIndex = 481;
this.CHK_Variant.Text = "Regional Variant:";
this.CHK_Variant.UseVisualStyleBackColor = true;
//
// Tab_Pokedex
//
this.Tab_Pokedex.Controls.Add(this.B_AddTask);
this.Tab_Pokedex.Controls.Add(this.B_DeleteTask);
this.Tab_Pokedex.Controls.Add(this.B_CloneTask);
this.Tab_Pokedex.Controls.Add(LB_ResearchTasks);
this.Tab_Pokedex.Controls.Add(this.PG_DexResearchTasks);
this.Tab_Pokedex.Location = new System.Drawing.Point(4, 34);
this.Tab_Pokedex.Name = "Tab_Pokedex";
this.Tab_Pokedex.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Pokedex.Size = new System.Drawing.Size(910, 638);
this.Tab_Pokedex.TabIndex = 4;
this.Tab_Pokedex.Text = "Pokedex";
this.Tab_Pokedex.UseVisualStyleBackColor = true;
//
// B_AddTask
//
this.B_AddTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_AddTask.Location = new System.Drawing.Point(456, 171);
this.B_AddTask.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_AddTask.Name = "B_AddTask";
this.B_AddTask.Size = new System.Drawing.Size(137, 35);
this.B_AddTask.TabIndex = 538;
this.B_AddTask.Text = "Add Task";
this.TT_ButtonTooltip.SetToolTip(this.B_AddTask, "Add a new research task to the bottom of the task list");
this.B_AddTask.UseVisualStyleBackColor = true;
this.B_AddTask.Click += new System.EventHandler(this.B_AddTask_Click);
//
// B_DeleteTask
//
this.B_DeleteTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_DeleteTask.Location = new System.Drawing.Point(746, 171);
this.B_DeleteTask.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_DeleteTask.Name = "B_DeleteTask";
this.B_DeleteTask.Size = new System.Drawing.Size(137, 35);
this.B_DeleteTask.TabIndex = 536;
this.B_DeleteTask.Text = "Delete Selected";
this.TT_ButtonTooltip.SetToolTip(this.B_DeleteTask, "Delete the selected task");
this.B_DeleteTask.UseVisualStyleBackColor = true;
this.B_DeleteTask.Click += new System.EventHandler(this.B_DeleteTask_Click);
//
// B_CloneTask
//
this.B_CloneTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_CloneTask.Location = new System.Drawing.Point(601, 171);
this.B_CloneTask.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_CloneTask.Name = "B_CloneTask";
this.B_CloneTask.Size = new System.Drawing.Size(137, 35);
this.B_CloneTask.TabIndex = 537;
this.B_CloneTask.Text = "Clone Selected";
this.TT_ButtonTooltip.SetToolTip(this.B_CloneTask, "Copy the selected task and add it to the bottom of the task list");
this.B_CloneTask.UseVisualStyleBackColor = true;
this.B_CloneTask.Click += new System.EventHandler(this.B_CloneTask_Click);
//
// PG_DexResearchTasks
//
this.PG_DexResearchTasks.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PG_DexResearchTasks.HelpVisible = false;
this.PG_DexResearchTasks.Location = new System.Drawing.Point(10, 214);
this.PG_DexResearchTasks.Name = "PG_DexResearchTasks";
this.PG_DexResearchTasks.Size = new System.Drawing.Size(874, 395);
this.PG_DexResearchTasks.TabIndex = 0;
this.PG_DexResearchTasks.ToolbarVisible = false;
this.PG_DexResearchTasks.SelectedGridItemChanged += new System.Windows.Forms.SelectedGridItemChangedEventHandler(this.PG_DexResearchTasks_SelectedGridItemChanged);
//
// Tab_Learn
//
this.Tab_Learn.Controls.Add(this.CLB_SpecialTutor);
this.Tab_Learn.Controls.Add(this.L_TypeTutors);
this.Tab_Learn.Controls.Add(this.L_TM);
this.Tab_Learn.Controls.Add(this.CLB_TypeTutor);
this.Tab_Learn.Controls.Add(this.CLB_TM);
this.Tab_Learn.Controls.Add(this.L_LevelUp);
this.Tab_Learn.Controls.Add(this.dgv);
this.Tab_Learn.Location = new System.Drawing.Point(4, 34);
this.Tab_Learn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Learn.Name = "Tab_Learn";
this.Tab_Learn.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Learn.Size = new System.Drawing.Size(910, 638);
this.Tab_Learn.TabIndex = 1;
this.Tab_Learn.Text = "Learnset";
this.Tab_Learn.UseVisualStyleBackColor = true;
//
// CLB_SpecialTutor
//
this.CLB_SpecialTutor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.CLB_SpecialTutor.FormattingEnabled = true;
this.CLB_SpecialTutor.Location = new System.Drawing.Point(665, 259);
this.CLB_SpecialTutor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CLB_SpecialTutor.Name = "CLB_SpecialTutor";
this.CLB_SpecialTutor.Size = new System.Drawing.Size(218, 368);
this.CLB_SpecialTutor.TabIndex = 10;
//
// L_TypeTutors
//
this.L_TypeTutors.AutoSize = true;
this.L_TypeTutors.Location = new System.Drawing.Point(665, 5);
this.L_TypeTutors.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_TypeTutors.Name = "L_TypeTutors";
this.L_TypeTutors.Size = new System.Drawing.Size(116, 25);
this.L_TypeTutors.TabIndex = 9;
this.L_TypeTutors.Text = "Tutor Moves:";
//
// L_TM
//
this.L_TM.AutoSize = true;
this.L_TM.Location = new System.Drawing.Point(439, 5);
this.L_TM.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_TM.Name = "L_TM";
this.L_TM.Size = new System.Drawing.Size(49, 25);
this.L_TM.TabIndex = 7;
this.L_TM.Text = "TMs:";
//
// CLB_TypeTutor
//
this.CLB_TypeTutor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.CLB_TypeTutor.FormattingEnabled = true;
this.CLB_TypeTutor.Location = new System.Drawing.Point(665, 35);
this.CLB_TypeTutor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CLB_TypeTutor.Name = "CLB_TypeTutor";
this.CLB_TypeTutor.Size = new System.Drawing.Size(218, 200);
this.CLB_TypeTutor.TabIndex = 8;
//
// CLB_TM
//
this.CLB_TM.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CLB_TM.FormattingEnabled = true;
this.CLB_TM.Location = new System.Drawing.Point(439, 35);
this.CLB_TM.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.CLB_TM.Name = "CLB_TM";
this.CLB_TM.Size = new System.Drawing.Size(218, 592);
this.CLB_TM.TabIndex = 6;
//
// L_LevelUp
//
this.L_LevelUp.AutoSize = true;
this.L_LevelUp.Location = new System.Drawing.Point(8, 5);
this.L_LevelUp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_LevelUp.Name = "L_LevelUp";
this.L_LevelUp.Size = new System.Drawing.Size(153, 25);
this.L_LevelUp.TabIndex = 2;
this.L_LevelUp.Text = "Level Up Learnset:";
//
// dgv
//
this.dgv.AllowUserToResizeColumns = false;
this.dgv.AllowUserToResizeRows = false;
this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.Location = new System.Drawing.Point(8, 35);
this.dgv.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dgv.Name = "dgv";
this.dgv.RowHeadersWidth = 62;
this.dgv.Size = new System.Drawing.Size(423, 592);
this.dgv.TabIndex = 1;
//
// Tab_Evo
//
this.Tab_Evo.Controls.Add(this.flowLayoutPanel1);
this.Tab_Evo.Location = new System.Drawing.Point(4, 34);
this.Tab_Evo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Evo.Name = "Tab_Evo";
this.Tab_Evo.Size = new System.Drawing.Size(910, 638);
this.Tab_Evo.TabIndex = 2;
this.Tab_Evo.Text = "Evolve";
this.Tab_Evo.UseVisualStyleBackColor = true;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(910, 638);
this.flowLayoutPanel1.TabIndex = 0;
//
// Tab_Extra
//
this.Tab_Extra.Controls.Add(this.TC_Rand);
this.Tab_Extra.Location = new System.Drawing.Point(4, 34);
this.Tab_Extra.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Extra.Name = "Tab_Extra";
this.Tab_Extra.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Extra.Size = new System.Drawing.Size(910, 638);
this.Tab_Extra.TabIndex = 3;
this.Tab_Extra.Text = "Enhancements";
this.Tab_Extra.UseVisualStyleBackColor = true;
//
// TC_Rand
//
this.TC_Rand.Controls.Add(this.Tab_RStats);
this.TC_Rand.Controls.Add(this.Tab_RLearn);
this.TC_Rand.Controls.Add(this.Tab_REvo);
this.TC_Rand.Dock = System.Windows.Forms.DockStyle.Fill;
this.TC_Rand.Location = new System.Drawing.Point(4, 5);
this.TC_Rand.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TC_Rand.Name = "TC_Rand";
this.TC_Rand.SelectedIndex = 0;
this.TC_Rand.Size = new System.Drawing.Size(902, 628);
this.TC_Rand.TabIndex = 0;
//
// Tab_RStats
//
this.Tab_RStats.Controls.Add(this.NUD_AmpEXP);
this.Tab_RStats.Controls.Add(this.B_AmpExperience);
this.Tab_RStats.Controls.Add(this.B_RandPersonal);
this.Tab_RStats.Controls.Add(this.PG_Personal);
this.Tab_RStats.Location = new System.Drawing.Point(4, 34);
this.Tab_RStats.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_RStats.Name = "Tab_RStats";
this.Tab_RStats.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_RStats.Size = new System.Drawing.Size(894, 590);
this.Tab_RStats.TabIndex = 1;
this.Tab_RStats.Text = "Randomize Personal";
this.Tab_RStats.UseVisualStyleBackColor = true;
//
// NUD_AmpEXP
//
this.NUD_AmpEXP.DecimalPlaces = 2;
this.NUD_AmpEXP.Increment = new decimal(new int[] {
1,
0,
0,
65536});
this.NUD_AmpEXP.Location = new System.Drawing.Point(356, 12);
this.NUD_AmpEXP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.NUD_AmpEXP.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.NUD_AmpEXP.Minimum = new decimal(new int[] {
1,
0,
0,
131072});
this.NUD_AmpEXP.Name = "NUD_AmpEXP";
this.NUD_AmpEXP.Size = new System.Drawing.Size(63, 31);
this.NUD_AmpEXP.TabIndex = 3;
this.NUD_AmpEXP.Value = new decimal(new int[] {
7,
0,
0,
65536});
//
// B_AmpExperience
//
this.B_AmpExperience.Location = new System.Drawing.Point(182, 10);
this.B_AmpExperience.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_AmpExperience.Name = "B_AmpExperience";
this.B_AmpExperience.Size = new System.Drawing.Size(165, 35);
this.B_AmpExperience.TabIndex = 2;
this.B_AmpExperience.Text = "Modify all EXP Gain";
this.B_AmpExperience.UseVisualStyleBackColor = true;
this.B_AmpExperience.Click += new System.EventHandler(this.B_AmpExperience_Click);
//
// B_RandPersonal
//
this.B_RandPersonal.Location = new System.Drawing.Point(9, 10);
this.B_RandPersonal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_RandPersonal.Name = "B_RandPersonal";
this.B_RandPersonal.Size = new System.Drawing.Size(112, 35);
this.B_RandPersonal.TabIndex = 1;
this.B_RandPersonal.Text = "Randomize";
this.B_RandPersonal.UseVisualStyleBackColor = true;
this.B_RandPersonal.Click += new System.EventHandler(this.B_RandPersonal_Click);
//
// PG_Personal
//
this.PG_Personal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PG_Personal.Location = new System.Drawing.Point(9, 54);
this.PG_Personal.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.PG_Personal.Name = "PG_Personal";
this.PG_Personal.Size = new System.Drawing.Size(877, 510);
this.PG_Personal.TabIndex = 0;
this.PG_Personal.ToolbarVisible = false;
//
// Tab_RLearn
//
this.Tab_RLearn.Controls.Add(this.tabControl2);
this.Tab_RLearn.Controls.Add(this.B_LearnMetronome);
this.Tab_RLearn.Controls.Add(this.B_LearnExpand);
this.Tab_RLearn.Controls.Add(this.B_RandLearn);
this.Tab_RLearn.Location = new System.Drawing.Point(4, 34);
this.Tab_RLearn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_RLearn.Name = "Tab_RLearn";
this.Tab_RLearn.Size = new System.Drawing.Size(894, 590);
this.Tab_RLearn.TabIndex = 2;
this.Tab_RLearn.Text = "Randomize Learn";
this.Tab_RLearn.UseVisualStyleBackColor = true;
//
// tabControl2
//
this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl2.Controls.Add(this.Tab_Learnset);
this.tabControl2.Controls.Add(this.Tab_Moveset);
this.tabControl2.Location = new System.Drawing.Point(9, 50);
this.tabControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(877, 515);
this.tabControl2.TabIndex = 6;
//
// Tab_Learnset
//
this.Tab_Learnset.Controls.Add(this.PG_Learn);
this.Tab_Learnset.Location = new System.Drawing.Point(4, 34);
this.Tab_Learnset.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Learnset.Name = "Tab_Learnset";
this.Tab_Learnset.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Learnset.Size = new System.Drawing.Size(869, 477);
this.Tab_Learnset.TabIndex = 0;
this.Tab_Learnset.Text = "Learn Settings";
this.Tab_Learnset.UseVisualStyleBackColor = true;
//
// PG_Learn
//
this.PG_Learn.Dock = System.Windows.Forms.DockStyle.Fill;
this.PG_Learn.Location = new System.Drawing.Point(4, 5);
this.PG_Learn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.PG_Learn.Name = "PG_Learn";
this.PG_Learn.Size = new System.Drawing.Size(861, 467);
this.PG_Learn.TabIndex = 2;
this.PG_Learn.ToolbarVisible = false;
//
// Tab_Moveset
//
this.Tab_Moveset.Controls.Add(this.PG_Move);
this.Tab_Moveset.Location = new System.Drawing.Point(4, 34);
this.Tab_Moveset.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Moveset.Name = "Tab_Moveset";
this.Tab_Moveset.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_Moveset.Size = new System.Drawing.Size(869, 477);
this.Tab_Moveset.TabIndex = 1;
this.Tab_Moveset.Text = "Moveset Settings";
this.Tab_Moveset.UseVisualStyleBackColor = true;
//
// PG_Move
//
this.PG_Move.Dock = System.Windows.Forms.DockStyle.Fill;
this.PG_Move.Location = new System.Drawing.Point(4, 5);
this.PG_Move.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.PG_Move.Name = "PG_Move";
this.PG_Move.Size = new System.Drawing.Size(861, 467);
this.PG_Move.TabIndex = 3;
this.PG_Move.ToolbarVisible = false;
//
// B_LearnMetronome
//
this.B_LearnMetronome.Location = new System.Drawing.Point(342, 5);
this.B_LearnMetronome.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_LearnMetronome.Name = "B_LearnMetronome";
this.B_LearnMetronome.Size = new System.Drawing.Size(202, 35);
this.B_LearnMetronome.TabIndex = 5;
this.B_LearnMetronome.Text = "Metronome Mode";
this.B_LearnMetronome.UseVisualStyleBackColor = true;
this.B_LearnMetronome.Click += new System.EventHandler(this.B_LearnMetronome_Click);
//
// B_LearnExpand
//
this.B_LearnExpand.Location = new System.Drawing.Point(130, 5);
this.B_LearnExpand.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_LearnExpand.Name = "B_LearnExpand";
this.B_LearnExpand.Size = new System.Drawing.Size(202, 35);
this.B_LearnExpand.TabIndex = 4;
this.B_LearnExpand.Text = "Expand Movepools";
this.B_LearnExpand.UseVisualStyleBackColor = true;
this.B_LearnExpand.Click += new System.EventHandler(this.B_LearnExpand_Click);
//
// B_RandLearn
//
this.B_RandLearn.Location = new System.Drawing.Point(9, 5);
this.B_RandLearn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_RandLearn.Name = "B_RandLearn";
this.B_RandLearn.Size = new System.Drawing.Size(112, 35);
this.B_RandLearn.TabIndex = 3;
this.B_RandLearn.Text = "Randomize";
this.B_RandLearn.UseVisualStyleBackColor = true;
this.B_RandLearn.Click += new System.EventHandler(this.B_RandLearn_Click);
//
// Tab_REvo
//
this.Tab_REvo.Controls.Add(this.B_EveryLevel);
this.Tab_REvo.Controls.Add(this.B_TradeEvo);
this.Tab_REvo.Controls.Add(this.B_RandEvo);
this.Tab_REvo.Controls.Add(this.PG_Evolution);
this.Tab_REvo.Location = new System.Drawing.Point(4, 34);
this.Tab_REvo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Tab_REvo.Name = "Tab_REvo";
this.Tab_REvo.Size = new System.Drawing.Size(894, 590);
this.Tab_REvo.TabIndex = 3;
this.Tab_REvo.Text = "Randomize Evo";
this.Tab_REvo.UseVisualStyleBackColor = true;
//
// B_EveryLevel
//
this.B_EveryLevel.Location = new System.Drawing.Point(362, 5);
this.B_EveryLevel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_EveryLevel.Name = "B_EveryLevel";
this.B_EveryLevel.Size = new System.Drawing.Size(252, 35);
this.B_EveryLevel.TabIndex = 5;
this.B_EveryLevel.Text = "Random Evolution Every Level";
this.B_EveryLevel.UseVisualStyleBackColor = true;
this.B_EveryLevel.Click += new System.EventHandler(this.B_EvolveEveryLevel_Click);
//
// B_TradeEvo
//
this.B_TradeEvo.Location = new System.Drawing.Point(130, 5);
this.B_TradeEvo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_TradeEvo.Name = "B_TradeEvo";
this.B_TradeEvo.Size = new System.Drawing.Size(222, 35);
this.B_TradeEvo.TabIndex = 4;
this.B_TradeEvo.Text = "Replace Trade Evolutions";
this.B_TradeEvo.UseVisualStyleBackColor = true;
this.B_TradeEvo.Click += new System.EventHandler(this.B_TradeEvo_Click);
//
// B_RandEvo
//
this.B_RandEvo.Location = new System.Drawing.Point(9, 5);
this.B_RandEvo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_RandEvo.Name = "B_RandEvo";
this.B_RandEvo.Size = new System.Drawing.Size(112, 35);
this.B_RandEvo.TabIndex = 3;
this.B_RandEvo.Text = "Randomize";
this.B_RandEvo.UseVisualStyleBackColor = true;
this.B_RandEvo.Click += new System.EventHandler(this.B_RandEvo_Click);
//
// PG_Evolution
//
this.PG_Evolution.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PG_Evolution.Location = new System.Drawing.Point(9, 50);
this.PG_Evolution.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.PG_Evolution.Name = "PG_Evolution";
this.PG_Evolution.Size = new System.Drawing.Size(877, 515);
this.PG_Evolution.TabIndex = 2;
this.PG_Evolution.ToolbarVisible = false;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel3.ColumnCount = 5;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.Controls.Add(this.B_PreviousPokemon, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.B_PreviousForm, 1, 3);
this.tableLayoutPanel3.Controls.Add(this.TB_Classification, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.CB_Species, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.B_NextForm, 3, 3);
this.tableLayoutPanel3.Controls.Add(this.B_NextPokemon, 4, 3);
this.tableLayoutPanel3.Controls.Add(this.PB_MonSprite, 0, 2);
this.tableLayoutPanel3.Location = new System.Drawing.Point(722, 7);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 5;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(184, 296);
this.tableLayoutPanel3.TabIndex = 535;
//
// B_PreviousPokemon
//
this.B_PreviousPokemon.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.B_PreviousPokemon.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.B_PreviousPokemon.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.B_PreviousPokemon.ForeColor = System.Drawing.Color.Black;
this.B_PreviousPokemon.Location = new System.Drawing.Point(3, 252);
this.B_PreviousPokemon.Name = "B_PreviousPokemon";
this.B_PreviousPokemon.Size = new System.Drawing.Size(35, 26);
this.B_PreviousPokemon.TabIndex = 529;
this.B_PreviousPokemon.Text = "<<";
this.TT_ButtonTooltip.SetToolTip(this.B_PreviousPokemon, "Previous Pokemon");
this.B_PreviousPokemon.UseVisualStyleBackColor = true;
this.B_PreviousPokemon.Click += new System.EventHandler(this.B_PreviousPokemon_Click);
//
// B_PreviousForm
//
this.B_PreviousForm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.B_PreviousForm.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.B_PreviousForm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.B_PreviousForm.ForeColor = System.Drawing.Color.Black;
this.B_PreviousForm.Location = new System.Drawing.Point(41, 252);
this.B_PreviousForm.Margin = new System.Windows.Forms.Padding(0, 3, 4, 3);
this.B_PreviousForm.Name = "B_PreviousForm";
this.B_PreviousForm.Size = new System.Drawing.Size(35, 26);
this.B_PreviousForm.TabIndex = 530;
this.B_PreviousForm.Text = "<";
this.TT_ButtonTooltip.SetToolTip(this.B_PreviousForm, "Previous Form");
this.B_PreviousForm.UseVisualStyleBackColor = true;
this.B_PreviousForm.Click += new System.EventHandler(this.B_PreviousForm_Click);
//
// TB_Classification
//
this.tableLayoutPanel3.SetColumnSpan(this.TB_Classification, 5);
this.TB_Classification.Dock = System.Windows.Forms.DockStyle.Fill;
this.TB_Classification.Location = new System.Drawing.Point(4, 36);
this.TB_Classification.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.TB_Classification.Name = "TB_Classification";
this.TB_Classification.ReadOnly = true;
this.TB_Classification.Size = new System.Drawing.Size(176, 31);
this.TB_Classification.TabIndex = 525;
this.TB_Classification.Text = "-";
this.TT_ButtonTooltip.SetToolTip(this.TB_Classification, "Classification");
//
// CB_Species
//
this.CB_Species.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tableLayoutPanel3.SetColumnSpan(this.CB_Species, 5);
this.CB_Species.FormattingEnabled = true;
this.CB_Species.Location = new System.Drawing.Point(5, 0);
this.CB_Species.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.CB_Species.Name = "CB_Species";
this.CB_Species.Size = new System.Drawing.Size(176, 33);
this.CB_Species.TabIndex = 2;
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.UpdateIndex);
//
// B_NextForm
//
this.B_NextForm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.B_NextForm.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.B_NextForm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.B_NextForm.ForeColor = System.Drawing.Color.Black;
this.B_NextForm.Location = new System.Drawing.Point(96, 252);
this.B_NextForm.Margin = new System.Windows.Forms.Padding(4, 3, 0, 3);
this.B_NextForm.Name = "B_NextForm";
this.B_NextForm.Size = new System.Drawing.Size(35, 26);
this.B_NextForm.TabIndex = 531;
this.B_NextForm.Text = ">";
this.TT_ButtonTooltip.SetToolTip(this.B_NextForm, "Next Form");
this.B_NextForm.UseVisualStyleBackColor = true;
this.B_NextForm.Click += new System.EventHandler(this.B_NextForm_Click);
//
// B_NextPokemon
//
this.B_NextPokemon.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.B_NextPokemon.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.B_NextPokemon.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.B_NextPokemon.ForeColor = System.Drawing.Color.Black;
this.B_NextPokemon.Location = new System.Drawing.Point(134, 252);
this.B_NextPokemon.Name = "B_NextPokemon";
this.B_NextPokemon.Size = new System.Drawing.Size(47, 26);
this.B_NextPokemon.TabIndex = 528;
this.B_NextPokemon.Text = ">>";
this.TT_ButtonTooltip.SetToolTip(this.B_NextPokemon, "Next Pokemon");
this.B_NextPokemon.UseVisualStyleBackColor = true;
this.B_NextPokemon.Click += new System.EventHandler(this.B_NextPokemon_Click);
//
// PB_MonSprite
//
this.PB_MonSprite.BackColor = System.Drawing.Color.White;
this.PB_MonSprite.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.PB_MonSprite.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.tableLayoutPanel3.SetColumnSpan(this.PB_MonSprite, 5);
this.PB_MonSprite.Dock = System.Windows.Forms.DockStyle.Fill;
this.PB_MonSprite.Location = new System.Drawing.Point(3, 70);
this.PB_MonSprite.Name = "PB_MonSprite";
this.PB_MonSprite.Size = new System.Drawing.Size(178, 176);
this.PB_MonSprite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.PB_MonSprite.TabIndex = 91;
this.PB_MonSprite.TabStop = false;
//
// B_AufoFill
//
this.B_AufoFill.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.B_AufoFill.Location = new System.Drawing.Point(688, 314);
this.B_AufoFill.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.B_AufoFill.Name = "B_AufoFill";
this.B_AufoFill.Size = new System.Drawing.Size(112, 35);
this.B_AufoFill.TabIndex = 527;
this.B_AufoFill.Text = "Auto Fill";
this.TT_ButtonTooltip.SetToolTip(this.B_AufoFill, "Fill in all missing data from previous game versions");
this.B_AufoFill.UseVisualStyleBackColor = true;
this.B_AufoFill.Click += new System.EventHandler(this.B_AufoFill_Click);
//
// PokeDataUI8a
//
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(918, 985);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.Line);
this.Controls.Add(this.B_AufoFill);
this.Controls.Add(this.tableLayoutPanel3);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MinimumSize = new System.Drawing.Size(925, 1023);
this.Name = "PokeDataUI8a";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Pokémon Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PokeDataUI8a_FormClosing);
GB_PokeMisc.ResumeLayout(false);
GB_PokeMisc.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.Tab_Personal.ResumeLayout(false);
this.Tab_Personal.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.Tab_Pokedex.ResumeLayout(false);
this.Tab_Pokedex.PerformLayout();
this.Tab_Learn.ResumeLayout(false);
this.Tab_Learn.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.Tab_Evo.ResumeLayout(false);
this.Tab_Extra.ResumeLayout(false);
this.TC_Rand.ResumeLayout(false);
this.Tab_RStats.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_AmpEXP)).EndInit();
this.Tab_RLearn.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.Tab_Learnset.ResumeLayout(false);
this.Tab_Moveset.ResumeLayout(false);
this.Tab_REvo.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage Tab_Learn;
private System.Windows.Forms.TabPage Tab_Personal;
private System.Windows.Forms.TabPage Tab_Evo;
private System.Windows.Forms.ComboBox CB_Species;
private System.Windows.Forms.MaskedTextBox TB_RawColor;
private System.Windows.Forms.TextBox TB_Weight;
private System.Windows.Forms.TextBox TB_Height;
private System.Windows.Forms.CheckBox CHK_Variant;
private System.Windows.Forms.MaskedTextBox TB_BST;
private System.Windows.Forms.MaskedTextBox TB_CatchRate;
private System.Windows.Forms.MaskedTextBox TB_Stage;
private System.Windows.Forms.MaskedTextBox TB_FormCount;
private System.Windows.Forms.MaskedTextBox TB_Form;
private System.Windows.Forms.ComboBox CB_Color;
private System.Windows.Forms.ComboBox CB_EXPGroup;
private System.Windows.Forms.ComboBox CB_Ability3;
private System.Windows.Forms.ComboBox CB_Ability2;
private System.Windows.Forms.ComboBox CB_Ability1;
private System.Windows.Forms.ComboBox CB_EggGroup2;
private System.Windows.Forms.ComboBox CB_EggGroup1;
private System.Windows.Forms.MaskedTextBox TB_BaseExp;
private System.Windows.Forms.MaskedTextBox TB_Friendship;
private System.Windows.Forms.MaskedTextBox TB_Gender;
private System.Windows.Forms.ComboBox CB_HeldItem3;
private System.Windows.Forms.ComboBox CB_HeldItem2;
private System.Windows.Forms.ComboBox CB_HeldItem1;
private System.Windows.Forms.ComboBox CB_Type2;
private System.Windows.Forms.ComboBox CB_Type1;
private System.Windows.Forms.MaskedTextBox TB_SPEEVs;
private System.Windows.Forms.MaskedTextBox TB_SPDEVs;
private System.Windows.Forms.MaskedTextBox TB_SPAEVs;
private System.Windows.Forms.MaskedTextBox TB_DEFEVs;
private System.Windows.Forms.MaskedTextBox TB_ATKEVs;
private System.Windows.Forms.MaskedTextBox TB_HPEVs;
private System.Windows.Forms.MaskedTextBox TB_BaseSPE;
private System.Windows.Forms.MaskedTextBox TB_BaseSPD;
private System.Windows.Forms.MaskedTextBox TB_BaseSPA;
private System.Windows.Forms.MaskedTextBox TB_BaseDEF;
private System.Windows.Forms.MaskedTextBox TB_BaseATK;
private System.Windows.Forms.MaskedTextBox TB_BaseHP;
private System.Windows.Forms.TabPage Tab_Extra;
private System.Windows.Forms.Label L_LevelUp;
private System.Windows.Forms.DataGridView dgv;
private System.Windows.Forms.Label L_TM;
private System.Windows.Forms.CheckedListBox CLB_TM;
private System.Windows.Forms.PictureBox PB_MonSprite;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button B_PDumpTable;
private System.Windows.Forms.TabControl TC_Rand;
private System.Windows.Forms.TabPage Tab_RStats;
private System.Windows.Forms.TabPage Tab_RLearn;
private System.Windows.Forms.TabPage Tab_REvo;
private System.Windows.Forms.PropertyGrid PG_Personal;
private System.Windows.Forms.Button B_RandPersonal;
private System.Windows.Forms.Button B_RandEvo;
private System.Windows.Forms.PropertyGrid PG_Evolution;
private System.Windows.Forms.Button B_TradeEvo;
private System.Windows.Forms.Button B_RandLearn;
private System.Windows.Forms.PropertyGrid PG_Learn;
private System.Windows.Forms.Button B_LearnExpand;
private System.Windows.Forms.Button B_LearnMetronome;
private System.Windows.Forms.Button B_AmpExperience;
private System.Windows.Forms.NumericUpDown NUD_AmpEXP;
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage Tab_Learnset;
private System.Windows.Forms.TabPage Tab_Moveset;
private System.Windows.Forms.PropertyGrid PG_Move;
private System.Windows.Forms.CheckBox CHK_IsPresentInGame;
private System.Windows.Forms.MaskedTextBox TB_NationalDex;
private System.Windows.Forms.MaskedTextBox TB_HisuianDex;
private System.Windows.Forms.Button B_EveryLevel;
private System.Windows.Forms.Label L_TypeTutors;
private System.Windows.Forms.CheckedListBox CLB_TypeTutor;
private System.Windows.Forms.CheckedListBox CLB_SpecialTutor;
private System.Windows.Forms.MaskedTextBox TB_Field_18;
private System.Windows.Forms.ComboBox CB_HatchSpecies;
private System.Windows.Forms.MaskedTextBox TB_Field_47;
private System.Windows.Forms.MaskedTextBox TB_Field_46;
private System.Windows.Forms.CheckBox CHK_Field_45;
private System.Windows.Forms.MaskedTextBox TB_LocalFormIndex;
private System.Windows.Forms.TextBox TB_Classification;
private System.Windows.Forms.ToolTip TT_ButtonTooltip;
private System.Windows.Forms.Button B_AufoFill;
private System.Windows.Forms.Label L_GenderDetails;
private System.Windows.Forms.Button B_NextForm;
private System.Windows.Forms.Button B_PreviousForm;
private System.Windows.Forms.Button B_PreviousPokemon;
private System.Windows.Forms.Button B_NextPokemon;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label LB_HatchSpecies;
private System.Windows.Forms.Label L_HisuianDex;
private System.Windows.Forms.Label L_NationalDex;
private System.Windows.Forms.Label L_LocalFormIndex;
private System.Windows.Forms.Label L_HiddenAbility;
private System.Windows.Forms.Label L_WeightKG;
private System.Windows.Forms.Label L_Ability2;
private System.Windows.Forms.Label L_HeightM;
private System.Windows.Forms.Label L_Ability1;
private System.Windows.Forms.Label L_Weight;
private System.Windows.Forms.Label L_Height;
private System.Windows.Forms.Label L_Field_46;
private System.Windows.Forms.Label L_BST;
private System.Windows.Forms.Label L_Stage;
private System.Windows.Forms.Label L_FormsCount;
private System.Windows.Forms.Label L_Form;
private System.Windows.Forms.Label L_CatchRate;
private System.Windows.Forms.Label L_Color;
private System.Windows.Forms.Label L_EXPGrowth;
private System.Windows.Forms.Label L_EggGroup;
private System.Windows.Forms.Label L_Ability;
private System.Windows.Forms.Label L_BaseEXP;
private System.Windows.Forms.Label L_Field_18;
private System.Windows.Forms.Label L_Friendship;
private System.Windows.Forms.Label L_Gender;
private System.Windows.Forms.Label L_Item1;
private System.Windows.Forms.Label L_Item5;
private System.Windows.Forms.Label L_Item50;
private System.Windows.Forms.Label L_HeldItem;
private System.Windows.Forms.Label L_Type;
private System.Windows.Forms.Label Label_HP;
private System.Windows.Forms.Label Label_ATK;
private System.Windows.Forms.Label Label_DEF;
private System.Windows.Forms.Label Label_SPA;
private System.Windows.Forms.Label Label_SPD;
private System.Windows.Forms.Label Label_SPE;
private System.Windows.Forms.Label L_EVYield;
private System.Windows.Forms.Label L_BaseStats;
private System.Windows.Forms.Label L_Field_47;
private System.Windows.Forms.Panel Line;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TabPage Tab_Pokedex;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.MaskedTextBox TB_MiscForm;
private System.Windows.Forms.MaskedTextBox TB_MiscSpecies;
private System.Windows.Forms.PropertyGrid PG_PokeMisc;
private System.Windows.Forms.TextBox TB_MiscAlphaScale;
private System.Windows.Forms.TextBox TB_MiscScale;
private System.Windows.Forms.PropertyGrid PG_DexResearchTasks;
private System.Windows.Forms.CheckBox CHK_InArea1;
private System.Windows.Forms.CheckBox CHK_InArea2;
private System.Windows.Forms.CheckBox CHK_InArea3;
private System.Windows.Forms.CheckBox CHK_InArea4;
private System.Windows.Forms.CheckBox CHK_InArea5;
private System.Windows.Forms.Button B_AddTask;
private System.Windows.Forms.Button B_DeleteTask;
private System.Windows.Forms.Button B_CloneTask;
}
}