mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-01 02:07:15 -05:00
1339 lines
67 KiB
C#
1339 lines
67 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.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_Items = new System.Windows.Forms.GroupBox();
|
|
this.GB_AIBits = new System.Windows.Forms.GroupBox();
|
|
this.CHK_AI7 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI6 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI5 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI4 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI3 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_AI0 = new System.Windows.Forms.CheckBox();
|
|
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_Dump = new System.Windows.Forms.Button();
|
|
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.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.Tab_Stats.SuspendLayout();
|
|
this.Tab_Moves.SuspendLayout();
|
|
this.GB_Moves.SuspendLayout();
|
|
this.TC_trdata.SuspendLayout();
|
|
this.Tab_Trainer.SuspendLayout();
|
|
this.GB_Items.SuspendLayout();
|
|
this.GB_AIBits.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.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(191, 6);
|
|
this.CB_TrainerID.MaxDropDownItems = 12;
|
|
this.CB_TrainerID.Name = "CB_TrainerID";
|
|
this.CB_TrainerID.Size = new System.Drawing.Size(144, 21);
|
|
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(40, 54);
|
|
this.L_Money.Name = "L_Money";
|
|
this.L_Money.Size = new System.Drawing.Size(42, 13);
|
|
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(85, 51);
|
|
this.CB_Money.Name = "CB_Money";
|
|
this.CB_Money.Size = new System.Drawing.Size(70, 21);
|
|
this.CB_Money.TabIndex = 52;
|
|
//
|
|
// L_Trainer_Class
|
|
//
|
|
this.L_Trainer_Class.AutoSize = true;
|
|
this.L_Trainer_Class.Location = new System.Drawing.Point(13, 32);
|
|
this.L_Trainer_Class.Name = "L_Trainer_Class";
|
|
this.L_Trainer_Class.Size = new System.Drawing.Size(71, 13);
|
|
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(85, 29);
|
|
this.CB_Trainer_Class.Name = "CB_Trainer_Class";
|
|
this.CB_Trainer_Class.Size = new System.Drawing.Size(175, 21);
|
|
this.CB_Trainer_Class.TabIndex = 48;
|
|
//
|
|
// L_Item_4
|
|
//
|
|
this.L_Item_4.AutoSize = true;
|
|
this.L_Item_4.Location = new System.Drawing.Point(6, 90);
|
|
this.L_Item_4.Name = "L_Item_4";
|
|
this.L_Item_4.Size = new System.Drawing.Size(39, 13);
|
|
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(51, 87);
|
|
this.CB_Item_4.Name = "CB_Item_4";
|
|
this.CB_Item_4.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Item_4.TabIndex = 33;
|
|
//
|
|
// L_Item_3
|
|
//
|
|
this.L_Item_3.AutoSize = true;
|
|
this.L_Item_3.Location = new System.Drawing.Point(6, 68);
|
|
this.L_Item_3.Name = "L_Item_3";
|
|
this.L_Item_3.Size = new System.Drawing.Size(39, 13);
|
|
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(51, 65);
|
|
this.CB_Item_3.Name = "CB_Item_3";
|
|
this.CB_Item_3.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Item_3.TabIndex = 31;
|
|
//
|
|
// L_Item_2
|
|
//
|
|
this.L_Item_2.AutoSize = true;
|
|
this.L_Item_2.Location = new System.Drawing.Point(6, 46);
|
|
this.L_Item_2.Name = "L_Item_2";
|
|
this.L_Item_2.Size = new System.Drawing.Size(39, 13);
|
|
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(51, 43);
|
|
this.CB_Item_2.Name = "CB_Item_2";
|
|
this.CB_Item_2.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Item_2.TabIndex = 29;
|
|
//
|
|
// L_Item_1
|
|
//
|
|
this.L_Item_1.AutoSize = true;
|
|
this.L_Item_1.Location = new System.Drawing.Point(6, 24);
|
|
this.L_Item_1.Name = "L_Item_1";
|
|
this.L_Item_1.Size = new System.Drawing.Size(39, 13);
|
|
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(51, 21);
|
|
this.CB_Item_1.Name = "CB_Item_1";
|
|
this.CB_Item_1.Size = new System.Drawing.Size(99, 21);
|
|
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(-19, 353);
|
|
this.L_Team.Name = "L_Team";
|
|
this.L_Team.Size = new System.Drawing.Size(66, 15);
|
|
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(53, 330);
|
|
this.PB_Team1.Name = "PB_Team1";
|
|
this.PB_Team1.Size = new System.Drawing.Size(82, 62);
|
|
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(108, 70);
|
|
//
|
|
// mnuView
|
|
//
|
|
this.mnuView.Name = "mnuView";
|
|
this.mnuView.Size = new System.Drawing.Size(107, 22);
|
|
this.mnuView.Text = "View";
|
|
//
|
|
// mnuSet
|
|
//
|
|
this.mnuSet.Name = "mnuSet";
|
|
this.mnuSet.Size = new System.Drawing.Size(107, 22);
|
|
this.mnuSet.Text = "Set";
|
|
//
|
|
// mnuDelete
|
|
//
|
|
this.mnuDelete.Name = "mnuDelete";
|
|
this.mnuDelete.Size = new System.Drawing.Size(107, 22);
|
|
this.mnuDelete.Text = "Delete";
|
|
//
|
|
// 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(139, 330);
|
|
this.PB_Team2.Name = "PB_Team2";
|
|
this.PB_Team2.Size = new System.Drawing.Size(82, 62);
|
|
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(225, 330);
|
|
this.PB_Team3.Name = "PB_Team3";
|
|
this.PB_Team3.Size = new System.Drawing.Size(82, 62);
|
|
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(311, 330);
|
|
this.PB_Team4.Name = "PB_Team4";
|
|
this.PB_Team4.Size = new System.Drawing.Size(82, 62);
|
|
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(397, 330);
|
|
this.PB_Team5.Name = "PB_Team5";
|
|
this.PB_Team5.Size = new System.Drawing.Size(82, 62);
|
|
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(483, 330);
|
|
this.PB_Team6.Name = "PB_Team6";
|
|
this.PB_Team6.Size = new System.Drawing.Size(82, 62);
|
|
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(344, 12);
|
|
this.TC_trpoke.Name = "TC_trpoke";
|
|
this.TC_trpoke.SelectedIndex = 0;
|
|
this.TC_trpoke.Size = new System.Drawing.Size(232, 311);
|
|
this.TC_trpoke.TabIndex = 448;
|
|
//
|
|
// Tab_Main
|
|
//
|
|
this.Tab_Main.Controls.Add(this.flowLayoutPanel2);
|
|
this.Tab_Main.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Main.Name = "Tab_Main";
|
|
this.Tab_Main.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Main.Size = new System.Drawing.Size(224, 285);
|
|
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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3);
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(218, 279);
|
|
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, 10);
|
|
this.FLP_Species.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
|
|
this.FLP_Species.Name = "FLP_Species";
|
|
this.FLP_Species.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Species.TabIndex = 1;
|
|
//
|
|
// L_Species
|
|
//
|
|
this.L_Species.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Species.Name = "L_Species";
|
|
this.L_Species.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 31);
|
|
this.FLP_Form.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Form.Name = "FLP_Form";
|
|
this.FLP_Form.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Form.TabIndex = 2;
|
|
//
|
|
// L_Forme
|
|
//
|
|
this.L_Forme.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Forme.Name = "L_Forme";
|
|
this.L_Forme.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 52);
|
|
this.FLP_LevelShiny.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_LevelShiny.Name = "FLP_LevelShiny";
|
|
this.FLP_LevelShiny.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_LevelShiny.TabIndex = 3;
|
|
//
|
|
// L_Level
|
|
//
|
|
this.L_Level.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Level.Name = "L_Level";
|
|
this.L_Level.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(40, 20);
|
|
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(109, 3);
|
|
this.CHK_Shiny.Name = "CHK_Shiny";
|
|
this.CHK_Shiny.Size = new System.Drawing.Size(52, 17);
|
|
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, 73);
|
|
this.FLP_Ability.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Ability.Name = "FLP_Ability";
|
|
this.FLP_Ability.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Ability.TabIndex = 4;
|
|
//
|
|
// L_Ability
|
|
//
|
|
this.L_Ability.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Ability.Name = "L_Ability";
|
|
this.L_Ability.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 94);
|
|
this.FLP_HeldItem.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_HeldItem.Name = "FLP_HeldItem";
|
|
this.FLP_HeldItem.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_HeldItem.TabIndex = 5;
|
|
//
|
|
// L_Item
|
|
//
|
|
this.L_Item.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Item.Name = "L_Item";
|
|
this.L_Item.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 115);
|
|
this.FLP_Nature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Nature.Name = "FLP_Nature";
|
|
this.FLP_Nature.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Nature.TabIndex = 6;
|
|
//
|
|
// L_Nature
|
|
//
|
|
this.L_Nature.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Nature.Name = "L_Nature";
|
|
this.L_Nature.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 136);
|
|
this.FLP_Gender.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Gender.Name = "FLP_Gender";
|
|
this.FLP_Gender.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Gender.TabIndex = 8;
|
|
//
|
|
// L_Gender
|
|
//
|
|
this.L_Gender.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Gender.Name = "L_Gender";
|
|
this.L_Gender.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(136, 21);
|
|
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, 157);
|
|
this.FLP_Friendship.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Friendship.Name = "FLP_Friendship";
|
|
this.FLP_Friendship.Size = new System.Drawing.Size(215, 21);
|
|
this.FLP_Friendship.TabIndex = 9;
|
|
//
|
|
// L_Friendship
|
|
//
|
|
this.L_Friendship.Location = new System.Drawing.Point(3, 0);
|
|
this.L_Friendship.Name = "L_Friendship";
|
|
this.L_Friendship.Size = new System.Drawing.Size(60, 21);
|
|
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(66, 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(40, 20);
|
|
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, 178);
|
|
this.FLP_Mega.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Mega.Name = "FLP_Mega";
|
|
this.FLP_Mega.Size = new System.Drawing.Size(215, 21);
|
|
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(5, 3);
|
|
this.CHK_CanMega.Margin = new System.Windows.Forms.Padding(5, 3, 3, 3);
|
|
this.CHK_CanMega.Name = "CHK_CanMega";
|
|
this.CHK_CanMega.Size = new System.Drawing.Size(75, 17);
|
|
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(83, 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(40, 20);
|
|
this.NUD_MegaForm.TabIndex = 1;
|
|
//
|
|
// Tab_Stats
|
|
//
|
|
this.Tab_Stats.Controls.Add(this.Stats);
|
|
this.Tab_Stats.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Stats.Name = "Tab_Stats";
|
|
this.Tab_Stats.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Stats.Size = new System.Drawing.Size(224, 285);
|
|
this.Tab_Stats.TabIndex = 2;
|
|
this.Tab_Stats.Text = "Stats";
|
|
this.Tab_Stats.UseVisualStyleBackColor = true;
|
|
//
|
|
// Stats
|
|
//
|
|
this.Stats.Location = new System.Drawing.Point(1, 1);
|
|
this.Stats.Name = "Stats";
|
|
this.Stats.PKM = null;
|
|
this.Stats.Size = new System.Drawing.Size(222, 195);
|
|
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, 22);
|
|
this.Tab_Moves.Name = "Tab_Moves";
|
|
this.Tab_Moves.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Moves.Size = new System.Drawing.Size(224, 285);
|
|
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(75, 3);
|
|
this.B_Clear.Name = "B_Clear";
|
|
this.B_Clear.Size = new System.Drawing.Size(75, 23);
|
|
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(16, 26);
|
|
this.B_CurrentAttack.Name = "B_CurrentAttack";
|
|
this.B_CurrentAttack.Size = new System.Drawing.Size(93, 40);
|
|
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(115, 26);
|
|
this.B_HighAttack.Name = "B_HighAttack";
|
|
this.B_HighAttack.Size = new System.Drawing.Size(93, 40);
|
|
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(22, 72);
|
|
this.GB_Moves.Name = "GB_Moves";
|
|
this.GB_Moves.Size = new System.Drawing.Size(181, 114);
|
|
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(40, 16);
|
|
this.CB_Move1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Move1.Name = "CB_Move1";
|
|
this.CB_Move1.Size = new System.Drawing.Size(121, 21);
|
|
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(40, 82);
|
|
this.CB_Move4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Move4.Name = "CB_Move4";
|
|
this.CB_Move4.Size = new System.Drawing.Size(121, 21);
|
|
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(40, 38);
|
|
this.CB_Move2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Move2.Name = "CB_Move2";
|
|
this.CB_Move2.Size = new System.Drawing.Size(121, 21);
|
|
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(40, 60);
|
|
this.CB_Move3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Move3.Name = "CB_Move3";
|
|
this.CB_Move3.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Move3.TabIndex = 2;
|
|
//
|
|
// L_TrainerName
|
|
//
|
|
this.L_TrainerName.AutoSize = true;
|
|
this.L_TrainerName.Location = new System.Drawing.Point(10, 11);
|
|
this.L_TrainerName.Name = "L_TrainerName";
|
|
this.L_TrainerName.Size = new System.Drawing.Size(74, 13);
|
|
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(85, 8);
|
|
this.TB_TrainerName.MaxLength = 50;
|
|
this.TB_TrainerName.Name = "TB_TrainerName";
|
|
this.TB_TrainerName.Size = new System.Drawing.Size(175, 20);
|
|
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(16, 12);
|
|
this.TC_trdata.Name = "TC_trdata";
|
|
this.TC_trdata.SelectedIndex = 0;
|
|
this.TC_trdata.Size = new System.Drawing.Size(322, 311);
|
|
this.TC_trdata.TabIndex = 450;
|
|
//
|
|
// Tab_Trainer
|
|
//
|
|
this.Tab_Trainer.Controls.Add(this.GB_Items);
|
|
this.Tab_Trainer.Controls.Add(this.GB_AIBits);
|
|
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, 22);
|
|
this.Tab_Trainer.Name = "Tab_Trainer";
|
|
this.Tab_Trainer.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Trainer.Size = new System.Drawing.Size(314, 285);
|
|
this.Tab_Trainer.TabIndex = 0;
|
|
this.Tab_Trainer.Text = "Trainer";
|
|
this.Tab_Trainer.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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(6, 83);
|
|
this.GB_Items.Name = "GB_Items";
|
|
this.GB_Items.Size = new System.Drawing.Size(200, 118);
|
|
this.GB_Items.TabIndex = 464;
|
|
this.GB_Items.TabStop = false;
|
|
this.GB_Items.Text = "Battle Items";
|
|
//
|
|
// GB_AIBits
|
|
//
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI7);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI6);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI5);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI4);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI3);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI2);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI1);
|
|
this.GB_AIBits.Controls.Add(this.CHK_AI0);
|
|
this.GB_AIBits.Location = new System.Drawing.Point(208, 83);
|
|
this.GB_AIBits.Name = "GB_AIBits";
|
|
this.GB_AIBits.Size = new System.Drawing.Size(100, 161);
|
|
this.GB_AIBits.TabIndex = 463;
|
|
this.GB_AIBits.TabStop = false;
|
|
this.GB_AIBits.Text = "AI Bits";
|
|
//
|
|
// CHK_AI7
|
|
//
|
|
this.CHK_AI7.AutoSize = true;
|
|
this.CHK_AI7.Enabled = false;
|
|
this.CHK_AI7.Location = new System.Drawing.Point(13, 133);
|
|
this.CHK_AI7.Name = "CHK_AI7";
|
|
this.CHK_AI7.Size = new System.Drawing.Size(63, 17);
|
|
this.CHK_AI7.TabIndex = 459;
|
|
this.CHK_AI7.Text = "Unused";
|
|
this.CHK_AI7.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI6
|
|
//
|
|
this.CHK_AI6.AutoSize = true;
|
|
this.CHK_AI6.Location = new System.Drawing.Point(13, 119);
|
|
this.CHK_AI6.Name = "CHK_AI6";
|
|
this.CHK_AI6.Size = new System.Drawing.Size(88, 17);
|
|
this.CHK_AI6.TabIndex = 458;
|
|
this.CHK_AI6.Text = "PokeChange";
|
|
this.CHK_AI6.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI5
|
|
//
|
|
this.CHK_AI5.AutoSize = true;
|
|
this.CHK_AI5.Location = new System.Drawing.Point(13, 105);
|
|
this.CHK_AI5.Name = "CHK_AI5";
|
|
this.CHK_AI5.Size = new System.Drawing.Size(46, 17);
|
|
this.CHK_AI5.TabIndex = 457;
|
|
this.CHK_AI5.Text = "Item";
|
|
this.CHK_AI5.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI4
|
|
//
|
|
this.CHK_AI4.AutoSize = true;
|
|
this.CHK_AI4.Location = new System.Drawing.Point(13, 91);
|
|
this.CHK_AI4.Name = "CHK_AI4";
|
|
this.CHK_AI4.Size = new System.Drawing.Size(75, 17);
|
|
this.CHK_AI4.TabIndex = 456;
|
|
this.CHK_AI4.Text = "Allowance";
|
|
this.CHK_AI4.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI3
|
|
//
|
|
this.CHK_AI3.AutoSize = true;
|
|
this.CHK_AI3.Location = new System.Drawing.Point(13, 77);
|
|
this.CHK_AI3.Name = "CHK_AI3";
|
|
this.CHK_AI3.Size = new System.Drawing.Size(65, 17);
|
|
this.CHK_AI3.TabIndex = 455;
|
|
this.CHK_AI3.Text = "Doubles";
|
|
this.CHK_AI3.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI2
|
|
//
|
|
this.CHK_AI2.AutoSize = true;
|
|
this.CHK_AI2.Location = new System.Drawing.Point(13, 51);
|
|
this.CHK_AI2.Name = "CHK_AI2";
|
|
this.CHK_AI2.Size = new System.Drawing.Size(56, 17);
|
|
this.CHK_AI2.TabIndex = 454;
|
|
this.CHK_AI2.Text = "Expert";
|
|
this.CHK_AI2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI1
|
|
//
|
|
this.CHK_AI1.AutoSize = true;
|
|
this.CHK_AI1.Location = new System.Drawing.Point(13, 37);
|
|
this.CHK_AI1.Name = "CHK_AI1";
|
|
this.CHK_AI1.Size = new System.Drawing.Size(57, 17);
|
|
this.CHK_AI1.TabIndex = 453;
|
|
this.CHK_AI1.Text = "Strong";
|
|
this.CHK_AI1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_AI0
|
|
//
|
|
this.CHK_AI0.AutoSize = true;
|
|
this.CHK_AI0.Location = new System.Drawing.Point(13, 23);
|
|
this.CHK_AI0.Name = "CHK_AI0";
|
|
this.CHK_AI0.Size = new System.Drawing.Size(52, 17);
|
|
this.CHK_AI0.TabIndex = 452;
|
|
this.CHK_AI0.Text = "Basic";
|
|
this.CHK_AI0.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_GiftCount
|
|
//
|
|
this.NUD_GiftCount.Location = new System.Drawing.Point(159, 214);
|
|
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(40, 20);
|
|
this.NUD_GiftCount.TabIndex = 462;
|
|
//
|
|
// L_Gift
|
|
//
|
|
this.L_Gift.AutoSize = true;
|
|
this.L_Gift.Location = new System.Drawing.Point(25, 217);
|
|
this.L_Gift.Name = "L_Gift";
|
|
this.L_Gift.Size = new System.Drawing.Size(26, 13);
|
|
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(57, 214);
|
|
this.CB_Gift.Name = "CB_Gift";
|
|
this.CB_Gift.Size = new System.Drawing.Size(99, 21);
|
|
this.CB_Gift.TabIndex = 460;
|
|
//
|
|
// Tab_Rand
|
|
//
|
|
this.Tab_Rand.Controls.Add(this.B_Dump);
|
|
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, 22);
|
|
this.Tab_Rand.Name = "Tab_Rand";
|
|
this.Tab_Rand.Size = new System.Drawing.Size(314, 285);
|
|
this.Tab_Rand.TabIndex = 2;
|
|
this.Tab_Rand.Text = "Randomizer Options";
|
|
this.Tab_Rand.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_Dump
|
|
//
|
|
this.B_Dump.Location = new System.Drawing.Point(174, 0);
|
|
this.B_Dump.Name = "B_Dump";
|
|
this.B_Dump.Size = new System.Drawing.Size(70, 20);
|
|
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_Randomize
|
|
//
|
|
this.B_Randomize.Location = new System.Drawing.Point(243, 0);
|
|
this.B_Randomize.Name = "B_Randomize";
|
|
this.B_Randomize.Size = new System.Drawing.Size(70, 20);
|
|
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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TC_RandSettings.Location = new System.Drawing.Point(0, 0);
|
|
this.TC_RandSettings.Name = "TC_RandSettings";
|
|
this.TC_RandSettings.SelectedIndex = 0;
|
|
this.TC_RandSettings.Size = new System.Drawing.Size(314, 285);
|
|
this.TC_RandSettings.TabIndex = 447;
|
|
//
|
|
// Tab_RTrainer
|
|
//
|
|
this.Tab_RTrainer.Controls.Add(this.PG_RTrainer);
|
|
this.Tab_RTrainer.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_RTrainer.Name = "Tab_RTrainer";
|
|
this.Tab_RTrainer.Size = new System.Drawing.Size(306, 259);
|
|
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.Name = "PG_RTrainer";
|
|
this.PG_RTrainer.Size = new System.Drawing.Size(306, 259);
|
|
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, 22);
|
|
this.Tab_RSpecies.Name = "Tab_RSpecies";
|
|
this.Tab_RSpecies.Size = new System.Drawing.Size(306, 259);
|
|
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.Name = "PG_Species";
|
|
this.PG_Species.Size = new System.Drawing.Size(306, 259);
|
|
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, 22);
|
|
this.Tab_RMoves.Name = "Tab_RMoves";
|
|
this.Tab_RMoves.Size = new System.Drawing.Size(306, 259);
|
|
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.Name = "PG_Moves";
|
|
this.PG_Moves.Size = new System.Drawing.Size(306, 259);
|
|
this.PG_Moves.TabIndex = 1;
|
|
this.PG_Moves.ToolbarVisible = false;
|
|
//
|
|
// 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(497, 7);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
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(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 401);
|
|
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.MaximizeBox = false;
|
|
this.Name = "BTTE";
|
|
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.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_Items.ResumeLayout(false);
|
|
this.GB_Items.PerformLayout();
|
|
this.GB_AIBits.ResumeLayout(false);
|
|
this.GB_AIBits.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.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.CheckBox CHK_AI7;
|
|
private System.Windows.Forms.CheckBox CHK_AI6;
|
|
private System.Windows.Forms.CheckBox CHK_AI5;
|
|
private System.Windows.Forms.CheckBox CHK_AI4;
|
|
private System.Windows.Forms.CheckBox CHK_AI3;
|
|
private System.Windows.Forms.CheckBox CHK_AI2;
|
|
private System.Windows.Forms.CheckBox CHK_AI1;
|
|
private System.Windows.Forms.CheckBox CHK_AI0;
|
|
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_AIBits;
|
|
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;
|
|
}
|
|
}
|
|
|