mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-24 14:56:50 -05:00
1351 lines
66 KiB
C#
1351 lines
66 KiB
C#
namespace pkNX.WinForms
|
|
{
|
|
partial class PokeDataUI
|
|
{
|
|
/// <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.B_Save = new System.Windows.Forms.Button();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.Tab_Personal = new System.Windows.Forms.TabPage();
|
|
this.B_PDumpTable = new System.Windows.Forms.Button();
|
|
this.L_GoID = new System.Windows.Forms.Label();
|
|
this.MT_GoID = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_RawColor = new System.Windows.Forms.TextBox();
|
|
this.L_HiddenAbility = new System.Windows.Forms.Label();
|
|
this.L_WeightKG = new System.Windows.Forms.Label();
|
|
this.L_Ability2 = new System.Windows.Forms.Label();
|
|
this.L_HeightM = new System.Windows.Forms.Label();
|
|
this.L_Ability1 = new System.Windows.Forms.Label();
|
|
this.TB_Weight = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Height = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Weight = new System.Windows.Forms.Label();
|
|
this.L_Height = new System.Windows.Forms.Label();
|
|
this.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.Tab_Learn = new System.Windows.Forms.TabPage();
|
|
this.L_TM = new System.Windows.Forms.Label();
|
|
this.CLB_TM = new System.Windows.Forms.CheckedListBox();
|
|
this.L_LevelUp = new System.Windows.Forms.Label();
|
|
this.dgv = new System.Windows.Forms.DataGridView();
|
|
this.Tab_Evo = new System.Windows.Forms.TabPage();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Tab_Extra = new System.Windows.Forms.TabPage();
|
|
this.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.PB_MonSprite = new System.Windows.Forms.PictureBox();
|
|
this.tabControl2 = new System.Windows.Forms.TabControl();
|
|
this.Tab_Trade = new System.Windows.Forms.TabPage();
|
|
this.Tab_RStats = new System.Windows.Forms.TabPage();
|
|
this.L_RandEnhance = new System.Windows.Forms.Label();
|
|
this.Tab_RLearn = new System.Windows.Forms.TabPage();
|
|
this.Tab_REvo = new System.Windows.Forms.TabPage();
|
|
this.PG_Personal = new System.Windows.Forms.PropertyGrid();
|
|
this.B_RandPersonal = new System.Windows.Forms.Button();
|
|
this.tabControl1.SuspendLayout();
|
|
this.Tab_Personal.SuspendLayout();
|
|
this.Tab_Learn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
|
|
this.Tab_Evo.SuspendLayout();
|
|
this.Tab_Extra.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).BeginInit();
|
|
this.tabControl2.SuspendLayout();
|
|
this.Tab_RStats.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// B_Save
|
|
//
|
|
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Save.Location = new System.Drawing.Point(460, -1);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Save.TabIndex = 0;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.Tab_Personal);
|
|
this.tabControl1.Controls.Add(this.Tab_Learn);
|
|
this.tabControl1.Controls.Add(this.Tab_Evo);
|
|
this.tabControl1.Controls.Add(this.Tab_Extra);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(534, 541);
|
|
this.tabControl1.TabIndex = 1;
|
|
//
|
|
// Tab_Personal
|
|
//
|
|
this.Tab_Personal.Controls.Add(this.B_PDumpTable);
|
|
this.Tab_Personal.Controls.Add(this.L_GoID);
|
|
this.Tab_Personal.Controls.Add(this.MT_GoID);
|
|
this.Tab_Personal.Controls.Add(this.TB_RawColor);
|
|
this.Tab_Personal.Controls.Add(this.L_HiddenAbility);
|
|
this.Tab_Personal.Controls.Add(this.L_WeightKG);
|
|
this.Tab_Personal.Controls.Add(this.L_Ability2);
|
|
this.Tab_Personal.Controls.Add(this.L_HeightM);
|
|
this.Tab_Personal.Controls.Add(this.L_Ability1);
|
|
this.Tab_Personal.Controls.Add(this.TB_Weight);
|
|
this.Tab_Personal.Controls.Add(this.TB_Height);
|
|
this.Tab_Personal.Controls.Add(this.L_Weight);
|
|
this.Tab_Personal.Controls.Add(this.L_Height);
|
|
this.Tab_Personal.Controls.Add(this.CB_ZMove);
|
|
this.Tab_Personal.Controls.Add(this.CB_ZBaseMove);
|
|
this.Tab_Personal.Controls.Add(this.CB_ZItem);
|
|
this.Tab_Personal.Controls.Add(this.TB_CallRate);
|
|
this.Tab_Personal.Controls.Add(this.L_CallRate);
|
|
this.Tab_Personal.Controls.Add(this.CHK_Variant);
|
|
this.Tab_Personal.Controls.Add(this.TB_BST);
|
|
this.Tab_Personal.Controls.Add(this.L_BST);
|
|
this.Tab_Personal.Controls.Add(this.TB_CatchRate);
|
|
this.Tab_Personal.Controls.Add(this.TB_Stage);
|
|
this.Tab_Personal.Controls.Add(this.L_Stage);
|
|
this.Tab_Personal.Controls.Add(this.TB_FormeCount);
|
|
this.Tab_Personal.Controls.Add(this.L_FormesCount);
|
|
this.Tab_Personal.Controls.Add(this.TB_FormeSprite);
|
|
this.Tab_Personal.Controls.Add(this.L_FormeSprite);
|
|
this.Tab_Personal.Controls.Add(this.L_CatchRate);
|
|
this.Tab_Personal.Controls.Add(this.CB_Color);
|
|
this.Tab_Personal.Controls.Add(this.CB_EXPGroup);
|
|
this.Tab_Personal.Controls.Add(this.L_Color);
|
|
this.Tab_Personal.Controls.Add(this.L_EXPGrowth);
|
|
this.Tab_Personal.Controls.Add(this.CB_Ability3);
|
|
this.Tab_Personal.Controls.Add(this.CB_Ability2);
|
|
this.Tab_Personal.Controls.Add(this.CB_Ability1);
|
|
this.Tab_Personal.Controls.Add(this.CB_EggGroup2);
|
|
this.Tab_Personal.Controls.Add(this.CB_EggGroup1);
|
|
this.Tab_Personal.Controls.Add(this.L_EggGroup);
|
|
this.Tab_Personal.Controls.Add(this.L_Ability);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseExp);
|
|
this.Tab_Personal.Controls.Add(this.L_BaseEXP);
|
|
this.Tab_Personal.Controls.Add(this.TB_HatchCycles);
|
|
this.Tab_Personal.Controls.Add(this.L_HatchCycles);
|
|
this.Tab_Personal.Controls.Add(this.TB_Friendship);
|
|
this.Tab_Personal.Controls.Add(this.TB_Gender);
|
|
this.Tab_Personal.Controls.Add(this.L_Friendship);
|
|
this.Tab_Personal.Controls.Add(this.L_Gender);
|
|
this.Tab_Personal.Controls.Add(this.L_Item1);
|
|
this.Tab_Personal.Controls.Add(this.L_Item5);
|
|
this.Tab_Personal.Controls.Add(this.L_Item50);
|
|
this.Tab_Personal.Controls.Add(this.CB_HeldItem3);
|
|
this.Tab_Personal.Controls.Add(this.CB_HeldItem2);
|
|
this.Tab_Personal.Controls.Add(this.CB_HeldItem1);
|
|
this.Tab_Personal.Controls.Add(this.L_HeldItem);
|
|
this.Tab_Personal.Controls.Add(this.CB_Type2);
|
|
this.Tab_Personal.Controls.Add(this.CB_Type1);
|
|
this.Tab_Personal.Controls.Add(this.L_Type);
|
|
this.Tab_Personal.Controls.Add(this.TB_SPEEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_SPDEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_SPAEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_DEFEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_ATKEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_HPEVs);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseSPE);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseSPD);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseSPA);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseDEF);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseATK);
|
|
this.Tab_Personal.Controls.Add(this.TB_BaseHP);
|
|
this.Tab_Personal.Controls.Add(this.Label_HP);
|
|
this.Tab_Personal.Controls.Add(this.Label_ATK);
|
|
this.Tab_Personal.Controls.Add(this.Label_DEF);
|
|
this.Tab_Personal.Controls.Add(this.Label_SPA);
|
|
this.Tab_Personal.Controls.Add(this.Label_SPD);
|
|
this.Tab_Personal.Controls.Add(this.Label_SPE);
|
|
this.Tab_Personal.Controls.Add(this.L_EVYield);
|
|
this.Tab_Personal.Controls.Add(this.L_BaseStats);
|
|
this.Tab_Personal.Controls.Add(this.L_ZMove);
|
|
this.Tab_Personal.Controls.Add(this.L_BaseMove);
|
|
this.Tab_Personal.Controls.Add(this.L_ZCrystal);
|
|
this.Tab_Personal.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Personal.Name = "Tab_Personal";
|
|
this.Tab_Personal.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Personal.Size = new System.Drawing.Size(526, 515);
|
|
this.Tab_Personal.TabIndex = 0;
|
|
this.Tab_Personal.Text = "Personal";
|
|
this.Tab_Personal.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_PDumpTable
|
|
//
|
|
this.B_PDumpTable.Location = new System.Drawing.Point(451, 492);
|
|
this.B_PDumpTable.Name = "B_PDumpTable";
|
|
this.B_PDumpTable.Size = new System.Drawing.Size(75, 23);
|
|
this.B_PDumpTable.TabIndex = 502;
|
|
this.B_PDumpTable.Text = "Dump Table";
|
|
this.B_PDumpTable.UseVisualStyleBackColor = true;
|
|
this.B_PDumpTable.Click += new System.EventHandler(this.B_PDumpTable_Click);
|
|
//
|
|
// L_GoID
|
|
//
|
|
this.L_GoID.AutoSize = true;
|
|
this.L_GoID.Location = new System.Drawing.Point(122, 425);
|
|
this.L_GoID.Name = "L_GoID";
|
|
this.L_GoID.Size = new System.Drawing.Size(35, 13);
|
|
this.L_GoID.TabIndex = 501;
|
|
this.L_GoID.Text = "GoID:";
|
|
//
|
|
// MT_GoID
|
|
//
|
|
this.MT_GoID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.MT_GoID.Location = new System.Drawing.Point(163, 423);
|
|
this.MT_GoID.Mask = "000";
|
|
this.MT_GoID.Name = "MT_GoID";
|
|
this.MT_GoID.Size = new System.Drawing.Size(31, 20);
|
|
this.MT_GoID.TabIndex = 500;
|
|
this.MT_GoID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_RawColor
|
|
//
|
|
this.TB_RawColor.Location = new System.Drawing.Point(421, 255);
|
|
this.TB_RawColor.Name = "TB_RawColor";
|
|
this.TB_RawColor.ReadOnly = true;
|
|
this.TB_RawColor.Size = new System.Drawing.Size(30, 20);
|
|
this.TB_RawColor.TabIndex = 498;
|
|
this.TB_RawColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_RawColor.Visible = false;
|
|
//
|
|
// L_HiddenAbility
|
|
//
|
|
this.L_HiddenAbility.AutoSize = true;
|
|
this.L_HiddenAbility.Location = new System.Drawing.Point(419, 138);
|
|
this.L_HiddenAbility.Name = "L_HiddenAbility";
|
|
this.L_HiddenAbility.Size = new System.Drawing.Size(21, 13);
|
|
this.L_HiddenAbility.TabIndex = 499;
|
|
this.L_HiddenAbility.Text = "(H)";
|
|
//
|
|
// L_WeightKG
|
|
//
|
|
this.L_WeightKG.AutoSize = true;
|
|
this.L_WeightKG.Location = new System.Drawing.Point(418, 376);
|
|
this.L_WeightKG.Name = "L_WeightKG";
|
|
this.L_WeightKG.Size = new System.Drawing.Size(19, 13);
|
|
this.L_WeightKG.TabIndex = 495;
|
|
this.L_WeightKG.Text = "kg";
|
|
//
|
|
// L_Ability2
|
|
//
|
|
this.L_Ability2.AutoSize = true;
|
|
this.L_Ability2.Location = new System.Drawing.Point(420, 116);
|
|
this.L_Ability2.Name = "L_Ability2";
|
|
this.L_Ability2.Size = new System.Drawing.Size(19, 13);
|
|
this.L_Ability2.TabIndex = 497;
|
|
this.L_Ability2.Text = "(2)";
|
|
//
|
|
// L_HeightM
|
|
//
|
|
this.L_HeightM.AutoSize = true;
|
|
this.L_HeightM.Location = new System.Drawing.Point(418, 355);
|
|
this.L_HeightM.Name = "L_HeightM";
|
|
this.L_HeightM.Size = new System.Drawing.Size(15, 13);
|
|
this.L_HeightM.TabIndex = 494;
|
|
this.L_HeightM.Text = "m";
|
|
//
|
|
// L_Ability1
|
|
//
|
|
this.L_Ability1.AutoSize = true;
|
|
this.L_Ability1.Location = new System.Drawing.Point(420, 94);
|
|
this.L_Ability1.Name = "L_Ability1";
|
|
this.L_Ability1.Size = new System.Drawing.Size(19, 13);
|
|
this.L_Ability1.TabIndex = 496;
|
|
this.L_Ability1.Text = "(1)";
|
|
//
|
|
// TB_Weight
|
|
//
|
|
this.TB_Weight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Weight.Location = new System.Drawing.Point(386, 372);
|
|
this.TB_Weight.Mask = "000.0";
|
|
this.TB_Weight.Name = "TB_Weight";
|
|
this.TB_Weight.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Weight.TabIndex = 493;
|
|
this.TB_Weight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Height
|
|
//
|
|
this.TB_Height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Height.Location = new System.Drawing.Point(386, 351);
|
|
this.TB_Height.Mask = "00.0";
|
|
this.TB_Height.Name = "TB_Height";
|
|
this.TB_Height.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Height.TabIndex = 492;
|
|
this.TB_Height.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Weight
|
|
//
|
|
this.L_Weight.AutoSize = true;
|
|
this.L_Weight.Location = new System.Drawing.Point(342, 375);
|
|
this.L_Weight.Name = "L_Weight";
|
|
this.L_Weight.Size = new System.Drawing.Size(44, 13);
|
|
this.L_Weight.TabIndex = 491;
|
|
this.L_Weight.Text = "Weight:";
|
|
this.L_Weight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Height
|
|
//
|
|
this.L_Height.AutoSize = true;
|
|
this.L_Height.Location = new System.Drawing.Point(345, 354);
|
|
this.L_Height.Name = "L_Height";
|
|
this.L_Height.Size = new System.Drawing.Size(41, 13);
|
|
this.L_Height.TabIndex = 490;
|
|
this.L_Height.Text = "Height:";
|
|
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_ZMove
|
|
//
|
|
this.CB_ZMove.FormattingEnabled = true;
|
|
this.CB_ZMove.Location = new System.Drawing.Point(297, 463);
|
|
this.CB_ZMove.Name = "CB_ZMove";
|
|
this.CB_ZMove.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZMove.TabIndex = 488;
|
|
//
|
|
// CB_ZBaseMove
|
|
//
|
|
this.CB_ZBaseMove.FormattingEnabled = true;
|
|
this.CB_ZBaseMove.Location = new System.Drawing.Point(297, 441);
|
|
this.CB_ZBaseMove.Name = "CB_ZBaseMove";
|
|
this.CB_ZBaseMove.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZBaseMove.TabIndex = 485;
|
|
//
|
|
// CB_ZItem
|
|
//
|
|
this.CB_ZItem.FormattingEnabled = true;
|
|
this.CB_ZItem.Location = new System.Drawing.Point(297, 419);
|
|
this.CB_ZItem.Name = "CB_ZItem";
|
|
this.CB_ZItem.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_ZItem.TabIndex = 484;
|
|
//
|
|
// TB_CallRate
|
|
//
|
|
this.TB_CallRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_CallRate.Location = new System.Drawing.Point(163, 334);
|
|
this.TB_CallRate.Mask = "000";
|
|
this.TB_CallRate.Name = "TB_CallRate";
|
|
this.TB_CallRate.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_CallRate.TabIndex = 483;
|
|
this.TB_CallRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_CallRate
|
|
//
|
|
this.L_CallRate.AutoSize = true;
|
|
this.L_CallRate.Location = new System.Drawing.Point(109, 338);
|
|
this.L_CallRate.Name = "L_CallRate";
|
|
this.L_CallRate.Size = new System.Drawing.Size(53, 13);
|
|
this.L_CallRate.TabIndex = 482;
|
|
this.L_CallRate.Text = "Call Rate:";
|
|
this.L_CallRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_Variant
|
|
//
|
|
this.CHK_Variant.AutoSize = true;
|
|
this.CHK_Variant.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Variant.Location = new System.Drawing.Point(91, 452);
|
|
this.CHK_Variant.Name = "CHK_Variant";
|
|
this.CHK_Variant.Size = new System.Drawing.Size(104, 17);
|
|
this.CHK_Variant.TabIndex = 481;
|
|
this.CHK_Variant.Text = "Regional Variant";
|
|
this.CHK_Variant.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_BST
|
|
//
|
|
this.TB_BST.Location = new System.Drawing.Point(387, 20);
|
|
this.TB_BST.Name = "TB_BST";
|
|
this.TB_BST.ReadOnly = true;
|
|
this.TB_BST.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BST.TabIndex = 480;
|
|
this.TB_BST.Text = "___";
|
|
this.TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_BST
|
|
//
|
|
this.L_BST.AutoSize = true;
|
|
this.L_BST.Location = new System.Drawing.Point(355, 23);
|
|
this.L_BST.Name = "L_BST";
|
|
this.L_BST.Size = new System.Drawing.Size(31, 13);
|
|
this.L_BST.TabIndex = 479;
|
|
this.L_BST.Text = "BST:";
|
|
this.L_BST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_CatchRate
|
|
//
|
|
this.TB_CatchRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_CatchRate.Location = new System.Drawing.Point(387, 44);
|
|
this.TB_CatchRate.Mask = "000";
|
|
this.TB_CatchRate.Name = "TB_CatchRate";
|
|
this.TB_CatchRate.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_CatchRate.TabIndex = 478;
|
|
this.TB_CatchRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Stage
|
|
//
|
|
this.TB_Stage.Location = new System.Drawing.Point(386, 288);
|
|
this.TB_Stage.Name = "TB_Stage";
|
|
this.TB_Stage.ReadOnly = true;
|
|
this.TB_Stage.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Stage.TabIndex = 477;
|
|
this.TB_Stage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Stage
|
|
//
|
|
this.L_Stage.AutoSize = true;
|
|
this.L_Stage.Location = new System.Drawing.Point(301, 290);
|
|
this.L_Stage.Name = "L_Stage";
|
|
this.L_Stage.Size = new System.Drawing.Size(85, 13);
|
|
this.L_Stage.TabIndex = 476;
|
|
this.L_Stage.Text = "Evolution Stage:";
|
|
this.L_Stage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_FormeCount
|
|
//
|
|
this.TB_FormeCount.Location = new System.Drawing.Point(386, 330);
|
|
this.TB_FormeCount.Name = "TB_FormeCount";
|
|
this.TB_FormeCount.ReadOnly = true;
|
|
this.TB_FormeCount.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_FormeCount.TabIndex = 475;
|
|
this.TB_FormeCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_FormesCount
|
|
//
|
|
this.L_FormesCount.AutoSize = true;
|
|
this.L_FormesCount.Location = new System.Drawing.Point(311, 333);
|
|
this.L_FormesCount.Name = "L_FormesCount";
|
|
this.L_FormesCount.Size = new System.Drawing.Size(75, 13);
|
|
this.L_FormesCount.TabIndex = 474;
|
|
this.L_FormesCount.Text = "Formes Count:";
|
|
this.L_FormesCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_FormeSprite
|
|
//
|
|
this.TB_FormeSprite.Location = new System.Drawing.Point(386, 309);
|
|
this.TB_FormeSprite.Name = "TB_FormeSprite";
|
|
this.TB_FormeSprite.ReadOnly = true;
|
|
this.TB_FormeSprite.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_FormeSprite.TabIndex = 473;
|
|
this.TB_FormeSprite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_FormeSprite
|
|
//
|
|
this.L_FormeSprite.AutoSize = true;
|
|
this.L_FormeSprite.Location = new System.Drawing.Point(317, 312);
|
|
this.L_FormeSprite.Name = "L_FormeSprite";
|
|
this.L_FormeSprite.Size = new System.Drawing.Size(69, 13);
|
|
this.L_FormeSprite.TabIndex = 472;
|
|
this.L_FormeSprite.Text = "Forme Sprite:";
|
|
this.L_FormeSprite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_CatchRate
|
|
//
|
|
this.L_CatchRate.AutoSize = true;
|
|
this.L_CatchRate.Location = new System.Drawing.Point(322, 47);
|
|
this.L_CatchRate.Name = "L_CatchRate";
|
|
this.L_CatchRate.Size = new System.Drawing.Size(64, 13);
|
|
this.L_CatchRate.TabIndex = 471;
|
|
this.L_CatchRate.Text = "Catch Rate:";
|
|
//
|
|
// CB_Color
|
|
//
|
|
this.CB_Color.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Color.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Color.FormattingEnabled = true;
|
|
this.CB_Color.Location = new System.Drawing.Point(297, 255);
|
|
this.CB_Color.Name = "CB_Color";
|
|
this.CB_Color.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Color.TabIndex = 470;
|
|
//
|
|
// CB_EXPGroup
|
|
//
|
|
this.CB_EXPGroup.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EXPGroup.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EXPGroup.FormattingEnabled = true;
|
|
this.CB_EXPGroup.Location = new System.Drawing.Point(82, 256);
|
|
this.CB_EXPGroup.Name = "CB_EXPGroup";
|
|
this.CB_EXPGroup.Size = new System.Drawing.Size(112, 21);
|
|
this.CB_EXPGroup.TabIndex = 469;
|
|
//
|
|
// L_Color
|
|
//
|
|
this.L_Color.AutoSize = true;
|
|
this.L_Color.Location = new System.Drawing.Point(263, 257);
|
|
this.L_Color.Name = "L_Color";
|
|
this.L_Color.Size = new System.Drawing.Size(34, 13);
|
|
this.L_Color.TabIndex = 468;
|
|
this.L_Color.Text = "Color:";
|
|
//
|
|
// L_EXPGrowth
|
|
//
|
|
this.L_EXPGrowth.AutoSize = true;
|
|
this.L_EXPGrowth.Location = new System.Drawing.Point(18, 259);
|
|
this.L_EXPGrowth.Name = "L_EXPGrowth";
|
|
this.L_EXPGrowth.Size = new System.Drawing.Size(63, 13);
|
|
this.L_EXPGrowth.TabIndex = 467;
|
|
this.L_EXPGrowth.Text = "EXP Group:";
|
|
//
|
|
// CB_Ability3
|
|
//
|
|
this.CB_Ability3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability3.FormattingEnabled = true;
|
|
this.CB_Ability3.Location = new System.Drawing.Point(278, 135);
|
|
this.CB_Ability3.Name = "CB_Ability3";
|
|
this.CB_Ability3.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability3.TabIndex = 466;
|
|
//
|
|
// CB_Ability2
|
|
//
|
|
this.CB_Ability2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability2.FormattingEnabled = true;
|
|
this.CB_Ability2.Location = new System.Drawing.Point(278, 113);
|
|
this.CB_Ability2.Name = "CB_Ability2";
|
|
this.CB_Ability2.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability2.TabIndex = 465;
|
|
//
|
|
// CB_Ability1
|
|
//
|
|
this.CB_Ability1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Ability1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability1.FormattingEnabled = true;
|
|
this.CB_Ability1.Location = new System.Drawing.Point(278, 91);
|
|
this.CB_Ability1.Name = "CB_Ability1";
|
|
this.CB_Ability1.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability1.TabIndex = 464;
|
|
//
|
|
// CB_EggGroup2
|
|
//
|
|
this.CB_EggGroup2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EggGroup2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EggGroup2.FormattingEnabled = true;
|
|
this.CB_EggGroup2.Location = new System.Drawing.Point(297, 206);
|
|
this.CB_EggGroup2.Name = "CB_EggGroup2";
|
|
this.CB_EggGroup2.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_EggGroup2.TabIndex = 463;
|
|
//
|
|
// CB_EggGroup1
|
|
//
|
|
this.CB_EggGroup1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_EggGroup1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_EggGroup1.FormattingEnabled = true;
|
|
this.CB_EggGroup1.Location = new System.Drawing.Point(297, 184);
|
|
this.CB_EggGroup1.Name = "CB_EggGroup1";
|
|
this.CB_EggGroup1.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_EggGroup1.TabIndex = 462;
|
|
//
|
|
// L_EggGroup
|
|
//
|
|
this.L_EggGroup.AutoSize = true;
|
|
this.L_EggGroup.Location = new System.Drawing.Point(232, 187);
|
|
this.L_EggGroup.Name = "L_EggGroup";
|
|
this.L_EggGroup.Size = new System.Drawing.Size(66, 13);
|
|
this.L_EggGroup.TabIndex = 461;
|
|
this.L_EggGroup.Text = "Egg Groups:";
|
|
//
|
|
// L_Ability
|
|
//
|
|
this.L_Ability.AutoSize = true;
|
|
this.L_Ability.Location = new System.Drawing.Point(232, 95);
|
|
this.L_Ability.Name = "L_Ability";
|
|
this.L_Ability.Size = new System.Drawing.Size(45, 13);
|
|
this.L_Ability.TabIndex = 460;
|
|
this.L_Ability.Text = "Abilities:";
|
|
//
|
|
// TB_BaseExp
|
|
//
|
|
this.TB_BaseExp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseExp.Location = new System.Drawing.Point(163, 355);
|
|
this.TB_BaseExp.Mask = "000";
|
|
this.TB_BaseExp.Name = "TB_BaseExp";
|
|
this.TB_BaseExp.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseExp.TabIndex = 459;
|
|
this.TB_BaseExp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_BaseEXP
|
|
//
|
|
this.L_BaseEXP.AutoSize = true;
|
|
this.L_BaseEXP.Location = new System.Drawing.Point(104, 359);
|
|
this.L_BaseEXP.Name = "L_BaseEXP";
|
|
this.L_BaseEXP.Size = new System.Drawing.Size(58, 13);
|
|
this.L_BaseEXP.TabIndex = 458;
|
|
this.L_BaseEXP.Text = "Base EXP:";
|
|
this.L_BaseEXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_HatchCycles
|
|
//
|
|
this.TB_HatchCycles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HatchCycles.Location = new System.Drawing.Point(163, 376);
|
|
this.TB_HatchCycles.Mask = "000";
|
|
this.TB_HatchCycles.Name = "TB_HatchCycles";
|
|
this.TB_HatchCycles.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_HatchCycles.TabIndex = 457;
|
|
this.TB_HatchCycles.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_HatchCycles
|
|
//
|
|
this.L_HatchCycles.AutoSize = true;
|
|
this.L_HatchCycles.Location = new System.Drawing.Point(89, 379);
|
|
this.L_HatchCycles.Name = "L_HatchCycles";
|
|
this.L_HatchCycles.Size = new System.Drawing.Size(73, 13);
|
|
this.L_HatchCycles.TabIndex = 456;
|
|
this.L_HatchCycles.Text = "Hatch Cycles:";
|
|
this.L_HatchCycles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_Friendship
|
|
//
|
|
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Friendship.Location = new System.Drawing.Point(163, 313);
|
|
this.TB_Friendship.Mask = "000";
|
|
this.TB_Friendship.Name = "TB_Friendship";
|
|
this.TB_Friendship.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_Friendship.TabIndex = 455;
|
|
this.TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Gender
|
|
//
|
|
this.TB_Gender.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Gender.Location = new System.Drawing.Point(163, 292);
|
|
this.TB_Gender.Mask = "000";
|
|
this.TB_Gender.Name = "TB_Gender";
|
|
this.TB_Gender.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_Gender.TabIndex = 454;
|
|
this.TB_Gender.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Friendship
|
|
//
|
|
this.L_Friendship.AutoSize = true;
|
|
this.L_Friendship.Location = new System.Drawing.Point(104, 317);
|
|
this.L_Friendship.Name = "L_Friendship";
|
|
this.L_Friendship.Size = new System.Drawing.Size(58, 13);
|
|
this.L_Friendship.TabIndex = 453;
|
|
this.L_Friendship.Text = "Friendship:";
|
|
this.L_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Gender
|
|
//
|
|
this.L_Gender.AutoSize = true;
|
|
this.L_Gender.Location = new System.Drawing.Point(117, 295);
|
|
this.L_Gender.Name = "L_Gender";
|
|
this.L_Gender.Size = new System.Drawing.Size(45, 13);
|
|
this.L_Gender.TabIndex = 452;
|
|
this.L_Gender.Text = "Gender:";
|
|
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Item1
|
|
//
|
|
this.L_Item1.AutoSize = true;
|
|
this.L_Item1.Location = new System.Drawing.Point(197, 137);
|
|
this.L_Item1.Name = "L_Item1";
|
|
this.L_Item1.Size = new System.Drawing.Size(21, 13);
|
|
this.L_Item1.TabIndex = 451;
|
|
this.L_Item1.Text = "1%";
|
|
//
|
|
// L_Item5
|
|
//
|
|
this.L_Item5.AutoSize = true;
|
|
this.L_Item5.Location = new System.Drawing.Point(197, 115);
|
|
this.L_Item5.Name = "L_Item5";
|
|
this.L_Item5.Size = new System.Drawing.Size(21, 13);
|
|
this.L_Item5.TabIndex = 450;
|
|
this.L_Item5.Text = "5%";
|
|
//
|
|
// L_Item50
|
|
//
|
|
this.L_Item50.AutoSize = true;
|
|
this.L_Item50.Location = new System.Drawing.Point(197, 94);
|
|
this.L_Item50.Name = "L_Item50";
|
|
this.L_Item50.Size = new System.Drawing.Size(27, 13);
|
|
this.L_Item50.TabIndex = 449;
|
|
this.L_Item50.Text = "50%";
|
|
//
|
|
// CB_HeldItem3
|
|
//
|
|
this.CB_HeldItem3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem3.FormattingEnabled = true;
|
|
this.CB_HeldItem3.Location = new System.Drawing.Point(54, 134);
|
|
this.CB_HeldItem3.Name = "CB_HeldItem3";
|
|
this.CB_HeldItem3.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem3.TabIndex = 448;
|
|
//
|
|
// CB_HeldItem2
|
|
//
|
|
this.CB_HeldItem2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem2.FormattingEnabled = true;
|
|
this.CB_HeldItem2.Location = new System.Drawing.Point(54, 112);
|
|
this.CB_HeldItem2.Name = "CB_HeldItem2";
|
|
this.CB_HeldItem2.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem2.TabIndex = 447;
|
|
//
|
|
// CB_HeldItem1
|
|
//
|
|
this.CB_HeldItem1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_HeldItem1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem1.FormattingEnabled = true;
|
|
this.CB_HeldItem1.Location = new System.Drawing.Point(54, 90);
|
|
this.CB_HeldItem1.Name = "CB_HeldItem1";
|
|
this.CB_HeldItem1.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem1.TabIndex = 446;
|
|
//
|
|
// L_HeldItem
|
|
//
|
|
this.L_HeldItem.AutoSize = true;
|
|
this.L_HeldItem.Location = new System.Drawing.Point(18, 93);
|
|
this.L_HeldItem.Name = "L_HeldItem";
|
|
this.L_HeldItem.Size = new System.Drawing.Size(35, 13);
|
|
this.L_HeldItem.TabIndex = 445;
|
|
this.L_HeldItem.Text = "Items:";
|
|
//
|
|
// CB_Type2
|
|
//
|
|
this.CB_Type2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Type2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Type2.FormattingEnabled = true;
|
|
this.CB_Type2.Location = new System.Drawing.Point(65, 206);
|
|
this.CB_Type2.Name = "CB_Type2";
|
|
this.CB_Type2.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_Type2.TabIndex = 444;
|
|
//
|
|
// CB_Type1
|
|
//
|
|
this.CB_Type1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Type1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Type1.FormattingEnabled = true;
|
|
this.CB_Type1.Location = new System.Drawing.Point(65, 184);
|
|
this.CB_Type1.Name = "CB_Type1";
|
|
this.CB_Type1.Size = new System.Drawing.Size(129, 21);
|
|
this.CB_Type1.TabIndex = 443;
|
|
//
|
|
// L_Type
|
|
//
|
|
this.L_Type.AutoSize = true;
|
|
this.L_Type.Location = new System.Drawing.Point(18, 187);
|
|
this.L_Type.Name = "L_Type";
|
|
this.L_Type.Size = new System.Drawing.Size(47, 13);
|
|
this.L_Type.TabIndex = 442;
|
|
this.L_Type.Text = "Typings:";
|
|
//
|
|
// TB_SPEEVs
|
|
//
|
|
this.TB_SPEEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPEEVs.Location = new System.Drawing.Point(273, 44);
|
|
this.TB_SPEEVs.Mask = "0";
|
|
this.TB_SPEEVs.Name = "TB_SPEEVs";
|
|
this.TB_SPEEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPEEVs.TabIndex = 441;
|
|
this.TB_SPEEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_SPDEVs
|
|
//
|
|
this.TB_SPDEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPDEVs.Location = new System.Drawing.Point(234, 44);
|
|
this.TB_SPDEVs.Mask = "0";
|
|
this.TB_SPDEVs.Name = "TB_SPDEVs";
|
|
this.TB_SPDEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPDEVs.TabIndex = 440;
|
|
this.TB_SPDEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_SPAEVs
|
|
//
|
|
this.TB_SPAEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPAEVs.Location = new System.Drawing.Point(195, 44);
|
|
this.TB_SPAEVs.Mask = "0";
|
|
this.TB_SPAEVs.Name = "TB_SPAEVs";
|
|
this.TB_SPAEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPAEVs.TabIndex = 439;
|
|
this.TB_SPAEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_DEFEVs
|
|
//
|
|
this.TB_DEFEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_DEFEVs.Location = new System.Drawing.Point(157, 44);
|
|
this.TB_DEFEVs.Mask = "0";
|
|
this.TB_DEFEVs.Name = "TB_DEFEVs";
|
|
this.TB_DEFEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_DEFEVs.TabIndex = 438;
|
|
this.TB_DEFEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_ATKEVs
|
|
//
|
|
this.TB_ATKEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_ATKEVs.Location = new System.Drawing.Point(119, 44);
|
|
this.TB_ATKEVs.Mask = "0";
|
|
this.TB_ATKEVs.Name = "TB_ATKEVs";
|
|
this.TB_ATKEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_ATKEVs.TabIndex = 437;
|
|
this.TB_ATKEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_HPEVs
|
|
//
|
|
this.TB_HPEVs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HPEVs.Location = new System.Drawing.Point(80, 44);
|
|
this.TB_HPEVs.Mask = "0";
|
|
this.TB_HPEVs.Name = "TB_HPEVs";
|
|
this.TB_HPEVs.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_HPEVs.TabIndex = 436;
|
|
this.TB_HPEVs.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPE
|
|
//
|
|
this.TB_BaseSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPE.Location = new System.Drawing.Point(273, 20);
|
|
this.TB_BaseSPE.Mask = "000";
|
|
this.TB_BaseSPE.Name = "TB_BaseSPE";
|
|
this.TB_BaseSPE.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPE.TabIndex = 435;
|
|
this.TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPD
|
|
//
|
|
this.TB_BaseSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPD.Location = new System.Drawing.Point(234, 20);
|
|
this.TB_BaseSPD.Mask = "000";
|
|
this.TB_BaseSPD.Name = "TB_BaseSPD";
|
|
this.TB_BaseSPD.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPD.TabIndex = 434;
|
|
this.TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPA
|
|
//
|
|
this.TB_BaseSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseSPA.Location = new System.Drawing.Point(195, 20);
|
|
this.TB_BaseSPA.Mask = "000";
|
|
this.TB_BaseSPA.Name = "TB_BaseSPA";
|
|
this.TB_BaseSPA.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseSPA.TabIndex = 433;
|
|
this.TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseDEF
|
|
//
|
|
this.TB_BaseDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseDEF.Location = new System.Drawing.Point(157, 20);
|
|
this.TB_BaseDEF.Mask = "000";
|
|
this.TB_BaseDEF.Name = "TB_BaseDEF";
|
|
this.TB_BaseDEF.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseDEF.TabIndex = 432;
|
|
this.TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseATK
|
|
//
|
|
this.TB_BaseATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseATK.Location = new System.Drawing.Point(119, 20);
|
|
this.TB_BaseATK.Mask = "000";
|
|
this.TB_BaseATK.Name = "TB_BaseATK";
|
|
this.TB_BaseATK.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseATK.TabIndex = 431;
|
|
this.TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseHP
|
|
//
|
|
this.TB_BaseHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_BaseHP.Location = new System.Drawing.Point(80, 20);
|
|
this.TB_BaseHP.Mask = "000";
|
|
this.TB_BaseHP.Name = "TB_BaseHP";
|
|
this.TB_BaseHP.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_BaseHP.TabIndex = 430;
|
|
this.TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label_HP
|
|
//
|
|
this.Label_HP.Location = new System.Drawing.Point(77, 4);
|
|
this.Label_HP.Name = "Label_HP";
|
|
this.Label_HP.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_HP.TabIndex = 424;
|
|
this.Label_HP.Text = "HP:";
|
|
this.Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_ATK
|
|
//
|
|
this.Label_ATK.Location = new System.Drawing.Point(119, 4);
|
|
this.Label_ATK.Name = "Label_ATK";
|
|
this.Label_ATK.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_ATK.TabIndex = 425;
|
|
this.Label_ATK.Text = "Atk:";
|
|
this.Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_DEF
|
|
//
|
|
this.Label_DEF.Location = new System.Drawing.Point(157, 4);
|
|
this.Label_DEF.Name = "Label_DEF";
|
|
this.Label_DEF.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_DEF.TabIndex = 426;
|
|
this.Label_DEF.Text = "Def:";
|
|
this.Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPA
|
|
//
|
|
this.Label_SPA.Location = new System.Drawing.Point(195, 4);
|
|
this.Label_SPA.Name = "Label_SPA";
|
|
this.Label_SPA.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPA.TabIndex = 427;
|
|
this.Label_SPA.Text = "SpA:";
|
|
this.Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPD
|
|
//
|
|
this.Label_SPD.Location = new System.Drawing.Point(234, 4);
|
|
this.Label_SPD.Name = "Label_SPD";
|
|
this.Label_SPD.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPD.TabIndex = 428;
|
|
this.Label_SPD.Text = "SpD:";
|
|
this.Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SPE
|
|
//
|
|
this.Label_SPE.Location = new System.Drawing.Point(271, 4);
|
|
this.Label_SPE.Name = "Label_SPE";
|
|
this.Label_SPE.Size = new System.Drawing.Size(31, 13);
|
|
this.Label_SPE.TabIndex = 429;
|
|
this.Label_SPE.Text = "Spe:";
|
|
this.Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_EVYield
|
|
//
|
|
this.L_EVYield.AutoSize = true;
|
|
this.L_EVYield.Location = new System.Drawing.Point(16, 47);
|
|
this.L_EVYield.Name = "L_EVYield";
|
|
this.L_EVYield.Size = new System.Drawing.Size(50, 13);
|
|
this.L_EVYield.TabIndex = 423;
|
|
this.L_EVYield.Text = "EV Yield:";
|
|
//
|
|
// L_BaseStats
|
|
//
|
|
this.L_BaseStats.AutoSize = true;
|
|
this.L_BaseStats.Location = new System.Drawing.Point(16, 23);
|
|
this.L_BaseStats.Name = "L_BaseStats";
|
|
this.L_BaseStats.Size = new System.Drawing.Size(61, 13);
|
|
this.L_BaseStats.TabIndex = 422;
|
|
this.L_BaseStats.Text = "Base Stats:";
|
|
//
|
|
// L_ZMove
|
|
//
|
|
this.L_ZMove.AutoSize = true;
|
|
this.L_ZMove.Location = new System.Drawing.Point(250, 466);
|
|
this.L_ZMove.Name = "L_ZMove";
|
|
this.L_ZMove.Size = new System.Drawing.Size(47, 13);
|
|
this.L_ZMove.TabIndex = 489;
|
|
this.L_ZMove.Text = "Z-Move:";
|
|
//
|
|
// L_BaseMove
|
|
//
|
|
this.L_BaseMove.AutoSize = true;
|
|
this.L_BaseMove.Location = new System.Drawing.Point(233, 445);
|
|
this.L_BaseMove.Name = "L_BaseMove";
|
|
this.L_BaseMove.Size = new System.Drawing.Size(64, 13);
|
|
this.L_BaseMove.TabIndex = 487;
|
|
this.L_BaseMove.Text = "Base Move:";
|
|
//
|
|
// L_ZCrystal
|
|
//
|
|
this.L_ZCrystal.AutoSize = true;
|
|
this.L_ZCrystal.Location = new System.Drawing.Point(246, 423);
|
|
this.L_ZCrystal.Name = "L_ZCrystal";
|
|
this.L_ZCrystal.Size = new System.Drawing.Size(51, 13);
|
|
this.L_ZCrystal.TabIndex = 486;
|
|
this.L_ZCrystal.Text = "Z-Crystal:";
|
|
//
|
|
// Tab_Learn
|
|
//
|
|
this.Tab_Learn.Controls.Add(this.L_TM);
|
|
this.Tab_Learn.Controls.Add(this.CLB_TM);
|
|
this.Tab_Learn.Controls.Add(this.L_LevelUp);
|
|
this.Tab_Learn.Controls.Add(this.dgv);
|
|
this.Tab_Learn.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Learn.Name = "Tab_Learn";
|
|
this.Tab_Learn.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Learn.Size = new System.Drawing.Size(526, 515);
|
|
this.Tab_Learn.TabIndex = 1;
|
|
this.Tab_Learn.Text = "Learnset";
|
|
this.Tab_Learn.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_TM
|
|
//
|
|
this.L_TM.AutoSize = true;
|
|
this.L_TM.Location = new System.Drawing.Point(281, 18);
|
|
this.L_TM.Name = "L_TM";
|
|
this.L_TM.Size = new System.Drawing.Size(31, 13);
|
|
this.L_TM.TabIndex = 7;
|
|
this.L_TM.Text = "TMs:";
|
|
//
|
|
// CLB_TM
|
|
//
|
|
this.CLB_TM.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CLB_TM.FormattingEnabled = true;
|
|
this.CLB_TM.Location = new System.Drawing.Point(284, 34);
|
|
this.CLB_TM.Name = "CLB_TM";
|
|
this.CLB_TM.Size = new System.Drawing.Size(147, 469);
|
|
this.CLB_TM.TabIndex = 6;
|
|
//
|
|
// L_LevelUp
|
|
//
|
|
this.L_LevelUp.AutoSize = true;
|
|
this.L_LevelUp.Location = new System.Drawing.Point(3, 18);
|
|
this.L_LevelUp.Name = "L_LevelUp";
|
|
this.L_LevelUp.Size = new System.Drawing.Size(97, 13);
|
|
this.L_LevelUp.TabIndex = 2;
|
|
this.L_LevelUp.Text = "Level Up Learnset:";
|
|
//
|
|
// dgv
|
|
//
|
|
this.dgv.AllowUserToResizeColumns = false;
|
|
this.dgv.AllowUserToResizeRows = false;
|
|
this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgv.Location = new System.Drawing.Point(0, 34);
|
|
this.dgv.Name = "dgv";
|
|
this.dgv.Size = new System.Drawing.Size(282, 469);
|
|
this.dgv.TabIndex = 1;
|
|
//
|
|
// Tab_Evo
|
|
//
|
|
this.Tab_Evo.Controls.Add(this.flowLayoutPanel1);
|
|
this.Tab_Evo.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Evo.Name = "Tab_Evo";
|
|
this.Tab_Evo.Size = new System.Drawing.Size(526, 515);
|
|
this.Tab_Evo.TabIndex = 2;
|
|
this.Tab_Evo.Text = "Evolve";
|
|
this.Tab_Evo.UseVisualStyleBackColor = true;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(526, 515);
|
|
this.flowLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// Tab_Extra
|
|
//
|
|
this.Tab_Extra.Controls.Add(this.L_RandEnhance);
|
|
this.Tab_Extra.Controls.Add(this.tabControl2);
|
|
this.Tab_Extra.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Extra.Name = "Tab_Extra";
|
|
this.Tab_Extra.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Extra.Size = new System.Drawing.Size(526, 515);
|
|
this.Tab_Extra.TabIndex = 3;
|
|
this.Tab_Extra.Text = "Enhancements";
|
|
this.Tab_Extra.UseVisualStyleBackColor = true;
|
|
//
|
|
// CB_Species
|
|
//
|
|
this.CB_Species.FormattingEnabled = true;
|
|
this.CB_Species.Location = new System.Drawing.Point(276, 0);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(155, 21);
|
|
this.CB_Species.TabIndex = 2;
|
|
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.UpdateIndex);
|
|
//
|
|
// PB_MonSprite
|
|
//
|
|
this.PB_MonSprite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PB_MonSprite.BackColor = System.Drawing.Color.Transparent;
|
|
this.PB_MonSprite.Location = new System.Drawing.Point(446, 26);
|
|
this.PB_MonSprite.Name = "PB_MonSprite";
|
|
this.PB_MonSprite.Size = new System.Drawing.Size(80, 60);
|
|
this.PB_MonSprite.TabIndex = 91;
|
|
this.PB_MonSprite.TabStop = false;
|
|
//
|
|
// tabControl2
|
|
//
|
|
this.tabControl2.Controls.Add(this.Tab_RStats);
|
|
this.tabControl2.Controls.Add(this.Tab_RLearn);
|
|
this.tabControl2.Controls.Add(this.Tab_REvo);
|
|
this.tabControl2.Controls.Add(this.Tab_Trade);
|
|
this.tabControl2.Location = new System.Drawing.Point(8, 24);
|
|
this.tabControl2.Name = "tabControl2";
|
|
this.tabControl2.SelectedIndex = 0;
|
|
this.tabControl2.Size = new System.Drawing.Size(428, 488);
|
|
this.tabControl2.TabIndex = 0;
|
|
//
|
|
// Tab_Trade
|
|
//
|
|
this.Tab_Trade.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Trade.Name = "Tab_Trade";
|
|
this.Tab_Trade.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Trade.Size = new System.Drawing.Size(420, 462);
|
|
this.Tab_Trade.TabIndex = 0;
|
|
this.Tab_Trade.Text = "Remove Trade Evos";
|
|
this.Tab_Trade.UseVisualStyleBackColor = true;
|
|
//
|
|
// Tab_RStats
|
|
//
|
|
this.Tab_RStats.Controls.Add(this.B_RandPersonal);
|
|
this.Tab_RStats.Controls.Add(this.PG_Personal);
|
|
this.Tab_RStats.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_RStats.Name = "Tab_RStats";
|
|
this.Tab_RStats.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_RStats.Size = new System.Drawing.Size(420, 462);
|
|
this.Tab_RStats.TabIndex = 1;
|
|
this.Tab_RStats.Text = "Randomize Personal";
|
|
this.Tab_RStats.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_RandEnhance
|
|
//
|
|
this.L_RandEnhance.AutoSize = true;
|
|
this.L_RandEnhance.Location = new System.Drawing.Point(9, 8);
|
|
this.L_RandEnhance.Name = "L_RandEnhance";
|
|
this.L_RandEnhance.Size = new System.Drawing.Size(116, 13);
|
|
this.L_RandEnhance.TabIndex = 1;
|
|
this.L_RandEnhance.Text = "Randomization Options";
|
|
//
|
|
// Tab_RLearn
|
|
//
|
|
this.Tab_RLearn.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_RLearn.Name = "Tab_RLearn";
|
|
this.Tab_RLearn.Size = new System.Drawing.Size(420, 462);
|
|
this.Tab_RLearn.TabIndex = 2;
|
|
this.Tab_RLearn.Text = "Randomize Learn";
|
|
this.Tab_RLearn.UseVisualStyleBackColor = true;
|
|
//
|
|
// Tab_REvo
|
|
//
|
|
this.Tab_REvo.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_REvo.Name = "Tab_REvo";
|
|
this.Tab_REvo.Size = new System.Drawing.Size(420, 462);
|
|
this.Tab_REvo.TabIndex = 3;
|
|
this.Tab_REvo.Text = "Randomize Evo";
|
|
this.Tab_REvo.UseVisualStyleBackColor = true;
|
|
//
|
|
// PG_Personal
|
|
//
|
|
this.PG_Personal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PG_Personal.Location = new System.Drawing.Point(6, 109);
|
|
this.PG_Personal.Name = "PG_Personal";
|
|
this.PG_Personal.Size = new System.Drawing.Size(411, 350);
|
|
this.PG_Personal.TabIndex = 0;
|
|
//
|
|
// B_RandPersonal
|
|
//
|
|
this.B_RandPersonal.Location = new System.Drawing.Point(6, 80);
|
|
this.B_RandPersonal.Name = "B_RandPersonal";
|
|
this.B_RandPersonal.Size = new System.Drawing.Size(75, 23);
|
|
this.B_RandPersonal.TabIndex = 1;
|
|
this.B_RandPersonal.Text = "Randomize";
|
|
this.B_RandPersonal.UseVisualStyleBackColor = true;
|
|
this.B_RandPersonal.Click += new System.EventHandler(this.B_RandPersonal_Click);
|
|
//
|
|
// PokeDataUI
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(534, 541);
|
|
this.Controls.Add(this.PB_MonSprite);
|
|
this.Controls.Add(this.CB_Species);
|
|
this.Controls.Add(this.B_Save);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.MaximizeBox = false;
|
|
this.Name = "PokeDataUI";
|
|
this.Text = "Pokémon Editor";
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.Tab_Personal.ResumeLayout(false);
|
|
this.Tab_Personal.PerformLayout();
|
|
this.Tab_Learn.ResumeLayout(false);
|
|
this.Tab_Learn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
|
|
this.Tab_Evo.ResumeLayout(false);
|
|
this.Tab_Extra.ResumeLayout(false);
|
|
this.Tab_Extra.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MonSprite)).EndInit();
|
|
this.tabControl2.ResumeLayout(false);
|
|
this.Tab_RStats.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage Tab_Learn;
|
|
private System.Windows.Forms.TabPage Tab_Personal;
|
|
private System.Windows.Forms.TabPage Tab_Evo;
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.TextBox TB_RawColor;
|
|
private System.Windows.Forms.Label L_HiddenAbility;
|
|
private System.Windows.Forms.Label L_WeightKG;
|
|
private System.Windows.Forms.Label L_Ability2;
|
|
private System.Windows.Forms.Label L_HeightM;
|
|
private System.Windows.Forms.Label L_Ability1;
|
|
private System.Windows.Forms.MaskedTextBox TB_Weight;
|
|
private System.Windows.Forms.MaskedTextBox TB_Height;
|
|
private System.Windows.Forms.Label L_Weight;
|
|
private System.Windows.Forms.Label L_Height;
|
|
private System.Windows.Forms.ComboBox CB_ZMove;
|
|
private System.Windows.Forms.ComboBox CB_ZBaseMove;
|
|
private System.Windows.Forms.ComboBox CB_ZItem;
|
|
private System.Windows.Forms.MaskedTextBox TB_CallRate;
|
|
private System.Windows.Forms.Label L_CallRate;
|
|
private System.Windows.Forms.CheckBox CHK_Variant;
|
|
private System.Windows.Forms.TextBox TB_BST;
|
|
private System.Windows.Forms.Label L_BST;
|
|
private System.Windows.Forms.MaskedTextBox TB_CatchRate;
|
|
private System.Windows.Forms.TextBox TB_Stage;
|
|
private System.Windows.Forms.Label L_Stage;
|
|
private System.Windows.Forms.TextBox TB_FormeCount;
|
|
private System.Windows.Forms.Label L_FormesCount;
|
|
private System.Windows.Forms.TextBox TB_FormeSprite;
|
|
private System.Windows.Forms.Label L_FormeSprite;
|
|
private System.Windows.Forms.Label L_CatchRate;
|
|
private System.Windows.Forms.ComboBox CB_Color;
|
|
private System.Windows.Forms.ComboBox CB_EXPGroup;
|
|
private System.Windows.Forms.Label L_Color;
|
|
private System.Windows.Forms.Label L_EXPGrowth;
|
|
private System.Windows.Forms.ComboBox CB_Ability3;
|
|
private System.Windows.Forms.ComboBox CB_Ability2;
|
|
private System.Windows.Forms.ComboBox CB_Ability1;
|
|
private System.Windows.Forms.ComboBox CB_EggGroup2;
|
|
private System.Windows.Forms.ComboBox CB_EggGroup1;
|
|
private System.Windows.Forms.Label L_EggGroup;
|
|
private System.Windows.Forms.Label L_Ability;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseExp;
|
|
private System.Windows.Forms.Label L_BaseEXP;
|
|
private System.Windows.Forms.MaskedTextBox TB_HatchCycles;
|
|
private System.Windows.Forms.Label L_HatchCycles;
|
|
private System.Windows.Forms.MaskedTextBox TB_Friendship;
|
|
private System.Windows.Forms.MaskedTextBox TB_Gender;
|
|
private System.Windows.Forms.Label L_Friendship;
|
|
private System.Windows.Forms.Label L_Gender;
|
|
private System.Windows.Forms.Label L_Item1;
|
|
private System.Windows.Forms.Label L_Item5;
|
|
private System.Windows.Forms.Label L_Item50;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem3;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem2;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem1;
|
|
private System.Windows.Forms.Label L_HeldItem;
|
|
private System.Windows.Forms.ComboBox CB_Type2;
|
|
private System.Windows.Forms.ComboBox CB_Type1;
|
|
private System.Windows.Forms.Label L_Type;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPEEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPDEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPAEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_DEFEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_ATKEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_HPEVs;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPE;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPD;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseSPA;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseDEF;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseATK;
|
|
private System.Windows.Forms.MaskedTextBox TB_BaseHP;
|
|
private System.Windows.Forms.Label Label_HP;
|
|
private System.Windows.Forms.Label Label_ATK;
|
|
private System.Windows.Forms.Label Label_DEF;
|
|
private System.Windows.Forms.Label Label_SPA;
|
|
private System.Windows.Forms.Label Label_SPD;
|
|
private System.Windows.Forms.Label Label_SPE;
|
|
private System.Windows.Forms.Label L_EVYield;
|
|
private System.Windows.Forms.Label L_BaseStats;
|
|
private System.Windows.Forms.Label L_ZMove;
|
|
private System.Windows.Forms.Label L_BaseMove;
|
|
private System.Windows.Forms.Label L_ZCrystal;
|
|
private System.Windows.Forms.TabPage Tab_Extra;
|
|
private System.Windows.Forms.Label L_GoID;
|
|
private System.Windows.Forms.MaskedTextBox MT_GoID;
|
|
private System.Windows.Forms.Label L_LevelUp;
|
|
private System.Windows.Forms.DataGridView dgv;
|
|
private System.Windows.Forms.Label L_TM;
|
|
private System.Windows.Forms.CheckedListBox CLB_TM;
|
|
private System.Windows.Forms.PictureBox PB_MonSprite;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button B_PDumpTable;
|
|
private System.Windows.Forms.TabControl tabControl2;
|
|
private System.Windows.Forms.TabPage Tab_Trade;
|
|
private System.Windows.Forms.TabPage Tab_RStats;
|
|
private System.Windows.Forms.Label L_RandEnhance;
|
|
private System.Windows.Forms.TabPage Tab_RLearn;
|
|
private System.Windows.Forms.TabPage Tab_REvo;
|
|
private System.Windows.Forms.PropertyGrid PG_Personal;
|
|
private System.Windows.Forms.Button B_RandPersonal;
|
|
}
|
|
} |