2018-02-27 05:22:35 +00:00
namespace PKHeX.WinForms.Controls
{
partial class StatEditor
{
/// <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 Component 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 . FLP_Stats = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_StatHeader = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_HackedStats = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_HackedStats = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_StatsHeaderRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-04-05 05:45:14 +00:00
this . Label_Base = new System . Windows . Forms . Label ( ) ;
2018-02-27 05:22:35 +00:00
this . Label_IVs = new System . Windows . Forms . Label ( ) ;
this . Label_EVs = new System . Windows . Forms . Label ( ) ;
this . Label_Stats = new System . Windows . Forms . Label ( ) ;
this . FLP_HP = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_HP = new System . Windows . Forms . Label ( ) ;
this . FLP_HPRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_HPBase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_HPIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_HPEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_HP = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Atk = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_ATK = new System . Windows . Forms . Label ( ) ;
this . FLP_AtkRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_ATKBase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_ATKIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_ATKEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_ATK = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Def = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_DEF = new System . Windows . Forms . Label ( ) ;
this . FLP_DefRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_DEFBase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_DEFIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_DEFEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_DEF = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_SpA = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_SpALeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPA = new System . Windows . Forms . Label ( ) ;
this . Label_SPC = new System . Windows . Forms . Label ( ) ;
this . FLP_SpARight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_SPABase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPAIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPAEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPA = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_SpD = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPD = new System . Windows . Forms . Label ( ) ;
this . FLP_SpDRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_SPDBase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPDIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPDEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPD = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Spe = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPE = new System . Windows . Forms . Label ( ) ;
this . FLP_SpeRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_SPEBase = new System . Windows . Forms . MaskedTextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPEIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPEEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPE = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_StatsTotal = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Total = new System . Windows . Forms . Label ( ) ;
this . FLP_StatsTotalRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2018-03-18 17:38:29 +00:00
this . TB_BST = new System . Windows . Forms . TextBox ( ) ;
2018-02-27 05:22:35 +00:00
this . TB_IVTotal = new System . Windows . Forms . TextBox ( ) ;
this . TB_EVTotal = new System . Windows . Forms . TextBox ( ) ;
this . L_Potential = new System . Windows . Forms . Label ( ) ;
this . FLP_HPType = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_HiddenPowerPrefix = new System . Windows . Forms . Label ( ) ;
this . CB_HPType = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Characteristic = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_CharacteristicPrefix = new System . Windows . Forms . Label ( ) ;
this . L_Characteristic = new System . Windows . Forms . Label ( ) ;
this . PAN_BTN = new System . Windows . Forms . Panel ( ) ;
2018-03-18 17:38:29 +00:00
this . BTN_RandomIVs = new System . Windows . Forms . Button ( ) ;
this . BTN_RandomEVs = new System . Windows . Forms . Button ( ) ;
2018-02-27 05:22:35 +00:00
this . FLP_Stats . SuspendLayout ( ) ;
this . FLP_StatHeader . SuspendLayout ( ) ;
this . FLP_HackedStats . SuspendLayout ( ) ;
this . FLP_StatsHeaderRight . SuspendLayout ( ) ;
this . FLP_HP . SuspendLayout ( ) ;
this . FLP_HPRight . SuspendLayout ( ) ;
this . FLP_Atk . SuspendLayout ( ) ;
this . FLP_AtkRight . SuspendLayout ( ) ;
this . FLP_Def . SuspendLayout ( ) ;
this . FLP_DefRight . SuspendLayout ( ) ;
this . FLP_SpA . SuspendLayout ( ) ;
this . FLP_SpALeft . SuspendLayout ( ) ;
this . FLP_SpARight . SuspendLayout ( ) ;
this . FLP_SpD . SuspendLayout ( ) ;
this . FLP_SpDRight . SuspendLayout ( ) ;
this . FLP_Spe . SuspendLayout ( ) ;
this . FLP_SpeRight . SuspendLayout ( ) ;
this . FLP_StatsTotal . SuspendLayout ( ) ;
this . FLP_StatsTotalRight . SuspendLayout ( ) ;
this . FLP_HPType . SuspendLayout ( ) ;
this . FLP_Characteristic . SuspendLayout ( ) ;
this . PAN_BTN . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// FLP_Stats
//
this . FLP_Stats . 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 . FLP_Stats . Controls . Add ( this . FLP_StatHeader ) ;
this . FLP_Stats . Controls . Add ( this . FLP_HP ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Atk ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Def ) ;
this . FLP_Stats . Controls . Add ( this . FLP_SpA ) ;
this . FLP_Stats . Controls . Add ( this . FLP_SpD ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Spe ) ;
this . FLP_Stats . Controls . Add ( this . FLP_StatsTotal ) ;
this . FLP_Stats . Controls . Add ( this . FLP_HPType ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Characteristic ) ;
this . FLP_Stats . Controls . Add ( this . PAN_BTN ) ;
this . FLP_Stats . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_Stats . Name = "FLP_Stats" ;
this . FLP_Stats . Size = new System . Drawing . Size ( 270 , 253 ) ;
this . FLP_Stats . TabIndex = 106 ;
//
// FLP_StatHeader
//
this . FLP_StatHeader . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_StatHeader . Controls . Add ( this . FLP_HackedStats ) ;
this . FLP_StatHeader . Controls . Add ( this . FLP_StatsHeaderRight ) ;
this . FLP_StatHeader . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_StatHeader . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatHeader . Name = "FLP_StatHeader" ;
this . FLP_StatHeader . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_StatHeader . TabIndex = 122 ;
//
// FLP_HackedStats
//
this . FLP_HackedStats . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HackedStats . Controls . Add ( this . CHK_HackedStats ) ;
this . FLP_HackedStats . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_HackedStats . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HackedStats . Name = "FLP_HackedStats" ;
2018-03-18 17:38:29 +00:00
this . FLP_HackedStats . Size = new System . Drawing . Size ( 78 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_HackedStats . TabIndex = 122 ;
//
// CHK_HackedStats
//
this . CHK_HackedStats . Enabled = false ;
this . CHK_HackedStats . Location = new System . Drawing . Point ( 0 , 3 ) ;
this . CHK_HackedStats . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_HackedStats . Name = "CHK_HackedStats" ;
2018-03-18 17:38:29 +00:00
this . CHK_HackedStats . Size = new System . Drawing . Size ( 75 , 17 ) ;
2018-02-27 05:22:35 +00:00
this . CHK_HackedStats . TabIndex = 18 ;
2018-03-18 17:38:29 +00:00
this . CHK_HackedStats . Text = "Hacked" ;
2018-02-27 05:22:35 +00:00
this . CHK_HackedStats . UseVisualStyleBackColor = true ;
this . CHK_HackedStats . Visible = false ;
this . CHK_HackedStats . CheckedChanged + = new System . EventHandler ( this . UpdateHackedStats ) ;
//
// FLP_StatsHeaderRight
//
this . FLP_StatsHeaderRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-04-05 05:45:14 +00:00
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_Base ) ;
2018-02-27 05:22:35 +00:00
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_IVs ) ;
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_EVs ) ;
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_Stats ) ;
2018-03-18 17:38:29 +00:00
this . FLP_StatsHeaderRight . Location = new System . Drawing . Point ( 78 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_StatsHeaderRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsHeaderRight . Name = "FLP_StatsHeaderRight" ;
this . FLP_StatsHeaderRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_StatsHeaderRight . TabIndex = 123 ;
//
2018-04-05 05:45:14 +00:00
// Label_Base
2018-03-18 17:38:29 +00:00
//
2018-04-05 05:45:14 +00:00
this . Label_Base . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Base . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Base . Name = "Label_Base" ;
this . Label_Base . Size = new System . Drawing . Size ( 34 , 21 ) ;
this . Label_Base . TabIndex = 30 ;
this . Label_Base . Text = "Base" ;
this . Label_Base . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2018-03-18 17:38:29 +00:00
//
2018-02-27 05:22:35 +00:00
// Label_IVs
//
2018-03-18 17:38:29 +00:00
this . Label_IVs . Location = new System . Drawing . Point ( 34 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Label_IVs . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_IVs . Name = "Label_IVs" ;
this . Label_IVs . Size = new System . Drawing . Size ( 30 , 21 ) ;
this . Label_IVs . TabIndex = 29 ;
this . Label_IVs . Text = "IVs" ;
this . Label_IVs . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// Label_EVs
//
2018-03-18 17:38:29 +00:00
this . Label_EVs . Location = new System . Drawing . Point ( 64 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Label_EVs . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EVs . Name = "Label_EVs" ;
this . Label_EVs . Size = new System . Drawing . Size ( 35 , 21 ) ;
this . Label_EVs . TabIndex = 27 ;
this . Label_EVs . Text = "EVs" ;
this . Label_EVs . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// Label_Stats
//
2018-03-18 17:38:29 +00:00
this . Label_Stats . Location = new System . Drawing . Point ( 99 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Label_Stats . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Stats . Name = "Label_Stats" ;
this . Label_Stats . Size = new System . Drawing . Size ( 35 , 21 ) ;
this . Label_Stats . TabIndex = 28 ;
this . Label_Stats . Text = "Stats" ;
this . Label_Stats . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// FLP_HP
//
this . FLP_HP . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HP . Controls . Add ( this . Label_HP ) ;
this . FLP_HP . Controls . Add ( this . FLP_HPRight ) ;
this . FLP_HP . Location = new System . Drawing . Point ( 0 , 22 ) ;
this . FLP_HP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HP . Name = "FLP_HP" ;
this . FLP_HP . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HP . TabIndex = 123 ;
//
// Label_HP
//
this . Label_HP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HP . Name = "Label_HP" ;
2018-03-18 17:38:29 +00:00
this . Label_HP . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_HP . TabIndex = 19 ;
this . Label_HP . Text = "HP:" ;
this . Label_HP . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_HP . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_HPRight
//
this . FLP_HPRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_HPRight . Controls . Add ( this . TB_HPBase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_HPRight . Controls . Add ( this . TB_HPIV ) ;
this . FLP_HPRight . Controls . Add ( this . TB_HPEV ) ;
this . FLP_HPRight . Controls . Add ( this . Stat_HP ) ;
2018-03-18 17:38:29 +00:00
this . FLP_HPRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_HPRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HPRight . Name = "FLP_HPRight" ;
this . FLP_HPRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_HPRight . TabIndex = 121 ;
//
2018-03-18 17:38:29 +00:00
// TB_HPBase
//
this . TB_HPBase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_HPBase . Enabled = false ;
this . TB_HPBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_HPBase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_HPBase . Mask = "000" ;
this . TB_HPBase . Name = "TB_HPBase" ;
this . TB_HPBase . PromptChar = ' ' ;
this . TB_HPBase . ReadOnly = true ;
this . TB_HPBase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_HPBase . TabIndex = 46 ;
this . TB_HPBase . TabStop = false ;
this . TB_HPBase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_HPIV
//
this . TB_HPIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_HPIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_HPIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_HPIV . Mask = "00" ;
this . TB_HPIV . Name = "TB_HPIV" ;
this . TB_HPIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_HPIV . TabIndex = 1 ;
this . TB_HPIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_HPIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_HPIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_HPEV
//
this . TB_HPEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_HPEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_HPEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_HPEV . Mask = "000" ;
this . TB_HPEV . Name = "TB_HPEV" ;
this . TB_HPEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_HPEV . TabIndex = 7 ;
this . TB_HPEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_HPEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_HPEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_HP
//
this . Stat_HP . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_HP . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_HP . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_HP . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_HP . Mask = "00000" ;
this . Stat_HP . Name = "Stat_HP" ;
this . Stat_HP . PromptChar = ' ' ;
this . Stat_HP . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_HP . TabIndex = 45 ;
this . Stat_HP . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_HP . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_Atk
//
this . FLP_Atk . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Atk . Controls . Add ( this . Label_ATK ) ;
this . FLP_Atk . Controls . Add ( this . FLP_AtkRight ) ;
this . FLP_Atk . Location = new System . Drawing . Point ( 0 , 43 ) ;
this . FLP_Atk . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Atk . Name = "FLP_Atk" ;
this . FLP_Atk . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Atk . TabIndex = 124 ;
//
// Label_ATK
//
this . Label_ATK . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_ATK . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_ATK . Name = "Label_ATK" ;
2018-03-18 17:38:29 +00:00
this . Label_ATK . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_ATK . TabIndex = 20 ;
this . Label_ATK . Text = "Atk:" ;
this . Label_ATK . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_ATK . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_AtkRight
//
this . FLP_AtkRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_AtkRight . Controls . Add ( this . TB_ATKBase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_AtkRight . Controls . Add ( this . TB_ATKIV ) ;
this . FLP_AtkRight . Controls . Add ( this . TB_ATKEV ) ;
this . FLP_AtkRight . Controls . Add ( this . Stat_ATK ) ;
2018-03-18 17:38:29 +00:00
this . FLP_AtkRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_AtkRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_AtkRight . Name = "FLP_AtkRight" ;
this . FLP_AtkRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_AtkRight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_ATKBase
//
this . TB_ATKBase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_ATKBase . Enabled = false ;
this . TB_ATKBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_ATKBase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_ATKBase . Mask = "000" ;
this . TB_ATKBase . Name = "TB_ATKBase" ;
this . TB_ATKBase . PromptChar = ' ' ;
this . TB_ATKBase . ReadOnly = true ;
this . TB_ATKBase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_ATKBase . TabIndex = 47 ;
this . TB_ATKBase . TabStop = false ;
this . TB_ATKBase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_ATKIV
//
this . TB_ATKIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_ATKIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_ATKIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_ATKIV . Mask = "00" ;
this . TB_ATKIV . Name = "TB_ATKIV" ;
this . TB_ATKIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_ATKIV . TabIndex = 2 ;
this . TB_ATKIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_ATKIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_ATKIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_ATKEV
//
this . TB_ATKEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_ATKEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_ATKEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_ATKEV . Mask = "000" ;
this . TB_ATKEV . Name = "TB_ATKEV" ;
this . TB_ATKEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_ATKEV . TabIndex = 8 ;
this . TB_ATKEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_ATKEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_ATKEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_ATK
//
this . Stat_ATK . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_ATK . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_ATK . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_ATK . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_ATK . Mask = "00000" ;
this . Stat_ATK . Name = "Stat_ATK" ;
this . Stat_ATK . PromptChar = ' ' ;
this . Stat_ATK . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_ATK . TabIndex = 46 ;
this . Stat_ATK . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_ATK . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_Def
//
this . FLP_Def . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Def . Controls . Add ( this . Label_DEF ) ;
this . FLP_Def . Controls . Add ( this . FLP_DefRight ) ;
this . FLP_Def . Location = new System . Drawing . Point ( 0 , 64 ) ;
this . FLP_Def . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Def . Name = "FLP_Def" ;
this . FLP_Def . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Def . TabIndex = 125 ;
//
// Label_DEF
//
this . Label_DEF . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_DEF . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_DEF . Name = "Label_DEF" ;
2018-03-18 17:38:29 +00:00
this . Label_DEF . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_DEF . TabIndex = 21 ;
this . Label_DEF . Text = "Def:" ;
this . Label_DEF . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_DEF . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_DefRight
//
this . FLP_DefRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_DefRight . Controls . Add ( this . TB_DEFBase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_DefRight . Controls . Add ( this . TB_DEFIV ) ;
this . FLP_DefRight . Controls . Add ( this . TB_DEFEV ) ;
this . FLP_DefRight . Controls . Add ( this . Stat_DEF ) ;
2018-03-18 17:38:29 +00:00
this . FLP_DefRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_DefRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_DefRight . Name = "FLP_DefRight" ;
this . FLP_DefRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_DefRight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_DEFBase
//
this . TB_DEFBase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_DEFBase . Enabled = false ;
this . TB_DEFBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_DEFBase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_DEFBase . Mask = "000" ;
this . TB_DEFBase . Name = "TB_DEFBase" ;
this . TB_DEFBase . PromptChar = ' ' ;
this . TB_DEFBase . ReadOnly = true ;
this . TB_DEFBase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_DEFBase . TabIndex = 48 ;
this . TB_DEFBase . TabStop = false ;
this . TB_DEFBase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_DEFIV
//
this . TB_DEFIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_DEFIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_DEFIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_DEFIV . Mask = "00" ;
this . TB_DEFIV . Name = "TB_DEFIV" ;
this . TB_DEFIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_DEFIV . TabIndex = 3 ;
this . TB_DEFIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_DEFIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_DEFIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_DEFEV
//
this . TB_DEFEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_DEFEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_DEFEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_DEFEV . Mask = "000" ;
this . TB_DEFEV . Name = "TB_DEFEV" ;
this . TB_DEFEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_DEFEV . TabIndex = 9 ;
this . TB_DEFEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_DEFEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_DEFEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_DEF
//
this . Stat_DEF . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_DEF . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_DEF . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_DEF . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_DEF . Mask = "00000" ;
this . Stat_DEF . Name = "Stat_DEF" ;
this . Stat_DEF . PromptChar = ' ' ;
this . Stat_DEF . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_DEF . TabIndex = 47 ;
this . Stat_DEF . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_DEF . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_SpA
//
this . FLP_SpA . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpA . Controls . Add ( this . FLP_SpALeft ) ;
this . FLP_SpA . Controls . Add ( this . FLP_SpARight ) ;
this . FLP_SpA . Location = new System . Drawing . Point ( 0 , 85 ) ;
this . FLP_SpA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpA . Name = "FLP_SpA" ;
this . FLP_SpA . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SpA . TabIndex = 126 ;
//
// FLP_SpALeft
//
this . FLP_SpALeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_SpALeft . Controls . Add ( this . Label_SPA ) ;
this . FLP_SpALeft . Controls . Add ( this . Label_SPC ) ;
this . FLP_SpALeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_SpALeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_SpALeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpALeft . Name = "FLP_SpALeft" ;
2018-03-18 17:38:29 +00:00
this . FLP_SpALeft . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpALeft . TabIndex = 124 ;
//
// Label_SPA
//
this . Label_SPA . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPA . Name = "Label_SPA" ;
2018-03-18 17:38:29 +00:00
this . Label_SPA . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_SPA . TabIndex = 22 ;
this . Label_SPA . Text = "SpA:" ;
this . Label_SPA . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPA . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// Label_SPC
//
2018-03-18 17:38:29 +00:00
this . Label_SPC . Location = new System . Drawing . Point ( - 30 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_SPC . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPC . Name = "Label_SPC" ;
this . Label_SPC . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SPC . TabIndex = 125 ;
this . Label_SPC . Text = "SpC:" ;
this . Label_SPC . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPC . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_SpARight
//
this . FLP_SpARight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpARight . Controls . Add ( this . TB_SPABase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpARight . Controls . Add ( this . TB_SPAIV ) ;
this . FLP_SpARight . Controls . Add ( this . TB_SPAEV ) ;
this . FLP_SpARight . Controls . Add ( this . Stat_SPA ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpARight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpARight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpARight . Name = "FLP_SpARight" ;
this . FLP_SpARight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpARight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_SPABase
//
this . TB_SPABase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPABase . Enabled = false ;
this . TB_SPABase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPABase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_SPABase . Mask = "000" ;
this . TB_SPABase . Name = "TB_SPABase" ;
this . TB_SPABase . PromptChar = ' ' ;
this . TB_SPABase . ReadOnly = true ;
this . TB_SPABase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPABase . TabIndex = 49 ;
this . TB_SPABase . TabStop = false ;
this . TB_SPABase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_SPAIV
//
this . TB_SPAIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPAIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPAIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_SPAIV . Mask = "00" ;
this . TB_SPAIV . Name = "TB_SPAIV" ;
this . TB_SPAIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPAIV . TabIndex = 4 ;
this . TB_SPAIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPAIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_SPAIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_SPAEV
//
this . TB_SPAEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPAEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPAEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_SPAEV . Mask = "000" ;
this . TB_SPAEV . Name = "TB_SPAEV" ;
this . TB_SPAEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPAEV . TabIndex = 10 ;
this . TB_SPAEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPAEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_SPAEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_SPA
//
this . Stat_SPA . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPA . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_SPA . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_SPA . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPA . Mask = "00000" ;
this . Stat_SPA . Name = "Stat_SPA" ;
this . Stat_SPA . PromptChar = ' ' ;
this . Stat_SPA . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPA . TabIndex = 48 ;
this . Stat_SPA . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_SPA . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_SpD
//
this . FLP_SpD . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpD . Controls . Add ( this . Label_SPD ) ;
this . FLP_SpD . Controls . Add ( this . FLP_SpDRight ) ;
this . FLP_SpD . Location = new System . Drawing . Point ( 0 , 106 ) ;
this . FLP_SpD . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpD . Name = "FLP_SpD" ;
this . FLP_SpD . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SpD . TabIndex = 127 ;
//
// Label_SPD
//
this . Label_SPD . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPD . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPD . Name = "Label_SPD" ;
2018-03-18 17:38:29 +00:00
this . Label_SPD . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_SPD . TabIndex = 23 ;
this . Label_SPD . Text = "SpD:" ;
this . Label_SPD . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPD . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_SpDRight
//
this . FLP_SpDRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpDRight . Controls . Add ( this . TB_SPDBase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpDRight . Controls . Add ( this . TB_SPDIV ) ;
this . FLP_SpDRight . Controls . Add ( this . TB_SPDEV ) ;
this . FLP_SpDRight . Controls . Add ( this . Stat_SPD ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpDRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpDRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpDRight . Name = "FLP_SpDRight" ;
this . FLP_SpDRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpDRight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_SPDBase
//
this . TB_SPDBase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPDBase . Enabled = false ;
this . TB_SPDBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPDBase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_SPDBase . Mask = "000" ;
this . TB_SPDBase . Name = "TB_SPDBase" ;
this . TB_SPDBase . PromptChar = ' ' ;
this . TB_SPDBase . ReadOnly = true ;
this . TB_SPDBase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPDBase . TabIndex = 50 ;
this . TB_SPDBase . TabStop = false ;
this . TB_SPDBase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_SPDIV
//
this . TB_SPDIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPDIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPDIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_SPDIV . Mask = "00" ;
this . TB_SPDIV . Name = "TB_SPDIV" ;
this . TB_SPDIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPDIV . TabIndex = 5 ;
this . TB_SPDIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPDIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_SPDIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_SPDEV
//
this . TB_SPDEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPDEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPDEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_SPDEV . Mask = "000" ;
this . TB_SPDEV . Name = "TB_SPDEV" ;
this . TB_SPDEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPDEV . TabIndex = 11 ;
this . TB_SPDEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPDEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_SPDEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_SPD
//
this . Stat_SPD . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPD . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_SPD . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_SPD . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPD . Mask = "00000" ;
this . Stat_SPD . Name = "Stat_SPD" ;
this . Stat_SPD . PromptChar = ' ' ;
this . Stat_SPD . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPD . TabIndex = 49 ;
this . Stat_SPD . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_SPD . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_Spe
//
this . FLP_Spe . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Spe . Controls . Add ( this . Label_SPE ) ;
this . FLP_Spe . Controls . Add ( this . FLP_SpeRight ) ;
this . FLP_Spe . Location = new System . Drawing . Point ( 0 , 127 ) ;
this . FLP_Spe . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Spe . Name = "FLP_Spe" ;
this . FLP_Spe . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Spe . TabIndex = 128 ;
//
// Label_SPE
//
this . Label_SPE . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPE . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPE . Name = "Label_SPE" ;
2018-03-18 17:38:29 +00:00
this . Label_SPE . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_SPE . TabIndex = 24 ;
this . Label_SPE . Text = "Spe:" ;
this . Label_SPE . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPE . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . ClickStatLabel ) ;
//
// FLP_SpeRight
//
this . FLP_SpeRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpeRight . Controls . Add ( this . TB_SPEBase ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpeRight . Controls . Add ( this . TB_SPEIV ) ;
this . FLP_SpeRight . Controls . Add ( this . TB_SPEEV ) ;
this . FLP_SpeRight . Controls . Add ( this . Stat_SPE ) ;
2018-03-18 17:38:29 +00:00
this . FLP_SpeRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_SpeRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpeRight . Name = "FLP_SpeRight" ;
this . FLP_SpeRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpeRight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_SPEBase
//
this . TB_SPEBase . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPEBase . Enabled = false ;
this . TB_SPEBase . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPEBase . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_SPEBase . Mask = "000" ;
this . TB_SPEBase . Name = "TB_SPEBase" ;
this . TB_SPEBase . PromptChar = ' ' ;
this . TB_SPEBase . ReadOnly = true ;
this . TB_SPEBase . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPEBase . TabIndex = 51 ;
this . TB_SPEBase . TabStop = false ;
this . TB_SPEBase . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_SPEIV
//
this . TB_SPEIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPEIV . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPEIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_SPEIV . Mask = "00" ;
this . TB_SPEIV . Name = "TB_SPEIV" ;
this . TB_SPEIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPEIV . TabIndex = 6 ;
this . TB_SPEIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPEIV . Click + = new System . EventHandler ( this . ClickIV ) ;
this . TB_SPEIV . TextChanged + = new System . EventHandler ( this . UpdateIVs ) ;
//
// TB_SPEEV
//
this . TB_SPEEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_SPEEV . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_SPEEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_SPEEV . Mask = "000" ;
this . TB_SPEEV . Name = "TB_SPEEV" ;
this . TB_SPEEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPEEV . TabIndex = 12 ;
this . TB_SPEEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPEEV . Click + = new System . EventHandler ( this . ClickEV ) ;
this . TB_SPEEV . TextChanged + = new System . EventHandler ( this . UpdateEVs ) ;
//
// Stat_SPE
//
this . Stat_SPE . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPE . Enabled = false ;
2018-03-18 17:38:29 +00:00
this . Stat_SPE . Location = new System . Drawing . Point ( 97 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . Stat_SPE . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPE . Mask = "00000" ;
this . Stat_SPE . Name = "Stat_SPE" ;
this . Stat_SPE . PromptChar = ' ' ;
this . Stat_SPE . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPE . TabIndex = 50 ;
this . Stat_SPE . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_SPE . TextChanged + = new System . EventHandler ( this . UpdateHackedStatText ) ;
//
// FLP_StatsTotal
//
this . FLP_StatsTotal . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_StatsTotal . Controls . Add ( this . Label_Total ) ;
this . FLP_StatsTotal . Controls . Add ( this . FLP_StatsTotalRight ) ;
this . FLP_StatsTotal . Location = new System . Drawing . Point ( 0 , 148 ) ;
this . FLP_StatsTotal . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsTotal . Name = "FLP_StatsTotal" ;
this . FLP_StatsTotal . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_StatsTotal . TabIndex = 129 ;
//
// Label_Total
//
this . Label_Total . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Total . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Total . Name = "Label_Total" ;
2018-03-18 17:38:29 +00:00
this . Label_Total . Size = new System . Drawing . Size ( 80 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . Label_Total . TabIndex = 25 ;
this . Label_Total . Text = "Total:" ;
this . Label_Total . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// FLP_StatsTotalRight
//
this . FLP_StatsTotalRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-03-18 17:38:29 +00:00
this . FLP_StatsTotalRight . Controls . Add ( this . TB_BST ) ;
2018-02-27 05:22:35 +00:00
this . FLP_StatsTotalRight . Controls . Add ( this . TB_IVTotal ) ;
this . FLP_StatsTotalRight . Controls . Add ( this . TB_EVTotal ) ;
this . FLP_StatsTotalRight . Controls . Add ( this . L_Potential ) ;
2018-03-18 17:38:29 +00:00
this . FLP_StatsTotalRight . Location = new System . Drawing . Point ( 80 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_StatsTotalRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsTotalRight . Name = "FLP_StatsTotalRight" ;
2018-03-19 23:15:39 +00:00
this . FLP_StatsTotalRight . Size = new System . Drawing . Size ( 190 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . FLP_StatsTotalRight . TabIndex = 123 ;
//
2018-03-18 17:38:29 +00:00
// TB_BST
//
this . TB_BST . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_BST . Enabled = false ;
this . TB_BST . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_BST . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 7 , 0 ) ;
this . TB_BST . MaxLength = 3 ;
this . TB_BST . Name = "TB_BST" ;
this . TB_BST . ReadOnly = true ;
this . TB_BST . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_BST . TabIndex = 43 ;
this . TB_BST . TabStop = false ;
this . TB_BST . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2018-02-27 05:22:35 +00:00
// TB_IVTotal
//
this . TB_IVTotal . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_IVTotal . Location = new System . Drawing . Point ( 35 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_IVTotal . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_IVTotal . MaxLength = 3 ;
this . TB_IVTotal . Name = "TB_IVTotal" ;
this . TB_IVTotal . ReadOnly = true ;
this . TB_IVTotal . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_IVTotal . TabIndex = 41 ;
2018-03-18 17:38:29 +00:00
this . TB_IVTotal . TabStop = false ;
2018-02-27 05:22:35 +00:00
this . TB_IVTotal . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_EVTotal
//
this . TB_EVTotal . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2018-03-18 17:38:29 +00:00
this . TB_EVTotal . Location = new System . Drawing . Point ( 63 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . TB_EVTotal . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_EVTotal . MaxLength = 3 ;
this . TB_EVTotal . Name = "TB_EVTotal" ;
this . TB_EVTotal . ReadOnly = true ;
this . TB_EVTotal . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_EVTotal . TabIndex = 18 ;
2018-03-18 17:38:29 +00:00
this . TB_EVTotal . TabStop = false ;
2018-02-27 05:22:35 +00:00
this . TB_EVTotal . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// L_Potential
//
this . L_Potential . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2018-03-18 17:38:29 +00:00
this . L_Potential . Location = new System . Drawing . Point ( 94 , 0 ) ;
2018-02-27 05:22:35 +00:00
this . L_Potential . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_Potential . Name = "L_Potential" ;
2018-03-19 23:15:39 +00:00
this . L_Potential . Size = new System . Drawing . Size ( 96 , 21 ) ;
2018-02-27 05:22:35 +00:00
this . L_Potential . TabIndex = 42 ;
this . L_Potential . Text = "(potential)" ;
this . L_Potential . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// FLP_HPType
//
this . FLP_HPType . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HPType . Controls . Add ( this . Label_HiddenPowerPrefix ) ;
this . FLP_HPType . Controls . Add ( this . CB_HPType ) ;
this . FLP_HPType . Location = new System . Drawing . Point ( 0 , 169 ) ;
this . FLP_HPType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HPType . Name = "FLP_HPType" ;
this . FLP_HPType . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HPType . TabIndex = 130 ;
//
// Label_HiddenPowerPrefix
//
this . Label_HiddenPowerPrefix . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HiddenPowerPrefix . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HiddenPowerPrefix . Name = "Label_HiddenPowerPrefix" ;
this . Label_HiddenPowerPrefix . Size = new System . Drawing . Size ( 172 , 21 ) ;
this . Label_HiddenPowerPrefix . TabIndex = 29 ;
this . Label_HiddenPowerPrefix . Text = "Hidden Power Type:" ;
this . Label_HiddenPowerPrefix . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_HPType
//
this . CB_HPType . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_HPType . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_HPType . DropDownWidth = 80 ;
this . CB_HPType . FormattingEnabled = true ;
this . CB_HPType . Location = new System . Drawing . Point ( 172 , 0 ) ;
this . CB_HPType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_HPType . Name = "CB_HPType" ;
this . CB_HPType . Size = new System . Drawing . Size ( 70 , 21 ) ;
this . CB_HPType . TabIndex = 44 ;
this . CB_HPType . SelectedIndexChanged + = new System . EventHandler ( this . UpdateHPType ) ;
//
// FLP_Characteristic
//
this . FLP_Characteristic . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Characteristic . Controls . Add ( this . Label_CharacteristicPrefix ) ;
this . FLP_Characteristic . Controls . Add ( this . L_Characteristic ) ;
this . FLP_Characteristic . Location = new System . Drawing . Point ( 0 , 190 ) ;
this . FLP_Characteristic . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Characteristic . Name = "FLP_Characteristic" ;
this . FLP_Characteristic . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Characteristic . TabIndex = 131 ;
//
// Label_CharacteristicPrefix
//
this . Label_CharacteristicPrefix . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_CharacteristicPrefix . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_CharacteristicPrefix . Name = "Label_CharacteristicPrefix" ;
this . Label_CharacteristicPrefix . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_CharacteristicPrefix . TabIndex = 43 ;
this . Label_CharacteristicPrefix . Text = "Characteristic:" ;
this . Label_CharacteristicPrefix . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_Characteristic
//
this . L_Characteristic . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . L_Characteristic . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_Characteristic . Name = "L_Characteristic" ;
this . L_Characteristic . Size = new System . Drawing . Size ( 150 , 21 ) ;
this . L_Characteristic . TabIndex = 40 ;
this . L_Characteristic . Text = "(char)" ;
this . L_Characteristic . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
2018-03-18 17:38:29 +00:00
// PAN_BTN
2018-02-27 05:22:35 +00:00
//
2018-03-18 17:38:29 +00:00
this . PAN_BTN . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . PAN_BTN . Controls . Add ( this . BTN_RandomIVs ) ;
this . PAN_BTN . Controls . Add ( this . BTN_RandomEVs ) ;
this . PAN_BTN . Location = new System . Drawing . Point ( 3 , 214 ) ;
this . PAN_BTN . Name = "PAN_BTN" ;
this . PAN_BTN . Size = new System . Drawing . Size ( 267 , 31 ) ;
this . PAN_BTN . TabIndex = 132 ;
2018-02-27 05:22:35 +00:00
//
// BTN_RandomIVs
//
this . BTN_RandomIVs . Location = new System . Drawing . Point ( 38 , 3 ) ;
this . BTN_RandomIVs . Name = "BTN_RandomIVs" ;
this . BTN_RandomIVs . Size = new System . Drawing . Size ( 92 , 23 ) ;
this . BTN_RandomIVs . TabIndex = 104 ;
this . BTN_RandomIVs . Text = "Randomize IVs" ;
this . BTN_RandomIVs . UseVisualStyleBackColor = true ;
this . BTN_RandomIVs . Click + = new System . EventHandler ( this . UpdateRandomIVs ) ;
//
2018-03-18 17:38:29 +00:00
// BTN_RandomEVs
2018-02-27 05:22:35 +00:00
//
2018-03-18 17:38:29 +00:00
this . BTN_RandomEVs . Location = new System . Drawing . Point ( 137 , 3 ) ;
this . BTN_RandomEVs . Name = "BTN_RandomEVs" ;
this . BTN_RandomEVs . Size = new System . Drawing . Size ( 92 , 23 ) ;
this . BTN_RandomEVs . TabIndex = 105 ;
this . BTN_RandomEVs . Text = "Randomize EVs" ;
this . BTN_RandomEVs . UseVisualStyleBackColor = true ;
this . BTN_RandomEVs . Click + = new System . EventHandler ( this . UpdateRandomEVs ) ;
2018-02-27 05:22:35 +00:00
//
2018-03-18 17:38:29 +00:00
// StatEditor
2018-02-27 05:22:35 +00:00
//
2018-03-19 23:15:39 +00:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Inherit ;
2018-02-27 05:22:35 +00:00
this . Controls . Add ( this . FLP_Stats ) ;
this . Name = "StatEditor" ;
this . Size = new System . Drawing . Size ( 270 , 247 ) ;
this . FLP_Stats . ResumeLayout ( false ) ;
this . FLP_StatHeader . ResumeLayout ( false ) ;
this . FLP_HackedStats . ResumeLayout ( false ) ;
this . FLP_StatsHeaderRight . ResumeLayout ( false ) ;
this . FLP_HP . ResumeLayout ( false ) ;
this . FLP_HPRight . ResumeLayout ( false ) ;
this . FLP_HPRight . PerformLayout ( ) ;
this . FLP_Atk . ResumeLayout ( false ) ;
this . FLP_AtkRight . ResumeLayout ( false ) ;
this . FLP_AtkRight . PerformLayout ( ) ;
this . FLP_Def . ResumeLayout ( false ) ;
this . FLP_DefRight . ResumeLayout ( false ) ;
this . FLP_DefRight . PerformLayout ( ) ;
this . FLP_SpA . ResumeLayout ( false ) ;
this . FLP_SpALeft . ResumeLayout ( false ) ;
this . FLP_SpARight . ResumeLayout ( false ) ;
this . FLP_SpARight . PerformLayout ( ) ;
this . FLP_SpD . ResumeLayout ( false ) ;
this . FLP_SpDRight . ResumeLayout ( false ) ;
this . FLP_SpDRight . PerformLayout ( ) ;
this . FLP_Spe . ResumeLayout ( false ) ;
this . FLP_SpeRight . ResumeLayout ( false ) ;
this . FLP_SpeRight . PerformLayout ( ) ;
this . FLP_StatsTotal . ResumeLayout ( false ) ;
this . FLP_StatsTotalRight . ResumeLayout ( false ) ;
this . FLP_StatsTotalRight . PerformLayout ( ) ;
this . FLP_HPType . ResumeLayout ( false ) ;
this . FLP_Characteristic . ResumeLayout ( false ) ;
this . PAN_BTN . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . FlowLayoutPanel FLP_Stats ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatHeader ;
private System . Windows . Forms . FlowLayoutPanel FLP_HackedStats ;
private System . Windows . Forms . CheckBox CHK_HackedStats ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsHeaderRight ;
private System . Windows . Forms . Label Label_IVs ;
private System . Windows . Forms . Label Label_EVs ;
private System . Windows . Forms . Label Label_Stats ;
private System . Windows . Forms . FlowLayoutPanel FLP_HP ;
private System . Windows . Forms . Label Label_HP ;
private System . Windows . Forms . FlowLayoutPanel FLP_HPRight ;
private System . Windows . Forms . MaskedTextBox TB_HPIV ;
private System . Windows . Forms . MaskedTextBox TB_HPEV ;
private System . Windows . Forms . MaskedTextBox Stat_HP ;
private System . Windows . Forms . FlowLayoutPanel FLP_Atk ;
private System . Windows . Forms . Label Label_ATK ;
private System . Windows . Forms . FlowLayoutPanel FLP_AtkRight ;
private System . Windows . Forms . MaskedTextBox TB_ATKIV ;
private System . Windows . Forms . MaskedTextBox TB_ATKEV ;
private System . Windows . Forms . MaskedTextBox Stat_ATK ;
private System . Windows . Forms . FlowLayoutPanel FLP_Def ;
private System . Windows . Forms . Label Label_DEF ;
private System . Windows . Forms . FlowLayoutPanel FLP_DefRight ;
private System . Windows . Forms . MaskedTextBox TB_DEFIV ;
private System . Windows . Forms . MaskedTextBox TB_DEFEV ;
private System . Windows . Forms . MaskedTextBox Stat_DEF ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpA ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpALeft ;
private System . Windows . Forms . Label Label_SPA ;
private System . Windows . Forms . Label Label_SPC ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpARight ;
private System . Windows . Forms . MaskedTextBox TB_SPAIV ;
private System . Windows . Forms . MaskedTextBox TB_SPAEV ;
private System . Windows . Forms . MaskedTextBox Stat_SPA ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpD ;
private System . Windows . Forms . Label Label_SPD ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpDRight ;
private System . Windows . Forms . MaskedTextBox TB_SPDIV ;
private System . Windows . Forms . MaskedTextBox TB_SPDEV ;
private System . Windows . Forms . MaskedTextBox Stat_SPD ;
private System . Windows . Forms . FlowLayoutPanel FLP_Spe ;
private System . Windows . Forms . Label Label_SPE ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpeRight ;
private System . Windows . Forms . MaskedTextBox TB_SPEIV ;
private System . Windows . Forms . MaskedTextBox TB_SPEEV ;
private System . Windows . Forms . MaskedTextBox Stat_SPE ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsTotal ;
private System . Windows . Forms . Label Label_Total ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsTotalRight ;
private System . Windows . Forms . TextBox TB_IVTotal ;
private System . Windows . Forms . TextBox TB_EVTotal ;
private System . Windows . Forms . Label L_Potential ;
private System . Windows . Forms . FlowLayoutPanel FLP_HPType ;
private System . Windows . Forms . Label Label_HiddenPowerPrefix ;
private System . Windows . Forms . ComboBox CB_HPType ;
private System . Windows . Forms . FlowLayoutPanel FLP_Characteristic ;
private System . Windows . Forms . Label Label_CharacteristicPrefix ;
private System . Windows . Forms . Label L_Characteristic ;
private System . Windows . Forms . Button BTN_RandomEVs ;
private System . Windows . Forms . Button BTN_RandomIVs ;
private System . Windows . Forms . Panel PAN_BTN ;
2018-04-05 05:45:14 +00:00
private System . Windows . Forms . Label Label_Base ;
2018-03-18 17:38:29 +00:00
private System . Windows . Forms . MaskedTextBox TB_HPBase ;
private System . Windows . Forms . MaskedTextBox TB_ATKBase ;
private System . Windows . Forms . MaskedTextBox TB_DEFBase ;
private System . Windows . Forms . MaskedTextBox TB_SPABase ;
private System . Windows . Forms . MaskedTextBox TB_SPDBase ;
private System . Windows . Forms . MaskedTextBox TB_SPEBase ;
private System . Windows . Forms . TextBox TB_BST ;
2018-02-27 05:22:35 +00:00
}
}