mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 09:52:14 -05:00
1877 lines
86 KiB
C#
1877 lines
86 KiB
C#
namespace pk3DS.WinForms;
|
|
|
|
partial class PersonalEditor7
|
|
{
|
|
/// <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.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.L_Species_Precursor = new System.Windows.Forms.Label();
|
|
this.TC_Pokemon = new System.Windows.Forms.TabControl();
|
|
this.TP_General = new System.Windows.Forms.TabPage();
|
|
this.TB_RawColor = new System.Windows.Forms.TextBox();
|
|
this.L_HiddenAbility = new System.Windows.Forms.Label();
|
|
this.L_WeightKG = new System.Windows.Forms.Label();
|
|
this.L_Ability2 = new System.Windows.Forms.Label();
|
|
this.L_HeightM = new System.Windows.Forms.Label();
|
|
this.L_Ability1 = new System.Windows.Forms.Label();
|
|
this.TB_Weight = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Height = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Weight = new System.Windows.Forms.Label();
|
|
this.L_Height = new System.Windows.Forms.Label();
|
|
this.CB_ZMove = new System.Windows.Forms.ComboBox();
|
|
this.CB_ZBaseMove = new System.Windows.Forms.ComboBox();
|
|
this.CB_ZItem = new System.Windows.Forms.ComboBox();
|
|
this.TB_CallRate = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_CallRate = new System.Windows.Forms.Label();
|
|
this.CHK_Variant = new System.Windows.Forms.CheckBox();
|
|
this.TB_BST = new System.Windows.Forms.TextBox();
|
|
this.L_BST = new System.Windows.Forms.Label();
|
|
this.TB_CatchRate = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Stage = new System.Windows.Forms.TextBox();
|
|
this.L_Stage = new System.Windows.Forms.Label();
|
|
this.TB_FormeCount = new System.Windows.Forms.TextBox();
|
|
this.L_FormesCount = new System.Windows.Forms.Label();
|
|
this.TB_FormeSprite = new System.Windows.Forms.TextBox();
|
|
this.L_FormeSprite = new System.Windows.Forms.Label();
|
|
this.L_CatchRate = new System.Windows.Forms.Label();
|
|
this.CB_Color = new System.Windows.Forms.ComboBox();
|
|
this.CB_EXPGroup = new System.Windows.Forms.ComboBox();
|
|
this.L_Color = new System.Windows.Forms.Label();
|
|
this.L_EXPGrowth = new System.Windows.Forms.Label();
|
|
this.CB_Ability3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Ability2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Ability1 = new System.Windows.Forms.ComboBox();
|
|
this.CB_EggGroup2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_EggGroup1 = new System.Windows.Forms.ComboBox();
|
|
this.L_EggGroup = new System.Windows.Forms.Label();
|
|
this.L_Ability = new System.Windows.Forms.Label();
|
|
this.TB_BaseExp = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_BaseEXP = new System.Windows.Forms.Label();
|
|
this.TB_HatchCycles = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_HatchCycles = new System.Windows.Forms.Label();
|
|
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Gender = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Friendship = new System.Windows.Forms.Label();
|
|
this.L_Gender = new System.Windows.Forms.Label();
|
|
this.L_Item1 = new System.Windows.Forms.Label();
|
|
this.L_Item5 = new System.Windows.Forms.Label();
|
|
this.L_Item50 = new System.Windows.Forms.Label();
|
|
this.CB_HeldItem3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_HeldItem2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_HeldItem1 = new System.Windows.Forms.ComboBox();
|
|
this.L_HeldItem = new System.Windows.Forms.Label();
|
|
this.CB_Type2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Type1 = new System.Windows.Forms.ComboBox();
|
|
this.L_Type = new System.Windows.Forms.Label();
|
|
this.TB_SPEEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_SPDEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_SPAEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_DEFEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_ATKEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_HPEVs = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseSPE = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseSPD = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseSPA = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseDEF = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseATK = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BaseHP = new System.Windows.Forms.MaskedTextBox();
|
|
this.Label_HP = new System.Windows.Forms.Label();
|
|
this.Label_ATK = new System.Windows.Forms.Label();
|
|
this.Label_DEF = new System.Windows.Forms.Label();
|
|
this.Label_SPA = new System.Windows.Forms.Label();
|
|
this.Label_SPD = new System.Windows.Forms.Label();
|
|
this.Label_SPE = new System.Windows.Forms.Label();
|
|
this.L_EVYield = new System.Windows.Forms.Label();
|
|
this.L_BaseStats = new System.Windows.Forms.Label();
|
|
this.L_ZMove = new System.Windows.Forms.Label();
|
|
this.L_BaseMove = new System.Windows.Forms.Label();
|
|
this.L_ZCrystal = new System.Windows.Forms.Label();
|
|
this.TP_MoveTutors = new System.Windows.Forms.TabPage();
|
|
this.L_BeachTutors = new System.Windows.Forms.Label();
|
|
this.CLB_BeachTutors = new System.Windows.Forms.CheckedListBox();
|
|
this.L_Special = new System.Windows.Forms.Label();
|
|
this.L_TM = new System.Windows.Forms.Label();
|
|
this.CLB_MoveTutors = new System.Windows.Forms.CheckedListBox();
|
|
this.CLB_TM = new System.Windows.Forms.CheckedListBox();
|
|
this.TP_Randomizer = new System.Windows.Forms.TabPage();
|
|
this.GB_Modifier = new System.Windows.Forms.GroupBox();
|
|
this.CHK_FullMoveTutorCompatibility = new System.Windows.Forms.CheckBox();
|
|
this.CHK_FullTMCompatibility = new System.Windows.Forms.CheckBox();
|
|
this.CHK_NoTutor = new System.Windows.Forms.CheckBox();
|
|
this.CHK_CatchRateMod = new System.Windows.Forms.CheckBox();
|
|
this.L_CatchRateMod = new System.Windows.Forms.Label();
|
|
this.NUD_CatchRateMod = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_CallRate = new System.Windows.Forms.CheckBox();
|
|
this.NUD_CallRate = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_EXP = new System.Windows.Forms.CheckBox();
|
|
this.L_CallRateVal = new System.Windows.Forms.Label();
|
|
this.CHK_Growth = new System.Windows.Forms.CheckBox();
|
|
this.CHK_QuickHatch = new System.Windows.Forms.CheckBox();
|
|
this.L_FinalXP = new System.Windows.Forms.Label();
|
|
this.NUD_EXP = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_NoEV = new System.Windows.Forms.CheckBox();
|
|
this.B_ModAll = new System.Windows.Forms.Button();
|
|
this.GB_Randomizer = new System.Windows.Forms.GroupBox();
|
|
this.CHK_Shuffle = new System.Windows.Forms.CheckBox();
|
|
this.L_Same = new System.Windows.Forms.Label();
|
|
this.NUD_Egg = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_BeachTutors = new System.Windows.Forms.CheckBox();
|
|
this.CHK_WGuard = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Ability = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Tutors = new System.Windows.Forms.CheckBox();
|
|
this.CHK_rSPE = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Type = new System.Windows.Forms.CheckBox();
|
|
this.CHK_rSPD = new System.Windows.Forms.CheckBox();
|
|
this.CHK_rSPA = new System.Windows.Forms.CheckBox();
|
|
this.L_SingleType = new System.Windows.Forms.Label();
|
|
this.CHK_rDEF = new System.Windows.Forms.CheckBox();
|
|
this.CHK_rATK = new System.Windows.Forms.CheckBox();
|
|
this.NUD_TypePercent = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_rHP = new System.Windows.Forms.CheckBox();
|
|
this.L_StatDev = new System.Windows.Forms.Label();
|
|
this.CHK_TM = new System.Windows.Forms.CheckBox();
|
|
this.NUD_StatDev = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_Stats = new System.Windows.Forms.CheckBox();
|
|
this.CHK_EggGroup = new System.Windows.Forms.CheckBox();
|
|
this.CHK_CatchRate = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Item = new System.Windows.Forms.CheckBox();
|
|
this.B_Randomize = new System.Windows.Forms.Button();
|
|
this.PB_MonSprite = new System.Windows.Forms.PictureBox();
|
|
this.B_Dump = new System.Windows.Forms.Button();
|
|
this.CHK_FullBeachTutorCompatibility = new System.Windows.Forms.CheckBox();
|
|
this.TC_Pokemon.SuspendLayout();
|
|
this.TP_General.SuspendLayout();
|
|
this.TP_MoveTutors.SuspendLayout();
|
|
this.TP_Randomizer.SuspendLayout();
|
|
this.GB_Modifier.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CatchRateMod)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CallRate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_EXP)).BeginInit();
|
|
this.GB_Randomizer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Egg)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TypePercent)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatDev)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// CB_Species
|
|
//
|
|
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Species.FormattingEnabled = true;
|
|
this.CB_Species.Location = new System.Drawing.Point(107, 12);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(160, 21);
|
|
this.CB_Species.TabIndex = 2;
|
|
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.CB_Species_SelectedIndexChanged);
|
|
//
|
|
// L_Species_Precursor
|
|
//
|
|
this.L_Species_Precursor.AutoSize = true;
|
|
this.L_Species_Precursor.Location = new System.Drawing.Point(13, 15);
|
|
this.L_Species_Precursor.Name = "L_Species_Precursor";
|
|
this.L_Species_Precursor.Size = new System.Drawing.Size(88, 13);
|
|
this.L_Species_Precursor.TabIndex = 3;
|
|
this.L_Species_Precursor.Text = "Current Species: ";
|
|
//
|
|
// TC_Pokemon
|
|
//
|
|
this.TC_Pokemon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.TC_Pokemon.Controls.Add(this.TP_General);
|
|
this.TC_Pokemon.Controls.Add(this.TP_MoveTutors);
|
|
this.TC_Pokemon.Controls.Add(this.TP_Randomizer);
|
|
this.TC_Pokemon.Location = new System.Drawing.Point(12, 40);
|
|
this.TC_Pokemon.Name = "TC_Pokemon";
|
|
this.TC_Pokemon.SelectedIndex = 0;
|
|
this.TC_Pokemon.Size = new System.Drawing.Size(445, 375);
|
|
this.TC_Pokemon.TabIndex = 416;
|
|
//
|
|
// TP_General
|
|
//
|
|
this.TP_General.Controls.Add(this.TB_RawColor);
|
|
this.TP_General.Controls.Add(this.L_HiddenAbility);
|
|
this.TP_General.Controls.Add(this.L_WeightKG);
|
|
this.TP_General.Controls.Add(this.L_Ability2);
|
|
this.TP_General.Controls.Add(this.L_HeightM);
|
|
this.TP_General.Controls.Add(this.L_Ability1);
|
|
this.TP_General.Controls.Add(this.TB_Weight);
|
|
this.TP_General.Controls.Add(this.TB_Height);
|
|
this.TP_General.Controls.Add(this.L_Weight);
|
|
this.TP_General.Controls.Add(this.L_Height);
|
|
this.TP_General.Controls.Add(this.CB_ZMove);
|
|
this.TP_General.Controls.Add(this.CB_ZBaseMove);
|
|
this.TP_General.Controls.Add(this.CB_ZItem);
|
|
this.TP_General.Controls.Add(this.TB_CallRate);
|
|
this.TP_General.Controls.Add(this.L_CallRate);
|
|
this.TP_General.Controls.Add(this.CHK_Variant);
|
|
this.TP_General.Controls.Add(this.TB_BST);
|
|
this.TP_General.Controls.Add(this.L_BST);
|
|
this.TP_General.Controls.Add(this.TB_CatchRate);
|
|
this.TP_General.Controls.Add(this.TB_Stage);
|
|
this.TP_General.Controls.Add(this.L_Stage);
|
|
this.TP_General.Controls.Add(this.TB_FormeCount);
|
|
this.TP_General.Controls.Add(this.L_FormesCount);
|
|
this.TP_General.Controls.Add(this.TB_FormeSprite);
|
|
this.TP_General.Controls.Add(this.L_FormeSprite);
|
|
this.TP_General.Controls.Add(this.L_CatchRate);
|
|
this.TP_General.Controls.Add(this.CB_Color);
|
|
this.TP_General.Controls.Add(this.CB_EXPGroup);
|
|
this.TP_General.Controls.Add(this.L_Color);
|
|
this.TP_General.Controls.Add(this.L_EXPGrowth);
|
|
this.TP_General.Controls.Add(this.CB_Ability3);
|
|
this.TP_General.Controls.Add(this.CB_Ability2);
|
|
this.TP_General.Controls.Add(this.CB_Ability1);
|
|
this.TP_General.Controls.Add(this.CB_EggGroup2);
|
|
this.TP_General.Controls.Add(this.CB_EggGroup1);
|
|
this.TP_General.Controls.Add(this.L_EggGroup);
|
|
this.TP_General.Controls.Add(this.L_Ability);
|
|
this.TP_General.Controls.Add(this.TB_BaseExp);
|
|
this.TP_General.Controls.Add(this.L_BaseEXP);
|
|
this.TP_General.Controls.Add(this.TB_HatchCycles);
|
|
this.TP_General.Controls.Add(this.L_HatchCycles);
|
|
this.TP_General.Controls.Add(this.TB_Friendship);
|
|
this.TP_General.Controls.Add(this.TB_Gender);
|
|
this.TP_General.Controls.Add(this.L_Friendship);
|
|
this.TP_General.Controls.Add(this.L_Gender);
|
|
this.TP_General.Controls.Add(this.L_Item1);
|
|
this.TP_General.Controls.Add(this.L_Item5);
|
|
this.TP_General.Controls.Add(this.L_Item50);
|
|
this.TP_General.Controls.Add(this.CB_HeldItem3);
|
|
this.TP_General.Controls.Add(this.CB_HeldItem2);
|
|
this.TP_General.Controls.Add(this.CB_HeldItem1);
|
|
this.TP_General.Controls.Add(this.L_HeldItem);
|
|
this.TP_General.Controls.Add(this.CB_Type2);
|
|
this.TP_General.Controls.Add(this.CB_Type1);
|
|
this.TP_General.Controls.Add(this.L_Type);
|
|
this.TP_General.Controls.Add(this.TB_SPEEVs);
|
|
this.TP_General.Controls.Add(this.TB_SPDEVs);
|
|
this.TP_General.Controls.Add(this.TB_SPAEVs);
|
|
this.TP_General.Controls.Add(this.TB_DEFEVs);
|
|
this.TP_General.Controls.Add(this.TB_ATKEVs);
|
|
this.TP_General.Controls.Add(this.TB_HPEVs);
|
|
this.TP_General.Controls.Add(this.TB_BaseSPE);
|
|
this.TP_General.Controls.Add(this.TB_BaseSPD);
|
|
this.TP_General.Controls.Add(this.TB_BaseSPA);
|
|
this.TP_General.Controls.Add(this.TB_BaseDEF);
|
|
this.TP_General.Controls.Add(this.TB_BaseATK);
|
|
this.TP_General.Controls.Add(this.TB_BaseHP);
|
|
this.TP_General.Controls.Add(this.Label_HP);
|
|
this.TP_General.Controls.Add(this.Label_ATK);
|
|
this.TP_General.Controls.Add(this.Label_DEF);
|
|
this.TP_General.Controls.Add(this.Label_SPA);
|
|
this.TP_General.Controls.Add(this.Label_SPD);
|
|
this.TP_General.Controls.Add(this.Label_SPE);
|
|
this.TP_General.Controls.Add(this.L_EVYield);
|
|
this.TP_General.Controls.Add(this.L_BaseStats);
|
|
this.TP_General.Controls.Add(this.L_ZMove);
|
|
this.TP_General.Controls.Add(this.L_BaseMove);
|
|
this.TP_General.Controls.Add(this.L_ZCrystal);
|
|
this.TP_General.Location = new System.Drawing.Point(4, 22);
|
|
this.TP_General.Name = "TP_General";
|
|
this.TP_General.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TP_General.Size = new System.Drawing.Size(437, 349);
|
|
this.TP_General.TabIndex = 0;
|
|
this.TP_General.Text = "General Info";
|
|
this.TP_General.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_RawColor
|
|
//
|
|
this.TB_RawColor.Location = new System.Drawing.Point(229, 209);
|
|
this.TB_RawColor.Name = "TB_RawColor";
|
|
this.TB_RawColor.ReadOnly = true;
|
|
this.TB_RawColor.Size = new System.Drawing.Size(30, 20);
|
|
this.TB_RawColor.TabIndex = 420;
|
|
this.TB_RawColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_RawColor.Visible = false;
|
|
//
|
|
// L_HiddenAbility
|
|
//
|
|
this.L_HiddenAbility.AutoSize = true;
|
|
this.L_HiddenAbility.Location = new System.Drawing.Point(413, 126);
|
|
this.L_HiddenAbility.Name = "L_HiddenAbility";
|
|
this.L_HiddenAbility.Size = new System.Drawing.Size(21, 13);
|
|
this.L_HiddenAbility.TabIndex = 421;
|
|
this.L_HiddenAbility.Text = "(H)";
|
|
//
|
|
// L_WeightKG
|
|
//
|
|
this.L_WeightKG.AutoSize = true;
|
|
this.L_WeightKG.Location = new System.Drawing.Point(416, 326);
|
|
this.L_WeightKG.Name = "L_WeightKG";
|
|
this.L_WeightKG.Size = new System.Drawing.Size(19, 13);
|
|
this.L_WeightKG.TabIndex = 105;
|
|
this.L_WeightKG.Text = "kg";
|
|
//
|
|
// L_Ability2
|
|
//
|
|
this.L_Ability2.AutoSize = true;
|
|
this.L_Ability2.Location = new System.Drawing.Point(414, 104);
|
|
this.L_Ability2.Name = "L_Ability2";
|
|
this.L_Ability2.Size = new System.Drawing.Size(19, 13);
|
|
this.L_Ability2.TabIndex = 420;
|
|
this.L_Ability2.Text = "(2)";
|
|
//
|
|
// L_HeightM
|
|
//
|
|
this.L_HeightM.AutoSize = true;
|
|
this.L_HeightM.Location = new System.Drawing.Point(416, 305);
|
|
this.L_HeightM.Name = "L_HeightM";
|
|
this.L_HeightM.Size = new System.Drawing.Size(15, 13);
|
|
this.L_HeightM.TabIndex = 104;
|
|
this.L_HeightM.Text = "m";
|
|
//
|
|
// L_Ability1
|
|
//
|
|
this.L_Ability1.AutoSize = true;
|
|
this.L_Ability1.Location = new System.Drawing.Point(414, 82);
|
|
this.L_Ability1.Name = "L_Ability1";
|
|
this.L_Ability1.Size = new System.Drawing.Size(19, 13);
|
|
this.L_Ability1.TabIndex = 419;
|
|
this.L_Ability1.Text = "(1)";
|
|
//
|
|
// TB_Weight
|
|
//
|
|
this.TB_Weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Weight.Location = new System.Drawing.Point(384, 322);
|
|
this.TB_Weight.Mask = "000.0";
|
|
this.TB_Weight.Name = "TB_Weight";
|
|
this.TB_Weight.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Weight.TabIndex = 103;
|
|
this.TB_Weight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Height
|
|
//
|
|
this.TB_Height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Height.Location = new System.Drawing.Point(384, 301);
|
|
this.TB_Height.Mask = "00.0";
|
|
this.TB_Height.Name = "TB_Height";
|
|
this.TB_Height.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Height.TabIndex = 102;
|
|
this.TB_Height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Weight
|
|
//
|
|
this.L_Weight.AutoSize = true;
|
|
this.L_Weight.Location = new System.Drawing.Point(340, 325);
|
|
this.L_Weight.Name = "L_Weight";
|
|
this.L_Weight.Size = new System.Drawing.Size(44, 13);
|
|
this.L_Weight.TabIndex = 101;
|
|
this.L_Weight.Text = "Weight:";
|
|
this.L_Weight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Height
|
|
//
|
|
this.L_Height.AutoSize = true;
|
|
this.L_Height.Location = new System.Drawing.Point(343, 304);
|
|
this.L_Height.Name = "L_Height";
|
|
this.L_Height.Size = new System.Drawing.Size(41, 13);
|
|
this.L_Height.TabIndex = 100;
|
|
this.L_Height.Text = "Height:";
|
|
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_ZMove
|
|
//
|
|
this.CB_ZMove.FormattingEnabled = true;
|
|
this.CB_ZMove.Location = new System.Drawing.Point(177, 321);
|
|
this.CB_ZMove.Name = "CB_ZMove";
|
|
this.CB_ZMove.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZMove.TabIndex = 98;
|
|
//
|
|
// CB_ZBaseMove
|
|
//
|
|
this.CB_ZBaseMove.FormattingEnabled = true;
|
|
this.CB_ZBaseMove.Location = new System.Drawing.Point(177, 299);
|
|
this.CB_ZBaseMove.Name = "CB_ZBaseMove";
|
|
this.CB_ZBaseMove.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZBaseMove.TabIndex = 95;
|
|
//
|
|
// CB_ZItem
|
|
//
|
|
this.CB_ZItem.FormattingEnabled = true;
|
|
this.CB_ZItem.Location = new System.Drawing.Point(177, 277);
|
|
this.CB_ZItem.Name = "CB_ZItem";
|
|
this.CB_ZItem.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZItem.TabIndex = 94;
|
|
//
|
|
// TB_CallRate
|
|
//
|
|
this.TB_CallRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_CallRate.Location = new System.Drawing.Point(77, 281);
|
|
this.TB_CallRate.Mask = "000";
|
|
this.TB_CallRate.Name = "TB_CallRate";
|
|
this.TB_CallRate.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_CallRate.TabIndex = 93;
|
|
this.TB_CallRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_CallRate.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// L_CallRate
|
|
//
|
|
this.L_CallRate.AutoSize = true;
|
|
this.L_CallRate.Location = new System.Drawing.Point(23, 285);
|
|
this.L_CallRate.Name = "L_CallRate";
|
|
this.L_CallRate.Size = new System.Drawing.Size(53, 13);
|
|
this.L_CallRate.TabIndex = 92;
|
|
this.L_CallRate.Text = "Call Rate:";
|
|
this.L_CallRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_Variant
|
|
//
|
|
this.CHK_Variant.AutoSize = true;
|
|
this.CHK_Variant.Location = new System.Drawing.Point(185, 259);
|
|
this.CHK_Variant.Name = "CHK_Variant";
|
|
this.CHK_Variant.Size = new System.Drawing.Size(104, 17);
|
|
this.CHK_Variant.TabIndex = 91;
|
|
this.CHK_Variant.Text = "Regional Variant";
|
|
this.CHK_Variant.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_BST
|
|
//
|
|
this.TB_BST.Location = new System.Drawing.Point(387, 27);
|
|
this.TB_BST.Name = "TB_BST";
|
|
this.TB_BST.ReadOnly = true;
|
|
this.TB_BST.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BST.TabIndex = 90;
|
|
this.TB_BST.Text = "___";
|
|
this.TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_BST
|
|
//
|
|
this.L_BST.AutoSize = true;
|
|
this.L_BST.Location = new System.Drawing.Point(355, 30);
|
|
this.L_BST.Name = "L_BST";
|
|
this.L_BST.Size = new System.Drawing.Size(31, 13);
|
|
this.L_BST.TabIndex = 89;
|
|
this.L_BST.Text = "BST:";
|
|
this.L_BST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_CatchRate
|
|
//
|
|
this.TB_CatchRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_CatchRate.Location = new System.Drawing.Point(387, 51);
|
|
this.TB_CatchRate.Mask = "000";
|
|
this.TB_CatchRate.Name = "TB_CatchRate";
|
|
this.TB_CatchRate.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_CatchRate.TabIndex = 87;
|
|
this.TB_CatchRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_CatchRate.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_Stage
|
|
//
|
|
this.TB_Stage.Location = new System.Drawing.Point(384, 238);
|
|
this.TB_Stage.Name = "TB_Stage";
|
|
this.TB_Stage.ReadOnly = true;
|
|
this.TB_Stage.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Stage.TabIndex = 86;
|
|
this.TB_Stage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Stage
|
|
//
|
|
this.L_Stage.AutoSize = true;
|
|
this.L_Stage.Location = new System.Drawing.Point(299, 240);
|
|
this.L_Stage.Name = "L_Stage";
|
|
this.L_Stage.Size = new System.Drawing.Size(85, 13);
|
|
this.L_Stage.TabIndex = 85;
|
|
this.L_Stage.Text = "Evolution Stage:";
|
|
this.L_Stage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_FormeCount
|
|
//
|
|
this.TB_FormeCount.Location = new System.Drawing.Point(384, 280);
|
|
this.TB_FormeCount.Name = "TB_FormeCount";
|
|
this.TB_FormeCount.ReadOnly = true;
|
|
this.TB_FormeCount.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_FormeCount.TabIndex = 82;
|
|
this.TB_FormeCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_FormesCount
|
|
//
|
|
this.L_FormesCount.AutoSize = true;
|
|
this.L_FormesCount.Location = new System.Drawing.Point(309, 283);
|
|
this.L_FormesCount.Name = "L_FormesCount";
|
|
this.L_FormesCount.Size = new System.Drawing.Size(75, 13);
|
|
this.L_FormesCount.TabIndex = 81;
|
|
this.L_FormesCount.Text = "Formes Count:";
|
|
this.L_FormesCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_FormeSprite
|
|
//
|
|
this.TB_FormeSprite.Location = new System.Drawing.Point(384, 259);
|
|
this.TB_FormeSprite.Name = "TB_FormeSprite";
|
|
this.TB_FormeSprite.ReadOnly = true;
|
|
this.TB_FormeSprite.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_FormeSprite.TabIndex = 80;
|
|
this.TB_FormeSprite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_FormeSprite
|
|
//
|
|
this.L_FormeSprite.AutoSize = true;
|
|
this.L_FormeSprite.Location = new System.Drawing.Point(315, 262);
|
|
this.L_FormeSprite.Name = "L_FormeSprite";
|
|
this.L_FormeSprite.Size = new System.Drawing.Size(69, 13);
|
|
this.L_FormeSprite.TabIndex = 79;
|
|
this.L_FormeSprite.Text = "Forme Sprite:";
|
|
this.L_FormeSprite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_CatchRate
|
|
//
|
|
this.L_CatchRate.AutoSize = true;
|
|
this.L_CatchRate.Location = new System.Drawing.Point(322, 54);
|
|
this.L_CatchRate.Name = "L_CatchRate";
|
|
this.L_CatchRate.Size = new System.Drawing.Size(64, 13);
|
|
this.L_CatchRate.TabIndex = 77;
|
|
this.L_CatchRate.Text = "Catch Rate:";
|
|
//
|
|
// CB_Color
|
|
//
|
|
this.CB_Color.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Color.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Color.FormattingEnabled = true;
|
|
this.CB_Color.Location = new System.Drawing.Point(295, 209);
|
|
this.CB_Color.Name = "CB_Color";
|
|
this.CB_Color.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Color.TabIndex = 76;
|
|
//
|
|
// CB_EXPGroup
|
|
//
|
|
this.CB_EXPGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EXPGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EXPGroup.FormattingEnabled = true;
|
|
this.CB_EXPGroup.Location = new System.Drawing.Point(80, 210);
|
|
this.CB_EXPGroup.Name = "CB_EXPGroup";
|
|
this.CB_EXPGroup.Size = new System.Drawing.Size(112, 21);
|
|
this.CB_EXPGroup.TabIndex = 75;
|
|
//
|
|
// L_Color
|
|
//
|
|
this.L_Color.AutoSize = true;
|
|
this.L_Color.Location = new System.Drawing.Point(261, 211);
|
|
this.L_Color.Name = "L_Color";
|
|
this.L_Color.Size = new System.Drawing.Size(34, 13);
|
|
this.L_Color.TabIndex = 74;
|
|
this.L_Color.Text = "Color:";
|
|
//
|
|
// L_EXPGrowth
|
|
//
|
|
this.L_EXPGrowth.AutoSize = true;
|
|
this.L_EXPGrowth.Location = new System.Drawing.Point(16, 213);
|
|
this.L_EXPGrowth.Name = "L_EXPGrowth";
|
|
this.L_EXPGrowth.Size = new System.Drawing.Size(63, 13);
|
|
this.L_EXPGrowth.TabIndex = 73;
|
|
this.L_EXPGrowth.Text = "EXP Group:";
|
|
//
|
|
// CB_Ability3
|
|
//
|
|
this.CB_Ability3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability3.FormattingEnabled = true;
|
|
this.CB_Ability3.Location = new System.Drawing.Point(272, 123);
|
|
this.CB_Ability3.Name = "CB_Ability3";
|
|
this.CB_Ability3.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability3.TabIndex = 68;
|
|
//
|
|
// CB_Ability2
|
|
//
|
|
this.CB_Ability2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability2.FormattingEnabled = true;
|
|
this.CB_Ability2.Location = new System.Drawing.Point(272, 101);
|
|
this.CB_Ability2.Name = "CB_Ability2";
|
|
this.CB_Ability2.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability2.TabIndex = 67;
|
|
//
|
|
// CB_Ability1
|
|
//
|
|
this.CB_Ability1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability1.FormattingEnabled = true;
|
|
this.CB_Ability1.Location = new System.Drawing.Point(272, 79);
|
|
this.CB_Ability1.Name = "CB_Ability1";
|
|
this.CB_Ability1.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability1.TabIndex = 66;
|
|
//
|
|
// CB_EggGroup2
|
|
//
|
|
this.CB_EggGroup2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EggGroup2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EggGroup2.FormattingEnabled = true;
|
|
this.CB_EggGroup2.Location = new System.Drawing.Point(295, 180);
|
|
this.CB_EggGroup2.Name = "CB_EggGroup2";
|
|
this.CB_EggGroup2.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_EggGroup2.TabIndex = 65;
|
|
//
|
|
// CB_EggGroup1
|
|
//
|
|
this.CB_EggGroup1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EggGroup1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EggGroup1.FormattingEnabled = true;
|
|
this.CB_EggGroup1.Location = new System.Drawing.Point(295, 158);
|
|
this.CB_EggGroup1.Name = "CB_EggGroup1";
|
|
this.CB_EggGroup1.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_EggGroup1.TabIndex = 64;
|
|
//
|
|
// L_EggGroup
|
|
//
|
|
this.L_EggGroup.AutoSize = true;
|
|
this.L_EggGroup.Location = new System.Drawing.Point(230, 161);
|
|
this.L_EggGroup.Name = "L_EggGroup";
|
|
this.L_EggGroup.Size = new System.Drawing.Size(66, 13);
|
|
this.L_EggGroup.TabIndex = 63;
|
|
this.L_EggGroup.Text = "Egg Groups:";
|
|
//
|
|
// L_Ability
|
|
//
|
|
this.L_Ability.AutoSize = true;
|
|
this.L_Ability.Location = new System.Drawing.Point(226, 83);
|
|
this.L_Ability.Name = "L_Ability";
|
|
this.L_Ability.Size = new System.Drawing.Size(45, 13);
|
|
this.L_Ability.TabIndex = 62;
|
|
this.L_Ability.Text = "Abilities:";
|
|
//
|
|
// TB_BaseExp
|
|
//
|
|
this.TB_BaseExp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseExp.Location = new System.Drawing.Point(77, 302);
|
|
this.TB_BaseExp.Mask = "000";
|
|
this.TB_BaseExp.Name = "TB_BaseExp";
|
|
this.TB_BaseExp.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseExp.TabIndex = 61;
|
|
this.TB_BaseExp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseExp.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// L_BaseEXP
|
|
//
|
|
this.L_BaseEXP.AutoSize = true;
|
|
this.L_BaseEXP.Location = new System.Drawing.Point(18, 306);
|
|
this.L_BaseEXP.Name = "L_BaseEXP";
|
|
this.L_BaseEXP.Size = new System.Drawing.Size(58, 13);
|
|
this.L_BaseEXP.TabIndex = 60;
|
|
this.L_BaseEXP.Text = "Base EXP:";
|
|
this.L_BaseEXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_HatchCycles
|
|
//
|
|
this.TB_HatchCycles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HatchCycles.Location = new System.Drawing.Point(77, 323);
|
|
this.TB_HatchCycles.Mask = "000";
|
|
this.TB_HatchCycles.Name = "TB_HatchCycles";
|
|
this.TB_HatchCycles.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_HatchCycles.TabIndex = 58;
|
|
this.TB_HatchCycles.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_HatchCycles.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// L_HatchCycles
|
|
//
|
|
this.L_HatchCycles.AutoSize = true;
|
|
this.L_HatchCycles.Location = new System.Drawing.Point(3, 326);
|
|
this.L_HatchCycles.Name = "L_HatchCycles";
|
|
this.L_HatchCycles.Size = new System.Drawing.Size(73, 13);
|
|
this.L_HatchCycles.TabIndex = 57;
|
|
this.L_HatchCycles.Text = "Hatch Cycles:";
|
|
this.L_HatchCycles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_Friendship
|
|
//
|
|
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Friendship.Location = new System.Drawing.Point(77, 260);
|
|
this.TB_Friendship.Mask = "000";
|
|
this.TB_Friendship.Name = "TB_Friendship";
|
|
this.TB_Friendship.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_Friendship.TabIndex = 56;
|
|
this.TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_Friendship.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_Gender
|
|
//
|
|
this.TB_Gender.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Gender.Location = new System.Drawing.Point(77, 239);
|
|
this.TB_Gender.Mask = "000";
|
|
this.TB_Gender.Name = "TB_Gender";
|
|
this.TB_Gender.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_Gender.TabIndex = 55;
|
|
this.TB_Gender.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_Gender.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// L_Friendship
|
|
//
|
|
this.L_Friendship.AutoSize = true;
|
|
this.L_Friendship.Location = new System.Drawing.Point(18, 264);
|
|
this.L_Friendship.Name = "L_Friendship";
|
|
this.L_Friendship.Size = new System.Drawing.Size(58, 13);
|
|
this.L_Friendship.TabIndex = 54;
|
|
this.L_Friendship.Text = "Friendship:";
|
|
this.L_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Gender
|
|
//
|
|
this.L_Gender.AutoSize = true;
|
|
this.L_Gender.Location = new System.Drawing.Point(31, 242);
|
|
this.L_Gender.Name = "L_Gender";
|
|
this.L_Gender.Size = new System.Drawing.Size(45, 13);
|
|
this.L_Gender.TabIndex = 53;
|
|
this.L_Gender.Text = "Gender:";
|
|
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Item1
|
|
//
|
|
this.L_Item1.AutoSize = true;
|
|
this.L_Item1.Location = new System.Drawing.Point(195, 126);
|
|
this.L_Item1.Name = "L_Item1";
|
|
this.L_Item1.Size = new System.Drawing.Size(21, 13);
|
|
this.L_Item1.TabIndex = 52;
|
|
this.L_Item1.Text = "1%";
|
|
//
|
|
// L_Item5
|
|
//
|
|
this.L_Item5.AutoSize = true;
|
|
this.L_Item5.Location = new System.Drawing.Point(195, 104);
|
|
this.L_Item5.Name = "L_Item5";
|
|
this.L_Item5.Size = new System.Drawing.Size(21, 13);
|
|
this.L_Item5.TabIndex = 51;
|
|
this.L_Item5.Text = "5%";
|
|
//
|
|
// L_Item50
|
|
//
|
|
this.L_Item50.AutoSize = true;
|
|
this.L_Item50.Location = new System.Drawing.Point(195, 83);
|
|
this.L_Item50.Name = "L_Item50";
|
|
this.L_Item50.Size = new System.Drawing.Size(27, 13);
|
|
this.L_Item50.TabIndex = 50;
|
|
this.L_Item50.Text = "50%";
|
|
//
|
|
// CB_HeldItem3
|
|
//
|
|
this.CB_HeldItem3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem3.FormattingEnabled = true;
|
|
this.CB_HeldItem3.Location = new System.Drawing.Point(52, 123);
|
|
this.CB_HeldItem3.Name = "CB_HeldItem3";
|
|
this.CB_HeldItem3.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem3.TabIndex = 49;
|
|
//
|
|
// CB_HeldItem2
|
|
//
|
|
this.CB_HeldItem2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem2.FormattingEnabled = true;
|
|
this.CB_HeldItem2.Location = new System.Drawing.Point(52, 101);
|
|
this.CB_HeldItem2.Name = "CB_HeldItem2";
|
|
this.CB_HeldItem2.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem2.TabIndex = 48;
|
|
//
|
|
// CB_HeldItem1
|
|
//
|
|
this.CB_HeldItem1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem1.FormattingEnabled = true;
|
|
this.CB_HeldItem1.Location = new System.Drawing.Point(52, 79);
|
|
this.CB_HeldItem1.Name = "CB_HeldItem1";
|
|
this.CB_HeldItem1.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem1.TabIndex = 47;
|
|
//
|
|
// L_HeldItem
|
|
//
|
|
this.L_HeldItem.AutoSize = true;
|
|
this.L_HeldItem.Location = new System.Drawing.Point(16, 82);
|
|
this.L_HeldItem.Name = "L_HeldItem";
|
|
this.L_HeldItem.Size = new System.Drawing.Size(35, 13);
|
|
this.L_HeldItem.TabIndex = 46;
|
|
this.L_HeldItem.Text = "Items:";
|
|
//
|
|
// CB_Type2
|
|
//
|
|
this.CB_Type2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Type2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Type2.FormattingEnabled = true;
|
|
this.CB_Type2.Location = new System.Drawing.Point(63, 180);
|
|
this.CB_Type2.Name = "CB_Type2";
|
|
this.CB_Type2.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_Type2.TabIndex = 45;
|
|
//
|
|
// CB_Type1
|
|
//
|
|
this.CB_Type1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Type1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Type1.FormattingEnabled = true;
|
|
this.CB_Type1.Location = new System.Drawing.Point(63, 158);
|
|
this.CB_Type1.Name = "CB_Type1";
|
|
this.CB_Type1.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_Type1.TabIndex = 44;
|
|
//
|
|
// L_Type
|
|
//
|
|
this.L_Type.AutoSize = true;
|
|
this.L_Type.Location = new System.Drawing.Point(16, 161);
|
|
this.L_Type.Name = "L_Type";
|
|
this.L_Type.Size = new System.Drawing.Size(47, 13);
|
|
this.L_Type.TabIndex = 43;
|
|
this.L_Type.Text = "Typings:";
|
|
//
|
|
// TB_SPEEVs
|
|
//
|
|
this.TB_SPEEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPEEVs.Location = new System.Drawing.Point(273, 51);
|
|
this.TB_SPEEVs.Mask = "0";
|
|
this.TB_SPEEVs.Name = "TB_SPEEVs";
|
|
this.TB_SPEEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPEEVs.TabIndex = 42;
|
|
this.TB_SPEEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_SPEEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_SPDEVs
|
|
//
|
|
this.TB_SPDEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPDEVs.Location = new System.Drawing.Point(234, 51);
|
|
this.TB_SPDEVs.Mask = "0";
|
|
this.TB_SPDEVs.Name = "TB_SPDEVs";
|
|
this.TB_SPDEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPDEVs.TabIndex = 41;
|
|
this.TB_SPDEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_SPDEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_SPAEVs
|
|
//
|
|
this.TB_SPAEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPAEVs.Location = new System.Drawing.Point(195, 51);
|
|
this.TB_SPAEVs.Mask = "0";
|
|
this.TB_SPAEVs.Name = "TB_SPAEVs";
|
|
this.TB_SPAEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPAEVs.TabIndex = 40;
|
|
this.TB_SPAEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_SPAEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_DEFEVs
|
|
//
|
|
this.TB_DEFEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_DEFEVs.Location = new System.Drawing.Point(157, 51);
|
|
this.TB_DEFEVs.Mask = "0";
|
|
this.TB_DEFEVs.Name = "TB_DEFEVs";
|
|
this.TB_DEFEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_DEFEVs.TabIndex = 39;
|
|
this.TB_DEFEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_DEFEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_ATKEVs
|
|
//
|
|
this.TB_ATKEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_ATKEVs.Location = new System.Drawing.Point(119, 51);
|
|
this.TB_ATKEVs.Mask = "0";
|
|
this.TB_ATKEVs.Name = "TB_ATKEVs";
|
|
this.TB_ATKEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_ATKEVs.TabIndex = 38;
|
|
this.TB_ATKEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_ATKEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_HPEVs
|
|
//
|
|
this.TB_HPEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HPEVs.Location = new System.Drawing.Point(80, 51);
|
|
this.TB_HPEVs.Mask = "0";
|
|
this.TB_HPEVs.Name = "TB_HPEVs";
|
|
this.TB_HPEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_HPEVs.TabIndex = 37;
|
|
this.TB_HPEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_HPEVs.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseSPE
|
|
//
|
|
this.TB_BaseSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPE.Location = new System.Drawing.Point(273, 27);
|
|
this.TB_BaseSPE.Mask = "000";
|
|
this.TB_BaseSPE.Name = "TB_BaseSPE";
|
|
this.TB_BaseSPE.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPE.TabIndex = 36;
|
|
this.TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseSPE.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseSPD
|
|
//
|
|
this.TB_BaseSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPD.Location = new System.Drawing.Point(234, 27);
|
|
this.TB_BaseSPD.Mask = "000";
|
|
this.TB_BaseSPD.Name = "TB_BaseSPD";
|
|
this.TB_BaseSPD.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPD.TabIndex = 35;
|
|
this.TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseSPD.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseSPA
|
|
//
|
|
this.TB_BaseSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPA.Location = new System.Drawing.Point(195, 27);
|
|
this.TB_BaseSPA.Mask = "000";
|
|
this.TB_BaseSPA.Name = "TB_BaseSPA";
|
|
this.TB_BaseSPA.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPA.TabIndex = 34;
|
|
this.TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseSPA.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseDEF
|
|
//
|
|
this.TB_BaseDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseDEF.Location = new System.Drawing.Point(157, 27);
|
|
this.TB_BaseDEF.Mask = "000";
|
|
this.TB_BaseDEF.Name = "TB_BaseDEF";
|
|
this.TB_BaseDEF.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseDEF.TabIndex = 33;
|
|
this.TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseDEF.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseATK
|
|
//
|
|
this.TB_BaseATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseATK.Location = new System.Drawing.Point(119, 27);
|
|
this.TB_BaseATK.Mask = "000";
|
|
this.TB_BaseATK.Name = "TB_BaseATK";
|
|
this.TB_BaseATK.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseATK.TabIndex = 32;
|
|
this.TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseATK.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// TB_BaseHP
|
|
//
|
|
this.TB_BaseHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseHP.Location = new System.Drawing.Point(80, 27);
|
|
this.TB_BaseHP.Mask = "000";
|
|
this.TB_BaseHP.Name = "TB_BaseHP";
|
|
this.TB_BaseHP.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseHP.TabIndex = 31;
|
|
this.TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_BaseHP.TextChanged += new System.EventHandler(this.ByteLimiter);
|
|
//
|
|
// Label_HP
|
|
//
|
|
this.Label_HP.Location = new System.Drawing.Point(77, 11);
|
|
this.Label_HP.Name = "Label_HP";
|
|
this.Label_HP.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_HP.TabIndex = 25;
|
|
this.Label_HP.Text = "HP:";
|
|
this.Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_ATK
|
|
//
|
|
this.Label_ATK.Location = new System.Drawing.Point(119, 11);
|
|
this.Label_ATK.Name = "Label_ATK";
|
|
this.Label_ATK.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_ATK.TabIndex = 26;
|
|
this.Label_ATK.Text = "Atk:";
|
|
this.Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_DEF
|
|
//
|
|
this.Label_DEF.Location = new System.Drawing.Point(157, 11);
|
|
this.Label_DEF.Name = "Label_DEF";
|
|
this.Label_DEF.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_DEF.TabIndex = 27;
|
|
this.Label_DEF.Text = "Def:";
|
|
this.Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPA
|
|
//
|
|
this.Label_SPA.Location = new System.Drawing.Point(195, 11);
|
|
this.Label_SPA.Name = "Label_SPA";
|
|
this.Label_SPA.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPA.TabIndex = 28;
|
|
this.Label_SPA.Text = "SpA:";
|
|
this.Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPD
|
|
//
|
|
this.Label_SPD.Location = new System.Drawing.Point(234, 11);
|
|
this.Label_SPD.Name = "Label_SPD";
|
|
this.Label_SPD.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPD.TabIndex = 29;
|
|
this.Label_SPD.Text = "SpD:";
|
|
this.Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPE
|
|
//
|
|
this.Label_SPE.Location = new System.Drawing.Point(271, 11);
|
|
this.Label_SPE.Name = "Label_SPE";
|
|
this.Label_SPE.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPE.TabIndex = 30;
|
|
this.Label_SPE.Text = "Spe:";
|
|
this.Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_EVYield
|
|
//
|
|
this.L_EVYield.AutoSize = true;
|
|
this.L_EVYield.Location = new System.Drawing.Point(16, 54);
|
|
this.L_EVYield.Name = "L_EVYield";
|
|
this.L_EVYield.Size = new System.Drawing.Size(50, 13);
|
|
this.L_EVYield.TabIndex = 2;
|
|
this.L_EVYield.Text = "EV Yield:";
|
|
//
|
|
// L_BaseStats
|
|
//
|
|
this.L_BaseStats.AutoSize = true;
|
|
this.L_BaseStats.Location = new System.Drawing.Point(16, 30);
|
|
this.L_BaseStats.Name = "L_BaseStats";
|
|
this.L_BaseStats.Size = new System.Drawing.Size(61, 13);
|
|
this.L_BaseStats.TabIndex = 1;
|
|
this.L_BaseStats.Text = "Base Stats:";
|
|
//
|
|
// L_ZMove
|
|
//
|
|
this.L_ZMove.AutoSize = true;
|
|
this.L_ZMove.Location = new System.Drawing.Point(130, 324);
|
|
this.L_ZMove.Name = "L_ZMove";
|
|
this.L_ZMove.Size = new System.Drawing.Size(47, 13);
|
|
this.L_ZMove.TabIndex = 99;
|
|
this.L_ZMove.Text = "Z-Move:";
|
|
//
|
|
// L_BaseMove
|
|
//
|
|
this.L_BaseMove.AutoSize = true;
|
|
this.L_BaseMove.Location = new System.Drawing.Point(113, 303);
|
|
this.L_BaseMove.Name = "L_BaseMove";
|
|
this.L_BaseMove.Size = new System.Drawing.Size(64, 13);
|
|
this.L_BaseMove.TabIndex = 97;
|
|
this.L_BaseMove.Text = "Base Move:";
|
|
//
|
|
// L_ZCrystal
|
|
//
|
|
this.L_ZCrystal.AutoSize = true;
|
|
this.L_ZCrystal.Location = new System.Drawing.Point(126, 281);
|
|
this.L_ZCrystal.Name = "L_ZCrystal";
|
|
this.L_ZCrystal.Size = new System.Drawing.Size(51, 13);
|
|
this.L_ZCrystal.TabIndex = 96;
|
|
this.L_ZCrystal.Text = "Z-Crystal:";
|
|
//
|
|
// TP_MoveTutors
|
|
//
|
|
this.TP_MoveTutors.Controls.Add(this.L_BeachTutors);
|
|
this.TP_MoveTutors.Controls.Add(this.CLB_BeachTutors);
|
|
this.TP_MoveTutors.Controls.Add(this.L_Special);
|
|
this.TP_MoveTutors.Controls.Add(this.L_TM);
|
|
this.TP_MoveTutors.Controls.Add(this.CLB_MoveTutors);
|
|
this.TP_MoveTutors.Controls.Add(this.CLB_TM);
|
|
this.TP_MoveTutors.Location = new System.Drawing.Point(4, 22);
|
|
this.TP_MoveTutors.Name = "TP_MoveTutors";
|
|
this.TP_MoveTutors.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TP_MoveTutors.Size = new System.Drawing.Size(437, 349);
|
|
this.TP_MoveTutors.TabIndex = 1;
|
|
this.TP_MoveTutors.Text = "Move Tutors";
|
|
this.TP_MoveTutors.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_BeachTutors
|
|
//
|
|
this.L_BeachTutors.AutoSize = true;
|
|
this.L_BeachTutors.Location = new System.Drawing.Point(298, 3);
|
|
this.L_BeachTutors.Name = "L_BeachTutors";
|
|
this.L_BeachTutors.Size = new System.Drawing.Size(74, 13);
|
|
this.L_BeachTutors.TabIndex = 9;
|
|
this.L_BeachTutors.Text = "Beach Tutors:";
|
|
this.L_BeachTutors.Visible = false;
|
|
//
|
|
// CLB_BeachTutors
|
|
//
|
|
this.CLB_BeachTutors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CLB_BeachTutors.Enabled = false;
|
|
this.CLB_BeachTutors.FormattingEnabled = true;
|
|
this.CLB_BeachTutors.Location = new System.Drawing.Point(301, 19);
|
|
this.CLB_BeachTutors.Name = "CLB_BeachTutors";
|
|
this.CLB_BeachTutors.Size = new System.Drawing.Size(133, 319);
|
|
this.CLB_BeachTutors.TabIndex = 8;
|
|
this.CLB_BeachTutors.Visible = false;
|
|
//
|
|
// L_Special
|
|
//
|
|
this.L_Special.AutoSize = true;
|
|
this.L_Special.Location = new System.Drawing.Point(159, 3);
|
|
this.L_Special.Name = "L_Special";
|
|
this.L_Special.Size = new System.Drawing.Size(78, 13);
|
|
this.L_Special.TabIndex = 6;
|
|
this.L_Special.Text = "Special Tutors:";
|
|
//
|
|
// L_TM
|
|
//
|
|
this.L_TM.AutoSize = true;
|
|
this.L_TM.Location = new System.Drawing.Point(6, 3);
|
|
this.L_TM.Name = "L_TM";
|
|
this.L_TM.Size = new System.Drawing.Size(31, 13);
|
|
this.L_TM.TabIndex = 5;
|
|
this.L_TM.Text = "TMs:";
|
|
//
|
|
// CLB_MoveTutors
|
|
//
|
|
this.CLB_MoveTutors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CLB_MoveTutors.FormattingEnabled = true;
|
|
this.CLB_MoveTutors.Location = new System.Drawing.Point(162, 19);
|
|
this.CLB_MoveTutors.Name = "CLB_MoveTutors";
|
|
this.CLB_MoveTutors.Size = new System.Drawing.Size(133, 319);
|
|
this.CLB_MoveTutors.TabIndex = 3;
|
|
//
|
|
// CLB_TM
|
|
//
|
|
this.CLB_TM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CLB_TM.FormattingEnabled = true;
|
|
this.CLB_TM.Location = new System.Drawing.Point(9, 19);
|
|
this.CLB_TM.Name = "CLB_TM";
|
|
this.CLB_TM.Size = new System.Drawing.Size(147, 319);
|
|
this.CLB_TM.TabIndex = 2;
|
|
//
|
|
// TP_Randomizer
|
|
//
|
|
this.TP_Randomizer.Controls.Add(this.GB_Modifier);
|
|
this.TP_Randomizer.Controls.Add(this.B_ModAll);
|
|
this.TP_Randomizer.Controls.Add(this.GB_Randomizer);
|
|
this.TP_Randomizer.Controls.Add(this.B_Randomize);
|
|
this.TP_Randomizer.Location = new System.Drawing.Point(4, 22);
|
|
this.TP_Randomizer.Name = "TP_Randomizer";
|
|
this.TP_Randomizer.Size = new System.Drawing.Size(437, 349);
|
|
this.TP_Randomizer.TabIndex = 2;
|
|
this.TP_Randomizer.Text = "Enhancements";
|
|
this.TP_Randomizer.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Modifier
|
|
//
|
|
this.GB_Modifier.Controls.Add(this.CHK_FullBeachTutorCompatibility);
|
|
this.GB_Modifier.Controls.Add(this.CHK_FullMoveTutorCompatibility);
|
|
this.GB_Modifier.Controls.Add(this.CHK_FullTMCompatibility);
|
|
this.GB_Modifier.Controls.Add(this.CHK_NoTutor);
|
|
this.GB_Modifier.Controls.Add(this.CHK_CatchRateMod);
|
|
this.GB_Modifier.Controls.Add(this.L_CatchRateMod);
|
|
this.GB_Modifier.Controls.Add(this.NUD_CatchRateMod);
|
|
this.GB_Modifier.Controls.Add(this.CHK_CallRate);
|
|
this.GB_Modifier.Controls.Add(this.NUD_CallRate);
|
|
this.GB_Modifier.Controls.Add(this.CHK_EXP);
|
|
this.GB_Modifier.Controls.Add(this.L_CallRateVal);
|
|
this.GB_Modifier.Controls.Add(this.CHK_Growth);
|
|
this.GB_Modifier.Controls.Add(this.CHK_QuickHatch);
|
|
this.GB_Modifier.Controls.Add(this.L_FinalXP);
|
|
this.GB_Modifier.Controls.Add(this.NUD_EXP);
|
|
this.GB_Modifier.Controls.Add(this.CHK_NoEV);
|
|
this.GB_Modifier.Location = new System.Drawing.Point(4, 147);
|
|
this.GB_Modifier.Name = "GB_Modifier";
|
|
this.GB_Modifier.Size = new System.Drawing.Size(345, 188);
|
|
this.GB_Modifier.TabIndex = 419;
|
|
this.GB_Modifier.TabStop = false;
|
|
this.GB_Modifier.Text = "Modifier Options";
|
|
//
|
|
// CHK_FullMoveTutorCompatibility
|
|
//
|
|
this.CHK_FullMoveTutorCompatibility.AutoSize = true;
|
|
this.CHK_FullMoveTutorCompatibility.Location = new System.Drawing.Point(6, 154);
|
|
this.CHK_FullMoveTutorCompatibility.Name = "CHK_FullMoveTutorCompatibility";
|
|
this.CHK_FullMoveTutorCompatibility.Size = new System.Drawing.Size(138, 30);
|
|
this.CHK_FullMoveTutorCompatibility.TabIndex = 23;
|
|
this.CHK_FullMoveTutorCompatibility.Text = "Full Special Move Tutor\nCompatibility";
|
|
this.CHK_FullMoveTutorCompatibility.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_FullTMCompatibility
|
|
//
|
|
this.CHK_FullTMCompatibility.AutoSize = true;
|
|
this.CHK_FullTMCompatibility.Location = new System.Drawing.Point(6, 131);
|
|
this.CHK_FullTMCompatibility.Name = "CHK_FullTMCompatibility";
|
|
this.CHK_FullTMCompatibility.Size = new System.Drawing.Size(122, 17);
|
|
this.CHK_FullTMCompatibility.TabIndex = 22;
|
|
this.CHK_FullTMCompatibility.Text = "Full TM Compatibility";
|
|
this.CHK_FullTMCompatibility.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_NoTutor
|
|
//
|
|
this.CHK_NoTutor.AutoSize = true;
|
|
this.CHK_NoTutor.Location = new System.Drawing.Point(6, 95);
|
|
this.CHK_NoTutor.Name = "CHK_NoTutor";
|
|
this.CHK_NoTutor.Size = new System.Drawing.Size(176, 30);
|
|
this.CHK_NoTutor.TabIndex = 21;
|
|
this.CHK_NoTutor.Text = "Remove All TM/Move Tutor\nCompatibility (Metronome Mode)";
|
|
this.CHK_NoTutor.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_CatchRateMod
|
|
//
|
|
this.CHK_CatchRateMod.AutoSize = true;
|
|
this.CHK_CatchRateMod.Location = new System.Drawing.Point(204, 38);
|
|
this.CHK_CatchRateMod.Name = "CHK_CatchRateMod";
|
|
this.CHK_CatchRateMod.Size = new System.Drawing.Size(114, 17);
|
|
this.CHK_CatchRateMod.TabIndex = 16;
|
|
this.CHK_CatchRateMod.Text = "Modify Catch Rate";
|
|
this.CHK_CatchRateMod.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_CatchRateMod
|
|
//
|
|
this.L_CatchRateMod.AutoSize = true;
|
|
this.L_CatchRateMod.Location = new System.Drawing.Point(230, 58);
|
|
this.L_CatchRateMod.Name = "L_CatchRateMod";
|
|
this.L_CatchRateMod.Size = new System.Drawing.Size(34, 13);
|
|
this.L_CatchRateMod.TabIndex = 15;
|
|
this.L_CatchRateMod.Text = "Value";
|
|
//
|
|
// NUD_CatchRateMod
|
|
//
|
|
this.NUD_CatchRateMod.Location = new System.Drawing.Point(267, 56);
|
|
this.NUD_CatchRateMod.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_CatchRateMod.Minimum = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_CatchRateMod.Name = "NUD_CatchRateMod";
|
|
this.NUD_CatchRateMod.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_CatchRateMod.TabIndex = 14;
|
|
this.NUD_CatchRateMod.Value = new decimal(new int[] {
|
|
3,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_CallRate
|
|
//
|
|
this.CHK_CallRate.AutoSize = true;
|
|
this.CHK_CallRate.Location = new System.Drawing.Point(204, 80);
|
|
this.CHK_CallRate.Name = "CHK_CallRate";
|
|
this.CHK_CallRate.Size = new System.Drawing.Size(128, 17);
|
|
this.CHK_CallRate.TabIndex = 13;
|
|
this.CHK_CallRate.Text = "Modify SOS Call Rate";
|
|
this.CHK_CallRate.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_CallRate
|
|
//
|
|
this.NUD_CallRate.Location = new System.Drawing.Point(267, 98);
|
|
this.NUD_CallRate.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_CallRate.Name = "NUD_CallRate";
|
|
this.NUD_CallRate.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_CallRate.TabIndex = 11;
|
|
this.NUD_CallRate.Value = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_EXP
|
|
//
|
|
this.CHK_EXP.AutoSize = true;
|
|
this.CHK_EXP.Location = new System.Drawing.Point(6, 51);
|
|
this.CHK_EXP.Name = "CHK_EXP";
|
|
this.CHK_EXP.Size = new System.Drawing.Size(107, 17);
|
|
this.CHK_EXP.TabIndex = 7;
|
|
this.CHK_EXP.Text = "Modify EXP Yield";
|
|
this.CHK_EXP.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_CallRateVal
|
|
//
|
|
this.L_CallRateVal.AutoSize = true;
|
|
this.L_CallRateVal.Location = new System.Drawing.Point(230, 100);
|
|
this.L_CallRateVal.Name = "L_CallRateVal";
|
|
this.L_CallRateVal.Size = new System.Drawing.Size(34, 13);
|
|
this.L_CallRateVal.TabIndex = 12;
|
|
this.L_CallRateVal.Text = "Value";
|
|
//
|
|
// CHK_Growth
|
|
//
|
|
this.CHK_Growth.AutoSize = true;
|
|
this.CHK_Growth.Location = new System.Drawing.Point(6, 36);
|
|
this.CHK_Growth.Name = "CHK_Growth";
|
|
this.CHK_Growth.Size = new System.Drawing.Size(147, 17);
|
|
this.CHK_Growth.TabIndex = 8;
|
|
this.CHK_Growth.Text = "Lowest EXP Growth Rate";
|
|
this.CHK_Growth.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_QuickHatch
|
|
//
|
|
this.CHK_QuickHatch.AutoSize = true;
|
|
this.CHK_QuickHatch.Checked = true;
|
|
this.CHK_QuickHatch.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_QuickHatch.Location = new System.Drawing.Point(204, 21);
|
|
this.CHK_QuickHatch.Name = "CHK_QuickHatch";
|
|
this.CHK_QuickHatch.Size = new System.Drawing.Size(113, 17);
|
|
this.CHK_QuickHatch.TabIndex = 10;
|
|
this.CHK_QuickHatch.Text = "Quick Hatch Eggs";
|
|
this.CHK_QuickHatch.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_FinalXP
|
|
//
|
|
this.L_FinalXP.AutoSize = true;
|
|
this.L_FinalXP.Location = new System.Drawing.Point(6, 74);
|
|
this.L_FinalXP.Name = "L_FinalXP";
|
|
this.L_FinalXP.Size = new System.Drawing.Size(63, 13);
|
|
this.L_FinalXP.TabIndex = 6;
|
|
this.L_FinalXP.Text = "Final XP (%)";
|
|
//
|
|
// NUD_EXP
|
|
//
|
|
this.NUD_EXP.Location = new System.Drawing.Point(69, 72);
|
|
this.NUD_EXP.Maximum = new decimal(new int[] {
|
|
300,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_EXP.Name = "NUD_EXP";
|
|
this.NUD_EXP.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_EXP.TabIndex = 5;
|
|
this.NUD_EXP.Value = new decimal(new int[] {
|
|
28,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_NoEV
|
|
//
|
|
this.CHK_NoEV.AutoSize = true;
|
|
this.CHK_NoEV.Location = new System.Drawing.Point(6, 21);
|
|
this.CHK_NoEV.Name = "CHK_NoEV";
|
|
this.CHK_NoEV.Size = new System.Drawing.Size(114, 17);
|
|
this.CHK_NoEV.TabIndex = 0;
|
|
this.CHK_NoEV.Text = "Remove EV Yields";
|
|
this.CHK_NoEV.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_ModAll
|
|
//
|
|
this.B_ModAll.Location = new System.Drawing.Point(352, 162);
|
|
this.B_ModAll.Name = "B_ModAll";
|
|
this.B_ModAll.Size = new System.Drawing.Size(82, 23);
|
|
this.B_ModAll.TabIndex = 421;
|
|
this.B_ModAll.Text = "Modify All";
|
|
this.B_ModAll.UseVisualStyleBackColor = true;
|
|
this.B_ModAll.Click += new System.EventHandler(this.B_ModifyAll);
|
|
//
|
|
// GB_Randomizer
|
|
//
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Shuffle);
|
|
this.GB_Randomizer.Controls.Add(this.L_Same);
|
|
this.GB_Randomizer.Controls.Add(this.NUD_Egg);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_BeachTutors);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_WGuard);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Ability);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Tutors);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rSPE);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Type);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rSPD);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rSPA);
|
|
this.GB_Randomizer.Controls.Add(this.L_SingleType);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rDEF);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rATK);
|
|
this.GB_Randomizer.Controls.Add(this.NUD_TypePercent);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_rHP);
|
|
this.GB_Randomizer.Controls.Add(this.L_StatDev);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_TM);
|
|
this.GB_Randomizer.Controls.Add(this.NUD_StatDev);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Stats);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_EggGroup);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_CatchRate);
|
|
this.GB_Randomizer.Controls.Add(this.CHK_Item);
|
|
this.GB_Randomizer.Location = new System.Drawing.Point(4, 12);
|
|
this.GB_Randomizer.Name = "GB_Randomizer";
|
|
this.GB_Randomizer.Size = new System.Drawing.Size(345, 133);
|
|
this.GB_Randomizer.TabIndex = 418;
|
|
this.GB_Randomizer.TabStop = false;
|
|
this.GB_Randomizer.Text = "Randomizer Options";
|
|
//
|
|
// CHK_Shuffle
|
|
//
|
|
this.CHK_Shuffle.AutoSize = true;
|
|
this.CHK_Shuffle.Checked = true;
|
|
this.CHK_Shuffle.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Shuffle.Location = new System.Drawing.Point(6, 75);
|
|
this.CHK_Shuffle.Name = "CHK_Shuffle";
|
|
this.CHK_Shuffle.Size = new System.Drawing.Size(86, 17);
|
|
this.CHK_Shuffle.TabIndex = 25;
|
|
this.CHK_Shuffle.Text = "Shuffle Stats";
|
|
this.CHK_Shuffle.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_Same
|
|
//
|
|
this.L_Same.AutoSize = true;
|
|
this.L_Same.Location = new System.Drawing.Point(213, 99);
|
|
this.L_Same.Name = "L_Same";
|
|
this.L_Same.Size = new System.Drawing.Size(51, 13);
|
|
this.L_Same.TabIndex = 23;
|
|
this.L_Same.Text = "Same (%)";
|
|
//
|
|
// NUD_Egg
|
|
//
|
|
this.NUD_Egg.Location = new System.Drawing.Point(267, 97);
|
|
this.NUD_Egg.Name = "NUD_Egg";
|
|
this.NUD_Egg.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_Egg.TabIndex = 22;
|
|
this.NUD_Egg.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_BeachTutors
|
|
//
|
|
this.CHK_BeachTutors.AutoSize = true;
|
|
this.CHK_BeachTutors.Checked = true;
|
|
this.CHK_BeachTutors.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_BeachTutors.Location = new System.Drawing.Point(219, 46);
|
|
this.CHK_BeachTutors.Name = "CHK_BeachTutors";
|
|
this.CHK_BeachTutors.Size = new System.Drawing.Size(90, 17);
|
|
this.CHK_BeachTutors.TabIndex = 24;
|
|
this.CHK_BeachTutors.Text = "Beach Tutors";
|
|
this.CHK_BeachTutors.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_WGuard
|
|
//
|
|
this.CHK_WGuard.AutoSize = true;
|
|
this.CHK_WGuard.Location = new System.Drawing.Point(118, 45);
|
|
this.CHK_WGuard.Name = "CHK_WGuard";
|
|
this.CHK_WGuard.Size = new System.Drawing.Size(96, 17);
|
|
this.CHK_WGuard.TabIndex = 10;
|
|
this.CHK_WGuard.Text = "Wonder Guard";
|
|
this.CHK_WGuard.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Ability
|
|
//
|
|
this.CHK_Ability.AutoSize = true;
|
|
this.CHK_Ability.Checked = true;
|
|
this.CHK_Ability.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Ability.Location = new System.Drawing.Point(118, 30);
|
|
this.CHK_Ability.Name = "CHK_Ability";
|
|
this.CHK_Ability.Size = new System.Drawing.Size(61, 17);
|
|
this.CHK_Ability.TabIndex = 1;
|
|
this.CHK_Ability.Text = "Abilities";
|
|
this.CHK_Ability.UseVisualStyleBackColor = true;
|
|
this.CHK_Ability.CheckedChanged += new System.EventHandler(this.CHK_Ability_CheckedChanged);
|
|
//
|
|
// CHK_Tutors
|
|
//
|
|
this.CHK_Tutors.AutoSize = true;
|
|
this.CHK_Tutors.Checked = true;
|
|
this.CHK_Tutors.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Tutors.Location = new System.Drawing.Point(219, 30);
|
|
this.CHK_Tutors.Name = "CHK_Tutors";
|
|
this.CHK_Tutors.Size = new System.Drawing.Size(94, 17);
|
|
this.CHK_Tutors.TabIndex = 8;
|
|
this.CHK_Tutors.Text = "Special Tutors";
|
|
this.CHK_Tutors.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_rSPE
|
|
//
|
|
this.CHK_rSPE.AutoSize = true;
|
|
this.CHK_rSPE.Checked = true;
|
|
this.CHK_rSPE.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rSPE.Location = new System.Drawing.Point(51, 60);
|
|
this.CHK_rSPE.Name = "CHK_rSPE";
|
|
this.CHK_rSPE.Size = new System.Drawing.Size(45, 17);
|
|
this.CHK_rSPE.TabIndex = 19;
|
|
this.CHK_rSPE.Text = "Spe";
|
|
this.CHK_rSPE.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Type
|
|
//
|
|
this.CHK_Type.AutoSize = true;
|
|
this.CHK_Type.Checked = true;
|
|
this.CHK_Type.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Type.Location = new System.Drawing.Point(118, 61);
|
|
this.CHK_Type.Name = "CHK_Type";
|
|
this.CHK_Type.Size = new System.Drawing.Size(55, 17);
|
|
this.CHK_Type.TabIndex = 6;
|
|
this.CHK_Type.Text = "Types";
|
|
this.CHK_Type.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_rSPD
|
|
//
|
|
this.CHK_rSPD.AutoSize = true;
|
|
this.CHK_rSPD.Checked = true;
|
|
this.CHK_rSPD.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rSPD.Location = new System.Drawing.Point(6, 60);
|
|
this.CHK_rSPD.Name = "CHK_rSPD";
|
|
this.CHK_rSPD.Size = new System.Drawing.Size(47, 17);
|
|
this.CHK_rSPD.TabIndex = 18;
|
|
this.CHK_rSPD.Text = "SpD";
|
|
this.CHK_rSPD.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_rSPA
|
|
//
|
|
this.CHK_rSPA.AutoSize = true;
|
|
this.CHK_rSPA.Checked = true;
|
|
this.CHK_rSPA.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rSPA.Location = new System.Drawing.Point(51, 45);
|
|
this.CHK_rSPA.Name = "CHK_rSPA";
|
|
this.CHK_rSPA.Size = new System.Drawing.Size(46, 17);
|
|
this.CHK_rSPA.TabIndex = 17;
|
|
this.CHK_rSPA.Text = "SpA";
|
|
this.CHK_rSPA.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_SingleType
|
|
//
|
|
this.L_SingleType.AutoSize = true;
|
|
this.L_SingleType.Location = new System.Drawing.Point(115, 79);
|
|
this.L_SingleType.Name = "L_SingleType";
|
|
this.L_SingleType.Size = new System.Drawing.Size(80, 13);
|
|
this.L_SingleType.TabIndex = 21;
|
|
this.L_SingleType.Text = "Single Type (%)";
|
|
//
|
|
// CHK_rDEF
|
|
//
|
|
this.CHK_rDEF.AutoSize = true;
|
|
this.CHK_rDEF.Checked = true;
|
|
this.CHK_rDEF.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rDEF.Location = new System.Drawing.Point(6, 45);
|
|
this.CHK_rDEF.Name = "CHK_rDEF";
|
|
this.CHK_rDEF.Size = new System.Drawing.Size(43, 17);
|
|
this.CHK_rDEF.TabIndex = 16;
|
|
this.CHK_rDEF.Text = "Def";
|
|
this.CHK_rDEF.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_rATK
|
|
//
|
|
this.CHK_rATK.AutoSize = true;
|
|
this.CHK_rATK.Checked = true;
|
|
this.CHK_rATK.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rATK.Location = new System.Drawing.Point(51, 30);
|
|
this.CHK_rATK.Name = "CHK_rATK";
|
|
this.CHK_rATK.Size = new System.Drawing.Size(42, 17);
|
|
this.CHK_rATK.TabIndex = 15;
|
|
this.CHK_rATK.Text = "Atk";
|
|
this.CHK_rATK.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_TypePercent
|
|
//
|
|
this.NUD_TypePercent.Location = new System.Drawing.Point(134, 95);
|
|
this.NUD_TypePercent.Name = "NUD_TypePercent";
|
|
this.NUD_TypePercent.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_TypePercent.TabIndex = 20;
|
|
this.NUD_TypePercent.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_rHP
|
|
//
|
|
this.CHK_rHP.AutoSize = true;
|
|
this.CHK_rHP.Checked = true;
|
|
this.CHK_rHP.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_rHP.Location = new System.Drawing.Point(6, 30);
|
|
this.CHK_rHP.Name = "CHK_rHP";
|
|
this.CHK_rHP.Size = new System.Drawing.Size(41, 17);
|
|
this.CHK_rHP.TabIndex = 14;
|
|
this.CHK_rHP.Text = "HP";
|
|
this.CHK_rHP.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_StatDev
|
|
//
|
|
this.L_StatDev.AutoSize = true;
|
|
this.L_StatDev.Location = new System.Drawing.Point(6, 92);
|
|
this.L_StatDev.Name = "L_StatDev";
|
|
this.L_StatDev.Size = new System.Drawing.Size(70, 13);
|
|
this.L_StatDev.TabIndex = 4;
|
|
this.L_StatDev.Text = "Deviance (%)";
|
|
//
|
|
// CHK_TM
|
|
//
|
|
this.CHK_TM.AutoSize = true;
|
|
this.CHK_TM.Checked = true;
|
|
this.CHK_TM.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_TM.Location = new System.Drawing.Point(219, 15);
|
|
this.CHK_TM.Name = "CHK_TM";
|
|
this.CHK_TM.Size = new System.Drawing.Size(103, 17);
|
|
this.CHK_TM.TabIndex = 0;
|
|
this.CHK_TM.Text = "TM Compatibility";
|
|
this.CHK_TM.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_StatDev
|
|
//
|
|
this.NUD_StatDev.Location = new System.Drawing.Point(27, 108);
|
|
this.NUD_StatDev.Name = "NUD_StatDev";
|
|
this.NUD_StatDev.Size = new System.Drawing.Size(46, 20);
|
|
this.NUD_StatDev.TabIndex = 3;
|
|
this.NUD_StatDev.Value = new decimal(new int[] {
|
|
25,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// CHK_Stats
|
|
//
|
|
this.CHK_Stats.AutoSize = true;
|
|
this.CHK_Stats.Checked = true;
|
|
this.CHK_Stats.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Stats.Location = new System.Drawing.Point(6, 15);
|
|
this.CHK_Stats.Name = "CHK_Stats";
|
|
this.CHK_Stats.Size = new System.Drawing.Size(106, 17);
|
|
this.CHK_Stats.TabIndex = 2;
|
|
this.CHK_Stats.Text = "Randomize Stats";
|
|
this.CHK_Stats.UseVisualStyleBackColor = true;
|
|
this.CHK_Stats.CheckedChanged += new System.EventHandler(this.CHK_Stats_CheckedChanged);
|
|
//
|
|
// CHK_EggGroup
|
|
//
|
|
this.CHK_EggGroup.AutoSize = true;
|
|
this.CHK_EggGroup.Checked = true;
|
|
this.CHK_EggGroup.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_EggGroup.Location = new System.Drawing.Point(219, 77);
|
|
this.CHK_EggGroup.Name = "CHK_EggGroup";
|
|
this.CHK_EggGroup.Size = new System.Drawing.Size(77, 17);
|
|
this.CHK_EggGroup.TabIndex = 13;
|
|
this.CHK_EggGroup.Text = "Egg Group";
|
|
this.CHK_EggGroup.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_CatchRate
|
|
//
|
|
this.CHK_CatchRate.AutoSize = true;
|
|
this.CHK_CatchRate.Checked = true;
|
|
this.CHK_CatchRate.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_CatchRate.Location = new System.Drawing.Point(219, 62);
|
|
this.CHK_CatchRate.Name = "CHK_CatchRate";
|
|
this.CHK_CatchRate.Size = new System.Drawing.Size(80, 17);
|
|
this.CHK_CatchRate.TabIndex = 11;
|
|
this.CHK_CatchRate.Text = "Catch Rate";
|
|
this.CHK_CatchRate.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Item
|
|
//
|
|
this.CHK_Item.AutoSize = true;
|
|
this.CHK_Item.Checked = true;
|
|
this.CHK_Item.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.CHK_Item.Location = new System.Drawing.Point(118, 15);
|
|
this.CHK_Item.Name = "CHK_Item";
|
|
this.CHK_Item.Size = new System.Drawing.Size(76, 17);
|
|
this.CHK_Item.TabIndex = 5;
|
|
this.CHK_Item.Text = "Held Items";
|
|
this.CHK_Item.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_Randomize
|
|
//
|
|
this.B_Randomize.Location = new System.Drawing.Point(352, 25);
|
|
this.B_Randomize.Name = "B_Randomize";
|
|
this.B_Randomize.Size = new System.Drawing.Size(82, 23);
|
|
this.B_Randomize.TabIndex = 417;
|
|
this.B_Randomize.Text = "Randomize";
|
|
this.B_Randomize.UseVisualStyleBackColor = true;
|
|
this.B_Randomize.Click += new System.EventHandler(this.B_Randomize_Click);
|
|
//
|
|
// PB_MonSprite
|
|
//
|
|
this.PB_MonSprite.Location = new System.Drawing.Point(285, 1);
|
|
this.PB_MonSprite.Name = "PB_MonSprite";
|
|
this.PB_MonSprite.Size = new System.Drawing.Size(80, 60);
|
|
this.PB_MonSprite.TabIndex = 89;
|
|
this.PB_MonSprite.TabStop = false;
|
|
//
|
|
// B_Dump
|
|
//
|
|
this.B_Dump.Location = new System.Drawing.Point(368, 19);
|
|
this.B_Dump.Name = "B_Dump";
|
|
this.B_Dump.Size = new System.Drawing.Size(82, 23);
|
|
this.B_Dump.TabIndex = 418;
|
|
this.B_Dump.Text = "Dump All";
|
|
this.B_Dump.UseVisualStyleBackColor = true;
|
|
this.B_Dump.Click += new System.EventHandler(this.B_Dump_Click);
|
|
//
|
|
// CHK_FullBeachTutorCompatibility
|
|
//
|
|
this.CHK_FullBeachTutorCompatibility.AutoSize = true;
|
|
this.CHK_FullBeachTutorCompatibility.Location = new System.Drawing.Point(204, 152);
|
|
this.CHK_FullBeachTutorCompatibility.Name = "CHK_FullBeachTutorCompatibility";
|
|
this.CHK_FullBeachTutorCompatibility.Size = new System.Drawing.Size(134, 30);
|
|
this.CHK_FullBeachTutorCompatibility.TabIndex = 24;
|
|
this.CHK_FullBeachTutorCompatibility.Text = "Full Beach Move Tutor\nCompatibility";
|
|
this.CHK_FullBeachTutorCompatibility.UseVisualStyleBackColor = true;
|
|
//
|
|
// PersonalEditor7
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(469, 426);
|
|
this.Controls.Add(this.B_Dump);
|
|
this.Controls.Add(this.PB_MonSprite);
|
|
this.Controls.Add(this.TC_Pokemon);
|
|
this.Controls.Add(this.L_Species_Precursor);
|
|
this.Controls.Add(this.CB_Species);
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(485, 465);
|
|
this.MinimumSize = new System.Drawing.Size(485, 465);
|
|
this.Name = "PersonalEditor7";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Personal Stats Editor";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
|
|
this.TC_Pokemon.ResumeLayout(false);
|
|
this.TP_General.ResumeLayout(false);
|
|
this.TP_General.PerformLayout();
|
|
this.TP_MoveTutors.ResumeLayout(false);
|
|
this.TP_MoveTutors.PerformLayout();
|
|
this.TP_Randomizer.ResumeLayout(false);
|
|
this.GB_Modifier.ResumeLayout(false);
|
|
this.GB_Modifier.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CatchRateMod)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CallRate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_EXP)).EndInit();
|
|
this.GB_Randomizer.ResumeLayout(false);
|
|
this.GB_Randomizer.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Egg)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_TypePercent)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_StatDev)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.Label L_Species_Precursor;
|
|
private System.Windows.Forms.TabControl TC_Pokemon;
|
|
private System.Windows.Forms.TabPage TP_General;
|
|
private System.Windows.Forms.TabPage TP_MoveTutors;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPEEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPDEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPAEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_DEFEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_ATKEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_HPEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPE;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPD;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPA;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseDEF;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseATK;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseHP;
|
|
private System.Windows.Forms.Label Label_HP;
|
|
private System.Windows.Forms.Label Label_ATK;
|
|
private System.Windows.Forms.Label Label_DEF;
|
|
private System.Windows.Forms.Label Label_SPA;
|
|
private System.Windows.Forms.Label Label_SPD;
|
|
private System.Windows.Forms.Label Label_SPE;
|
|
private System.Windows.Forms.Label L_EVYield;
|
|
private System.Windows.Forms.Label L_BaseStats;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem1;
|
|
private System.Windows.Forms.Label L_HeldItem;
|
|
private System.Windows.Forms.ComboBox CB_Type2;
|
|
private System.Windows.Forms.ComboBox CB_Type1;
|
|
private System.Windows.Forms.Label L_Type;
|
|
private System.Windows.Forms.Label L_Item1;
|
|
private System.Windows.Forms.Label L_Item5;
|
|
private System.Windows.Forms.Label L_Item50;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem3;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem2;
|
|
private System.Windows.Forms.ComboBox CB_Ability3;
|
|
private System.Windows.Forms.ComboBox CB_Ability2;
|
|
private System.Windows.Forms.ComboBox CB_Ability1;
|
|
private System.Windows.Forms.ComboBox CB_EggGroup2;
|
|
private System.Windows.Forms.ComboBox CB_EggGroup1;
|
|
private System.Windows.Forms.Label L_EggGroup;
|
|
private System.Windows.Forms.Label L_Ability;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseExp;
|
|
private System.Windows.Forms.Label L_BaseEXP;
|
|
private System.Windows.Forms.MaskedTextBox TB_HatchCycles;
|
|
private System.Windows.Forms.Label L_HatchCycles;
|
|
private System.Windows.Forms.MaskedTextBox TB_Friendship;
|
|
private System.Windows.Forms.MaskedTextBox TB_Gender;
|
|
private System.Windows.Forms.Label L_Friendship;
|
|
private System.Windows.Forms.Label L_Gender;
|
|
private System.Windows.Forms.ComboBox CB_Color;
|
|
private System.Windows.Forms.ComboBox CB_EXPGroup;
|
|
private System.Windows.Forms.Label L_Color;
|
|
private System.Windows.Forms.Label L_EXPGrowth;
|
|
private System.Windows.Forms.Label L_CatchRate;
|
|
private System.Windows.Forms.TextBox TB_FormeCount;
|
|
private System.Windows.Forms.Label L_FormesCount;
|
|
private System.Windows.Forms.TextBox TB_FormeSprite;
|
|
private System.Windows.Forms.Label L_FormeSprite;
|
|
private System.Windows.Forms.TextBox TB_Stage;
|
|
private System.Windows.Forms.Label L_Stage;
|
|
private System.Windows.Forms.MaskedTextBox TB_CatchRate;
|
|
private System.Windows.Forms.Label L_BST;
|
|
private System.Windows.Forms.TextBox TB_BST;
|
|
private System.Windows.Forms.CheckedListBox CLB_TM;
|
|
private System.Windows.Forms.CheckedListBox CLB_MoveTutors;
|
|
private System.Windows.Forms.Label L_Special;
|
|
private System.Windows.Forms.Label L_TM;
|
|
private System.Windows.Forms.PictureBox PB_MonSprite;
|
|
private System.Windows.Forms.Button B_Randomize;
|
|
private System.Windows.Forms.Button B_Dump;
|
|
private System.Windows.Forms.CheckBox CHK_TM;
|
|
private System.Windows.Forms.CheckBox CHK_Ability;
|
|
private System.Windows.Forms.CheckBox CHK_Stats;
|
|
private System.Windows.Forms.NumericUpDown NUD_StatDev;
|
|
private System.Windows.Forms.Label L_StatDev;
|
|
private System.Windows.Forms.CheckBox CHK_Item;
|
|
private System.Windows.Forms.CheckBox CHK_Type;
|
|
private System.Windows.Forms.CheckBox CHK_Tutors;
|
|
private System.Windows.Forms.CheckBox CHK_WGuard;
|
|
private System.Windows.Forms.CheckBox CHK_CatchRate;
|
|
private System.Windows.Forms.CheckBox CHK_rSPE;
|
|
private System.Windows.Forms.CheckBox CHK_rSPD;
|
|
private System.Windows.Forms.CheckBox CHK_rSPA;
|
|
private System.Windows.Forms.CheckBox CHK_rDEF;
|
|
private System.Windows.Forms.CheckBox CHK_rATK;
|
|
private System.Windows.Forms.CheckBox CHK_rHP;
|
|
private System.Windows.Forms.CheckBox CHK_EggGroup;
|
|
private System.Windows.Forms.Button B_ModAll;
|
|
private System.Windows.Forms.CheckBox CHK_NoEV;
|
|
private System.Windows.Forms.TabPage TP_Randomizer;
|
|
private System.Windows.Forms.Label L_SingleType;
|
|
private System.Windows.Forms.NumericUpDown NUD_TypePercent;
|
|
private System.Windows.Forms.GroupBox GB_Randomizer;
|
|
private System.Windows.Forms.GroupBox GB_Modifier;
|
|
private System.Windows.Forms.CheckBox CHK_EXP;
|
|
private System.Windows.Forms.Label L_FinalXP;
|
|
private System.Windows.Forms.NumericUpDown NUD_EXP;
|
|
private System.Windows.Forms.CheckBox CHK_Growth;
|
|
private System.Windows.Forms.CheckBox CHK_QuickHatch;
|
|
private System.Windows.Forms.Label L_Same;
|
|
private System.Windows.Forms.NumericUpDown NUD_Egg;
|
|
private System.Windows.Forms.CheckBox CHK_Variant;
|
|
private System.Windows.Forms.Label L_CallRate;
|
|
private System.Windows.Forms.MaskedTextBox TB_CallRate;
|
|
private System.Windows.Forms.CheckBox CHK_CallRate;
|
|
private System.Windows.Forms.Label L_CallRateVal;
|
|
private System.Windows.Forms.NumericUpDown NUD_CallRate;
|
|
private System.Windows.Forms.CheckBox CHK_CatchRateMod;
|
|
private System.Windows.Forms.Label L_CatchRateMod;
|
|
private System.Windows.Forms.NumericUpDown NUD_CatchRateMod;
|
|
private System.Windows.Forms.Label L_WeightKG;
|
|
private System.Windows.Forms.Label L_HeightM;
|
|
private System.Windows.Forms.MaskedTextBox TB_Weight;
|
|
private System.Windows.Forms.MaskedTextBox TB_Height;
|
|
private System.Windows.Forms.Label L_Weight;
|
|
private System.Windows.Forms.Label L_Height;
|
|
private System.Windows.Forms.ComboBox CB_ZMove;
|
|
private System.Windows.Forms.ComboBox CB_ZBaseMove;
|
|
private System.Windows.Forms.ComboBox CB_ZItem;
|
|
private System.Windows.Forms.Label L_ZMove;
|
|
private System.Windows.Forms.Label L_BaseMove;
|
|
private System.Windows.Forms.Label L_ZCrystal;
|
|
private System.Windows.Forms.Label L_BeachTutors;
|
|
private System.Windows.Forms.CheckedListBox CLB_BeachTutors;
|
|
private System.Windows.Forms.CheckBox CHK_BeachTutors;
|
|
private System.Windows.Forms.CheckBox CHK_Shuffle;
|
|
private System.Windows.Forms.CheckBox CHK_NoTutor;
|
|
private System.Windows.Forms.CheckBox CHK_FullTMCompatibility;
|
|
private System.Windows.Forms.Label L_HiddenAbility;
|
|
private System.Windows.Forms.Label L_Ability2;
|
|
private System.Windows.Forms.Label L_Ability1;
|
|
private System.Windows.Forms.TextBox TB_RawColor;
|
|
private System.Windows.Forms.CheckBox CHK_FullMoveTutorCompatibility;
|
|
private System.Windows.Forms.CheckBox CHK_FullBeachTutorCompatibility;
|
|
} |