namespace pkNX.WinForms
{
partial class PokeDataUI
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.B_Save = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.Tab_Personal = new System.Windows.Forms.TabPage();
this.TB_CrownDex = new System.Windows.Forms.TextBox();
this.L_CrownDex = new System.Windows.Forms.Label();
this.TB_RegionalDex = new System.Windows.Forms.TextBox();
this.TB_ArmorDex = new System.Windows.Forms.TextBox();
this.L_ArmorDex = new System.Windows.Forms.Label();
this.L_RegionalDex = new System.Windows.Forms.Label();
this.GB_ZMove = new System.Windows.Forms.GroupBox();
this.L_ZCrystal = new System.Windows.Forms.Label();
this.L_BaseMove = new System.Windows.Forms.Label();
this.L_ZMove = new System.Windows.Forms.Label();
this.CB_ZItem = new System.Windows.Forms.ComboBox();
this.CB_ZBaseMove = new System.Windows.Forms.ComboBox();
this.CB_ZMove = new System.Windows.Forms.ComboBox();
this.CHK_IsPresentInGame = new System.Windows.Forms.CheckBox();
this.CHK_CanNotDynamax = new System.Windows.Forms.CheckBox();
this.PB_MonSprite = new System.Windows.Forms.PictureBox();
this.B_PDumpTable = new System.Windows.Forms.Button();
this.L_GoID = new System.Windows.Forms.Label();
this.MT_GoID = new System.Windows.Forms.MaskedTextBox();
this.TB_RawColor = new System.Windows.Forms.TextBox();
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.TB_Weight = new System.Windows.Forms.MaskedTextBox();
this.TB_Height = new System.Windows.Forms.MaskedTextBox();
this.L_Weight = new System.Windows.Forms.Label();
this.L_Height = new System.Windows.Forms.Label();
this.TB_CallRate = new System.Windows.Forms.MaskedTextBox();
this.L_CallRate = new System.Windows.Forms.Label();
this.CHK_Variant = new System.Windows.Forms.CheckBox();
this.TB_BST = new System.Windows.Forms.TextBox();
this.L_BST = new System.Windows.Forms.Label();
this.TB_CatchRate = new System.Windows.Forms.MaskedTextBox();
this.TB_Stage = new System.Windows.Forms.TextBox();
this.L_Stage = new System.Windows.Forms.Label();
this.TB_FormeCount = new System.Windows.Forms.TextBox();
this.L_FormesCount = new System.Windows.Forms.Label();
this.TB_FormeSprite = new System.Windows.Forms.TextBox();
this.L_FormeSprite = new System.Windows.Forms.Label();
this.L_CatchRate = new System.Windows.Forms.Label();
this.CB_Color = new System.Windows.Forms.ComboBox();
this.CB_EXPGroup = new System.Windows.Forms.ComboBox();
this.L_Color = new System.Windows.Forms.Label();
this.L_EXPGrowth = new System.Windows.Forms.Label();
this.CB_Ability3 = new System.Windows.Forms.ComboBox();
this.CB_Ability2 = new System.Windows.Forms.ComboBox();
this.CB_Ability1 = new System.Windows.Forms.ComboBox();
this.CB_EggGroup2 = new System.Windows.Forms.ComboBox();
this.CB_EggGroup1 = new System.Windows.Forms.ComboBox();
this.L_EggGroup = new System.Windows.Forms.Label();
this.L_Ability = new System.Windows.Forms.Label();
this.TB_BaseExp = new System.Windows.Forms.MaskedTextBox();
this.L_BaseEXP = new System.Windows.Forms.Label();
this.TB_HatchCycles = new System.Windows.Forms.MaskedTextBox();
this.L_HatchCycles = new System.Windows.Forms.Label();
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
this.TB_Gender = new System.Windows.Forms.MaskedTextBox();
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.CB_HeldItem3 = new System.Windows.Forms.ComboBox();
this.CB_HeldItem2 = new System.Windows.Forms.ComboBox();
this.CB_HeldItem1 = new System.Windows.Forms.ComboBox();
this.L_HeldItem = new System.Windows.Forms.Label();
this.CB_Type2 = new System.Windows.Forms.ComboBox();
this.CB_Type1 = new System.Windows.Forms.ComboBox();
this.L_Type = new System.Windows.Forms.Label();
this.TB_SPEEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_SPDEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_SPAEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_DEFEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_ATKEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_HPEVs = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPE = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPD = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseSPA = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseDEF = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseATK = new System.Windows.Forms.MaskedTextBox();
this.TB_BaseHP = new System.Windows.Forms.MaskedTextBox();
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.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.CB_Species = new System.Windows.Forms.ComboBox();
this.tabControl1.SuspendLayout();
this.Tab_Personal.SuspendLayout();
this.GB_ZMove.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).BeginInit();
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.SuspendLayout();
//
// 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(514, -1);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 23);
this.B_Save.TabIndex = 0;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.Tab_Personal);
this.tabControl1.Controls.Add(this.Tab_Learn);
this.tabControl1.Controls.Add(this.Tab_Evo);
this.tabControl1.Controls.Add(this.Tab_Extra);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(592, 766);
this.tabControl1.TabIndex = 1;
//
// Tab_Personal
//
this.Tab_Personal.Controls.Add(this.TB_CrownDex);
this.Tab_Personal.Controls.Add(this.L_CrownDex);
this.Tab_Personal.Controls.Add(this.TB_RegionalDex);
this.Tab_Personal.Controls.Add(this.TB_ArmorDex);
this.Tab_Personal.Controls.Add(this.L_ArmorDex);
this.Tab_Personal.Controls.Add(this.L_RegionalDex);
this.Tab_Personal.Controls.Add(this.GB_ZMove);
this.Tab_Personal.Controls.Add(this.CHK_IsPresentInGame);
this.Tab_Personal.Controls.Add(this.CHK_CanNotDynamax);
this.Tab_Personal.Controls.Add(this.PB_MonSprite);
this.Tab_Personal.Controls.Add(this.B_PDumpTable);
this.Tab_Personal.Controls.Add(this.L_GoID);
this.Tab_Personal.Controls.Add(this.MT_GoID);
this.Tab_Personal.Controls.Add(this.TB_RawColor);
this.Tab_Personal.Controls.Add(this.L_HiddenAbility);
this.Tab_Personal.Controls.Add(this.L_WeightKG);
this.Tab_Personal.Controls.Add(this.L_Ability2);
this.Tab_Personal.Controls.Add(this.L_HeightM);
this.Tab_Personal.Controls.Add(this.L_Ability1);
this.Tab_Personal.Controls.Add(this.TB_Weight);
this.Tab_Personal.Controls.Add(this.TB_Height);
this.Tab_Personal.Controls.Add(this.L_Weight);
this.Tab_Personal.Controls.Add(this.L_Height);
this.Tab_Personal.Controls.Add(this.TB_CallRate);
this.Tab_Personal.Controls.Add(this.L_CallRate);
this.Tab_Personal.Controls.Add(this.CHK_Variant);
this.Tab_Personal.Controls.Add(this.TB_BST);
this.Tab_Personal.Controls.Add(this.L_BST);
this.Tab_Personal.Controls.Add(this.TB_CatchRate);
this.Tab_Personal.Controls.Add(this.TB_Stage);
this.Tab_Personal.Controls.Add(this.L_Stage);
this.Tab_Personal.Controls.Add(this.TB_FormeCount);
this.Tab_Personal.Controls.Add(this.L_FormesCount);
this.Tab_Personal.Controls.Add(this.TB_FormeSprite);
this.Tab_Personal.Controls.Add(this.L_FormeSprite);
this.Tab_Personal.Controls.Add(this.L_CatchRate);
this.Tab_Personal.Controls.Add(this.CB_Color);
this.Tab_Personal.Controls.Add(this.CB_EXPGroup);
this.Tab_Personal.Controls.Add(this.L_Color);
this.Tab_Personal.Controls.Add(this.L_EXPGrowth);
this.Tab_Personal.Controls.Add(this.CB_Ability3);
this.Tab_Personal.Controls.Add(this.CB_Ability2);
this.Tab_Personal.Controls.Add(this.CB_Ability1);
this.Tab_Personal.Controls.Add(this.CB_EggGroup2);
this.Tab_Personal.Controls.Add(this.CB_EggGroup1);
this.Tab_Personal.Controls.Add(this.L_EggGroup);
this.Tab_Personal.Controls.Add(this.L_Ability);
this.Tab_Personal.Controls.Add(this.TB_BaseExp);
this.Tab_Personal.Controls.Add(this.L_BaseEXP);
this.Tab_Personal.Controls.Add(this.TB_HatchCycles);
this.Tab_Personal.Controls.Add(this.L_HatchCycles);
this.Tab_Personal.Controls.Add(this.TB_Friendship);
this.Tab_Personal.Controls.Add(this.TB_Gender);
this.Tab_Personal.Controls.Add(this.L_Friendship);
this.Tab_Personal.Controls.Add(this.L_Gender);
this.Tab_Personal.Controls.Add(this.L_Item1);
this.Tab_Personal.Controls.Add(this.L_Item5);
this.Tab_Personal.Controls.Add(this.L_Item50);
this.Tab_Personal.Controls.Add(this.CB_HeldItem3);
this.Tab_Personal.Controls.Add(this.CB_HeldItem2);
this.Tab_Personal.Controls.Add(this.CB_HeldItem1);
this.Tab_Personal.Controls.Add(this.L_HeldItem);
this.Tab_Personal.Controls.Add(this.CB_Type2);
this.Tab_Personal.Controls.Add(this.CB_Type1);
this.Tab_Personal.Controls.Add(this.L_Type);
this.Tab_Personal.Controls.Add(this.TB_SPEEVs);
this.Tab_Personal.Controls.Add(this.TB_SPDEVs);
this.Tab_Personal.Controls.Add(this.TB_SPAEVs);
this.Tab_Personal.Controls.Add(this.TB_DEFEVs);
this.Tab_Personal.Controls.Add(this.TB_ATKEVs);
this.Tab_Personal.Controls.Add(this.TB_HPEVs);
this.Tab_Personal.Controls.Add(this.TB_BaseSPE);
this.Tab_Personal.Controls.Add(this.TB_BaseSPD);
this.Tab_Personal.Controls.Add(this.TB_BaseSPA);
this.Tab_Personal.Controls.Add(this.TB_BaseDEF);
this.Tab_Personal.Controls.Add(this.TB_BaseATK);
this.Tab_Personal.Controls.Add(this.TB_BaseHP);
this.Tab_Personal.Controls.Add(this.Label_HP);
this.Tab_Personal.Controls.Add(this.Label_ATK);
this.Tab_Personal.Controls.Add(this.Label_DEF);
this.Tab_Personal.Controls.Add(this.Label_SPA);
this.Tab_Personal.Controls.Add(this.Label_SPD);
this.Tab_Personal.Controls.Add(this.Label_SPE);
this.Tab_Personal.Controls.Add(this.L_EVYield);
this.Tab_Personal.Controls.Add(this.L_BaseStats);
this.Tab_Personal.Location = new System.Drawing.Point(4, 22);
this.Tab_Personal.Name = "Tab_Personal";
this.Tab_Personal.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Personal.Size = new System.Drawing.Size(584, 740);
this.Tab_Personal.TabIndex = 0;
this.Tab_Personal.Text = "Personal";
this.Tab_Personal.UseVisualStyleBackColor = true;
//
// TB_CrownDex
//
this.TB_CrownDex.Location = new System.Drawing.Point(462, 552);
this.TB_CrownDex.Name = "TB_CrownDex";
this.TB_CrownDex.ReadOnly = true;
this.TB_CrownDex.Size = new System.Drawing.Size(32, 20);
this.TB_CrownDex.TabIndex = 511;
this.TB_CrownDex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_CrownDex
//
this.L_CrownDex.AutoSize = true;
this.L_CrownDex.Location = new System.Drawing.Point(400, 556);
this.L_CrownDex.Name = "L_CrownDex";
this.L_CrownDex.Size = new System.Drawing.Size(62, 13);
this.L_CrownDex.TabIndex = 510;
this.L_CrownDex.Text = "Crown Dex:";
this.L_CrownDex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_RegionalDex
//
this.TB_RegionalDex.Location = new System.Drawing.Point(462, 510);
this.TB_RegionalDex.Name = "TB_RegionalDex";
this.TB_RegionalDex.ReadOnly = true;
this.TB_RegionalDex.Size = new System.Drawing.Size(32, 20);
this.TB_RegionalDex.TabIndex = 509;
this.TB_RegionalDex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_ArmorDex
//
this.TB_ArmorDex.Location = new System.Drawing.Point(462, 531);
this.TB_ArmorDex.Name = "TB_ArmorDex";
this.TB_ArmorDex.ReadOnly = true;
this.TB_ArmorDex.Size = new System.Drawing.Size(32, 20);
this.TB_ArmorDex.TabIndex = 508;
this.TB_ArmorDex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_ArmorDex
//
this.L_ArmorDex.AutoSize = true;
this.L_ArmorDex.Location = new System.Drawing.Point(403, 535);
this.L_ArmorDex.Name = "L_ArmorDex";
this.L_ArmorDex.Size = new System.Drawing.Size(59, 13);
this.L_ArmorDex.TabIndex = 507;
this.L_ArmorDex.Text = "Armor Dex:";
this.L_ArmorDex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_RegionalDex
//
this.L_RegionalDex.AutoSize = true;
this.L_RegionalDex.Location = new System.Drawing.Point(388, 513);
this.L_RegionalDex.Name = "L_RegionalDex";
this.L_RegionalDex.Size = new System.Drawing.Size(74, 13);
this.L_RegionalDex.TabIndex = 506;
this.L_RegionalDex.Text = "Regional Dex:";
this.L_RegionalDex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_ZMove
//
this.GB_ZMove.Controls.Add(this.L_ZCrystal);
this.GB_ZMove.Controls.Add(this.L_BaseMove);
this.GB_ZMove.Controls.Add(this.L_ZMove);
this.GB_ZMove.Controls.Add(this.CB_ZItem);
this.GB_ZMove.Controls.Add(this.CB_ZBaseMove);
this.GB_ZMove.Controls.Add(this.CB_ZMove);
this.GB_ZMove.Location = new System.Drawing.Point(295, 586);
this.GB_ZMove.Name = "GB_ZMove";
this.GB_ZMove.Size = new System.Drawing.Size(264, 107);
this.GB_ZMove.TabIndex = 505;
this.GB_ZMove.TabStop = false;
this.GB_ZMove.Text = "Z-Move Data";
//
// L_ZCrystal
//
this.L_ZCrystal.AutoSize = true;
this.L_ZCrystal.Location = new System.Drawing.Point(22, 31);
this.L_ZCrystal.Name = "L_ZCrystal";
this.L_ZCrystal.Size = new System.Drawing.Size(51, 13);
this.L_ZCrystal.TabIndex = 486;
this.L_ZCrystal.Text = "Z-Crystal:";
//
// L_BaseMove
//
this.L_BaseMove.AutoSize = true;
this.L_BaseMove.Location = new System.Drawing.Point(9, 53);
this.L_BaseMove.Name = "L_BaseMove";
this.L_BaseMove.Size = new System.Drawing.Size(64, 13);
this.L_BaseMove.TabIndex = 487;
this.L_BaseMove.Text = "Base Move:";
//
// L_ZMove
//
this.L_ZMove.AutoSize = true;
this.L_ZMove.Location = new System.Drawing.Point(26, 74);
this.L_ZMove.Name = "L_ZMove";
this.L_ZMove.Size = new System.Drawing.Size(47, 13);
this.L_ZMove.TabIndex = 489;
this.L_ZMove.Text = "Z-Move:";
//
// CB_ZItem
//
this.CB_ZItem.FormattingEnabled = true;
this.CB_ZItem.Location = new System.Drawing.Point(73, 27);
this.CB_ZItem.Name = "CB_ZItem";
this.CB_ZItem.Size = new System.Drawing.Size(125, 21);
this.CB_ZItem.TabIndex = 484;
//
// CB_ZBaseMove
//
this.CB_ZBaseMove.FormattingEnabled = true;
this.CB_ZBaseMove.Location = new System.Drawing.Point(73, 49);
this.CB_ZBaseMove.Name = "CB_ZBaseMove";
this.CB_ZBaseMove.Size = new System.Drawing.Size(125, 21);
this.CB_ZBaseMove.TabIndex = 485;
//
// CB_ZMove
//
this.CB_ZMove.FormattingEnabled = true;
this.CB_ZMove.Location = new System.Drawing.Point(73, 71);
this.CB_ZMove.Name = "CB_ZMove";
this.CB_ZMove.Size = new System.Drawing.Size(175, 21);
this.CB_ZMove.TabIndex = 488;
//
// CHK_IsPresentInGame
//
this.CHK_IsPresentInGame.AutoSize = true;
this.CHK_IsPresentInGame.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_IsPresentInGame.Enabled = false;
this.CHK_IsPresentInGame.Location = new System.Drawing.Point(84, 615);
this.CHK_IsPresentInGame.Name = "CHK_IsPresentInGame";
this.CHK_IsPresentInGame.Size = new System.Drawing.Size(104, 17);
this.CHK_IsPresentInGame.TabIndex = 503;
this.CHK_IsPresentInGame.Text = "Present in Game";
this.CHK_IsPresentInGame.UseVisualStyleBackColor = true;
//
// CHK_CanNotDynamax
//
this.CHK_CanNotDynamax.AutoSize = true;
this.CHK_CanNotDynamax.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_CanNotDynamax.Location = new System.Drawing.Point(91, 595);
this.CHK_CanNotDynamax.Name = "CHK_CanNotDynamax";
this.CHK_CanNotDynamax.Size = new System.Drawing.Size(97, 17);
this.CHK_CanNotDynamax.TabIndex = 504;
this.CHK_CanNotDynamax.Text = "Can\'t Dynamax";
this.CHK_CanNotDynamax.UseVisualStyleBackColor = true;
//
// PB_MonSprite
//
this.PB_MonSprite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PB_MonSprite.BackColor = System.Drawing.Color.Transparent;
this.PB_MonSprite.Location = new System.Drawing.Point(439, 8);
this.PB_MonSprite.Name = "PB_MonSprite";
this.PB_MonSprite.Size = new System.Drawing.Size(136, 112);
this.PB_MonSprite.TabIndex = 91;
this.PB_MonSprite.TabStop = false;
//
// B_PDumpTable
//
this.B_PDumpTable.Location = new System.Drawing.Point(500, 709);
this.B_PDumpTable.Name = "B_PDumpTable";
this.B_PDumpTable.Size = new System.Drawing.Size(75, 23);
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);
//
// L_GoID
//
this.L_GoID.AutoSize = true;
this.L_GoID.Location = new System.Drawing.Point(116, 518);
this.L_GoID.Name = "L_GoID";
this.L_GoID.Size = new System.Drawing.Size(40, 13);
this.L_GoID.TabIndex = 501;
this.L_GoID.Text = "GO ID:";
//
// MT_GoID
//
this.MT_GoID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.MT_GoID.Location = new System.Drawing.Point(157, 514);
this.MT_GoID.Mask = "000";
this.MT_GoID.Name = "MT_GoID";
this.MT_GoID.Size = new System.Drawing.Size(31, 20);
this.MT_GoID.TabIndex = 500;
this.MT_GoID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_RawColor
//
this.TB_RawColor.Location = new System.Drawing.Point(497, 356);
this.TB_RawColor.Name = "TB_RawColor";
this.TB_RawColor.ReadOnly = true;
this.TB_RawColor.Size = new System.Drawing.Size(30, 20);
this.TB_RawColor.TabIndex = 498;
this.TB_RawColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_RawColor.Visible = false;
//
// L_HiddenAbility
//
this.L_HiddenAbility.AutoSize = true;
this.L_HiddenAbility.Location = new System.Drawing.Point(495, 208);
this.L_HiddenAbility.Name = "L_HiddenAbility";
this.L_HiddenAbility.Size = new System.Drawing.Size(21, 13);
this.L_HiddenAbility.TabIndex = 499;
this.L_HiddenAbility.Text = "(H)";
//
// L_WeightKG
//
this.L_WeightKG.AutoSize = true;
this.L_WeightKG.Location = new System.Drawing.Point(494, 493);
this.L_WeightKG.Name = "L_WeightKG";
this.L_WeightKG.Size = new System.Drawing.Size(19, 13);
this.L_WeightKG.TabIndex = 495;
this.L_WeightKG.Text = "kg";
//
// L_Ability2
//
this.L_Ability2.AutoSize = true;
this.L_Ability2.Location = new System.Drawing.Point(496, 186);
this.L_Ability2.Name = "L_Ability2";
this.L_Ability2.Size = new System.Drawing.Size(19, 13);
this.L_Ability2.TabIndex = 497;
this.L_Ability2.Text = "(2)";
//
// L_HeightM
//
this.L_HeightM.AutoSize = true;
this.L_HeightM.Location = new System.Drawing.Point(494, 472);
this.L_HeightM.Name = "L_HeightM";
this.L_HeightM.Size = new System.Drawing.Size(15, 13);
this.L_HeightM.TabIndex = 494;
this.L_HeightM.Text = "m";
//
// L_Ability1
//
this.L_Ability1.AutoSize = true;
this.L_Ability1.Location = new System.Drawing.Point(496, 164);
this.L_Ability1.Name = "L_Ability1";
this.L_Ability1.Size = new System.Drawing.Size(19, 13);
this.L_Ability1.TabIndex = 496;
this.L_Ability1.Text = "(1)";
//
// TB_Weight
//
this.TB_Weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Weight.Location = new System.Drawing.Point(462, 489);
this.TB_Weight.Mask = "000.0";
this.TB_Weight.Name = "TB_Weight";
this.TB_Weight.Size = new System.Drawing.Size(32, 20);
this.TB_Weight.TabIndex = 493;
this.TB_Weight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Height
//
this.TB_Height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Height.Location = new System.Drawing.Point(462, 468);
this.TB_Height.Mask = "00.0";
this.TB_Height.Name = "TB_Height";
this.TB_Height.Size = new System.Drawing.Size(32, 20);
this.TB_Height.TabIndex = 492;
this.TB_Height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Weight
//
this.L_Weight.AutoSize = true;
this.L_Weight.Location = new System.Drawing.Point(418, 492);
this.L_Weight.Name = "L_Weight";
this.L_Weight.Size = new System.Drawing.Size(44, 13);
this.L_Weight.TabIndex = 491;
this.L_Weight.Text = "Weight:";
this.L_Weight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Height
//
this.L_Height.AutoSize = true;
this.L_Height.Location = new System.Drawing.Point(421, 471);
this.L_Height.Name = "L_Height";
this.L_Height.Size = new System.Drawing.Size(41, 13);
this.L_Height.TabIndex = 490;
this.L_Height.Text = "Height:";
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_CallRate
//
this.TB_CallRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_CallRate.Location = new System.Drawing.Point(157, 535);
this.TB_CallRate.Mask = "000";
this.TB_CallRate.Name = "TB_CallRate";
this.TB_CallRate.Size = new System.Drawing.Size(31, 20);
this.TB_CallRate.TabIndex = 483;
this.TB_CallRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_CallRate
//
this.L_CallRate.AutoSize = true;
this.L_CallRate.Location = new System.Drawing.Point(103, 539);
this.L_CallRate.Name = "L_CallRate";
this.L_CallRate.Size = new System.Drawing.Size(53, 13);
this.L_CallRate.TabIndex = 482;
this.L_CallRate.Text = "Call Rate:";
this.L_CallRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_Variant
//
this.CHK_Variant.AutoSize = true;
this.CHK_Variant.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_Variant.Location = new System.Drawing.Point(84, 575);
this.CHK_Variant.Name = "CHK_Variant";
this.CHK_Variant.Size = new System.Drawing.Size(104, 17);
this.CHK_Variant.TabIndex = 481;
this.CHK_Variant.Text = "Regional Variant";
this.CHK_Variant.UseVisualStyleBackColor = true;
//
// TB_BST
//
this.TB_BST.Location = new System.Drawing.Point(341, 33);
this.TB_BST.Name = "TB_BST";
this.TB_BST.ReadOnly = true;
this.TB_BST.Size = new System.Drawing.Size(31, 20);
this.TB_BST.TabIndex = 480;
this.TB_BST.Text = "___";
this.TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_BST
//
this.L_BST.AutoSize = true;
this.L_BST.Location = new System.Drawing.Point(307, 37);
this.L_BST.Name = "L_BST";
this.L_BST.Size = new System.Drawing.Size(31, 13);
this.L_BST.TabIndex = 479;
this.L_BST.Text = "BST:";
this.L_BST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_CatchRate
//
this.TB_CatchRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_CatchRate.Location = new System.Drawing.Point(157, 493);
this.TB_CatchRate.Mask = "000";
this.TB_CatchRate.Name = "TB_CatchRate";
this.TB_CatchRate.Size = new System.Drawing.Size(31, 20);
this.TB_CatchRate.TabIndex = 478;
this.TB_CatchRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Stage
//
this.TB_Stage.Location = new System.Drawing.Point(462, 405);
this.TB_Stage.Name = "TB_Stage";
this.TB_Stage.ReadOnly = true;
this.TB_Stage.Size = new System.Drawing.Size(32, 20);
this.TB_Stage.TabIndex = 477;
this.TB_Stage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Stage
//
this.L_Stage.AutoSize = true;
this.L_Stage.Location = new System.Drawing.Point(377, 407);
this.L_Stage.Name = "L_Stage";
this.L_Stage.Size = new System.Drawing.Size(85, 13);
this.L_Stage.TabIndex = 476;
this.L_Stage.Text = "Evolution Stage:";
this.L_Stage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_FormeCount
//
this.TB_FormeCount.Location = new System.Drawing.Point(462, 447);
this.TB_FormeCount.Name = "TB_FormeCount";
this.TB_FormeCount.ReadOnly = true;
this.TB_FormeCount.Size = new System.Drawing.Size(32, 20);
this.TB_FormeCount.TabIndex = 475;
this.TB_FormeCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_FormesCount
//
this.L_FormesCount.AutoSize = true;
this.L_FormesCount.Location = new System.Drawing.Point(387, 450);
this.L_FormesCount.Name = "L_FormesCount";
this.L_FormesCount.Size = new System.Drawing.Size(75, 13);
this.L_FormesCount.TabIndex = 474;
this.L_FormesCount.Text = "Formes Count:";
this.L_FormesCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_FormeSprite
//
this.TB_FormeSprite.Location = new System.Drawing.Point(462, 426);
this.TB_FormeSprite.Name = "TB_FormeSprite";
this.TB_FormeSprite.ReadOnly = true;
this.TB_FormeSprite.Size = new System.Drawing.Size(32, 20);
this.TB_FormeSprite.TabIndex = 473;
this.TB_FormeSprite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_FormeSprite
//
this.L_FormeSprite.AutoSize = true;
this.L_FormeSprite.Location = new System.Drawing.Point(393, 429);
this.L_FormeSprite.Name = "L_FormeSprite";
this.L_FormeSprite.Size = new System.Drawing.Size(69, 13);
this.L_FormeSprite.TabIndex = 472;
this.L_FormeSprite.Text = "Forme Sprite:";
this.L_FormeSprite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_CatchRate
//
this.L_CatchRate.AutoSize = true;
this.L_CatchRate.Location = new System.Drawing.Point(92, 497);
this.L_CatchRate.Name = "L_CatchRate";
this.L_CatchRate.Size = new System.Drawing.Size(64, 13);
this.L_CatchRate.TabIndex = 471;
this.L_CatchRate.Text = "Catch Rate:";
//
// CB_Color
//
this.CB_Color.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Color.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Color.FormattingEnabled = true;
this.CB_Color.Location = new System.Drawing.Point(373, 356);
this.CB_Color.Name = "CB_Color";
this.CB_Color.Size = new System.Drawing.Size(121, 21);
this.CB_Color.TabIndex = 470;
//
// CB_EXPGroup
//
this.CB_EXPGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EXPGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EXPGroup.FormattingEnabled = true;
this.CB_EXPGroup.Location = new System.Drawing.Point(76, 357);
this.CB_EXPGroup.Name = "CB_EXPGroup";
this.CB_EXPGroup.Size = new System.Drawing.Size(112, 21);
this.CB_EXPGroup.TabIndex = 469;
//
// L_Color
//
this.L_Color.AutoSize = true;
this.L_Color.Location = new System.Drawing.Point(339, 358);
this.L_Color.Name = "L_Color";
this.L_Color.Size = new System.Drawing.Size(34, 13);
this.L_Color.TabIndex = 468;
this.L_Color.Text = "Color:";
//
// L_EXPGrowth
//
this.L_EXPGrowth.AutoSize = true;
this.L_EXPGrowth.Location = new System.Drawing.Point(12, 360);
this.L_EXPGrowth.Name = "L_EXPGrowth";
this.L_EXPGrowth.Size = new System.Drawing.Size(63, 13);
this.L_EXPGrowth.TabIndex = 467;
this.L_EXPGrowth.Text = "EXP Group:";
//
// 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(354, 205);
this.CB_Ability3.Name = "CB_Ability3";
this.CB_Ability3.Size = new System.Drawing.Size(140, 21);
this.CB_Ability3.TabIndex = 466;
//
// 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(354, 183);
this.CB_Ability2.Name = "CB_Ability2";
this.CB_Ability2.Size = new System.Drawing.Size(140, 21);
this.CB_Ability2.TabIndex = 465;
//
// 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(354, 161);
this.CB_Ability1.Name = "CB_Ability1";
this.CB_Ability1.Size = new System.Drawing.Size(140, 21);
this.CB_Ability1.TabIndex = 464;
//
// CB_EggGroup2
//
this.CB_EggGroup2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EggGroup2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EggGroup2.FormattingEnabled = true;
this.CB_EggGroup2.Location = new System.Drawing.Point(373, 297);
this.CB_EggGroup2.Name = "CB_EggGroup2";
this.CB_EggGroup2.Size = new System.Drawing.Size(121, 21);
this.CB_EggGroup2.TabIndex = 463;
//
// CB_EggGroup1
//
this.CB_EggGroup1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_EggGroup1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EggGroup1.FormattingEnabled = true;
this.CB_EggGroup1.Location = new System.Drawing.Point(373, 275);
this.CB_EggGroup1.Name = "CB_EggGroup1";
this.CB_EggGroup1.Size = new System.Drawing.Size(121, 21);
this.CB_EggGroup1.TabIndex = 462;
//
// L_EggGroup
//
this.L_EggGroup.AutoSize = true;
this.L_EggGroup.Location = new System.Drawing.Point(308, 278);
this.L_EggGroup.Name = "L_EggGroup";
this.L_EggGroup.Size = new System.Drawing.Size(66, 13);
this.L_EggGroup.TabIndex = 461;
this.L_EggGroup.Text = "Egg Groups:";
//
// L_Ability
//
this.L_Ability.AutoSize = true;
this.L_Ability.Location = new System.Drawing.Point(308, 165);
this.L_Ability.Name = "L_Ability";
this.L_Ability.Size = new System.Drawing.Size(45, 13);
this.L_Ability.TabIndex = 460;
this.L_Ability.Text = "Abilities:";
//
// TB_BaseExp
//
this.TB_BaseExp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseExp.Location = new System.Drawing.Point(157, 451);
this.TB_BaseExp.Mask = "000";
this.TB_BaseExp.Name = "TB_BaseExp";
this.TB_BaseExp.Size = new System.Drawing.Size(31, 20);
this.TB_BaseExp.TabIndex = 459;
this.TB_BaseExp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_BaseEXP
//
this.L_BaseEXP.AutoSize = true;
this.L_BaseEXP.Location = new System.Drawing.Point(98, 455);
this.L_BaseEXP.Name = "L_BaseEXP";
this.L_BaseEXP.Size = new System.Drawing.Size(58, 13);
this.L_BaseEXP.TabIndex = 458;
this.L_BaseEXP.Text = "Base EXP:";
this.L_BaseEXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_HatchCycles
//
this.TB_HatchCycles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_HatchCycles.Location = new System.Drawing.Point(157, 472);
this.TB_HatchCycles.Mask = "000";
this.TB_HatchCycles.Name = "TB_HatchCycles";
this.TB_HatchCycles.Size = new System.Drawing.Size(31, 20);
this.TB_HatchCycles.TabIndex = 457;
this.TB_HatchCycles.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_HatchCycles
//
this.L_HatchCycles.AutoSize = true;
this.L_HatchCycles.Location = new System.Drawing.Point(83, 475);
this.L_HatchCycles.Name = "L_HatchCycles";
this.L_HatchCycles.Size = new System.Drawing.Size(73, 13);
this.L_HatchCycles.TabIndex = 456;
this.L_HatchCycles.Text = "Hatch Cycles:";
this.L_HatchCycles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_Friendship
//
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Friendship.Location = new System.Drawing.Point(157, 430);
this.TB_Friendship.Mask = "000";
this.TB_Friendship.Name = "TB_Friendship";
this.TB_Friendship.Size = new System.Drawing.Size(31, 20);
this.TB_Friendship.TabIndex = 455;
this.TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_Gender
//
this.TB_Gender.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Gender.Location = new System.Drawing.Point(157, 409);
this.TB_Gender.Mask = "000";
this.TB_Gender.Name = "TB_Gender";
this.TB_Gender.Size = new System.Drawing.Size(31, 20);
this.TB_Gender.TabIndex = 454;
this.TB_Gender.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Friendship
//
this.L_Friendship.AutoSize = true;
this.L_Friendship.Location = new System.Drawing.Point(98, 434);
this.L_Friendship.Name = "L_Friendship";
this.L_Friendship.Size = new System.Drawing.Size(58, 13);
this.L_Friendship.TabIndex = 453;
this.L_Friendship.Text = "Friendship:";
this.L_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Gender
//
this.L_Gender.AutoSize = true;
this.L_Gender.Location = new System.Drawing.Point(111, 412);
this.L_Gender.Name = "L_Gender";
this.L_Gender.Size = new System.Drawing.Size(45, 13);
this.L_Gender.TabIndex = 452;
this.L_Gender.Text = "Gender:";
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Item1
//
this.L_Item1.AutoSize = true;
this.L_Item1.Location = new System.Drawing.Point(191, 207);
this.L_Item1.Name = "L_Item1";
this.L_Item1.Size = new System.Drawing.Size(21, 13);
this.L_Item1.TabIndex = 451;
this.L_Item1.Text = "1%";
//
// L_Item5
//
this.L_Item5.AutoSize = true;
this.L_Item5.Location = new System.Drawing.Point(191, 185);
this.L_Item5.Name = "L_Item5";
this.L_Item5.Size = new System.Drawing.Size(21, 13);
this.L_Item5.TabIndex = 450;
this.L_Item5.Text = "5%";
//
// L_Item50
//
this.L_Item50.AutoSize = true;
this.L_Item50.Location = new System.Drawing.Point(191, 164);
this.L_Item50.Name = "L_Item50";
this.L_Item50.Size = new System.Drawing.Size(27, 13);
this.L_Item50.TabIndex = 449;
this.L_Item50.Text = "50%";
//
// 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(48, 204);
this.CB_HeldItem3.Name = "CB_HeldItem3";
this.CB_HeldItem3.Size = new System.Drawing.Size(140, 21);
this.CB_HeldItem3.TabIndex = 448;
//
// 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(48, 182);
this.CB_HeldItem2.Name = "CB_HeldItem2";
this.CB_HeldItem2.Size = new System.Drawing.Size(140, 21);
this.CB_HeldItem2.TabIndex = 447;
//
// CB_HeldItem1
//
this.CB_HeldItem1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_HeldItem1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_HeldItem1.FormattingEnabled = true;
this.CB_HeldItem1.Location = new System.Drawing.Point(48, 160);
this.CB_HeldItem1.Name = "CB_HeldItem1";
this.CB_HeldItem1.Size = new System.Drawing.Size(140, 21);
this.CB_HeldItem1.TabIndex = 446;
//
// L_HeldItem
//
this.L_HeldItem.AutoSize = true;
this.L_HeldItem.Location = new System.Drawing.Point(12, 163);
this.L_HeldItem.Name = "L_HeldItem";
this.L_HeldItem.Size = new System.Drawing.Size(35, 13);
this.L_HeldItem.TabIndex = 445;
this.L_HeldItem.Text = "Items:";
//
// CB_Type2
//
this.CB_Type2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Type2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Type2.FormattingEnabled = true;
this.CB_Type2.Location = new System.Drawing.Point(59, 297);
this.CB_Type2.Name = "CB_Type2";
this.CB_Type2.Size = new System.Drawing.Size(129, 21);
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.CB_Type1.FormattingEnabled = true;
this.CB_Type1.Location = new System.Drawing.Point(59, 275);
this.CB_Type1.Name = "CB_Type1";
this.CB_Type1.Size = new System.Drawing.Size(129, 21);
this.CB_Type1.TabIndex = 443;
//
// L_Type
//
this.L_Type.AutoSize = true;
this.L_Type.Location = new System.Drawing.Point(12, 278);
this.L_Type.Name = "L_Type";
this.L_Type.Size = new System.Drawing.Size(47, 13);
this.L_Type.TabIndex = 442;
this.L_Type.Text = "Typings:";
//
// TB_SPEEVs
//
this.TB_SPEEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_SPEEVs.Location = new System.Drawing.Point(267, 57);
this.TB_SPEEVs.Mask = "0";
this.TB_SPEEVs.Name = "TB_SPEEVs";
this.TB_SPEEVs.Size = new System.Drawing.Size(31, 20);
this.TB_SPEEVs.TabIndex = 441;
this.TB_SPEEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_SPDEVs
//
this.TB_SPDEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_SPDEVs.Location = new System.Drawing.Point(228, 57);
this.TB_SPDEVs.Mask = "0";
this.TB_SPDEVs.Name = "TB_SPDEVs";
this.TB_SPDEVs.Size = new System.Drawing.Size(31, 20);
this.TB_SPDEVs.TabIndex = 440;
this.TB_SPDEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_SPAEVs
//
this.TB_SPAEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_SPAEVs.Location = new System.Drawing.Point(189, 57);
this.TB_SPAEVs.Mask = "0";
this.TB_SPAEVs.Name = "TB_SPAEVs";
this.TB_SPAEVs.Size = new System.Drawing.Size(31, 20);
this.TB_SPAEVs.TabIndex = 439;
this.TB_SPAEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_DEFEVs
//
this.TB_DEFEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_DEFEVs.Location = new System.Drawing.Point(151, 57);
this.TB_DEFEVs.Mask = "0";
this.TB_DEFEVs.Name = "TB_DEFEVs";
this.TB_DEFEVs.Size = new System.Drawing.Size(31, 20);
this.TB_DEFEVs.TabIndex = 438;
this.TB_DEFEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_ATKEVs
//
this.TB_ATKEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_ATKEVs.Location = new System.Drawing.Point(113, 57);
this.TB_ATKEVs.Mask = "0";
this.TB_ATKEVs.Name = "TB_ATKEVs";
this.TB_ATKEVs.Size = new System.Drawing.Size(31, 20);
this.TB_ATKEVs.TabIndex = 437;
this.TB_ATKEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_HPEVs
//
this.TB_HPEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_HPEVs.Location = new System.Drawing.Point(74, 57);
this.TB_HPEVs.Mask = "0";
this.TB_HPEVs.Name = "TB_HPEVs";
this.TB_HPEVs.Size = new System.Drawing.Size(31, 20);
this.TB_HPEVs.TabIndex = 436;
this.TB_HPEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPE
//
this.TB_BaseSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseSPE.Location = new System.Drawing.Point(267, 33);
this.TB_BaseSPE.Mask = "000";
this.TB_BaseSPE.Name = "TB_BaseSPE";
this.TB_BaseSPE.Size = new System.Drawing.Size(31, 20);
this.TB_BaseSPE.TabIndex = 435;
this.TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPD
//
this.TB_BaseSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseSPD.Location = new System.Drawing.Point(228, 33);
this.TB_BaseSPD.Mask = "000";
this.TB_BaseSPD.Name = "TB_BaseSPD";
this.TB_BaseSPD.Size = new System.Drawing.Size(31, 20);
this.TB_BaseSPD.TabIndex = 434;
this.TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseSPA
//
this.TB_BaseSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseSPA.Location = new System.Drawing.Point(189, 33);
this.TB_BaseSPA.Mask = "000";
this.TB_BaseSPA.Name = "TB_BaseSPA";
this.TB_BaseSPA.Size = new System.Drawing.Size(31, 20);
this.TB_BaseSPA.TabIndex = 433;
this.TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseDEF
//
this.TB_BaseDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseDEF.Location = new System.Drawing.Point(151, 33);
this.TB_BaseDEF.Mask = "000";
this.TB_BaseDEF.Name = "TB_BaseDEF";
this.TB_BaseDEF.Size = new System.Drawing.Size(31, 20);
this.TB_BaseDEF.TabIndex = 432;
this.TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseATK
//
this.TB_BaseATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseATK.Location = new System.Drawing.Point(113, 33);
this.TB_BaseATK.Mask = "000";
this.TB_BaseATK.Name = "TB_BaseATK";
this.TB_BaseATK.Size = new System.Drawing.Size(31, 20);
this.TB_BaseATK.TabIndex = 431;
this.TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// TB_BaseHP
//
this.TB_BaseHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_BaseHP.Location = new System.Drawing.Point(74, 33);
this.TB_BaseHP.Mask = "000";
this.TB_BaseHP.Name = "TB_BaseHP";
this.TB_BaseHP.Size = new System.Drawing.Size(31, 20);
this.TB_BaseHP.TabIndex = 430;
this.TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Label_HP
//
this.Label_HP.Location = new System.Drawing.Point(71, 17);
this.Label_HP.Name = "Label_HP";
this.Label_HP.Size = new System.Drawing.Size(31, 13);
this.Label_HP.TabIndex = 424;
this.Label_HP.Text = "HP:";
this.Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_ATK
//
this.Label_ATK.Location = new System.Drawing.Point(113, 17);
this.Label_ATK.Name = "Label_ATK";
this.Label_ATK.Size = new System.Drawing.Size(31, 13);
this.Label_ATK.TabIndex = 425;
this.Label_ATK.Text = "Atk:";
this.Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_DEF
//
this.Label_DEF.Location = new System.Drawing.Point(151, 17);
this.Label_DEF.Name = "Label_DEF";
this.Label_DEF.Size = new System.Drawing.Size(31, 13);
this.Label_DEF.TabIndex = 426;
this.Label_DEF.Text = "Def:";
this.Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_SPA
//
this.Label_SPA.Location = new System.Drawing.Point(189, 17);
this.Label_SPA.Name = "Label_SPA";
this.Label_SPA.Size = new System.Drawing.Size(31, 13);
this.Label_SPA.TabIndex = 427;
this.Label_SPA.Text = "SpA:";
this.Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_SPD
//
this.Label_SPD.Location = new System.Drawing.Point(228, 17);
this.Label_SPD.Name = "Label_SPD";
this.Label_SPD.Size = new System.Drawing.Size(31, 13);
this.Label_SPD.TabIndex = 428;
this.Label_SPD.Text = "SpD:";
this.Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Label_SPE
//
this.Label_SPE.Location = new System.Drawing.Point(265, 17);
this.Label_SPE.Name = "Label_SPE";
this.Label_SPE.Size = new System.Drawing.Size(31, 13);
this.Label_SPE.TabIndex = 429;
this.Label_SPE.Text = "Spe:";
this.Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_EVYield
//
this.L_EVYield.AutoSize = true;
this.L_EVYield.Location = new System.Drawing.Point(10, 60);
this.L_EVYield.Name = "L_EVYield";
this.L_EVYield.Size = new System.Drawing.Size(50, 13);
this.L_EVYield.TabIndex = 423;
this.L_EVYield.Text = "EV Yield:";
//
// L_BaseStats
//
this.L_BaseStats.AutoSize = true;
this.L_BaseStats.Location = new System.Drawing.Point(10, 36);
this.L_BaseStats.Name = "L_BaseStats";
this.L_BaseStats.Size = new System.Drawing.Size(61, 13);
this.L_BaseStats.TabIndex = 422;
this.L_BaseStats.Text = "Base Stats:";
//
// 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, 22);
this.Tab_Learn.Name = "Tab_Learn";
this.Tab_Learn.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Learn.Size = new System.Drawing.Size(584, 740);
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(433, 176);
this.CLB_SpecialTutor.Name = "CLB_SpecialTutor";
this.CLB_SpecialTutor.Size = new System.Drawing.Size(147, 304);
this.CLB_SpecialTutor.TabIndex = 10;
//
// L_TypeTutors
//
this.L_TypeTutors.AutoSize = true;
this.L_TypeTutors.Location = new System.Drawing.Point(430, 18);
this.L_TypeTutors.Name = "L_TypeTutors";
this.L_TypeTutors.Size = new System.Drawing.Size(70, 13);
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(281, 18);
this.L_TM.Name = "L_TM";
this.L_TM.Size = new System.Drawing.Size(31, 13);
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(433, 34);
this.CLB_TypeTutor.Name = "CLB_TypeTutor";
this.CLB_TypeTutor.Size = new System.Drawing.Size(147, 139);
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)));
this.CLB_TM.FormattingEnabled = true;
this.CLB_TM.Location = new System.Drawing.Point(284, 34);
this.CLB_TM.Name = "CLB_TM";
this.CLB_TM.Size = new System.Drawing.Size(147, 664);
this.CLB_TM.TabIndex = 6;
//
// L_LevelUp
//
this.L_LevelUp.AutoSize = true;
this.L_LevelUp.Location = new System.Drawing.Point(3, 18);
this.L_LevelUp.Name = "L_LevelUp";
this.L_LevelUp.Size = new System.Drawing.Size(97, 13);
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)));
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.Location = new System.Drawing.Point(0, 34);
this.dgv.Name = "dgv";
this.dgv.Size = new System.Drawing.Size(282, 664);
this.dgv.TabIndex = 1;
//
// Tab_Evo
//
this.Tab_Evo.Controls.Add(this.flowLayoutPanel1);
this.Tab_Evo.Location = new System.Drawing.Point(4, 22);
this.Tab_Evo.Name = "Tab_Evo";
this.Tab_Evo.Size = new System.Drawing.Size(584, 740);
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.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(584, 740);
this.flowLayoutPanel1.TabIndex = 0;
//
// Tab_Extra
//
this.Tab_Extra.Controls.Add(this.TC_Rand);
this.Tab_Extra.Location = new System.Drawing.Point(4, 22);
this.Tab_Extra.Name = "Tab_Extra";
this.Tab_Extra.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Extra.Size = new System.Drawing.Size(584, 740);
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(3, 3);
this.TC_Rand.Name = "TC_Rand";
this.TC_Rand.SelectedIndex = 0;
this.TC_Rand.Size = new System.Drawing.Size(578, 734);
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, 22);
this.Tab_RStats.Name = "Tab_RStats";
this.Tab_RStats.Padding = new System.Windows.Forms.Padding(3);
this.Tab_RStats.Size = new System.Drawing.Size(570, 708);
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(237, 8);
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(42, 20);
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(121, 6);
this.B_AmpExperience.Name = "B_AmpExperience";
this.B_AmpExperience.Size = new System.Drawing.Size(110, 23);
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(6, 6);
this.B_RandPersonal.Name = "B_RandPersonal";
this.B_RandPersonal.Size = new System.Drawing.Size(75, 23);
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(6, 35);
this.PG_Personal.Name = "PG_Personal";
this.PG_Personal.Size = new System.Drawing.Size(561, 670);
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, 22);
this.Tab_RLearn.Name = "Tab_RLearn";
this.Tab_RLearn.Size = new System.Drawing.Size(570, 708);
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(6, 32);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(561, 673);
this.tabControl2.TabIndex = 6;
//
// Tab_Learnset
//
this.Tab_Learnset.Controls.Add(this.PG_Learn);
this.Tab_Learnset.Location = new System.Drawing.Point(4, 22);
this.Tab_Learnset.Name = "Tab_Learnset";
this.Tab_Learnset.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Learnset.Size = new System.Drawing.Size(553, 647);
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(3, 3);
this.PG_Learn.Name = "PG_Learn";
this.PG_Learn.Size = new System.Drawing.Size(547, 641);
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, 22);
this.Tab_Moveset.Name = "Tab_Moveset";
this.Tab_Moveset.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Moveset.Size = new System.Drawing.Size(553, 647);
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(3, 3);
this.PG_Move.Name = "PG_Move";
this.PG_Move.Size = new System.Drawing.Size(547, 641);
this.PG_Move.TabIndex = 3;
this.PG_Move.ToolbarVisible = false;
//
// B_LearnMetronome
//
this.B_LearnMetronome.Location = new System.Drawing.Point(228, 3);
this.B_LearnMetronome.Name = "B_LearnMetronome";
this.B_LearnMetronome.Size = new System.Drawing.Size(135, 23);
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(87, 3);
this.B_LearnExpand.Name = "B_LearnExpand";
this.B_LearnExpand.Size = new System.Drawing.Size(135, 23);
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(6, 3);
this.B_RandLearn.Name = "B_RandLearn";
this.B_RandLearn.Size = new System.Drawing.Size(75, 23);
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, 22);
this.Tab_REvo.Name = "Tab_REvo";
this.Tab_REvo.Size = new System.Drawing.Size(570, 708);
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(241, 3);
this.B_EveryLevel.Name = "B_EveryLevel";
this.B_EveryLevel.Size = new System.Drawing.Size(168, 23);
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(87, 3);
this.B_TradeEvo.Name = "B_TradeEvo";
this.B_TradeEvo.Size = new System.Drawing.Size(148, 23);
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(6, 3);
this.B_RandEvo.Name = "B_RandEvo";
this.B_RandEvo.Size = new System.Drawing.Size(75, 23);
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(6, 32);
this.PG_Evolution.Name = "PG_Evolution";
this.PG_Evolution.Size = new System.Drawing.Size(561, 673);
this.PG_Evolution.TabIndex = 2;
this.PG_Evolution.ToolbarVisible = false;
//
// CB_Species
//
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Species.FormattingEnabled = true;
this.CB_Species.Location = new System.Drawing.Point(276, 0);
this.CB_Species.Name = "CB_Species";
this.CB_Species.Size = new System.Drawing.Size(155, 21);
this.CB_Species.TabIndex = 2;
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.UpdateIndex);
//
// PokeDataUI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 766);
this.Controls.Add(this.CB_Species);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "PokeDataUI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Pokémon Editor";
this.tabControl1.ResumeLayout(false);
this.Tab_Personal.ResumeLayout(false);
this.Tab_Personal.PerformLayout();
this.GB_ZMove.ResumeLayout(false);
this.GB_ZMove.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).EndInit();
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.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.TextBox TB_RawColor;
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.MaskedTextBox TB_Weight;
private System.Windows.Forms.MaskedTextBox TB_Height;
private System.Windows.Forms.Label L_Weight;
private System.Windows.Forms.Label L_Height;
private System.Windows.Forms.ComboBox CB_ZMove;
private System.Windows.Forms.ComboBox CB_ZBaseMove;
private System.Windows.Forms.ComboBox CB_ZItem;
private System.Windows.Forms.MaskedTextBox TB_CallRate;
private System.Windows.Forms.Label L_CallRate;
private System.Windows.Forms.CheckBox CHK_Variant;
private System.Windows.Forms.TextBox TB_BST;
private System.Windows.Forms.Label L_BST;
private System.Windows.Forms.MaskedTextBox TB_CatchRate;
private System.Windows.Forms.TextBox TB_Stage;
private System.Windows.Forms.Label L_Stage;
private System.Windows.Forms.TextBox TB_FormeCount;
private System.Windows.Forms.Label L_FormesCount;
private System.Windows.Forms.TextBox TB_FormeSprite;
private System.Windows.Forms.Label L_FormeSprite;
private System.Windows.Forms.Label L_CatchRate;
private System.Windows.Forms.ComboBox CB_Color;
private System.Windows.Forms.ComboBox CB_EXPGroup;
private System.Windows.Forms.Label L_Color;
private System.Windows.Forms.Label L_EXPGrowth;
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.Label L_EggGroup;
private System.Windows.Forms.Label L_Ability;
private System.Windows.Forms.MaskedTextBox TB_BaseExp;
private System.Windows.Forms.Label L_BaseEXP;
private System.Windows.Forms.MaskedTextBox TB_HatchCycles;
private System.Windows.Forms.Label L_HatchCycles;
private System.Windows.Forms.MaskedTextBox TB_Friendship;
private System.Windows.Forms.MaskedTextBox TB_Gender;
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.ComboBox CB_HeldItem3;
private System.Windows.Forms.ComboBox CB_HeldItem2;
private System.Windows.Forms.ComboBox CB_HeldItem1;
private System.Windows.Forms.Label L_HeldItem;
private System.Windows.Forms.ComboBox CB_Type2;
private System.Windows.Forms.ComboBox CB_Type1;
private System.Windows.Forms.Label L_Type;
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.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_ZMove;
private System.Windows.Forms.Label L_BaseMove;
private System.Windows.Forms.Label L_ZCrystal;
private System.Windows.Forms.TabPage Tab_Extra;
private System.Windows.Forms.Label L_GoID;
private System.Windows.Forms.MaskedTextBox MT_GoID;
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.CheckBox CHK_CanNotDynamax;
private System.Windows.Forms.GroupBox GB_ZMove;
private System.Windows.Forms.Label L_ArmorDex;
private System.Windows.Forms.Label L_RegionalDex;
private System.Windows.Forms.TextBox TB_RegionalDex;
private System.Windows.Forms.TextBox TB_ArmorDex;
private System.Windows.Forms.TextBox TB_CrownDex;
private System.Windows.Forms.Label L_CrownDex;
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;
}
}