pkNX/pkNX.WinForms/Subforms/BTTE.designer.cs
Kurt 76b0b62ca3 Refactoring
File scoped namespaces
NET6 for GUI
handle nullable references
add editorconfig (mostly for newline at end of file)
2022-10-01 12:44:47 -07:00

1612 lines
84 KiB
C#

namespace pkNX.WinForms
{
partial class BTTE
{
/// <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();
this.CB_TrainerID = new System.Windows.Forms.ComboBox();
this.L_Money = new System.Windows.Forms.Label();
this.CB_Money = new System.Windows.Forms.ComboBox();
this.L_Trainer_Class = new System.Windows.Forms.Label();
this.CB_Trainer_Class = new System.Windows.Forms.ComboBox();
this.L_Item_4 = new System.Windows.Forms.Label();
this.CB_Item_4 = new System.Windows.Forms.ComboBox();
this.L_Item_3 = new System.Windows.Forms.Label();
this.CB_Item_3 = new System.Windows.Forms.ComboBox();
this.L_Item_2 = new System.Windows.Forms.Label();
this.CB_Item_2 = new System.Windows.Forms.ComboBox();
this.L_Item_1 = new System.Windows.Forms.Label();
this.CB_Item_1 = new System.Windows.Forms.ComboBox();
this.L_Team = new System.Windows.Forms.Label();
this.PB_Team1 = new System.Windows.Forms.PictureBox();
this.mnuVSD = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSet = new System.Windows.Forms.ToolStripMenuItem();
this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
this.PB_Team2 = new System.Windows.Forms.PictureBox();
this.PB_Team3 = new System.Windows.Forms.PictureBox();
this.PB_Team4 = new System.Windows.Forms.PictureBox();
this.PB_Team5 = new System.Windows.Forms.PictureBox();
this.PB_Team6 = new System.Windows.Forms.PictureBox();
this.TC_trpoke = new System.Windows.Forms.TabControl();
this.Tab_Main = new System.Windows.Forms.TabPage();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.FLP_Species = new System.Windows.Forms.FlowLayoutPanel();
this.L_Species = new System.Windows.Forms.Label();
this.CB_Species = new System.Windows.Forms.ComboBox();
this.FLP_Form = new System.Windows.Forms.FlowLayoutPanel();
this.L_Forme = new System.Windows.Forms.Label();
this.CB_Forme = new System.Windows.Forms.ComboBox();
this.FLP_LevelShiny = new System.Windows.Forms.FlowLayoutPanel();
this.L_Level = new System.Windows.Forms.Label();
this.NUD_Level = new System.Windows.Forms.NumericUpDown();
this.CHK_Shiny = new System.Windows.Forms.CheckBox();
this.FLP_Ability = new System.Windows.Forms.FlowLayoutPanel();
this.L_Ability = new System.Windows.Forms.Label();
this.CB_Ability = new System.Windows.Forms.ComboBox();
this.FLP_HeldItem = new System.Windows.Forms.FlowLayoutPanel();
this.L_Item = new System.Windows.Forms.Label();
this.CB_Item = new System.Windows.Forms.ComboBox();
this.FLP_Nature = new System.Windows.Forms.FlowLayoutPanel();
this.L_Nature = new System.Windows.Forms.Label();
this.CB_Nature = new System.Windows.Forms.ComboBox();
this.FLP_Gender = new System.Windows.Forms.FlowLayoutPanel();
this.L_Gender = new System.Windows.Forms.Label();
this.CB_Gender = new System.Windows.Forms.ComboBox();
this.FLP_Friendship = new System.Windows.Forms.FlowLayoutPanel();
this.L_Friendship = new System.Windows.Forms.Label();
this.NUD_Friendship = new System.Windows.Forms.NumericUpDown();
this.FLP_Mega = new System.Windows.Forms.FlowLayoutPanel();
this.CHK_CanMega = new System.Windows.Forms.CheckBox();
this.NUD_MegaForm = new System.Windows.Forms.NumericUpDown();
this.FLP_CanDynamax = new System.Windows.Forms.FlowLayoutPanel();
this.CHK_CanDynamax = new System.Windows.Forms.CheckBox();
this.Tab_Stats = new System.Windows.Forms.TabPage();
this.Stats = new pkNX.WinForms.Controls.StatEditor();
this.Tab_Moves = new System.Windows.Forms.TabPage();
this.B_Clear = new System.Windows.Forms.Button();
this.B_CurrentAttack = new System.Windows.Forms.Button();
this.B_HighAttack = new System.Windows.Forms.Button();
this.GB_Moves = new System.Windows.Forms.GroupBox();
this.CB_Move1 = new System.Windows.Forms.ComboBox();
this.CB_Move4 = new System.Windows.Forms.ComboBox();
this.CB_Move2 = new System.Windows.Forms.ComboBox();
this.CB_Move3 = new System.Windows.Forms.ComboBox();
this.L_TrainerName = new System.Windows.Forms.Label();
this.TB_TrainerName = new System.Windows.Forms.TextBox();
this.TC_trdata = new System.Windows.Forms.TabControl();
this.Tab_Trainer = new System.Windows.Forms.TabPage();
this.GB_Additional_AI = new System.Windows.Forms.GroupBox();
this.CHK_AI_FireGym3 = new System.Windows.Forms.CheckBox();
this.CHK_AI_FireGym2 = new System.Windows.Forms.CheckBox();
this.CHK_AI_FireGym1 = new System.Windows.Forms.CheckBox();
this.CHK_AI_Unused2 = new System.Windows.Forms.CheckBox();
this.CHK_AI_Unused1 = new System.Windows.Forms.CheckBox();
this.CHK_AI_Raid = new System.Windows.Forms.CheckBox();
this.GB_AI = new System.Windows.Forms.GroupBox();
this.CHK_AI_PokeChange = new System.Windows.Forms.CheckBox();
this.CHK_AI_Item = new System.Windows.Forms.CheckBox();
this.CHK_AI_Allowance = new System.Windows.Forms.CheckBox();
this.CHK_AI_Double = new System.Windows.Forms.CheckBox();
this.CHK_AI_Expert = new System.Windows.Forms.CheckBox();
this.CHK_AI_Strong = new System.Windows.Forms.CheckBox();
this.CHK_AI_Basic = new System.Windows.Forms.CheckBox();
this.L_Mode = new System.Windows.Forms.Label();
this.CB_Mode = new System.Windows.Forms.ComboBox();
this.GB_Items = new System.Windows.Forms.GroupBox();
this.NUD_GiftCount = new System.Windows.Forms.NumericUpDown();
this.L_Gift = new System.Windows.Forms.Label();
this.CB_Gift = new System.Windows.Forms.ComboBox();
this.Tab_Rand = new System.Windows.Forms.TabPage();
this.B_Randomize = new System.Windows.Forms.Button();
this.TC_RandSettings = new System.Windows.Forms.TabControl();
this.Tab_RTrainer = new System.Windows.Forms.TabPage();
this.PG_RTrainer = new System.Windows.Forms.PropertyGrid();
this.Tab_RSpecies = new System.Windows.Forms.TabPage();
this.PG_Species = new System.Windows.Forms.PropertyGrid();
this.Tab_RMoves = new System.Windows.Forms.TabPage();
this.PG_Moves = new System.Windows.Forms.PropertyGrid();
this.Tab_Mods = new System.Windows.Forms.TabPage();
this.B_MaxAI = new System.Windows.Forms.Button();
this.B_Boost = new System.Windows.Forms.Button();
this.B_Dump = new System.Windows.Forms.Button();
this.B_Save = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.PB_Team1)).BeginInit();
this.mnuVSD.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PB_Team2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team6)).BeginInit();
this.TC_trpoke.SuspendLayout();
this.Tab_Main.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.FLP_Species.SuspendLayout();
this.FLP_Form.SuspendLayout();
this.FLP_LevelShiny.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).BeginInit();
this.FLP_Ability.SuspendLayout();
this.FLP_HeldItem.SuspendLayout();
this.FLP_Nature.SuspendLayout();
this.FLP_Gender.SuspendLayout();
this.FLP_Friendship.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Friendship)).BeginInit();
this.FLP_Mega.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_MegaForm)).BeginInit();
this.FLP_CanDynamax.SuspendLayout();
this.Tab_Stats.SuspendLayout();
this.Tab_Moves.SuspendLayout();
this.GB_Moves.SuspendLayout();
this.TC_trdata.SuspendLayout();
this.Tab_Trainer.SuspendLayout();
this.GB_Additional_AI.SuspendLayout();
this.GB_AI.SuspendLayout();
this.GB_Items.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_GiftCount)).BeginInit();
this.Tab_Rand.SuspendLayout();
this.TC_RandSettings.SuspendLayout();
this.Tab_RTrainer.SuspendLayout();
this.Tab_RSpecies.SuspendLayout();
this.Tab_RMoves.SuspendLayout();
this.Tab_Mods.SuspendLayout();
this.SuspendLayout();
//
// CB_TrainerID
//
this.CB_TrainerID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_TrainerID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_TrainerID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_TrainerID.DropDownWidth = 200;
this.CB_TrainerID.FormattingEnabled = true;
this.CB_TrainerID.Location = new System.Drawing.Point(223, 7);
this.CB_TrainerID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_TrainerID.MaxDropDownItems = 12;
this.CB_TrainerID.Name = "CB_TrainerID";
this.CB_TrainerID.Size = new System.Drawing.Size(167, 23);
this.CB_TrainerID.TabIndex = 64;
this.CB_TrainerID.SelectedIndexChanged += new System.EventHandler(this.ChangeTrainerIndex);
//
// L_Money
//
this.L_Money.AutoSize = true;
this.L_Money.Location = new System.Drawing.Point(47, 57);
this.L_Money.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Money.Name = "L_Money";
this.L_Money.Size = new System.Drawing.Size(47, 15);
this.L_Money.TabIndex = 53;
this.L_Money.Text = "Money:";
//
// CB_Money
//
this.CB_Money.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Money.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Money.FormattingEnabled = true;
this.CB_Money.Location = new System.Drawing.Point(99, 53);
this.CB_Money.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Money.Name = "CB_Money";
this.CB_Money.Size = new System.Drawing.Size(81, 23);
this.CB_Money.TabIndex = 52;
//
// L_Trainer_Class
//
this.L_Trainer_Class.AutoSize = true;
this.L_Trainer_Class.Location = new System.Drawing.Point(13, 31);
this.L_Trainer_Class.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Trainer_Class.Name = "L_Trainer_Class";
this.L_Trainer_Class.Size = new System.Drawing.Size(75, 15);
this.L_Trainer_Class.TabIndex = 49;
this.L_Trainer_Class.Text = "Trainer Class:";
//
// CB_Trainer_Class
//
this.CB_Trainer_Class.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Trainer_Class.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Trainer_Class.DropDownWidth = 165;
this.CB_Trainer_Class.FormattingEnabled = true;
this.CB_Trainer_Class.Location = new System.Drawing.Point(99, 28);
this.CB_Trainer_Class.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Trainer_Class.Name = "CB_Trainer_Class";
this.CB_Trainer_Class.Size = new System.Drawing.Size(204, 23);
this.CB_Trainer_Class.TabIndex = 48;
//
// L_Item_4
//
this.L_Item_4.AutoSize = true;
this.L_Item_4.Location = new System.Drawing.Point(7, 98);
this.L_Item_4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Item_4.Name = "L_Item_4";
this.L_Item_4.Size = new System.Drawing.Size(43, 15);
this.L_Item_4.TabIndex = 34;
this.L_Item_4.Text = "Item 4:";
//
// CB_Item_4
//
this.CB_Item_4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Item_4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Item_4.FormattingEnabled = true;
this.CB_Item_4.Location = new System.Drawing.Point(59, 95);
this.CB_Item_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Item_4.Name = "CB_Item_4";
this.CB_Item_4.Size = new System.Drawing.Size(115, 23);
this.CB_Item_4.TabIndex = 33;
//
// L_Item_3
//
this.L_Item_3.AutoSize = true;
this.L_Item_3.Location = new System.Drawing.Point(7, 73);
this.L_Item_3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Item_3.Name = "L_Item_3";
this.L_Item_3.Size = new System.Drawing.Size(43, 15);
this.L_Item_3.TabIndex = 32;
this.L_Item_3.Text = "Item 3:";
//
// CB_Item_3
//
this.CB_Item_3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Item_3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Item_3.FormattingEnabled = true;
this.CB_Item_3.Location = new System.Drawing.Point(59, 69);
this.CB_Item_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Item_3.Name = "CB_Item_3";
this.CB_Item_3.Size = new System.Drawing.Size(115, 23);
this.CB_Item_3.TabIndex = 31;
//
// L_Item_2
//
this.L_Item_2.AutoSize = true;
this.L_Item_2.Location = new System.Drawing.Point(7, 47);
this.L_Item_2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Item_2.Name = "L_Item_2";
this.L_Item_2.Size = new System.Drawing.Size(43, 15);
this.L_Item_2.TabIndex = 30;
this.L_Item_2.Text = "Item 2:";
//
// CB_Item_2
//
this.CB_Item_2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Item_2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Item_2.FormattingEnabled = true;
this.CB_Item_2.Location = new System.Drawing.Point(59, 44);
this.CB_Item_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Item_2.Name = "CB_Item_2";
this.CB_Item_2.Size = new System.Drawing.Size(115, 23);
this.CB_Item_2.TabIndex = 29;
//
// L_Item_1
//
this.L_Item_1.AutoSize = true;
this.L_Item_1.Location = new System.Drawing.Point(7, 22);
this.L_Item_1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Item_1.Name = "L_Item_1";
this.L_Item_1.Size = new System.Drawing.Size(43, 15);
this.L_Item_1.TabIndex = 28;
this.L_Item_1.Text = "Item 1:";
//
// CB_Item_1
//
this.CB_Item_1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Item_1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Item_1.FormattingEnabled = true;
this.CB_Item_1.Location = new System.Drawing.Point(59, 18);
this.CB_Item_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Item_1.Name = "CB_Item_1";
this.CB_Item_1.Size = new System.Drawing.Size(115, 23);
this.CB_Item_1.TabIndex = 27;
//
// L_Team
//
this.L_Team.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.L_Team.Location = new System.Drawing.Point(-5, 404);
this.L_Team.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Team.Name = "L_Team";
this.L_Team.Size = new System.Drawing.Size(77, 17);
this.L_Team.TabIndex = 445;
this.L_Team.Text = "Team:";
this.L_Team.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// PB_Team1
//
this.PB_Team1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team1.ContextMenuStrip = this.mnuVSD;
this.PB_Team1.Location = new System.Drawing.Point(84, 375);
this.PB_Team1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team1.Name = "PB_Team1";
this.PB_Team1.Size = new System.Drawing.Size(81, 67);
this.PB_Team1.TabIndex = 444;
this.PB_Team1.TabStop = false;
//
// mnuVSD
//
this.mnuVSD.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuView,
this.mnuSet,
this.mnuDelete});
this.mnuVSD.Name = "mnuVSD";
this.mnuVSD.Size = new System.Drawing.Size(181, 92);
//
// mnuView
//
this.mnuView.Name = "mnuView";
this.mnuView.Size = new System.Drawing.Size(180, 22);
this.mnuView.Text = "View";
this.mnuView.Click += new System.EventHandler(this.ClickView);
//
// mnuSet
//
this.mnuSet.Name = "mnuSet";
this.mnuSet.Size = new System.Drawing.Size(180, 22);
this.mnuSet.Text = "Set";
this.mnuSet.Click += new System.EventHandler(this.ClickSet);
//
// mnuDelete
//
this.mnuDelete.Name = "mnuDelete";
this.mnuDelete.Size = new System.Drawing.Size(180, 22);
this.mnuDelete.Text = "Delete";
this.mnuDelete.Click += new System.EventHandler(this.ClickDelete);
//
// PB_Team2
//
this.PB_Team2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team2.ContextMenuStrip = this.mnuVSD;
this.PB_Team2.Location = new System.Drawing.Point(184, 375);
this.PB_Team2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team2.Name = "PB_Team2";
this.PB_Team2.Size = new System.Drawing.Size(81, 67);
this.PB_Team2.TabIndex = 443;
this.PB_Team2.TabStop = false;
//
// PB_Team3
//
this.PB_Team3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team3.ContextMenuStrip = this.mnuVSD;
this.PB_Team3.Location = new System.Drawing.Point(285, 375);
this.PB_Team3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team3.Name = "PB_Team3";
this.PB_Team3.Size = new System.Drawing.Size(81, 67);
this.PB_Team3.TabIndex = 442;
this.PB_Team3.TabStop = false;
//
// PB_Team4
//
this.PB_Team4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team4.ContextMenuStrip = this.mnuVSD;
this.PB_Team4.Location = new System.Drawing.Point(385, 375);
this.PB_Team4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team4.Name = "PB_Team4";
this.PB_Team4.Size = new System.Drawing.Size(81, 67);
this.PB_Team4.TabIndex = 441;
this.PB_Team4.TabStop = false;
//
// PB_Team5
//
this.PB_Team5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team5.ContextMenuStrip = this.mnuVSD;
this.PB_Team5.Location = new System.Drawing.Point(485, 375);
this.PB_Team5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team5.Name = "PB_Team5";
this.PB_Team5.Size = new System.Drawing.Size(81, 67);
this.PB_Team5.TabIndex = 440;
this.PB_Team5.TabStop = false;
//
// PB_Team6
//
this.PB_Team6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.PB_Team6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_Team6.ContextMenuStrip = this.mnuVSD;
this.PB_Team6.Location = new System.Drawing.Point(586, 375);
this.PB_Team6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PB_Team6.Name = "PB_Team6";
this.PB_Team6.Size = new System.Drawing.Size(81, 67);
this.PB_Team6.TabIndex = 439;
this.PB_Team6.TabStop = false;
//
// TC_trpoke
//
this.TC_trpoke.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.TC_trpoke.Controls.Add(this.Tab_Main);
this.TC_trpoke.Controls.Add(this.Tab_Stats);
this.TC_trpoke.Controls.Add(this.Tab_Moves);
this.TC_trpoke.Location = new System.Drawing.Point(401, 14);
this.TC_trpoke.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TC_trpoke.Name = "TC_trpoke";
this.TC_trpoke.SelectedIndex = 0;
this.TC_trpoke.Size = new System.Drawing.Size(271, 350);
this.TC_trpoke.TabIndex = 448;
//
// Tab_Main
//
this.Tab_Main.Controls.Add(this.flowLayoutPanel2);
this.Tab_Main.Location = new System.Drawing.Point(4, 24);
this.Tab_Main.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Main.Name = "Tab_Main";
this.Tab_Main.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Main.Size = new System.Drawing.Size(263, 322);
this.Tab_Main.TabIndex = 0;
this.Tab_Main.Text = "Main";
this.Tab_Main.UseVisualStyleBackColor = true;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.Controls.Add(this.FLP_Species);
this.flowLayoutPanel2.Controls.Add(this.FLP_Form);
this.flowLayoutPanel2.Controls.Add(this.FLP_LevelShiny);
this.flowLayoutPanel2.Controls.Add(this.FLP_Ability);
this.flowLayoutPanel2.Controls.Add(this.FLP_HeldItem);
this.flowLayoutPanel2.Controls.Add(this.FLP_Nature);
this.flowLayoutPanel2.Controls.Add(this.FLP_Gender);
this.flowLayoutPanel2.Controls.Add(this.FLP_Friendship);
this.flowLayoutPanel2.Controls.Add(this.FLP_Mega);
this.flowLayoutPanel2.Controls.Add(this.FLP_CanDynamax);
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel2.Location = new System.Drawing.Point(4, 3);
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(255, 316);
this.flowLayoutPanel2.TabIndex = 2;
//
// FLP_Species
//
this.FLP_Species.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Species.Controls.Add(this.L_Species);
this.FLP_Species.Controls.Add(this.CB_Species);
this.FLP_Species.Location = new System.Drawing.Point(0, 12);
this.FLP_Species.Margin = new System.Windows.Forms.Padding(0, 12, 0, 0);
this.FLP_Species.Name = "FLP_Species";
this.FLP_Species.Size = new System.Drawing.Size(251, 24);
this.FLP_Species.TabIndex = 1;
//
// L_Species
//
this.L_Species.Location = new System.Drawing.Point(4, 0);
this.L_Species.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Species.Name = "L_Species";
this.L_Species.Size = new System.Drawing.Size(70, 24);
this.L_Species.TabIndex = 0;
this.L_Species.Text = "Species:";
this.L_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Species
//
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Species.FormattingEnabled = true;
this.CB_Species.Location = new System.Drawing.Point(78, 0);
this.CB_Species.Margin = new System.Windows.Forms.Padding(0);
this.CB_Species.Name = "CB_Species";
this.CB_Species.Size = new System.Drawing.Size(158, 23);
this.CB_Species.TabIndex = 1;
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.RefreshSpeciesAbility);
//
// FLP_Form
//
this.FLP_Form.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Form.Controls.Add(this.L_Forme);
this.FLP_Form.Controls.Add(this.CB_Forme);
this.FLP_Form.Location = new System.Drawing.Point(0, 36);
this.FLP_Form.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Form.Name = "FLP_Form";
this.FLP_Form.Size = new System.Drawing.Size(251, 24);
this.FLP_Form.TabIndex = 2;
//
// L_Forme
//
this.L_Forme.Location = new System.Drawing.Point(4, 0);
this.L_Forme.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Forme.Name = "L_Forme";
this.L_Forme.Size = new System.Drawing.Size(70, 24);
this.L_Forme.TabIndex = 0;
this.L_Forme.Text = "Form:";
this.L_Forme.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Forme
//
this.CB_Forme.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Forme.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Forme.FormattingEnabled = true;
this.CB_Forme.Location = new System.Drawing.Point(78, 0);
this.CB_Forme.Margin = new System.Windows.Forms.Padding(0);
this.CB_Forme.Name = "CB_Forme";
this.CB_Forme.Size = new System.Drawing.Size(158, 23);
this.CB_Forme.TabIndex = 1;
this.CB_Forme.SelectedIndexChanged += new System.EventHandler(this.RefreshFormAbility);
//
// FLP_LevelShiny
//
this.FLP_LevelShiny.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_LevelShiny.Controls.Add(this.L_Level);
this.FLP_LevelShiny.Controls.Add(this.NUD_Level);
this.FLP_LevelShiny.Controls.Add(this.CHK_Shiny);
this.FLP_LevelShiny.Location = new System.Drawing.Point(0, 60);
this.FLP_LevelShiny.Margin = new System.Windows.Forms.Padding(0);
this.FLP_LevelShiny.Name = "FLP_LevelShiny";
this.FLP_LevelShiny.Size = new System.Drawing.Size(251, 24);
this.FLP_LevelShiny.TabIndex = 3;
//
// L_Level
//
this.L_Level.Location = new System.Drawing.Point(4, 0);
this.L_Level.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Level.Name = "L_Level";
this.L_Level.Size = new System.Drawing.Size(70, 24);
this.L_Level.TabIndex = 0;
this.L_Level.Text = "Level:";
this.L_Level.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Level
//
this.NUD_Level.Location = new System.Drawing.Point(78, 0);
this.NUD_Level.Margin = new System.Windows.Forms.Padding(0);
this.NUD_Level.Name = "NUD_Level";
this.NUD_Level.Size = new System.Drawing.Size(47, 23);
this.NUD_Level.TabIndex = 1;
this.NUD_Level.ValueChanged += new System.EventHandler(this.UpdateStats);
//
// CHK_Shiny
//
this.CHK_Shiny.AutoSize = true;
this.CHK_Shiny.Location = new System.Drawing.Point(129, 3);
this.CHK_Shiny.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_Shiny.Name = "CHK_Shiny";
this.CHK_Shiny.Size = new System.Drawing.Size(55, 19);
this.CHK_Shiny.TabIndex = 1;
this.CHK_Shiny.Text = "Shiny";
this.CHK_Shiny.UseVisualStyleBackColor = true;
//
// FLP_Ability
//
this.FLP_Ability.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Ability.Controls.Add(this.L_Ability);
this.FLP_Ability.Controls.Add(this.CB_Ability);
this.FLP_Ability.Location = new System.Drawing.Point(0, 84);
this.FLP_Ability.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Ability.Name = "FLP_Ability";
this.FLP_Ability.Size = new System.Drawing.Size(251, 24);
this.FLP_Ability.TabIndex = 4;
//
// L_Ability
//
this.L_Ability.Location = new System.Drawing.Point(4, 0);
this.L_Ability.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Ability.Name = "L_Ability";
this.L_Ability.Size = new System.Drawing.Size(70, 24);
this.L_Ability.TabIndex = 0;
this.L_Ability.Text = "Ability:";
this.L_Ability.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Ability
//
this.CB_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Ability.FormattingEnabled = true;
this.CB_Ability.Location = new System.Drawing.Point(78, 0);
this.CB_Ability.Margin = new System.Windows.Forms.Padding(0);
this.CB_Ability.Name = "CB_Ability";
this.CB_Ability.Size = new System.Drawing.Size(158, 23);
this.CB_Ability.TabIndex = 2;
//
// FLP_HeldItem
//
this.FLP_HeldItem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_HeldItem.Controls.Add(this.L_Item);
this.FLP_HeldItem.Controls.Add(this.CB_Item);
this.FLP_HeldItem.Location = new System.Drawing.Point(0, 108);
this.FLP_HeldItem.Margin = new System.Windows.Forms.Padding(0);
this.FLP_HeldItem.Name = "FLP_HeldItem";
this.FLP_HeldItem.Size = new System.Drawing.Size(251, 24);
this.FLP_HeldItem.TabIndex = 5;
//
// L_Item
//
this.L_Item.Location = new System.Drawing.Point(4, 0);
this.L_Item.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Item.Name = "L_Item";
this.L_Item.Size = new System.Drawing.Size(70, 24);
this.L_Item.TabIndex = 0;
this.L_Item.Text = "Held Item:";
this.L_Item.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item
//
this.CB_Item.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Item.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Item.FormattingEnabled = true;
this.CB_Item.Location = new System.Drawing.Point(78, 0);
this.CB_Item.Margin = new System.Windows.Forms.Padding(0);
this.CB_Item.Name = "CB_Item";
this.CB_Item.Size = new System.Drawing.Size(158, 23);
this.CB_Item.TabIndex = 2;
//
// FLP_Nature
//
this.FLP_Nature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Nature.Controls.Add(this.L_Nature);
this.FLP_Nature.Controls.Add(this.CB_Nature);
this.FLP_Nature.Location = new System.Drawing.Point(0, 132);
this.FLP_Nature.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Nature.Name = "FLP_Nature";
this.FLP_Nature.Size = new System.Drawing.Size(251, 24);
this.FLP_Nature.TabIndex = 6;
//
// L_Nature
//
this.L_Nature.Location = new System.Drawing.Point(4, 0);
this.L_Nature.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Nature.Name = "L_Nature";
this.L_Nature.Size = new System.Drawing.Size(70, 24);
this.L_Nature.TabIndex = 0;
this.L_Nature.Text = "Nature:";
this.L_Nature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Nature
//
this.CB_Nature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Nature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Nature.FormattingEnabled = true;
this.CB_Nature.Location = new System.Drawing.Point(78, 0);
this.CB_Nature.Margin = new System.Windows.Forms.Padding(0);
this.CB_Nature.Name = "CB_Nature";
this.CB_Nature.Size = new System.Drawing.Size(158, 23);
this.CB_Nature.TabIndex = 2;
this.CB_Nature.SelectedIndexChanged += new System.EventHandler(this.UpdateStats);
//
// FLP_Gender
//
this.FLP_Gender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Gender.Controls.Add(this.L_Gender);
this.FLP_Gender.Controls.Add(this.CB_Gender);
this.FLP_Gender.Location = new System.Drawing.Point(0, 156);
this.FLP_Gender.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Gender.Name = "FLP_Gender";
this.FLP_Gender.Size = new System.Drawing.Size(251, 24);
this.FLP_Gender.TabIndex = 8;
//
// L_Gender
//
this.L_Gender.Location = new System.Drawing.Point(4, 0);
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(70, 24);
this.L_Gender.TabIndex = 0;
this.L_Gender.Text = "Gender:";
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Gender
//
this.CB_Gender.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Gender.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Gender.FormattingEnabled = true;
this.CB_Gender.Location = new System.Drawing.Point(78, 0);
this.CB_Gender.Margin = new System.Windows.Forms.Padding(0);
this.CB_Gender.Name = "CB_Gender";
this.CB_Gender.Size = new System.Drawing.Size(158, 23);
this.CB_Gender.TabIndex = 3;
//
// FLP_Friendship
//
this.FLP_Friendship.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Friendship.Controls.Add(this.L_Friendship);
this.FLP_Friendship.Controls.Add(this.NUD_Friendship);
this.FLP_Friendship.Location = new System.Drawing.Point(0, 180);
this.FLP_Friendship.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Friendship.Name = "FLP_Friendship";
this.FLP_Friendship.Size = new System.Drawing.Size(251, 24);
this.FLP_Friendship.TabIndex = 9;
//
// L_Friendship
//
this.L_Friendship.Location = new System.Drawing.Point(4, 0);
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(70, 24);
this.L_Friendship.TabIndex = 0;
this.L_Friendship.Text = "Friendship:";
this.L_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Friendship
//
this.NUD_Friendship.Location = new System.Drawing.Point(78, 0);
this.NUD_Friendship.Margin = new System.Windows.Forms.Padding(0);
this.NUD_Friendship.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.NUD_Friendship.Name = "NUD_Friendship";
this.NUD_Friendship.Size = new System.Drawing.Size(47, 23);
this.NUD_Friendship.TabIndex = 1;
this.NUD_Friendship.ValueChanged += new System.EventHandler(this.UpdateStats);
//
// FLP_Mega
//
this.FLP_Mega.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_Mega.Controls.Add(this.CHK_CanMega);
this.FLP_Mega.Controls.Add(this.NUD_MegaForm);
this.FLP_Mega.Location = new System.Drawing.Point(0, 204);
this.FLP_Mega.Margin = new System.Windows.Forms.Padding(0);
this.FLP_Mega.Name = "FLP_Mega";
this.FLP_Mega.Size = new System.Drawing.Size(251, 24);
this.FLP_Mega.TabIndex = 10;
//
// CHK_CanMega
//
this.CHK_CanMega.AutoSize = true;
this.CHK_CanMega.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_CanMega.Location = new System.Drawing.Point(6, 3);
this.CHK_CanMega.Margin = new System.Windows.Forms.Padding(6, 3, 4, 3);
this.CHK_CanMega.Name = "CHK_CanMega";
this.CHK_CanMega.Size = new System.Drawing.Size(80, 19);
this.CHK_CanMega.TabIndex = 2;
this.CHK_CanMega.Text = "CanMega:";
this.CHK_CanMega.UseVisualStyleBackColor = true;
//
// NUD_MegaForm
//
this.NUD_MegaForm.Location = new System.Drawing.Point(90, 0);
this.NUD_MegaForm.Margin = new System.Windows.Forms.Padding(0);
this.NUD_MegaForm.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.NUD_MegaForm.Name = "NUD_MegaForm";
this.NUD_MegaForm.Size = new System.Drawing.Size(47, 23);
this.NUD_MegaForm.TabIndex = 1;
//
// FLP_CanDynamax
//
this.FLP_CanDynamax.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.FLP_CanDynamax.Controls.Add(this.CHK_CanDynamax);
this.FLP_CanDynamax.Location = new System.Drawing.Point(0, 228);
this.FLP_CanDynamax.Margin = new System.Windows.Forms.Padding(0);
this.FLP_CanDynamax.Name = "FLP_CanDynamax";
this.FLP_CanDynamax.Size = new System.Drawing.Size(251, 24);
this.FLP_CanDynamax.TabIndex = 11;
//
// CHK_CanDynamax
//
this.CHK_CanDynamax.AutoSize = true;
this.CHK_CanDynamax.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_CanDynamax.Location = new System.Drawing.Point(6, 3);
this.CHK_CanDynamax.Margin = new System.Windows.Forms.Padding(6, 3, 4, 3);
this.CHK_CanDynamax.Name = "CHK_CanDynamax";
this.CHK_CanDynamax.Size = new System.Drawing.Size(100, 19);
this.CHK_CanDynamax.TabIndex = 2;
this.CHK_CanDynamax.Text = "CanDynamax:";
this.CHK_CanDynamax.UseVisualStyleBackColor = true;
//
// Tab_Stats
//
this.Tab_Stats.Controls.Add(this.Stats);
this.Tab_Stats.Location = new System.Drawing.Point(4, 24);
this.Tab_Stats.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Stats.Name = "Tab_Stats";
this.Tab_Stats.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Stats.Size = new System.Drawing.Size(263, 322);
this.Tab_Stats.TabIndex = 2;
this.Tab_Stats.Text = "Stats";
this.Tab_Stats.UseVisualStyleBackColor = true;
//
// Stats
//
this.Stats.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.Stats.Location = new System.Drawing.Point(0, 1);
this.Stats.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.Stats.Name = "Stats";
this.Stats.PKM = null;
this.Stats.Size = new System.Drawing.Size(261, 318);
this.Stats.TabIndex = 0;
//
// Tab_Moves
//
this.Tab_Moves.Controls.Add(this.B_Clear);
this.Tab_Moves.Controls.Add(this.B_CurrentAttack);
this.Tab_Moves.Controls.Add(this.B_HighAttack);
this.Tab_Moves.Controls.Add(this.GB_Moves);
this.Tab_Moves.Location = new System.Drawing.Point(4, 24);
this.Tab_Moves.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Moves.Name = "Tab_Moves";
this.Tab_Moves.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Moves.Size = new System.Drawing.Size(263, 322);
this.Tab_Moves.TabIndex = 1;
this.Tab_Moves.Text = "Moves";
this.Tab_Moves.UseVisualStyleBackColor = true;
//
// B_Clear
//
this.B_Clear.Location = new System.Drawing.Point(88, 3);
this.B_Clear.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Clear.Name = "B_Clear";
this.B_Clear.Size = new System.Drawing.Size(88, 27);
this.B_Clear.TabIndex = 450;
this.B_Clear.Text = "Clear";
this.B_Clear.UseVisualStyleBackColor = true;
this.B_Clear.Click += new System.EventHandler(this.B_Clear_Click);
//
// B_CurrentAttack
//
this.B_CurrentAttack.Location = new System.Drawing.Point(19, 30);
this.B_CurrentAttack.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_CurrentAttack.Name = "B_CurrentAttack";
this.B_CurrentAttack.Size = new System.Drawing.Size(108, 46);
this.B_CurrentAttack.TabIndex = 449;
this.B_CurrentAttack.Text = "Current Level Levelup Moves";
this.B_CurrentAttack.UseVisualStyleBackColor = true;
this.B_CurrentAttack.Click += new System.EventHandler(this.B_CurrentAttack_Click);
//
// B_HighAttack
//
this.B_HighAttack.Location = new System.Drawing.Point(134, 30);
this.B_HighAttack.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_HighAttack.Name = "B_HighAttack";
this.B_HighAttack.Size = new System.Drawing.Size(108, 46);
this.B_HighAttack.TabIndex = 448;
this.B_HighAttack.Text = "High Attacking Levelup Moves";
this.B_HighAttack.UseVisualStyleBackColor = true;
this.B_HighAttack.Click += new System.EventHandler(this.B_HighAttack_Click);
//
// GB_Moves
//
this.GB_Moves.Controls.Add(this.CB_Move1);
this.GB_Moves.Controls.Add(this.CB_Move4);
this.GB_Moves.Controls.Add(this.CB_Move2);
this.GB_Moves.Controls.Add(this.CB_Move3);
this.GB_Moves.Location = new System.Drawing.Point(26, 83);
this.GB_Moves.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Moves.Name = "GB_Moves";
this.GB_Moves.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Moves.Size = new System.Drawing.Size(211, 132);
this.GB_Moves.TabIndex = 0;
this.GB_Moves.TabStop = false;
this.GB_Moves.Text = "Moves";
//
// CB_Move1
//
this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Move1.FormattingEnabled = true;
this.CB_Move1.Location = new System.Drawing.Point(47, 18);
this.CB_Move1.Margin = new System.Windows.Forms.Padding(0);
this.CB_Move1.Name = "CB_Move1";
this.CB_Move1.Size = new System.Drawing.Size(140, 23);
this.CB_Move1.TabIndex = 1;
//
// CB_Move4
//
this.CB_Move4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Move4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Move4.FormattingEnabled = true;
this.CB_Move4.Location = new System.Drawing.Point(47, 95);
this.CB_Move4.Margin = new System.Windows.Forms.Padding(0);
this.CB_Move4.Name = "CB_Move4";
this.CB_Move4.Size = new System.Drawing.Size(140, 23);
this.CB_Move4.TabIndex = 2;
//
// CB_Move2
//
this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Move2.FormattingEnabled = true;
this.CB_Move2.Location = new System.Drawing.Point(47, 44);
this.CB_Move2.Margin = new System.Windows.Forms.Padding(0);
this.CB_Move2.Name = "CB_Move2";
this.CB_Move2.Size = new System.Drawing.Size(140, 23);
this.CB_Move2.TabIndex = 1;
//
// CB_Move3
//
this.CB_Move3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Move3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Move3.FormattingEnabled = true;
this.CB_Move3.Location = new System.Drawing.Point(47, 69);
this.CB_Move3.Margin = new System.Windows.Forms.Padding(0);
this.CB_Move3.Name = "CB_Move3";
this.CB_Move3.Size = new System.Drawing.Size(140, 23);
this.CB_Move3.TabIndex = 2;
//
// L_TrainerName
//
this.L_TrainerName.AutoSize = true;
this.L_TrainerName.Location = new System.Drawing.Point(9, 7);
this.L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_TrainerName.Name = "L_TrainerName";
this.L_TrainerName.Size = new System.Drawing.Size(80, 15);
this.L_TrainerName.TabIndex = 450;
this.L_TrainerName.Text = "Trainer Name:";
this.L_TrainerName.Visible = false;
//
// TB_TrainerName
//
this.TB_TrainerName.Location = new System.Drawing.Point(99, 3);
this.TB_TrainerName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TB_TrainerName.MaxLength = 50;
this.TB_TrainerName.Name = "TB_TrainerName";
this.TB_TrainerName.Size = new System.Drawing.Size(204, 23);
this.TB_TrainerName.TabIndex = 35;
this.TB_TrainerName.Visible = false;
this.TB_TrainerName.TextChanged += new System.EventHandler(this.UpdateTrainerName);
//
// TC_trdata
//
this.TC_trdata.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.TC_trdata.Controls.Add(this.Tab_Trainer);
this.TC_trdata.Controls.Add(this.Tab_Rand);
this.TC_trdata.Location = new System.Drawing.Point(19, 14);
this.TC_trdata.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TC_trdata.Name = "TC_trdata";
this.TC_trdata.SelectedIndex = 0;
this.TC_trdata.Size = new System.Drawing.Size(376, 350);
this.TC_trdata.TabIndex = 450;
//
// Tab_Trainer
//
this.Tab_Trainer.Controls.Add(this.GB_Additional_AI);
this.Tab_Trainer.Controls.Add(this.GB_AI);
this.Tab_Trainer.Controls.Add(this.L_Mode);
this.Tab_Trainer.Controls.Add(this.CB_Mode);
this.Tab_Trainer.Controls.Add(this.GB_Items);
this.Tab_Trainer.Controls.Add(this.NUD_GiftCount);
this.Tab_Trainer.Controls.Add(this.L_Gift);
this.Tab_Trainer.Controls.Add(this.CB_Gift);
this.Tab_Trainer.Controls.Add(this.TB_TrainerName);
this.Tab_Trainer.Controls.Add(this.L_Trainer_Class);
this.Tab_Trainer.Controls.Add(this.CB_Trainer_Class);
this.Tab_Trainer.Controls.Add(this.L_Money);
this.Tab_Trainer.Controls.Add(this.L_TrainerName);
this.Tab_Trainer.Controls.Add(this.CB_Money);
this.Tab_Trainer.Location = new System.Drawing.Point(4, 24);
this.Tab_Trainer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Trainer.Name = "Tab_Trainer";
this.Tab_Trainer.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Trainer.Size = new System.Drawing.Size(368, 322);
this.Tab_Trainer.TabIndex = 0;
this.Tab_Trainer.Text = "Trainer";
this.Tab_Trainer.UseVisualStyleBackColor = true;
//
// GB_Additional_AI
//
this.GB_Additional_AI.Controls.Add(this.CHK_AI_FireGym3);
this.GB_Additional_AI.Controls.Add(this.CHK_AI_FireGym2);
this.GB_Additional_AI.Controls.Add(this.CHK_AI_FireGym1);
this.GB_Additional_AI.Controls.Add(this.CHK_AI_Unused2);
this.GB_Additional_AI.Controls.Add(this.CHK_AI_Unused1);
this.GB_Additional_AI.Controls.Add(this.CHK_AI_Raid);
this.GB_Additional_AI.Location = new System.Drawing.Point(7, 238);
this.GB_Additional_AI.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Additional_AI.Name = "GB_Additional_AI";
this.GB_Additional_AI.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Additional_AI.Size = new System.Drawing.Size(178, 76);
this.GB_Additional_AI.TabIndex = 471;
this.GB_Additional_AI.TabStop = false;
this.GB_Additional_AI.Text = "Additional AI Bits";
//
// CHK_AI_FireGym3
//
this.CHK_AI_FireGym3.AutoSize = true;
this.CHK_AI_FireGym3.Location = new System.Drawing.Point(80, 52);
this.CHK_AI_FireGym3.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_FireGym3.Name = "CHK_AI_FireGym3";
this.CHK_AI_FireGym3.Size = new System.Drawing.Size(90, 19);
this.CHK_AI_FireGym3.TabIndex = 470;
this.CHK_AI_FireGym3.Text = "Fire Gym (3)";
this.CHK_AI_FireGym3.UseVisualStyleBackColor = true;
//
// CHK_AI_FireGym2
//
this.CHK_AI_FireGym2.AutoSize = true;
this.CHK_AI_FireGym2.Location = new System.Drawing.Point(80, 36);
this.CHK_AI_FireGym2.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_FireGym2.Name = "CHK_AI_FireGym2";
this.CHK_AI_FireGym2.Size = new System.Drawing.Size(90, 19);
this.CHK_AI_FireGym2.TabIndex = 467;
this.CHK_AI_FireGym2.Text = "Fire Gym (2)";
this.CHK_AI_FireGym2.UseVisualStyleBackColor = true;
//
// CHK_AI_FireGym1
//
this.CHK_AI_FireGym1.AutoSize = true;
this.CHK_AI_FireGym1.Location = new System.Drawing.Point(80, 20);
this.CHK_AI_FireGym1.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_FireGym1.Name = "CHK_AI_FireGym1";
this.CHK_AI_FireGym1.Size = new System.Drawing.Size(90, 19);
this.CHK_AI_FireGym1.TabIndex = 466;
this.CHK_AI_FireGym1.Text = "Fire Gym (1)";
this.CHK_AI_FireGym1.UseVisualStyleBackColor = true;
//
// CHK_AI_Unused2
//
this.CHK_AI_Unused2.AutoSize = true;
this.CHK_AI_Unused2.Enabled = false;
this.CHK_AI_Unused2.Location = new System.Drawing.Point(7, 52);
this.CHK_AI_Unused2.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Unused2.Name = "CHK_AI_Unused2";
this.CHK_AI_Unused2.Size = new System.Drawing.Size(66, 19);
this.CHK_AI_Unused2.TabIndex = 471;
this.CHK_AI_Unused2.Text = "Unused";
this.CHK_AI_Unused2.UseVisualStyleBackColor = true;
//
// CHK_AI_Unused1
//
this.CHK_AI_Unused1.AutoSize = true;
this.CHK_AI_Unused1.Enabled = false;
this.CHK_AI_Unused1.Location = new System.Drawing.Point(7, 36);
this.CHK_AI_Unused1.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Unused1.Name = "CHK_AI_Unused1";
this.CHK_AI_Unused1.Size = new System.Drawing.Size(66, 19);
this.CHK_AI_Unused1.TabIndex = 465;
this.CHK_AI_Unused1.Text = "Unused";
this.CHK_AI_Unused1.UseVisualStyleBackColor = true;
//
// CHK_AI_Raid
//
this.CHK_AI_Raid.AutoSize = true;
this.CHK_AI_Raid.Location = new System.Drawing.Point(7, 20);
this.CHK_AI_Raid.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Raid.Name = "CHK_AI_Raid";
this.CHK_AI_Raid.Size = new System.Drawing.Size(49, 19);
this.CHK_AI_Raid.TabIndex = 463;
this.CHK_AI_Raid.Text = "Raid";
this.CHK_AI_Raid.UseVisualStyleBackColor = true;
//
// GB_AI
//
this.GB_AI.Controls.Add(this.CHK_AI_PokeChange);
this.GB_AI.Controls.Add(this.CHK_AI_Item);
this.GB_AI.Controls.Add(this.CHK_AI_Allowance);
this.GB_AI.Controls.Add(this.CHK_AI_Double);
this.GB_AI.Controls.Add(this.CHK_AI_Expert);
this.GB_AI.Controls.Add(this.CHK_AI_Strong);
this.GB_AI.Controls.Add(this.CHK_AI_Basic);
this.GB_AI.Location = new System.Drawing.Point(230, 82);
this.GB_AI.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_AI.Name = "GB_AI";
this.GB_AI.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_AI.Size = new System.Drawing.Size(122, 141);
this.GB_AI.TabIndex = 470;
this.GB_AI.TabStop = false;
this.GB_AI.Text = "AI Bits";
//
// CHK_AI_PokeChange
//
this.CHK_AI_PokeChange.AutoSize = true;
this.CHK_AI_PokeChange.Location = new System.Drawing.Point(8, 115);
this.CHK_AI_PokeChange.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_PokeChange.Name = "CHK_AI_PokeChange";
this.CHK_AI_PokeChange.Size = new System.Drawing.Size(93, 19);
this.CHK_AI_PokeChange.TabIndex = 468;
this.CHK_AI_PokeChange.Text = "PokeChange";
this.CHK_AI_PokeChange.UseVisualStyleBackColor = true;
//
// CHK_AI_Item
//
this.CHK_AI_Item.AutoSize = true;
this.CHK_AI_Item.Location = new System.Drawing.Point(8, 99);
this.CHK_AI_Item.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Item.Name = "CHK_AI_Item";
this.CHK_AI_Item.Size = new System.Drawing.Size(50, 19);
this.CHK_AI_Item.TabIndex = 469;
this.CHK_AI_Item.Text = "Item";
this.CHK_AI_Item.UseVisualStyleBackColor = true;
//
// CHK_AI_Allowance
//
this.CHK_AI_Allowance.AutoSize = true;
this.CHK_AI_Allowance.Location = new System.Drawing.Point(8, 83);
this.CHK_AI_Allowance.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Allowance.Name = "CHK_AI_Allowance";
this.CHK_AI_Allowance.Size = new System.Drawing.Size(81, 19);
this.CHK_AI_Allowance.TabIndex = 464;
this.CHK_AI_Allowance.Text = "Allowance";
this.CHK_AI_Allowance.UseVisualStyleBackColor = true;
//
// CHK_AI_Double
//
this.CHK_AI_Double.AutoSize = true;
this.CHK_AI_Double.Location = new System.Drawing.Point(8, 67);
this.CHK_AI_Double.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Double.Name = "CHK_AI_Double";
this.CHK_AI_Double.Size = new System.Drawing.Size(64, 19);
this.CHK_AI_Double.TabIndex = 462;
this.CHK_AI_Double.Text = "Double";
this.CHK_AI_Double.UseVisualStyleBackColor = true;
//
// CHK_AI_Expert
//
this.CHK_AI_Expert.AutoSize = true;
this.CHK_AI_Expert.Location = new System.Drawing.Point(8, 51);
this.CHK_AI_Expert.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Expert.Name = "CHK_AI_Expert";
this.CHK_AI_Expert.Size = new System.Drawing.Size(59, 19);
this.CHK_AI_Expert.TabIndex = 461;
this.CHK_AI_Expert.Text = "Expert";
this.CHK_AI_Expert.UseVisualStyleBackColor = true;
//
// CHK_AI_Strong
//
this.CHK_AI_Strong.AutoSize = true;
this.CHK_AI_Strong.Location = new System.Drawing.Point(8, 35);
this.CHK_AI_Strong.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Strong.Name = "CHK_AI_Strong";
this.CHK_AI_Strong.Size = new System.Drawing.Size(61, 19);
this.CHK_AI_Strong.TabIndex = 460;
this.CHK_AI_Strong.Text = "Strong";
this.CHK_AI_Strong.UseVisualStyleBackColor = true;
//
// CHK_AI_Basic
//
this.CHK_AI_Basic.AutoSize = true;
this.CHK_AI_Basic.Location = new System.Drawing.Point(8, 18);
this.CHK_AI_Basic.Margin = new System.Windows.Forms.Padding(0);
this.CHK_AI_Basic.Name = "CHK_AI_Basic";
this.CHK_AI_Basic.Size = new System.Drawing.Size(53, 19);
this.CHK_AI_Basic.TabIndex = 460;
this.CHK_AI_Basic.Text = "Basic";
this.CHK_AI_Basic.UseVisualStyleBackColor = true;
//
// L_Mode
//
this.L_Mode.AutoSize = true;
this.L_Mode.Location = new System.Drawing.Point(196, 57);
this.L_Mode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Mode.Name = "L_Mode";
this.L_Mode.Size = new System.Drawing.Size(41, 15);
this.L_Mode.TabIndex = 466;
this.L_Mode.Text = "Mode:";
//
// CB_Mode
//
this.CB_Mode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.CB_Mode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Mode.FormattingEnabled = true;
this.CB_Mode.Items.AddRange(new object[] {
"Single",
"Double",
"Multi",
"3",
"4"});
this.CB_Mode.Location = new System.Drawing.Point(243, 53);
this.CB_Mode.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Mode.Name = "CB_Mode";
this.CB_Mode.Size = new System.Drawing.Size(109, 23);
this.CB_Mode.TabIndex = 465;
//
// GB_Items
//
this.GB_Items.Controls.Add(this.L_Item_1);
this.GB_Items.Controls.Add(this.L_Item_3);
this.GB_Items.Controls.Add(this.CB_Item_4);
this.GB_Items.Controls.Add(this.CB_Item_3);
this.GB_Items.Controls.Add(this.CB_Item_2);
this.GB_Items.Controls.Add(this.L_Item_4);
this.GB_Items.Controls.Add(this.L_Item_2);
this.GB_Items.Controls.Add(this.CB_Item_1);
this.GB_Items.Location = new System.Drawing.Point(7, 82);
this.GB_Items.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Items.Name = "GB_Items";
this.GB_Items.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Items.Size = new System.Drawing.Size(190, 127);
this.GB_Items.TabIndex = 464;
this.GB_Items.TabStop = false;
this.GB_Items.Text = "Battle Items";
//
// NUD_GiftCount
//
this.NUD_GiftCount.Location = new System.Drawing.Point(164, 211);
this.NUD_GiftCount.Margin = new System.Windows.Forms.Padding(0);
this.NUD_GiftCount.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.NUD_GiftCount.Name = "NUD_GiftCount";
this.NUD_GiftCount.Size = new System.Drawing.Size(47, 23);
this.NUD_GiftCount.TabIndex = 462;
//
// L_Gift
//
this.L_Gift.AutoSize = true;
this.L_Gift.Location = new System.Drawing.Point(12, 215);
this.L_Gift.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Gift.Name = "L_Gift";
this.L_Gift.Size = new System.Drawing.Size(29, 15);
this.L_Gift.TabIndex = 461;
this.L_Gift.Text = "Gift:";
//
// CB_Gift
//
this.CB_Gift.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Gift.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Gift.FormattingEnabled = true;
this.CB_Gift.Location = new System.Drawing.Point(46, 211);
this.CB_Gift.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Gift.Name = "CB_Gift";
this.CB_Gift.Size = new System.Drawing.Size(115, 23);
this.CB_Gift.TabIndex = 460;
//
// Tab_Rand
//
this.Tab_Rand.Controls.Add(this.B_Randomize);
this.Tab_Rand.Controls.Add(this.TC_RandSettings);
this.Tab_Rand.Location = new System.Drawing.Point(4, 24);
this.Tab_Rand.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Rand.Name = "Tab_Rand";
this.Tab_Rand.Size = new System.Drawing.Size(368, 322);
this.Tab_Rand.TabIndex = 2;
this.Tab_Rand.Text = "Randomizer Options";
this.Tab_Rand.UseVisualStyleBackColor = true;
//
// B_Randomize
//
this.B_Randomize.Location = new System.Drawing.Point(284, 0);
this.B_Randomize.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Randomize.Name = "B_Randomize";
this.B_Randomize.Size = new System.Drawing.Size(82, 23);
this.B_Randomize.TabIndex = 448;
this.B_Randomize.Text = "Randomize";
this.B_Randomize.UseVisualStyleBackColor = true;
this.B_Randomize.Click += new System.EventHandler(this.B_Randomize_Click);
//
// TC_RandSettings
//
this.TC_RandSettings.Controls.Add(this.Tab_RTrainer);
this.TC_RandSettings.Controls.Add(this.Tab_RSpecies);
this.TC_RandSettings.Controls.Add(this.Tab_RMoves);
this.TC_RandSettings.Controls.Add(this.Tab_Mods);
this.TC_RandSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.TC_RandSettings.Location = new System.Drawing.Point(0, 0);
this.TC_RandSettings.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TC_RandSettings.Name = "TC_RandSettings";
this.TC_RandSettings.SelectedIndex = 0;
this.TC_RandSettings.Size = new System.Drawing.Size(368, 322);
this.TC_RandSettings.TabIndex = 447;
//
// Tab_RTrainer
//
this.Tab_RTrainer.Controls.Add(this.PG_RTrainer);
this.Tab_RTrainer.Location = new System.Drawing.Point(4, 24);
this.Tab_RTrainer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_RTrainer.Name = "Tab_RTrainer";
this.Tab_RTrainer.Size = new System.Drawing.Size(360, 294);
this.Tab_RTrainer.TabIndex = 3;
this.Tab_RTrainer.Text = "Trainer";
this.Tab_RTrainer.UseVisualStyleBackColor = true;
//
// PG_RTrainer
//
this.PG_RTrainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.PG_RTrainer.Location = new System.Drawing.Point(0, 0);
this.PG_RTrainer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PG_RTrainer.Name = "PG_RTrainer";
this.PG_RTrainer.Size = new System.Drawing.Size(360, 294);
this.PG_RTrainer.TabIndex = 0;
this.PG_RTrainer.ToolbarVisible = false;
//
// Tab_RSpecies
//
this.Tab_RSpecies.Controls.Add(this.PG_Species);
this.Tab_RSpecies.Location = new System.Drawing.Point(4, 24);
this.Tab_RSpecies.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_RSpecies.Name = "Tab_RSpecies";
this.Tab_RSpecies.Size = new System.Drawing.Size(358, 292);
this.Tab_RSpecies.TabIndex = 0;
this.Tab_RSpecies.Text = "Species";
this.Tab_RSpecies.UseVisualStyleBackColor = true;
//
// PG_Species
//
this.PG_Species.Dock = System.Windows.Forms.DockStyle.Fill;
this.PG_Species.Location = new System.Drawing.Point(0, 0);
this.PG_Species.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PG_Species.Name = "PG_Species";
this.PG_Species.Size = new System.Drawing.Size(358, 292);
this.PG_Species.TabIndex = 1;
this.PG_Species.ToolbarVisible = false;
//
// Tab_RMoves
//
this.Tab_RMoves.Controls.Add(this.PG_Moves);
this.Tab_RMoves.Location = new System.Drawing.Point(4, 24);
this.Tab_RMoves.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_RMoves.Name = "Tab_RMoves";
this.Tab_RMoves.Size = new System.Drawing.Size(358, 292);
this.Tab_RMoves.TabIndex = 1;
this.Tab_RMoves.Text = "Moves";
this.Tab_RMoves.UseVisualStyleBackColor = true;
//
// PG_Moves
//
this.PG_Moves.Dock = System.Windows.Forms.DockStyle.Fill;
this.PG_Moves.Location = new System.Drawing.Point(0, 0);
this.PG_Moves.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.PG_Moves.Name = "PG_Moves";
this.PG_Moves.Size = new System.Drawing.Size(358, 292);
this.PG_Moves.TabIndex = 1;
this.PG_Moves.ToolbarVisible = false;
//
// Tab_Mods
//
this.Tab_Mods.Controls.Add(this.B_MaxAI);
this.Tab_Mods.Controls.Add(this.B_Boost);
this.Tab_Mods.Controls.Add(this.B_Dump);
this.Tab_Mods.Location = new System.Drawing.Point(4, 24);
this.Tab_Mods.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Mods.Name = "Tab_Mods";
this.Tab_Mods.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Tab_Mods.Size = new System.Drawing.Size(358, 292);
this.Tab_Mods.TabIndex = 4;
this.Tab_Mods.Text = "Bulk Mods";
this.Tab_Mods.UseVisualStyleBackColor = true;
//
// B_MaxAI
//
this.B_MaxAI.Location = new System.Drawing.Point(4, 68);
this.B_MaxAI.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_MaxAI.Name = "B_MaxAI";
this.B_MaxAI.Size = new System.Drawing.Size(117, 27);
this.B_MaxAI.TabIndex = 451;
this.B_MaxAI.Text = "Max AI";
this.B_MaxAI.UseVisualStyleBackColor = true;
this.B_MaxAI.Click += new System.EventHandler(this.B_MaxAI_Click);
//
// B_Boost
//
this.B_Boost.Location = new System.Drawing.Point(4, 35);
this.B_Boost.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Boost.Name = "B_Boost";
this.B_Boost.Size = new System.Drawing.Size(117, 27);
this.B_Boost.TabIndex = 450;
this.B_Boost.Text = "Boost Levels";
this.B_Boost.UseVisualStyleBackColor = true;
this.B_Boost.Click += new System.EventHandler(this.B_Boost_Click);
//
// B_Dump
//
this.B_Dump.Location = new System.Drawing.Point(4, 3);
this.B_Dump.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Dump.Name = "B_Dump";
this.B_Dump.Size = new System.Drawing.Size(117, 27);
this.B_Dump.TabIndex = 449;
this.B_Dump.Text = "Dump .TXT";
this.B_Dump.UseVisualStyleBackColor = true;
this.B_Dump.Click += new System.EventHandler(this.DumpTxt);
//
// 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(580, 8);
this.B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(88, 27);
this.B_Save.TabIndex = 451;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// BTTE
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(681, 453);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.TC_trpoke);
this.Controls.Add(this.L_Team);
this.Controls.Add(this.PB_Team1);
this.Controls.Add(this.PB_Team2);
this.Controls.Add(this.PB_Team3);
this.Controls.Add(this.PB_Team4);
this.Controls.Add(this.PB_Team5);
this.Controls.Add(this.PB_Team6);
this.Controls.Add(this.CB_TrainerID);
this.Controls.Add(this.TC_trdata);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MaximizeBox = false;
this.Name = "BTTE";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Trainer Editor";
((System.ComponentModel.ISupportInitialize)(this.PB_Team1)).EndInit();
this.mnuVSD.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.PB_Team2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PB_Team6)).EndInit();
this.TC_trpoke.ResumeLayout(false);
this.Tab_Main.ResumeLayout(false);
this.flowLayoutPanel2.ResumeLayout(false);
this.FLP_Species.ResumeLayout(false);
this.FLP_Form.ResumeLayout(false);
this.FLP_LevelShiny.ResumeLayout(false);
this.FLP_LevelShiny.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).EndInit();
this.FLP_Ability.ResumeLayout(false);
this.FLP_HeldItem.ResumeLayout(false);
this.FLP_Nature.ResumeLayout(false);
this.FLP_Gender.ResumeLayout(false);
this.FLP_Friendship.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_Friendship)).EndInit();
this.FLP_Mega.ResumeLayout(false);
this.FLP_Mega.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_MegaForm)).EndInit();
this.FLP_CanDynamax.ResumeLayout(false);
this.FLP_CanDynamax.PerformLayout();
this.Tab_Stats.ResumeLayout(false);
this.Tab_Moves.ResumeLayout(false);
this.GB_Moves.ResumeLayout(false);
this.TC_trdata.ResumeLayout(false);
this.Tab_Trainer.ResumeLayout(false);
this.Tab_Trainer.PerformLayout();
this.GB_Additional_AI.ResumeLayout(false);
this.GB_Additional_AI.PerformLayout();
this.GB_AI.ResumeLayout(false);
this.GB_AI.PerformLayout();
this.GB_Items.ResumeLayout(false);
this.GB_Items.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_GiftCount)).EndInit();
this.Tab_Rand.ResumeLayout(false);
this.TC_RandSettings.ResumeLayout(false);
this.Tab_RTrainer.ResumeLayout(false);
this.Tab_RSpecies.ResumeLayout(false);
this.Tab_RMoves.ResumeLayout(false);
this.Tab_Mods.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox CB_TrainerID;
private System.Windows.Forms.Label L_Money;
private System.Windows.Forms.ComboBox CB_Money;
private System.Windows.Forms.Label L_Trainer_Class;
private System.Windows.Forms.ComboBox CB_Trainer_Class;
private System.Windows.Forms.Label L_Item_4;
private System.Windows.Forms.ComboBox CB_Item_4;
private System.Windows.Forms.Label L_Item_3;
private System.Windows.Forms.ComboBox CB_Item_3;
private System.Windows.Forms.Label L_Item_2;
private System.Windows.Forms.ComboBox CB_Item_2;
private System.Windows.Forms.Label L_Item_1;
private System.Windows.Forms.ComboBox CB_Item_1;
private System.Windows.Forms.Label L_Team;
private System.Windows.Forms.PictureBox PB_Team1;
private System.Windows.Forms.PictureBox PB_Team2;
private System.Windows.Forms.PictureBox PB_Team3;
private System.Windows.Forms.PictureBox PB_Team4;
private System.Windows.Forms.PictureBox PB_Team5;
private System.Windows.Forms.PictureBox PB_Team6;
private System.Windows.Forms.TabControl TC_trpoke;
private System.Windows.Forms.TabPage Tab_Main;
private System.Windows.Forms.TabPage Tab_Moves;
private System.Windows.Forms.Label L_Species;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.FlowLayoutPanel FLP_Species;
private System.Windows.Forms.ComboBox CB_Species;
private System.Windows.Forms.FlowLayoutPanel FLP_Form;
private System.Windows.Forms.Label L_Forme;
private System.Windows.Forms.ComboBox CB_Forme;
private System.Windows.Forms.FlowLayoutPanel FLP_LevelShiny;
private System.Windows.Forms.Label L_Level;
private System.Windows.Forms.NumericUpDown NUD_Level;
private System.Windows.Forms.FlowLayoutPanel FLP_Ability;
private System.Windows.Forms.Label L_Ability;
private System.Windows.Forms.ComboBox CB_Ability;
private System.Windows.Forms.FlowLayoutPanel FLP_HeldItem;
private System.Windows.Forms.Label L_Item;
private System.Windows.Forms.ComboBox CB_Item;
private System.Windows.Forms.FlowLayoutPanel FLP_Nature;
private System.Windows.Forms.Label L_Nature;
private System.Windows.Forms.ComboBox CB_Nature;
private System.Windows.Forms.CheckBox CHK_Shiny;
private System.Windows.Forms.ComboBox CB_Move1;
private System.Windows.Forms.ComboBox CB_Move2;
private System.Windows.Forms.ComboBox CB_Move4;
private System.Windows.Forms.ComboBox CB_Move3;
private System.Windows.Forms.GroupBox GB_Moves;
private System.Windows.Forms.TextBox TB_TrainerName;
private System.Windows.Forms.Label L_TrainerName;
private System.Windows.Forms.FlowLayoutPanel FLP_Gender;
private System.Windows.Forms.Label L_Gender;
private System.Windows.Forms.ComboBox CB_Gender;
private System.Windows.Forms.TabPage Tab_Stats;
private System.Windows.Forms.Button B_HighAttack;
private System.Windows.Forms.Button B_CurrentAttack;
private System.Windows.Forms.ContextMenuStrip mnuVSD;
private System.Windows.Forms.ToolStripMenuItem mnuView;
private System.Windows.Forms.ToolStripMenuItem mnuSet;
private System.Windows.Forms.ToolStripMenuItem mnuDelete;
private System.Windows.Forms.Button B_Clear;
private System.Windows.Forms.TabControl TC_trdata;
private System.Windows.Forms.TabPage Tab_Trainer;
private System.Windows.Forms.TabPage Tab_Rand;
private Controls.StatEditor Stats;
private System.Windows.Forms.FlowLayoutPanel FLP_Friendship;
private System.Windows.Forms.Label L_Friendship;
private System.Windows.Forms.NumericUpDown NUD_Friendship;
private System.Windows.Forms.FlowLayoutPanel FLP_Mega;
private System.Windows.Forms.NumericUpDown NUD_MegaForm;
private System.Windows.Forms.CheckBox CHK_CanMega;
private System.Windows.Forms.NumericUpDown NUD_GiftCount;
private System.Windows.Forms.Label L_Gift;
private System.Windows.Forms.ComboBox CB_Gift;
private System.Windows.Forms.GroupBox GB_Items;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.TabControl TC_RandSettings;
private System.Windows.Forms.TabPage Tab_RSpecies;
private System.Windows.Forms.TabPage Tab_RMoves;
private System.Windows.Forms.TabPage Tab_RTrainer;
private System.Windows.Forms.Button B_Randomize;
private System.Windows.Forms.PropertyGrid PG_RTrainer;
private System.Windows.Forms.PropertyGrid PG_Species;
private System.Windows.Forms.PropertyGrid PG_Moves;
private System.Windows.Forms.Button B_Dump;
private System.Windows.Forms.Label L_Mode;
private System.Windows.Forms.ComboBox CB_Mode;
private System.Windows.Forms.TabPage Tab_Mods;
private System.Windows.Forms.Button B_Boost;
private System.Windows.Forms.Button B_MaxAI;
private System.Windows.Forms.FlowLayoutPanel FLP_CanDynamax;
private System.Windows.Forms.CheckBox CHK_CanDynamax;
private System.Windows.Forms.CheckBox CHK_AI_Basic;
private System.Windows.Forms.CheckBox CHK_AI_Strong;
private System.Windows.Forms.CheckBox CHK_AI_Expert;
private System.Windows.Forms.CheckBox CHK_AI_Double;
private System.Windows.Forms.CheckBox CHK_AI_Raid;
private System.Windows.Forms.CheckBox CHK_AI_Allowance;
private System.Windows.Forms.CheckBox CHK_AI_Unused1;
private System.Windows.Forms.CheckBox CHK_AI_FireGym1;
private System.Windows.Forms.CheckBox CHK_AI_FireGym2;
private System.Windows.Forms.CheckBox CHK_AI_PokeChange;
private System.Windows.Forms.CheckBox CHK_AI_Item;
private System.Windows.Forms.CheckBox CHK_AI_FireGym3;
private System.Windows.Forms.CheckBox CHK_AI_Unused2;
private System.Windows.Forms.GroupBox GB_AI;
private System.Windows.Forms.GroupBox GB_Additional_AI;
}
}