2022-11-25 01:42:17 +00:00
namespace PKHeX.WinForms.Controls
2017-05-23 04:55:05 +00:00
{
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 ( )
{
2023-04-01 23:52:12 +00:00
global :: System . ComponentModel . ComponentResourceManager resources = new global :: System . ComponentModel . ComponentResourceManager ( typeof ( global :: PKHeX . WinForms . Controls . PKMEditor ) ) ;
this . Hidden_TC = ( new global :: System . Windows . Forms . TabControl ( ) ) ;
this . Hidden_Main = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . FLP_Main = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_PID = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_PIDLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_PID = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . BTN_Shinytize = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . PB_ShinyStar = ( new global :: PKHeX . WinForms . Controls . SelectablePictureBox ( ) ) ;
this . PB_ShinySquare = ( new global :: PKHeX . WinForms . Controls . SelectablePictureBox ( ) ) ;
this . FLP_PIDRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . TB_PID = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . UC_Gender = ( new global :: PKHeX . WinForms . Controls . GenderToggle ( ) ) ;
this . BTN_RerollPID = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . FLP_Species = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Species = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_Species = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_Nickname = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_NicknameLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CHK_Nicknamed = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CHK_NicknamedFlag = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . TB_Nickname = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . FLP_EXPLevel = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_EXP = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_EXPLevelRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . TB_EXP = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . Label_CurLevel = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_Level = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . FLP_Nature = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Nature = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_Nature = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_OriginalNature = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_OriginalNature = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_StatNature = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_Form = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_FormLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Form = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . L_FormArgument = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_FormRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CB_Form = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FA_Form = ( new global :: PKHeX . WinForms . Controls . FormArgument ( ) ) ;
this . FLP_HeldItem = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_HeldItem = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_HeldItem = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_Ability = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Ability = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_AbilityRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CB_Ability = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . DEV_Ability = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . TB_AbilityNumber = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . FLP_Friendship = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_FriendshipLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Friendship = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . Label_HatchCounter = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_FriendshipRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . TB_Friendship = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . FLP_Language = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Language = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_Language = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_EggPKRS = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_EggPKRSLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CHK_IsEgg = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . FLP_EggPKRSRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CHK_Infected = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . CHK_Cured = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . FLP_PKRS = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_PKRS = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_PKRSRight = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . CB_PKRSStrain = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . Label_PKRSdays = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_PKRSDays = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_NSparkle = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_NSparkle = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CHK_NSparkle = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . FLP_ShadowID = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_ShadowID = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . NUD_ShadowID = ( new global :: System . Windows . Forms . NumericUpDown ( ) ) ;
this . FLP_Purification = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_HeartGauge = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . NUD_Purification = ( new global :: System . Windows . Forms . NumericUpDown ( ) ) ;
this . CHK_Shadow = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . FLP_CatchRate = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_CatchRate = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CR_PK1 = ( new global :: PKHeX . WinForms . Controls . CatchRate ( ) ) ;
this . Hidden_Met = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . CHK_AsEgg = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . GB_EggConditions = ( new global :: System . Windows . Forms . GroupBox ( ) ) ;
this . CB_EggLocation = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . CAL_EggDate = ( new global :: System . Windows . Forms . DateTimePicker ( ) ) ;
this . Label_EggDate = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . Label_EggLocation = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_Met = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_OriginGame = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_OriginGame = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_GameOrigin = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_BattleVersion = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_BattleVersion = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_BattleVersion = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_MetLocation = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_MetLocation = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_MetLocation = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_Ball = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . FLP_BallLeft = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Ball = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . PB_Ball = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . CB_Ball = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_MetDate = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_MetDate = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CAL_MetDate = ( new global :: System . Windows . Forms . DateTimePicker ( ) ) ;
this . FLP_MetLevel = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_MetLevel = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_MetLevel = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . CHK_Fateful = ( new global :: System . Windows . Forms . CheckBox ( ) ) ;
this . FLP_ObedienceLevel = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_ObedienceLevel = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_ObedienceLevel = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . FLP_GroundTile = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_GroundTile = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_GroundTile = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_TimeOfDay = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_MetTimeOfDay = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_MetTimeOfDay = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . Hidden_Stats = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Stats = ( new global :: PKHeX . WinForms . Controls . StatEditor ( ) ) ;
this . Hidden_Moves = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . L_AlphaMastered = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_AlphaMastered = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_MoveFlags = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . B_RelearnFlags = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . B_MoveShop = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . GB_RelearnMoves = ( new global :: System . Windows . Forms . GroupBox ( ) ) ;
this . PB_WarnRelearn4 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_WarnRelearn3 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_WarnRelearn2 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_WarnRelearn1 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . CB_RelearnMove4 = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . CB_RelearnMove3 = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . CB_RelearnMove2 = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . CB_RelearnMove1 = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . GB_CurrentMoves = ( new global :: System . Windows . Forms . GroupBox ( ) ) ;
this . FLP_Moves = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . MC_Move1 = ( new global :: PKHeX . WinForms . Controls . MoveChoice ( ) ) ;
this . MC_Move2 = ( new global :: PKHeX . WinForms . Controls . MoveChoice ( ) ) ;
this . MC_Move3 = ( new global :: PKHeX . WinForms . Controls . MoveChoice ( ) ) ;
this . MC_Move4 = ( new global :: PKHeX . WinForms . Controls . MoveChoice ( ) ) ;
this . Label_CurPP = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . Label_PPups = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . Hidden_Cosmetic = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Contest = ( new global :: PKHeX . WinForms . Controls . ContestStat ( ) ) ;
this . FLP_PKMEditors = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . BTN_Ribbons = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . BTN_Medals = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . BTN_History = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . FLP_CosmeticTop = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . GB_Markings = ( new global :: System . Windows . Forms . GroupBox ( ) ) ;
this . PB_Mark6 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Mark3 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Mark5 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_MarkCured = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Mark2 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_MarkShiny = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Mark1 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Mark4 = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
2023-04-02 00:23:04 +00:00
this . PB_Affixed = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
2023-04-01 23:52:12 +00:00
this . FLP_BigMarkings = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . PB_Favorite = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_Origin = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . PB_BattleVersion = ( new global :: System . Windows . Forms . PictureBox ( ) ) ;
this . SizeCP = ( new global :: PKHeX . WinForms . Controls . SizeCP ( ) ) ;
this . ShinyLeaf = ( new global :: PKHeX . WinForms . Controls . ShinyLeaf ( ) ) ;
this . Hidden_OTMisc = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . FLP_OTMisc = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . GB_OT = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TID_Trainer = ( new global :: PKHeX . WinForms . Controls . TrainerID ( ) ) ;
this . FLP_OT = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_OT = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_OT = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . UC_OTGender = ( new global :: PKHeX . WinForms . Controls . GenderToggle ( ) ) ;
this . FLP_Country = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_Country = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_Country = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_SubRegion = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_SubRegion = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_SubRegion = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_3DSRegion = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_3DSRegion = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_3DSReg = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_Handler = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_CurrentHandler = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_Handler = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . GB_nOT = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . FLP_HT = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . Label_PrevOT = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_HT = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . UC_HTGender = ( new global :: PKHeX . WinForms . Controls . GenderToggle ( ) ) ;
this . FLP_HTLanguage = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_LanguageHT = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_HTLanguage = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . FLP_ExtraBytes = ( new global :: System . Windows . Forms . FlowLayoutPanel ( ) ) ;
this . L_ExtraBytes = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . CB_ExtraBytes = ( new global :: System . Windows . Forms . ComboBox ( ) ) ;
this . TB_ExtraByte = ( new global :: System . Windows . Forms . MaskedTextBox ( ) ) ;
this . L_HomeTracker = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_HomeTracker = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . Label_EncryptionConstant = ( new global :: System . Windows . Forms . Label ( ) ) ;
this . TB_EC = ( new global :: System . Windows . Forms . TextBox ( ) ) ;
this . BTN_RerollEC = ( new global :: System . Windows . Forms . Button ( ) ) ;
this . TC_Editor = ( new global :: PKHeX . WinForms . Controls . VerticalTabControlEntityEditor ( ) ) ;
this . Tab_Main = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Tab_Met = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Tab_Stats = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Tab_Moves = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Tab_Cosmetic = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
this . Tab_OTMisc = ( new global :: System . Windows . Forms . TabPage ( ) ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_TC . SuspendLayout ( ) ;
this . Hidden_Main . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . SuspendLayout ( ) ;
this . FLP_PID . SuspendLayout ( ) ;
this . FLP_PIDLeft . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_ShinyStar ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_ShinySquare ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
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 ( ) ;
2019-11-16 01:34:18 +00:00
this . FLP_OriginalNature . SuspendLayout ( ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Form . SuspendLayout ( ) ;
this . FLP_FormLeft . SuspendLayout ( ) ;
this . FLP_FormRight . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_HeldItem . SuspendLayout ( ) ;
this . FLP_Ability . SuspendLayout ( ) ;
this . FLP_AbilityRight . SuspendLayout ( ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Friendship . SuspendLayout ( ) ;
this . FLP_FriendshipLeft . SuspendLayout ( ) ;
this . FLP_FriendshipRight . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
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_NSparkle . SuspendLayout ( ) ;
this . FLP_ShadowID . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Purification . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . BeginInit ( ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . SuspendLayout ( ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Met . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_EggConditions . SuspendLayout ( ) ;
this . FLP_Met . SuspendLayout ( ) ;
this . FLP_OriginGame . SuspendLayout ( ) ;
2020-06-19 23:51:15 +00:00
this . FLP_BattleVersion . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetLocation . SuspendLayout ( ) ;
this . FLP_Ball . SuspendLayout ( ) ;
this . FLP_BallLeft . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetDate . SuspendLayout ( ) ;
2022-11-26 22:40:31 +00:00
this . FLP_MetLevel . SuspendLayout ( ) ;
this . FLP_ObedienceLevel . SuspendLayout ( ) ;
2021-07-04 06:25:09 +00:00
this . FLP_GroundTile . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_TimeOfDay . SuspendLayout ( ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Stats . SuspendLayout ( ) ;
this . Hidden_Moves . SuspendLayout ( ) ;
2022-04-25 03:19:50 +00:00
this . FLP_MoveFlags . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_RelearnMoves . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . BeginInit ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_CurrentMoves . SuspendLayout ( ) ;
2023-01-22 04:02:33 +00:00
this . FLP_Moves . SuspendLayout ( ) ;
this . Hidden_Cosmetic . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors . SuspendLayout ( ) ;
2023-01-22 04:02:33 +00:00
this . FLP_CosmeticTop . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_Markings . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . BeginInit ( ) ;
2023-04-02 00:23:04 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Affixed ) ) . BeginInit ( ) ;
2023-01-22 04:02:33 +00:00
this . FLP_BigMarkings . SuspendLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Favorite ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Origin ) ) . BeginInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_BattleVersion ) ) . BeginInit ( ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_OTMisc . SuspendLayout ( ) ;
this . FLP_OTMisc . SuspendLayout ( ) ;
this . FLP_OT . SuspendLayout ( ) ;
this . FLP_Country . SuspendLayout ( ) ;
this . FLP_SubRegion . SuspendLayout ( ) ;
this . FLP_3DSRegion . SuspendLayout ( ) ;
this . FLP_Handler . SuspendLayout ( ) ;
this . FLP_HT . SuspendLayout ( ) ;
this . FLP_HTLanguage . SuspendLayout ( ) ;
this . FLP_ExtraBytes . SuspendLayout ( ) ;
this . TC_Editor . SuspendLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . SuspendLayout ( ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// Hidden_TC
//
2023-04-01 23:52:12 +00:00
this . Hidden_TC . AllowDrop = ( true ) ;
this . Hidden_TC . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Bottom ) ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_TC . Controls . Add ( this . Hidden_Main ) ;
this . Hidden_TC . Controls . Add ( this . Hidden_Met ) ;
this . Hidden_TC . Controls . Add ( this . Hidden_Stats ) ;
this . Hidden_TC . Controls . Add ( this . Hidden_Moves ) ;
this . Hidden_TC . Controls . Add ( this . Hidden_Cosmetic ) ;
this . Hidden_TC . Controls . Add ( this . Hidden_OTMisc ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_TC . ItemSize = ( new global :: System . Drawing . Size ( 0 , 1 ) ) ;
this . Hidden_TC . Location = ( new global :: System . Drawing . Point ( 96 , - 3 ) ) ;
this . Hidden_TC . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_TC . Name = ( "Hidden_TC" ) ;
this . Hidden_TC . SelectedIndex = ( 0 ) ;
this . Hidden_TC . Size = ( new global :: System . Drawing . Size ( 304 , 400 ) ) ;
this . Hidden_TC . SizeMode = ( global :: System . Windows . Forms . TabSizeMode . Fixed ) ;
this . Hidden_TC . TabIndex = ( 1 ) ;
this . Hidden_TC . TabStop = ( false ) ;
2023-01-22 04:02:33 +00:00
//
// Hidden_Main
//
2023-04-01 23:52:12 +00:00
this . Hidden_Main . AllowDrop = ( true ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Main . Controls . Add ( this . FLP_Main ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_Main . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_Main . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_Main . Name = ( "Hidden_Main" ) ;
this . Hidden_Main . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_Main . TabIndex = ( 0 ) ;
this . Hidden_Main . Text = ( "Main" ) ;
this . Hidden_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
//
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 ) ;
2019-11-16 01:34:18 +00:00
this . FLP_Main . Controls . Add ( this . FLP_OriginalNature ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Main . Controls . Add ( this . FLP_Form ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . Controls . Add ( this . FLP_HeldItem ) ;
this . FLP_Main . Controls . Add ( this . FLP_Ability ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Main . Controls . Add ( this . FLP_Friendship ) ;
2017-05-23 04:55:05 +00:00
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_NSparkle ) ;
this . FLP_Main . Controls . Add ( this . FLP_ShadowID ) ;
this . FLP_Main . Controls . Add ( this . FLP_Purification ) ;
2018-09-30 17:16:45 +00:00
this . FLP_Main . Controls . Add ( this . FLP_CatchRate ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Main . Dock = ( global :: System . Windows . Forms . DockStyle . Fill ) ;
this . FLP_Main . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_Main . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Main . Name = ( "FLP_Main" ) ;
this . FLP_Main . Padding = ( new global :: System . Windows . Forms . Padding ( 0 , 16 , 0 , 0 ) ) ;
this . FLP_Main . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_PID . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PID . Controls . Add ( this . FLP_PIDLeft ) ;
this . FLP_PID . Controls . Add ( this . FLP_PIDRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PID . Location = ( new global :: System . Drawing . Point ( 0 , 16 ) ) ;
this . FLP_PID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_PID . Name = ( "FLP_PID" ) ;
this . FLP_PID . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_PIDLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PIDLeft . Controls . Add ( this . Label_PID ) ;
this . FLP_PIDLeft . Controls . Add ( this . BTN_Shinytize ) ;
2022-04-25 03:19:50 +00:00
this . FLP_PIDLeft . Controls . Add ( this . PB_ShinyStar ) ;
this . FLP_PIDLeft . Controls . Add ( this . PB_ShinySquare ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PIDLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_PIDLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_PIDLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_PIDLeft . Name = ( "FLP_PIDLeft" ) ;
this . FLP_PIDLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_PID . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . Label_PID . Location = ( new global :: System . Drawing . Point ( 72 , 0 ) ) ;
this . Label_PID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_PID . Name = ( "Label_PID" ) ;
this . Label_PID . Size = ( new global :: System . Drawing . Size ( 32 , 24 ) ) ;
this . Label_PID . TabIndex = ( 0 ) ;
this . Label_PID . Text = ( "PID:" ) ;
this . Label_PID . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . BTN_Shinytize . AccessibleDescription = ( "When pressed, makes the entity shiny." ) ;
this . BTN_Shinytize . AccessibleName = ( "Shiny Button" ) ;
this . BTN_Shinytize . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . BTN_Shinytize . Location = ( new global :: System . Drawing . Point ( 48 , 0 ) ) ;
this . BTN_Shinytize . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . BTN_Shinytize . Name = ( "BTN_Shinytize" ) ;
this . BTN_Shinytize . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . BTN_Shinytize . TabIndex = ( 1 ) ;
this . BTN_Shinytize . Text = ( "☆" ) ;
this . BTN_Shinytize . UseVisualStyleBackColor = ( true ) ;
this . BTN_Shinytize . Click + = ( this . UpdateShinyPID ) ;
2019-02-10 02:44:21 +00:00
//
2022-04-25 03:19:50 +00:00
// PB_ShinyStar
//
2023-04-01 23:52:12 +00:00
this . PB_ShinyStar . AccessibleDescription = ( "Currently Shiny" ) ;
this . PB_ShinyStar . AccessibleName = ( "Currently Shiny" ) ;
this . PB_ShinyStar . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_ShinyStar . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . PB_ShinyStar . Image = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon ) ;
this . PB_ShinyStar . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon ) ;
this . PB_ShinyStar . Location = ( new global :: System . Drawing . Point ( 24 , 0 ) ) ;
this . PB_ShinyStar . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_ShinyStar . Name = ( "PB_ShinyStar" ) ;
this . PB_ShinyStar . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_ShinyStar . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_ShinyStar . TabIndex = ( 62 ) ;
this . PB_ShinyStar . TabStop = ( false ) ;
this . PB_ShinyStar . Visible = ( false ) ;
2022-04-25 03:19:50 +00:00
//
// PB_ShinySquare
//
2023-04-01 23:52:12 +00:00
this . PB_ShinySquare . AccessibleDescription = ( "Currently Xor0 Square Shiny" ) ;
this . PB_ShinySquare . AccessibleName = ( "Currently Xor0 Square Shiny" ) ;
this . PB_ShinySquare . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_ShinySquare . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . PB_ShinySquare . Image = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon_2 ) ;
this . PB_ShinySquare . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon_2 ) ;
this . PB_ShinySquare . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . PB_ShinySquare . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_ShinySquare . Name = ( "PB_ShinySquare" ) ;
this . PB_ShinySquare . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_ShinySquare . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_ShinySquare . TabIndex = ( 62 ) ;
this . PB_ShinySquare . TabStop = ( false ) ;
this . PB_ShinySquare . Visible = ( false ) ;
2019-11-25 17:27:42 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_PIDRight
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_PIDRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PIDRight . Controls . Add ( this . TB_PID ) ;
2022-04-25 03:19:50 +00:00
this . FLP_PIDRight . Controls . Add ( this . UC_Gender ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PIDRight . Controls . Add ( this . BTN_RerollPID ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PIDRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_PIDRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_PIDRight . Name = ( "FLP_PIDRight" ) ;
this . FLP_PIDRight . Size = ( new global :: System . Drawing . Size ( 162 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . TB_PID . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Left ) ;
this . TB_PID . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_PID . Font = ( new global :: System . Drawing . Font ( "Courier New" , 8.25F , global :: System . Drawing . FontStyle . Regular , global :: System . Drawing . GraphicsUnit . Point ) ) ;
this . TB_PID . Location = ( new global :: System . Drawing . Point ( 0 , 3 ) ) ;
this . TB_PID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 2 , 0 , 0 ) ) ;
this . TB_PID . MaxLength = ( 8 ) ;
this . TB_PID . Name = ( "TB_PID" ) ;
this . TB_PID . PlaceholderText = ( "12345678" ) ;
this . TB_PID . Size = ( new global :: System . Drawing . Size ( 64 , 20 ) ) ;
this . TB_PID . TabIndex = ( 1 ) ;
this . TB_PID . MouseHover + = ( this . UpdateTSV ) ;
this . TB_PID . Validated + = ( this . Update_ID ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// UC_Gender
//
2023-04-04 21:22:49 +00:00
this . UC_Gender . AccessibleDescription = ( "Entity Gender Pane (0) (0) (0)" ) ;
this . UC_Gender . AccessibleName = ( "Entity Gender Pane (0) (0) (0)" ) ;
2023-04-01 23:52:12 +00:00
this . UC_Gender . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . UC_Gender . AllowClick = ( false ) ;
this . UC_Gender . BackgroundImage = ( ( global :: System . Drawing . Image ) ( resources . GetObject ( "UC_Gender.BackgroundImage" ) ) ) ;
this . UC_Gender . BackgroundImageLayout = ( global :: System . Windows . Forms . ImageLayout . Center ) ;
this . UC_Gender . Gender = ( 0 ) ;
this . UC_Gender . Location = ( new global :: System . Drawing . Point ( 64 , 0 ) ) ;
this . UC_Gender . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . UC_Gender . Name = ( "UC_Gender" ) ;
this . UC_Gender . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . UC_Gender . TabIndex = ( 56 ) ;
this . UC_Gender . Click + = ( this . ClickGender ) ;
2022-11-26 22:40:31 +00:00
//
2017-05-23 04:55:05 +00:00
// BTN_RerollPID
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . BTN_RerollPID . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Left ) ;
this . BTN_RerollPID . Font = ( new global :: System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , global :: System . Drawing . FontStyle . Regular , global :: System . Drawing . GraphicsUnit . Point ) ) ;
this . BTN_RerollPID . Location = ( new global :: System . Drawing . Point ( 88 , 0 ) ) ;
this . BTN_RerollPID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . BTN_RerollPID . Name = ( "BTN_RerollPID" ) ;
this . BTN_RerollPID . Size = ( new global :: System . Drawing . Size ( 56 , 24 ) ) ;
this . BTN_RerollPID . TabIndex = ( 1 ) ;
this . BTN_RerollPID . Text = ( "Reroll" ) ;
this . BTN_RerollPID . UseVisualStyleBackColor = ( true ) ;
this . BTN_RerollPID . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_Species . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Species . Controls . Add ( this . Label_Species ) ;
this . FLP_Species . Controls . Add ( this . CB_Species ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Species . Location = ( new global :: System . Drawing . Point ( 0 , 40 ) ) ;
this . FLP_Species . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Species . Name = ( "FLP_Species" ) ;
this . FLP_Species . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_Species . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . Label_Species . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Species . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Species . Name = ( "Label_Species" ) ;
this . Label_Species . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Species . TabIndex = ( 1 ) ;
this . Label_Species . Text = ( "Species:" ) ;
this . Label_Species . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_Species . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_Species . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_Species . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_Species . FormattingEnabled = ( true ) ;
this . CB_Species . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_Species . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Species . Name = ( "CB_Species" ) ;
this . CB_Species . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_Species . TabIndex = ( 3 ) ;
this . CB_Species . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_Species . SelectedValueChanged + = ( this . UpdateSpecies ) ;
this . CB_Species . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_Nickname . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Nickname . Controls . Add ( this . FLP_NicknameLeft ) ;
this . FLP_Nickname . Controls . Add ( this . TB_Nickname ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Nickname . Location = ( new global :: System . Drawing . Point ( 0 , 64 ) ) ;
this . FLP_Nickname . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Nickname . Name = ( "FLP_Nickname" ) ;
this . FLP_Nickname . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_NicknameLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2017-05-23 04:55:05 +00:00
this . FLP_NicknameLeft . Controls . Add ( this . CHK_Nicknamed ) ;
2023-01-22 04:02:33 +00:00
this . FLP_NicknameLeft . Controls . Add ( this . CHK_NicknamedFlag ) ;
2023-04-01 23:52:12 +00:00
this . FLP_NicknameLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_NicknameLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_NicknameLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_NicknameLeft . Name = ( "FLP_NicknameLeft" ) ;
this . FLP_NicknameLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CHK_Nicknamed . AutoSize = ( true ) ;
this . CHK_Nicknamed . Location = ( new global :: System . Drawing . Point ( 40 , 0 ) ) ;
this . CHK_Nicknamed . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CHK_Nicknamed . MinimumSize = ( new global :: System . Drawing . Size ( 0 , 24 ) ) ;
this . CHK_Nicknamed . Name = ( "CHK_Nicknamed" ) ;
this . CHK_Nicknamed . Size = ( new global :: System . Drawing . Size ( 64 , 24 ) ) ;
this . CHK_Nicknamed . TabIndex = ( 5 ) ;
this . CHK_Nicknamed . Text = ( "Nickname:" ) ;
this . CHK_Nicknamed . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_Nicknamed . Click + = ( this . CHK_Nicknamed_Click ) ;
2023-01-22 04:02:33 +00:00
//
// CHK_NicknamedFlag
//
2023-04-01 23:52:12 +00:00
this . CHK_NicknamedFlag . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . CHK_NicknamedFlag . Location = ( new global :: System . Drawing . Point ( 24 , 0 ) ) ;
this . CHK_NicknamedFlag . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CHK_NicknamedFlag . Name = ( "CHK_NicknamedFlag" ) ;
this . CHK_NicknamedFlag . Size = ( new global :: System . Drawing . Size ( 16 , 24 ) ) ;
this . CHK_NicknamedFlag . TabIndex = ( 4 ) ;
this . CHK_NicknamedFlag . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_NicknamedFlag . UseVisualStyleBackColor = ( true ) ;
this . CHK_NicknamedFlag . CheckedChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . TB_Nickname . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_Nickname . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . TB_Nickname . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_Nickname . MaxLength = ( 12 ) ;
this . TB_Nickname . Name = ( "TB_Nickname" ) ;
this . TB_Nickname . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . TB_Nickname . TabIndex = ( 5 ) ;
this . TB_Nickname . TextChanged + = ( this . UpdateIsNicknamed ) ;
this . TB_Nickname . MouseDown + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_EXPLevel . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_EXPLevel . Controls . Add ( this . Label_EXP ) ;
this . FLP_EXPLevel . Controls . Add ( this . FLP_EXPLevelRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_EXPLevel . Location = ( new global :: System . Drawing . Point ( 0 , 88 ) ) ;
this . FLP_EXPLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_EXPLevel . Name = ( "FLP_EXPLevel" ) ;
this . FLP_EXPLevel . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_EXP . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_EXP . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_EXP . Name = ( "Label_EXP" ) ;
this . Label_EXP . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_EXP . TabIndex = ( 3 ) ;
this . Label_EXP . Text = ( "EXP:" ) ;
this . Label_EXP . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . FLP_EXPLevelRight . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Left ) ;
2017-05-23 04:55:05 +00:00
this . FLP_EXPLevelRight . Controls . Add ( this . TB_EXP ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . Label_CurLevel ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . TB_Level ) ;
2023-04-01 23:52:12 +00:00
this . FLP_EXPLevelRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_EXPLevelRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_EXPLevelRight . Name = ( "FLP_EXPLevelRight" ) ;
this . FLP_EXPLevelRight . Size = ( new global :: System . Drawing . Size ( 160 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . TB_EXP . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Left ) ;
this . TB_EXP . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_EXP . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . TB_EXP . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_EXP . Mask = ( "0000000" ) ;
this . TB_EXP . Name = ( "TB_EXP" ) ;
this . TB_EXP . Size = ( new global :: System . Drawing . Size ( 48 , 23 ) ) ;
this . TB_EXP . TabIndex = ( 7 ) ;
this . TB_EXP . TextAlign = ( global :: System . Windows . Forms . HorizontalAlignment . Center ) ;
this . TB_EXP . TextChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . Label_CurLevel . Location = ( new global :: System . Drawing . Point ( 48 , 0 ) ) ;
this . Label_CurLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_CurLevel . Name = ( "Label_CurLevel" ) ;
this . Label_CurLevel . Size = ( new global :: System . Drawing . Size ( 72 , 21 ) ) ;
this . Label_CurLevel . TabIndex = ( 7 ) ;
this . Label_CurLevel . Text = ( "Level:" ) ;
this . Label_CurLevel . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_CurLevel . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . TB_Level . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_Level . Location = ( new global :: System . Drawing . Point ( 120 , 0 ) ) ;
this . TB_Level . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_Level . Mask = ( "000" ) ;
this . TB_Level . Name = ( "TB_Level" ) ;
this . TB_Level . Size = ( new global :: System . Drawing . Size ( 24 , 23 ) ) ;
this . TB_Level . TabIndex = ( 8 ) ;
this . TB_Level . TextAlign = ( global :: System . Windows . Forms . HorizontalAlignment . Center ) ;
this . TB_Level . Click + = ( this . ClickLevel ) ;
this . TB_Level . TextChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_Nature . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Nature . Controls . Add ( this . Label_Nature ) ;
this . FLP_Nature . Controls . Add ( this . CB_Nature ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Nature . Location = ( new global :: System . Drawing . Point ( 0 , 112 ) ) ;
this . FLP_Nature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Nature . Name = ( "FLP_Nature" ) ;
this . FLP_Nature . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_Nature . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Nature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Nature . Name = ( "Label_Nature" ) ;
this . Label_Nature . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Nature . TabIndex = ( 8 ) ;
this . Label_Nature . Text = ( "Nature:" ) ;
this . Label_Nature . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_Nature . Click + = ( this . ClickNature ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CB_Nature . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_Nature . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_Nature . FormattingEnabled = ( true ) ;
this . CB_Nature . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_Nature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Nature . Name = ( "CB_Nature" ) ;
this . CB_Nature . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_Nature . TabIndex = ( 9 ) ;
this . CB_Nature . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_Nature . Validating + = ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2019-11-16 01:34:18 +00:00
// FLP_OriginalNature
//
2023-04-01 23:52:12 +00:00
this . FLP_OriginalNature . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-11-16 01:34:18 +00:00
this . FLP_OriginalNature . Controls . Add ( this . L_OriginalNature ) ;
this . FLP_OriginalNature . Controls . Add ( this . CB_StatNature ) ;
2023-04-01 23:52:12 +00:00
this . FLP_OriginalNature . Location = ( new global :: System . Drawing . Point ( 0 , 136 ) ) ;
this . FLP_OriginalNature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_OriginalNature . Name = ( "FLP_OriginalNature" ) ;
this . FLP_OriginalNature . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_OriginalNature . TabIndex = ( 5 ) ;
2019-11-16 01:34:18 +00:00
//
// L_OriginalNature
//
2023-04-01 23:52:12 +00:00
this . L_OriginalNature . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_OriginalNature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_OriginalNature . Name = ( "L_OriginalNature" ) ;
this . L_OriginalNature . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_OriginalNature . TabIndex = ( 8 ) ;
this . L_OriginalNature . Text = ( "Stat Nature:" ) ;
this . L_OriginalNature . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . L_OriginalNature . Click + = ( this . ClickNature ) ;
2019-11-16 01:34:18 +00:00
//
// CB_StatNature
//
2023-04-01 23:52:12 +00:00
this . CB_StatNature . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_StatNature . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_StatNature . FormattingEnabled = ( true ) ;
this . CB_StatNature . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_StatNature . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_StatNature . Name = ( "CB_StatNature" ) ;
this . CB_StatNature . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_StatNature . TabIndex = ( 10 ) ;
this . CB_StatNature . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_StatNature . Validating + = ( this . ValidateComboBox ) ;
2019-11-16 01:34:18 +00:00
//
2019-12-26 22:52:50 +00:00
// FLP_Form
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_Form . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Form . Controls . Add ( this . FLP_FormLeft ) ;
this . FLP_Form . Controls . Add ( this . FLP_FormRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Form . Location = ( new global :: System . Drawing . Point ( 0 , 160 ) ) ;
this . FLP_Form . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Form . Name = ( "FLP_Form" ) ;
this . FLP_Form . Size = ( new global :: System . Drawing . Size ( 338 , 24 ) ) ;
this . FLP_Form . TabIndex = ( 6 ) ;
2019-02-10 02:44:21 +00:00
//
2019-12-26 22:52:50 +00:00
// FLP_FormLeft
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_FormLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2019-12-26 22:52:50 +00:00
this . FLP_FormLeft . Controls . Add ( this . Label_Form ) ;
2022-11-26 22:40:31 +00:00
this . FLP_FormLeft . Controls . Add ( this . L_FormArgument ) ;
2023-04-01 23:52:12 +00:00
this . FLP_FormLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_FormLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_FormLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_FormLeft . Name = ( "FLP_FormLeft" ) ;
this . FLP_FormLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . FLP_FormLeft . TabIndex = ( 0 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_Form . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Form . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Form . Name = ( "Label_Form" ) ;
this . Label_Form . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Form . TabIndex = ( 11 ) ;
this . Label_Form . Text = ( "Form:" ) ;
this . Label_Form . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// L_FormArgument
//
2023-04-01 23:52:12 +00:00
this . L_FormArgument . Location = ( new global :: System . Drawing . Point ( 6 , 24 ) ) ;
this . L_FormArgument . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_FormArgument . Name = ( "L_FormArgument" ) ;
this . L_FormArgument . Size = ( new global :: System . Drawing . Size ( 98 , 21 ) ) ;
this . L_FormArgument . TabIndex = ( 12 ) ;
this . L_FormArgument . Text = ( "Form Argument:" ) ;
this . L_FormArgument . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
2019-12-26 22:52:50 +00:00
// FLP_FormRight
//
2023-04-01 23:52:12 +00:00
this . FLP_FormRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-12-26 22:52:50 +00:00
this . FLP_FormRight . Controls . Add ( this . CB_Form ) ;
2020-12-28 19:51:25 +00:00
this . FLP_FormRight . Controls . Add ( this . FA_Form ) ;
2023-04-01 23:52:12 +00:00
this . FLP_FormRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_FormRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_FormRight . Name = ( "FLP_FormRight" ) ;
this . FLP_FormRight . Size = ( new global :: System . Drawing . Size ( 224 , 24 ) ) ;
this . FLP_FormRight . TabIndex = ( 104 ) ;
2019-12-26 22:52:50 +00:00
//
2017-05-23 04:55:05 +00:00
// CB_Form
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . CB_Form . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_Form . DropDownWidth = ( 85 ) ;
this . CB_Form . Enabled = ( false ) ;
this . CB_Form . FormattingEnabled = ( true ) ;
this . CB_Form . Items . AddRange ( new global :: System . Object [ ] { "" } ) ;
this . CB_Form . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . CB_Form . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Form . Name = ( "CB_Form" ) ;
this . CB_Form . Size = ( new global :: System . Drawing . Size ( 128 , 23 ) ) ;
this . CB_Form . TabIndex = ( 12 ) ;
this . CB_Form . SelectedIndexChanged + = ( this . UpdateForm ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// FA_Form
//
2023-04-01 23:52:12 +00:00
this . FA_Form . AccessibleDescription = ( "Form Argument Info" ) ;
this . FA_Form . AccessibleName = ( "Form Argument Info" ) ;
this . FA_Form . Location = ( new global :: System . Drawing . Point ( 128 , 0 ) ) ;
this . FA_Form . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FA_Form . Name = ( "FA_Form" ) ;
this . FA_Form . Size = ( new global :: System . Drawing . Size ( 80 , 24 ) ) ;
this . FA_Form . TabIndex = ( 19 ) ;
this . FA_Form . ValueChanged + = ( this . UpdateFormArgument ) ;
2022-11-26 22:40:31 +00:00
//
2019-12-26 22:52:50 +00:00
// FLP_HeldItem
//
2023-04-01 23:52:12 +00:00
this . FLP_HeldItem . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-12-26 22:52:50 +00:00
this . FLP_HeldItem . Controls . Add ( this . Label_HeldItem ) ;
this . FLP_HeldItem . Controls . Add ( this . CB_HeldItem ) ;
2023-04-01 23:52:12 +00:00
this . FLP_HeldItem . Location = ( new global :: System . Drawing . Point ( 0 , 184 ) ) ;
this . FLP_HeldItem . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_HeldItem . Name = ( "FLP_HeldItem" ) ;
this . FLP_HeldItem . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_HeldItem . TabIndex = ( 7 ) ;
2019-12-26 22:52:50 +00:00
//
// Label_HeldItem
//
2023-04-01 23:52:12 +00:00
this . Label_HeldItem . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . Label_HeldItem . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_HeldItem . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_HeldItem . Name = ( "Label_HeldItem" ) ;
this . Label_HeldItem . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_HeldItem . TabIndex = ( 51 ) ;
this . Label_HeldItem . Text = ( "Held Item:" ) ;
this . Label_HeldItem . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2019-12-26 22:52:50 +00:00
//
// CB_HeldItem
//
2023-04-01 23:52:12 +00:00
this . CB_HeldItem . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_HeldItem . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_HeldItem . FormattingEnabled = ( true ) ;
this . CB_HeldItem . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_HeldItem . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_HeldItem . Name = ( "CB_HeldItem" ) ;
this . CB_HeldItem . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_HeldItem . TabIndex = ( 10 ) ;
this . CB_HeldItem . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_HeldItem . Validating + = ( this . ValidateComboBox ) ;
2019-12-26 22:52:50 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Ability
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_Ability . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Ability . Controls . Add ( this . Label_Ability ) ;
this . FLP_Ability . Controls . Add ( this . FLP_AbilityRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Ability . Location = ( new global :: System . Drawing . Point ( 0 , 208 ) ) ;
this . FLP_Ability . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Ability . Name = ( "FLP_Ability" ) ;
this . FLP_Ability . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Ability . TabIndex = ( 8 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_Ability . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Ability . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Ability . Name = ( "Label_Ability" ) ;
this . Label_Ability . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Ability . TabIndex = ( 10 ) ;
this . Label_Ability . Text = ( "Ability:" ) ;
this . Label_Ability . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . FLP_AbilityRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_AbilityRight . Controls . Add ( this . CB_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . DEV_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . TB_AbilityNumber ) ;
2023-04-01 23:52:12 +00:00
this . FLP_AbilityRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_AbilityRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_AbilityRight . Name = ( "FLP_AbilityRight" ) ;
this . FLP_AbilityRight . Size = ( new global :: System . Drawing . Size ( 160 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CB_Ability . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_Ability . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_Ability . FormattingEnabled = ( true ) ;
this . CB_Ability . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . CB_Ability . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Ability . Name = ( "CB_Ability" ) ;
this . CB_Ability . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_Ability . TabIndex = ( 13 ) ;
this . CB_Ability . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_Ability . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . DEV_Ability . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . DEV_Ability . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . DEV_Ability . Enabled = ( false ) ;
this . DEV_Ability . FormattingEnabled = ( true ) ;
this . DEV_Ability . Location = ( new global :: System . Drawing . Point ( 0 , 23 ) ) ;
this . DEV_Ability . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . DEV_Ability . Name = ( "DEV_Ability" ) ;
this . DEV_Ability . Size = ( new global :: System . Drawing . Size ( 126 , 23 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . TB_AbilityNumber . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_AbilityNumber . Location = ( new global :: System . Drawing . Point ( 126 , 23 ) ) ;
this . TB_AbilityNumber . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_AbilityNumber . Mask = ( "0" ) ;
this . TB_AbilityNumber . Name = ( "TB_AbilityNumber" ) ;
this . TB_AbilityNumber . Size = ( new global :: System . Drawing . Size ( 19 , 23 ) ) ;
this . TB_AbilityNumber . TabIndex = ( 14 ) ;
this . TB_AbilityNumber . TextAlign = ( global :: System . Windows . Forms . HorizontalAlignment . Center ) ;
this . TB_AbilityNumber . Visible = ( false ) ;
2019-02-10 02:44:21 +00:00
//
2019-12-26 22:52:50 +00:00
// FLP_Friendship
//
2023-04-01 23:52:12 +00:00
this . FLP_Friendship . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Friendship . Controls . Add ( this . FLP_FriendshipLeft ) ;
this . FLP_Friendship . Controls . Add ( this . FLP_FriendshipRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Friendship . Location = ( new global :: System . Drawing . Point ( 0 , 232 ) ) ;
this . FLP_Friendship . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Friendship . Name = ( "FLP_Friendship" ) ;
this . FLP_Friendship . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Friendship . TabIndex = ( 9 ) ;
2019-12-26 22:52:50 +00:00
//
// FLP_FriendshipLeft
//
2023-04-01 23:52:12 +00:00
this . FLP_FriendshipLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2019-12-26 22:52:50 +00:00
this . FLP_FriendshipLeft . Controls . Add ( this . Label_Friendship ) ;
this . FLP_FriendshipLeft . Controls . Add ( this . Label_HatchCounter ) ;
2023-04-01 23:52:12 +00:00
this . FLP_FriendshipLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_FriendshipLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_FriendshipLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_FriendshipLeft . Name = ( "FLP_FriendshipLeft" ) ;
this . FLP_FriendshipLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . FLP_FriendshipLeft . TabIndex = ( 0 ) ;
2019-12-26 22:52:50 +00:00
//
// Label_Friendship
//
2023-04-01 23:52:12 +00:00
this . Label_Friendship . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Friendship . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Friendship . Name = ( "Label_Friendship" ) ;
this . Label_Friendship . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Friendship . TabIndex = ( 9 ) ;
this . Label_Friendship . Text = ( "Friendship:" ) ;
this . Label_Friendship . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_Friendship . Click + = ( this . ClickFriendship ) ;
2019-12-26 22:52:50 +00:00
//
// Label_HatchCounter
//
2023-04-01 23:52:12 +00:00
this . Label_HatchCounter . Location = ( new global :: System . Drawing . Point ( - 6 , 24 ) ) ;
this . Label_HatchCounter . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_HatchCounter . Name = ( "Label_HatchCounter" ) ;
this . Label_HatchCounter . Size = ( new global :: System . Drawing . Size ( 110 , 21 ) ) ;
this . Label_HatchCounter . TabIndex = ( 61 ) ;
this . Label_HatchCounter . Text = ( "Hatch Counter:" ) ;
this . Label_HatchCounter . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_HatchCounter . Click + = ( this . ClickFriendship ) ;
2019-12-26 22:52:50 +00:00
//
// FLP_FriendshipRight
//
2023-04-01 23:52:12 +00:00
this . FLP_FriendshipRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-12-26 22:52:50 +00:00
this . FLP_FriendshipRight . Controls . Add ( this . TB_Friendship ) ;
2023-04-01 23:52:12 +00:00
this . FLP_FriendshipRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_FriendshipRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_FriendshipRight . Name = ( "FLP_FriendshipRight" ) ;
this . FLP_FriendshipRight . Size = ( new global :: System . Drawing . Size ( 160 , 24 ) ) ;
this . FLP_FriendshipRight . TabIndex = ( 104 ) ;
2019-12-26 22:52:50 +00:00
//
// TB_Friendship
//
2023-04-01 23:52:12 +00:00
this . TB_Friendship . AccessibleDescription = ( "Friendship and Hatch Counter" ) ;
this . TB_Friendship . AccessibleName = ( "Friendship and Hatch Counter" ) ;
this . TB_Friendship . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_Friendship . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . TB_Friendship . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_Friendship . Mask = ( "000" ) ;
this . TB_Friendship . Name = ( "TB_Friendship" ) ;
this . TB_Friendship . Size = ( new global :: System . Drawing . Size ( 24 , 23 ) ) ;
this . TB_Friendship . TabIndex = ( 11 ) ;
this . TB_Friendship . TextAlign = ( global :: System . Windows . Forms . HorizontalAlignment . Center ) ;
this . TB_Friendship . Validated + = ( this . Update255_MTB ) ;
2019-12-26 22:52:50 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_Language
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_Language . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Language . Controls . Add ( this . Label_Language ) ;
this . FLP_Language . Controls . Add ( this . CB_Language ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Language . Location = ( new global :: System . Drawing . Point ( 0 , 256 ) ) ;
this . FLP_Language . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Language . Name = ( "FLP_Language" ) ;
this . FLP_Language . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Language . TabIndex = ( 10 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_Language . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Language . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Language . Name = ( "Label_Language" ) ;
this . Label_Language . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Language . TabIndex = ( 12 ) ;
this . Label_Language . Text = ( "Language:" ) ;
this . Label_Language . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . CB_Language . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Left ) ;
this . CB_Language . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_Language . FormattingEnabled = ( true ) ;
this . CB_Language . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_Language . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Language . Name = ( "CB_Language" ) ;
this . CB_Language . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . CB_Language . TabIndex = ( 15 ) ;
this . CB_Language . SelectedIndexChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRS . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSLeft ) ;
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRS . Location = ( new global :: System . Drawing . Point ( 0 , 280 ) ) ;
this . FLP_EggPKRS . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_EggPKRS . Name = ( "FLP_EggPKRS" ) ;
this . FLP_EggPKRS . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_EggPKRS . TabIndex = ( 11 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRSLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRSLeft . Controls . Add ( this . CHK_IsEgg ) ;
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRSLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_EggPKRSLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_EggPKRSLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_EggPKRSLeft . Name = ( "FLP_EggPKRSLeft" ) ;
this . FLP_EggPKRSLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CHK_IsEgg . AutoSize = ( true ) ;
this . CHK_IsEgg . Location = ( new global :: System . Drawing . Point ( 47 , 3 ) ) ;
this . CHK_IsEgg . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . CHK_IsEgg . Name = ( "CHK_IsEgg" ) ;
this . CHK_IsEgg . Size = ( new global :: System . Drawing . Size ( 57 , 19 ) ) ;
this . CHK_IsEgg . TabIndex = ( 16 ) ;
this . CHK_IsEgg . Text = ( "Is Egg" ) ;
this . CHK_IsEgg . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_IsEgg . UseVisualStyleBackColor = ( true ) ;
this . CHK_IsEgg . CheckedChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRSRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Infected ) ;
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Cured ) ;
2023-04-01 23:52:12 +00:00
this . FLP_EggPKRSRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_EggPKRSRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_EggPKRSRight . Name = ( "FLP_EggPKRSRight" ) ;
this . FLP_EggPKRSRight . Size = ( new global :: System . Drawing . Size ( 160 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CHK_Infected . AutoSize = ( true ) ;
this . CHK_Infected . Location = ( new global :: System . Drawing . Point ( 0 , 3 ) ) ;
this . CHK_Infected . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . CHK_Infected . Name = ( "CHK_Infected" ) ;
this . CHK_Infected . Size = ( new global :: System . Drawing . Size ( 69 , 19 ) ) ;
this . CHK_Infected . TabIndex = ( 17 ) ;
this . CHK_Infected . Text = ( "Infected" ) ;
this . CHK_Infected . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_Infected . UseVisualStyleBackColor = ( true ) ;
this . CHK_Infected . CheckedChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CHK_Cured . AutoSize = ( true ) ;
this . CHK_Cured . Location = ( new global :: System . Drawing . Point ( 69 , 3 ) ) ;
this . CHK_Cured . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . CHK_Cured . Name = ( "CHK_Cured" ) ;
this . CHK_Cured . Size = ( new global :: System . Drawing . Size ( 58 , 19 ) ) ;
this . CHK_Cured . TabIndex = ( 18 ) ;
this . CHK_Cured . Text = ( "Cured" ) ;
this . CHK_Cured . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_Cured . UseVisualStyleBackColor = ( true ) ;
this . CHK_Cured . CheckedChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_PKRS . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKRS . Controls . Add ( this . Label_PKRS ) ;
this . FLP_PKRS . Controls . Add ( this . FLP_PKRSRight ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PKRS . Location = ( new global :: System . Drawing . Point ( 0 , 304 ) ) ;
this . FLP_PKRS . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_PKRS . Name = ( "FLP_PKRS" ) ;
this . FLP_PKRS . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_PKRS . TabIndex = ( 12 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_PKRS . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_PKRS . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_PKRS . Name = ( "Label_PKRS" ) ;
this . Label_PKRS . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_PKRS . TabIndex = ( 14 ) ;
this . Label_PKRS . Text = ( "PkRs:" ) ;
this . Label_PKRS . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . FLP_PKRSRight . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSStrain ) ;
this . FLP_PKRSRight . Controls . Add ( this . Label_PKRSdays ) ;
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSDays ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PKRSRight . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . FLP_PKRSRight . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_PKRSRight . Name = ( "FLP_PKRSRight" ) ;
this . FLP_PKRSRight . Size = ( new global :: System . Drawing . Size ( 160 , 24 ) ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CB_PKRSStrain . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_PKRSStrain . FormattingEnabled = ( true ) ;
this . CB_PKRSStrain . Items . AddRange ( new global :: System . Object [ ] { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , "12" , "13" , "14" , "15" } ) ;
this . CB_PKRSStrain . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . CB_PKRSStrain . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_PKRSStrain . Name = ( "CB_PKRSStrain" ) ;
this . CB_PKRSStrain . Size = ( new global :: System . Drawing . Size ( 40 , 23 ) ) ;
this . CB_PKRSStrain . TabIndex = ( 19 ) ;
this . CB_PKRSStrain . Visible = ( false ) ;
this . CB_PKRSStrain . SelectedValueChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . Label_PKRSdays . Location = ( new global :: System . Drawing . Point ( 40 , 0 ) ) ;
this . Label_PKRSdays . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_PKRSdays . Name = ( "Label_PKRSdays" ) ;
this . Label_PKRSdays . Size = ( new global :: System . Drawing . Size ( 25 , 21 ) ) ;
this . Label_PKRSdays . TabIndex = ( 15 ) ;
this . Label_PKRSdays . Text = ( "d:" ) ;
this . Label_PKRSdays . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . CB_PKRSDays . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_PKRSDays . FormattingEnabled = ( true ) ;
this . CB_PKRSDays . Location = ( new global :: System . Drawing . Point ( 65 , 0 ) ) ;
this . CB_PKRSDays . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_PKRSDays . Name = ( "CB_PKRSDays" ) ;
this . CB_PKRSDays . Size = ( new global :: System . Drawing . Size ( 32 , 23 ) ) ;
this . CB_PKRSDays . TabIndex = ( 20 ) ;
this . CB_PKRSDays . Visible = ( false ) ;
this . CB_PKRSDays . SelectedIndexChanged + = ( this . UpdatePKRSdays ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_NSparkle . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_NSparkle . Controls . Add ( this . L_NSparkle ) ;
this . FLP_NSparkle . Controls . Add ( this . CHK_NSparkle ) ;
2023-04-01 23:52:12 +00:00
this . FLP_NSparkle . Location = ( new global :: System . Drawing . Point ( 0 , 328 ) ) ;
this . FLP_NSparkle . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_NSparkle . Name = ( "FLP_NSparkle" ) ;
this . FLP_NSparkle . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_NSparkle . TabIndex = ( 16 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . L_NSparkle . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_NSparkle . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_NSparkle . Name = ( "L_NSparkle" ) ;
this . L_NSparkle . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_NSparkle . TabIndex = ( 17 ) ;
this . L_NSparkle . Text = ( "N's Sparkle:" ) ;
this . L_NSparkle . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . CHK_NSparkle . AutoSize = ( true ) ;
this . CHK_NSparkle . Location = ( new global :: System . Drawing . Point ( 104 , 3 ) ) ;
this . CHK_NSparkle . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . CHK_NSparkle . Name = ( "CHK_NSparkle" ) ;
this . CHK_NSparkle . Size = ( new global :: System . Drawing . Size ( 59 , 19 ) ) ;
this . CHK_NSparkle . TabIndex = ( 18 ) ;
this . CHK_NSparkle . Text = ( "Active" ) ;
this . CHK_NSparkle . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . FLP_ShadowID . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_ShadowID . Controls . Add ( this . L_ShadowID ) ;
this . FLP_ShadowID . Controls . Add ( this . NUD_ShadowID ) ;
2023-04-01 23:52:12 +00:00
this . FLP_ShadowID . Location = ( new global :: System . Drawing . Point ( 0 , 352 ) ) ;
this . FLP_ShadowID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_ShadowID . Name = ( "FLP_ShadowID" ) ;
this . FLP_ShadowID . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_ShadowID . TabIndex = ( 17 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . L_ShadowID . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_ShadowID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_ShadowID . Name = ( "L_ShadowID" ) ;
this . L_ShadowID . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_ShadowID . TabIndex = ( 9 ) ;
this . L_ShadowID . Text = ( "Shadow ID:" ) ;
this . L_ShadowID . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . NUD_ShadowID . Location = ( new global :: System . Drawing . Point ( 104 , 1 ) ) ;
this . NUD_ShadowID . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ) ;
this . NUD_ShadowID . Maximum = ( new global :: System . Decimal ( new global :: System . Int32 [ ] { 127 , 0 , 0 , 0 } ) ) ;
this . NUD_ShadowID . Name = ( "NUD_ShadowID" ) ;
this . NUD_ShadowID . Size = ( new global :: System . Drawing . Size ( 48 , 23 ) ) ;
this . NUD_ShadowID . TabIndex = ( 103 ) ;
this . NUD_ShadowID . ValueChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_Purification . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Purification . Controls . Add ( this . L_HeartGauge ) ;
this . FLP_Purification . Controls . Add ( this . NUD_Purification ) ;
this . FLP_Purification . Controls . Add ( this . CHK_Shadow ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Purification . Location = ( new global :: System . Drawing . Point ( 0 , 376 ) ) ;
this . FLP_Purification . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Purification . Name = ( "FLP_Purification" ) ;
this . FLP_Purification . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Purification . TabIndex = ( 18 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . L_HeartGauge . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_HeartGauge . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_HeartGauge . Name = ( "L_HeartGauge" ) ;
this . L_HeartGauge . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_HeartGauge . TabIndex = ( 9 ) ;
this . L_HeartGauge . Text = ( "Heart Gauge:" ) ;
this . L_HeartGauge . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . NUD_Purification . Location = ( new global :: System . Drawing . Point ( 104 , 1 ) ) ;
this . NUD_Purification . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ) ;
this . NUD_Purification . Maximum = ( new global :: System . Decimal ( new global :: System . Int32 [ ] { global :: System . Int32 . MaxValue , 0 , 0 , 0 } ) ) ;
this . NUD_Purification . Minimum = ( new global :: System . Decimal ( new global :: System . Int32 [ ] { 100 , 0 , 0 , global :: System . Int32 . MinValue } ) ) ;
this . NUD_Purification . Name = ( "NUD_Purification" ) ;
this . NUD_Purification . Size = ( new global :: System . Drawing . Size ( 48 , 23 ) ) ;
this . NUD_Purification . TabIndex = ( 103 ) ;
this . NUD_Purification . ValueChanged + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CHK_Shadow . AutoSize = ( true ) ;
this . CHK_Shadow . Location = ( new global :: System . Drawing . Point ( 152 , 3 ) ) ;
this . CHK_Shadow . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . CHK_Shadow . Name = ( "CHK_Shadow" ) ;
this . CHK_Shadow . Size = ( new global :: System . Drawing . Size ( 68 , 19 ) ) ;
this . CHK_Shadow . TabIndex = ( 16 ) ;
this . CHK_Shadow . Text = ( "Shadow" ) ;
this . CHK_Shadow . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . CHK_Shadow . UseVisualStyleBackColor = ( true ) ;
this . CHK_Shadow . CheckedChanged + = ( this . UpdateShadowCHK ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_CatchRate . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . Controls . Add ( this . L_CatchRate ) ;
this . FLP_CatchRate . Controls . Add ( this . CR_PK1 ) ;
2023-04-01 23:52:12 +00:00
this . FLP_CatchRate . Location = ( new global :: System . Drawing . Point ( 0 , 400 ) ) ;
this . FLP_CatchRate . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_CatchRate . Name = ( "FLP_CatchRate" ) ;
this . FLP_CatchRate . Size = ( new global :: System . Drawing . Size ( 288 , 24 ) ) ;
this . FLP_CatchRate . TabIndex = ( 20 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . L_CatchRate . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_CatchRate . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_CatchRate . Name = ( "L_CatchRate" ) ;
this . L_CatchRate . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_CatchRate . TabIndex = ( 9 ) ;
this . L_CatchRate . Text = ( "Catch Rate:" ) ;
this . L_CatchRate . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// CR_PK1
//
2023-04-01 23:52:12 +00:00
this . CR_PK1 . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CR_PK1 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CR_PK1 . Name = ( "CR_PK1" ) ;
this . CR_PK1 . Size = ( new global :: System . Drawing . Size ( 184 , 25 ) ) ;
this . CR_PK1 . TabIndex = ( 10 ) ;
2022-11-26 22:40:31 +00:00
//
2023-01-22 04:02:33 +00:00
// Hidden_Met
//
2023-04-01 23:52:12 +00:00
this . Hidden_Met . AllowDrop = ( true ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Met . Controls . Add ( this . CHK_AsEgg ) ;
this . Hidden_Met . Controls . Add ( this . GB_EggConditions ) ;
this . Hidden_Met . Controls . Add ( this . FLP_Met ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_Met . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_Met . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_Met . Name = ( "Hidden_Met" ) ;
this . Hidden_Met . Padding = ( new global :: System . Windows . Forms . Padding ( 0 , 16 , 0 , 0 ) ) ;
this . Hidden_Met . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_Met . TabIndex = ( 1 ) ;
this . Hidden_Met . Text = ( "Met" ) ;
this . Hidden_Met . UseVisualStyleBackColor = ( true ) ;
2020-02-13 02:10:03 +00:00
//
2017-05-23 04:55:05 +00:00
// CHK_AsEgg
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . CHK_AsEgg . AutoSize = ( true ) ;
this . CHK_AsEgg . Location = ( new global :: System . Drawing . Point ( 104 , 216 ) ) ;
this . CHK_AsEgg . Name = ( "CHK_AsEgg" ) ;
this . CHK_AsEgg . Size = ( new global :: System . Drawing . Size ( 62 , 19 ) ) ;
this . CHK_AsEgg . TabIndex = ( 10 ) ;
this . CHK_AsEgg . Text = ( "As Egg" ) ;
this . CHK_AsEgg . UseVisualStyleBackColor = ( true ) ;
this . CHK_AsEgg . Click + = ( 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 ) ;
2023-04-01 23:52:12 +00:00
this . GB_EggConditions . Enabled = ( false ) ;
this . GB_EggConditions . Location = ( new global :: System . Drawing . Point ( 32 , 232 ) ) ;
this . GB_EggConditions . Name = ( "GB_EggConditions" ) ;
this . GB_EggConditions . Size = ( new global :: System . Drawing . Size ( 240 , 72 ) ) ;
this . GB_EggConditions . TabIndex = ( 3 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CB_EggLocation . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_EggLocation . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_EggLocation . FormattingEnabled = ( true ) ;
this . CB_EggLocation . Location = ( new global :: System . Drawing . Point ( 72 , 19 ) ) ;
this . CB_EggLocation . Name = ( "CB_EggLocation" ) ;
this . CB_EggLocation . Size = ( new global :: System . Drawing . Size ( 160 , 23 ) ) ;
this . CB_EggLocation . TabIndex = ( 4 ) ;
this . CB_EggLocation . SelectedIndexChanged + = ( this . ValidateLocation ) ;
this . CB_EggLocation . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CAL_EggDate . CustomFormat = ( "MM/dd/yyyy" ) ;
this . CAL_EggDate . Format = ( global :: System . Windows . Forms . DateTimePickerFormat . Short ) ;
this . CAL_EggDate . Location = ( new global :: System . Drawing . Point ( 72 , 40 ) ) ;
this . CAL_EggDate . MaxDate = ( new global :: System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ) ;
this . CAL_EggDate . MinDate = ( new global :: System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ) ;
this . CAL_EggDate . Name = ( "CAL_EggDate" ) ;
this . CAL_EggDate . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CAL_EggDate . TabIndex = ( 5 ) ;
this . CAL_EggDate . Value = ( new global :: 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
//
2023-04-01 23:52:12 +00:00
this . Label_EggDate . Location = ( new global :: System . Drawing . Point ( 8 , 44 ) ) ;
this . Label_EggDate . Name = ( "Label_EggDate" ) ;
this . Label_EggDate . Size = ( new global :: System . Drawing . Size ( 64 , 13 ) ) ;
this . Label_EggDate . TabIndex = ( 8 ) ;
this . Label_EggDate . Text = ( "Date:" ) ;
this . Label_EggDate . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . Label_EggLocation . Location = ( new global :: System . Drawing . Point ( 8 , 24 ) ) ;
this . Label_EggLocation . Name = ( "Label_EggLocation" ) ;
this . Label_EggLocation . Size = ( new global :: System . Drawing . Size ( 64 , 13 ) ) ;
this . Label_EggLocation . TabIndex = ( 6 ) ;
this . Label_EggLocation . Text = ( "Location:" ) ;
this . Label_EggLocation . TextAlign = ( global :: 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 ) ;
2020-06-19 23:51:15 +00:00
this . FLP_Met . Controls . Add ( this . FLP_BattleVersion ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Met . Controls . Add ( this . FLP_MetLocation ) ;
this . FLP_Met . Controls . Add ( this . FLP_Ball ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetDate ) ;
2022-11-25 01:42:17 +00:00
this . FLP_Met . Controls . Add ( this . FLP_MetLevel ) ;
this . FLP_Met . Controls . Add ( this . FLP_ObedienceLevel ) ;
2021-07-04 06:25:09 +00:00
this . FLP_Met . Controls . Add ( this . FLP_GroundTile ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Met . Controls . Add ( this . FLP_TimeOfDay ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Met . Dock = ( global :: System . Windows . Forms . DockStyle . Fill ) ;
this . FLP_Met . Location = ( new global :: System . Drawing . Point ( 0 , 16 ) ) ;
this . FLP_Met . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Met . Name = ( "FLP_Met" ) ;
this . FLP_Met . Size = ( new global :: System . Drawing . Size ( 296 , 375 ) ) ;
this . FLP_Met . TabIndex = ( 1 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_OriginGame . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_OriginGame . Controls . Add ( this . Label_OriginGame ) ;
this . FLP_OriginGame . Controls . Add ( this . CB_GameOrigin ) ;
2023-04-01 23:52:12 +00:00
this . FLP_OriginGame . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_OriginGame . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_OriginGame . Name = ( "FLP_OriginGame" ) ;
this . FLP_OriginGame . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_OriginGame . TabIndex = ( 1 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_OriginGame . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_OriginGame . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_OriginGame . Name = ( "Label_OriginGame" ) ;
this . Label_OriginGame . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_OriginGame . TabIndex = ( 0 ) ;
this . Label_OriginGame . Text = ( "Origin Game:" ) ;
this . Label_OriginGame . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . CB_GameOrigin . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_GameOrigin . FormattingEnabled = ( true ) ;
this . CB_GameOrigin . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_GameOrigin . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_GameOrigin . Name = ( "CB_GameOrigin" ) ;
this . CB_GameOrigin . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CB_GameOrigin . TabIndex = ( 1 ) ;
this . CB_GameOrigin . SelectedIndexChanged + = ( this . UpdateOriginGame ) ;
2019-02-10 02:44:21 +00:00
//
2020-06-19 23:51:15 +00:00
// FLP_BattleVersion
//
2023-04-01 23:52:12 +00:00
this . FLP_BattleVersion . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2020-06-19 23:51:15 +00:00
this . FLP_BattleVersion . Controls . Add ( this . L_BattleVersion ) ;
this . FLP_BattleVersion . Controls . Add ( this . CB_BattleVersion ) ;
2023-04-01 23:52:12 +00:00
this . FLP_BattleVersion . Location = ( new global :: System . Drawing . Point ( 0 , 24 ) ) ;
this . FLP_BattleVersion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_BattleVersion . Name = ( "FLP_BattleVersion" ) ;
this . FLP_BattleVersion . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_BattleVersion . TabIndex = ( 2 ) ;
2020-06-19 23:51:15 +00:00
//
// L_BattleVersion
//
2023-04-01 23:52:12 +00:00
this . L_BattleVersion . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_BattleVersion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_BattleVersion . Name = ( "L_BattleVersion" ) ;
this . L_BattleVersion . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_BattleVersion . TabIndex = ( 0 ) ;
this . L_BattleVersion . Text = ( "Battle Version:" ) ;
this . L_BattleVersion . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2020-06-19 23:51:15 +00:00
//
// CB_BattleVersion
//
2023-04-01 23:52:12 +00:00
this . CB_BattleVersion . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_BattleVersion . FormattingEnabled = ( true ) ;
this . CB_BattleVersion . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_BattleVersion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_BattleVersion . Name = ( "CB_BattleVersion" ) ;
this . CB_BattleVersion . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CB_BattleVersion . TabIndex = ( 1 ) ;
this . CB_BattleVersion . SelectedValueChanged + = ( this . CB_BattleVersion_SelectedValueChanged ) ;
2020-06-19 23:51:15 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_MetLocation
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_MetLocation . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetLocation . Controls . Add ( this . Label_MetLocation ) ;
this . FLP_MetLocation . Controls . Add ( this . CB_MetLocation ) ;
2023-04-01 23:52:12 +00:00
this . FLP_MetLocation . Location = ( new global :: System . Drawing . Point ( 0 , 48 ) ) ;
this . FLP_MetLocation . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_MetLocation . Name = ( "FLP_MetLocation" ) ;
this . FLP_MetLocation . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_MetLocation . TabIndex = ( 3 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_MetLocation . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_MetLocation . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_MetLocation . Name = ( "Label_MetLocation" ) ;
this . Label_MetLocation . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_MetLocation . TabIndex = ( 1 ) ;
this . Label_MetLocation . Text = ( "Met Location:" ) ;
this . Label_MetLocation . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_MetLocation . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_MetLocation . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_MetLocation . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_MetLocation . Dock = ( global :: System . Windows . Forms . DockStyle . Fill ) ;
this . CB_MetLocation . FormattingEnabled = ( true ) ;
this . CB_MetLocation . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_MetLocation . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_MetLocation . Name = ( "CB_MetLocation" ) ;
this . CB_MetLocation . Size = ( new global :: System . Drawing . Size ( 160 , 23 ) ) ;
this . CB_MetLocation . TabIndex = ( 2 ) ;
this . CB_MetLocation . SelectedIndexChanged + = ( this . ValidateLocation ) ;
this . CB_MetLocation . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . FLP_Ball . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Ball . Controls . Add ( this . FLP_BallLeft ) ;
this . FLP_Ball . Controls . Add ( this . CB_Ball ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Ball . Location = ( new global :: System . Drawing . Point ( 0 , 72 ) ) ;
this . FLP_Ball . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Ball . Name = ( "FLP_Ball" ) ;
this . FLP_Ball . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_Ball . TabIndex = ( 4 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . FLP_BallLeft . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
2017-05-23 04:55:05 +00:00
this . FLP_BallLeft . Controls . Add ( this . Label_Ball ) ;
this . FLP_BallLeft . Controls . Add ( this . PB_Ball ) ;
2023-04-01 23:52:12 +00:00
this . FLP_BallLeft . FlowDirection = ( global :: System . Windows . Forms . FlowDirection . RightToLeft ) ;
this . FLP_BallLeft . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_BallLeft . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_BallLeft . Name = ( "FLP_BallLeft" ) ;
this . FLP_BallLeft . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . FLP_BallLeft . TabIndex = ( 4 ) ;
this . FLP_BallLeft . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . Label_Ball . Anchor = ( global :: System . Windows . Forms . AnchorStyles . Right ) ;
this . Label_Ball . AutoSize = ( true ) ;
this . Label_Ball . Location = ( new global :: System . Drawing . Point ( 75 , 1 ) ) ;
this . Label_Ball . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Ball . Name = ( "Label_Ball" ) ;
this . Label_Ball . Padding = ( new global :: System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ) ;
this . Label_Ball . Size = ( new global :: System . Drawing . Size ( 29 , 21 ) ) ;
this . Label_Ball . TabIndex = ( 2 ) ;
this . Label_Ball . Text = ( "Ball:" ) ;
this . Label_Ball . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_Ball . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . PB_Ball . BackgroundImageLayout = ( global :: System . Windows . Forms . ImageLayout . Center ) ;
this . PB_Ball . Location = ( new global :: System . Drawing . Point ( 48 , 0 ) ) ;
this . PB_Ball . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ) ;
this . PB_Ball . Name = ( "PB_Ball" ) ;
this . PB_Ball . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Ball . TabIndex = ( 3 ) ;
this . PB_Ball . TabStop = ( false ) ;
this . PB_Ball . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_Ball . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_Ball . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_Ball . FormattingEnabled = ( true ) ;
this . CB_Ball . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_Ball . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Ball . Name = ( "CB_Ball" ) ;
this . CB_Ball . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CB_Ball . TabIndex = ( 3 ) ;
this . CB_Ball . SelectedIndexChanged + = ( this . ValidateComboBox2 ) ;
this . CB_Ball . SelectedValueChanged + = ( this . UpdateBall ) ;
this . CB_Ball . Validating + = ( this . ValidateComboBox ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// FLP_MetDate
//
2023-04-01 23:52:12 +00:00
this . FLP_MetDate . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-11-26 22:40:31 +00:00
this . FLP_MetDate . Controls . Add ( this . Label_MetDate ) ;
this . FLP_MetDate . Controls . Add ( this . CAL_MetDate ) ;
2023-04-01 23:52:12 +00:00
this . FLP_MetDate . Location = ( new global :: System . Drawing . Point ( 0 , 96 ) ) ;
this . FLP_MetDate . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_MetDate . Name = ( "FLP_MetDate" ) ;
this . FLP_MetDate . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_MetDate . TabIndex = ( 5 ) ;
2022-11-26 22:40:31 +00:00
//
// Label_MetDate
//
2023-04-01 23:52:12 +00:00
this . Label_MetDate . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_MetDate . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_MetDate . Name = ( "Label_MetDate" ) ;
this . Label_MetDate . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_MetDate . TabIndex = ( 4 ) ;
this . Label_MetDate . Text = ( "Met Date:" ) ;
this . Label_MetDate . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2022-11-26 22:40:31 +00:00
//
// CAL_MetDate
//
2023-04-01 23:52:12 +00:00
this . CAL_MetDate . CustomFormat = ( "MM/dd/yyyy" ) ;
this . CAL_MetDate . Format = ( global :: System . Windows . Forms . DateTimePickerFormat . Short ) ;
this . CAL_MetDate . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CAL_MetDate . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CAL_MetDate . MaxDate = ( new global :: System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ) ;
this . CAL_MetDate . MinDate = ( new global :: System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ) ;
this . CAL_MetDate . Name = ( "CAL_MetDate" ) ;
this . CAL_MetDate . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CAL_MetDate . TabIndex = ( 5 ) ;
this . CAL_MetDate . Value = ( new global :: System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ) ;
2022-11-26 22:40:31 +00:00
//
2017-05-23 04:55:05 +00:00
// FLP_MetLevel
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_MetLevel . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetLevel . Controls . Add ( this . Label_MetLevel ) ;
this . FLP_MetLevel . Controls . Add ( this . TB_MetLevel ) ;
2022-11-25 01:42:17 +00:00
this . FLP_MetLevel . Controls . Add ( this . CHK_Fateful ) ;
2023-04-01 23:52:12 +00:00
this . FLP_MetLevel . Location = ( new global :: System . Drawing . Point ( 0 , 120 ) ) ;
this . FLP_MetLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_MetLevel . Name = ( "FLP_MetLevel" ) ;
this . FLP_MetLevel . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_MetLevel . TabIndex = ( 6 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_MetLevel . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_MetLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_MetLevel . Name = ( "Label_MetLevel" ) ;
this . Label_MetLevel . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_MetLevel . TabIndex = ( 3 ) ;
this . Label_MetLevel . Text = ( "Met Level:" ) ;
this . Label_MetLevel . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . TB_MetLevel . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_MetLevel . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . TB_MetLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_MetLevel . Mask = ( "000" ) ;
this . TB_MetLevel . Name = ( "TB_MetLevel" ) ;
this . TB_MetLevel . Size = ( new global :: System . Drawing . Size ( 22 , 23 ) ) ;
this . TB_MetLevel . TabIndex = ( 4 ) ;
this . TB_MetLevel . Validated + = ( this . Update255_MTB ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// CHK_Fateful
//
2023-04-01 23:52:12 +00:00
this . CHK_Fateful . AutoSize = ( true ) ;
this . CHK_Fateful . Location = ( new global :: System . Drawing . Point ( 131 , 3 ) ) ;
this . CHK_Fateful . Margin = ( new global :: System . Windows . Forms . Padding ( 5 , 3 , 3 , 3 ) ) ;
this . CHK_Fateful . Name = ( "CHK_Fateful" ) ;
this . CHK_Fateful . Size = ( new global :: System . Drawing . Size ( 119 , 19 ) ) ;
this . CHK_Fateful . TabIndex = ( 6 ) ;
this . CHK_Fateful . Text = ( "Fateful Encounter" ) ;
this . CHK_Fateful . UseVisualStyleBackColor = ( true ) ;
2022-11-26 22:40:31 +00:00
//
2022-11-25 01:42:17 +00:00
// FLP_ObedienceLevel
//
2023-04-01 23:52:12 +00:00
this . FLP_ObedienceLevel . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-11-25 01:42:17 +00:00
this . FLP_ObedienceLevel . Controls . Add ( this . L_ObedienceLevel ) ;
this . FLP_ObedienceLevel . Controls . Add ( this . TB_ObedienceLevel ) ;
2023-04-01 23:52:12 +00:00
this . FLP_ObedienceLevel . Location = ( new global :: System . Drawing . Point ( 0 , 144 ) ) ;
this . FLP_ObedienceLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_ObedienceLevel . Name = ( "FLP_ObedienceLevel" ) ;
this . FLP_ObedienceLevel . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_ObedienceLevel . TabIndex = ( 7 ) ;
2022-11-25 01:42:17 +00:00
//
// L_ObedienceLevel
//
2023-04-01 23:52:12 +00:00
this . L_ObedienceLevel . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_ObedienceLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_ObedienceLevel . Name = ( "L_ObedienceLevel" ) ;
this . L_ObedienceLevel . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_ObedienceLevel . TabIndex = ( 3 ) ;
this . L_ObedienceLevel . Text = ( "Obedience Level:" ) ;
this . L_ObedienceLevel . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . L_ObedienceLevel . Click + = ( this . L_Obedience_Click ) ;
2022-11-25 01:42:17 +00:00
//
// TB_ObedienceLevel
//
2023-04-01 23:52:12 +00:00
this . TB_ObedienceLevel . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_ObedienceLevel . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . TB_ObedienceLevel . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_ObedienceLevel . Mask = ( "000" ) ;
this . TB_ObedienceLevel . Name = ( "TB_ObedienceLevel" ) ;
this . TB_ObedienceLevel . Size = ( new global :: System . Drawing . Size ( 22 , 23 ) ) ;
this . TB_ObedienceLevel . TabIndex = ( 4 ) ;
2019-02-10 02:44:21 +00:00
//
2021-07-04 06:25:09 +00:00
// FLP_GroundTile
//
2023-04-01 23:52:12 +00:00
this . FLP_GroundTile . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2021-07-04 06:25:09 +00:00
this . FLP_GroundTile . Controls . Add ( this . Label_GroundTile ) ;
this . FLP_GroundTile . Controls . Add ( this . CB_GroundTile ) ;
2023-04-01 23:52:12 +00:00
this . FLP_GroundTile . Location = ( new global :: System . Drawing . Point ( 0 , 168 ) ) ;
this . FLP_GroundTile . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_GroundTile . Name = ( "FLP_GroundTile" ) ;
this . FLP_GroundTile . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_GroundTile . TabIndex = ( 8 ) ;
2021-07-04 06:25:09 +00:00
//
// Label_GroundTile
//
2023-04-01 23:52:12 +00:00
this . Label_GroundTile . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_GroundTile . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_GroundTile . Name = ( "Label_GroundTile" ) ;
this . Label_GroundTile . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_GroundTile . TabIndex = ( 5 ) ;
this . Label_GroundTile . Text = ( "Encounter:" ) ;
this . Label_GroundTile . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2021-07-04 06:25:09 +00:00
//
// CB_GroundTile
//
2023-04-01 23:52:12 +00:00
this . CB_GroundTile . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_GroundTile . DropDownWidth = ( 160 ) ;
this . CB_GroundTile . FormattingEnabled = ( true ) ;
this . CB_GroundTile . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_GroundTile . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_GroundTile . Name = ( "CB_GroundTile" ) ;
this . CB_GroundTile . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CB_GroundTile . 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
//
2023-04-01 23:52:12 +00:00
this . FLP_TimeOfDay . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2017-05-23 04:55:05 +00:00
this . FLP_TimeOfDay . Controls . Add ( this . L_MetTimeOfDay ) ;
this . FLP_TimeOfDay . Controls . Add ( this . CB_MetTimeOfDay ) ;
2023-04-01 23:52:12 +00:00
this . FLP_TimeOfDay . Location = ( new global :: System . Drawing . Point ( 0 , 192 ) ) ;
this . FLP_TimeOfDay . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_TimeOfDay . Name = ( "FLP_TimeOfDay" ) ;
this . FLP_TimeOfDay . Size = ( new global :: System . Drawing . Size ( 280 , 24 ) ) ;
this . FLP_TimeOfDay . TabIndex = ( 9 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . L_MetTimeOfDay . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_MetTimeOfDay . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_MetTimeOfDay . Name = ( "L_MetTimeOfDay" ) ;
this . L_MetTimeOfDay . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_MetTimeOfDay . TabIndex = ( 10 ) ;
this . L_MetTimeOfDay . Text = ( "Time of Day:" ) ;
this . L_MetTimeOfDay . TextAlign = ( global :: 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
//
2023-04-01 23:52:12 +00:00
this . CB_MetTimeOfDay . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_MetTimeOfDay . DropDownWidth = ( 150 ) ;
this . CB_MetTimeOfDay . FormattingEnabled = ( true ) ;
this . CB_MetTimeOfDay . Items . AddRange ( new global :: System . Object [ ] { "(None)" , "Morning" , "Day" , "Night" } ) ;
this . CB_MetTimeOfDay . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_MetTimeOfDay . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_MetTimeOfDay . Name = ( "CB_MetTimeOfDay" ) ;
this . CB_MetTimeOfDay . Size = ( new global :: System . Drawing . Size ( 136 , 23 ) ) ;
this . CB_MetTimeOfDay . TabIndex = ( 11 ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// Hidden_Stats
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . Hidden_Stats . AllowDrop = ( true ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Stats . Controls . Add ( this . Stats ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_Stats . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_Stats . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_Stats . Name = ( "Hidden_Stats" ) ;
this . Hidden_Stats . Padding = ( new global :: System . Windows . Forms . Padding ( 0 , 8 , 0 , 0 ) ) ;
this . Hidden_Stats . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_Stats . TabIndex = ( 2 ) ;
this . Hidden_Stats . Text = ( "Stats" ) ;
this . Hidden_Stats . UseVisualStyleBackColor = ( true ) ;
2019-02-10 02:44:21 +00:00
//
2022-11-26 22:40:31 +00:00
// Stats
//
2023-04-01 23:52:12 +00:00
this . Stats . Dock = ( global :: System . Windows . Forms . DockStyle . Fill ) ;
this . Stats . EVsFishy = ( global :: System . Drawing . Color . LightYellow ) ;
this . Stats . EVsInvalid = ( global :: System . Drawing . Color . Red ) ;
this . Stats . EVsMaxed = ( global :: System . Drawing . Color . Honeydew ) ;
this . Stats . HaX = ( false ) ;
this . Stats . Location = ( new global :: System . Drawing . Point ( 0 , 8 ) ) ;
this . Stats . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Stats . Name = ( "Stats" ) ;
this . Stats . Size = ( new global :: System . Drawing . Size ( 296 , 383 ) ) ;
this . Stats . StatDecreased = ( global :: System . Drawing . Color . Blue ) ;
this . Stats . StatHyperTrained = ( global :: System . Drawing . Color . LightGreen ) ;
this . Stats . StatIncreased = ( global :: System . Drawing . Color . Red ) ;
this . Stats . TabIndex = ( 0 ) ;
2023-01-22 04:02:33 +00:00
//
// Hidden_Moves
//
2023-04-01 23:52:12 +00:00
this . Hidden_Moves . AllowDrop = ( true ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Moves . Controls . Add ( this . L_AlphaMastered ) ;
this . Hidden_Moves . Controls . Add ( this . CB_AlphaMastered ) ;
this . Hidden_Moves . Controls . Add ( this . FLP_MoveFlags ) ;
this . Hidden_Moves . Controls . Add ( this . GB_RelearnMoves ) ;
this . Hidden_Moves . Controls . Add ( this . GB_CurrentMoves ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_Moves . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_Moves . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_Moves . Name = ( "Hidden_Moves" ) ;
this . Hidden_Moves . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_Moves . TabIndex = ( 3 ) ;
this . Hidden_Moves . Text = ( "Attacks" ) ;
this . Hidden_Moves . UseVisualStyleBackColor = ( true ) ;
2019-02-10 02:44:21 +00:00
//
2022-04-25 03:19:50 +00:00
// L_AlphaMastered
//
2023-04-01 23:52:12 +00:00
this . L_AlphaMastered . Location = ( new global :: System . Drawing . Point ( 8 , 328 ) ) ;
this . L_AlphaMastered . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_AlphaMastered . Name = ( "L_AlphaMastered" ) ;
this . L_AlphaMastered . Size = ( new global :: System . Drawing . Size ( 112 , 22 ) ) ;
this . L_AlphaMastered . TabIndex = ( 101 ) ;
this . L_AlphaMastered . Text = ( "Alpha Mastered:" ) ;
this . L_AlphaMastered . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2022-04-25 03:19:50 +00:00
//
// CB_AlphaMastered
//
2023-04-01 23:52:12 +00:00
this . CB_AlphaMastered . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_AlphaMastered . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_AlphaMastered . FormattingEnabled = ( true ) ;
this . CB_AlphaMastered . Location = ( new global :: System . Drawing . Point ( 120 , 328 ) ) ;
this . CB_AlphaMastered . Name = ( "CB_AlphaMastered" ) ;
this . CB_AlphaMastered . Size = ( new global :: System . Drawing . Size ( 124 , 23 ) ) ;
this . CB_AlphaMastered . TabIndex = ( 12 ) ;
this . CB_AlphaMastered . SelectedIndexChanged + = ( this . ValidateMove ) ;
2022-04-25 03:19:50 +00:00
//
// FLP_MoveFlags
//
2023-04-01 23:52:12 +00:00
this . FLP_MoveFlags . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MoveFlags . AutoSize = ( true ) ;
this . FLP_MoveFlags . AutoSizeMode = ( global :: System . Windows . Forms . AutoSizeMode . GrowAndShrink ) ;
2023-01-22 04:02:33 +00:00
this . FLP_MoveFlags . Controls . Add ( this . B_RelearnFlags ) ;
2022-04-25 03:19:50 +00:00
this . FLP_MoveFlags . Controls . Add ( this . B_MoveShop ) ;
2023-04-01 23:52:12 +00:00
this . FLP_MoveFlags . Location = ( new global :: System . Drawing . Point ( 5 , 301 ) ) ;
this . FLP_MoveFlags . Name = ( "FLP_MoveFlags" ) ;
this . FLP_MoveFlags . Size = ( new global :: System . Drawing . Size ( 292 , 25 ) ) ;
this . FLP_MoveFlags . TabIndex = ( 100 ) ;
this . FLP_MoveFlags . WrapContents = ( false ) ;
2022-04-25 03:19:50 +00:00
//
2023-01-22 04:02:33 +00:00
// B_RelearnFlags
2019-11-16 07:12:28 +00:00
//
2023-04-01 23:52:12 +00:00
this . B_RelearnFlags . Location = ( new global :: System . Drawing . Point ( 1 , 1 ) ) ;
this . B_RelearnFlags . Margin = ( new global :: System . Windows . Forms . Padding ( 1 ) ) ;
this . B_RelearnFlags . Name = ( "B_RelearnFlags" ) ;
this . B_RelearnFlags . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . B_RelearnFlags . TabIndex = ( 10 ) ;
this . B_RelearnFlags . Text = ( "Relearn Flags" ) ;
this . B_RelearnFlags . UseVisualStyleBackColor = ( true ) ;
this . B_RelearnFlags . Click + = ( this . B_Records_Click ) ;
2019-11-16 07:12:28 +00:00
//
2022-02-05 01:36:51 +00:00
// B_MoveShop
//
2023-04-01 23:52:12 +00:00
this . B_MoveShop . Location = ( new global :: System . Drawing . Point ( 147 , 1 ) ) ;
this . B_MoveShop . Margin = ( new global :: System . Windows . Forms . Padding ( 1 ) ) ;
this . B_MoveShop . Name = ( "B_MoveShop" ) ;
this . B_MoveShop . Size = ( new global :: System . Drawing . Size ( 144 , 23 ) ) ;
this . B_MoveShop . TabIndex = ( 11 ) ;
this . B_MoveShop . Text = ( "Move Shop" ) ;
this . B_MoveShop . UseVisualStyleBackColor = ( true ) ;
this . B_MoveShop . Click + = ( this . B_MoveShop_Click ) ;
2022-02-05 01:36:51 +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 ) ;
2023-04-01 23:52:12 +00:00
this . GB_RelearnMoves . Location = ( new global :: System . Drawing . Point ( 64 , 160 ) ) ;
this . GB_RelearnMoves . Name = ( "GB_RelearnMoves" ) ;
this . GB_RelearnMoves . Size = ( new global :: System . Drawing . Size ( 168 , 128 ) ) ;
this . GB_RelearnMoves . TabIndex = ( 5 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_WarnRelearn4 . Image = ( global :: PKHeX . WinForms . Properties . Resources . warn ) ;
this . PB_WarnRelearn4 . Location = ( new global :: System . Drawing . Point ( 8 , 96 ) ) ;
this . PB_WarnRelearn4 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_WarnRelearn4 . Name = ( "PB_WarnRelearn4" ) ;
this . PB_WarnRelearn4 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_WarnRelearn4 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_WarnRelearn3 . Image = ( global :: PKHeX . WinForms . Properties . Resources . warn ) ;
this . PB_WarnRelearn3 . Location = ( new global :: System . Drawing . Point ( 8 , 72 ) ) ;
this . PB_WarnRelearn3 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_WarnRelearn3 . Name = ( "PB_WarnRelearn3" ) ;
this . PB_WarnRelearn3 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_WarnRelearn3 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_WarnRelearn2 . Image = ( global :: PKHeX . WinForms . Properties . Resources . warn ) ;
this . PB_WarnRelearn2 . Location = ( new global :: System . Drawing . Point ( 8 , 48 ) ) ;
this . PB_WarnRelearn2 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_WarnRelearn2 . Name = ( "PB_WarnRelearn2" ) ;
this . PB_WarnRelearn2 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_WarnRelearn2 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_WarnRelearn1 . Image = ( global :: PKHeX . WinForms . Properties . Resources . warn ) ;
this . PB_WarnRelearn1 . Location = ( new global :: System . Drawing . Point ( 8 , 24 ) ) ;
this . PB_WarnRelearn1 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_WarnRelearn1 . Name = ( "PB_WarnRelearn1" ) ;
this . PB_WarnRelearn1 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_WarnRelearn1 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
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
//
2023-04-01 23:52:12 +00:00
this . CB_RelearnMove4 . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_RelearnMove4 . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_RelearnMove4 . FormattingEnabled = ( true ) ;
this . CB_RelearnMove4 . Location = ( new global :: System . Drawing . Point ( 32 , 96 ) ) ;
this . CB_RelearnMove4 . Name = ( "CB_RelearnMove4" ) ;
this . CB_RelearnMove4 . Size = ( new global :: System . Drawing . Size ( 124 , 23 ) ) ;
this . CB_RelearnMove4 . TabIndex = ( 9 ) ;
this . CB_RelearnMove4 . SelectedIndexChanged + = ( this . ValidateMove ) ;
this . CB_RelearnMove4 . Leave + = ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove4 . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_RelearnMove3 . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_RelearnMove3 . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_RelearnMove3 . FormattingEnabled = ( true ) ;
this . CB_RelearnMove3 . Location = ( new global :: System . Drawing . Point ( 32 , 72 ) ) ;
this . CB_RelearnMove3 . Name = ( "CB_RelearnMove3" ) ;
this . CB_RelearnMove3 . Size = ( new global :: System . Drawing . Size ( 124 , 23 ) ) ;
this . CB_RelearnMove3 . TabIndex = ( 8 ) ;
this . CB_RelearnMove3 . SelectedIndexChanged + = ( this . ValidateMove ) ;
this . CB_RelearnMove3 . Leave + = ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove3 . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_RelearnMove2 . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_RelearnMove2 . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_RelearnMove2 . FormattingEnabled = ( true ) ;
this . CB_RelearnMove2 . Location = ( new global :: System . Drawing . Point ( 32 , 48 ) ) ;
this . CB_RelearnMove2 . Name = ( "CB_RelearnMove2" ) ;
this . CB_RelearnMove2 . Size = ( new global :: System . Drawing . Size ( 124 , 23 ) ) ;
this . CB_RelearnMove2 . TabIndex = ( 7 ) ;
this . CB_RelearnMove2 . SelectedIndexChanged + = ( this . ValidateMove ) ;
this . CB_RelearnMove2 . Leave + = ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove2 . Validating + = ( 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
//
2023-04-01 23:52:12 +00:00
this . CB_RelearnMove1 . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_RelearnMove1 . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_RelearnMove1 . FormattingEnabled = ( true ) ;
this . CB_RelearnMove1 . Location = ( new global :: System . Drawing . Point ( 32 , 24 ) ) ;
this . CB_RelearnMove1 . Name = ( "CB_RelearnMove1" ) ;
this . CB_RelearnMove1 . Size = ( new global :: System . Drawing . Size ( 124 , 23 ) ) ;
this . CB_RelearnMove1 . TabIndex = ( 6 ) ;
this . CB_RelearnMove1 . SelectedIndexChanged + = ( this . ValidateMove ) ;
this . CB_RelearnMove1 . Leave + = ( this . ValidateComboBox2 ) ;
this . CB_RelearnMove1 . Validating + = ( 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
//
2023-01-22 04:02:33 +00:00
this . GB_CurrentMoves . Controls . Add ( this . FLP_Moves ) ;
2017-05-23 04:55:05 +00:00
this . GB_CurrentMoves . Controls . Add ( this . Label_CurPP ) ;
this . GB_CurrentMoves . Controls . Add ( this . Label_PPups ) ;
2023-04-01 23:52:12 +00:00
this . GB_CurrentMoves . Location = ( new global :: System . Drawing . Point ( 16 , 16 ) ) ;
this . GB_CurrentMoves . Name = ( "GB_CurrentMoves" ) ;
2023-04-04 21:22:49 +00:00
this . GB_CurrentMoves . Size = ( new global :: System . Drawing . Size ( 260 , 136 ) ) ;
2023-04-01 23:52:12 +00:00
this . GB_CurrentMoves . TabIndex = ( 0 ) ;
this . GB_CurrentMoves . TabStop = ( false ) ;
this . GB_CurrentMoves . Text = ( "Current Moves" ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// FLP_Moves
//
this . FLP_Moves . Controls . Add ( this . MC_Move1 ) ;
this . FLP_Moves . Controls . Add ( this . MC_Move2 ) ;
this . FLP_Moves . Controls . Add ( this . MC_Move3 ) ;
this . FLP_Moves . Controls . Add ( this . MC_Move4 ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Moves . Location = ( new global :: System . Drawing . Point ( 8 , 32 ) ) ;
this . FLP_Moves . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Moves . Name = ( "FLP_Moves" ) ;
2023-04-04 21:22:49 +00:00
this . FLP_Moves . Size = ( new global :: System . Drawing . Size ( 250 , 96 ) ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Moves . TabIndex = ( 14 ) ;
2023-01-22 04:02:33 +00:00
//
// MC_Move1
//
2023-04-01 23:52:12 +00:00
this . MC_Move1 . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . MC_Move1 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . MC_Move1 . Name = ( "MC_Move1" ) ;
this . MC_Move1 . PP = ( 0 ) ;
this . MC_Move1 . PPUps = ( 0 ) ;
this . MC_Move1 . SelectedMove = ( ( global :: System . UInt16 ) ( 0 ) ) ;
2023-04-04 21:22:49 +00:00
this . MC_Move1 . Size = ( new global :: System . Drawing . Size ( 248 , 24 ) ) ;
2023-04-01 23:52:12 +00:00
this . MC_Move1 . TabIndex = ( 1 ) ;
2023-01-22 04:02:33 +00:00
//
// MC_Move2
//
2023-04-01 23:52:12 +00:00
this . MC_Move2 . Location = ( new global :: System . Drawing . Point ( 0 , 24 ) ) ;
this . MC_Move2 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . MC_Move2 . Name = ( "MC_Move2" ) ;
this . MC_Move2 . PP = ( 0 ) ;
this . MC_Move2 . PPUps = ( 0 ) ;
this . MC_Move2 . SelectedMove = ( ( global :: System . UInt16 ) ( 0 ) ) ;
2023-04-04 21:22:49 +00:00
this . MC_Move2 . Size = ( new global :: System . Drawing . Size ( 248 , 24 ) ) ;
2023-04-01 23:52:12 +00:00
this . MC_Move2 . TabIndex = ( 2 ) ;
2023-01-22 04:02:33 +00:00
//
// MC_Move3
//
2023-04-01 23:52:12 +00:00
this . MC_Move3 . Location = ( new global :: System . Drawing . Point ( 0 , 48 ) ) ;
this . MC_Move3 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . MC_Move3 . Name = ( "MC_Move3" ) ;
this . MC_Move3 . PP = ( 0 ) ;
this . MC_Move3 . PPUps = ( 0 ) ;
this . MC_Move3 . SelectedMove = ( ( global :: System . UInt16 ) ( 0 ) ) ;
2023-04-04 21:22:49 +00:00
this . MC_Move3 . Size = ( new global :: System . Drawing . Size ( 248 , 24 ) ) ;
2023-04-01 23:52:12 +00:00
this . MC_Move3 . TabIndex = ( 3 ) ;
2023-01-22 04:02:33 +00:00
//
// MC_Move4
//
2023-04-01 23:52:12 +00:00
this . MC_Move4 . Location = ( new global :: System . Drawing . Point ( 0 , 72 ) ) ;
this . MC_Move4 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . MC_Move4 . Name = ( "MC_Move4" ) ;
this . MC_Move4 . PP = ( 0 ) ;
this . MC_Move4 . PPUps = ( 0 ) ;
this . MC_Move4 . SelectedMove = ( ( global :: System . UInt16 ) ( 0 ) ) ;
2023-04-04 21:22:49 +00:00
this . MC_Move4 . Size = ( new global :: System . Drawing . Size ( 248 , 24 ) ) ;
2023-04-01 23:52:12 +00:00
this . MC_Move4 . TabIndex = ( 4 ) ;
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
//
2023-04-04 21:22:49 +00:00
this . Label_CurPP . Location = ( new global :: System . Drawing . Point ( 193 , 16 ) ) ;
2023-04-01 23:52:12 +00:00
this . Label_CurPP . Name = ( "Label_CurPP" ) ;
2023-04-04 21:22:49 +00:00
this . Label_CurPP . Size = ( new global :: System . Drawing . Size ( 24 , 16 ) ) ;
2023-04-01 23:52:12 +00:00
this . Label_CurPP . TabIndex = ( 2 ) ;
this . Label_CurPP . Text = ( "PP" ) ;
this . Label_CurPP . TextAlign = ( global :: System . Drawing . ContentAlignment . BottomCenter ) ;
this . Label_CurPP . Click + = ( this . ClickPP ) ;
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
//
2023-04-04 21:22:49 +00:00
this . Label_PPups . Location = ( new global :: System . Drawing . Point ( 217 , 16 ) ) ;
2023-04-01 23:52:12 +00:00
this . Label_PPups . Name = ( "Label_PPups" ) ;
2023-04-04 21:22:49 +00:00
this . Label_PPups . Size = ( new global :: System . Drawing . Size ( 32 , 16 ) ) ;
2023-04-01 23:52:12 +00:00
this . Label_PPups . TabIndex = ( 12 ) ;
2023-04-04 21:22:49 +00:00
this . Label_PPups . Text = ( "Ups" ) ;
2023-04-01 23:52:12 +00:00
this . Label_PPups . TextAlign = ( global :: System . Drawing . ContentAlignment . BottomCenter ) ;
this . Label_PPups . Click + = ( this . ClickPPUps ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// Hidden_Cosmetic
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
this . Hidden_Cosmetic . Controls . Add ( this . Contest ) ;
this . Hidden_Cosmetic . Controls . Add ( this . FLP_PKMEditors ) ;
this . Hidden_Cosmetic . Controls . Add ( this . FLP_CosmeticTop ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_Cosmetic . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_Cosmetic . Name = ( "Hidden_Cosmetic" ) ;
this . Hidden_Cosmetic . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_Cosmetic . TabIndex = ( 5 ) ;
this . Hidden_Cosmetic . Text = ( "Cosmetic" ) ;
this . Hidden_Cosmetic . UseVisualStyleBackColor = ( true ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// Contest
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . Contest . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( global :: System . Windows . Forms . AnchorStyles . Bottom ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . Contest . CNT_Beauty = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . CNT_Cool = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . CNT_Cute = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . CNT_Sheen = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . CNT_Smart = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . CNT_Tough = ( ( global :: System . Byte ) ( 0 ) ) ;
this . Contest . Location = ( new global :: System . Drawing . Point ( 4 , 328 ) ) ;
this . Contest . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Contest . Name = ( "Contest" ) ;
this . Contest . Size = ( new global :: System . Drawing . Size ( 288 , 56 ) ) ;
this . Contest . TabIndex = ( 50 ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// FLP_PKMEditors
2020-07-25 16:58:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_PKMEditors . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( global :: System . Windows . Forms . AnchorStyles . Bottom ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKMEditors . AutoSize = ( true ) ;
this . FLP_PKMEditors . AutoSizeMode = ( global :: System . Windows . Forms . AutoSizeMode . GrowAndShrink ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors . Controls . Add ( this . BTN_Ribbons ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_Medals ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_History ) ;
2023-04-01 23:52:12 +00:00
this . FLP_PKMEditors . Location = ( new global :: System . Drawing . Point ( 56 , 288 ) ) ;
this . FLP_PKMEditors . Name = ( "FLP_PKMEditors" ) ;
this . FLP_PKMEditors . Size = ( new global :: System . Drawing . Size ( 191 , 27 ) ) ;
this . FLP_PKMEditors . TabIndex = ( 6 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . BTN_Ribbons . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Bottom ) ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Ribbons . AutoSize = ( true ) ;
this . BTN_Ribbons . AutoSizeMode = ( global :: System . Windows . Forms . AutoSizeMode . GrowAndShrink ) ;
this . BTN_Ribbons . Location = ( new global :: System . Drawing . Point ( 1 , 1 ) ) ;
this . BTN_Ribbons . Margin = ( new global :: System . Windows . Forms . Padding ( 1 ) ) ;
this . BTN_Ribbons . Name = ( "BTN_Ribbons" ) ;
this . BTN_Ribbons . Size = ( new global :: System . Drawing . Size ( 60 , 25 ) ) ;
this . BTN_Ribbons . TabIndex = ( 28 ) ;
this . BTN_Ribbons . Text = ( "Ribbons" ) ;
this . BTN_Ribbons . UseVisualStyleBackColor = ( true ) ;
this . BTN_Ribbons . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . BTN_Medals . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Bottom ) ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Medals . AutoSize = ( true ) ;
this . BTN_Medals . AutoSizeMode = ( global :: System . Windows . Forms . AutoSizeMode . GrowAndShrink ) ;
this . BTN_Medals . Location = ( new global :: System . Drawing . Point ( 63 , 1 ) ) ;
this . BTN_Medals . Margin = ( new global :: System . Windows . Forms . Padding ( 1 ) ) ;
this . BTN_Medals . Name = ( "BTN_Medals" ) ;
this . BTN_Medals . Size = ( new global :: System . Drawing . Size ( 55 , 25 ) ) ;
this . BTN_Medals . TabIndex = ( 29 ) ;
this . BTN_Medals . Text = ( "Medals" ) ;
this . BTN_Medals . UseVisualStyleBackColor = ( true ) ;
this . BTN_Medals . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . BTN_History . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Bottom ) ) | ( global :: System . Windows . Forms . AnchorStyles . Left ) ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_History . AutoSize = ( true ) ;
this . BTN_History . AutoSizeMode = ( global :: System . Windows . Forms . AutoSizeMode . GrowAndShrink ) ;
this . BTN_History . Location = ( new global :: System . Drawing . Point ( 120 , 1 ) ) ;
this . BTN_History . Margin = ( new global :: System . Windows . Forms . Padding ( 1 ) ) ;
this . BTN_History . Name = ( "BTN_History" ) ;
this . BTN_History . Size = ( new global :: System . Drawing . Size ( 70 , 25 ) ) ;
this . BTN_History . TabIndex = ( 30 ) ;
this . BTN_History . Text = ( "Memories" ) ;
this . BTN_History . UseVisualStyleBackColor = ( true ) ;
this . BTN_History . Click + = ( this . OpenHistory ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// FLP_CosmeticTop
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
this . FLP_CosmeticTop . Controls . Add ( this . GB_Markings ) ;
2023-04-01 23:52:12 +00:00
this . FLP_CosmeticTop . Controls . Add ( this . PB_Affixed ) ;
2023-01-22 04:02:33 +00:00
this . FLP_CosmeticTop . Controls . Add ( this . FLP_BigMarkings ) ;
this . FLP_CosmeticTop . Controls . Add ( this . SizeCP ) ;
this . FLP_CosmeticTop . Controls . Add ( this . ShinyLeaf ) ;
2023-04-01 23:52:12 +00:00
this . FLP_CosmeticTop . Dock = ( global :: System . Windows . Forms . DockStyle . Top ) ;
this . FLP_CosmeticTop . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_CosmeticTop . Name = ( "FLP_CosmeticTop" ) ;
this . FLP_CosmeticTop . Padding = ( new global :: System . Windows . Forms . Padding ( 0 , 16 , 0 , 0 ) ) ;
this . FLP_CosmeticTop . Size = ( new global :: System . Drawing . Size ( 296 , 280 ) ) ;
this . FLP_CosmeticTop . TabIndex = ( 0 ) ;
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
//
2017-05-23 04:55:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark6 ) ;
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 ) ;
2023-04-01 23:52:12 +00:00
this . GB_Markings . Location = ( new global :: System . Drawing . Point ( 64 , 16 ) ) ;
this . GB_Markings . Margin = ( new global :: System . Windows . Forms . Padding ( 64 , 0 , 8 , 0 ) ) ;
this . GB_Markings . Name = ( "GB_Markings" ) ;
this . GB_Markings . Padding = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . GB_Markings . Size = ( new global :: System . Drawing . Size ( 160 , 72 ) ) ;
this . GB_Markings . TabIndex = ( 1 ) ;
this . GB_Markings . TabStop = ( false ) ;
this . GB_Markings . Text = ( "Markings" ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark6 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark6 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_06 ) ;
this . PB_Mark6 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_06 ) ;
this . PB_Mark6 . Location = ( new global :: System . Drawing . Point ( 128 , 40 ) ) ;
this . PB_Mark6 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark6 . Name = ( "PB_Mark6" ) ;
this . PB_Mark6 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark6 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark6 . TabIndex = ( 5 ) ;
this . PB_Mark6 . TabStop = ( false ) ;
this . PB_Mark6 . Click + = ( this . ClickMarking ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark3 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark3 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_03 ) ;
this . PB_Mark3 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_03 ) ;
this . PB_Mark3 . Location = ( new global :: System . Drawing . Point ( 56 , 40 ) ) ;
this . PB_Mark3 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark3 . Name = ( "PB_Mark3" ) ;
this . PB_Mark3 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark3 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark3 . TabIndex = ( 2 ) ;
this . PB_Mark3 . TabStop = ( false ) ;
this . PB_Mark3 . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark5 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark5 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_05 ) ;
this . PB_Mark5 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_05 ) ;
this . PB_Mark5 . Location = ( new global :: System . Drawing . Point ( 104 , 40 ) ) ;
this . PB_Mark5 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark5 . Name = ( "PB_Mark5" ) ;
this . PB_Mark5 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark5 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark5 . TabIndex = ( 4 ) ;
this . PB_Mark5 . TabStop = ( false ) ;
this . PB_Mark5 . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . PB_MarkCured . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_MarkCured . Image = ( global :: PKHeX . WinForms . Properties . Resources . anti_pokerus_icon ) ;
this . PB_MarkCured . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . anti_pokerus_icon ) ;
this . PB_MarkCured . Location = ( new global :: System . Drawing . Point ( 80 , 16 ) ) ;
this . PB_MarkCured . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_MarkCured . Name = ( "PB_MarkCured" ) ;
this . PB_MarkCured . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_MarkCured . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_MarkCured . TabIndex = ( 7 ) ;
this . PB_MarkCured . TabStop = ( false ) ;
this . PB_MarkCured . Click + = ( this . PB_MarkCured_Click ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark2 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark2 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_02 ) ;
this . PB_Mark2 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_02 ) ;
this . PB_Mark2 . Location = ( new global :: System . Drawing . Point ( 32 , 40 ) ) ;
this . PB_Mark2 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark2 . Name = ( "PB_Mark2" ) ;
this . PB_Mark2 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark2 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark2 . TabIndex = ( 1 ) ;
this . PB_Mark2 . TabStop = ( false ) ;
this . PB_Mark2 . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . PB_MarkShiny . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_MarkShiny . Image = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon ) ;
this . PB_MarkShiny . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . rare_icon ) ;
this . PB_MarkShiny . Location = ( new global :: System . Drawing . Point ( 56 , 16 ) ) ;
this . PB_MarkShiny . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_MarkShiny . Name = ( "PB_MarkShiny" ) ;
this . PB_MarkShiny . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_MarkShiny . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_MarkShiny . TabIndex = ( 6 ) ;
this . PB_MarkShiny . TabStop = ( false ) ;
this . PB_MarkShiny . Click + = ( this . PB_MarkShiny_Click ) ;
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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark1 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark1 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_01 ) ;
this . PB_Mark1 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_01 ) ;
this . PB_Mark1 . Location = ( new global :: System . Drawing . Point ( 8 , 40 ) ) ;
this . PB_Mark1 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark1 . Name = ( "PB_Mark1" ) ;
this . PB_Mark1 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark1 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark1 . TabIndex = ( 0 ) ;
this . PB_Mark1 . TabStop = ( false ) ;
this . PB_Mark1 . Click + = ( 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
//
2023-04-01 23:52:12 +00:00
this . PB_Mark4 . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Mark4 . Image = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_04 ) ;
this . PB_Mark4 . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . box_mark_04 ) ;
this . PB_Mark4 . Location = ( new global :: System . Drawing . Point ( 80 , 40 ) ) ;
this . PB_Mark4 . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Mark4 . Name = ( "PB_Mark4" ) ;
this . PB_Mark4 . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . PB_Mark4 . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Mark4 . TabIndex = ( 3 ) ;
this . PB_Mark4 . TabStop = ( false ) ;
this . PB_Mark4 . Click + = ( this . ClickMarking ) ;
2019-02-10 02:44:21 +00:00
//
2023-04-02 00:23:04 +00:00
// PB_Affixed
//
this . PB_Affixed . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Affixed . Anchor = ( global :: System . Windows . Forms . AnchorStyles . None ) ;
this . PB_Affixed . Location = ( new global :: System . Drawing . Point ( 240 , 34 ) ) ;
this . PB_Affixed . Margin = ( new global :: System . Windows . Forms . Padding ( 8 , 4 , 0 , 0 ) ) ;
this . PB_Affixed . Name = ( "PB_Affixed" ) ;
this . PB_Affixed . Size = ( new global :: System . Drawing . Size ( 40 , 40 ) ) ;
this . PB_Affixed . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Affixed . TabIndex = ( 13 ) ;
this . PB_Affixed . TabStop = ( false ) ;
this . PB_Affixed . Click + = ( this . OpenRibbons ) ;
//
2023-01-22 04:02:33 +00:00
// FLP_BigMarkings
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . FLP_BigMarkings . Anchor = ( global :: System . Windows . Forms . AnchorStyles . None ) ;
this . FLP_BigMarkings . AutoSize = ( true ) ;
2023-01-22 04:02:33 +00:00
this . FLP_BigMarkings . Controls . Add ( this . PB_Favorite ) ;
this . FLP_BigMarkings . Controls . Add ( this . PB_Origin ) ;
this . FLP_BigMarkings . Controls . Add ( this . PB_BattleVersion ) ;
2023-04-01 23:52:12 +00:00
this . FLP_BigMarkings . Location = ( new global :: System . Drawing . Point ( 72 , 96 ) ) ;
this . FLP_BigMarkings . Margin = ( new global :: System . Windows . Forms . Padding ( 72 , 8 , 0 , 0 ) ) ;
this . FLP_BigMarkings . Name = ( "FLP_BigMarkings" ) ;
this . FLP_BigMarkings . Size = ( new global :: System . Drawing . Size ( 144 , 48 ) ) ;
this . FLP_BigMarkings . TabIndex = ( 2 ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// PB_Favorite
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . PB_Favorite . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Favorite . Anchor = ( global :: System . Windows . Forms . AnchorStyles . None ) ;
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 global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . PB_Favorite . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Favorite . Name = ( "PB_Favorite" ) ;
this . PB_Favorite . Size = ( new global :: System . Drawing . Size ( 48 , 48 ) ) ;
this . PB_Favorite . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Favorite . TabIndex = ( 10 ) ;
this . PB_Favorite . TabStop = ( false ) ;
this . PB_Favorite . Click + = ( this . ClickFavorite ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// PB_Origin
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . PB_Origin . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_Origin . Anchor = ( global :: System . Windows . Forms . AnchorStyles . None ) ;
this . PB_Origin . Location = ( new global :: System . Drawing . Point ( 48 , 0 ) ) ;
this . PB_Origin . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_Origin . Name = ( "PB_Origin" ) ;
this . PB_Origin . Size = ( new global :: System . Drawing . Size ( 48 , 48 ) ) ;
this . PB_Origin . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_Origin . TabIndex = ( 11 ) ;
this . PB_Origin . TabStop = ( false ) ;
this . PB_Origin . Click + = ( this . ClickVersionMarking ) ;
2023-01-22 04:02:33 +00:00
//
// PB_BattleVersion
//
2023-04-01 23:52:12 +00:00
this . PB_BattleVersion . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . PB_BattleVersion . Anchor = ( global :: System . Windows . Forms . AnchorStyles . None ) ;
this . PB_BattleVersion . Image = ( global :: PKHeX . WinForms . Properties . Resources . icon_btlrom ) ;
this . PB_BattleVersion . InitialImage = ( global :: PKHeX . WinForms . Properties . Resources . icon_btlrom ) ;
this . PB_BattleVersion . Location = ( new global :: System . Drawing . Point ( 96 , 0 ) ) ;
this . PB_BattleVersion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . PB_BattleVersion . Name = ( "PB_BattleVersion" ) ;
this . PB_BattleVersion . Size = ( new global :: System . Drawing . Size ( 48 , 48 ) ) ;
this . PB_BattleVersion . SizeMode = ( global :: System . Windows . Forms . PictureBoxSizeMode . CenterImage ) ;
this . PB_BattleVersion . TabIndex = ( 12 ) ;
this . PB_BattleVersion . TabStop = ( false ) ;
this . PB_BattleVersion . Click + = ( this . ClickVersionMarking ) ;
2023-01-22 04:02:33 +00:00
//
// SizeCP
//
2023-04-01 23:52:12 +00:00
this . SizeCP . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Top ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . SizeCP . Location = ( new global :: System . Drawing . Point ( 48 , 152 ) ) ;
this . SizeCP . Margin = ( new global :: System . Windows . Forms . Padding ( 48 , 8 , 0 , 0 ) ) ;
this . SizeCP . Name = ( "SizeCP" ) ;
this . SizeCP . Size = ( new global :: System . Drawing . Size ( 224 , 96 ) ) ;
this . SizeCP . TabIndex = ( 3 ) ;
2023-01-22 04:02:33 +00:00
//
// ShinyLeaf
//
2023-04-01 23:52:12 +00:00
this . ShinyLeaf . AccessibleDescription = ( "Gen 4 shiny leaf crown control" ) ;
this . ShinyLeaf . AccessibleName = ( "Gen 4 shiny leaf crown control" ) ;
this . ShinyLeaf . Location = ( new global :: System . Drawing . Point ( 56 , 256 ) ) ;
this . ShinyLeaf . Margin = ( new global :: System . Windows . Forms . Padding ( 56 , 8 , 0 , 0 ) ) ;
this . ShinyLeaf . Name = ( "ShinyLeaf" ) ;
this . ShinyLeaf . Size = ( new global :: System . Drawing . Size ( 200 , 64 ) ) ;
this . ShinyLeaf . TabIndex = ( 4 ) ;
2023-01-22 04:02:33 +00:00
//
// Hidden_OTMisc
//
2023-04-01 23:52:12 +00:00
this . Hidden_OTMisc . AllowDrop = ( true ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_OTMisc . Controls . Add ( this . FLP_OTMisc ) ;
2023-04-01 23:52:12 +00:00
this . Hidden_OTMisc . Location = ( new global :: System . Drawing . Point ( 4 , 5 ) ) ;
this . Hidden_OTMisc . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Hidden_OTMisc . Name = ( "Hidden_OTMisc" ) ;
this . Hidden_OTMisc . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . Hidden_OTMisc . TabIndex = ( 4 ) ;
this . Hidden_OTMisc . Text = ( "OT/Misc" ) ;
this . Hidden_OTMisc . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_OTMisc
//
this . FLP_OTMisc . Controls . Add ( this . GB_OT ) ;
this . FLP_OTMisc . Controls . Add ( this . TID_Trainer ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_OT ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_Country ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_SubRegion ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_3DSRegion ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_Handler ) ;
this . FLP_OTMisc . Controls . Add ( this . GB_nOT ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_HT ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_HTLanguage ) ;
this . FLP_OTMisc . Controls . Add ( this . FLP_ExtraBytes ) ;
this . FLP_OTMisc . Controls . Add ( this . L_HomeTracker ) ;
this . FLP_OTMisc . Controls . Add ( this . TB_HomeTracker ) ;
this . FLP_OTMisc . Controls . Add ( this . Label_EncryptionConstant ) ;
this . FLP_OTMisc . Controls . Add ( this . TB_EC ) ;
this . FLP_OTMisc . Controls . Add ( this . BTN_RerollEC ) ;
2023-04-01 23:52:12 +00:00
this . FLP_OTMisc . Dock = ( global :: System . Windows . Forms . DockStyle . Fill ) ;
this . FLP_OTMisc . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . FLP_OTMisc . Name = ( "FLP_OTMisc" ) ;
this . FLP_OTMisc . Size = ( new global :: System . Drawing . Size ( 296 , 391 ) ) ;
this . FLP_OTMisc . TabIndex = ( 1 ) ;
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
//
2023-01-22 04:02:33 +00:00
this . FLP_OTMisc . SetFlowBreak ( this . GB_OT , true ) ;
2023-04-01 23:52:12 +00:00
this . GB_OT . Location = ( new global :: System . Drawing . Point ( 56 , 16 ) ) ;
this . GB_OT . Margin = ( new global :: System . Windows . Forms . Padding ( 56 , 16 , 0 , 0 ) ) ;
this . GB_OT . Name = ( "GB_OT" ) ;
this . GB_OT . Size = ( new global :: System . Drawing . Size ( 216 , 24 ) ) ;
this . GB_OT . TabIndex = ( 47 ) ;
this . GB_OT . Text = ( "Trainer Information" ) ;
this . GB_OT . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleLeft ) ;
2022-11-26 22:40:31 +00:00
//
// TID_Trainer
//
2023-04-01 23:52:12 +00:00
this . TID_Trainer . Location = ( new global :: System . Drawing . Point ( 64 , 40 ) ) ;
this . TID_Trainer . Margin = ( new global :: System . Windows . Forms . Padding ( 64 , 0 , 0 , 0 ) ) ;
this . TID_Trainer . Name = ( "TID_Trainer" ) ;
this . TID_Trainer . Size = ( new global :: System . Drawing . Size ( 208 , 24 ) ) ;
this . TID_Trainer . TabIndex = ( 1 ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_OT
//
this . FLP_OT . Controls . Add ( this . Label_OT ) ;
this . FLP_OT . Controls . Add ( this . TB_OT ) ;
this . FLP_OT . Controls . Add ( this . UC_OTGender ) ;
2023-04-01 23:52:12 +00:00
this . FLP_OT . Location = ( new global :: System . Drawing . Point ( 0 , 64 ) ) ;
this . FLP_OT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_OT . Name = ( "FLP_OT" ) ;
this . FLP_OT . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_OT . TabIndex = ( 2 ) ;
2023-01-22 04:02:33 +00:00
//
// Label_OT
//
2023-04-01 23:52:12 +00:00
this . Label_OT . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_OT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_OT . Name = ( "Label_OT" ) ;
this . Label_OT . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_OT . TabIndex = ( 2 ) ;
this . Label_OT . Text = ( "OT:" ) ;
this . Label_OT . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_OT . Click + = ( this . ClickOT ) ;
2022-11-26 22:40:31 +00:00
//
2017-05-23 04:55:05 +00:00
// TB_OT
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . TB_OT . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_OT . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . TB_OT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_OT . MaxLength = ( 12 ) ;
this . TB_OT . Name = ( "TB_OT" ) ;
this . TB_OT . Size = ( new global :: System . Drawing . Size ( 94 , 23 ) ) ;
this . TB_OT . TabIndex = ( 3 ) ;
this . TB_OT . MouseDown + = ( this . UpdateNicknameClick ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// UC_OTGender
2019-02-10 02:44:21 +00:00
//
2023-04-04 21:22:49 +00:00
this . UC_OTGender . AccessibleDescription = ( "Trainer Gender Pane (0) (0) (0)" ) ;
this . UC_OTGender . AccessibleName = ( "Trainer Gender Pane (0) (0) (0)" ) ;
2023-04-01 23:52:12 +00:00
this . UC_OTGender . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . UC_OTGender . AllowClick = ( true ) ;
this . UC_OTGender . BackgroundImage = ( ( global :: System . Drawing . Image ) ( resources . GetObject ( "UC_OTGender.BackgroundImage" ) ) ) ;
this . UC_OTGender . BackgroundImageLayout = ( global :: System . Windows . Forms . ImageLayout . Center ) ;
this . UC_OTGender . Gender = ( 0 ) ;
this . UC_OTGender . Location = ( new global :: System . Drawing . Point ( 198 , 0 ) ) ;
this . UC_OTGender . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . UC_OTGender . Name = ( "UC_OTGender" ) ;
this . UC_OTGender . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . UC_OTGender . TabIndex = ( 4 ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_Country
//
2023-04-01 23:52:12 +00:00
this . FLP_Country . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_Country . Controls . Add ( this . Label_Country ) ;
this . FLP_Country . Controls . Add ( this . CB_Country ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Country . Location = ( new global :: System . Drawing . Point ( 0 , 88 ) ) ;
this . FLP_Country . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_Country . Name = ( "FLP_Country" ) ;
this . FLP_Country . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Country . TabIndex = ( 3 ) ;
2023-01-22 04:02:33 +00:00
//
// Label_Country
//
2023-04-01 23:52:12 +00:00
this . Label_Country . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_Country . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_Country . Name = ( "Label_Country" ) ;
this . Label_Country . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_Country . TabIndex = ( 16 ) ;
this . Label_Country . Text = ( "Country:" ) ;
this . Label_Country . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_Country
//
2023-04-01 23:52:12 +00:00
this . CB_Country . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_Country . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_Country . DropDownWidth = ( 180 ) ;
this . CB_Country . FormattingEnabled = ( true ) ;
this . CB_Country . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_Country . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Country . Name = ( "CB_Country" ) ;
this . CB_Country . Size = ( new global :: System . Drawing . Size ( 126 , 23 ) ) ;
this . CB_Country . TabIndex = ( 21 ) ;
this . CB_Country . SelectedIndexChanged + = ( this . UpdateCountry ) ;
this . CB_Country . Validating + = ( this . ValidateComboBox ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_SubRegion
//
2023-04-01 23:52:12 +00:00
this . FLP_SubRegion . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_SubRegion . Controls . Add ( this . Label_SubRegion ) ;
this . FLP_SubRegion . Controls . Add ( this . CB_SubRegion ) ;
2023-04-01 23:52:12 +00:00
this . FLP_SubRegion . Location = ( new global :: System . Drawing . Point ( 0 , 112 ) ) ;
this . FLP_SubRegion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_SubRegion . Name = ( "FLP_SubRegion" ) ;
this . FLP_SubRegion . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_SubRegion . TabIndex = ( 4 ) ;
2023-01-22 04:02:33 +00:00
//
// Label_SubRegion
//
2023-04-01 23:52:12 +00:00
this . Label_SubRegion . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_SubRegion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_SubRegion . Name = ( "Label_SubRegion" ) ;
this . Label_SubRegion . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_SubRegion . TabIndex = ( 17 ) ;
this . Label_SubRegion . Text = ( "Sub Region:" ) ;
this . Label_SubRegion . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_SubRegion
//
2023-04-01 23:52:12 +00:00
this . CB_SubRegion . AutoCompleteMode = ( global :: System . Windows . Forms . AutoCompleteMode . SuggestAppend ) ;
this . CB_SubRegion . AutoCompleteSource = ( global :: System . Windows . Forms . AutoCompleteSource . ListItems ) ;
this . CB_SubRegion . DropDownWidth = ( 180 ) ;
this . CB_SubRegion . FormattingEnabled = ( true ) ;
this . CB_SubRegion . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_SubRegion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_SubRegion . Name = ( "CB_SubRegion" ) ;
this . CB_SubRegion . Size = ( new global :: System . Drawing . Size ( 126 , 23 ) ) ;
this . CB_SubRegion . TabIndex = ( 22 ) ;
this . CB_SubRegion . Validating + = ( this . ValidateComboBox ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_3DSRegion
//
2023-04-01 23:52:12 +00:00
this . FLP_3DSRegion . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_3DSRegion . Controls . Add ( this . Label_3DSRegion ) ;
this . FLP_3DSRegion . Controls . Add ( this . CB_3DSReg ) ;
2023-04-01 23:52:12 +00:00
this . FLP_3DSRegion . Location = ( new global :: System . Drawing . Point ( 0 , 136 ) ) ;
this . FLP_3DSRegion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_3DSRegion . Name = ( "FLP_3DSRegion" ) ;
this . FLP_3DSRegion . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_3DSRegion . TabIndex = ( 5 ) ;
2023-01-22 04:02:33 +00:00
//
// Label_3DSRegion
//
2023-04-01 23:52:12 +00:00
this . Label_3DSRegion . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_3DSRegion . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_3DSRegion . Name = ( "Label_3DSRegion" ) ;
this . Label_3DSRegion . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_3DSRegion . TabIndex = ( 18 ) ;
this . Label_3DSRegion . Text = ( "3DS Region:" ) ;
this . Label_3DSRegion . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_3DSReg
//
2023-04-01 23:52:12 +00:00
this . CB_3DSReg . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_3DSReg . FormattingEnabled = ( true ) ;
this . CB_3DSReg . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_3DSReg . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_3DSReg . Name = ( "CB_3DSReg" ) ;
this . CB_3DSReg . Size = ( new global :: System . Drawing . Size ( 126 , 23 ) ) ;
this . CB_3DSReg . TabIndex = ( 23 ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_Handler
//
2023-04-01 23:52:12 +00:00
this . FLP_Handler . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_Handler . Controls . Add ( this . L_CurrentHandler ) ;
this . FLP_Handler . Controls . Add ( this . CB_Handler ) ;
2023-04-01 23:52:12 +00:00
this . FLP_Handler . Location = ( new global :: System . Drawing . Point ( 0 , 176 ) ) ;
this . FLP_Handler . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 16 , 0 , 8 ) ) ;
this . FLP_Handler . Name = ( "FLP_Handler" ) ;
this . FLP_Handler . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_Handler . TabIndex = ( 6 ) ;
2023-01-22 04:02:33 +00:00
//
// L_CurrentHandler
//
2023-04-01 23:52:12 +00:00
this . L_CurrentHandler . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_CurrentHandler . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_CurrentHandler . Name = ( "L_CurrentHandler" ) ;
this . L_CurrentHandler . Size = ( new global :: System . Drawing . Size ( 128 , 24 ) ) ;
this . L_CurrentHandler . TabIndex = ( 18 ) ;
this . L_CurrentHandler . Text = ( "Current Handler:" ) ;
this . L_CurrentHandler . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_Handler
//
2023-04-01 23:52:12 +00:00
this . CB_Handler . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_Handler . FormattingEnabled = ( true ) ;
this . CB_Handler . Items . AddRange ( new global :: System . Object [ ] { "OT" , "HT" } ) ;
this . CB_Handler . Location = ( new global :: System . Drawing . Point ( 128 , 0 ) ) ;
this . CB_Handler . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_Handler . Name = ( "CB_Handler" ) ;
this . CB_Handler . Size = ( new global :: System . Drawing . Size ( 48 , 23 ) ) ;
this . CB_Handler . TabIndex = ( 1 ) ;
this . CB_Handler . SelectedIndexChanged + = ( this . ChangeHandlerIndex ) ;
2023-01-22 04:02:33 +00:00
//
// GB_nOT
//
this . FLP_OTMisc . SetFlowBreak ( this . GB_nOT , true ) ;
2023-04-01 23:52:12 +00:00
this . GB_nOT . Location = ( new global :: System . Drawing . Point ( 56 , 208 ) ) ;
this . GB_nOT . Margin = ( new global :: System . Windows . Forms . Padding ( 56 , 0 , 0 , 0 ) ) ;
this . GB_nOT . Name = ( "GB_nOT" ) ;
this . GB_nOT . Size = ( new global :: System . Drawing . Size ( 216 , 24 ) ) ;
this . GB_nOT . TabIndex = ( 48 ) ;
this . GB_nOT . Text = ( "Latest (not OT) Handler" ) ;
this . GB_nOT . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleLeft ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_HT
//
this . FLP_HT . Controls . Add ( this . Label_PrevOT ) ;
this . FLP_HT . Controls . Add ( this . TB_HT ) ;
this . FLP_HT . Controls . Add ( this . UC_HTGender ) ;
2023-04-01 23:52:12 +00:00
this . FLP_HT . Location = ( new global :: System . Drawing . Point ( 0 , 232 ) ) ;
this . FLP_HT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_HT . Name = ( "FLP_HT" ) ;
this . FLP_HT . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_HT . TabIndex = ( 10 ) ;
2023-01-22 04:02:33 +00:00
//
// Label_PrevOT
//
2023-04-01 23:52:12 +00:00
this . Label_PrevOT . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . Label_PrevOT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_PrevOT . Name = ( "Label_PrevOT" ) ;
this . Label_PrevOT . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . Label_PrevOT . TabIndex = ( 1 ) ;
this . Label_PrevOT . Text = ( "OT:" ) ;
this . Label_PrevOT . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
this . Label_PrevOT . Click + = ( this . ClickCT ) ;
2023-01-22 04:02:33 +00:00
//
// TB_HT
//
2023-04-01 23:52:12 +00:00
this . TB_HT . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_HT . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . TB_HT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TB_HT . MaxLength = ( 12 ) ;
this . TB_HT . Name = ( "TB_HT" ) ;
this . TB_HT . Size = ( new global :: System . Drawing . Size ( 94 , 23 ) ) ;
this . TB_HT . TabIndex = ( 2 ) ;
this . TB_HT . WordWrap = ( false ) ;
this . TB_HT . TextChanged + = ( this . UpdateNotOT ) ;
this . TB_HT . MouseDown + = ( this . UpdateNicknameClick ) ;
2023-01-22 04:02:33 +00:00
//
// UC_HTGender
//
2023-04-04 21:22:49 +00:00
this . UC_HTGender . AccessibleDescription = ( "Handling Trainer Gender Pane (0) (0) (0)" ) ;
this . UC_HTGender . AccessibleName = ( "Handling Trainer Gender Pane (0) (0) (0)" ) ;
2023-04-01 23:52:12 +00:00
this . UC_HTGender . AccessibleRole = ( global :: System . Windows . Forms . AccessibleRole . Graphic ) ;
this . UC_HTGender . AllowClick = ( true ) ;
this . UC_HTGender . BackgroundImage = ( ( global :: System . Drawing . Image ) ( resources . GetObject ( "UC_HTGender.BackgroundImage" ) ) ) ;
this . UC_HTGender . BackgroundImageLayout = ( global :: System . Windows . Forms . ImageLayout . Center ) ;
this . UC_HTGender . Gender = ( 0 ) ;
this . UC_HTGender . Location = ( new global :: System . Drawing . Point ( 198 , 0 ) ) ;
this . UC_HTGender . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . UC_HTGender . Name = ( "UC_HTGender" ) ;
this . UC_HTGender . Size = ( new global :: System . Drawing . Size ( 24 , 24 ) ) ;
this . UC_HTGender . TabIndex = ( 3 ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_HTLanguage
//
2023-04-01 23:52:12 +00:00
this . FLP_HTLanguage . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_HTLanguage . Controls . Add ( this . L_LanguageHT ) ;
this . FLP_HTLanguage . Controls . Add ( this . CB_HTLanguage ) ;
2023-04-01 23:52:12 +00:00
this . FLP_HTLanguage . Location = ( new global :: System . Drawing . Point ( 0 , 256 ) ) ;
this . FLP_HTLanguage . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . FLP_HTLanguage . Name = ( "FLP_HTLanguage" ) ;
this . FLP_HTLanguage . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_HTLanguage . TabIndex = ( 11 ) ;
2023-01-22 04:02:33 +00:00
//
// L_LanguageHT
//
2023-04-01 23:52:12 +00:00
this . L_LanguageHT . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_LanguageHT . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_LanguageHT . Name = ( "L_LanguageHT" ) ;
this . L_LanguageHT . Size = ( new global :: System . Drawing . Size ( 104 , 24 ) ) ;
this . L_LanguageHT . TabIndex = ( 18 ) ;
this . L_LanguageHT . Text = ( "Language:" ) ;
this . L_LanguageHT . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_HTLanguage
//
2023-04-01 23:52:12 +00:00
this . CB_HTLanguage . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_HTLanguage . FormattingEnabled = ( true ) ;
this . CB_HTLanguage . Location = ( new global :: System . Drawing . Point ( 104 , 0 ) ) ;
this . CB_HTLanguage . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_HTLanguage . Name = ( "CB_HTLanguage" ) ;
this . CB_HTLanguage . Size = ( new global :: System . Drawing . Size ( 126 , 23 ) ) ;
this . CB_HTLanguage . TabIndex = ( 4 ) ;
2023-01-22 04:02:33 +00:00
//
// FLP_ExtraBytes
//
2023-04-01 23:52:12 +00:00
this . FLP_ExtraBytes . Anchor = ( ( global :: System . Windows . Forms . AnchorStyles ) ( ( global :: System . Windows . Forms . AnchorStyles . Left ) | ( global :: System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2023-01-22 04:02:33 +00:00
this . FLP_ExtraBytes . Controls . Add ( this . L_ExtraBytes ) ;
this . FLP_ExtraBytes . Controls . Add ( this . CB_ExtraBytes ) ;
this . FLP_ExtraBytes . Controls . Add ( this . TB_ExtraByte ) ;
2023-04-01 23:52:12 +00:00
this . FLP_ExtraBytes . Location = ( new global :: System . Drawing . Point ( 0 , 304 ) ) ;
this . FLP_ExtraBytes . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 24 , 0 , 8 ) ) ;
this . FLP_ExtraBytes . Name = ( "FLP_ExtraBytes" ) ;
this . FLP_ExtraBytes . Size = ( new global :: System . Drawing . Size ( 272 , 24 ) ) ;
this . FLP_ExtraBytes . TabIndex = ( 20 ) ;
2023-01-22 04:02:33 +00:00
//
// L_ExtraBytes
//
2023-04-01 23:52:12 +00:00
this . L_ExtraBytes . Location = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . L_ExtraBytes . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_ExtraBytes . Name = ( "L_ExtraBytes" ) ;
this . L_ExtraBytes . Size = ( new global :: System . Drawing . Size ( 128 , 24 ) ) ;
this . L_ExtraBytes . TabIndex = ( 18 ) ;
this . L_ExtraBytes . Text = ( "Extra Bytes:" ) ;
this . L_ExtraBytes . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// CB_ExtraBytes
//
2023-04-01 23:52:12 +00:00
this . CB_ExtraBytes . DropDownStyle = ( global :: System . Windows . Forms . ComboBoxStyle . DropDownList ) ;
this . CB_ExtraBytes . FormattingEnabled = ( true ) ;
this . CB_ExtraBytes . Location = ( new global :: System . Drawing . Point ( 128 , 0 ) ) ;
this . CB_ExtraBytes . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . CB_ExtraBytes . Name = ( "CB_ExtraBytes" ) ;
this . CB_ExtraBytes . Size = ( new global :: System . Drawing . Size ( 64 , 23 ) ) ;
this . CB_ExtraBytes . TabIndex = ( 1 ) ;
this . CB_ExtraBytes . SelectedIndexChanged + = ( this . UpdateExtraByteIndex ) ;
2023-01-22 04:02:33 +00:00
//
// TB_ExtraByte
//
2023-04-01 23:52:12 +00:00
this . TB_ExtraByte . Location = ( new global :: System . Drawing . Point ( 200 , 0 ) ) ;
this . TB_ExtraByte . Margin = ( new global :: System . Windows . Forms . Padding ( 8 , 0 , 0 , 0 ) ) ;
this . TB_ExtraByte . Mask = ( "000" ) ;
this . TB_ExtraByte . Name = ( "TB_ExtraByte" ) ;
this . TB_ExtraByte . Size = ( new global :: System . Drawing . Size ( 32 , 23 ) ) ;
this . TB_ExtraByte . TabIndex = ( 2 ) ;
this . TB_ExtraByte . TextAlign = ( global :: System . Windows . Forms . HorizontalAlignment . Center ) ;
this . TB_ExtraByte . Validated + = ( this . UpdateExtraByteValue ) ;
2023-01-22 04:02:33 +00:00
//
// L_HomeTracker
//
2023-04-01 23:52:12 +00:00
this . L_HomeTracker . Location = ( new global :: System . Drawing . Point ( 0 , 336 ) ) ;
this . L_HomeTracker . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . L_HomeTracker . Name = ( "L_HomeTracker" ) ;
this . L_HomeTracker . Size = ( new global :: System . Drawing . Size ( 128 , 24 ) ) ;
this . L_HomeTracker . TabIndex = ( 30 ) ;
this . L_HomeTracker . Text = ( "HOME Tracker:" ) ;
this . L_HomeTracker . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2023-01-22 04:02:33 +00:00
//
// TB_HomeTracker
//
2023-04-01 23:52:12 +00:00
this . TB_HomeTracker . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_HomeTracker . Font = ( new global :: System . Drawing . Font ( "Courier New" , 8.25F , global :: System . Drawing . FontStyle . Regular , global :: System . Drawing . GraphicsUnit . Point ) ) ;
this . TB_HomeTracker . Location = ( new global :: System . Drawing . Point ( 128 , 338 ) ) ;
this . TB_HomeTracker . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 2 , 0 , 0 ) ) ;
this . TB_HomeTracker . MaxLength = ( 16 ) ;
this . TB_HomeTracker . Name = ( "TB_HomeTracker" ) ;
this . TB_HomeTracker . PlaceholderText = ( "0123456789ABCDEF" ) ;
this . TB_HomeTracker . Size = ( new global :: System . Drawing . Size ( 120 , 20 ) ) ;
this . TB_HomeTracker . TabIndex = ( 31 ) ;
this . TB_HomeTracker . Validated + = ( this . Update_ID64 ) ;
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
//
2023-04-01 23:52:12 +00:00
this . Label_EncryptionConstant . Location = ( new global :: System . Drawing . Point ( 0 , 360 ) ) ;
this . Label_EncryptionConstant . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Label_EncryptionConstant . Name = ( "Label_EncryptionConstant" ) ;
this . Label_EncryptionConstant . Size = ( new global :: System . Drawing . Size ( 128 , 24 ) ) ;
this . Label_EncryptionConstant . TabIndex = ( 32 ) ;
this . Label_EncryptionConstant . Text = ( "Encryption Constant:" ) ;
this . Label_EncryptionConstant . TextAlign = ( global :: System . Drawing . ContentAlignment . MiddleRight ) ;
2019-02-10 02:44:21 +00:00
//
2023-01-22 04:02:33 +00:00
// TB_EC
2022-05-14 22:16:15 +00:00
//
2023-04-01 23:52:12 +00:00
this . TB_EC . BorderStyle = ( global :: System . Windows . Forms . BorderStyle . FixedSingle ) ;
this . TB_EC . Font = ( new global :: System . Drawing . Font ( "Courier New" , 8.25F , global :: System . Drawing . FontStyle . Regular , global :: System . Drawing . GraphicsUnit . Point ) ) ;
this . TB_EC . Location = ( new global :: System . Drawing . Point ( 128 , 362 ) ) ;
this . TB_EC . Margin = ( new global :: System . Windows . Forms . Padding ( 0 , 2 , 0 , 0 ) ) ;
this . TB_EC . MaxLength = ( 8 ) ;
this . TB_EC . Name = ( "TB_EC" ) ;
this . TB_EC . PlaceholderText = ( "12345678" ) ;
this . TB_EC . Size = ( new global :: System . Drawing . Size ( 64 , 20 ) ) ;
this . TB_EC . TabIndex = ( 33 ) ;
this . TB_EC . Validated + = ( this . Update_ID ) ;
2023-01-22 04:02:33 +00:00
//
// BTN_RerollEC
//
2023-04-01 23:52:12 +00:00
this . BTN_RerollEC . Font = ( new global :: System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , global :: System . Drawing . FontStyle . Regular , global :: System . Drawing . GraphicsUnit . Point ) ) ;
this . BTN_RerollEC . Location = ( new global :: System . Drawing . Point ( 192 , 360 ) ) ;
this . BTN_RerollEC . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . BTN_RerollEC . Name = ( "BTN_RerollEC" ) ;
this . BTN_RerollEC . Size = ( new global :: System . Drawing . Size ( 56 , 24 ) ) ;
this . BTN_RerollEC . TabIndex = ( 34 ) ;
this . BTN_RerollEC . Text = ( "Reroll" ) ;
this . BTN_RerollEC . UseVisualStyleBackColor = ( true ) ;
this . BTN_RerollEC . Click + = ( this . UpdateRandomEC ) ;
2023-01-22 04:02:33 +00:00
//
// TC_Editor
//
2023-04-01 23:52:12 +00:00
this . TC_Editor . Alignment = ( global :: System . Windows . Forms . TabAlignment . Right ) ;
2023-01-22 04:02:33 +00:00
this . TC_Editor . Controls . Add ( this . Tab_Main ) ;
this . TC_Editor . Controls . Add ( this . Tab_Met ) ;
this . TC_Editor . Controls . Add ( this . Tab_Stats ) ;
this . TC_Editor . Controls . Add ( this . Tab_Moves ) ;
this . TC_Editor . Controls . Add ( this . Tab_Cosmetic ) ;
this . TC_Editor . Controls . Add ( this . Tab_OTMisc ) ;
2023-04-01 23:52:12 +00:00
this . TC_Editor . DrawMode = ( global :: System . Windows . Forms . TabDrawMode . OwnerDrawFixed ) ;
this . TC_Editor . ItemSize = ( new global :: System . Drawing . Size ( 40 , 96 ) ) ;
this . TC_Editor . Location = ( new global :: System . Drawing . Point ( 0 , 56 ) ) ;
this . TC_Editor . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . TC_Editor . Multiline = ( true ) ;
this . TC_Editor . Name = ( "TC_Editor" ) ;
this . TC_Editor . Padding = ( new global :: System . Drawing . Point ( 0 , 0 ) ) ;
this . TC_Editor . SelectedIndex = ( 0 ) ;
this . TC_Editor . Size = ( new global :: System . Drawing . Size ( 96 , 320 ) ) ;
this . TC_Editor . SizeMode = ( global :: System . Windows . Forms . TabSizeMode . Fixed ) ;
this . TC_Editor . TabIndex = ( 0 ) ;
this . TC_Editor . SelectedIndexChanged + = ( this . ChangeSelectedTabIndex ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_Main
//
2023-04-01 23:52:12 +00:00
this . Tab_Main . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_Main . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Tab_Main . Name = ( "Tab_Main" ) ;
this . Tab_Main . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_Main . TabIndex = ( 0 ) ;
this . Tab_Main . Text = ( "Main" ) ;
this . Tab_Main . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_Met
//
2023-04-01 23:52:12 +00:00
this . Tab_Met . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_Met . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Tab_Met . Name = ( "Tab_Met" ) ;
this . Tab_Met . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_Met . TabIndex = ( 1 ) ;
this . Tab_Met . Text = ( "Met" ) ;
this . Tab_Met . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_Stats
//
2023-04-01 23:52:12 +00:00
this . Tab_Stats . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_Stats . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Tab_Stats . Name = ( "Tab_Stats" ) ;
this . Tab_Stats . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_Stats . TabIndex = ( 2 ) ;
this . Tab_Stats . Text = ( "Stats" ) ;
this . Tab_Stats . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_Moves
//
2023-04-01 23:52:12 +00:00
this . Tab_Moves . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_Moves . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Tab_Moves . Name = ( "Tab_Moves" ) ;
this . Tab_Moves . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_Moves . TabIndex = ( 3 ) ;
this . Tab_Moves . Text = ( "Moves" ) ;
this . Tab_Moves . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_Cosmetic
//
2023-04-01 23:52:12 +00:00
this . Tab_Cosmetic . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_Cosmetic . Name = ( "Tab_Cosmetic" ) ;
this . Tab_Cosmetic . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_Cosmetic . TabIndex = ( 5 ) ;
this . Tab_Cosmetic . Text = ( "Cosmetic" ) ;
this . Tab_Cosmetic . UseVisualStyleBackColor = ( true ) ;
2023-01-22 04:02:33 +00:00
//
// Tab_OTMisc
//
2023-04-01 23:52:12 +00:00
this . Tab_OTMisc . Location = ( new global :: System . Drawing . Point ( 4 , 4 ) ) ;
this . Tab_OTMisc . Margin = ( new global :: System . Windows . Forms . Padding ( 0 ) ) ;
this . Tab_OTMisc . Name = ( "Tab_OTMisc" ) ;
this . Tab_OTMisc . Size = ( new global :: System . Drawing . Size ( 0 , 312 ) ) ;
this . Tab_OTMisc . TabIndex = ( 4 ) ;
this . Tab_OTMisc . Text = ( "OT/Misc" ) ;
this . Tab_OTMisc . UseVisualStyleBackColor = ( true ) ;
//
2017-05-23 04:55:05 +00:00
// PKMEditor
2019-02-10 02:44:21 +00:00
//
2023-04-01 23:52:12 +00:00
this . AutoScaleMode = ( global :: System . Windows . Forms . AutoScaleMode . Inherit ) ;
2023-01-22 04:02:33 +00:00
this . Controls . Add ( this . TC_Editor ) ;
this . Controls . Add ( this . Hidden_TC ) ;
2023-04-01 23:52:12 +00:00
this . Name = ( "PKMEditor" ) ;
this . Size = ( new global :: System . Drawing . Size ( 400 , 400 ) ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_TC . ResumeLayout ( false ) ;
this . Hidden_Main . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Main . ResumeLayout ( false ) ;
this . FLP_PID . ResumeLayout ( false ) ;
this . FLP_PIDLeft . ResumeLayout ( false ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_ShinyStar ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_ShinySquare ) ) . EndInit ( ) ;
2017-05-23 04:55:05 +00:00
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 ) ;
2019-11-16 01:34:18 +00:00
this . FLP_OriginalNature . ResumeLayout ( false ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Form . ResumeLayout ( false ) ;
this . FLP_FormLeft . ResumeLayout ( false ) ;
this . FLP_FormRight . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . FLP_HeldItem . ResumeLayout ( false ) ;
this . FLP_Ability . ResumeLayout ( false ) ;
this . FLP_AbilityRight . ResumeLayout ( false ) ;
this . FLP_AbilityRight . PerformLayout ( ) ;
2019-12-26 22:52:50 +00:00
this . FLP_Friendship . ResumeLayout ( false ) ;
this . FLP_FriendshipLeft . ResumeLayout ( false ) ;
this . FLP_FriendshipRight . ResumeLayout ( false ) ;
this . FLP_FriendshipRight . PerformLayout ( ) ;
2017-05-23 04:55:05 +00:00
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_NSparkle . ResumeLayout ( false ) ;
this . FLP_NSparkle . PerformLayout ( ) ;
this . FLP_ShadowID . ResumeLayout ( false ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . EndInit ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_Purification . ResumeLayout ( false ) ;
this . FLP_Purification . PerformLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . EndInit ( ) ;
2018-11-14 03:25:03 +00:00
this . FLP_CatchRate . ResumeLayout ( false ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Met . ResumeLayout ( false ) ;
this . Hidden_Met . PerformLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_EggConditions . ResumeLayout ( false ) ;
this . FLP_Met . ResumeLayout ( false ) ;
this . FLP_OriginGame . ResumeLayout ( false ) ;
2020-06-19 23:51:15 +00:00
this . FLP_BattleVersion . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetLocation . ResumeLayout ( false ) ;
this . FLP_Ball . ResumeLayout ( false ) ;
this . FLP_BallLeft . ResumeLayout ( false ) ;
this . FLP_BallLeft . PerformLayout ( ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . EndInit ( ) ;
2022-11-26 22:40:31 +00:00
this . FLP_MetDate . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . FLP_MetLevel . ResumeLayout ( false ) ;
this . FLP_MetLevel . PerformLayout ( ) ;
2022-11-25 01:42:17 +00:00
this . FLP_ObedienceLevel . ResumeLayout ( false ) ;
this . FLP_ObedienceLevel . PerformLayout ( ) ;
2021-07-04 06:25:09 +00:00
this . FLP_GroundTile . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . FLP_TimeOfDay . ResumeLayout ( false ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_Stats . ResumeLayout ( false ) ;
this . Hidden_Moves . ResumeLayout ( false ) ;
this . Hidden_Moves . PerformLayout ( ) ;
2022-04-25 03:19:50 +00:00
this . FLP_MoveFlags . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . GB_RelearnMoves . ResumeLayout ( false ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . EndInit ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_CurrentMoves . ResumeLayout ( false ) ;
2023-01-22 04:02:33 +00:00
this . FLP_Moves . ResumeLayout ( false ) ;
this . Hidden_Cosmetic . ResumeLayout ( false ) ;
this . Hidden_Cosmetic . PerformLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . FLP_PKMEditors . ResumeLayout ( false ) ;
this . FLP_PKMEditors . PerformLayout ( ) ;
2023-01-22 04:02:33 +00:00
this . FLP_CosmeticTop . ResumeLayout ( false ) ;
this . FLP_CosmeticTop . PerformLayout ( ) ;
2017-05-23 04:55:05 +00:00
this . GB_Markings . ResumeLayout ( false ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . EndInit ( ) ;
2023-04-02 00:23:04 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Affixed ) ) . EndInit ( ) ;
2023-01-22 04:02:33 +00:00
this . FLP_BigMarkings . ResumeLayout ( false ) ;
2023-04-01 23:52:12 +00:00
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Favorite ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_Origin ) ) . EndInit ( ) ;
( ( global :: System . ComponentModel . ISupportInitialize ) ( this . PB_BattleVersion ) ) . EndInit ( ) ;
2023-01-22 04:02:33 +00:00
this . Hidden_OTMisc . ResumeLayout ( false ) ;
this . FLP_OTMisc . ResumeLayout ( false ) ;
this . FLP_OTMisc . PerformLayout ( ) ;
this . FLP_OT . ResumeLayout ( false ) ;
this . FLP_OT . PerformLayout ( ) ;
this . FLP_Country . ResumeLayout ( false ) ;
this . FLP_SubRegion . ResumeLayout ( false ) ;
this . FLP_3DSRegion . ResumeLayout ( false ) ;
this . FLP_Handler . ResumeLayout ( false ) ;
this . FLP_HT . ResumeLayout ( false ) ;
this . FLP_HT . PerformLayout ( ) ;
this . FLP_HTLanguage . ResumeLayout ( false ) ;
this . FLP_ExtraBytes . ResumeLayout ( false ) ;
this . FLP_ExtraBytes . PerformLayout ( ) ;
this . TC_Editor . ResumeLayout ( false ) ;
2017-05-23 04:55:05 +00:00
this . ResumeLayout ( false ) ;
}
#endregion
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . TabControl Hidden_TC ;
private System . Windows . Forms . TabPage Hidden_Main ;
2017-05-23 04:55:05 +00:00
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 ;
2023-02-05 19:18:05 +00:00
private PKHeX . WinForms . Controls . SelectablePictureBox PB_ShinyStar ;
private PKHeX . WinForms . Controls . SelectablePictureBox PB_ShinySquare ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_PIDRight ;
private System . Windows . Forms . TextBox TB_PID ;
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 ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . CheckBox CHK_NicknamedFlag ;
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 . 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 ;
2019-12-26 22:52:50 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_Friendship ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipLeft ;
2019-01-03 02:49:36 +00:00
private System . Windows . Forms . Label Label_Friendship ;
private System . Windows . Forms . Label Label_HatchCounter ;
2019-12-26 22:52:50 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipRight ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . MaskedTextBox TB_Friendship ;
private System . Windows . Forms . Label Label_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 ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . TabPage Hidden_Met ;
2017-05-23 04:55:05 +00:00
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 ;
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 . CheckBox CHK_Fateful ;
2021-07-04 06:25:09 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_GroundTile ;
private System . Windows . Forms . Label Label_GroundTile ;
private System . Windows . Forms . ComboBox CB_GroundTile ;
2017-05-23 04:55:05 +00:00
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 ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . TabPage Hidden_Stats ;
private System . Windows . Forms . TabPage Hidden_Moves ;
2017-05-23 04:55:05 +00:00
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 . Label Label_CurPP ;
private System . Windows . Forms . Label Label_PPups ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . TabPage Hidden_OTMisc ;
2017-05-23 04:55:05 +00:00
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 ;
2022-04-25 03:19:50 +00:00
private System . Windows . Forms . TextBox TB_HT ;
2017-05-23 04:55:05 +00:00
private System . Windows . Forms . Label Label_PrevOT ;
private System . Windows . Forms . Button BTN_RerollEC ;
private System . Windows . Forms . GroupBox GB_Markings ;
private System . Windows . Forms . PictureBox PB_Mark6 ;
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 . MaskedTextBox TB_ExtraByte ;
private System . Windows . Forms . ComboBox CB_ExtraBytes ;
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 Controls . ShinyLeaf ShinyLeaf ;
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 SizeCP SizeCP ;
2018-12-05 02:38:47 +00:00
private System . Windows . Forms . PictureBox PB_Favorite ;
2019-11-16 01:34:18 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_OriginalNature ;
private System . Windows . Forms . Label L_OriginalNature ;
private System . Windows . Forms . ComboBox CB_StatNature ;
private System . Windows . Forms . PictureBox PB_Origin ;
private System . Windows . Forms . ComboBox CB_HTLanguage ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . Button B_RelearnFlags ;
2019-12-26 22:52:50 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_Form ;
private System . Windows . Forms . FlowLayoutPanel FLP_FormLeft ;
private System . Windows . Forms . FlowLayoutPanel FLP_FormRight ;
private System . Windows . Forms . ComboBox CB_Form ;
2020-02-13 02:10:03 +00:00
private System . Windows . Forms . TextBox TB_HomeTracker ;
private System . Windows . Forms . Label L_HomeTracker ;
2020-06-19 23:51:15 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_BattleVersion ;
private System . Windows . Forms . Label L_BattleVersion ;
private System . Windows . Forms . ComboBox CB_BattleVersion ;
private System . Windows . Forms . PictureBox PB_BattleVersion ;
2020-12-28 19:51:25 +00:00
private FormArgument FA_Form ;
2022-02-05 01:36:51 +00:00
private System . Windows . Forms . Button B_MoveShop ;
private System . Windows . Forms . FlowLayoutPanel FLP_MoveFlags ;
private System . Windows . Forms . Label L_AlphaMastered ;
private System . Windows . Forms . ComboBox CB_AlphaMastered ;
2022-04-25 03:19:50 +00:00
private GenderToggle UC_Gender ;
private GenderToggle UC_HTGender ;
private GenderToggle UC_OTGender ;
2022-11-25 01:42:17 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_ObedienceLevel ;
private System . Windows . Forms . Label L_ObedienceLevel ;
private System . Windows . Forms . MaskedTextBox TB_ObedienceLevel ;
2022-11-26 22:40:31 +00:00
private System . Windows . Forms . Label L_FormArgument ;
2023-01-22 04:02:33 +00:00
private System . Windows . Forms . Label Label_MetLocation ;
private System . Windows . Forms . FlowLayoutPanel FLP_Moves ;
private MoveChoice MC_Move1 ;
private MoveChoice MC_Move2 ;
private MoveChoice MC_Move3 ;
private MoveChoice MC_Move4 ;
private PKHeX . WinForms . Controls . VerticalTabControlEntityEditor TC_Editor ;
private System . Windows . Forms . TabPage Tab_Main ;
private System . Windows . Forms . TabPage Tab_Met ;
private System . Windows . Forms . TabPage Tab_Stats ;
private System . Windows . Forms . TabPage Tab_Moves ;
private System . Windows . Forms . TabPage Tab_OTMisc ;
private System . Windows . Forms . TabPage Hidden_Cosmetic ;
private System . Windows . Forms . TabPage Tab_Cosmetic ;
private System . Windows . Forms . FlowLayoutPanel FLP_CosmeticTop ;
private System . Windows . Forms . FlowLayoutPanel FLP_BigMarkings ;
private StatEditor Stats ;
private ContestStat Contest ;
private TrainerID TID_Trainer ;
private System . Windows . Forms . Label CHK_Nicknamed ;
private System . Windows . Forms . FlowLayoutPanel FLP_OTMisc ;
private System . Windows . Forms . Label GB_OT ;
private System . Windows . Forms . FlowLayoutPanel FLP_OT ;
private System . Windows . Forms . Label GB_nOT ;
private System . Windows . Forms . FlowLayoutPanel FLP_HT ;
private System . Windows . Forms . FlowLayoutPanel FLP_HTLanguage ;
private System . Windows . Forms . Label L_LanguageHT ;
private System . Windows . Forms . FlowLayoutPanel FLP_ExtraBytes ;
private System . Windows . Forms . Label L_ExtraBytes ;
private System . Windows . Forms . FlowLayoutPanel FLP_Handler ;
private System . Windows . Forms . Label L_CurrentHandler ;
private System . Windows . Forms . ComboBox CB_Handler ;
2023-04-01 23:52:12 +00:00
private global :: System . Windows . Forms . PictureBox PB_Affixed ;
2017-05-23 04:55:05 +00:00
}
}