2017-05-23 04:55:05 +00:00
namespace PKHeX.WinForms.Controls
{
partial class PKMEditor
{
2018-08-02 04:57:15 +00:00
/// <summary>
2017-05-23 04:55:05 +00:00
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
2018-08-02 04:57:15 +00:00
/// <summary>
2017-05-23 04:55:05 +00:00
/// 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
2018-08-02 04:57:15 +00:00
/// <summary>
/// Required method for Designer support - do not modify
2017-05-23 04:55:05 +00:00
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
PKHeX.Core Nullable cleanup (#2401)
* Handle some nullable cases
Refactor MysteryGift into a second abstract class (backed by a byte array, or fake data)
Make some classes have explicit constructors instead of { } initialization
* Handle bits more obviously without null
* Make SaveFile.BAK explicitly readonly again
* merge constructor methods to have readonly fields
* Inline some properties
* More nullable handling
* Rearrange box actions
define straightforward classes to not have any null properties
* Make extrabyte reference array immutable
* Move tooltip creation to designer
* Rearrange some logic to reduce nesting
* Cache generated fonts
* Split mystery gift album purpose
* Handle more tooltips
* Disallow null setters
* Don't capture RNG object, only type enum
* Unify learnset objects
Now have readonly properties which are never null
don't new() empty learnsets (>800 Learnset objects no longer created,
total of 2400 objects since we also new() a move & level array)
optimize g1/2 reader for early abort case
* Access rewrite
Initialize blocks in a separate object, and get via that object
removes a couple hundred "might be null" warnings since blocks are now readonly getters
some block references have been relocated, but interfaces should expose all that's needed
put HoF6 controls in a groupbox, and disable
* Readonly personal data
* IVs non nullable for mystery gift
* Explicitly initialize forced encounter moves
* Make shadow objects readonly & non-null
Put murkrow fix in binary data resource, instead of on startup
* Assign dex form fetch on constructor
Fixes legality parsing edge cases
also handle cxd parse for valid; exit before exception is thrown in FrameGenerator
* Remove unnecessary null checks
* Keep empty value until init
SetPouch sets the value to an actual one during load, but whatever
* Readonly team lock data
* Readonly locks
Put locked encounters at bottom (favor unlocked)
* Mail readonly data / offset
Rearrange some call flow and pass defaults
Add fake classes for SaveDataEditor mocking
Always party size, no need to check twice in stat editor
use a fake save file as initial data for savedata editor, and for
gamedata (wow i found a usage)
constrain eventwork editor to struct variable types (uint, int, etc),
thus preventing null assignment errors
2019-10-17 01:47:31 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2017-05-23 04:55:05 +00:00
this . tabMain = new System . Windows . Forms . TabControl ( ) ;
this . Tab_Main = new System . Windows . Forms . TabPage ( ) ;
this . FLP_Main = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_PID = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_PIDLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_PID = new System . Windows . Forms . Label ( ) ;
this . BTN_Shinytize = new System . Windows . Forms . Button ( ) ;
this . Label_IsShiny = new System . Windows . Forms . PictureBox ( ) ;
this . FLP_PIDRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_PID = new System . Windows . Forms . TextBox ( ) ;
this . Label_Gender = new System . Windows . Forms . Label ( ) ;
this . BTN_RerollPID = new System . Windows . Forms . Button ( ) ;
this . FLP_Species = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Species = new System . Windows . Forms . Label ( ) ;
this . CB_Species = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Nickname = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_NicknameLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_Nicknamed = new System . Windows . Forms . CheckBox ( ) ;
this . TB_Nickname = new System . Windows . Forms . TextBox ( ) ;
this . FLP_EXPLevel = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_EXP = new System . Windows . Forms . Label ( ) ;
this . FLP_EXPLevelRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_EXP = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_CurLevel = new System . Windows . Forms . Label ( ) ;
this . TB_Level = new System . Windows . Forms . MaskedTextBox ( ) ;
this . MT_Level = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Nature = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Nature = new System . Windows . Forms . Label ( ) ;
this . CB_Nature = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_HeldItem = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_HeldItem = new System . Windows . Forms . Label ( ) ;
this . CB_HeldItem = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_FriendshipForm = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_FriendshipFormLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Friendship = new System . Windows . Forms . Label ( ) ;
this . Label_HatchCounter = new System . Windows . Forms . Label ( ) ;
this . FLP_FriendshipFormRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_Friendship = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_Form = new System . Windows . Forms . Label ( ) ;
this . CB_Form = new System . Windows . Forms . ComboBox ( ) ;
this . MT_Form = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Ability = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Ability = new System . Windows . Forms . Label ( ) ;
this . FLP_AbilityRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CB_Ability = new System . Windows . Forms . ComboBox ( ) ;
this . DEV_Ability = new System . Windows . Forms . ComboBox ( ) ;
this . TB_AbilityNumber = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Language = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Language = new System . Windows . Forms . Label ( ) ;
this . CB_Language = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_EggPKRS = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_EggPKRSLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_IsEgg = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_EggPKRSRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_Infected = new System . Windows . Forms . CheckBox ( ) ;
this . CHK_Cured = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_PKRS = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_PKRS = new System . Windows . Forms . Label ( ) ;
this . FLP_PKRSRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CB_PKRSStrain = new System . Windows . Forms . ComboBox ( ) ;
this . Label_PKRSdays = new System . Windows . Forms . Label ( ) ;
this . CB_PKRSDays = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Country = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Country = new System . Windows . Forms . Label ( ) ;
this . CB_Country = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_SubRegion = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SubRegion = new System . Windows . Forms . Label ( ) ;
this . CB_SubRegion = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_3DSRegion = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_3DSRegion = new System . Windows . Forms . Label ( ) ;
this . CB_3DSReg = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_NSparkle = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_NSparkle = new System . Windows . Forms . Label ( ) ;
this . CHK_NSparkle = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_ShadowID = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_ShadowID = new System . Windows . Forms . Label ( ) ;
this . NUD_ShadowID = new System . Windows . Forms . NumericUpDown ( ) ;
this . FLP_Purification = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_HeartGauge = new System . Windows . Forms . Label ( ) ;
this . NUD_Purification = new System . Windows . Forms . NumericUpDown ( ) ;
this . CHK_Shadow = new System . Windows . Forms . CheckBox ( ) ;
2017-06-18 04:49:14 +00:00
this . FLP_ShinyLeaf = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_ShinyLeaf = new System . Windows . Forms . Label ( ) ;
2018-12-05 02:38:47 +00:00
this . ShinyLeaf = new PKHeX . WinForms . Controls . ShinyLeaf ( ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_CatchRate = new System . Windows . Forms . Label ( ) ;
2018-12-05 02:38:47 +00:00
this . CR_PK1 = new PKHeX . WinForms . Controls . CatchRate ( ) ;
this . FLP_SizeCP = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . SizeCP = new PKHeX . WinForms . Controls . SizeCP ( ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Met = new System . Windows . Forms . TabPage ( ) ;
this . CHK_AsEgg = new System . Windows . Forms . CheckBox ( ) ;
this . GB_EggConditions = new System . Windows . Forms . GroupBox ( ) ;
this . CB_EggLocation = new System . Windows . Forms . ComboBox ( ) ;
this . CAL_EggDate = new System . Windows . Forms . DateTimePicker ( ) ;
this . Label_EggDate = new System . Windows . Forms . Label ( ) ;
this . Label_EggLocation = new System . Windows . Forms . Label ( ) ;
this . FLP_Met = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_OriginGame = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_OriginGame = new System . Windows . Forms . Label ( ) ;
this . CB_GameOrigin = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_MetLocation = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetLocation = new System . Windows . Forms . Label ( ) ;
this . CB_MetLocation = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Ball = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_BallLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Ball = new System . Windows . Forms . Label ( ) ;
this . PB_Ball = new System . Windows . Forms . PictureBox ( ) ;
this . CB_Ball = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_MetLevel = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetLevel = new System . Windows . Forms . Label ( ) ;
this . TB_MetLevel = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_MetDate = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetDate = new System . Windows . Forms . Label ( ) ;
this . CAL_MetDate = new System . Windows . Forms . DateTimePicker ( ) ;
this . FLP_Fateful = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . PAN_Fateful = new System . Windows . Forms . Panel ( ) ;
this . CHK_Fateful = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_EncounterType = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_EncounterType = new System . Windows . Forms . Label ( ) ;
this . CB_EncounterType = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_TimeOfDay = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_MetTimeOfDay = new System . Windows . Forms . Label ( ) ;
this . CB_MetTimeOfDay = new System . Windows . Forms . ComboBox ( ) ;
this . Tab_Stats = new System . Windows . Forms . TabPage ( ) ;
2018-12-05 02:38:47 +00:00
this . Stats = new PKHeX . WinForms . Controls . StatEditor ( ) ;
this . Contest = new PKHeX . WinForms . Controls . ContestStat ( ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Attacks = new System . Windows . Forms . TabPage ( ) ;
this . PB_WarnMove4 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove3 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove2 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove1 = new System . Windows . Forms . PictureBox ( ) ;
this . GB_RelearnMoves = new System . Windows . Forms . GroupBox ( ) ;
this . PB_WarnRelearn4 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnRelearn3 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnRelearn2 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnRelearn1 = new System . Windows . Forms . PictureBox ( ) ;
this . CB_RelearnMove4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove1 = new System . Windows . Forms . ComboBox ( ) ;
this . GB_CurrentMoves = new System . Windows . Forms . GroupBox ( ) ;
this . TB_PP4 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP3 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP2 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP1 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_CurPP = new System . Windows . Forms . Label ( ) ;
this . Label_PPups = new System . Windows . Forms . Label ( ) ;
this . CB_PPu4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu1 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move1 = new System . Windows . Forms . ComboBox ( ) ;
this . Tab_OTMisc = new System . Windows . Forms . TabPage ( ) ;
2018-12-05 02:38:47 +00:00
this . PB_Favorite = new System . Windows . Forms . PictureBox ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . BTN_Ribbons = new System . Windows . Forms . Button ( ) ;
this . BTN_Medals = new System . Windows . Forms . Button ( ) ;
this . BTN_History = new System . Windows . Forms . Button ( ) ;
this . TB_EC = new System . Windows . Forms . TextBox ( ) ;
this . GB_nOT = new System . Windows . Forms . GroupBox ( ) ;
this . Label_CTGender = new System . Windows . Forms . Label ( ) ;
this . TB_OTt2 = new System . Windows . Forms . TextBox ( ) ;
this . Label_PrevOT = new System . Windows . Forms . Label ( ) ;
this . BTN_RerollEC = new System . Windows . Forms . Button ( ) ;
this . GB_Markings = new System . Windows . Forms . GroupBox ( ) ;
2019-01-05 23:40:25 +00:00
this . PB_MarkGO = new System . Windows . Forms . PictureBox ( ) ;
2017-05-23 04:55:05 +00:00
this . PB_MarkVC = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkAlola = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark6 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkPentagon = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark3 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark5 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkCured = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark2 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkShiny = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark1 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_Mark4 = new System . Windows . Forms . PictureBox ( ) ;
this . GB_ExtraBytes = new System . Windows . Forms . GroupBox ( ) ;
this . TB_ExtraByte = new System . Windows . Forms . MaskedTextBox ( ) ;
this . CB_ExtraBytes = new System . Windows . Forms . ComboBox ( ) ;
this . GB_OT = new System . Windows . Forms . GroupBox ( ) ;
2018-12-05 02:38:47 +00:00
this . TID_Trainer = new PKHeX . WinForms . Controls . TrainerID ( ) ;
2017-05-23 04:55:05 +00:00
this . Label_OTGender = new System . Windows . Forms . Label ( ) ;
this . TB_OT = new System . Windows . Forms . TextBox ( ) ;
this . Label_OT = new System . Windows . Forms . Label ( ) ;
this . Label_EncryptionConstant = new System . Windows . Forms . Label ( ) ;
PKHeX.Core Nullable cleanup (#2401)
* Handle some nullable cases
Refactor MysteryGift into a second abstract class (backed by a byte array, or fake data)
Make some classes have explicit constructors instead of { } initialization
* Handle bits more obviously without null
* Make SaveFile.BAK explicitly readonly again
* merge constructor methods to have readonly fields
* Inline some properties
* More nullable handling
* Rearrange box actions
define straightforward classes to not have any null properties
* Make extrabyte reference array immutable
* Move tooltip creation to designer
* Rearrange some logic to reduce nesting
* Cache generated fonts
* Split mystery gift album purpose
* Handle more tooltips
* Disallow null setters
* Don't capture RNG object, only type enum
* Unify learnset objects
Now have readonly properties which are never null
don't new() empty learnsets (>800 Learnset objects no longer created,
total of 2400 objects since we also new() a move & level array)
optimize g1/2 reader for early abort case
* Access rewrite
Initialize blocks in a separate object, and get via that object
removes a couple hundred "might be null" warnings since blocks are now readonly getters
some block references have been relocated, but interfaces should expose all that's needed
put HoF6 controls in a groupbox, and disable
* Readonly personal data
* IVs non nullable for mystery gift
* Explicitly initialize forced encounter moves
* Make shadow objects readonly & non-null
Put murkrow fix in binary data resource, instead of on startup
* Assign dex form fetch on constructor
Fixes legality parsing edge cases
also handle cxd parse for valid; exit before exception is thrown in FrameGenerator
* Remove unnecessary null checks
* Keep empty value until init
SetPouch sets the value to an actual one during load, but whatever
* Readonly team lock data
* Readonly locks
Put locked encounters at bottom (favor unlocked)
* Mail readonly data / offset
Rearrange some call flow and pass defaults
Add fake classes for SaveDataEditor mocking
Always party size, no need to check twice in stat editor
use a fake save file as initial data for savedata editor, and for
gamedata (wow i found a usage)
constrain eventwork editor to struct variable types (uint, int, etc),
thus preventing null assignment errors
2019-10-17 01:47:31 +00:00
this . SpeciesIDTip = new System . Windows . Forms . ToolTip ( this . components ) ;
this . NatureTip = new System . Windows . Forms . ToolTip ( this . components ) ;
this . Tip3 = new System . Windows . Forms . ToolTip ( this . components ) ;
2017-05-23 04:55:05 +00:00
this . tabMain . SuspendLayout ( ) ;
this . Tab_Main . SuspendLayout ( ) ;
this . FLP_Main . SuspendLayout ( ) ;
this . FLP_PID . SuspendLayout ( ) ;
this . FLP_PIDLeft . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Label_IsShiny ) ) . BeginInit ( ) ;
this . FLP_PIDRight . SuspendLayout ( ) ;
this . FLP_Species . SuspendLayout ( ) ;
this . FLP_Nickname . SuspendLayout ( ) ;
this . FLP_NicknameLeft . SuspendLayout ( ) ;
this . FLP_EXPLevel . SuspendLayout ( ) ;
this . FLP_EXPLevelRight . SuspendLayout ( ) ;
this . FLP_Nature . SuspendLayout ( ) ;
this . FLP_HeldItem . SuspendLayout ( ) ;
this . FLP_FriendshipForm . SuspendLayout ( ) ;
this . FLP_FriendshipFormLeft . SuspendLayout ( ) ;
this . FLP_FriendshipFormRight . SuspendLayout ( ) ;
this . FLP_Ability . SuspendLayout ( ) ;
this . FLP_AbilityRight . SuspendLayout ( ) ;
this . FLP_Language . SuspendLayout ( ) ;
this . FLP_EggPKRS . SuspendLayout ( ) ;
this . FLP_EggPKRSLeft . SuspendLayout ( ) ;
this . FLP_EggPKRSRight . SuspendLayout ( ) ;
this . FLP_PKRS . SuspendLayout ( ) ;
this . FLP_PKRSRight . SuspendLayout ( ) ;
this . FLP_Country . SuspendLayout ( ) ;
this . FLP_SubRegion . SuspendLayout ( ) ;
this . FLP_3DSRegion . SuspendLayout ( ) ;
this . FLP_NSparkle . SuspendLayout ( ) ;
this . FLP_ShadowID . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . BeginInit ( ) ;
this . FLP_Purification . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . BeginInit ( ) ;
2017-06-18 04:49:14 +00:00
this . FLP_ShinyLeaf . SuspendLayout ( ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . SuspendLayout ( ) ;
2018-12-05 02:38:47 +00:00
this . FLP_SizeCP . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Met . SuspendLayout ( ) ;
this . GB_EggConditions . SuspendLayout ( ) ;
this . FLP_Met . SuspendLayout ( ) ;
this . FLP_OriginGame . SuspendLayout ( ) ;
this . FLP_MetLocation . SuspendLayout ( ) ;
this . FLP_Ball . SuspendLayout ( ) ;
this . FLP_BallLeft . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . BeginInit ( ) ;
this . FLP_MetLevel . SuspendLayout ( ) ;
this . FLP_MetDate . SuspendLayout ( ) ;
this . FLP_Fateful . SuspendLayout ( ) ;
this . FLP_EncounterType . SuspendLayout ( ) ;
this . FLP_TimeOfDay . SuspendLayout ( ) ;
this . Tab_Stats . SuspendLayout ( ) ;
this . Tab_Attacks . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove1 ) ) . BeginInit ( ) ;
this . GB_RelearnMoves . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . BeginInit ( ) ;
this . GB_CurrentMoves . SuspendLayout ( ) ;
this . Tab_OTMisc . SuspendLayout ( ) ;
2018-12-05 02:38:47 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Favorite ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors . SuspendLayout ( ) ;
this . GB_nOT . SuspendLayout ( ) ;
this . GB_Markings . SuspendLayout ( ) ;
2019-01-05 23:40:25 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkGO ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkVC ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkAlola ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkPentagon ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . BeginInit ( ) ;
this . GB_ExtraBytes . SuspendLayout ( ) ;
this . GB_OT . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// tabMain
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . tabMain . AllowDrop = true ;
2019-02-10 02:44:21 +00:00
this . tabMain . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2017-06-18 04:49:14 +00:00
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2017-05-23 04:55:05 +00:00
this . tabMain . Controls . Add ( this . Tab_Main ) ;
this . tabMain . Controls . Add ( this . Tab_Met ) ;
this . tabMain . Controls . Add ( this . Tab_Stats ) ;
this . tabMain . Controls . Add ( this . Tab_Attacks ) ;
this . tabMain . Controls . Add ( this . Tab_OTMisc ) ;
this . tabMain . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . tabMain . Name = "tabMain" ;
this . tabMain . SelectedIndex = 0 ;
2018-11-14 03:25:03 +00:00
this . tabMain . Size = new System . Drawing . Size ( 280 , 565 ) ;
2017-05-23 04:55:05 +00:00
this . tabMain . TabIndex = 1 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Tab_Main
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Tab_Main . AllowDrop = true ;
this . Tab_Main . Controls . Add ( this . FLP_Main ) ;
this . Tab_Main . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Main . Name = "Tab_Main" ;
this . Tab_Main . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2018-11-14 03:25:03 +00:00
this . Tab_Main . Size = new System . Drawing . Size ( 272 , 539 ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Main . TabIndex = 0 ;
this . Tab_Main . Text = "Main" ;
this . Tab_Main . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Main
2019-02-10 02:44:21 +00:00
//
this . FLP_Main . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2017-06-18 04:49:14 +00:00
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . Controls . Add ( this . FLP_PID ) ;
this . FLP_Main . Controls . Add ( this . FLP_Species ) ;
this . FLP_Main . Controls . Add ( this . FLP_Nickname ) ;
this . FLP_Main . Controls . Add ( this . FLP_EXPLevel ) ;
this . FLP_Main . Controls . Add ( this . FLP_Nature ) ;
this . FLP_Main . Controls . Add ( this . FLP_HeldItem ) ;
this . FLP_Main . Controls . Add ( this . FLP_FriendshipForm ) ;
this . FLP_Main . Controls . Add ( this . FLP_Ability ) ;
this . FLP_Main . Controls . Add ( this . FLP_Language ) ;
this . FLP_Main . Controls . Add ( this . FLP_EggPKRS ) ;
this . FLP_Main . Controls . Add ( this . FLP_PKRS ) ;
this . FLP_Main . Controls . Add ( this . FLP_Country ) ;
this . FLP_Main . Controls . Add ( this . FLP_SubRegion ) ;
this . FLP_Main . Controls . Add ( this . FLP_3DSRegion ) ;
this . FLP_Main . Controls . Add ( this . FLP_NSparkle ) ;
this . FLP_Main . Controls . Add ( this . FLP_ShadowID ) ;
this . FLP_Main . Controls . Add ( this . FLP_Purification ) ;
2017-06-18 04:49:14 +00:00
this . FLP_Main . Controls . Add ( this . FLP_ShinyLeaf ) ;
2018-09-30 17:16:45 +00:00
this . FLP_Main . Controls . Add ( this . FLP_CatchRate ) ;
2018-11-14 03:25:03 +00:00
this . FLP_Main . Controls . Add ( this . FLP_SizeCP ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . Location = new System . Drawing . Point ( 0 , 2 ) ;
this . FLP_Main . Name = "FLP_Main" ;
2018-11-14 03:25:03 +00:00
this . FLP_Main . Size = new System . Drawing . Size ( 272 , 536 ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . TabIndex = 103 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_PID . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PID . Controls . Add ( this . FLP_PIDLeft ) ;
this . FLP_PID . Controls . Add ( this . FLP_PIDRight ) ;
this . FLP_PID . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_PID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PID . Name = "FLP_PID" ;
this . FLP_PID . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_PID . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PIDLeft
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_PIDLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_PIDLeft . Controls . Add ( this . Label_PID ) ;
this . FLP_PIDLeft . Controls . Add ( this . BTN_Shinytize ) ;
this . FLP_PIDLeft . Controls . Add ( this . Label_IsShiny ) ;
this . FLP_PIDLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_PIDLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_PIDLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PIDLeft . Name = "FLP_PIDLeft" ;
this . FLP_PIDLeft . Size = new System . Drawing . Size ( 110 , 22 ) ;
this . FLP_PIDLeft . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_PID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_PID . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_PID . AutoSize = true ;
this . Label_PID . Location = new System . Drawing . Point ( 82 , 5 ) ;
this . Label_PID . Margin = new System . Windows . Forms . Padding ( 0 , 5 , 0 , 4 ) ;
this . Label_PID . Name = "Label_PID" ;
this . Label_PID . Size = new System . Drawing . Size ( 28 , 13 ) ;
this . Label_PID . TabIndex = 0 ;
this . Label_PID . Text = "PID:" ;
this . Label_PID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_Shinytize
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . BTN_Shinytize . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . BTN_Shinytize . Location = new System . Drawing . Point ( 58 , 0 ) ;
this . BTN_Shinytize . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . BTN_Shinytize . Name = "BTN_Shinytize" ;
this . BTN_Shinytize . Size = new System . Drawing . Size ( 24 , 22 ) ;
this . BTN_Shinytize . TabIndex = 1 ;
this . BTN_Shinytize . Text = "☆" ;
this . BTN_Shinytize . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_Shinytize . Click + = new System . EventHandler ( this . UpdateShinyPID ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_IsShiny
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_IsShiny . Anchor = System . Windows . Forms . AnchorStyles . Right ;
2019-10-02 01:12:08 +00:00
this . Label_IsShiny . Image = global :: PKHeX . WinForms . Properties . Resources . rare_icon ;
this . Label_IsShiny . InitialImage = global :: PKHeX . WinForms . Properties . Resources . rare_icon ;
2017-05-23 04:55:05 +00:00
this . Label_IsShiny . Location = new System . Drawing . Point ( 36 , 2 ) ;
this . Label_IsShiny . Margin = new System . Windows . Forms . Padding ( 0 , 2 , 2 , 0 ) ;
this . Label_IsShiny . Name = "Label_IsShiny" ;
this . Label_IsShiny . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . Label_IsShiny . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . Label_IsShiny . TabIndex = 62 ;
this . Label_IsShiny . TabStop = false ;
this . Label_IsShiny . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PIDRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_PIDRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PIDRight . Controls . Add ( this . TB_PID ) ;
this . FLP_PIDRight . Controls . Add ( this . Label_Gender ) ;
this . FLP_PIDRight . Controls . Add ( this . BTN_RerollPID ) ;
this . FLP_PIDRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_PIDRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PIDRight . Name = "FLP_PIDRight" ;
this . FLP_PIDRight . Size = new System . Drawing . Size ( 162 , 22 ) ;
this . FLP_PIDRight . TabIndex = 104 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_PID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_PID . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . TB_PID . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_PID . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . TB_PID . Location = new System . Drawing . Point ( 0 , 1 ) ;
this . TB_PID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . TB_PID . MaxLength = 8 ;
this . TB_PID . Name = "TB_PID" ;
this . TB_PID . Size = new System . Drawing . Size ( 60 , 20 ) ;
this . TB_PID . TabIndex = 1 ;
this . TB_PID . Text = "12345678" ;
2017-06-18 01:37:19 +00:00
this . TB_PID . MouseHover + = new System . EventHandler ( this . UpdateTSV ) ;
this . TB_PID . Validated + = new System . EventHandler ( this . Update_ID ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Gender
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Gender . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . Label_Gender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label_Gender . Location = new System . Drawing . Point ( 60 , 0 ) ;
this . Label_Gender . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Gender . Name = "Label_Gender" ;
this . Label_Gender . Size = new System . Drawing . Size ( 19 , 21 ) ;
this . Label_Gender . TabIndex = 55 ;
this . Label_Gender . Text = "-" ;
this . Label_Gender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2017-06-18 01:37:19 +00:00
this . Label_Gender . Click + = new System . EventHandler ( this . ClickGender ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_RerollPID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . BTN_RerollPID . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . BTN_RerollPID . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . BTN_RerollPID . Location = new System . Drawing . Point ( 79 , 1 ) ;
this . BTN_RerollPID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . BTN_RerollPID . Name = "BTN_RerollPID" ;
this . BTN_RerollPID . Size = new System . Drawing . Size ( 47 , 20 ) ;
this . BTN_RerollPID . TabIndex = 1 ;
this . BTN_RerollPID . Text = "Reroll" ;
this . BTN_RerollPID . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_RerollPID . Click + = new System . EventHandler ( this . UpdateRandomPID ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Species
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Species . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Species . Controls . Add ( this . Label_Species ) ;
this . FLP_Species . Controls . Add ( this . CB_Species ) ;
this . FLP_Species . Location = new System . Drawing . Point ( 0 , 22 ) ;
this . FLP_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Species . Name = "FLP_Species" ;
this . FLP_Species . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Species . TabIndex = 1 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Species
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Species . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_Species . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Species . Name = "Label_Species" ;
this . Label_Species . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Species . TabIndex = 1 ;
this . Label_Species . Text = "Species:" ;
this . Label_Species . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_Species . Click + = new System . EventHandler ( this . UpdateNickname ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Species
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Species . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Species . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Species . FormattingEnabled = true ;
this . CB_Species . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Species . Name = "CB_Species" ;
this . CB_Species . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Species . TabIndex = 3 ;
2017-06-18 01:37:19 +00:00
this . CB_Species . SelectedIndexChanged + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Species . SelectedValueChanged + = new System . EventHandler ( this . UpdateSpecies ) ;
this . CB_Species . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Nickname
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Nickname . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Nickname . Controls . Add ( this . FLP_NicknameLeft ) ;
this . FLP_Nickname . Controls . Add ( this . TB_Nickname ) ;
this . FLP_Nickname . Location = new System . Drawing . Point ( 0 , 43 ) ;
this . FLP_Nickname . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Nickname . Name = "FLP_Nickname" ;
this . FLP_Nickname . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_Nickname . TabIndex = 2 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_NicknameLeft
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_NicknameLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_NicknameLeft . Controls . Add ( this . CHK_Nicknamed ) ;
this . FLP_NicknameLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_NicknameLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_NicknameLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_NicknameLeft . Name = "FLP_NicknameLeft" ;
this . FLP_NicknameLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_NicknameLeft . TabIndex = 109 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_Nicknamed
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_Nicknamed . AutoSize = true ;
this . CHK_Nicknamed . Location = new System . Drawing . Point ( 36 , 3 ) ;
this . CHK_Nicknamed . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Nicknamed . Name = "CHK_Nicknamed" ;
this . CHK_Nicknamed . Size = new System . Drawing . Size ( 74 , 17 ) ;
this . CHK_Nicknamed . TabIndex = 4 ;
this . CHK_Nicknamed . Text = "Nickname" ;
this . CHK_Nicknamed . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Nicknamed . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_Nicknamed . CheckedChanged + = new System . EventHandler ( this . UpdateNickname ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_Nickname
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_Nickname . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Nickname . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . TB_Nickname . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Nickname . MaxLength = 12 ;
this . TB_Nickname . Name = "TB_Nickname" ;
this . TB_Nickname . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . TB_Nickname . TabIndex = 5 ;
2017-06-18 01:37:19 +00:00
this . TB_Nickname . TextChanged + = new System . EventHandler ( this . UpdateIsNicknamed ) ;
this . TB_Nickname . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . UpdateNicknameClick ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EXPLevel
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EXPLevel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EXPLevel . Controls . Add ( this . Label_EXP ) ;
this . FLP_EXPLevel . Controls . Add ( this . FLP_EXPLevelRight ) ;
this . FLP_EXPLevel . Location = new System . Drawing . Point ( 0 , 65 ) ;
this . FLP_EXPLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EXPLevel . Name = "FLP_EXPLevel" ;
this . FLP_EXPLevel . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EXPLevel . TabIndex = 3 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_EXP
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_EXP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_EXP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EXP . Name = "Label_EXP" ;
this . Label_EXP . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_EXP . TabIndex = 3 ;
this . Label_EXP . Text = "EXP:" ;
this . Label_EXP . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EXPLevelRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EXPLevelRight . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . FLP_EXPLevelRight . Controls . Add ( this . TB_EXP ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . Label_CurLevel ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . TB_Level ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . MT_Level ) ;
this . FLP_EXPLevelRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_EXPLevelRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EXPLevelRight . Name = "FLP_EXPLevelRight" ;
this . FLP_EXPLevelRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_EXPLevelRight . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_EXP
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_EXP . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . TB_EXP . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_EXP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_EXP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_EXP . Mask = "0000000" ;
this . TB_EXP . Name = "TB_EXP" ;
this . TB_EXP . Size = new System . Drawing . Size ( 46 , 20 ) ;
this . TB_EXP . TabIndex = 7 ;
this . TB_EXP . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2017-06-18 01:37:19 +00:00
this . TB_EXP . TextChanged + = new System . EventHandler ( this . UpdateEXPLevel ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_CurLevel
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_CurLevel . Location = new System . Drawing . Point ( 46 , 0 ) ;
this . Label_CurLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_CurLevel . Name = "Label_CurLevel" ;
this . Label_CurLevel . Size = new System . Drawing . Size ( 58 , 21 ) ;
this . Label_CurLevel . TabIndex = 7 ;
this . Label_CurLevel . Text = "Level:" ;
this . Label_CurLevel . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_CurLevel . Click + = new System . EventHandler ( this . ClickMetLocation ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_Level
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_Level . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Level . Location = new System . Drawing . Point ( 104 , 0 ) ;
this . TB_Level . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Level . Mask = "000" ;
this . TB_Level . Name = "TB_Level" ;
this . TB_Level . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_Level . TabIndex = 8 ;
2017-06-18 01:37:19 +00:00
this . TB_Level . Click + = new System . EventHandler ( this . ClickLevel ) ;
this . TB_Level . TextChanged + = new System . EventHandler ( this . UpdateEXPLevel ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// MT_Level
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . MT_Level . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . MT_Level . Enabled = false ;
this . MT_Level . Location = new System . Drawing . Point ( 126 , 0 ) ;
this . MT_Level . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MT_Level . Mask = "000" ;
this . MT_Level . Name = "MT_Level" ;
this . MT_Level . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . MT_Level . TabIndex = 17 ;
this . MT_Level . Visible = false ;
2017-06-18 01:37:19 +00:00
this . MT_Level . Click + = new System . EventHandler ( this . ClickLevel ) ;
this . MT_Level . TextChanged + = new System . EventHandler ( this . UpdateEXPLevel ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Nature
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Nature . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Nature . Controls . Add ( this . Label_Nature ) ;
this . FLP_Nature . Controls . Add ( this . CB_Nature ) ;
this . FLP_Nature . Location = new System . Drawing . Point ( 0 , 86 ) ;
this . FLP_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Nature . Name = "FLP_Nature" ;
this . FLP_Nature . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Nature . TabIndex = 4 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Nature
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Nature . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Nature . Name = "Label_Nature" ;
this . Label_Nature . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Nature . TabIndex = 8 ;
this . Label_Nature . Text = "Nature:" ;
this . Label_Nature . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Nature
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Nature . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Nature . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Nature . FormattingEnabled = true ;
this . CB_Nature . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Nature . Name = "CB_Nature" ;
this . CB_Nature . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Nature . TabIndex = 9 ;
2017-06-18 01:37:19 +00:00
this . CB_Nature . SelectedIndexChanged + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Nature . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_HeldItem
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_HeldItem . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HeldItem . Controls . Add ( this . Label_HeldItem ) ;
this . FLP_HeldItem . Controls . Add ( this . CB_HeldItem ) ;
this . FLP_HeldItem . Location = new System . Drawing . Point ( 0 , 107 ) ;
this . FLP_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HeldItem . Name = "FLP_HeldItem" ;
this . FLP_HeldItem . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HeldItem . TabIndex = 5 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_HeldItem
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_HeldItem . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_HeldItem . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HeldItem . Name = "Label_HeldItem" ;
this . Label_HeldItem . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_HeldItem . TabIndex = 51 ;
this . Label_HeldItem . Text = "Held Item:" ;
this . Label_HeldItem . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_HeldItem
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_HeldItem . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_HeldItem . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_HeldItem . FormattingEnabled = true ;
this . CB_HeldItem . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_HeldItem . Name = "CB_HeldItem" ;
this . CB_HeldItem . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_HeldItem . TabIndex = 10 ;
2017-06-18 01:37:19 +00:00
this . CB_HeldItem . SelectedIndexChanged + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_HeldItem . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_FriendshipForm
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_FriendshipForm . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_FriendshipForm . Controls . Add ( this . FLP_FriendshipFormLeft ) ;
this . FLP_FriendshipForm . Controls . Add ( this . FLP_FriendshipFormRight ) ;
this . FLP_FriendshipForm . Location = new System . Drawing . Point ( 0 , 128 ) ;
this . FLP_FriendshipForm . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipForm . Name = "FLP_FriendshipForm" ;
this . FLP_FriendshipForm . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_FriendshipForm . TabIndex = 6 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_FriendshipFormLeft
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_FriendshipFormLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_FriendshipFormLeft . Controls . Add ( this . Label_Friendship ) ;
this . FLP_FriendshipFormLeft . Controls . Add ( this . Label_HatchCounter ) ;
this . FLP_FriendshipFormLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_FriendshipFormLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_FriendshipFormLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipFormLeft . Name = "FLP_FriendshipFormLeft" ;
this . FLP_FriendshipFormLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_FriendshipFormLeft . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Friendship
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Friendship . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Friendship . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Friendship . Name = "Label_Friendship" ;
this . Label_Friendship . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Friendship . TabIndex = 9 ;
this . Label_Friendship . Text = "Friendship:" ;
this . Label_Friendship . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_Friendship . Click + = new System . EventHandler ( this . ClickFriendship ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_HatchCounter
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_HatchCounter . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . Label_HatchCounter . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HatchCounter . Name = "Label_HatchCounter" ;
this . Label_HatchCounter . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_HatchCounter . TabIndex = 61 ;
this . Label_HatchCounter . Text = "Hatch Counter:" ;
this . Label_HatchCounter . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_FriendshipFormRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_FriendshipFormRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . TB_Friendship ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . Label_Form ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . CB_Form ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . MT_Form ) ;
this . FLP_FriendshipFormRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_FriendshipFormRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipFormRight . Name = "FLP_FriendshipFormRight" ;
this . FLP_FriendshipFormRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_FriendshipFormRight . TabIndex = 104 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_Friendship
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_Friendship . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Friendship . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_Friendship . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Friendship . Mask = "000" ;
this . TB_Friendship . Name = "TB_Friendship" ;
this . TB_Friendship . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_Friendship . TabIndex = 11 ;
this . TB_Friendship . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2017-06-18 01:37:19 +00:00
this . TB_Friendship . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Form
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Form . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . Label_Form . AutoSize = true ;
this . Label_Form . Location = new System . Drawing . Point ( 22 , 4 ) ;
this . Label_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Form . Name = "Label_Form" ;
this . Label_Form . Size = new System . Drawing . Size ( 33 , 13 ) ;
this . Label_Form . TabIndex = 11 ;
this . Label_Form . Text = "Form:" ;
this . Label_Form . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Form
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Form . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_Form . DropDownWidth = 85 ;
this . CB_Form . Enabled = false ;
this . CB_Form . FormattingEnabled = true ;
this . CB_Form . Location = new System . Drawing . Point ( 55 , 0 ) ;
this . CB_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Form . Name = "CB_Form" ;
this . CB_Form . Size = new System . Drawing . Size ( 71 , 21 ) ;
this . CB_Form . TabIndex = 12 ;
2017-06-18 01:37:19 +00:00
this . CB_Form . SelectedIndexChanged + = new System . EventHandler ( this . UpdateForm ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// MT_Form
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . MT_Form . Enabled = false ;
this . MT_Form . Location = new System . Drawing . Point ( 126 , 0 ) ;
this . MT_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MT_Form . Mask = "00" ;
this . MT_Form . Name = "MT_Form" ;
this . MT_Form . Size = new System . Drawing . Size ( 19 , 20 ) ;
this . MT_Form . TabIndex = 18 ;
this . MT_Form . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . MT_Form . Visible = false ;
2017-06-18 01:37:19 +00:00
this . MT_Form . Validated + = new System . EventHandler ( this . UpdateHaXForm ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Ability
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Ability . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Ability . Controls . Add ( this . Label_Ability ) ;
this . FLP_Ability . Controls . Add ( this . FLP_AbilityRight ) ;
this . FLP_Ability . Location = new System . Drawing . Point ( 0 , 149 ) ;
this . FLP_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Ability . Name = "FLP_Ability" ;
this . FLP_Ability . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Ability . TabIndex = 7 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Ability
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Ability . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Ability . Name = "Label_Ability" ;
this . Label_Ability . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Ability . TabIndex = 10 ;
this . Label_Ability . Text = "Ability:" ;
this . Label_Ability . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_AbilityRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_AbilityRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_AbilityRight . Controls . Add ( this . CB_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . DEV_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . TB_AbilityNumber ) ;
this . FLP_AbilityRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_AbilityRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_AbilityRight . Name = "FLP_AbilityRight" ;
this . FLP_AbilityRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_AbilityRight . TabIndex = 109 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Ability
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Ability . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Ability . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Ability . FormattingEnabled = true ;
this . CB_Ability . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CB_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Ability . Name = "CB_Ability" ;
this . CB_Ability . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Ability . TabIndex = 13 ;
2017-06-18 01:37:19 +00:00
this . CB_Ability . SelectedIndexChanged + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Ability . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// DEV_Ability
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . DEV_Ability . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . DEV_Ability . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . DEV_Ability . Enabled = false ;
this . DEV_Ability . FormattingEnabled = true ;
this . DEV_Ability . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . DEV_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . DEV_Ability . Name = "DEV_Ability" ;
this . DEV_Ability . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . DEV_Ability . TabIndex = 14 ;
this . DEV_Ability . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_AbilityNumber
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_AbilityNumber . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_AbilityNumber . Location = new System . Drawing . Point ( 126 , 21 ) ;
this . TB_AbilityNumber . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_AbilityNumber . Mask = "0" ;
this . TB_AbilityNumber . Name = "TB_AbilityNumber" ;
this . TB_AbilityNumber . Size = new System . Drawing . Size ( 19 , 20 ) ;
this . TB_AbilityNumber . TabIndex = 14 ;
this . TB_AbilityNumber . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_AbilityNumber . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Language
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Language . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Language . Controls . Add ( this . Label_Language ) ;
this . FLP_Language . Controls . Add ( this . CB_Language ) ;
this . FLP_Language . Location = new System . Drawing . Point ( 0 , 170 ) ;
this . FLP_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Language . Name = "FLP_Language" ;
this . FLP_Language . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Language . TabIndex = 8 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Language
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Language . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Language . Name = "Label_Language" ;
this . Label_Language . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Language . TabIndex = 12 ;
this . Label_Language . Text = "Language:" ;
this . Label_Language . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Language
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Language . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . CB_Language . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_Language . FormattingEnabled = true ;
this . CB_Language . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Language . Name = "CB_Language" ;
this . CB_Language . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Language . TabIndex = 15 ;
2017-06-18 01:37:19 +00:00
this . CB_Language . SelectedIndexChanged + = new System . EventHandler ( this . UpdateNickname ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EggPKRS
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRS . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSLeft ) ;
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSRight ) ;
this . FLP_EggPKRS . Location = new System . Drawing . Point ( 0 , 191 ) ;
this . FLP_EggPKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRS . Name = "FLP_EggPKRS" ;
this . FLP_EggPKRS . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EggPKRS . TabIndex = 9 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EggPKRSLeft
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRSLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_EggPKRSLeft . Controls . Add ( this . CHK_IsEgg ) ;
this . FLP_EggPKRSLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_EggPKRSLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_EggPKRSLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRSLeft . Name = "FLP_EggPKRSLeft" ;
this . FLP_EggPKRSLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_EggPKRSLeft . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_IsEgg
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_IsEgg . AutoSize = true ;
this . CHK_IsEgg . Location = new System . Drawing . Point ( 54 , 3 ) ;
this . CHK_IsEgg . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_IsEgg . Name = "CHK_IsEgg" ;
this . CHK_IsEgg . Size = new System . Drawing . Size ( 56 , 17 ) ;
this . CHK_IsEgg . TabIndex = 16 ;
this . CHK_IsEgg . Text = "Is Egg" ;
this . CHK_IsEgg . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_IsEgg . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_IsEgg . CheckedChanged + = new System . EventHandler ( this . UpdateIsEgg ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EggPKRSRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRSRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Infected ) ;
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Cured ) ;
this . FLP_EggPKRSRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_EggPKRSRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRSRight . Name = "FLP_EggPKRSRight" ;
this . FLP_EggPKRSRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_EggPKRSRight . TabIndex = 104 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_Infected
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_Infected . AutoSize = true ;
this . CHK_Infected . Location = new System . Drawing . Point ( 0 , 3 ) ;
this . CHK_Infected . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Infected . Name = "CHK_Infected" ;
this . CHK_Infected . Size = new System . Drawing . Size ( 65 , 17 ) ;
this . CHK_Infected . TabIndex = 17 ;
this . CHK_Infected . Text = "Infected" ;
this . CHK_Infected . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Infected . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_Infected . CheckedChanged + = new System . EventHandler ( this . UpdatePKRSInfected ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_Cured
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_Cured . AutoSize = true ;
this . CHK_Cured . Location = new System . Drawing . Point ( 65 , 3 ) ;
this . CHK_Cured . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Cured . Name = "CHK_Cured" ;
this . CHK_Cured . Size = new System . Drawing . Size ( 54 , 17 ) ;
this . CHK_Cured . TabIndex = 18 ;
this . CHK_Cured . Text = "Cured" ;
this . CHK_Cured . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Cured . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_Cured . CheckedChanged + = new System . EventHandler ( this . UpdatePKRSCured ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PKRS
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_PKRS . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKRS . Controls . Add ( this . Label_PKRS ) ;
this . FLP_PKRS . Controls . Add ( this . FLP_PKRSRight ) ;
this . FLP_PKRS . Location = new System . Drawing . Point ( 0 , 212 ) ;
this . FLP_PKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PKRS . Name = "FLP_PKRS" ;
this . FLP_PKRS . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_PKRS . TabIndex = 10 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_PKRS
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_PKRS . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_PKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_PKRS . Name = "Label_PKRS" ;
this . Label_PKRS . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_PKRS . TabIndex = 14 ;
this . Label_PKRS . Text = "PkRs:" ;
this . Label_PKRS . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_PKRS . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PKRSRight
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_PKRSRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSStrain ) ;
this . FLP_PKRSRight . Controls . Add ( this . Label_PKRSdays ) ;
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSDays ) ;
this . FLP_PKRSRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_PKRSRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PKRSRight . Name = "FLP_PKRSRight" ;
this . FLP_PKRSRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_PKRSRight . TabIndex = 105 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PKRSStrain
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PKRSStrain . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PKRSStrain . FormattingEnabled = true ;
this . CB_PKRSStrain . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" ,
"4" ,
"5" ,
"6" ,
"7" ,
"8" ,
"9" ,
"10" ,
"11" ,
"12" ,
"13" ,
"14" ,
"15" } ) ;
this . CB_PKRSStrain . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CB_PKRSStrain . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_PKRSStrain . Name = "CB_PKRSStrain" ;
this . CB_PKRSStrain . Size = new System . Drawing . Size ( 43 , 21 ) ;
this . CB_PKRSStrain . TabIndex = 19 ;
this . CB_PKRSStrain . Visible = false ;
2017-06-18 01:37:19 +00:00
this . CB_PKRSStrain . SelectedValueChanged + = new System . EventHandler ( this . UpdatePKRSstrain ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_PKRSdays
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_PKRSdays . Location = new System . Drawing . Point ( 43 , 0 ) ;
this . Label_PKRSdays . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_PKRSdays . Name = "Label_PKRSdays" ;
this . Label_PKRSdays . Size = new System . Drawing . Size ( 25 , 21 ) ;
this . Label_PKRSdays . TabIndex = 15 ;
this . Label_PKRSdays . Text = "d:" ;
this . Label_PKRSdays . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_PKRSdays . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PKRSDays
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PKRSDays . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PKRSDays . FormattingEnabled = true ;
this . CB_PKRSDays . Location = new System . Drawing . Point ( 68 , 0 ) ;
this . CB_PKRSDays . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_PKRSDays . Name = "CB_PKRSDays" ;
this . CB_PKRSDays . Size = new System . Drawing . Size ( 30 , 21 ) ;
this . CB_PKRSDays . TabIndex = 20 ;
this . CB_PKRSDays . Visible = false ;
2017-06-18 01:37:19 +00:00
this . CB_PKRSDays . SelectedIndexChanged + = new System . EventHandler ( this . UpdatePKRSdays ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Country
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Country . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Country . Controls . Add ( this . Label_Country ) ;
this . FLP_Country . Controls . Add ( this . CB_Country ) ;
this . FLP_Country . Location = new System . Drawing . Point ( 0 , 233 ) ;
this . FLP_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Country . Name = "FLP_Country" ;
this . FLP_Country . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Country . TabIndex = 107 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Country
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Country . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Country . Name = "Label_Country" ;
this . Label_Country . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Country . TabIndex = 16 ;
this . Label_Country . Text = "Country:" ;
this . Label_Country . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Country
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Country . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Country . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Country . DropDownWidth = 180 ;
this . CB_Country . FormattingEnabled = true ;
this . CB_Country . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Country . Name = "CB_Country" ;
this . CB_Country . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Country . TabIndex = 21 ;
2017-06-18 01:37:19 +00:00
this . CB_Country . SelectedIndexChanged + = new System . EventHandler ( this . UpdateCountry ) ;
this . CB_Country . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_SubRegion
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_SubRegion . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SubRegion . Controls . Add ( this . Label_SubRegion ) ;
this . FLP_SubRegion . Controls . Add ( this . CB_SubRegion ) ;
this . FLP_SubRegion . Location = new System . Drawing . Point ( 0 , 254 ) ;
this . FLP_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SubRegion . Name = "FLP_SubRegion" ;
this . FLP_SubRegion . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SubRegion . TabIndex = 110 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_SubRegion
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_SubRegion . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SubRegion . Name = "Label_SubRegion" ;
this . Label_SubRegion . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SubRegion . TabIndex = 17 ;
this . Label_SubRegion . Text = "Sub Region:" ;
this . Label_SubRegion . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_SubRegion
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_SubRegion . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_SubRegion . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_SubRegion . DropDownWidth = 180 ;
this . CB_SubRegion . FormattingEnabled = true ;
this . CB_SubRegion . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_SubRegion . Name = "CB_SubRegion" ;
this . CB_SubRegion . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_SubRegion . TabIndex = 22 ;
2017-06-18 01:37:19 +00:00
this . CB_SubRegion . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_3DSRegion
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_3DSRegion . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_3DSRegion . Controls . Add ( this . Label_3DSRegion ) ;
this . FLP_3DSRegion . Controls . Add ( this . CB_3DSReg ) ;
this . FLP_3DSRegion . Location = new System . Drawing . Point ( 0 , 275 ) ;
this . FLP_3DSRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_3DSRegion . Name = "FLP_3DSRegion" ;
this . FLP_3DSRegion . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_3DSRegion . TabIndex = 111 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_3DSRegion
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_3DSRegion . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_3DSRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_3DSRegion . Name = "Label_3DSRegion" ;
this . Label_3DSRegion . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_3DSRegion . TabIndex = 18 ;
this . Label_3DSRegion . Text = "3DS Region:" ;
this . Label_3DSRegion . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_3DSReg
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_3DSReg . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_3DSReg . FormattingEnabled = true ;
this . CB_3DSReg . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_3DSReg . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_3DSReg . Name = "CB_3DSReg" ;
this . CB_3DSReg . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_3DSReg . TabIndex = 23 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_NSparkle
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_NSparkle . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_NSparkle . Controls . Add ( this . L_NSparkle ) ;
this . FLP_NSparkle . Controls . Add ( this . CHK_NSparkle ) ;
this . FLP_NSparkle . Location = new System . Drawing . Point ( 0 , 296 ) ;
this . FLP_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_NSparkle . Name = "FLP_NSparkle" ;
this . FLP_NSparkle . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_NSparkle . TabIndex = 112 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// L_NSparkle
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . L_NSparkle . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_NSparkle . Name = "L_NSparkle" ;
this . L_NSparkle . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_NSparkle . TabIndex = 17 ;
this . L_NSparkle . Text = "N\'s Sparkle:" ;
this . L_NSparkle . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_NSparkle
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_NSparkle . AutoSize = true ;
this . CHK_NSparkle . Location = new System . Drawing . Point ( 110 , 3 ) ;
this . CHK_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_NSparkle . Name = "CHK_NSparkle" ;
this . CHK_NSparkle . Size = new System . Drawing . Size ( 56 , 17 ) ;
this . CHK_NSparkle . TabIndex = 18 ;
this . CHK_NSparkle . Text = "Active" ;
this . CHK_NSparkle . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_NSparkle . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_ShadowID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_ShadowID . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_ShadowID . Controls . Add ( this . L_ShadowID ) ;
this . FLP_ShadowID . Controls . Add ( this . NUD_ShadowID ) ;
this . FLP_ShadowID . Location = new System . Drawing . Point ( 0 , 317 ) ;
this . FLP_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_ShadowID . Name = "FLP_ShadowID" ;
this . FLP_ShadowID . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_ShadowID . TabIndex = 114 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// L_ShadowID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . L_ShadowID . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_ShadowID . Name = "L_ShadowID" ;
this . L_ShadowID . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_ShadowID . TabIndex = 9 ;
this . L_ShadowID . Text = "Shadow ID:" ;
this . L_ShadowID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// NUD_ShadowID
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . NUD_ShadowID . Location = new System . Drawing . Point ( 110 , 1 ) ;
this . NUD_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . NUD_ShadowID . Maximum = new decimal ( new int [ ] {
2017-06-21 00:57:23 +00:00
127 ,
2017-05-23 04:55:05 +00:00
0 ,
0 ,
0 } ) ;
this . NUD_ShadowID . Name = "NUD_ShadowID" ;
this . NUD_ShadowID . Size = new System . Drawing . Size ( 51 , 20 ) ;
this . NUD_ShadowID . TabIndex = 103 ;
2017-06-18 01:37:19 +00:00
this . NUD_ShadowID . ValueChanged + = new System . EventHandler ( this . UpdateShadowID ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Purification
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Purification . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Purification . Controls . Add ( this . L_HeartGauge ) ;
this . FLP_Purification . Controls . Add ( this . NUD_Purification ) ;
this . FLP_Purification . Controls . Add ( this . CHK_Shadow ) ;
this . FLP_Purification . Location = new System . Drawing . Point ( 0 , 338 ) ;
this . FLP_Purification . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Purification . Name = "FLP_Purification" ;
this . FLP_Purification . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Purification . TabIndex = 113 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// L_HeartGauge
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . L_HeartGauge . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_HeartGauge . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_HeartGauge . Name = "L_HeartGauge" ;
this . L_HeartGauge . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_HeartGauge . TabIndex = 9 ;
this . L_HeartGauge . Text = "Heart Gauge:" ;
this . L_HeartGauge . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// NUD_Purification
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . NUD_Purification . Location = new System . Drawing . Point ( 110 , 1 ) ;
this . NUD_Purification . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . NUD_Purification . Maximum = new decimal ( new int [ ] {
2147483647 ,
0 ,
0 ,
0 } ) ;
2017-10-27 00:55:34 +00:00
this . NUD_Purification . Minimum = new decimal ( new int [ ] {
100 ,
0 ,
0 ,
- 2147483648 } ) ;
2017-05-23 04:55:05 +00:00
this . NUD_Purification . Name = "NUD_Purification" ;
this . NUD_Purification . Size = new System . Drawing . Size ( 51 , 20 ) ;
this . NUD_Purification . TabIndex = 103 ;
2017-06-18 01:37:19 +00:00
this . NUD_Purification . ValueChanged + = new System . EventHandler ( this . UpdatePurification ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_Shadow
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_Shadow . AutoSize = true ;
this . CHK_Shadow . Location = new System . Drawing . Point ( 161 , 3 ) ;
this . CHK_Shadow . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Shadow . Name = "CHK_Shadow" ;
this . CHK_Shadow . Size = new System . Drawing . Size ( 65 , 17 ) ;
this . CHK_Shadow . TabIndex = 16 ;
this . CHK_Shadow . Text = "Shadow" ;
this . CHK_Shadow . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Shadow . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_Shadow . CheckedChanged + = new System . EventHandler ( this . UpdateShadowCHK ) ;
2019-02-10 02:44:21 +00:00
//
2017-06-18 04:49:14 +00:00
// FLP_ShinyLeaf
2019-02-10 02:44:21 +00:00
//
2017-06-18 04:49:14 +00:00
this . FLP_ShinyLeaf . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_ShinyLeaf . Controls . Add ( this . L_ShinyLeaf ) ;
this . FLP_ShinyLeaf . Controls . Add ( this . ShinyLeaf ) ;
this . FLP_ShinyLeaf . Location = new System . Drawing . Point ( 0 , 359 ) ;
this . FLP_ShinyLeaf . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_ShinyLeaf . Name = "FLP_ShinyLeaf" ;
this . FLP_ShinyLeaf . Size = new System . Drawing . Size ( 272 , 56 ) ;
this . FLP_ShinyLeaf . TabIndex = 115 ;
2019-02-10 02:44:21 +00:00
//
2017-06-18 04:49:14 +00:00
// L_ShinyLeaf
2019-02-10 02:44:21 +00:00
//
2017-06-18 04:49:14 +00:00
this . L_ShinyLeaf . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_ShinyLeaf . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_ShinyLeaf . Name = "L_ShinyLeaf" ;
this . L_ShinyLeaf . Size = new System . Drawing . Size ( 110 , 56 ) ;
this . L_ShinyLeaf . TabIndex = 9 ;
this . L_ShinyLeaf . Text = "Shiny Leaf:" ;
this . L_ShinyLeaf . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . L_ShinyLeaf . Click + = new System . EventHandler ( this . ClickShinyLeaf ) ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// ShinyLeaf
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . ShinyLeaf . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . ShinyLeaf . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . ShinyLeaf . Name = "ShinyLeaf" ;
this . ShinyLeaf . Size = new System . Drawing . Size ( 140 , 56 ) ;
this . ShinyLeaf . TabIndex = 116 ;
2019-02-10 02:44:21 +00:00
//
2018-11-14 03:25:03 +00:00
// FLP_CatchRate
2019-02-10 02:44:21 +00:00
//
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_CatchRate . Controls . Add ( this . L_CatchRate ) ;
this . FLP_CatchRate . Controls . Add ( this . CR_PK1 ) ;
this . FLP_CatchRate . Location = new System . Drawing . Point ( 0 , 415 ) ;
this . FLP_CatchRate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_CatchRate . Name = "FLP_CatchRate" ;
this . FLP_CatchRate . Size = new System . Drawing . Size ( 272 , 25 ) ;
this . FLP_CatchRate . TabIndex = 116 ;
2019-02-10 02:44:21 +00:00
//
2018-11-14 03:25:03 +00:00
// L_CatchRate
2019-02-10 02:44:21 +00:00
//
2018-11-14 03:25:03 +00:00
this . L_CatchRate . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_CatchRate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_CatchRate . Name = "L_CatchRate" ;
this . L_CatchRate . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_CatchRate . TabIndex = 9 ;
this . L_CatchRate . Text = "Catch Rate:" ;
this . L_CatchRate . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// CR_PK1
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . CR_PK1 . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CR_PK1 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CR_PK1 . Name = "CR_PK1" ;
this . CR_PK1 . Size = new System . Drawing . Size ( 162 , 25 ) ;
this . CR_PK1 . TabIndex = 10 ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// FLP_SizeCP
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . FLP_SizeCP . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SizeCP . Controls . Add ( this . SizeCP ) ;
this . FLP_SizeCP . Location = new System . Drawing . Point ( 0 , 440 ) ;
this . FLP_SizeCP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SizeCP . Name = "FLP_SizeCP" ;
this . FLP_SizeCP . Size = new System . Drawing . Size ( 272 , 72 ) ;
this . FLP_SizeCP . TabIndex = 117 ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// SizeCP
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . SizeCP . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . SizeCP . Location = new System . Drawing . Point ( 50 , 0 ) ;
this . SizeCP . Margin = new System . Windows . Forms . Padding ( 50 , 0 , 0 , 0 ) ;
this . SizeCP . Name = "SizeCP" ;
this . SizeCP . Size = new System . Drawing . Size ( 204 , 68 ) ;
this . SizeCP . TabIndex = 0 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Tab_Met
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Tab_Met . AllowDrop = true ;
this . Tab_Met . Controls . Add ( this . CHK_AsEgg ) ;
this . Tab_Met . Controls . Add ( this . GB_EggConditions ) ;
this . Tab_Met . Controls . Add ( this . FLP_Met ) ;
this . Tab_Met . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Met . Name = "Tab_Met" ;
this . Tab_Met . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2018-12-05 02:38:47 +00:00
this . Tab_Met . Size = new System . Drawing . Size ( 192 , 74 ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Met . TabIndex = 1 ;
this . Tab_Met . Text = "Met" ;
this . Tab_Met . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_AsEgg
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_AsEgg . AutoSize = true ;
this . CHK_AsEgg . Location = new System . Drawing . Point ( 110 , 204 ) ;
this . CHK_AsEgg . Name = "CHK_AsEgg" ;
this . CHK_AsEgg . Size = new System . Drawing . Size ( 60 , 17 ) ;
this . CHK_AsEgg . TabIndex = 8 ;
this . CHK_AsEgg . Text = "As Egg" ;
this . CHK_AsEgg . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . CHK_AsEgg . Click + = new System . EventHandler ( this . UpdateMetAsEgg ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_EggConditions
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . GB_EggConditions . Controls . Add ( this . CB_EggLocation ) ;
this . GB_EggConditions . Controls . Add ( this . CAL_EggDate ) ;
this . GB_EggConditions . Controls . Add ( this . Label_EggDate ) ;
this . GB_EggConditions . Controls . Add ( this . Label_EggLocation ) ;
this . GB_EggConditions . Enabled = false ;
this . GB_EggConditions . Location = new System . Drawing . Point ( 39 , 226 ) ;
this . GB_EggConditions . Name = "GB_EggConditions" ;
this . GB_EggConditions . Size = new System . Drawing . Size ( 200 , 67 ) ;
this . GB_EggConditions . TabIndex = 9 ;
this . GB_EggConditions . TabStop = false ;
this . GB_EggConditions . Text = "Egg Met Conditions" ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_EggLocation
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_EggLocation . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_EggLocation . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_EggLocation . DropDownWidth = 150 ;
this . CB_EggLocation . FormattingEnabled = true ;
this . CB_EggLocation . Location = new System . Drawing . Point ( 71 , 19 ) ;
this . CB_EggLocation . Name = "CB_EggLocation" ;
this . CB_EggLocation . Size = new System . Drawing . Size ( 122 , 21 ) ;
this . CB_EggLocation . TabIndex = 10 ;
2017-06-18 01:37:19 +00:00
this . CB_EggLocation . SelectedIndexChanged + = new System . EventHandler ( this . ValidateLocation ) ;
this . CB_EggLocation . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CAL_EggDate
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CAL_EggDate . CustomFormat = "MM/dd/yyyy" ;
this . CAL_EggDate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . CAL_EggDate . Location = new System . Drawing . Point ( 71 , 40 ) ;
this . CAL_EggDate . MaxDate = new System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ;
this . CAL_EggDate . MinDate = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
this . CAL_EggDate . Name = "CAL_EggDate" ;
this . CAL_EggDate . Size = new System . Drawing . Size ( 122 , 20 ) ;
this . CAL_EggDate . TabIndex = 11 ;
this . CAL_EggDate . Value = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_EggDate
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_EggDate . Location = new System . Drawing . Point ( 5 , 44 ) ;
this . Label_EggDate . Name = "Label_EggDate" ;
this . Label_EggDate . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . Label_EggDate . TabIndex = 8 ;
this . Label_EggDate . Text = "Date:" ;
this . Label_EggDate . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_EggLocation
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_EggLocation . Location = new System . Drawing . Point ( 5 , 24 ) ;
this . Label_EggLocation . Name = "Label_EggLocation" ;
this . Label_EggLocation . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . Label_EggLocation . TabIndex = 6 ;
this . Label_EggLocation . Text = "Location:" ;
this . Label_EggLocation . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Met
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Met . Controls . Add ( this . FLP_OriginGame ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetLocation ) ;
this . FLP_Met . Controls . Add ( this . FLP_Ball ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetLevel ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetDate ) ;
this . FLP_Met . Controls . Add ( this . FLP_Fateful ) ;
this . FLP_Met . Controls . Add ( this . FLP_EncounterType ) ;
this . FLP_Met . Controls . Add ( this . FLP_TimeOfDay ) ;
this . FLP_Met . Location = new System . Drawing . Point ( 0 , 24 ) ;
this . FLP_Met . Name = "FLP_Met" ;
this . FLP_Met . Size = new System . Drawing . Size ( 272 , 175 ) ;
this . FLP_Met . TabIndex = 103 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_OriginGame
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_OriginGame . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_OriginGame . Controls . Add ( this . Label_OriginGame ) ;
this . FLP_OriginGame . Controls . Add ( this . CB_GameOrigin ) ;
this . FLP_OriginGame . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_OriginGame . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_OriginGame . Name = "FLP_OriginGame" ;
this . FLP_OriginGame . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_OriginGame . TabIndex = 112 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_OriginGame
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_OriginGame . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_OriginGame . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_OriginGame . Name = "Label_OriginGame" ;
this . Label_OriginGame . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_OriginGame . TabIndex = 0 ;
this . Label_OriginGame . Text = "Origin Game:" ;
this . Label_OriginGame . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_GameOrigin
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_GameOrigin . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_GameOrigin . FormattingEnabled = true ;
this . CB_GameOrigin . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_GameOrigin . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_GameOrigin . Name = "CB_GameOrigin" ;
this . CB_GameOrigin . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_GameOrigin . TabIndex = 1 ;
2017-06-18 01:37:19 +00:00
this . CB_GameOrigin . SelectedIndexChanged + = new System . EventHandler ( this . UpdateOriginGame ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_MetLocation
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_MetLocation . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetLocation . Controls . Add ( this . Label_MetLocation ) ;
this . FLP_MetLocation . Controls . Add ( this . CB_MetLocation ) ;
this . FLP_MetLocation . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . FLP_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetLocation . Name = "FLP_MetLocation" ;
this . FLP_MetLocation . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetLocation . TabIndex = 113 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_MetLocation
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_MetLocation . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetLocation . Name = "Label_MetLocation" ;
this . Label_MetLocation . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetLocation . TabIndex = 1 ;
this . Label_MetLocation . Text = "Met Location:" ;
this . Label_MetLocation . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_MetLocation . Click + = new System . EventHandler ( this . ClickMetLocation ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_MetLocation
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_MetLocation . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_MetLocation . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_MetLocation . DropDownWidth = 150 ;
this . CB_MetLocation . FormattingEnabled = true ;
this . CB_MetLocation . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_MetLocation . Name = "CB_MetLocation" ;
this . CB_MetLocation . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_MetLocation . TabIndex = 2 ;
2017-06-18 01:37:19 +00:00
this . CB_MetLocation . SelectedIndexChanged + = new System . EventHandler ( this . ValidateLocation ) ;
this . CB_MetLocation . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Ball
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Ball . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Ball . Controls . Add ( this . FLP_BallLeft ) ;
this . FLP_Ball . Controls . Add ( this . CB_Ball ) ;
this . FLP_Ball . Location = new System . Drawing . Point ( 0 , 42 ) ;
this . FLP_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Ball . Name = "FLP_Ball" ;
this . FLP_Ball . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Ball . TabIndex = 114 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_BallLeft
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_BallLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_BallLeft . Controls . Add ( this . Label_Ball ) ;
this . FLP_BallLeft . Controls . Add ( this . PB_Ball ) ;
this . FLP_BallLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_BallLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_BallLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_BallLeft . Name = "FLP_BallLeft" ;
this . FLP_BallLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_BallLeft . TabIndex = 4 ;
2017-06-18 04:49:14 +00:00
this . FLP_BallLeft . Click + = new System . EventHandler ( this . ClickBall ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_Ball
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_Ball . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_Ball . AutoSize = true ;
this . Label_Ball . Location = new System . Drawing . Point ( 83 , 0 ) ;
this . Label_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Ball . Name = "Label_Ball" ;
this . Label_Ball . Padding = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . Label_Ball . Size = new System . Drawing . Size ( 27 , 19 ) ;
this . Label_Ball . TabIndex = 2 ;
this . Label_Ball . Text = "Ball:" ;
this . Label_Ball . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 04:49:14 +00:00
this . Label_Ball . Click + = new System . EventHandler ( this . ClickBall ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Ball
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . PB_Ball . Location = new System . Drawing . Point ( 60 , 0 ) ;
this . PB_Ball . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . PB_Ball . Name = "PB_Ball" ;
this . PB_Ball . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Ball . TabIndex = 3 ;
this . PB_Ball . TabStop = false ;
2017-06-18 04:49:14 +00:00
this . PB_Ball . Click + = new System . EventHandler ( this . ClickBall ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Ball
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Ball . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Ball . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Ball . FormattingEnabled = true ;
this . CB_Ball . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Ball . Name = "CB_Ball" ;
this . CB_Ball . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Ball . TabIndex = 3 ;
2017-06-18 01:37:19 +00:00
this . CB_Ball . SelectedIndexChanged + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Ball . SelectedValueChanged + = new System . EventHandler ( this . UpdateBall ) ;
this . CB_Ball . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_MetLevel
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_MetLevel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetLevel . Controls . Add ( this . Label_MetLevel ) ;
this . FLP_MetLevel . Controls . Add ( this . TB_MetLevel ) ;
this . FLP_MetLevel . Location = new System . Drawing . Point ( 0 , 63 ) ;
this . FLP_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetLevel . Name = "FLP_MetLevel" ;
this . FLP_MetLevel . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetLevel . TabIndex = 115 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_MetLevel
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_MetLevel . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetLevel . Name = "Label_MetLevel" ;
this . Label_MetLevel . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetLevel . TabIndex = 3 ;
this . Label_MetLevel . Text = "Met Level:" ;
this . Label_MetLevel . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_MetLevel
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_MetLevel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_MetLevel . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . TB_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_MetLevel . Mask = "000" ;
this . TB_MetLevel . Name = "TB_MetLevel" ;
this . TB_MetLevel . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . TB_MetLevel . TabIndex = 4 ;
2017-06-18 01:37:19 +00:00
this . TB_MetLevel . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_MetDate
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_MetDate . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetDate . Controls . Add ( this . Label_MetDate ) ;
this . FLP_MetDate . Controls . Add ( this . CAL_MetDate ) ;
this . FLP_MetDate . Location = new System . Drawing . Point ( 0 , 84 ) ;
this . FLP_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetDate . Name = "FLP_MetDate" ;
this . FLP_MetDate . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetDate . TabIndex = 116 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_MetDate
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_MetDate . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetDate . Name = "Label_MetDate" ;
this . Label_MetDate . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetDate . TabIndex = 4 ;
this . Label_MetDate . Text = "Met Date:" ;
this . Label_MetDate . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CAL_MetDate
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CAL_MetDate . CustomFormat = "MM/dd/yyyy" ;
this . CAL_MetDate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . CAL_MetDate . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CAL_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CAL_MetDate . MaxDate = new System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ;
this . CAL_MetDate . MinDate = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
this . CAL_MetDate . Name = "CAL_MetDate" ;
this . CAL_MetDate . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . CAL_MetDate . TabIndex = 5 ;
this . CAL_MetDate . Value = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Fateful
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_Fateful . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Fateful . Controls . Add ( this . PAN_Fateful ) ;
this . FLP_Fateful . Controls . Add ( this . CHK_Fateful ) ;
this . FLP_Fateful . Location = new System . Drawing . Point ( 0 , 105 ) ;
this . FLP_Fateful . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Fateful . Name = "FLP_Fateful" ;
this . FLP_Fateful . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Fateful . TabIndex = 117 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PAN_Fateful
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . PAN_Fateful . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . PAN_Fateful . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . PAN_Fateful . Name = "PAN_Fateful" ;
this . PAN_Fateful . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . PAN_Fateful . TabIndex = 104 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_Fateful
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CHK_Fateful . AutoSize = true ;
this . CHK_Fateful . Location = new System . Drawing . Point ( 110 , 3 ) ;
this . CHK_Fateful . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Fateful . Name = "CHK_Fateful" ;
this . CHK_Fateful . Size = new System . Drawing . Size ( 110 , 17 ) ;
this . CHK_Fateful . TabIndex = 6 ;
this . CHK_Fateful . Text = "Fateful Encounter" ;
this . CHK_Fateful . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_EncounterType
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_EncounterType . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EncounterType . Controls . Add ( this . Label_EncounterType ) ;
this . FLP_EncounterType . Controls . Add ( this . CB_EncounterType ) ;
this . FLP_EncounterType . Location = new System . Drawing . Point ( 0 , 126 ) ;
this . FLP_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EncounterType . Name = "FLP_EncounterType" ;
this . FLP_EncounterType . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EncounterType . TabIndex = 118 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_EncounterType
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_EncounterType . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EncounterType . Name = "Label_EncounterType" ;
this . Label_EncounterType . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_EncounterType . TabIndex = 5 ;
this . Label_EncounterType . Text = "Encounter:" ;
this . Label_EncounterType . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_EncounterType
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_EncounterType . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_EncounterType . DropDownWidth = 160 ;
this . CB_EncounterType . FormattingEnabled = true ;
this . CB_EncounterType . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_EncounterType . Name = "CB_EncounterType" ;
this . CB_EncounterType . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_EncounterType . TabIndex = 7 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_TimeOfDay
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . FLP_TimeOfDay . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_TimeOfDay . Controls . Add ( this . L_MetTimeOfDay ) ;
this . FLP_TimeOfDay . Controls . Add ( this . CB_MetTimeOfDay ) ;
this . FLP_TimeOfDay . Location = new System . Drawing . Point ( 0 , 147 ) ;
this . FLP_TimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_TimeOfDay . Name = "FLP_TimeOfDay" ;
this . FLP_TimeOfDay . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_TimeOfDay . TabIndex = 119 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// L_MetTimeOfDay
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . L_MetTimeOfDay . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_MetTimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_MetTimeOfDay . Name = "L_MetTimeOfDay" ;
this . L_MetTimeOfDay . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_MetTimeOfDay . TabIndex = 10 ;
this . L_MetTimeOfDay . Text = "Time of Day:" ;
this . L_MetTimeOfDay . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_MetTimeOfDay
2019-02-10 02:44:21 +00:00
//
2017-10-21 02:53:38 +00:00
this . CB_MetTimeOfDay . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
2017-05-23 04:55:05 +00:00
this . CB_MetTimeOfDay . DropDownWidth = 150 ;
this . CB_MetTimeOfDay . FormattingEnabled = true ;
this . CB_MetTimeOfDay . Items . AddRange ( new object [ ] {
"(None)" ,
"Morning" ,
"Day" ,
"Night" } ) ;
this . CB_MetTimeOfDay . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_MetTimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_MetTimeOfDay . Name = "CB_MetTimeOfDay" ;
this . CB_MetTimeOfDay . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_MetTimeOfDay . TabIndex = 11 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Tab_Stats
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Tab_Stats . AllowDrop = true ;
2018-02-27 05:22:35 +00:00
this . Tab_Stats . Controls . Add ( this . Stats ) ;
2017-06-25 17:57:35 +00:00
this . Tab_Stats . Controls . Add ( this . Contest ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Stats . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Stats . Name = "Tab_Stats" ;
this . Tab_Stats . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2018-12-05 02:38:47 +00:00
this . Tab_Stats . Size = new System . Drawing . Size ( 192 , 74 ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Stats . TabIndex = 2 ;
this . Tab_Stats . Text = "Stats" ;
this . Tab_Stats . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// Stats
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . Stats . EVsFishy = System . Drawing . Color . LightYellow ;
this . Stats . EVsInvalid = System . Drawing . Color . Red ;
this . Stats . EVsMaxed = System . Drawing . Color . Honeydew ;
this . Stats . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Stats . Name = "Stats" ;
this . Stats . Size = new System . Drawing . Size ( 270 , 240 ) ;
this . Stats . StatDecreased = System . Drawing . Color . Blue ;
this . Stats . StatHyperTrained = System . Drawing . Color . LightGreen ;
this . Stats . StatIncreased = System . Drawing . Color . Red ;
this . Stats . TabIndex = 118 ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// Contest
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . Contest . CNT_Beauty = 0 ;
this . Contest . CNT_Cool = 0 ;
this . Contest . CNT_Cute = 0 ;
this . Contest . CNT_Sheen = 0 ;
this . Contest . CNT_Smart = 0 ;
this . Contest . CNT_Tough = 0 ;
this . Contest . Location = new System . Drawing . Point ( 21 , 247 ) ;
this . Contest . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Contest . Name = "Contest" ;
this . Contest . Size = new System . Drawing . Size ( 230 , 50 ) ;
this . Contest . TabIndex = 117 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Tab_Attacks
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Tab_Attacks . AllowDrop = true ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove4 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove3 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove2 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove1 ) ;
this . Tab_Attacks . Controls . Add ( this . GB_RelearnMoves ) ;
this . Tab_Attacks . Controls . Add ( this . GB_CurrentMoves ) ;
this . Tab_Attacks . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Attacks . Name = "Tab_Attacks" ;
this . Tab_Attacks . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2019-10-08 02:10:38 +00:00
this . Tab_Attacks . Size = new System . Drawing . Size ( 192 , 74 ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Attacks . TabIndex = 3 ;
this . Tab_Attacks . Text = "Attacks" ;
this . Tab_Attacks . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnMove4
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnMove4 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnMove4 . Location = new System . Drawing . Point ( 8 , 113 ) ;
this . PB_WarnMove4 . Name = "PB_WarnMove4" ;
this . PB_WarnMove4 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove4 . TabIndex = 5 ;
this . PB_WarnMove4 . TabStop = false ;
this . PB_WarnMove4 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnMove3
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnMove3 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnMove3 . Location = new System . Drawing . Point ( 8 , 91 ) ;
this . PB_WarnMove3 . Name = "PB_WarnMove3" ;
this . PB_WarnMove3 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove3 . TabIndex = 4 ;
this . PB_WarnMove3 . TabStop = false ;
this . PB_WarnMove3 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnMove2
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnMove2 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnMove2 . Location = new System . Drawing . Point ( 8 , 69 ) ;
this . PB_WarnMove2 . Name = "PB_WarnMove2" ;
this . PB_WarnMove2 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove2 . TabIndex = 3 ;
this . PB_WarnMove2 . TabStop = false ;
this . PB_WarnMove2 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnMove1
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnMove1 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnMove1 . Location = new System . Drawing . Point ( 8 , 47 ) ;
this . PB_WarnMove1 . Name = "PB_WarnMove1" ;
this . PB_WarnMove1 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove1 . TabIndex = 2 ;
this . PB_WarnMove1 . TabStop = false ;
this . PB_WarnMove1 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_RelearnMoves
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . GB_RelearnMoves . Controls . Add ( this . PB_WarnRelearn4 ) ;
this . GB_RelearnMoves . Controls . Add ( this . PB_WarnRelearn3 ) ;
this . GB_RelearnMoves . Controls . Add ( this . PB_WarnRelearn2 ) ;
this . GB_RelearnMoves . Controls . Add ( this . PB_WarnRelearn1 ) ;
this . GB_RelearnMoves . Controls . Add ( this . CB_RelearnMove4 ) ;
this . GB_RelearnMoves . Controls . Add ( this . CB_RelearnMove3 ) ;
this . GB_RelearnMoves . Controls . Add ( this . CB_RelearnMove2 ) ;
this . GB_RelearnMoves . Controls . Add ( this . CB_RelearnMove1 ) ;
this . GB_RelearnMoves . Location = new System . Drawing . Point ( 25 , 160 ) ;
this . GB_RelearnMoves . Name = "GB_RelearnMoves" ;
this . GB_RelearnMoves . Size = new System . Drawing . Size ( 220 , 120 ) ;
this . GB_RelearnMoves . TabIndex = 1 ;
this . GB_RelearnMoves . TabStop = false ;
this . GB_RelearnMoves . Text = "Relearn Moves" ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnRelearn4
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnRelearn4 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnRelearn4 . Location = new System . Drawing . Point ( 22 , 93 ) ;
this . PB_WarnRelearn4 . Name = "PB_WarnRelearn4" ;
this . PB_WarnRelearn4 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn4 . TabIndex = 19 ;
this . PB_WarnRelearn4 . TabStop = false ;
this . PB_WarnRelearn4 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnRelearn3
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnRelearn3 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnRelearn3 . Location = new System . Drawing . Point ( 22 , 71 ) ;
this . PB_WarnRelearn3 . Name = "PB_WarnRelearn3" ;
this . PB_WarnRelearn3 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn3 . TabIndex = 18 ;
this . PB_WarnRelearn3 . TabStop = false ;
this . PB_WarnRelearn3 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnRelearn2
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnRelearn2 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnRelearn2 . Location = new System . Drawing . Point ( 22 , 49 ) ;
this . PB_WarnRelearn2 . Name = "PB_WarnRelearn2" ;
this . PB_WarnRelearn2 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn2 . TabIndex = 17 ;
this . PB_WarnRelearn2 . TabStop = false ;
this . PB_WarnRelearn2 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_WarnRelearn1
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_WarnRelearn1 . Image = global :: PKHeX . WinForms . Properties . Resources . warn ;
2017-05-23 04:55:05 +00:00
this . PB_WarnRelearn1 . Location = new System . Drawing . Point ( 22 , 27 ) ;
this . PB_WarnRelearn1 . Name = "PB_WarnRelearn1" ;
this . PB_WarnRelearn1 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn1 . TabIndex = 6 ;
this . PB_WarnRelearn1 . TabStop = false ;
this . PB_WarnRelearn1 . Visible = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_RelearnMove4
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_RelearnMove4 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove4 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove4 . FormattingEnabled = true ;
this . CB_RelearnMove4 . Location = new System . Drawing . Point ( 48 , 91 ) ;
this . CB_RelearnMove4 . Name = "CB_RelearnMove4" ;
this . CB_RelearnMove4 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove4 . TabIndex = 16 ;
2017-06-18 01:37:19 +00:00
this . CB_RelearnMove4 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_RelearnMove4 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove4 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_RelearnMove3
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_RelearnMove3 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove3 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove3 . FormattingEnabled = true ;
this . CB_RelearnMove3 . Location = new System . Drawing . Point ( 48 , 69 ) ;
this . CB_RelearnMove3 . Name = "CB_RelearnMove3" ;
this . CB_RelearnMove3 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove3 . TabIndex = 15 ;
2017-06-18 01:37:19 +00:00
this . CB_RelearnMove3 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_RelearnMove3 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove3 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_RelearnMove2
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_RelearnMove2 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove2 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove2 . FormattingEnabled = true ;
this . CB_RelearnMove2 . Location = new System . Drawing . Point ( 48 , 47 ) ;
this . CB_RelearnMove2 . Name = "CB_RelearnMove2" ;
this . CB_RelearnMove2 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove2 . TabIndex = 14 ;
2017-06-18 01:37:19 +00:00
this . CB_RelearnMove2 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_RelearnMove2 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove2 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_RelearnMove1
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_RelearnMove1 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove1 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove1 . FormattingEnabled = true ;
this . CB_RelearnMove1 . Location = new System . Drawing . Point ( 48 , 25 ) ;
this . CB_RelearnMove1 . Name = "CB_RelearnMove1" ;
this . CB_RelearnMove1 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove1 . TabIndex = 13 ;
2017-06-18 01:37:19 +00:00
this . CB_RelearnMove1 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_RelearnMove1 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove1 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_CurrentMoves
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . GB_CurrentMoves . Controls . Add ( this . TB_PP4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP1 ) ;
this . GB_CurrentMoves . Controls . Add ( this . Label_CurPP ) ;
this . GB_CurrentMoves . Controls . Add ( this . Label_PPups ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu1 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move1 ) ;
this . GB_CurrentMoves . Location = new System . Drawing . Point ( 27 , 19 ) ;
this . GB_CurrentMoves . Name = "GB_CurrentMoves" ;
this . GB_CurrentMoves . Size = new System . Drawing . Size ( 220 , 120 ) ;
this . GB_CurrentMoves . TabIndex = 0 ;
this . GB_CurrentMoves . TabStop = false ;
this . GB_CurrentMoves . Text = "Current Moves" ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_PP4
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_PP4 . Location = new System . Drawing . Point ( 135 , 93 ) ;
this . TB_PP4 . Mask = "000" ;
this . TB_PP4 . Name = "TB_PP4" ;
this . TB_PP4 . PromptChar = ' ' ;
this . TB_PP4 . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_PP4 . TabIndex = 16 ;
2017-06-18 01:37:19 +00:00
this . TB_PP4 . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_PP3
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_PP3 . Location = new System . Drawing . Point ( 135 , 71 ) ;
this . TB_PP3 . Mask = "000" ;
this . TB_PP3 . Name = "TB_PP3" ;
this . TB_PP3 . PromptChar = ' ' ;
this . TB_PP3 . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_PP3 . TabIndex = 15 ;
2017-06-18 01:37:19 +00:00
this . TB_PP3 . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_PP2
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_PP2 . Location = new System . Drawing . Point ( 135 , 49 ) ;
this . TB_PP2 . Mask = "000" ;
this . TB_PP2 . Name = "TB_PP2" ;
this . TB_PP2 . PromptChar = ' ' ;
this . TB_PP2 . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_PP2 . TabIndex = 14 ;
2017-06-18 01:37:19 +00:00
this . TB_PP2 . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_PP1
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_PP1 . Location = new System . Drawing . Point ( 135 , 27 ) ;
this . TB_PP1 . Mask = "000" ;
this . TB_PP1 . Name = "TB_PP1" ;
this . TB_PP1 . PromptChar = ' ' ;
this . TB_PP1 . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_PP1 . TabIndex = 13 ;
2017-06-18 01:37:19 +00:00
this . TB_PP1 . Validated + = new System . EventHandler ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_CurPP
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_CurPP . Location = new System . Drawing . Point ( 133 , 12 ) ;
this . Label_CurPP . Name = "Label_CurPP" ;
this . Label_CurPP . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . Label_CurPP . TabIndex = 2 ;
this . Label_CurPP . Text = "PP" ;
this . Label_CurPP . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_PPups
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_PPups . Location = new System . Drawing . Point ( 169 , 12 ) ;
this . Label_PPups . Name = "Label_PPups" ;
this . Label_PPups . Size = new System . Drawing . Size ( 45 , 13 ) ;
this . Label_PPups . TabIndex = 12 ;
this . Label_PPups . Text = "PP Ups" ;
this . Label_PPups . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2017-06-18 01:37:19 +00:00
this . Label_PPups . Click + = new System . EventHandler ( this . ClickPPUps ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PPu4
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PPu4 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu4 . FormattingEnabled = true ;
this . CB_PPu4 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
this . CB_PPu4 . Location = new System . Drawing . Point ( 172 , 92 ) ;
this . CB_PPu4 . Name = "CB_PPu4" ;
this . CB_PPu4 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu4 . TabIndex = 12 ;
2017-06-18 01:37:19 +00:00
this . CB_PPu4 . SelectedIndexChanged + = new System . EventHandler ( this . UpdatePP ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PPu3
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PPu3 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu3 . FormattingEnabled = true ;
this . CB_PPu3 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
this . CB_PPu3 . Location = new System . Drawing . Point ( 172 , 70 ) ;
this . CB_PPu3 . Name = "CB_PPu3" ;
this . CB_PPu3 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu3 . TabIndex = 9 ;
2017-06-18 01:37:19 +00:00
this . CB_PPu3 . SelectedIndexChanged + = new System . EventHandler ( this . UpdatePP ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PPu2
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PPu2 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu2 . FormattingEnabled = true ;
this . CB_PPu2 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
this . CB_PPu2 . Location = new System . Drawing . Point ( 172 , 48 ) ;
this . CB_PPu2 . Name = "CB_PPu2" ;
this . CB_PPu2 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu2 . TabIndex = 6 ;
2017-06-18 01:37:19 +00:00
this . CB_PPu2 . SelectedIndexChanged + = new System . EventHandler ( this . UpdatePP ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Move4
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Move4 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move4 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2019-02-10 02:44:21 +00:00
this . CB_Move4 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawVariable ;
this . CB_Move4 . DropDownHeight = 392 ;
2017-05-23 04:55:05 +00:00
this . CB_Move4 . FormattingEnabled = true ;
2019-02-10 02:44:21 +00:00
this . CB_Move4 . IntegralHeight = false ;
2017-05-23 04:55:05 +00:00
this . CB_Move4 . Location = new System . Drawing . Point ( 9 , 92 ) ;
this . CB_Move4 . Name = "CB_Move4" ;
this . CB_Move4 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move4 . TabIndex = 10 ;
2017-06-18 01:37:19 +00:00
this . CB_Move4 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . ValidateMovePaint ) ;
2018-08-02 04:57:15 +00:00
this . CB_Move4 . DropDown + = new System . EventHandler ( this . ValidateMoveDropDown ) ;
2019-02-10 02:44:21 +00:00
this . CB_Move4 . MeasureItem + = new System . Windows . Forms . MeasureItemEventHandler ( this . MeasureDropDownHeight ) ;
2017-06-18 01:37:19 +00:00
this . CB_Move4 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_Move4 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Move4 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_PPu1
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_PPu1 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu1 . FormattingEnabled = true ;
this . CB_PPu1 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
this . CB_PPu1 . Location = new System . Drawing . Point ( 172 , 26 ) ;
this . CB_PPu1 . Name = "CB_PPu1" ;
this . CB_PPu1 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu1 . TabIndex = 3 ;
2017-06-18 01:37:19 +00:00
this . CB_PPu1 . SelectedIndexChanged + = new System . EventHandler ( this . UpdatePP ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Move3
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Move3 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move3 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2019-02-10 02:44:21 +00:00
this . CB_Move3 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawVariable ;
this . CB_Move3 . DropDownHeight = 392 ;
2017-05-23 04:55:05 +00:00
this . CB_Move3 . FormattingEnabled = true ;
2019-02-10 02:44:21 +00:00
this . CB_Move3 . IntegralHeight = false ;
2017-05-23 04:55:05 +00:00
this . CB_Move3 . Location = new System . Drawing . Point ( 9 , 70 ) ;
this . CB_Move3 . Name = "CB_Move3" ;
this . CB_Move3 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move3 . TabIndex = 7 ;
2017-06-18 01:37:19 +00:00
this . CB_Move3 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . ValidateMovePaint ) ;
2018-08-02 04:57:15 +00:00
this . CB_Move3 . DropDown + = new System . EventHandler ( this . ValidateMoveDropDown ) ;
2019-02-10 02:44:21 +00:00
this . CB_Move3 . MeasureItem + = new System . Windows . Forms . MeasureItemEventHandler ( this . MeasureDropDownHeight ) ;
2017-06-18 01:37:19 +00:00
this . CB_Move3 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_Move3 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Move3 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Move2
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Move2 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move2 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2019-02-10 02:44:21 +00:00
this . CB_Move2 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawVariable ;
this . CB_Move2 . DropDownHeight = 392 ;
2017-05-23 04:55:05 +00:00
this . CB_Move2 . FormattingEnabled = true ;
2019-02-10 02:44:21 +00:00
this . CB_Move2 . IntegralHeight = false ;
2017-05-23 04:55:05 +00:00
this . CB_Move2 . Location = new System . Drawing . Point ( 9 , 48 ) ;
this . CB_Move2 . Name = "CB_Move2" ;
this . CB_Move2 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move2 . TabIndex = 4 ;
2017-06-18 01:37:19 +00:00
this . CB_Move2 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . ValidateMovePaint ) ;
2018-08-02 04:57:15 +00:00
this . CB_Move2 . DropDown + = new System . EventHandler ( this . ValidateMoveDropDown ) ;
2019-02-10 02:44:21 +00:00
this . CB_Move2 . MeasureItem + = new System . Windows . Forms . MeasureItemEventHandler ( this . MeasureDropDownHeight ) ;
2017-06-18 01:37:19 +00:00
this . CB_Move2 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_Move2 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Move2 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Move1
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_Move1 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move1 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2019-02-10 02:44:21 +00:00
this . CB_Move1 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawVariable ;
this . CB_Move1 . DropDownHeight = 392 ;
2017-05-23 04:55:05 +00:00
this . CB_Move1 . FormattingEnabled = true ;
2019-02-10 02:44:21 +00:00
this . CB_Move1 . IntegralHeight = false ;
2017-05-23 04:55:05 +00:00
this . CB_Move1 . Location = new System . Drawing . Point ( 9 , 26 ) ;
this . CB_Move1 . Name = "CB_Move1" ;
this . CB_Move1 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move1 . TabIndex = 1 ;
2017-06-18 01:37:19 +00:00
this . CB_Move1 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . ValidateMovePaint ) ;
2018-08-02 04:57:15 +00:00
this . CB_Move1 . DropDown + = new System . EventHandler ( this . ValidateMoveDropDown ) ;
2019-02-10 02:44:21 +00:00
this . CB_Move1 . MeasureItem + = new System . Windows . Forms . MeasureItemEventHandler ( this . MeasureDropDownHeight ) ;
2017-06-18 01:37:19 +00:00
this . CB_Move1 . SelectedIndexChanged + = new System . EventHandler ( this . ValidateMove ) ;
this . CB_Move1 . Leave + = new System . EventHandler ( this . ValidateComboBox2 ) ;
this . CB_Move1 . Validating + = new System . ComponentModel . CancelEventHandler ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Tab_OTMisc
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Tab_OTMisc . AllowDrop = true ;
2018-12-05 02:38:47 +00:00
this . Tab_OTMisc . Controls . Add ( this . PB_Favorite ) ;
2017-05-23 04:55:05 +00:00
this . Tab_OTMisc . Controls . Add ( this . FLP_PKMEditors ) ;
this . Tab_OTMisc . Controls . Add ( this . TB_EC ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_nOT ) ;
this . Tab_OTMisc . Controls . Add ( this . BTN_RerollEC ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_Markings ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_ExtraBytes ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_OT ) ;
this . Tab_OTMisc . Controls . Add ( this . Label_EncryptionConstant ) ;
this . Tab_OTMisc . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_OTMisc . Name = "Tab_OTMisc" ;
this . Tab_OTMisc . Padding = new System . Windows . Forms . Padding ( 3 ) ;
PKHeX.Core Nullable cleanup (#2401)
* Handle some nullable cases
Refactor MysteryGift into a second abstract class (backed by a byte array, or fake data)
Make some classes have explicit constructors instead of { } initialization
* Handle bits more obviously without null
* Make SaveFile.BAK explicitly readonly again
* merge constructor methods to have readonly fields
* Inline some properties
* More nullable handling
* Rearrange box actions
define straightforward classes to not have any null properties
* Make extrabyte reference array immutable
* Move tooltip creation to designer
* Rearrange some logic to reduce nesting
* Cache generated fonts
* Split mystery gift album purpose
* Handle more tooltips
* Disallow null setters
* Don't capture RNG object, only type enum
* Unify learnset objects
Now have readonly properties which are never null
don't new() empty learnsets (>800 Learnset objects no longer created,
total of 2400 objects since we also new() a move & level array)
optimize g1/2 reader for early abort case
* Access rewrite
Initialize blocks in a separate object, and get via that object
removes a couple hundred "might be null" warnings since blocks are now readonly getters
some block references have been relocated, but interfaces should expose all that's needed
put HoF6 controls in a groupbox, and disable
* Readonly personal data
* IVs non nullable for mystery gift
* Explicitly initialize forced encounter moves
* Make shadow objects readonly & non-null
Put murkrow fix in binary data resource, instead of on startup
* Assign dex form fetch on constructor
Fixes legality parsing edge cases
also handle cxd parse for valid; exit before exception is thrown in FrameGenerator
* Remove unnecessary null checks
* Keep empty value until init
SetPouch sets the value to an actual one during load, but whatever
* Readonly team lock data
* Readonly locks
Put locked encounters at bottom (favor unlocked)
* Mail readonly data / offset
Rearrange some call flow and pass defaults
Add fake classes for SaveDataEditor mocking
Always party size, no need to check twice in stat editor
use a fake save file as initial data for savedata editor, and for
gamedata (wow i found a usage)
constrain eventwork editor to struct variable types (uint, int, etc),
thus preventing null assignment errors
2019-10-17 01:47:31 +00:00
this . Tab_OTMisc . Size = new System . Drawing . Size ( 192 , 74 ) ;
2017-05-23 04:55:05 +00:00
this . Tab_OTMisc . TabIndex = 4 ;
this . Tab_OTMisc . Text = "OT/Misc" ;
this . Tab_OTMisc . UseVisualStyleBackColor = true ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// PB_Favorite
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . PB_Favorite . Image = global :: PKHeX . WinForms . Properties . Resources . icon_favo ;
this . PB_Favorite . InitialImage = global :: PKHeX . WinForms . Properties . Resources . icon_favo ;
this . PB_Favorite . Location = new System . Drawing . Point ( 23 , 198 ) ;
this . PB_Favorite . Name = "PB_Favorite" ;
this . PB_Favorite . Size = new System . Drawing . Size ( 40 , 40 ) ;
this . PB_Favorite . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Favorite . TabIndex = 10 ;
this . PB_Favorite . TabStop = false ;
this . PB_Favorite . Click + = new System . EventHandler ( this . ClickFavorite ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PKMEditors
2019-02-10 02:44:21 +00:00
//
this . FLP_PKMEditors . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
2017-05-23 04:55:05 +00:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKMEditors . AutoSize = true ;
this . FLP_PKMEditors . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_Ribbons ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_Medals ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_History ) ;
this . FLP_PKMEditors . Location = new System . Drawing . Point ( 49 , 245 ) ;
this . FLP_PKMEditors . Name = "FLP_PKMEditors" ;
this . FLP_PKMEditors . Size = new System . Drawing . Size ( 175 , 25 ) ;
this . FLP_PKMEditors . TabIndex = 9 ;
this . FLP_PKMEditors . WrapContents = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_Ribbons
2019-02-10 02:44:21 +00:00
//
this . BTN_Ribbons . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
2017-05-23 04:55:05 +00:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Ribbons . AutoSize = true ;
this . BTN_Ribbons . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_Ribbons . Location = new System . Drawing . Point ( 1 , 1 ) ;
this . BTN_Ribbons . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_Ribbons . Name = "BTN_Ribbons" ;
this . BTN_Ribbons . Size = new System . Drawing . Size ( 56 , 23 ) ;
this . BTN_Ribbons . TabIndex = 5 ;
this . BTN_Ribbons . Text = "Ribbons" ;
this . BTN_Ribbons . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_Ribbons . Click + = new System . EventHandler ( this . OpenRibbons ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_Medals
2019-02-10 02:44:21 +00:00
//
this . BTN_Medals . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
2017-05-23 04:55:05 +00:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Medals . AutoSize = true ;
this . BTN_Medals . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_Medals . Location = new System . Drawing . Point ( 59 , 1 ) ;
this . BTN_Medals . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_Medals . Name = "BTN_Medals" ;
this . BTN_Medals . Size = new System . Drawing . Size ( 51 , 23 ) ;
this . BTN_Medals . TabIndex = 7 ;
this . BTN_Medals . Text = "Medals" ;
this . BTN_Medals . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_Medals . Click + = new System . EventHandler ( this . OpenMedals ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_History
2019-02-10 02:44:21 +00:00
//
this . BTN_History . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
2017-05-23 04:55:05 +00:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_History . AutoSize = true ;
this . BTN_History . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_History . Location = new System . Drawing . Point ( 112 , 1 ) ;
this . BTN_History . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_History . Name = "BTN_History" ;
this . BTN_History . Size = new System . Drawing . Size ( 62 , 23 ) ;
this . BTN_History . TabIndex = 6 ;
this . BTN_History . Text = "Memories" ;
this . BTN_History . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_History . Click + = new System . EventHandler ( this . OpenHistory ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_EC
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_EC . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_EC . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . TB_EC . Location = new System . Drawing . Point ( 176 , 276 ) ;
this . TB_EC . MaxLength = 8 ;
this . TB_EC . Name = "TB_EC" ;
this . TB_EC . Size = new System . Drawing . Size ( 60 , 20 ) ;
this . TB_EC . TabIndex = 8 ;
this . TB_EC . Text = "12345678" ;
2017-06-18 01:37:19 +00:00
this . TB_EC . Validated + = new System . EventHandler ( this . Update_ID ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_nOT
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . GB_nOT . Controls . Add ( this . Label_CTGender ) ;
this . GB_nOT . Controls . Add ( this . TB_OTt2 ) ;
this . GB_nOT . Controls . Add ( this . Label_PrevOT ) ;
this . GB_nOT . Location = new System . Drawing . Point ( 40 , 85 ) ;
this . GB_nOT . Name = "GB_nOT" ;
this . GB_nOT . Size = new System . Drawing . Size ( 190 , 50 ) ;
this . GB_nOT . TabIndex = 2 ;
this . GB_nOT . TabStop = false ;
this . GB_nOT . Text = "Latest (not OT) Handler" ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_CTGender
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_CTGender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label_CTGender . Location = new System . Drawing . Point ( 144 , 23 ) ;
this . Label_CTGender . Name = "Label_CTGender" ;
this . Label_CTGender . Size = new System . Drawing . Size ( 16 , 13 ) ;
this . Label_CTGender . TabIndex = 57 ;
this . Label_CTGender . Text = "G" ;
this . Label_CTGender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2017-06-18 01:37:19 +00:00
this . Label_CTGender . Click + = new System . EventHandler ( this . ClickTRGender ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_OTt2
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_OTt2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . TB_OTt2 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_OTt2 . Location = new System . Drawing . Point ( 46 , 20 ) ;
this . TB_OTt2 . MaxLength = 12 ;
this . TB_OTt2 . Name = "TB_OTt2" ;
this . TB_OTt2 . Size = new System . Drawing . Size ( 94 , 20 ) ;
this . TB_OTt2 . TabIndex = 1 ;
this . TB_OTt2 . WordWrap = false ;
2017-06-18 01:37:19 +00:00
this . TB_OTt2 . TextChanged + = new System . EventHandler ( this . UpdateNotOT ) ;
this . TB_OTt2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . UpdateNicknameClick ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_PrevOT
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_PrevOT . Location = new System . Drawing . Point ( 4 , 23 ) ;
this . Label_PrevOT . Name = "Label_PrevOT" ;
this . Label_PrevOT . Size = new System . Drawing . Size ( 40 , 13 ) ;
this . Label_PrevOT . TabIndex = 42 ;
this . Label_PrevOT . Text = "OT:" ;
this . Label_PrevOT . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_PrevOT . Click + = new System . EventHandler ( this . ClickCT ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_RerollEC
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . BTN_RerollEC . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F ) ;
this . BTN_RerollEC . Location = new System . Drawing . Point ( 138 , 276 ) ;
this . BTN_RerollEC . Name = "BTN_RerollEC" ;
this . BTN_RerollEC . Size = new System . Drawing . Size ( 38 , 20 ) ;
this . BTN_RerollEC . TabIndex = 7 ;
this . BTN_RerollEC . Text = "Reroll" ;
this . BTN_RerollEC . UseVisualStyleBackColor = true ;
2017-06-18 01:37:19 +00:00
this . BTN_RerollEC . Click + = new System . EventHandler ( this . UpdateRandomEC ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_Markings
2019-02-10 02:44:21 +00:00
//
2019-01-05 23:40:25 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkGO ) ;
2017-05-23 04:55:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkVC ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkAlola ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark6 ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkPentagon ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark3 ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark5 ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkCured ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark2 ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkShiny ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark1 ) ;
this . GB_Markings . Controls . Add ( this . PB_Mark4 ) ;
this . GB_Markings . Location = new System . Drawing . Point ( 68 , 183 ) ;
this . GB_Markings . Name = "GB_Markings" ;
this . GB_Markings . Size = new System . Drawing . Size ( 135 , 58 ) ;
this . GB_Markings . TabIndex = 4 ;
this . GB_Markings . TabStop = false ;
this . GB_Markings . Text = "Markings" ;
2019-02-10 02:44:21 +00:00
//
// PB_MarkGO
//
2019-10-08 02:10:38 +00:00
this . PB_MarkGO . Image = global :: PKHeX . WinForms . Properties . Resources . horohoro ;
this . PB_MarkGO . InitialImage = global :: PKHeX . WinForms . Properties . Resources . horohoro ;
2019-01-05 23:40:25 +00:00
this . PB_MarkGO . Location = new System . Drawing . Point ( 110 , 15 ) ;
this . PB_MarkGO . Name = "PB_MarkGO" ;
this . PB_MarkGO . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkGO . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkGO . TabIndex = 11 ;
this . PB_MarkGO . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_MarkVC
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_MarkVC . Image = global :: PKHeX . WinForms . Properties . Resources . vc ;
this . PB_MarkVC . InitialImage = global :: PKHeX . WinForms . Properties . Resources . vc ;
2017-05-23 04:55:05 +00:00
this . PB_MarkVC . Location = new System . Drawing . Point ( 89 , 15 ) ;
this . PB_MarkVC . Name = "PB_MarkVC" ;
this . PB_MarkVC . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkVC . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkVC . TabIndex = 10 ;
this . PB_MarkVC . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_MarkAlola
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_MarkAlola . Image = global :: PKHeX . WinForms . Properties . Resources . alora ;
this . PB_MarkAlola . InitialImage = global :: PKHeX . WinForms . Properties . Resources . alora ;
2017-05-23 04:55:05 +00:00
this . PB_MarkAlola . Location = new System . Drawing . Point ( 68 , 15 ) ;
this . PB_MarkAlola . Name = "PB_MarkAlola" ;
this . PB_MarkAlola . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkAlola . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkAlola . TabIndex = 9 ;
this . PB_MarkAlola . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark6
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark6 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_06 ;
this . PB_Mark6 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_06 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark6 . Location = new System . Drawing . Point ( 110 , 36 ) ;
this . PB_Mark6 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark6 . Name = "PB_Mark6" ;
this . PB_Mark6 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark6 . TabIndex = 5 ;
this . PB_Mark6 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark6 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_MarkPentagon
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_MarkPentagon . Image = global :: PKHeX . WinForms . Properties . Resources . _6th ;
this . PB_MarkPentagon . InitialImage = global :: PKHeX . WinForms . Properties . Resources . _6th ;
2017-05-23 04:55:05 +00:00
this . PB_MarkPentagon . Location = new System . Drawing . Point ( 47 , 15 ) ;
this . PB_MarkPentagon . Name = "PB_MarkPentagon" ;
this . PB_MarkPentagon . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkPentagon . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkPentagon . TabIndex = 8 ;
this . PB_MarkPentagon . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark3
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark3 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_03 ;
this . PB_Mark3 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_03 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark3 . Location = new System . Drawing . Point ( 47 , 36 ) ;
this . PB_Mark3 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark3 . Name = "PB_Mark3" ;
this . PB_Mark3 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark3 . TabIndex = 2 ;
this . PB_Mark3 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark3 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark5
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark5 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_05 ;
this . PB_Mark5 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_05 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark5 . Location = new System . Drawing . Point ( 89 , 36 ) ;
this . PB_Mark5 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark5 . Name = "PB_Mark5" ;
this . PB_Mark5 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark5 . TabIndex = 4 ;
this . PB_Mark5 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark5 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_MarkCured
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_MarkCured . Image = global :: PKHeX . WinForms . Properties . Resources . anti_pokerus_icon ;
this . PB_MarkCured . InitialImage = global :: PKHeX . WinForms . Properties . Resources . anti_pokerus_icon ;
2017-05-23 04:55:05 +00:00
this . PB_MarkCured . Location = new System . Drawing . Point ( 26 , 15 ) ;
this . PB_MarkCured . Name = "PB_MarkCured" ;
this . PB_MarkCured . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkCured . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkCured . TabIndex = 7 ;
this . PB_MarkCured . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark2
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark2 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_02 ;
this . PB_Mark2 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_02 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark2 . Location = new System . Drawing . Point ( 26 , 36 ) ;
this . PB_Mark2 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark2 . Name = "PB_Mark2" ;
this . PB_Mark2 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark2 . TabIndex = 1 ;
this . PB_Mark2 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark2 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_MarkShiny
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_MarkShiny . Image = global :: PKHeX . WinForms . Properties . Resources . rare_icon ;
this . PB_MarkShiny . InitialImage = global :: PKHeX . WinForms . Properties . Resources . rare_icon ;
2017-05-23 04:55:05 +00:00
this . PB_MarkShiny . Location = new System . Drawing . Point ( 5 , 15 ) ;
this . PB_MarkShiny . Name = "PB_MarkShiny" ;
this . PB_MarkShiny . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkShiny . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkShiny . TabIndex = 6 ;
this . PB_MarkShiny . TabStop = false ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark1
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark1 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_01 ;
this . PB_Mark1 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_01 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark1 . Location = new System . Drawing . Point ( 5 , 36 ) ;
this . PB_Mark1 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark1 . Name = "PB_Mark1" ;
this . PB_Mark1 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark1 . TabIndex = 0 ;
this . PB_Mark1 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark1 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PB_Mark4
2019-02-10 02:44:21 +00:00
//
2019-10-02 01:12:08 +00:00
this . PB_Mark4 . Image = global :: PKHeX . WinForms . Properties . Resources . box_mark_04 ;
this . PB_Mark4 . InitialImage = global :: PKHeX . WinForms . Properties . Resources . box_mark_04 ;
2017-05-23 04:55:05 +00:00
this . PB_Mark4 . Location = new System . Drawing . Point ( 68 , 36 ) ;
this . PB_Mark4 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark4 . Name = "PB_Mark4" ;
this . PB_Mark4 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark4 . TabIndex = 3 ;
this . PB_Mark4 . TabStop = false ;
2017-06-18 01:37:19 +00:00
this . PB_Mark4 . Click + = new System . EventHandler ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_ExtraBytes
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . GB_ExtraBytes . Controls . Add ( this . TB_ExtraByte ) ;
this . GB_ExtraBytes . Controls . Add ( this . CB_ExtraBytes ) ;
this . GB_ExtraBytes . Location = new System . Drawing . Point ( 68 , 135 ) ;
this . GB_ExtraBytes . Name = "GB_ExtraBytes" ;
this . GB_ExtraBytes . Size = new System . Drawing . Size ( 135 , 48 ) ;
this . GB_ExtraBytes . TabIndex = 3 ;
this . GB_ExtraBytes . TabStop = false ;
this . GB_ExtraBytes . Text = "Extra Bytes" ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_ExtraByte
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_ExtraByte . Location = new System . Drawing . Point ( 87 , 19 ) ;
this . TB_ExtraByte . Mask = "000" ;
this . TB_ExtraByte . Name = "TB_ExtraByte" ;
this . TB_ExtraByte . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_ExtraByte . TabIndex = 2 ;
this . TB_ExtraByte . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2017-06-18 01:37:19 +00:00
this . TB_ExtraByte . Validated + = new System . EventHandler ( this . UpdateExtraByteValue ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_ExtraBytes
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . CB_ExtraBytes . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_ExtraBytes . FormattingEnabled = true ;
this . CB_ExtraBytes . Location = new System . Drawing . Point ( 20 , 18 ) ;
this . CB_ExtraBytes . Name = "CB_ExtraBytes" ;
this . CB_ExtraBytes . Size = new System . Drawing . Size ( 57 , 21 ) ;
this . CB_ExtraBytes . TabIndex = 1 ;
2017-06-18 01:37:19 +00:00
this . CB_ExtraBytes . SelectedIndexChanged + = new System . EventHandler ( this . UpdateExtraByteIndex ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// GB_OT
2019-02-10 02:44:21 +00:00
//
2018-04-28 16:34:54 +00:00
this . GB_OT . Controls . Add ( this . TID_Trainer ) ;
2017-05-23 04:55:05 +00:00
this . GB_OT . Controls . Add ( this . Label_OTGender ) ;
this . GB_OT . Controls . Add ( this . TB_OT ) ;
this . GB_OT . Controls . Add ( this . Label_OT ) ;
this . GB_OT . Location = new System . Drawing . Point ( 40 , 8 ) ;
this . GB_OT . Name = "GB_OT" ;
this . GB_OT . Size = new System . Drawing . Size ( 190 , 75 ) ;
this . GB_OT . TabIndex = 1 ;
this . GB_OT . TabStop = false ;
this . GB_OT . Text = "Trainer Information" ;
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
// TID_Trainer
2019-02-10 02:44:21 +00:00
//
2018-12-05 02:38:47 +00:00
this . TID_Trainer . Location = new System . Drawing . Point ( 13 , 18 ) ;
this . TID_Trainer . Name = "TID_Trainer" ;
this . TID_Trainer . Size = new System . Drawing . Size ( 178 , 27 ) ;
this . TID_Trainer . TabIndex = 57 ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_OTGender
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_OTGender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label_OTGender . Location = new System . Drawing . Point ( 144 , 48 ) ;
this . Label_OTGender . Name = "Label_OTGender" ;
this . Label_OTGender . Size = new System . Drawing . Size ( 16 , 13 ) ;
this . Label_OTGender . TabIndex = 56 ;
this . Label_OTGender . Text = "G" ;
this . Label_OTGender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2017-06-18 01:37:19 +00:00
this . Label_OTGender . Click + = new System . EventHandler ( this . ClickTRGender ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_OT
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . TB_OT . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_OT . Location = new System . Drawing . Point ( 46 , 46 ) ;
this . TB_OT . MaxLength = 12 ;
this . TB_OT . Name = "TB_OT" ;
this . TB_OT . Size = new System . Drawing . Size ( 94 , 20 ) ;
this . TB_OT . TabIndex = 3 ;
2017-06-18 01:37:19 +00:00
this . TB_OT . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . UpdateNicknameClick ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_OT
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_OT . Location = new System . Drawing . Point ( 4 , 48 ) ;
this . Label_OT . Name = "Label_OT" ;
this . Label_OT . Size = new System . Drawing . Size ( 40 , 13 ) ;
this . Label_OT . TabIndex = 5 ;
this . Label_OT . Text = "OT:" ;
this . Label_OT . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-06-18 01:37:19 +00:00
this . Label_OT . Click + = new System . EventHandler ( this . ClickOT ) ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// Label_EncryptionConstant
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
this . Label_EncryptionConstant . Location = new System . Drawing . Point ( 20 , 279 ) ;
this . Label_EncryptionConstant . Name = "Label_EncryptionConstant" ;
this . Label_EncryptionConstant . Size = new System . Drawing . Size ( 120 , 13 ) ;
this . Label_EncryptionConstant . TabIndex = 1 ;
this . Label_EncryptionConstant . Text = "Encryption Constant:" ;
this . Label_EncryptionConstant . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2019-02-10 02:44:21 +00:00
//
2017-05-23 04:55:05 +00:00
// PKMEditor
2019-02-10 02:44:21 +00:00
//
2017-06-04 03:25:00 +00:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Inherit ;
2017-05-23 04:55:05 +00:00
this . Controls . Add ( this . tabMain ) ;
this . Name = "PKMEditor" ;
2018-11-14 03:25:03 +00:00
this . Size = new System . Drawing . Size ( 280 , 565 ) ;
2017-05-23 04:55:05 +00:00
this . tabMain . ResumeLayout ( false ) ;
this . Tab_Main . ResumeLayout ( false ) ;
this . FLP_Main . ResumeLayout ( false ) ;
this . FLP_PID . ResumeLayout ( false ) ;
this . FLP_PIDLeft . ResumeLayout ( false ) ;
this . FLP_PIDLeft . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . Label_IsShiny ) ) . EndInit ( ) ;
this . FLP_PIDRight . ResumeLayout ( false ) ;
this . FLP_PIDRight . PerformLayout ( ) ;
this . FLP_Species . ResumeLayout ( false ) ;
this . FLP_Nickname . ResumeLayout ( false ) ;
this . FLP_Nickname . PerformLayout ( ) ;
this . FLP_NicknameLeft . ResumeLayout ( false ) ;
this . FLP_NicknameLeft . PerformLayout ( ) ;
this . FLP_EXPLevel . ResumeLayout ( false ) ;
this . FLP_EXPLevelRight . ResumeLayout ( false ) ;
this . FLP_EXPLevelRight . PerformLayout ( ) ;
this . FLP_Nature . ResumeLayout ( false ) ;
this . FLP_HeldItem . ResumeLayout ( false ) ;
this . FLP_FriendshipForm . ResumeLayout ( false ) ;
this . FLP_FriendshipFormLeft . ResumeLayout ( false ) ;
this . FLP_FriendshipFormRight . ResumeLayout ( false ) ;
this . FLP_FriendshipFormRight . PerformLayout ( ) ;
this . FLP_Ability . ResumeLayout ( false ) ;
this . FLP_AbilityRight . ResumeLayout ( false ) ;
this . FLP_AbilityRight . PerformLayout ( ) ;
this . FLP_Language . ResumeLayout ( false ) ;
this . FLP_EggPKRS . ResumeLayout ( false ) ;
this . FLP_EggPKRSLeft . ResumeLayout ( false ) ;
this . FLP_EggPKRSLeft . PerformLayout ( ) ;
this . FLP_EggPKRSRight . ResumeLayout ( false ) ;
this . FLP_EggPKRSRight . PerformLayout ( ) ;
this . FLP_PKRS . ResumeLayout ( false ) ;
this . FLP_PKRSRight . ResumeLayout ( false ) ;
this . FLP_Country . ResumeLayout ( false ) ;
this . FLP_SubRegion . ResumeLayout ( false ) ;
this . FLP_3DSRegion . ResumeLayout ( false ) ;
this . FLP_NSparkle . ResumeLayout ( false ) ;
this . FLP_NSparkle . PerformLayout ( ) ;
this . FLP_ShadowID . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . EndInit ( ) ;
this . FLP_Purification . ResumeLayout ( false ) ;
this . FLP_Purification . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . EndInit ( ) ;
2017-06-18 04:49:14 +00:00
this . FLP_ShinyLeaf . ResumeLayout ( false ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . ResumeLayout ( false ) ;
2018-12-05 02:38:47 +00:00
this . FLP_SizeCP . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . Tab_Met . ResumeLayout ( false ) ;
this . Tab_Met . PerformLayout ( ) ;
this . GB_EggConditions . ResumeLayout ( false ) ;
this . FLP_Met . ResumeLayout ( false ) ;
this . FLP_OriginGame . ResumeLayout ( false ) ;
this . FLP_MetLocation . ResumeLayout ( false ) ;
this . FLP_Ball . ResumeLayout ( false ) ;
this . FLP_BallLeft . ResumeLayout ( false ) ;
this . FLP_BallLeft . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . EndInit ( ) ;
this . FLP_MetLevel . ResumeLayout ( false ) ;
this . FLP_MetLevel . PerformLayout ( ) ;
this . FLP_MetDate . ResumeLayout ( false ) ;
this . FLP_Fateful . ResumeLayout ( false ) ;
this . FLP_Fateful . PerformLayout ( ) ;
this . FLP_EncounterType . ResumeLayout ( false ) ;
this . FLP_TimeOfDay . ResumeLayout ( false ) ;
this . Tab_Stats . ResumeLayout ( false ) ;
this . Tab_Attacks . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove1 ) ) . EndInit ( ) ;
this . GB_RelearnMoves . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . EndInit ( ) ;
this . GB_CurrentMoves . ResumeLayout ( false ) ;
this . GB_CurrentMoves . PerformLayout ( ) ;
this . Tab_OTMisc . ResumeLayout ( false ) ;
this . Tab_OTMisc . PerformLayout ( ) ;
2018-12-05 02:38:47 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Favorite ) ) . EndInit ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors . ResumeLayout ( false ) ;
this . FLP_PKMEditors . PerformLayout ( ) ;
this . GB_nOT . ResumeLayout ( false ) ;
this . GB_nOT . PerformLayout ( ) ;
this . GB_Markings . ResumeLayout ( false ) ;
2019-01-05 23:40:25 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkGO ) ) . EndInit ( ) ;
2017-05-23 04:55:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkVC ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkAlola ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkPentagon ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . EndInit ( ) ;
this . GB_ExtraBytes . ResumeLayout ( false ) ;
this . GB_ExtraBytes . PerformLayout ( ) ;
this . GB_OT . ResumeLayout ( false ) ;
this . GB_OT . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
}
#endregion
private System . Windows . Forms . TabControl tabMain ;
private System . Windows . Forms . TabPage Tab_Main ;
private System . Windows . Forms . FlowLayoutPanel FLP_Main ;
private System . Windows . Forms . FlowLayoutPanel FLP_PID ;
private System . Windows . Forms . FlowLayoutPanel FLP_PIDLeft ;
private System . Windows . Forms . Label Label_PID ;
private System . Windows . Forms . Button BTN_Shinytize ;
private System . Windows . Forms . PictureBox Label_IsShiny ;
private System . Windows . Forms . FlowLayoutPanel FLP_PIDRight ;
private System . Windows . Forms . TextBox TB_PID ;
private System . Windows . Forms . Label Label_Gender ;
private System . Windows . Forms . Button BTN_RerollPID ;
private System . Windows . Forms . FlowLayoutPanel FLP_Species ;
private System . Windows . Forms . Label Label_Species ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . ComboBox CB_Species ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_Nickname ;
private System . Windows . Forms . FlowLayoutPanel FLP_NicknameLeft ;
private System . Windows . Forms . CheckBox CHK_Nicknamed ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . TextBox TB_Nickname ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_EXPLevel ;
private System . Windows . Forms . Label Label_EXP ;
private System . Windows . Forms . FlowLayoutPanel FLP_EXPLevelRight ;
private System . Windows . Forms . MaskedTextBox TB_EXP ;
private System . Windows . Forms . Label Label_CurLevel ;
private System . Windows . Forms . MaskedTextBox TB_Level ;
private System . Windows . Forms . MaskedTextBox MT_Level ;
private System . Windows . Forms . FlowLayoutPanel FLP_Nature ;
private System . Windows . Forms . Label Label_Nature ;
private System . Windows . Forms . ComboBox CB_Nature ;
private System . Windows . Forms . FlowLayoutPanel FLP_HeldItem ;
private System . Windows . Forms . Label Label_HeldItem ;
private System . Windows . Forms . ComboBox CB_HeldItem ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipForm ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipFormLeft ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . Label Label_Friendship ;
private System . Windows . Forms . Label Label_HatchCounter ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipFormRight ;
private System . Windows . Forms . MaskedTextBox TB_Friendship ;
private System . Windows . Forms . Label Label_Form ;
private System . Windows . Forms . ComboBox CB_Form ;
private System . Windows . Forms . MaskedTextBox MT_Form ;
private System . Windows . Forms . FlowLayoutPanel FLP_Ability ;
private System . Windows . Forms . Label Label_Ability ;
private System . Windows . Forms . FlowLayoutPanel FLP_AbilityRight ;
private System . Windows . Forms . ComboBox CB_Ability ;
private System . Windows . Forms . ComboBox DEV_Ability ;
private System . Windows . Forms . MaskedTextBox TB_AbilityNumber ;
private System . Windows . Forms . FlowLayoutPanel FLP_Language ;
private System . Windows . Forms . Label Label_Language ;
private System . Windows . Forms . ComboBox CB_Language ;
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRS ;
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRSLeft ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . CheckBox CHK_IsEgg ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRSRight ;
private System . Windows . Forms . CheckBox CHK_Infected ;
private System . Windows . Forms . CheckBox CHK_Cured ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKRS ;
private System . Windows . Forms . Label Label_PKRS ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKRSRight ;
private System . Windows . Forms . ComboBox CB_PKRSStrain ;
private System . Windows . Forms . Label Label_PKRSdays ;
private System . Windows . Forms . ComboBox CB_PKRSDays ;
private System . Windows . Forms . FlowLayoutPanel FLP_Country ;
private System . Windows . Forms . Label Label_Country ;
private System . Windows . Forms . ComboBox CB_Country ;
private System . Windows . Forms . FlowLayoutPanel FLP_SubRegion ;
private System . Windows . Forms . Label Label_SubRegion ;
private System . Windows . Forms . ComboBox CB_SubRegion ;
private System . Windows . Forms . FlowLayoutPanel FLP_3DSRegion ;
private System . Windows . Forms . Label Label_3DSRegion ;
private System . Windows . Forms . ComboBox CB_3DSReg ;
private System . Windows . Forms . FlowLayoutPanel FLP_NSparkle ;
private System . Windows . Forms . Label L_NSparkle ;
private System . Windows . Forms . CheckBox CHK_NSparkle ;
private System . Windows . Forms . FlowLayoutPanel FLP_ShadowID ;
private System . Windows . Forms . Label L_ShadowID ;
private System . Windows . Forms . NumericUpDown NUD_ShadowID ;
private System . Windows . Forms . FlowLayoutPanel FLP_Purification ;
private System . Windows . Forms . Label L_HeartGauge ;
private System . Windows . Forms . NumericUpDown NUD_Purification ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . CheckBox CHK_Shadow ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . TabPage Tab_Met ;
private System . Windows . Forms . CheckBox CHK_AsEgg ;
private System . Windows . Forms . GroupBox GB_EggConditions ;
private System . Windows . Forms . ComboBox CB_EggLocation ;
private System . Windows . Forms . DateTimePicker CAL_EggDate ;
private System . Windows . Forms . Label Label_EggDate ;
private System . Windows . Forms . Label Label_EggLocation ;
private System . Windows . Forms . FlowLayoutPanel FLP_Met ;
private System . Windows . Forms . FlowLayoutPanel FLP_OriginGame ;
private System . Windows . Forms . Label Label_OriginGame ;
private System . Windows . Forms . ComboBox CB_GameOrigin ;
private System . Windows . Forms . FlowLayoutPanel FLP_MetLocation ;
private System . Windows . Forms . Label Label_MetLocation ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . ComboBox CB_MetLocation ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_Ball ;
private System . Windows . Forms . FlowLayoutPanel FLP_BallLeft ;
private System . Windows . Forms . Label Label_Ball ;
private System . Windows . Forms . PictureBox PB_Ball ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . ComboBox CB_Ball ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_MetLevel ;
private System . Windows . Forms . Label Label_MetLevel ;
private System . Windows . Forms . MaskedTextBox TB_MetLevel ;
private System . Windows . Forms . FlowLayoutPanel FLP_MetDate ;
private System . Windows . Forms . Label Label_MetDate ;
private System . Windows . Forms . DateTimePicker CAL_MetDate ;
private System . Windows . Forms . FlowLayoutPanel FLP_Fateful ;
private System . Windows . Forms . Panel PAN_Fateful ;
private System . Windows . Forms . CheckBox CHK_Fateful ;
private System . Windows . Forms . FlowLayoutPanel FLP_EncounterType ;
private System . Windows . Forms . Label Label_EncounterType ;
private System . Windows . Forms . ComboBox CB_EncounterType ;
private System . Windows . Forms . FlowLayoutPanel FLP_TimeOfDay ;
private System . Windows . Forms . Label L_MetTimeOfDay ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . ComboBox CB_MetTimeOfDay ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . TabPage Tab_Stats ;
private System . Windows . Forms . TabPage Tab_Attacks ;
private System . Windows . Forms . PictureBox PB_WarnMove4 ;
private System . Windows . Forms . PictureBox PB_WarnMove3 ;
private System . Windows . Forms . PictureBox PB_WarnMove2 ;
private System . Windows . Forms . PictureBox PB_WarnMove1 ;
private System . Windows . Forms . GroupBox GB_RelearnMoves ;
private System . Windows . Forms . PictureBox PB_WarnRelearn4 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn3 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn2 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn1 ;
private System . Windows . Forms . ComboBox CB_RelearnMove4 ;
private System . Windows . Forms . ComboBox CB_RelearnMove3 ;
private System . Windows . Forms . ComboBox CB_RelearnMove2 ;
private System . Windows . Forms . ComboBox CB_RelearnMove1 ;
private System . Windows . Forms . GroupBox GB_CurrentMoves ;
private System . Windows . Forms . MaskedTextBox TB_PP4 ;
private System . Windows . Forms . MaskedTextBox TB_PP3 ;
private System . Windows . Forms . MaskedTextBox TB_PP2 ;
private System . Windows . Forms . MaskedTextBox TB_PP1 ;
private System . Windows . Forms . Label Label_CurPP ;
private System . Windows . Forms . Label Label_PPups ;
private System . Windows . Forms . ComboBox CB_PPu4 ;
private System . Windows . Forms . ComboBox CB_PPu3 ;
private System . Windows . Forms . ComboBox CB_PPu2 ;
private System . Windows . Forms . ComboBox CB_Move4 ;
private System . Windows . Forms . ComboBox CB_PPu1 ;
private System . Windows . Forms . ComboBox CB_Move3 ;
private System . Windows . Forms . ComboBox CB_Move2 ;
private System . Windows . Forms . ComboBox CB_Move1 ;
private System . Windows . Forms . TabPage Tab_OTMisc ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKMEditors ;
private System . Windows . Forms . Button BTN_Ribbons ;
private System . Windows . Forms . Button BTN_Medals ;
private System . Windows . Forms . Button BTN_History ;
private System . Windows . Forms . TextBox TB_EC ;
2019-01-03 04:25:09 +00:00
private System . Windows . Forms . GroupBox GB_nOT ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . Label Label_CTGender ;
private System . Windows . Forms . TextBox TB_OTt2 ;
private System . Windows . Forms . Label Label_PrevOT ;
private System . Windows . Forms . Button BTN_RerollEC ;
private System . Windows . Forms . GroupBox GB_Markings ;
2019-01-05 23:40:25 +00:00
private System . Windows . Forms . PictureBox PB_MarkGO ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . PictureBox PB_MarkVC ;
private System . Windows . Forms . PictureBox PB_MarkAlola ;
private System . Windows . Forms . PictureBox PB_Mark6 ;
private System . Windows . Forms . PictureBox PB_MarkPentagon ;
private System . Windows . Forms . PictureBox PB_Mark3 ;
private System . Windows . Forms . PictureBox PB_Mark5 ;
private System . Windows . Forms . PictureBox PB_MarkCured ;
private System . Windows . Forms . PictureBox PB_Mark2 ;
private System . Windows . Forms . PictureBox PB_MarkShiny ;
private System . Windows . Forms . PictureBox PB_Mark1 ;
private System . Windows . Forms . PictureBox PB_Mark4 ;
private System . Windows . Forms . GroupBox GB_ExtraBytes ;
private System . Windows . Forms . MaskedTextBox TB_ExtraByte ;
private System . Windows . Forms . ComboBox CB_ExtraBytes ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . GroupBox GB_OT ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . Label Label_OTGender ;
private System . Windows . Forms . TextBox TB_OT ;
private System . Windows . Forms . Label Label_OT ;
private System . Windows . Forms . Label Label_EncryptionConstant ;
2017-06-18 04:49:14 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_ShinyLeaf ;
private System . Windows . Forms . Label L_ShinyLeaf ;
private Controls . ShinyLeaf ShinyLeaf ;
2017-06-25 17:57:35 +00:00
private ContestStat Contest ;
2018-02-27 05:22:35 +00:00
private StatEditor Stats ;
2018-04-28 16:34:54 +00:00
private TrainerID TID_Trainer ;
2018-09-30 17:16:45 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_CatchRate ;
private System . Windows . Forms . Label L_CatchRate ;
private CatchRate CR_PK1 ;
2018-11-14 03:25:03 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_SizeCP ;
private SizeCP SizeCP ;
2018-12-05 02:38:47 +00:00
private System . Windows . Forms . PictureBox PB_Favorite ;
PKHeX.Core Nullable cleanup (#2401)
* Handle some nullable cases
Refactor MysteryGift into a second abstract class (backed by a byte array, or fake data)
Make some classes have explicit constructors instead of { } initialization
* Handle bits more obviously without null
* Make SaveFile.BAK explicitly readonly again
* merge constructor methods to have readonly fields
* Inline some properties
* More nullable handling
* Rearrange box actions
define straightforward classes to not have any null properties
* Make extrabyte reference array immutable
* Move tooltip creation to designer
* Rearrange some logic to reduce nesting
* Cache generated fonts
* Split mystery gift album purpose
* Handle more tooltips
* Disallow null setters
* Don't capture RNG object, only type enum
* Unify learnset objects
Now have readonly properties which are never null
don't new() empty learnsets (>800 Learnset objects no longer created,
total of 2400 objects since we also new() a move & level array)
optimize g1/2 reader for early abort case
* Access rewrite
Initialize blocks in a separate object, and get via that object
removes a couple hundred "might be null" warnings since blocks are now readonly getters
some block references have been relocated, but interfaces should expose all that's needed
put HoF6 controls in a groupbox, and disable
* Readonly personal data
* IVs non nullable for mystery gift
* Explicitly initialize forced encounter moves
* Make shadow objects readonly & non-null
Put murkrow fix in binary data resource, instead of on startup
* Assign dex form fetch on constructor
Fixes legality parsing edge cases
also handle cxd parse for valid; exit before exception is thrown in FrameGenerator
* Remove unnecessary null checks
* Keep empty value until init
SetPouch sets the value to an actual one during load, but whatever
* Readonly team lock data
* Readonly locks
Put locked encounters at bottom (favor unlocked)
* Mail readonly data / offset
Rearrange some call flow and pass defaults
Add fake classes for SaveDataEditor mocking
Always party size, no need to check twice in stat editor
use a fake save file as initial data for savedata editor, and for
gamedata (wow i found a usage)
constrain eventwork editor to struct variable types (uint, int, etc),
thus preventing null assignment errors
2019-10-17 01:47:31 +00:00
private System . Windows . Forms . ToolTip SpeciesIDTip ;
private System . Windows . Forms . ToolTip NatureTip ;
private System . Windows . Forms . ToolTip Tip3 ;
2017-05-23 04:55:05 +00:00
}
}