2017-01-08 07:54:09 +00:00
namespace PKHeX.WinForms
2014-06-28 21:22:05 +00:00
{
2015-09-21 03:34:09 +00:00
partial class Main
2014-06-28 21:22:05 +00:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
public void InitializeComponent ( )
{
2015-11-19 05:37:30 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2015-09-21 03:34:09 +00:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( Main ) ) ;
2014-06-28 21:22:05 +00:00
this . tabMain = new System . Windows . Forms . TabControl ( ) ;
this . Tab_Main = new System . Windows . Forms . TabPage ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Main = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_PID = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_PIDLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_PID = new System . Windows . Forms . Label ( ) ;
this . BTN_Shinytize = new System . Windows . Forms . Button ( ) ;
this . Label_IsShiny = new System . Windows . Forms . PictureBox ( ) ;
this . FLP_PIDRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_PID = new System . Windows . Forms . TextBox ( ) ;
this . Label_Gender = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . BTN_RerollPID = new System . Windows . Forms . Button ( ) ;
this . FLP_Species = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Species = new System . Windows . Forms . Label ( ) ;
this . CB_Species = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Nickname = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_NicknameLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_Nicknamed = new System . Windows . Forms . CheckBox ( ) ;
this . TB_Nickname = new System . Windows . Forms . TextBox ( ) ;
this . FLP_EXPLevel = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_EXP = new System . Windows . Forms . Label ( ) ;
this . FLP_EXPLevelRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_EXP = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_CurLevel = new System . Windows . Forms . Label ( ) ;
this . TB_Level = new System . Windows . Forms . MaskedTextBox ( ) ;
this . MT_Level = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Nature = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Nature = new System . Windows . Forms . Label ( ) ;
this . CB_Nature = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_HeldItem = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . Label_HeldItem = new System . Windows . Forms . Label ( ) ;
this . CB_HeldItem = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_FriendshipForm = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_FriendshipFormLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Friendship = new System . Windows . Forms . Label ( ) ;
this . Label_HatchCounter = new System . Windows . Forms . Label ( ) ;
this . FLP_FriendshipFormRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_Friendship = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_Form = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . CB_Form = new System . Windows . Forms . ComboBox ( ) ;
this . MT_Form = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Ability = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . Label_Ability = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_AbilityRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CB_Ability = new System . Windows . Forms . ComboBox ( ) ;
2014-08-15 22:28:15 +00:00
this . DEV_Ability = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . TB_AbilityNumber = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Language = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Language = new System . Windows . Forms . Label ( ) ;
this . CB_Language = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_EggPKRS = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_EggPKRSLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_IsEgg = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_EggPKRSRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_Infected = new System . Windows . Forms . CheckBox ( ) ;
this . CHK_Cured = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_PKRS = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_PKRS = new System . Windows . Forms . Label ( ) ;
this . FLP_PKRSRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CB_PKRSStrain = new System . Windows . Forms . ComboBox ( ) ;
this . Label_PKRSdays = new System . Windows . Forms . Label ( ) ;
this . CB_PKRSDays = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Country = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Country = new System . Windows . Forms . Label ( ) ;
this . CB_Country = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_SubRegion = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SubRegion = new System . Windows . Forms . Label ( ) ;
this . CB_SubRegion = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_3DSRegion = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_3DSRegion = new System . Windows . Forms . Label ( ) ;
this . CB_3DSReg = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_NSparkle = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_NSparkle = new System . Windows . Forms . Label ( ) ;
this . CHK_NSparkle = new System . Windows . Forms . CheckBox ( ) ;
2016-10-01 23:52:29 +00:00
this . FLP_ShadowID = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_ShadowID = new System . Windows . Forms . Label ( ) ;
this . NUD_ShadowID = new System . Windows . Forms . NumericUpDown ( ) ;
this . FLP_Purification = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_HeartGauge = new System . Windows . Forms . Label ( ) ;
this . NUD_Purification = new System . Windows . Forms . NumericUpDown ( ) ;
this . CHK_Shadow = new System . Windows . Forms . CheckBox ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Met = new System . Windows . Forms . TabPage ( ) ;
this . CHK_AsEgg = new System . Windows . Forms . CheckBox ( ) ;
this . GB_EggConditions = new System . Windows . Forms . GroupBox ( ) ;
this . CB_EggLocation = new System . Windows . Forms . ComboBox ( ) ;
this . CAL_EggDate = new System . Windows . Forms . DateTimePicker ( ) ;
this . Label_EggDate = new System . Windows . Forms . Label ( ) ;
this . Label_EggLocation = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Met = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_OriginGame = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . Label_OriginGame = new System . Windows . Forms . Label ( ) ;
this . CB_GameOrigin = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_MetLocation = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetLocation = new System . Windows . Forms . Label ( ) ;
2014-06-28 21:22:05 +00:00
this . CB_MetLocation = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Ball = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2016-11-27 03:41:17 +00:00
this . FLP_BallLeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2016-09-05 21:26:21 +00:00
this . Label_Ball = new System . Windows . Forms . Label ( ) ;
2016-11-27 03:41:17 +00:00
this . PB_Ball = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . CB_Ball = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_MetLevel = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetLevel = new System . Windows . Forms . Label ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_MetLevel = new System . Windows . Forms . MaskedTextBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_MetDate = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_MetDate = new System . Windows . Forms . Label ( ) ;
2014-06-28 21:22:05 +00:00
this . CAL_MetDate = new System . Windows . Forms . DateTimePicker ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Fateful = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . PAN_Fateful = new System . Windows . Forms . Panel ( ) ;
this . CHK_Fateful = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_EncounterType = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_EncounterType = new System . Windows . Forms . Label ( ) ;
2014-06-28 21:22:05 +00:00
this . CB_EncounterType = new System . Windows . Forms . ComboBox ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_TimeOfDay = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . L_MetTimeOfDay = new System . Windows . Forms . Label ( ) ;
this . CB_MetTimeOfDay = new System . Windows . Forms . ComboBox ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Stats = new System . Windows . Forms . TabPage ( ) ;
2016-09-05 21:26:21 +00:00
this . PAN_Contest = new System . Windows . Forms . Panel ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_Sheen = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_Tough = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_Smart = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_Cute = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_Beauty = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_Cool = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_Sheen = new System . Windows . Forms . Label ( ) ;
this . Label_Tough = new System . Windows . Forms . Label ( ) ;
this . Label_Smart = new System . Windows . Forms . Label ( ) ;
this . Label_Cute = new System . Windows . Forms . Label ( ) ;
this . Label_Beauty = new System . Windows . Forms . Label ( ) ;
this . Label_Cool = new System . Windows . Forms . Label ( ) ;
this . Label_ContestStats = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Stats = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_StatHeader = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_HackedStats = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . CHK_HackedStats = new System . Windows . Forms . CheckBox ( ) ;
this . FLP_StatsHeaderRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2016-09-11 20:02:56 +00:00
this . Label_IVs = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . Label_EVs = new System . Windows . Forms . Label ( ) ;
this . Label_Stats = new System . Windows . Forms . Label ( ) ;
this . FLP_HP = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2014-06-28 21:22:05 +00:00
this . Label_HP = new System . Windows . Forms . Label ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_HPRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_HPIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_HPEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_HP = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Atk = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_ATK = new System . Windows . Forms . Label ( ) ;
this . FLP_AtkRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_ATKIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_ATKEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_ATK = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Def = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_DEF = new System . Windows . Forms . Label ( ) ;
this . FLP_DefRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_DEFIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_DEFEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_DEF = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_SpA = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . FLP_SpALeft = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPA = new System . Windows . Forms . Label ( ) ;
this . Label_SPC = new System . Windows . Forms . Label ( ) ;
this . FLP_SpARight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_SPAIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPAEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPA = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_SpD = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPD = new System . Windows . Forms . Label ( ) ;
this . FLP_SpDRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_SPDIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPDEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPD = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_Spe = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_SPE = new System . Windows . Forms . Label ( ) ;
this . FLP_SpeRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_SPEIV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_SPEEV = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Stat_SPE = new System . Windows . Forms . MaskedTextBox ( ) ;
this . FLP_StatsTotal = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_Total = new System . Windows . Forms . Label ( ) ;
this . FLP_StatsTotalRight = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . TB_IVTotal = new System . Windows . Forms . TextBox ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_EVTotal = new System . Windows . Forms . TextBox ( ) ;
2016-09-05 21:26:21 +00:00
this . L_Potential = new System . Windows . Forms . Label ( ) ;
this . FLP_HPType = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_HiddenPowerPrefix = new System . Windows . Forms . Label ( ) ;
this . CB_HPType = new System . Windows . Forms . ComboBox ( ) ;
this . FLP_Characteristic = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . Label_CharacteristicPrefix = new System . Windows . Forms . Label ( ) ;
this . L_Characteristic = new System . Windows . Forms . Label ( ) ;
this . BTN_RandomEVs = new System . Windows . Forms . Button ( ) ;
this . BTN_RandomIVs = new System . Windows . Forms . Button ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Attacks = new System . Windows . Forms . TabPage ( ) ;
2016-02-17 15:54:59 +00:00
this . PB_WarnMove4 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove3 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove2 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnMove1 = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_RelearnMoves = new System . Windows . Forms . GroupBox ( ) ;
2016-02-28 02:10:02 +00:00
this . PB_WarnRelearn4 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnRelearn3 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_WarnRelearn2 = new System . Windows . Forms . PictureBox ( ) ;
2016-02-17 15:54:59 +00:00
this . PB_WarnRelearn1 = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_RelearnMove1 = new System . Windows . Forms . ComboBox ( ) ;
this . GB_CurrentMoves = new System . Windows . Forms . GroupBox ( ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP4 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP3 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP2 = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_PP1 = new System . Windows . Forms . MaskedTextBox ( ) ;
2014-06-28 21:22:05 +00:00
this . Label_CurPP = new System . Windows . Forms . Label ( ) ;
this . Label_PPups = new System . Windows . Forms . Label ( ) ;
this . CB_PPu4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move4 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_PPu1 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move3 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_Move1 = new System . Windows . Forms . ComboBox ( ) ;
this . Tab_OTMisc = new System . Windows . Forms . TabPage ( ) ;
2016-07-17 00:19:26 +00:00
this . FLP_PKMEditors = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . BTN_Ribbons = new System . Windows . Forms . Button ( ) ;
this . BTN_Medals = new System . Windows . Forms . Button ( ) ;
2016-07-27 03:18:48 +00:00
this . BTN_History = new System . Windows . Forms . Button ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_EC = new System . Windows . Forms . TextBox ( ) ;
this . GB_nOT = new System . Windows . Forms . GroupBox ( ) ;
this . Label_CTGender = new System . Windows . Forms . Label ( ) ;
this . TB_OTt2 = new System . Windows . Forms . TextBox ( ) ;
this . Label_PrevOT = new System . Windows . Forms . Label ( ) ;
this . BTN_RerollEC = new System . Windows . Forms . Button ( ) ;
this . GB_Markings = new System . Windows . Forms . GroupBox ( ) ;
2017-02-05 04:39:42 +00:00
this . PB_MarkHorohoro = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkVC = new System . Windows . Forms . PictureBox ( ) ;
2016-11-11 10:00:47 +00:00
this . PB_MarkAlola = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark6 = new System . Windows . Forms . PictureBox ( ) ;
2016-06-20 04:22:43 +00:00
this . PB_MarkPentagon = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark3 = new System . Windows . Forms . PictureBox ( ) ;
2016-06-20 04:22:43 +00:00
this . PB_Mark5 = new System . Windows . Forms . PictureBox ( ) ;
this . PB_MarkCured = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark2 = new System . Windows . Forms . PictureBox ( ) ;
2016-06-20 04:22:43 +00:00
this . PB_MarkShiny = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark1 = new System . Windows . Forms . PictureBox ( ) ;
2016-06-20 04:22:43 +00:00
this . PB_Mark4 = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_ExtraBytes = new System . Windows . Forms . GroupBox ( ) ;
this . TB_ExtraByte = new System . Windows . Forms . MaskedTextBox ( ) ;
this . CB_ExtraBytes = new System . Windows . Forms . ComboBox ( ) ;
this . GB_OT = new System . Windows . Forms . GroupBox ( ) ;
this . Label_OTGender = new System . Windows . Forms . Label ( ) ;
this . TB_OT = new System . Windows . Forms . TextBox ( ) ;
this . TB_SID = new System . Windows . Forms . MaskedTextBox ( ) ;
this . TB_TID = new System . Windows . Forms . MaskedTextBox ( ) ;
this . Label_OT = new System . Windows . Forms . Label ( ) ;
this . Label_SID = new System . Windows . Forms . Label ( ) ;
this . Label_TID = new System . Windows . Forms . Label ( ) ;
this . Label_EncryptionConstant = new System . Windows . Forms . Label ( ) ;
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
this . Menu_File = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Open = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Save = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ExportSAV = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportMAIN = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_ExportBAK = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Exit = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Tools = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Showdown = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-07-10 17:32:51 +00:00
this . Menu_ShowdownImportPKM = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_ShowdownExportPKM = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ShowdownExportParty = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_ShowdownExportBattleBox = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_CyberGadget = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_OpenTemp = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_OpenCache = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Data = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_LoadBoxes = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_DumpBoxes = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Report = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Database = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-09-04 17:38:53 +00:00
this . Menu_MGDatabase = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-07-13 05:19:51 +00:00
this . Menu_BatchEditor = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Other = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_OpenSDF = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_OpenSDB = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Options = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Language = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . CB_MainLanguage = new System . Windows . Forms . ToolStripComboBox ( ) ;
2015-10-24 03:13:32 +00:00
this . Menu_Modify = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-11-19 05:37:30 +00:00
this . Menu_ModifyDex = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-07-10 17:32:51 +00:00
this . Menu_ModifyPKM = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2017-02-05 04:39:42 +00:00
this . Menu_FlagIllegal = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-10-30 23:40:19 +00:00
this . Menu_Undo = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . Menu_Redo = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-11-19 05:37:30 +00:00
this . Menu_Unicode = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2015-10-24 03:13:32 +00:00
this . Menu_About = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-06-28 21:22:05 +00:00
this . tabBoxMulti = new System . Windows . Forms . TabControl ( ) ;
this . Tab_Box = new System . Windows . Forms . TabPage ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Box = new System . Windows . Forms . Panel ( ) ;
2014-06-28 21:22:05 +00:00
this . bpkx30 = new System . Windows . Forms . PictureBox ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuVSD = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . mnuView = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuSet = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuDelete = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-06-28 21:22:05 +00:00
this . bpkx29 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx28 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx27 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx26 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx25 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx24 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx23 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx22 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx21 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx20 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx19 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx18 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx17 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx16 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx15 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx14 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx13 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx12 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx11 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx10 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx9 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx8 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx7 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx6 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx5 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx4 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx3 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx2 = new System . Windows . Forms . PictureBox ( ) ;
this . bpkx1 = new System . Windows . Forms . PictureBox ( ) ;
2014-08-01 23:53:09 +00:00
this . B_BoxRight = new System . Windows . Forms . Button ( ) ;
this . B_BoxLeft = new System . Windows . Forms . Button ( ) ;
2015-05-07 02:30:31 +00:00
this . CB_BoxSelect = new System . Windows . Forms . ComboBox ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_PartyBattle = new System . Windows . Forms . TabPage ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_BattleBox = new System . Windows . Forms . Panel ( ) ;
2015-12-28 21:52:08 +00:00
this . PB_Locked = new System . Windows . Forms . PictureBox ( ) ;
2014-07-29 22:33:22 +00:00
this . bbpkx1 = new System . Windows . Forms . PictureBox ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuV = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . mnu2View = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2014-07-29 22:33:22 +00:00
this . bbpkx2 = new System . Windows . Forms . PictureBox ( ) ;
this . bbpkx3 = new System . Windows . Forms . PictureBox ( ) ;
this . bbpkx4 = new System . Windows . Forms . PictureBox ( ) ;
this . bbpkx5 = new System . Windows . Forms . PictureBox ( ) ;
this . bbpkx6 = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . L_ReadOnlyPBB = new System . Windows . Forms . Label ( ) ;
this . L_BattleBox = new System . Windows . Forms . Label ( ) ;
this . L_Party = new System . Windows . Forms . Label ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Party = new System . Windows . Forms . Panel ( ) ;
2014-06-28 21:22:05 +00:00
this . ppkx1 = new System . Windows . Forms . PictureBox ( ) ;
2014-07-29 22:33:22 +00:00
this . ppkx2 = new System . Windows . Forms . PictureBox ( ) ;
this . ppkx3 = new System . Windows . Forms . PictureBox ( ) ;
this . ppkx4 = new System . Windows . Forms . PictureBox ( ) ;
this . ppkx5 = new System . Windows . Forms . PictureBox ( ) ;
this . ppkx6 = new System . Windows . Forms . PictureBox ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other = new System . Windows . Forms . TabPage ( ) ;
this . GB_Daycare = new System . Windows . Forms . GroupBox ( ) ;
2014-12-15 00:50:15 +00:00
this . L_XP2 = new System . Windows . Forms . Label ( ) ;
this . L_XP1 = new System . Windows . Forms . Label ( ) ;
2014-06-28 21:22:05 +00:00
this . TB_Daycare2XP = new System . Windows . Forms . TextBox ( ) ;
this . TB_Daycare1XP = new System . Windows . Forms . TextBox ( ) ;
this . L_DC2 = new System . Windows . Forms . Label ( ) ;
this . L_DC1 = new System . Windows . Forms . Label ( ) ;
this . L_DaycareSeed = new System . Windows . Forms . Label ( ) ;
this . TB_RNGSeed = new System . Windows . Forms . TextBox ( ) ;
this . dcpkx2 = new System . Windows . Forms . PictureBox ( ) ;
this . dcpkx1 = new System . Windows . Forms . PictureBox ( ) ;
this . DayCare_HasEgg = new System . Windows . Forms . CheckBox ( ) ;
this . GB_GTS = new System . Windows . Forms . GroupBox ( ) ;
this . gtspkx = new System . Windows . Forms . PictureBox ( ) ;
this . GB_Fused = new System . Windows . Forms . GroupBox ( ) ;
this . fusedpkx = new System . Windows . Forms . PictureBox ( ) ;
this . L_ReadOnlyOther = new System . Windows . Forms . Label ( ) ;
2014-12-04 01:26:12 +00:00
this . GB_SUBE = new System . Windows . Forms . GroupBox ( ) ;
this . subepkx1 = new System . Windows . Forms . PictureBox ( ) ;
this . subepkx2 = new System . Windows . Forms . PictureBox ( ) ;
this . subepkx3 = new System . Windows . Forms . PictureBox ( ) ;
2015-12-18 02:55:59 +00:00
this . Tab_SAV = new System . Windows . Forms . TabPage ( ) ;
2016-10-01 23:52:29 +00:00
this . CB_SaveSlot = new System . Windows . Forms . ComboBox ( ) ;
this . L_SaveSlot = new System . Windows . Forms . Label ( ) ;
2016-01-03 04:22:53 +00:00
this . L_Secure2 = new System . Windows . Forms . Label ( ) ;
this . TB_Secure2 = new System . Windows . Forms . TextBox ( ) ;
this . L_Secure1 = new System . Windows . Forms . Label ( ) ;
this . TB_Secure1 = new System . Windows . Forms . TextBox ( ) ;
2014-06-28 21:22:05 +00:00
this . B_JPEG = new System . Windows . Forms . Button ( ) ;
2015-12-18 02:55:59 +00:00
this . L_GameSync = new System . Windows . Forms . Label ( ) ;
this . TB_GameSync = new System . Windows . Forms . TextBox ( ) ;
2015-09-26 04:56:15 +00:00
this . B_SaveBoxBin = new System . Windows . Forms . Button ( ) ;
2014-06-28 21:22:05 +00:00
this . B_VerifyCHK = new System . Windows . Forms . Button ( ) ;
2016-06-20 04:22:43 +00:00
this . GB_SAVtools = new System . Windows . Forms . GroupBox ( ) ;
this . FLP_SAVtools = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . B_OpenTrainerInfo = new System . Windows . Forms . Button ( ) ;
2016-08-20 06:36:13 +00:00
this . B_OpenItemPouch = new System . Windows . Forms . Button ( ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenBoxLayout = new System . Windows . Forms . Button ( ) ;
2016-06-20 04:22:43 +00:00
this . B_OpenWondercards = new System . Windows . Forms . Button ( ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenOPowers = new System . Windows . Forms . Button ( ) ;
this . B_OpenEventFlags = new System . Windows . Forms . Button ( ) ;
this . B_OpenPokedex = new System . Windows . Forms . Button ( ) ;
2016-09-10 20:40:03 +00:00
this . B_OpenLinkInfo = new System . Windows . Forms . Button ( ) ;
2016-06-20 04:22:43 +00:00
this . B_OpenBerryField = new System . Windows . Forms . Button ( ) ;
2016-09-10 20:40:03 +00:00
this . B_OpenPokeblocks = new System . Windows . Forms . Button ( ) ;
2016-08-29 03:13:52 +00:00
this . B_OpenSecretBase = new System . Windows . Forms . Button ( ) ;
2016-08-20 06:36:13 +00:00
this . B_OpenPokepuffs = new System . Windows . Forms . Button ( ) ;
this . B_OpenSuperTraining = new System . Windows . Forms . Button ( ) ;
this . B_OpenHallofFame = new System . Windows . Forms . Button ( ) ;
this . B_OUTPasserby = new System . Windows . Forms . Button ( ) ;
2016-08-08 05:46:07 +00:00
this . B_CGearSkin = new System . Windows . Forms . Button ( ) ;
2016-11-15 05:40:31 +00:00
this . B_OpenPokeBeans = new System . Windows . Forms . Button ( ) ;
2016-12-10 20:27:37 +00:00
this . B_OpenZygardeCells = new System . Windows . Forms . Button ( ) ;
2014-12-14 20:15:53 +00:00
this . dragout = new System . Windows . Forms . PictureBox ( ) ;
2016-03-09 03:20:26 +00:00
this . mnuL = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . mnuLLegality = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-03-12 02:40:08 +00:00
this . mnuLQR = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuLSave = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2016-03-14 01:09:12 +00:00
this . PB_Legal = new System . Windows . Forms . PictureBox ( ) ;
2016-08-31 04:12:47 +00:00
this . L_UpdateAvailable = new System . Windows . Forms . LinkLabel ( ) ;
2014-06-28 21:22:05 +00:00
this . tabMain . SuspendLayout ( ) ;
this . Tab_Main . SuspendLayout ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Main . SuspendLayout ( ) ;
this . FLP_PID . SuspendLayout ( ) ;
this . FLP_PIDLeft . SuspendLayout ( ) ;
2014-07-12 01:39:24 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . Label_IsShiny ) ) . BeginInit ( ) ;
2016-09-05 21:26:21 +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 ( ) ;
this . FLP_HeldItem . SuspendLayout ( ) ;
this . FLP_FriendshipForm . SuspendLayout ( ) ;
this . FLP_FriendshipFormLeft . SuspendLayout ( ) ;
this . FLP_FriendshipFormRight . SuspendLayout ( ) ;
this . FLP_Ability . SuspendLayout ( ) ;
this . FLP_AbilityRight . SuspendLayout ( ) ;
this . FLP_Language . SuspendLayout ( ) ;
this . FLP_EggPKRS . SuspendLayout ( ) ;
this . FLP_EggPKRSLeft . SuspendLayout ( ) ;
this . FLP_EggPKRSRight . SuspendLayout ( ) ;
this . FLP_PKRS . SuspendLayout ( ) ;
this . FLP_PKRSRight . SuspendLayout ( ) ;
this . FLP_Country . SuspendLayout ( ) ;
this . FLP_SubRegion . SuspendLayout ( ) ;
this . FLP_3DSRegion . SuspendLayout ( ) ;
this . FLP_NSparkle . SuspendLayout ( ) ;
2016-10-01 23:52:29 +00:00
this . FLP_ShadowID . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . BeginInit ( ) ;
this . FLP_Purification . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Met . SuspendLayout ( ) ;
this . GB_EggConditions . SuspendLayout ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Met . SuspendLayout ( ) ;
this . FLP_OriginGame . SuspendLayout ( ) ;
this . FLP_MetLocation . SuspendLayout ( ) ;
this . FLP_Ball . SuspendLayout ( ) ;
2016-11-27 03:41:17 +00:00
this . FLP_BallLeft . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . BeginInit ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_MetLevel . SuspendLayout ( ) ;
this . FLP_MetDate . SuspendLayout ( ) ;
this . FLP_Fateful . SuspendLayout ( ) ;
this . FLP_EncounterType . SuspendLayout ( ) ;
this . FLP_TimeOfDay . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Stats . SuspendLayout ( ) ;
2016-09-05 21:26:21 +00:00
this . PAN_Contest . SuspendLayout ( ) ;
this . FLP_Stats . SuspendLayout ( ) ;
this . FLP_StatHeader . SuspendLayout ( ) ;
this . FLP_HackedStats . SuspendLayout ( ) ;
this . FLP_StatsHeaderRight . SuspendLayout ( ) ;
this . FLP_HP . SuspendLayout ( ) ;
this . FLP_HPRight . SuspendLayout ( ) ;
this . FLP_Atk . SuspendLayout ( ) ;
this . FLP_AtkRight . SuspendLayout ( ) ;
this . FLP_Def . SuspendLayout ( ) ;
this . FLP_DefRight . SuspendLayout ( ) ;
this . FLP_SpA . SuspendLayout ( ) ;
this . FLP_SpALeft . SuspendLayout ( ) ;
this . FLP_SpARight . SuspendLayout ( ) ;
this . FLP_SpD . SuspendLayout ( ) ;
this . FLP_SpDRight . SuspendLayout ( ) ;
this . FLP_Spe . SuspendLayout ( ) ;
this . FLP_SpeRight . SuspendLayout ( ) ;
this . FLP_StatsTotal . SuspendLayout ( ) ;
this . FLP_StatsTotalRight . SuspendLayout ( ) ;
this . FLP_HPType . SuspendLayout ( ) ;
this . FLP_Characteristic . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Attacks . SuspendLayout ( ) ;
2016-02-17 15:54:59 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove1 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_RelearnMoves . SuspendLayout ( ) ;
2016-02-28 02:10:02 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . BeginInit ( ) ;
2016-02-17 15:54:59 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_CurrentMoves . SuspendLayout ( ) ;
this . Tab_OTMisc . SuspendLayout ( ) ;
2016-07-17 00:19:26 +00:00
this . FLP_PKMEditors . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_nOT . SuspendLayout ( ) ;
this . GB_Markings . SuspendLayout ( ) ;
2017-02-05 04:39:42 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkHorohoro ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkVC ) ) . BeginInit ( ) ;
2016-11-11 10:00:47 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkAlola ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . BeginInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkPentagon ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . BeginInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . BeginInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . BeginInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_ExtraBytes . SuspendLayout ( ) ;
this . GB_OT . SuspendLayout ( ) ;
this . menuStrip1 . SuspendLayout ( ) ;
this . tabBoxMulti . SuspendLayout ( ) ;
this . Tab_Box . SuspendLayout ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Box . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx30 ) ) . BeginInit ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuVSD . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx29 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx28 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx27 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx26 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx25 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx24 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx23 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx22 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx21 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx20 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx19 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx18 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx17 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx16 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx15 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx14 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx13 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx12 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx11 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx10 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx9 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx8 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx7 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx6 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx1 ) ) . BeginInit ( ) ;
this . Tab_PartyBattle . SuspendLayout ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_BattleBox . SuspendLayout ( ) ;
2015-12-28 21:52:08 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Locked ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx1 ) ) . BeginInit ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuV . SuspendLayout ( ) ;
2014-07-29 22:33:22 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx6 ) ) . BeginInit ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Party . SuspendLayout ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx1 ) ) . BeginInit ( ) ;
2014-07-29 22:33:22 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx6 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other . SuspendLayout ( ) ;
2014-11-25 07:21:08 +00:00
this . GB_Daycare . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dcpkx2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dcpkx1 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_GTS . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gtspkx ) ) . BeginInit ( ) ;
this . GB_Fused . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . fusedpkx ) ) . BeginInit ( ) ;
2014-12-04 01:26:12 +00:00
this . GB_SUBE . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx1 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx3 ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_SAV . SuspendLayout ( ) ;
this . GB_SAVtools . SuspendLayout ( ) ;
2016-06-20 04:22:43 +00:00
this . FLP_SAVtools . SuspendLayout ( ) ;
2014-12-14 20:15:53 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dragout ) ) . BeginInit ( ) ;
2016-03-09 03:20:26 +00:00
this . mnuL . SuspendLayout ( ) ;
2016-03-14 01:09:12 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Legal ) ) . BeginInit ( ) ;
2014-06-28 21:22:05 +00:00
this . SuspendLayout ( ) ;
//
// tabMain
//
this . tabMain . AllowDrop = true ;
2016-10-01 23:52:29 +00:00
this . tabMain . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2014-06-28 21:22:05 +00:00
this . tabMain . Controls . Add ( this . Tab_Main ) ;
this . tabMain . Controls . Add ( this . Tab_Met ) ;
this . tabMain . Controls . Add ( this . Tab_Stats ) ;
this . tabMain . Controls . Add ( this . Tab_Attacks ) ;
this . tabMain . Controls . Add ( this . Tab_OTMisc ) ;
this . tabMain . Location = new System . Drawing . Point ( 10 , 27 ) ;
this . tabMain . Name = "tabMain" ;
this . tabMain . SelectedIndex = 0 ;
2014-07-31 22:06:48 +00:00
this . tabMain . Size = new System . Drawing . Size ( 280 , 325 ) ;
2014-06-28 21:22:05 +00:00
this . tabMain . TabIndex = 0 ;
2015-11-19 05:37:30 +00:00
this . tabMain . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . tabMain_DragDrop ) ;
this . tabMain . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . tabMain_DragEnter ) ;
2014-06-28 21:22:05 +00:00
//
// Tab_Main
//
this . Tab_Main . AllowDrop = true ;
2016-09-05 21:26:21 +00:00
this . Tab_Main . Controls . Add ( this . FLP_Main ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Main . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Main . Name = "Tab_Main" ;
this . Tab_Main . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2014-07-31 22:06:48 +00:00
this . Tab_Main . Size = new System . Drawing . Size ( 272 , 299 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Main . TabIndex = 0 ;
this . Tab_Main . Text = "Main" ;
this . Tab_Main . UseVisualStyleBackColor = true ;
//
2016-09-05 21:26:21 +00:00
// FLP_Main
//
this . FLP_Main . Controls . Add ( this . FLP_PID ) ;
this . FLP_Main . Controls . Add ( this . FLP_Species ) ;
this . FLP_Main . Controls . Add ( this . FLP_Nickname ) ;
this . FLP_Main . Controls . Add ( this . FLP_EXPLevel ) ;
this . FLP_Main . Controls . Add ( this . FLP_Nature ) ;
this . FLP_Main . Controls . Add ( this . FLP_HeldItem ) ;
this . FLP_Main . Controls . Add ( this . FLP_FriendshipForm ) ;
this . FLP_Main . Controls . Add ( this . FLP_Ability ) ;
this . FLP_Main . Controls . Add ( this . FLP_Language ) ;
this . FLP_Main . Controls . Add ( this . FLP_EggPKRS ) ;
this . FLP_Main . Controls . Add ( this . FLP_PKRS ) ;
this . FLP_Main . Controls . Add ( this . FLP_Country ) ;
this . FLP_Main . Controls . Add ( this . FLP_SubRegion ) ;
this . FLP_Main . Controls . Add ( this . FLP_3DSRegion ) ;
this . FLP_Main . Controls . Add ( this . FLP_NSparkle ) ;
2016-10-01 23:52:29 +00:00
this . FLP_Main . Controls . Add ( this . FLP_ShadowID ) ;
this . FLP_Main . Controls . Add ( this . FLP_Purification ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Main . Location = new System . Drawing . Point ( 0 , 2 ) ;
this . FLP_Main . Name = "FLP_Main" ;
2016-10-01 23:52:29 +00:00
this . FLP_Main . Size = new System . Drawing . Size ( 272 , 391 ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Main . TabIndex = 103 ;
//
// FLP_PID
//
this . FLP_PID . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PID . Controls . Add ( this . FLP_PIDLeft ) ;
this . FLP_PID . Controls . Add ( this . FLP_PIDRight ) ;
this . FLP_PID . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_PID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PID . Name = "FLP_PID" ;
this . FLP_PID . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_PID . TabIndex = 0 ;
//
// FLP_PIDLeft
//
this . FLP_PIDLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_PIDLeft . Controls . Add ( this . Label_PID ) ;
this . FLP_PIDLeft . Controls . Add ( this . BTN_Shinytize ) ;
this . FLP_PIDLeft . Controls . Add ( this . Label_IsShiny ) ;
this . FLP_PIDLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_PIDLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_PIDLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PIDLeft . Name = "FLP_PIDLeft" ;
this . FLP_PIDLeft . Size = new System . Drawing . Size ( 110 , 22 ) ;
this . FLP_PIDLeft . TabIndex = 0 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_PID
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_PID . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_PID . AutoSize = true ;
this . Label_PID . Location = new System . Drawing . Point ( 82 , 5 ) ;
this . Label_PID . Margin = new System . Windows . Forms . Padding ( 0 , 5 , 0 , 4 ) ;
this . Label_PID . Name = "Label_PID" ;
this . Label_PID . Size = new System . Drawing . Size ( 28 , 13 ) ;
this . Label_PID . TabIndex = 0 ;
this . Label_PID . Text = "PID:" ;
this . Label_PID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
// BTN_Shinytize
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
this . BTN_Shinytize . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . BTN_Shinytize . Location = new System . Drawing . Point ( 58 , 0 ) ;
this . BTN_Shinytize . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . BTN_Shinytize . Name = "BTN_Shinytize" ;
this . BTN_Shinytize . Size = new System . Drawing . Size ( 24 , 22 ) ;
this . BTN_Shinytize . TabIndex = 1 ;
this . BTN_Shinytize . Text = "☆" ;
this . BTN_Shinytize . UseVisualStyleBackColor = true ;
this . BTN_Shinytize . Click + = new System . EventHandler ( this . updateShinyPID ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_IsShiny
//
this . Label_IsShiny . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_IsShiny . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Label_IsShiny.Image" ) ) ) ;
this . Label_IsShiny . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "Label_IsShiny.InitialImage" ) ) ) ;
this . Label_IsShiny . Location = new System . Drawing . Point ( 36 , 2 ) ;
this . Label_IsShiny . Margin = new System . Windows . Forms . Padding ( 0 , 2 , 2 , 0 ) ;
this . Label_IsShiny . Name = "Label_IsShiny" ;
this . Label_IsShiny . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . Label_IsShiny . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . Label_IsShiny . TabIndex = 62 ;
this . Label_IsShiny . TabStop = false ;
this . Label_IsShiny . Visible = false ;
//
// FLP_PIDRight
//
this . FLP_PIDRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PIDRight . Controls . Add ( this . TB_PID ) ;
this . FLP_PIDRight . Controls . Add ( this . Label_Gender ) ;
this . FLP_PIDRight . Controls . Add ( this . BTN_RerollPID ) ;
this . FLP_PIDRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_PIDRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PIDRight . Name = "FLP_PIDRight" ;
this . FLP_PIDRight . Size = new System . Drawing . Size ( 162 , 22 ) ;
this . FLP_PIDRight . TabIndex = 104 ;
2014-06-28 21:22:05 +00:00
//
// TB_PID
//
2016-09-05 21:26:21 +00:00
this . TB_PID . Anchor = System . Windows . Forms . AnchorStyles . Left ;
2014-06-28 21:22:05 +00:00
this . TB_PID . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_PID . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2016-09-05 21:26:21 +00:00
this . TB_PID . Location = new System . Drawing . Point ( 0 , 1 ) ;
this . TB_PID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
2014-06-28 21:22:05 +00:00
this . TB_PID . MaxLength = 8 ;
this . TB_PID . Name = "TB_PID" ;
this . TB_PID . Size = new System . Drawing . Size ( 60 , 20 ) ;
2015-03-12 15:25:27 +00:00
this . TB_PID . TabIndex = 1 ;
2014-06-28 21:22:05 +00:00
this . TB_PID . Text = "12345678" ;
2014-12-11 06:50:40 +00:00
this . TB_PID . TextChanged + = new System . EventHandler ( this . update_ID ) ;
2015-09-21 03:34:09 +00:00
this . TB_PID . MouseHover + = new System . EventHandler ( this . updateTSV ) ;
2014-06-28 21:22:05 +00:00
//
// Label_Gender
//
2016-09-05 21:26:21 +00:00
this . Label_Gender . Anchor = System . Windows . Forms . AnchorStyles . Left ;
2014-06-28 21:22:05 +00:00
this . Label_Gender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2016-09-05 21:26:21 +00:00
this . Label_Gender . Location = new System . Drawing . Point ( 60 , 0 ) ;
this . Label_Gender . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Gender . Name = "Label_Gender" ;
2016-09-05 21:26:21 +00:00
this . Label_Gender . Size = new System . Drawing . Size ( 19 , 21 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Gender . TabIndex = 55 ;
this . Label_Gender . Text = "-" ;
this . Label_Gender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-12-14 19:06:17 +00:00
this . Label_Gender . Click + = new System . EventHandler ( this . clickGender ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// BTN_RerollPID
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . BTN_RerollPID . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . BTN_RerollPID . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . BTN_RerollPID . Location = new System . Drawing . Point ( 79 , 1 ) ;
this . BTN_RerollPID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . BTN_RerollPID . Name = "BTN_RerollPID" ;
this . BTN_RerollPID . Size = new System . Drawing . Size ( 47 , 20 ) ;
this . BTN_RerollPID . TabIndex = 1 ;
this . BTN_RerollPID . Text = "Reroll" ;
this . BTN_RerollPID . UseVisualStyleBackColor = true ;
this . BTN_RerollPID . Click + = new System . EventHandler ( this . updateRandomPID ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Species
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Species . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Species . Controls . Add ( this . Label_Species ) ;
this . FLP_Species . Controls . Add ( this . CB_Species ) ;
this . FLP_Species . Location = new System . Drawing . Point ( 0 , 22 ) ;
this . FLP_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Species . Name = "FLP_Species" ;
this . FLP_Species . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Species . TabIndex = 1 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Species
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Species . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_Species . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Species . Name = "Label_Species" ;
this . Label_Species . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Species . TabIndex = 1 ;
this . Label_Species . Text = "Species:" ;
this . Label_Species . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_Species . Click + = new System . EventHandler ( this . updateNickname ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// CB_Species
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CB_Species . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Species . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Species . FormattingEnabled = true ;
this . CB_Species . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Species . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Species . Name = "CB_Species" ;
this . CB_Species . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Species . TabIndex = 3 ;
this . CB_Species . SelectedIndexChanged + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Species . SelectedValueChanged + = new System . EventHandler ( this . updateSpecies ) ;
this . CB_Species . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Species . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Nickname
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Nickname . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Nickname . Controls . Add ( this . FLP_NicknameLeft ) ;
this . FLP_Nickname . Controls . Add ( this . TB_Nickname ) ;
this . FLP_Nickname . Location = new System . Drawing . Point ( 0 , 43 ) ;
this . FLP_Nickname . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Nickname . Name = "FLP_Nickname" ;
this . FLP_Nickname . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_Nickname . TabIndex = 2 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_NicknameLeft
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_NicknameLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_NicknameLeft . Controls . Add ( this . CHK_Nicknamed ) ;
this . FLP_NicknameLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_NicknameLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_NicknameLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_NicknameLeft . Name = "FLP_NicknameLeft" ;
this . FLP_NicknameLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_NicknameLeft . TabIndex = 109 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// CHK_Nicknamed
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CHK_Nicknamed . AutoSize = true ;
this . CHK_Nicknamed . Location = new System . Drawing . Point ( 36 , 3 ) ;
this . CHK_Nicknamed . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Nicknamed . Name = "CHK_Nicknamed" ;
this . CHK_Nicknamed . Size = new System . Drawing . Size ( 74 , 17 ) ;
this . CHK_Nicknamed . TabIndex = 4 ;
this . CHK_Nicknamed . Text = "Nickname" ;
this . CHK_Nicknamed . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Nicknamed . UseVisualStyleBackColor = true ;
this . CHK_Nicknamed . CheckedChanged + = new System . EventHandler ( this . updateNickname ) ;
//
// TB_Nickname
//
this . TB_Nickname . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Nickname . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . TB_Nickname . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Nickname . MaxLength = 12 ;
this . TB_Nickname . Name = "TB_Nickname" ;
this . TB_Nickname . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . TB_Nickname . TabIndex = 5 ;
this . TB_Nickname . TextChanged + = new System . EventHandler ( this . updateIsNicknamed ) ;
this . TB_Nickname . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . updateNicknameClick ) ;
//
// FLP_EXPLevel
//
this . FLP_EXPLevel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EXPLevel . Controls . Add ( this . Label_EXP ) ;
this . FLP_EXPLevel . Controls . Add ( this . FLP_EXPLevelRight ) ;
this . FLP_EXPLevel . Location = new System . Drawing . Point ( 0 , 65 ) ;
this . FLP_EXPLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EXPLevel . Name = "FLP_EXPLevel" ;
this . FLP_EXPLevel . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EXPLevel . TabIndex = 3 ;
//
// Label_EXP
//
this . Label_EXP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_EXP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EXP . Name = "Label_EXP" ;
this . Label_EXP . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_EXP . TabIndex = 3 ;
this . Label_EXP . Text = "EXP:" ;
this . Label_EXP . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// FLP_EXPLevelRight
//
this . FLP_EXPLevelRight . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . FLP_EXPLevelRight . Controls . Add ( this . TB_EXP ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . Label_CurLevel ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . TB_Level ) ;
this . FLP_EXPLevelRight . Controls . Add ( this . MT_Level ) ;
this . FLP_EXPLevelRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_EXPLevelRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EXPLevelRight . Name = "FLP_EXPLevelRight" ;
this . FLP_EXPLevelRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_EXPLevelRight . TabIndex = 0 ;
2014-06-28 21:22:05 +00:00
//
// TB_EXP
//
2016-09-05 21:26:21 +00:00
this . TB_EXP . Anchor = System . Windows . Forms . AnchorStyles . Left ;
2014-06-28 21:22:05 +00:00
this . TB_EXP . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2016-09-05 21:26:21 +00:00
this . TB_EXP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_EXP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2014-06-28 21:22:05 +00:00
this . TB_EXP . Mask = "0000000" ;
this . TB_EXP . Name = "TB_EXP" ;
this . TB_EXP . Size = new System . Drawing . Size ( 46 , 20 ) ;
this . TB_EXP . TabIndex = 7 ;
this . TB_EXP . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_EXP . TextChanged + = new System . EventHandler ( this . updateEXPLevel ) ;
//
2016-09-05 21:26:21 +00:00
// Label_CurLevel
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_CurLevel . Location = new System . Drawing . Point ( 46 , 0 ) ;
this . Label_CurLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_CurLevel . Name = "Label_CurLevel" ;
this . Label_CurLevel . Size = new System . Drawing . Size ( 58 , 21 ) ;
this . Label_CurLevel . TabIndex = 7 ;
this . Label_CurLevel . Text = "Level:" ;
this . Label_CurLevel . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2017-02-15 01:33:57 +00:00
this . Label_CurLevel . Click + = new System . EventHandler ( this . clickMetLocation ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_Level
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_Level . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Level . Location = new System . Drawing . Point ( 104 , 0 ) ;
this . TB_Level . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Level . Mask = "000" ;
this . TB_Level . Name = "TB_Level" ;
this . TB_Level . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_Level . TabIndex = 8 ;
this . TB_Level . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2017-02-26 16:08:28 +00:00
this . TB_Level . Click + = new System . EventHandler ( this . clickLevel ) ;
2016-09-05 21:26:21 +00:00
this . TB_Level . TextChanged + = new System . EventHandler ( this . updateEXPLevel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// MT_Level
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . MT_Level . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . MT_Level . Enabled = false ;
this . MT_Level . Location = new System . Drawing . Point ( 126 , 0 ) ;
this . MT_Level . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MT_Level . Mask = "000" ;
this . MT_Level . Name = "MT_Level" ;
this . MT_Level . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . MT_Level . TabIndex = 17 ;
this . MT_Level . Visible = false ;
this . MT_Level . TextChanged + = new System . EventHandler ( this . updateEXPLevel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Nature
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Nature . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Nature . Controls . Add ( this . Label_Nature ) ;
this . FLP_Nature . Controls . Add ( this . CB_Nature ) ;
this . FLP_Nature . Location = new System . Drawing . Point ( 0 , 86 ) ;
this . FLP_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Nature . Name = "FLP_Nature" ;
this . FLP_Nature . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Nature . TabIndex = 4 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Nature
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Nature . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Nature . Name = "Label_Nature" ;
this . Label_Nature . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Nature . TabIndex = 8 ;
this . Label_Nature . Text = "Nature:" ;
this . Label_Nature . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
// CB_Nature
//
this . CB_Nature . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Nature . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Nature . FormattingEnabled = true ;
2016-09-05 21:26:21 +00:00
this . CB_Nature . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Nature . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Nature . Name = "CB_Nature" ;
2016-09-05 21:26:21 +00:00
this . CB_Nature . Size = new System . Drawing . Size ( 126 , 21 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Nature . TabIndex = 9 ;
this . CB_Nature . SelectedIndexChanged + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Nature . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
2015-09-21 03:34:09 +00:00
this . CB_Nature . MouseHover + = new System . EventHandler ( this . updateNatureModification ) ;
2014-06-28 21:22:05 +00:00
this . CB_Nature . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
2016-09-05 21:26:21 +00:00
// FLP_HeldItem
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_HeldItem . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HeldItem . Controls . Add ( this . Label_HeldItem ) ;
this . FLP_HeldItem . Controls . Add ( this . CB_HeldItem ) ;
this . FLP_HeldItem . Location = new System . Drawing . Point ( 0 , 107 ) ;
this . FLP_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HeldItem . Name = "FLP_HeldItem" ;
this . FLP_HeldItem . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HeldItem . TabIndex = 5 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_HeldItem
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_HeldItem . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_HeldItem . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HeldItem . Name = "Label_HeldItem" ;
this . Label_HeldItem . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_HeldItem . TabIndex = 51 ;
this . Label_HeldItem . Text = "Held Item:" ;
this . Label_HeldItem . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// CB_HeldItem
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CB_HeldItem . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_HeldItem . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_HeldItem . FormattingEnabled = true ;
this . CB_HeldItem . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_HeldItem . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_HeldItem . Name = "CB_HeldItem" ;
this . CB_HeldItem . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_HeldItem . TabIndex = 10 ;
this . CB_HeldItem . SelectedIndexChanged + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_HeldItem . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_HeldItem . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_FriendshipForm
//
this . FLP_FriendshipForm . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_FriendshipForm . Controls . Add ( this . FLP_FriendshipFormLeft ) ;
this . FLP_FriendshipForm . Controls . Add ( this . FLP_FriendshipFormRight ) ;
this . FLP_FriendshipForm . Location = new System . Drawing . Point ( 0 , 128 ) ;
this . FLP_FriendshipForm . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipForm . Name = "FLP_FriendshipForm" ;
this . FLP_FriendshipForm . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_FriendshipForm . TabIndex = 6 ;
//
// FLP_FriendshipFormLeft
//
this . FLP_FriendshipFormLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_FriendshipFormLeft . Controls . Add ( this . Label_Friendship ) ;
this . FLP_FriendshipFormLeft . Controls . Add ( this . Label_HatchCounter ) ;
this . FLP_FriendshipFormLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_FriendshipFormLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_FriendshipFormLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipFormLeft . Name = "FLP_FriendshipFormLeft" ;
this . FLP_FriendshipFormLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_FriendshipFormLeft . TabIndex = 0 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Friendship
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Friendship . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Friendship . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Friendship . Name = "Label_Friendship" ;
this . Label_Friendship . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Friendship . TabIndex = 9 ;
this . Label_Friendship . Text = "Friendship:" ;
this . Label_Friendship . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_Friendship . Click + = new System . EventHandler ( this . clickFriendship ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_HatchCounter
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_HatchCounter . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . Label_HatchCounter . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HatchCounter . Name = "Label_HatchCounter" ;
this . Label_HatchCounter . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_HatchCounter . TabIndex = 61 ;
this . Label_HatchCounter . Text = "Hatch Counter:" ;
this . Label_HatchCounter . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_FriendshipFormRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_FriendshipFormRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . TB_Friendship ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . Label_Form ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . CB_Form ) ;
this . FLP_FriendshipFormRight . Controls . Add ( this . MT_Form ) ;
this . FLP_FriendshipFormRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_FriendshipFormRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_FriendshipFormRight . Name = "FLP_FriendshipFormRight" ;
this . FLP_FriendshipFormRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_FriendshipFormRight . TabIndex = 104 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_Friendship
//
this . TB_Friendship . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Friendship . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_Friendship . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_Friendship . Mask = "000" ;
this . TB_Friendship . Name = "TB_Friendship" ;
this . TB_Friendship . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_Friendship . TabIndex = 11 ;
this . TB_Friendship . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_Friendship . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
2014-06-28 21:22:05 +00:00
//
// Label_Form
//
2016-09-11 20:02:56 +00:00
this . Label_Form . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . Label_Form . AutoSize = true ;
this . Label_Form . Location = new System . Drawing . Point ( 22 , 4 ) ;
2016-09-05 21:26:21 +00:00
this . Label_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Form . Name = "Label_Form" ;
2016-09-11 20:02:56 +00:00
this . Label_Form . Size = new System . Drawing . Size ( 33 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Form . TabIndex = 11 ;
this . Label_Form . Text = "Form:" ;
2016-09-05 21:26:21 +00:00
this . Label_Form . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_Form
//
this . CB_Form . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_Form . DropDownWidth = 85 ;
this . CB_Form . Enabled = false ;
this . CB_Form . FormattingEnabled = true ;
2016-09-11 20:02:56 +00:00
this . CB_Form . Location = new System . Drawing . Point ( 55 , 0 ) ;
2016-09-05 21:26:21 +00:00
this . CB_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Form . Name = "CB_Form" ;
2016-09-11 20:02:56 +00:00
this . CB_Form . Size = new System . Drawing . Size ( 71 , 21 ) ;
2016-09-05 21:26:21 +00:00
this . CB_Form . TabIndex = 12 ;
this . CB_Form . SelectedIndexChanged + = new System . EventHandler ( this . updateForm ) ;
//
// MT_Form
//
this . MT_Form . Enabled = false ;
this . MT_Form . Location = new System . Drawing . Point ( 126 , 0 ) ;
this . MT_Form . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MT_Form . Mask = "00" ;
this . MT_Form . Name = "MT_Form" ;
this . MT_Form . Size = new System . Drawing . Size ( 19 , 20 ) ;
this . MT_Form . TabIndex = 18 ;
this . MT_Form . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . MT_Form . Visible = false ;
this . MT_Form . TextChanged + = new System . EventHandler ( this . updateHaXForm ) ;
//
// FLP_Ability
//
this . FLP_Ability . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Ability . Controls . Add ( this . Label_Ability ) ;
this . FLP_Ability . Controls . Add ( this . FLP_AbilityRight ) ;
this . FLP_Ability . Location = new System . Drawing . Point ( 0 , 149 ) ;
this . FLP_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Ability . Name = "FLP_Ability" ;
this . FLP_Ability . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Ability . TabIndex = 7 ;
2014-06-28 21:22:05 +00:00
//
// Label_Ability
//
2016-09-05 21:26:21 +00:00
this . Label_Ability . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Ability . Name = "Label_Ability" ;
2016-09-05 21:26:21 +00:00
this . Label_Ability . Size = new System . Drawing . Size ( 110 , 21 ) ;
2014-06-28 21:22:05 +00:00
this . Label_Ability . TabIndex = 10 ;
this . Label_Ability . Text = "Ability:" ;
this . Label_Ability . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
2016-09-05 21:26:21 +00:00
// FLP_AbilityRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_AbilityRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_AbilityRight . Controls . Add ( this . CB_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . DEV_Ability ) ;
this . FLP_AbilityRight . Controls . Add ( this . TB_AbilityNumber ) ;
this . FLP_AbilityRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_AbilityRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_AbilityRight . Name = "FLP_AbilityRight" ;
this . FLP_AbilityRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_AbilityRight . TabIndex = 109 ;
//
// CB_Ability
//
this . CB_Ability . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Ability . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Ability . FormattingEnabled = true ;
this . CB_Ability . Items . AddRange ( new object [ ] {
"Item" } ) ;
this . CB_Ability . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CB_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Ability . Name = "CB_Ability" ;
this . CB_Ability . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Ability . TabIndex = 13 ;
this . CB_Ability . SelectedIndexChanged + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Ability . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Ability . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// DEV_Ability
//
this . DEV_Ability . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . DEV_Ability . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . DEV_Ability . Enabled = false ;
this . DEV_Ability . FormattingEnabled = true ;
this . DEV_Ability . Items . AddRange ( new object [ ] {
"Item" } ) ;
this . DEV_Ability . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . DEV_Ability . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . DEV_Ability . Name = "DEV_Ability" ;
2016-09-05 22:46:38 +00:00
this . DEV_Ability . Size = new System . Drawing . Size ( 126 , 21 ) ;
2016-09-05 21:26:21 +00:00
this . DEV_Ability . TabIndex = 14 ;
this . DEV_Ability . Visible = false ;
//
// TB_AbilityNumber
//
this . TB_AbilityNumber . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2016-09-05 22:46:38 +00:00
this . TB_AbilityNumber . Location = new System . Drawing . Point ( 126 , 21 ) ;
2016-09-05 21:26:21 +00:00
this . TB_AbilityNumber . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_AbilityNumber . Mask = "0" ;
this . TB_AbilityNumber . Name = "TB_AbilityNumber" ;
this . TB_AbilityNumber . Size = new System . Drawing . Size ( 19 , 20 ) ;
this . TB_AbilityNumber . TabIndex = 14 ;
this . TB_AbilityNumber . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_AbilityNumber . Visible = false ;
//
// FLP_Language
//
this . FLP_Language . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Language . Controls . Add ( this . Label_Language ) ;
this . FLP_Language . Controls . Add ( this . CB_Language ) ;
this . FLP_Language . Location = new System . Drawing . Point ( 0 , 170 ) ;
this . FLP_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Language . Name = "FLP_Language" ;
this . FLP_Language . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Language . TabIndex = 8 ;
//
// Label_Language
//
this . Label_Language . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Language . Name = "Label_Language" ;
this . Label_Language . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Language . TabIndex = 12 ;
this . Label_Language . Text = "Language:" ;
this . Label_Language . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_Language
//
this . CB_Language . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . CB_Language . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_Language . FormattingEnabled = true ;
this . CB_Language . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Language . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Language . Name = "CB_Language" ;
this . CB_Language . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Language . TabIndex = 15 ;
this . CB_Language . SelectedIndexChanged + = new System . EventHandler ( this . updateNickname ) ;
//
// FLP_EggPKRS
//
this . FLP_EggPKRS . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSLeft ) ;
this . FLP_EggPKRS . Controls . Add ( this . FLP_EggPKRSRight ) ;
this . FLP_EggPKRS . Location = new System . Drawing . Point ( 0 , 191 ) ;
this . FLP_EggPKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRS . Name = "FLP_EggPKRS" ;
this . FLP_EggPKRS . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EggPKRS . TabIndex = 9 ;
//
// FLP_EggPKRSLeft
//
this . FLP_EggPKRSLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_EggPKRSLeft . Controls . Add ( this . CHK_IsEgg ) ;
this . FLP_EggPKRSLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_EggPKRSLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_EggPKRSLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRSLeft . Name = "FLP_EggPKRSLeft" ;
this . FLP_EggPKRSLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_EggPKRSLeft . TabIndex = 0 ;
//
// CHK_IsEgg
//
this . CHK_IsEgg . AutoSize = true ;
this . CHK_IsEgg . Location = new System . Drawing . Point ( 54 , 3 ) ;
this . CHK_IsEgg . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_IsEgg . Name = "CHK_IsEgg" ;
this . CHK_IsEgg . Size = new System . Drawing . Size ( 56 , 17 ) ;
this . CHK_IsEgg . TabIndex = 16 ;
this . CHK_IsEgg . Text = "Is Egg" ;
this . CHK_IsEgg . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_IsEgg . UseVisualStyleBackColor = true ;
this . CHK_IsEgg . CheckedChanged + = new System . EventHandler ( this . updateIsEgg ) ;
//
// FLP_EggPKRSRight
//
this . FLP_EggPKRSRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Infected ) ;
this . FLP_EggPKRSRight . Controls . Add ( this . CHK_Cured ) ;
this . FLP_EggPKRSRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_EggPKRSRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EggPKRSRight . Name = "FLP_EggPKRSRight" ;
this . FLP_EggPKRSRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_EggPKRSRight . TabIndex = 104 ;
//
// CHK_Infected
//
this . CHK_Infected . AutoSize = true ;
this . CHK_Infected . Location = new System . Drawing . Point ( 0 , 3 ) ;
this . CHK_Infected . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Infected . Name = "CHK_Infected" ;
this . CHK_Infected . Size = new System . Drawing . Size ( 65 , 17 ) ;
this . CHK_Infected . TabIndex = 17 ;
this . CHK_Infected . Text = "Infected" ;
this . CHK_Infected . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Infected . UseVisualStyleBackColor = true ;
this . CHK_Infected . CheckedChanged + = new System . EventHandler ( this . updatePKRSInfected ) ;
//
// CHK_Cured
//
this . CHK_Cured . AutoSize = true ;
this . CHK_Cured . Location = new System . Drawing . Point ( 65 , 3 ) ;
this . CHK_Cured . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Cured . Name = "CHK_Cured" ;
this . CHK_Cured . Size = new System . Drawing . Size ( 54 , 17 ) ;
this . CHK_Cured . TabIndex = 18 ;
this . CHK_Cured . Text = "Cured" ;
this . CHK_Cured . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Cured . UseVisualStyleBackColor = true ;
this . CHK_Cured . CheckedChanged + = new System . EventHandler ( this . updatePKRSCured ) ;
//
// FLP_PKRS
//
this . FLP_PKRS . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKRS . Controls . Add ( this . Label_PKRS ) ;
this . FLP_PKRS . Controls . Add ( this . FLP_PKRSRight ) ;
this . FLP_PKRS . Location = new System . Drawing . Point ( 0 , 212 ) ;
this . FLP_PKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PKRS . Name = "FLP_PKRS" ;
this . FLP_PKRS . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_PKRS . TabIndex = 10 ;
//
// Label_PKRS
//
this . Label_PKRS . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_PKRS . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_PKRS . Name = "Label_PKRS" ;
this . Label_PKRS . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_PKRS . TabIndex = 14 ;
this . Label_PKRS . Text = "PkRs:" ;
this . Label_PKRS . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_PKRS . Visible = false ;
//
// FLP_PKRSRight
//
this . FLP_PKRSRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSStrain ) ;
this . FLP_PKRSRight . Controls . Add ( this . Label_PKRSdays ) ;
this . FLP_PKRSRight . Controls . Add ( this . CB_PKRSDays ) ;
this . FLP_PKRSRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_PKRSRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_PKRSRight . Name = "FLP_PKRSRight" ;
this . FLP_PKRSRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_PKRSRight . TabIndex = 105 ;
//
// CB_PKRSStrain
//
this . CB_PKRSStrain . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PKRSStrain . FormattingEnabled = true ;
this . CB_PKRSStrain . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" ,
"4" ,
"5" ,
"6" ,
"7" ,
"8" ,
"9" ,
"10" ,
"11" ,
"12" ,
"13" ,
"14" ,
"15" } ) ;
this . CB_PKRSStrain . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . CB_PKRSStrain . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_PKRSStrain . Name = "CB_PKRSStrain" ;
this . CB_PKRSStrain . Size = new System . Drawing . Size ( 43 , 21 ) ;
this . CB_PKRSStrain . TabIndex = 19 ;
this . CB_PKRSStrain . Visible = false ;
this . CB_PKRSStrain . SelectedValueChanged + = new System . EventHandler ( this . updatePKRSstrain ) ;
//
// Label_PKRSdays
//
this . Label_PKRSdays . Location = new System . Drawing . Point ( 43 , 0 ) ;
this . Label_PKRSdays . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_PKRSdays . Name = "Label_PKRSdays" ;
this . Label_PKRSdays . Size = new System . Drawing . Size ( 25 , 21 ) ;
this . Label_PKRSdays . TabIndex = 15 ;
this . Label_PKRSdays . Text = "d:" ;
this . Label_PKRSdays . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_PKRSdays . Visible = false ;
//
// CB_PKRSDays
//
this . CB_PKRSDays . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PKRSDays . FormattingEnabled = true ;
this . CB_PKRSDays . Location = new System . Drawing . Point ( 68 , 0 ) ;
this . CB_PKRSDays . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_PKRSDays . Name = "CB_PKRSDays" ;
this . CB_PKRSDays . Size = new System . Drawing . Size ( 30 , 21 ) ;
this . CB_PKRSDays . TabIndex = 20 ;
this . CB_PKRSDays . Visible = false ;
this . CB_PKRSDays . SelectedIndexChanged + = new System . EventHandler ( this . updatePKRSdays ) ;
//
// FLP_Country
//
this . FLP_Country . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Country . Controls . Add ( this . Label_Country ) ;
this . FLP_Country . Controls . Add ( this . CB_Country ) ;
this . FLP_Country . Location = new System . Drawing . Point ( 0 , 233 ) ;
this . FLP_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Country . Name = "FLP_Country" ;
this . FLP_Country . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Country . TabIndex = 107 ;
//
// Label_Country
//
this . Label_Country . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Country . Name = "Label_Country" ;
this . Label_Country . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Country . TabIndex = 16 ;
this . Label_Country . Text = "Country:" ;
this . Label_Country . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_Country
//
this . CB_Country . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Country . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Country . DropDownWidth = 180 ;
this . CB_Country . FormattingEnabled = true ;
this . CB_Country . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Country . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Country . Name = "CB_Country" ;
this . CB_Country . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Country . TabIndex = 21 ;
this . CB_Country . SelectedIndexChanged + = new System . EventHandler ( this . updateCountry ) ;
this . CB_Country . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Country . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// FLP_SubRegion
//
this . FLP_SubRegion . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SubRegion . Controls . Add ( this . Label_SubRegion ) ;
this . FLP_SubRegion . Controls . Add ( this . CB_SubRegion ) ;
this . FLP_SubRegion . Location = new System . Drawing . Point ( 0 , 254 ) ;
this . FLP_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SubRegion . Name = "FLP_SubRegion" ;
this . FLP_SubRegion . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SubRegion . TabIndex = 110 ;
//
// Label_SubRegion
//
this . Label_SubRegion . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SubRegion . Name = "Label_SubRegion" ;
this . Label_SubRegion . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SubRegion . TabIndex = 17 ;
this . Label_SubRegion . Text = "Sub Region:" ;
this . Label_SubRegion . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_SubRegion
//
this . CB_SubRegion . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_SubRegion . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_SubRegion . DropDownWidth = 180 ;
this . CB_SubRegion . FormattingEnabled = true ;
this . CB_SubRegion . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_SubRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_SubRegion . Name = "CB_SubRegion" ;
this . CB_SubRegion . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_SubRegion . TabIndex = 22 ;
//
// FLP_3DSRegion
//
this . FLP_3DSRegion . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_3DSRegion . Controls . Add ( this . Label_3DSRegion ) ;
this . FLP_3DSRegion . Controls . Add ( this . CB_3DSReg ) ;
this . FLP_3DSRegion . Location = new System . Drawing . Point ( 0 , 275 ) ;
this . FLP_3DSRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_3DSRegion . Name = "FLP_3DSRegion" ;
this . FLP_3DSRegion . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_3DSRegion . TabIndex = 111 ;
//
// Label_3DSRegion
//
this . Label_3DSRegion . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_3DSRegion . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_3DSRegion . Name = "Label_3DSRegion" ;
this . Label_3DSRegion . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_3DSRegion . TabIndex = 18 ;
this . Label_3DSRegion . Text = "3DS Region:" ;
this . Label_3DSRegion . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_3DSReg
//
this . CB_3DSReg . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_3DSReg . FormattingEnabled = true ;
this . CB_3DSReg . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_3DSReg . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_3DSReg . Name = "CB_3DSReg" ;
this . CB_3DSReg . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_3DSReg . TabIndex = 23 ;
//
// FLP_NSparkle
//
this . FLP_NSparkle . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_NSparkle . Controls . Add ( this . L_NSparkle ) ;
this . FLP_NSparkle . Controls . Add ( this . CHK_NSparkle ) ;
this . FLP_NSparkle . Location = new System . Drawing . Point ( 0 , 296 ) ;
this . FLP_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_NSparkle . Name = "FLP_NSparkle" ;
this . FLP_NSparkle . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_NSparkle . TabIndex = 112 ;
//
// L_NSparkle
//
this . L_NSparkle . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_NSparkle . Name = "L_NSparkle" ;
this . L_NSparkle . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_NSparkle . TabIndex = 17 ;
this . L_NSparkle . Text = "N\'s Sparkle:" ;
this . L_NSparkle . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CHK_NSparkle
//
this . CHK_NSparkle . AutoSize = true ;
this . CHK_NSparkle . Location = new System . Drawing . Point ( 110 , 3 ) ;
this . CHK_NSparkle . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_NSparkle . Name = "CHK_NSparkle" ;
this . CHK_NSparkle . Size = new System . Drawing . Size ( 56 , 17 ) ;
this . CHK_NSparkle . TabIndex = 18 ;
this . CHK_NSparkle . Text = "Active" ;
this . CHK_NSparkle . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_NSparkle . UseVisualStyleBackColor = true ;
//
2016-10-01 23:52:29 +00:00
// FLP_ShadowID
//
this . FLP_ShadowID . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_ShadowID . Controls . Add ( this . L_ShadowID ) ;
this . FLP_ShadowID . Controls . Add ( this . NUD_ShadowID ) ;
this . FLP_ShadowID . Location = new System . Drawing . Point ( 0 , 317 ) ;
this . FLP_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_ShadowID . Name = "FLP_ShadowID" ;
this . FLP_ShadowID . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_ShadowID . TabIndex = 114 ;
//
// L_ShadowID
//
this . L_ShadowID . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_ShadowID . Name = "L_ShadowID" ;
this . L_ShadowID . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_ShadowID . TabIndex = 9 ;
this . L_ShadowID . Text = "Shadow ID:" ;
this . L_ShadowID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// NUD_ShadowID
//
this . NUD_ShadowID . Location = new System . Drawing . Point ( 110 , 1 ) ;
this . NUD_ShadowID . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . NUD_ShadowID . Maximum = new decimal ( new int [ ] {
72 ,
0 ,
0 ,
0 } ) ;
this . NUD_ShadowID . Name = "NUD_ShadowID" ;
this . NUD_ShadowID . Size = new System . Drawing . Size ( 51 , 20 ) ;
this . NUD_ShadowID . TabIndex = 103 ;
this . NUD_ShadowID . ValueChanged + = new System . EventHandler ( this . updateShadowID ) ;
//
// FLP_Purification
//
this . FLP_Purification . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Purification . Controls . Add ( this . L_HeartGauge ) ;
this . FLP_Purification . Controls . Add ( this . NUD_Purification ) ;
this . FLP_Purification . Controls . Add ( this . CHK_Shadow ) ;
this . FLP_Purification . Location = new System . Drawing . Point ( 0 , 338 ) ;
this . FLP_Purification . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Purification . Name = "FLP_Purification" ;
this . FLP_Purification . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Purification . TabIndex = 113 ;
//
// L_HeartGauge
//
this . L_HeartGauge . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_HeartGauge . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_HeartGauge . Name = "L_HeartGauge" ;
this . L_HeartGauge . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . L_HeartGauge . TabIndex = 9 ;
this . L_HeartGauge . Text = "Heart Gauge:" ;
this . L_HeartGauge . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// NUD_Purification
//
this . NUD_Purification . Location = new System . Drawing . Point ( 110 , 1 ) ;
this . NUD_Purification . Margin = new System . Windows . Forms . Padding ( 0 , 1 , 0 , 0 ) ;
this . NUD_Purification . Maximum = new decimal ( new int [ ] {
20000 ,
0 ,
0 ,
0 } ) ;
this . NUD_Purification . Name = "NUD_Purification" ;
this . NUD_Purification . Size = new System . Drawing . Size ( 51 , 20 ) ;
this . NUD_Purification . TabIndex = 103 ;
this . NUD_Purification . ValueChanged + = new System . EventHandler ( this . updatePurification ) ;
//
// CHK_Shadow
//
this . CHK_Shadow . AutoSize = true ;
this . CHK_Shadow . Location = new System . Drawing . Point ( 161 , 3 ) ;
this . CHK_Shadow . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Shadow . Name = "CHK_Shadow" ;
this . CHK_Shadow . Size = new System . Drawing . Size ( 65 , 17 ) ;
this . CHK_Shadow . TabIndex = 16 ;
this . CHK_Shadow . Text = "Shadow" ;
this . CHK_Shadow . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . CHK_Shadow . UseVisualStyleBackColor = true ;
this . CHK_Shadow . CheckedChanged + = new System . EventHandler ( this . updateShadowCHK ) ;
//
2016-09-05 21:26:21 +00:00
// Tab_Met
//
this . Tab_Met . AllowDrop = true ;
this . Tab_Met . Controls . Add ( this . CHK_AsEgg ) ;
this . Tab_Met . Controls . Add ( this . GB_EggConditions ) ;
this . Tab_Met . Controls . Add ( this . FLP_Met ) ;
this . Tab_Met . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Met . Name = "Tab_Met" ;
this . Tab_Met . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . Tab_Met . Size = new System . Drawing . Size ( 272 , 299 ) ;
this . Tab_Met . TabIndex = 1 ;
this . Tab_Met . Text = "Met" ;
this . Tab_Met . UseVisualStyleBackColor = true ;
//
// CHK_AsEgg
//
this . CHK_AsEgg . AutoSize = true ;
this . CHK_AsEgg . Location = new System . Drawing . Point ( 110 , 204 ) ;
this . CHK_AsEgg . Name = "CHK_AsEgg" ;
this . CHK_AsEgg . Size = new System . Drawing . Size ( 60 , 17 ) ;
this . CHK_AsEgg . TabIndex = 8 ;
this . CHK_AsEgg . Text = "As Egg" ;
this . CHK_AsEgg . UseVisualStyleBackColor = true ;
this . CHK_AsEgg . Click + = new System . EventHandler ( this . updateMetAsEgg ) ;
//
// GB_EggConditions
//
this . GB_EggConditions . Controls . Add ( this . CB_EggLocation ) ;
this . GB_EggConditions . Controls . Add ( this . CAL_EggDate ) ;
this . GB_EggConditions . Controls . Add ( this . Label_EggDate ) ;
this . GB_EggConditions . Controls . Add ( this . Label_EggLocation ) ;
this . GB_EggConditions . Enabled = false ;
this . GB_EggConditions . Location = new System . Drawing . Point ( 39 , 226 ) ;
this . GB_EggConditions . Name = "GB_EggConditions" ;
this . GB_EggConditions . Size = new System . Drawing . Size ( 200 , 67 ) ;
this . GB_EggConditions . TabIndex = 9 ;
this . GB_EggConditions . TabStop = false ;
this . GB_EggConditions . Text = "Egg Met Conditions" ;
//
// CB_EggLocation
//
this . CB_EggLocation . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_EggLocation . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_EggLocation . DropDownWidth = 150 ;
this . CB_EggLocation . FormattingEnabled = true ;
this . CB_EggLocation . Location = new System . Drawing . Point ( 71 , 19 ) ;
this . CB_EggLocation . Name = "CB_EggLocation" ;
this . CB_EggLocation . Size = new System . Drawing . Size ( 122 , 21 ) ;
this . CB_EggLocation . TabIndex = 10 ;
this . CB_EggLocation . SelectedIndexChanged + = new System . EventHandler ( this . validateLocation ) ;
this . CB_EggLocation . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_EggLocation . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CAL_EggDate
//
this . CAL_EggDate . CustomFormat = "MM/dd/yyyy" ;
this . CAL_EggDate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . CAL_EggDate . Location = new System . Drawing . Point ( 71 , 40 ) ;
this . CAL_EggDate . MaxDate = new System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ;
this . CAL_EggDate . MinDate = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
this . CAL_EggDate . Name = "CAL_EggDate" ;
this . CAL_EggDate . Size = new System . Drawing . Size ( 122 , 20 ) ;
this . CAL_EggDate . TabIndex = 11 ;
this . CAL_EggDate . Value = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
//
// Label_EggDate
//
this . Label_EggDate . Location = new System . Drawing . Point ( 5 , 44 ) ;
this . Label_EggDate . Name = "Label_EggDate" ;
this . Label_EggDate . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . Label_EggDate . TabIndex = 8 ;
this . Label_EggDate . Text = "Date:" ;
this . Label_EggDate . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// Label_EggLocation
//
this . Label_EggLocation . Location = new System . Drawing . Point ( 5 , 24 ) ;
this . Label_EggLocation . Name = "Label_EggLocation" ;
this . Label_EggLocation . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . Label_EggLocation . TabIndex = 6 ;
this . Label_EggLocation . Text = "Location:" ;
this . Label_EggLocation . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// FLP_Met
//
this . FLP_Met . Controls . Add ( this . FLP_OriginGame ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetLocation ) ;
this . FLP_Met . Controls . Add ( this . FLP_Ball ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetLevel ) ;
this . FLP_Met . Controls . Add ( this . FLP_MetDate ) ;
this . FLP_Met . Controls . Add ( this . FLP_Fateful ) ;
this . FLP_Met . Controls . Add ( this . FLP_EncounterType ) ;
this . FLP_Met . Controls . Add ( this . FLP_TimeOfDay ) ;
this . FLP_Met . Location = new System . Drawing . Point ( 0 , 24 ) ;
this . FLP_Met . Name = "FLP_Met" ;
this . FLP_Met . Size = new System . Drawing . Size ( 272 , 175 ) ;
this . FLP_Met . TabIndex = 103 ;
//
// FLP_OriginGame
//
this . FLP_OriginGame . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_OriginGame . Controls . Add ( this . Label_OriginGame ) ;
this . FLP_OriginGame . Controls . Add ( this . CB_GameOrigin ) ;
this . FLP_OriginGame . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_OriginGame . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_OriginGame . Name = "FLP_OriginGame" ;
this . FLP_OriginGame . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_OriginGame . TabIndex = 112 ;
//
// Label_OriginGame
//
this . Label_OriginGame . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_OriginGame . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_OriginGame . Name = "Label_OriginGame" ;
this . Label_OriginGame . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_OriginGame . TabIndex = 0 ;
this . Label_OriginGame . Text = "Origin Game:" ;
this . Label_OriginGame . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_GameOrigin
//
this . CB_GameOrigin . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_GameOrigin . FormattingEnabled = true ;
this . CB_GameOrigin . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_GameOrigin . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_GameOrigin . Name = "CB_GameOrigin" ;
this . CB_GameOrigin . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_GameOrigin . TabIndex = 1 ;
this . CB_GameOrigin . SelectedIndexChanged + = new System . EventHandler ( this . updateOriginGame ) ;
//
// FLP_MetLocation
//
this . FLP_MetLocation . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetLocation . Controls . Add ( this . Label_MetLocation ) ;
this . FLP_MetLocation . Controls . Add ( this . CB_MetLocation ) ;
this . FLP_MetLocation . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . FLP_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetLocation . Name = "FLP_MetLocation" ;
this . FLP_MetLocation . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetLocation . TabIndex = 113 ;
//
// Label_MetLocation
//
this . Label_MetLocation . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetLocation . Name = "Label_MetLocation" ;
this . Label_MetLocation . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetLocation . TabIndex = 1 ;
this . Label_MetLocation . Text = "Met Location:" ;
this . Label_MetLocation . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2016-11-27 07:23:45 +00:00
this . Label_MetLocation . Click + = new System . EventHandler ( this . clickMetLocation ) ;
2016-09-05 21:26:21 +00:00
//
// CB_MetLocation
//
this . CB_MetLocation . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_MetLocation . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_MetLocation . DropDownWidth = 150 ;
this . CB_MetLocation . FormattingEnabled = true ;
this . CB_MetLocation . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_MetLocation . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_MetLocation . Name = "CB_MetLocation" ;
this . CB_MetLocation . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_MetLocation . TabIndex = 2 ;
this . CB_MetLocation . SelectedIndexChanged + = new System . EventHandler ( this . validateLocation ) ;
this . CB_MetLocation . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_MetLocation . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Ball
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Ball . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2016-11-27 03:41:17 +00:00
this . FLP_Ball . Controls . Add ( this . FLP_BallLeft ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Ball . Controls . Add ( this . CB_Ball ) ;
this . FLP_Ball . Location = new System . Drawing . Point ( 0 , 42 ) ;
this . FLP_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Ball . Name = "FLP_Ball" ;
this . FLP_Ball . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Ball . TabIndex = 114 ;
2014-06-28 21:22:05 +00:00
//
2016-11-27 03:41:17 +00:00
// FLP_BallLeft
//
this . FLP_BallLeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_BallLeft . Controls . Add ( this . Label_Ball ) ;
this . FLP_BallLeft . Controls . Add ( this . PB_Ball ) ;
this . FLP_BallLeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_BallLeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_BallLeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_BallLeft . Name = "FLP_BallLeft" ;
this . FLP_BallLeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_BallLeft . TabIndex = 4 ;
//
2016-09-05 21:26:21 +00:00
// Label_Ball
2014-06-28 21:22:05 +00:00
//
2016-11-27 03:41:17 +00:00
this . Label_Ball . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . Label_Ball . AutoSize = true ;
this . Label_Ball . Location = new System . Drawing . Point ( 83 , 0 ) ;
2016-09-05 21:26:21 +00:00
this . Label_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Ball . Name = "Label_Ball" ;
2016-11-27 03:41:17 +00:00
this . Label_Ball . Padding = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . Label_Ball . Size = new System . Drawing . Size ( 27 , 19 ) ;
2016-09-05 21:26:21 +00:00
this . Label_Ball . TabIndex = 2 ;
this . Label_Ball . Text = "Ball:" ;
this . Label_Ball . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-11-27 03:41:17 +00:00
// PB_Ball
//
this . PB_Ball . Location = new System . Drawing . Point ( 60 , 0 ) ;
this . PB_Ball . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . PB_Ball . Name = "PB_Ball" ;
this . PB_Ball . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Ball . TabIndex = 3 ;
this . PB_Ball . TabStop = false ;
//
2016-09-05 21:26:21 +00:00
// CB_Ball
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CB_Ball . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Ball . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_Ball . FormattingEnabled = true ;
this . CB_Ball . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_Ball . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_Ball . Name = "CB_Ball" ;
this . CB_Ball . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_Ball . TabIndex = 3 ;
this . CB_Ball . SelectedIndexChanged + = new System . EventHandler ( this . validateComboBox2 ) ;
2016-11-27 03:41:17 +00:00
this . CB_Ball . SelectedValueChanged + = new System . EventHandler ( this . updateBall ) ;
2016-09-05 21:26:21 +00:00
this . CB_Ball . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Ball . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_MetLevel
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_MetLevel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetLevel . Controls . Add ( this . Label_MetLevel ) ;
this . FLP_MetLevel . Controls . Add ( this . TB_MetLevel ) ;
this . FLP_MetLevel . Location = new System . Drawing . Point ( 0 , 63 ) ;
this . FLP_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetLevel . Name = "FLP_MetLevel" ;
this . FLP_MetLevel . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetLevel . TabIndex = 115 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_MetLevel
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_MetLevel . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetLevel . Name = "Label_MetLevel" ;
this . Label_MetLevel . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetLevel . TabIndex = 3 ;
this . Label_MetLevel . Text = "Met Level:" ;
this . Label_MetLevel . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_MetLevel
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_MetLevel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_MetLevel . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . TB_MetLevel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . TB_MetLevel . Mask = "000" ;
this . TB_MetLevel . Name = "TB_MetLevel" ;
this . TB_MetLevel . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . TB_MetLevel . TabIndex = 4 ;
this . TB_MetLevel . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_MetDate
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_MetDate . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_MetDate . Controls . Add ( this . Label_MetDate ) ;
this . FLP_MetDate . Controls . Add ( this . CAL_MetDate ) ;
this . FLP_MetDate . Location = new System . Drawing . Point ( 0 , 84 ) ;
this . FLP_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_MetDate . Name = "FLP_MetDate" ;
this . FLP_MetDate . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_MetDate . TabIndex = 116 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_MetDate
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_MetDate . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_MetDate . Name = "Label_MetDate" ;
this . Label_MetDate . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_MetDate . TabIndex = 4 ;
this . Label_MetDate . Text = "Met Date:" ;
this . Label_MetDate . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
// CAL_MetDate
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
this . CAL_MetDate . CustomFormat = "MM/dd/yyyy" ;
this . CAL_MetDate . Format = System . Windows . Forms . DateTimePickerFormat . Short ;
this . CAL_MetDate . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CAL_MetDate . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CAL_MetDate . MaxDate = new System . DateTime ( 2099 , 12 , 31 , 0 , 0 , 0 , 0 ) ;
this . CAL_MetDate . MinDate = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
this . CAL_MetDate . Name = "CAL_MetDate" ;
this . CAL_MetDate . Size = new System . Drawing . Size ( 126 , 20 ) ;
this . CAL_MetDate . TabIndex = 5 ;
this . CAL_MetDate . Value = new System . DateTime ( 2000 , 1 , 1 , 0 , 0 , 0 , 0 ) ;
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Fateful
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Fateful . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Fateful . Controls . Add ( this . PAN_Fateful ) ;
this . FLP_Fateful . Controls . Add ( this . CHK_Fateful ) ;
this . FLP_Fateful . Location = new System . Drawing . Point ( 0 , 105 ) ;
this . FLP_Fateful . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Fateful . Name = "FLP_Fateful" ;
this . FLP_Fateful . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Fateful . TabIndex = 117 ;
2014-07-12 01:39:24 +00:00
//
2016-09-05 21:26:21 +00:00
// PAN_Fateful
2014-07-29 22:33:22 +00:00
//
2016-09-05 21:26:21 +00:00
this . PAN_Fateful . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . PAN_Fateful . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . PAN_Fateful . Name = "PAN_Fateful" ;
this . PAN_Fateful . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . PAN_Fateful . TabIndex = 104 ;
2014-07-29 22:33:22 +00:00
//
2016-09-05 21:26:21 +00:00
// CHK_Fateful
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
this . CHK_Fateful . AutoSize = true ;
this . CHK_Fateful . Location = new System . Drawing . Point ( 110 , 3 ) ;
this . CHK_Fateful . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_Fateful . Name = "CHK_Fateful" ;
this . CHK_Fateful . Size = new System . Drawing . Size ( 110 , 17 ) ;
this . CHK_Fateful . TabIndex = 6 ;
this . CHK_Fateful . Text = "Fateful Encounter" ;
this . CHK_Fateful . UseVisualStyleBackColor = true ;
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_EncounterType
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_EncounterType . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_EncounterType . Controls . Add ( this . Label_EncounterType ) ;
this . FLP_EncounterType . Controls . Add ( this . CB_EncounterType ) ;
this . FLP_EncounterType . Location = new System . Drawing . Point ( 0 , 126 ) ;
this . FLP_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_EncounterType . Name = "FLP_EncounterType" ;
this . FLP_EncounterType . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_EncounterType . TabIndex = 118 ;
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_EncounterType
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_EncounterType . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EncounterType . Name = "Label_EncounterType" ;
this . Label_EncounterType . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_EncounterType . TabIndex = 5 ;
this . Label_EncounterType . Text = "Encounter:" ;
this . Label_EncounterType . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// CB_EncounterType
//
this . CB_EncounterType . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_EncounterType . DropDownWidth = 160 ;
this . CB_EncounterType . FormattingEnabled = true ;
this . CB_EncounterType . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_EncounterType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_EncounterType . Name = "CB_EncounterType" ;
this . CB_EncounterType . Size = new System . Drawing . Size ( 126 , 21 ) ;
this . CB_EncounterType . TabIndex = 7 ;
//
// FLP_TimeOfDay
//
this . FLP_TimeOfDay . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_TimeOfDay . Controls . Add ( this . L_MetTimeOfDay ) ;
this . FLP_TimeOfDay . Controls . Add ( this . CB_MetTimeOfDay ) ;
this . FLP_TimeOfDay . Location = new System . Drawing . Point ( 0 , 147 ) ;
this . FLP_TimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_TimeOfDay . Name = "FLP_TimeOfDay" ;
this . FLP_TimeOfDay . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_TimeOfDay . TabIndex = 119 ;
2014-06-28 21:22:05 +00:00
//
2016-09-04 17:38:53 +00:00
// L_MetTimeOfDay
//
2016-09-05 21:26:21 +00:00
this . L_MetTimeOfDay . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . L_MetTimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2016-09-04 17:38:53 +00:00
this . L_MetTimeOfDay . Name = "L_MetTimeOfDay" ;
2016-09-05 21:26:21 +00:00
this . L_MetTimeOfDay . Size = new System . Drawing . Size ( 110 , 21 ) ;
2016-09-04 17:38:53 +00:00
this . L_MetTimeOfDay . TabIndex = 10 ;
this . L_MetTimeOfDay . Text = "Time of Day:" ;
this . L_MetTimeOfDay . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . L_MetTimeOfDay . Visible = false ;
//
// CB_MetTimeOfDay
//
this . CB_MetTimeOfDay . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_MetTimeOfDay . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_MetTimeOfDay . DropDownWidth = 150 ;
this . CB_MetTimeOfDay . FormattingEnabled = true ;
this . CB_MetTimeOfDay . Items . AddRange ( new object [ ] {
"(None)" ,
"Morning" ,
"Day" ,
"Night" } ) ;
2016-09-05 21:26:21 +00:00
this . CB_MetTimeOfDay . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . CB_MetTimeOfDay . Margin = new System . Windows . Forms . Padding ( 0 ) ;
2016-09-04 17:38:53 +00:00
this . CB_MetTimeOfDay . Name = "CB_MetTimeOfDay" ;
2016-09-05 21:26:21 +00:00
this . CB_MetTimeOfDay . Size = new System . Drawing . Size ( 126 , 21 ) ;
2016-09-04 17:38:53 +00:00
this . CB_MetTimeOfDay . TabIndex = 11 ;
this . CB_MetTimeOfDay . Visible = false ;
//
2016-09-05 21:26:21 +00:00
// Tab_Stats
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Tab_Stats . AllowDrop = true ;
this . Tab_Stats . Controls . Add ( this . PAN_Contest ) ;
this . Tab_Stats . Controls . Add ( this . FLP_Stats ) ;
this . Tab_Stats . Controls . Add ( this . BTN_RandomEVs ) ;
this . Tab_Stats . Controls . Add ( this . BTN_RandomIVs ) ;
this . Tab_Stats . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Stats . Name = "Tab_Stats" ;
this . Tab_Stats . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . Tab_Stats . Size = new System . Drawing . Size ( 272 , 299 ) ;
this . Tab_Stats . TabIndex = 2 ;
this . Tab_Stats . Text = "Stats" ;
this . Tab_Stats . UseVisualStyleBackColor = true ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// PAN_Contest
//
this . PAN_Contest . Controls . Add ( this . TB_Sheen ) ;
this . PAN_Contest . Controls . Add ( this . TB_Tough ) ;
this . PAN_Contest . Controls . Add ( this . TB_Smart ) ;
this . PAN_Contest . Controls . Add ( this . TB_Cute ) ;
this . PAN_Contest . Controls . Add ( this . TB_Beauty ) ;
this . PAN_Contest . Controls . Add ( this . TB_Cool ) ;
this . PAN_Contest . Controls . Add ( this . Label_Sheen ) ;
this . PAN_Contest . Controls . Add ( this . Label_Tough ) ;
this . PAN_Contest . Controls . Add ( this . Label_Smart ) ;
this . PAN_Contest . Controls . Add ( this . Label_Cute ) ;
this . PAN_Contest . Controls . Add ( this . Label_Beauty ) ;
this . PAN_Contest . Controls . Add ( this . Label_Cool ) ;
this . PAN_Contest . Controls . Add ( this . Label_ContestStats ) ;
this . PAN_Contest . Location = new System . Drawing . Point ( 21 , 247 ) ;
this . PAN_Contest . Name = "PAN_Contest" ;
this . PAN_Contest . Size = new System . Drawing . Size ( 230 , 50 ) ;
this . PAN_Contest . TabIndex = 104 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_Sheen
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_Sheen . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Sheen . Location = new System . Drawing . Point ( 192 , 30 ) ;
this . TB_Sheen . Mask = "000" ;
this . TB_Sheen . Name = "TB_Sheen" ;
this . TB_Sheen . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Sheen . TabIndex = 45 ;
this . TB_Sheen . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_Tough
//
this . TB_Tough . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Tough . Location = new System . Drawing . Point ( 155 , 30 ) ;
this . TB_Tough . Mask = "000" ;
this . TB_Tough . Name = "TB_Tough" ;
this . TB_Tough . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Tough . TabIndex = 44 ;
this . TB_Tough . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_Smart
//
this . TB_Smart . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Smart . Location = new System . Drawing . Point ( 118 , 30 ) ;
this . TB_Smart . Mask = "000" ;
this . TB_Smart . Name = "TB_Smart" ;
this . TB_Smart . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Smart . TabIndex = 43 ;
this . TB_Smart . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_Cute
//
this . TB_Cute . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Cute . Location = new System . Drawing . Point ( 81 , 30 ) ;
this . TB_Cute . Mask = "000" ;
this . TB_Cute . Name = "TB_Cute" ;
this . TB_Cute . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Cute . TabIndex = 42 ;
this . TB_Cute . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_Beauty
//
this . TB_Beauty . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Beauty . Location = new System . Drawing . Point ( 44 , 30 ) ;
this . TB_Beauty . Mask = "000" ;
this . TB_Beauty . Name = "TB_Beauty" ;
this . TB_Beauty . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Beauty . TabIndex = 41 ;
this . TB_Beauty . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// TB_Cool
//
this . TB_Cool . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_Cool . Location = new System . Drawing . Point ( 7 , 30 ) ;
this . TB_Cool . Mask = "000" ;
this . TB_Cool . Name = "TB_Cool" ;
this . TB_Cool . Size = new System . Drawing . Size ( 31 , 20 ) ;
this . TB_Cool . TabIndex = 40 ;
this . TB_Cool . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// Label_Sheen
//
this . Label_Sheen . Location = new System . Drawing . Point ( 186 , 17 ) ;
this . Label_Sheen . Name = "Label_Sheen" ;
this . Label_Sheen . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Sheen . TabIndex = 52 ;
this . Label_Sheen . Text = "Sheen" ;
this . Label_Sheen . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// Label_Tough
//
this . Label_Tough . Location = new System . Drawing . Point ( 149 , 17 ) ;
this . Label_Tough . Name = "Label_Tough" ;
this . Label_Tough . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Tough . TabIndex = 51 ;
this . Label_Tough . Text = "Tough" ;
this . Label_Tough . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Smart
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Smart . Location = new System . Drawing . Point ( 112 , 17 ) ;
this . Label_Smart . Name = "Label_Smart" ;
this . Label_Smart . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Smart . TabIndex = 50 ;
this . Label_Smart . Text = "Clever" ;
this . Label_Smart . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Cute
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Cute . Location = new System . Drawing . Point ( 75 , 17 ) ;
this . Label_Cute . Name = "Label_Cute" ;
this . Label_Cute . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Cute . TabIndex = 49 ;
this . Label_Cute . Text = "Cute" ;
this . Label_Cute . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Beauty
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Beauty . Location = new System . Drawing . Point ( 38 , 17 ) ;
this . Label_Beauty . Name = "Label_Beauty" ;
this . Label_Beauty . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Beauty . TabIndex = 48 ;
this . Label_Beauty . Text = "Beauty" ;
this . Label_Beauty . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Cool
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Cool . Location = new System . Drawing . Point ( 1 , 17 ) ;
this . Label_Cool . Name = "Label_Cool" ;
this . Label_Cool . Size = new System . Drawing . Size ( 43 , 13 ) ;
this . Label_Cool . TabIndex = 47 ;
this . Label_Cool . Text = "Cool" ;
this . Label_Cool . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_ContestStats
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_ContestStats . Location = new System . Drawing . Point ( 46 , 1 ) ;
this . Label_ContestStats . Name = "Label_ContestStats" ;
this . Label_ContestStats . Size = new System . Drawing . Size ( 140 , 13 ) ;
this . Label_ContestStats . TabIndex = 46 ;
this . Label_ContestStats . Text = "Contest Stats" ;
this . Label_ContestStats . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Stats
//
this . FLP_Stats . Controls . Add ( this . FLP_StatHeader ) ;
this . FLP_Stats . Controls . Add ( this . FLP_HP ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Atk ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Def ) ;
this . FLP_Stats . Controls . Add ( this . FLP_SpA ) ;
this . FLP_Stats . Controls . Add ( this . FLP_SpD ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Spe ) ;
this . FLP_Stats . Controls . Add ( this . FLP_StatsTotal ) ;
this . FLP_Stats . Controls . Add ( this . FLP_HPType ) ;
this . FLP_Stats . Controls . Add ( this . FLP_Characteristic ) ;
this . FLP_Stats . Location = new System . Drawing . Point ( 0 , 2 ) ;
this . FLP_Stats . Name = "FLP_Stats" ;
this . FLP_Stats . Size = new System . Drawing . Size ( 272 , 206 ) ;
this . FLP_Stats . TabIndex = 103 ;
//
// FLP_StatHeader
//
this . FLP_StatHeader . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_StatHeader . Controls . Add ( this . FLP_HackedStats ) ;
this . FLP_StatHeader . Controls . Add ( this . FLP_StatsHeaderRight ) ;
this . FLP_StatHeader . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_StatHeader . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatHeader . Name = "FLP_StatHeader" ;
this . FLP_StatHeader . Size = new System . Drawing . Size ( 272 , 22 ) ;
this . FLP_StatHeader . TabIndex = 122 ;
//
// FLP_HackedStats
//
this . FLP_HackedStats . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HackedStats . Controls . Add ( this . CHK_HackedStats ) ;
this . FLP_HackedStats . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_HackedStats . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HackedStats . Name = "FLP_HackedStats" ;
this . FLP_HackedStats . Size = new System . Drawing . Size ( 107 , 21 ) ;
this . FLP_HackedStats . TabIndex = 122 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// CHK_HackedStats
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CHK_HackedStats . AutoSize = true ;
this . CHK_HackedStats . Enabled = false ;
this . CHK_HackedStats . Location = new System . Drawing . Point ( 0 , 3 ) ;
this . CHK_HackedStats . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . CHK_HackedStats . Name = "CHK_HackedStats" ;
this . CHK_HackedStats . Size = new System . Drawing . Size ( 91 , 17 ) ;
this . CHK_HackedStats . TabIndex = 18 ;
this . CHK_HackedStats . Text = "Hacked Stats" ;
this . CHK_HackedStats . UseVisualStyleBackColor = true ;
this . CHK_HackedStats . Visible = false ;
this . CHK_HackedStats . Click + = new System . EventHandler ( this . updateHackedStats ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_StatsHeaderRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_StatsHeaderRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2016-09-11 00:14:25 +00:00
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_IVs ) ;
2016-09-05 21:26:21 +00:00
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_EVs ) ;
this . FLP_StatsHeaderRight . Controls . Add ( this . Label_Stats ) ;
this . FLP_StatsHeaderRight . Location = new System . Drawing . Point ( 107 , 0 ) ;
this . FLP_StatsHeaderRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsHeaderRight . Name = "FLP_StatsHeaderRight" ;
this . FLP_StatsHeaderRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_StatsHeaderRight . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
2016-09-11 20:02:56 +00:00
// Label_IVs
//
this . Label_IVs . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_IVs . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_IVs . Name = "Label_IVs" ;
this . Label_IVs . Size = new System . Drawing . Size ( 30 , 21 ) ;
this . Label_IVs . TabIndex = 29 ;
this . Label_IVs . Text = "IVs" ;
this . Label_IVs . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
2016-09-05 21:26:21 +00:00
// Label_EVs
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_EVs . Location = new System . Drawing . Point ( 30 , 0 ) ;
this . Label_EVs . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_EVs . Name = "Label_EVs" ;
this . Label_EVs . Size = new System . Drawing . Size ( 35 , 21 ) ;
this . Label_EVs . TabIndex = 27 ;
this . Label_EVs . Text = "EVs" ;
this . Label_EVs . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Stats
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Stats . Location = new System . Drawing . Point ( 65 , 0 ) ;
this . Label_Stats . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Stats . Name = "Label_Stats" ;
this . Label_Stats . Size = new System . Drawing . Size ( 35 , 21 ) ;
this . Label_Stats . TabIndex = 28 ;
this . Label_Stats . Text = "Stats" ;
this . Label_Stats . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_HP
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_HP . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HP . Controls . Add ( this . Label_HP ) ;
this . FLP_HP . Controls . Add ( this . FLP_HPRight ) ;
this . FLP_HP . Location = new System . Drawing . Point ( 0 , 22 ) ;
this . FLP_HP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HP . Name = "FLP_HP" ;
this . FLP_HP . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HP . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_HP
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_HP . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HP . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HP . Name = "Label_HP" ;
this . Label_HP . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_HP . TabIndex = 19 ;
this . Label_HP . Text = "HP:" ;
this . Label_HP . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_HP . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_HPRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_HPRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HPRight . Controls . Add ( this . TB_HPIV ) ;
this . FLP_HPRight . Controls . Add ( this . TB_HPEV ) ;
this . FLP_HPRight . Controls . Add ( this . Stat_HP ) ;
this . FLP_HPRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_HPRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HPRight . Name = "FLP_HPRight" ;
this . FLP_HPRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_HPRight . TabIndex = 121 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_HPIV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_HPIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_HPIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_HPIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_HPIV . Mask = "00" ;
this . TB_HPIV . Name = "TB_HPIV" ;
this . TB_HPIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_HPIV . TabIndex = 1 ;
this . TB_HPIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_HPIV . Click + = new System . EventHandler ( this . clickIV ) ;
this . TB_HPIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_HPEV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_HPEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_HPEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_HPEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_HPEV . Mask = "000" ;
this . TB_HPEV . Name = "TB_HPEV" ;
this . TB_HPEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_HPEV . TabIndex = 7 ;
this . TB_HPEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_HPEV . Click + = new System . EventHandler ( this . clickEV ) ;
this . TB_HPEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Stat_HP
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Stat_HP . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_HP . Enabled = false ;
this . Stat_HP . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_HP . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_HP . Mask = "00000" ;
this . Stat_HP . Name = "Stat_HP" ;
this . Stat_HP . PromptChar = ' ' ;
this . Stat_HP . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_HP . TabIndex = 45 ;
this . Stat_HP . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . Stat_HP . TextChanged + = new System . EventHandler ( this . updateHackedStatText ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Atk
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Atk . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Atk . Controls . Add ( this . Label_ATK ) ;
this . FLP_Atk . Controls . Add ( this . FLP_AtkRight ) ;
this . FLP_Atk . Location = new System . Drawing . Point ( 0 , 43 ) ;
this . FLP_Atk . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Atk . Name = "FLP_Atk" ;
this . FLP_Atk . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Atk . TabIndex = 124 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_ATK
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_ATK . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_ATK . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_ATK . Name = "Label_ATK" ;
this . Label_ATK . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_ATK . TabIndex = 20 ;
this . Label_ATK . Text = "Atk:" ;
this . Label_ATK . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_ATK . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_AtkRight
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_AtkRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_AtkRight . Controls . Add ( this . TB_ATKIV ) ;
this . FLP_AtkRight . Controls . Add ( this . TB_ATKEV ) ;
this . FLP_AtkRight . Controls . Add ( this . Stat_ATK ) ;
this . FLP_AtkRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_AtkRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_AtkRight . Name = "FLP_AtkRight" ;
this . FLP_AtkRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_AtkRight . TabIndex = 123 ;
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_ATKIV
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_ATKIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_ATKIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_ATKIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_ATKIV . Mask = "00" ;
this . TB_ATKIV . Name = "TB_ATKIV" ;
this . TB_ATKIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_ATKIV . TabIndex = 2 ;
this . TB_ATKIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_ATKIV . Click + = new System . EventHandler ( this . clickIV ) ;
this . TB_ATKIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_ATKEV
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_ATKEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_ATKEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_ATKEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_ATKEV . Mask = "000" ;
this . TB_ATKEV . Name = "TB_ATKEV" ;
this . TB_ATKEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_ATKEV . TabIndex = 8 ;
this . TB_ATKEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_ATKEV . Click + = new System . EventHandler ( this . clickEV ) ;
this . TB_ATKEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2016-01-03 04:22:53 +00:00
//
// Stat_ATK
//
this . Stat_ATK . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_ATK . Enabled = false ;
2016-09-05 21:26:21 +00:00
this . Stat_ATK . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_ATK . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
2016-01-03 04:22:53 +00:00
this . Stat_ATK . Mask = "00000" ;
this . Stat_ATK . Name = "Stat_ATK" ;
this . Stat_ATK . PromptChar = ' ' ;
2016-09-05 21:26:21 +00:00
this . Stat_ATK . Size = new System . Drawing . Size ( 37 , 20 ) ;
2016-01-03 04:22:53 +00:00
this . Stat_ATK . TabIndex = 46 ;
this . Stat_ATK . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
2016-09-05 21:26:21 +00:00
// FLP_Def
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Def . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Def . Controls . Add ( this . Label_DEF ) ;
this . FLP_Def . Controls . Add ( this . FLP_DefRight ) ;
this . FLP_Def . Location = new System . Drawing . Point ( 0 , 64 ) ;
this . FLP_Def . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Def . Name = "FLP_Def" ;
this . FLP_Def . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Def . TabIndex = 125 ;
2016-01-03 04:22:53 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_DEF
2015-03-09 00:41:13 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_DEF . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_DEF . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_DEF . Name = "Label_DEF" ;
this . Label_DEF . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_DEF . TabIndex = 21 ;
this . Label_DEF . Text = "Def:" ;
this . Label_DEF . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_DEF . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2015-03-09 00:41:13 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_DefRight
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_DefRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_DefRight . Controls . Add ( this . TB_DEFIV ) ;
this . FLP_DefRight . Controls . Add ( this . TB_DEFEV ) ;
this . FLP_DefRight . Controls . Add ( this . Stat_DEF ) ;
this . FLP_DefRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_DefRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_DefRight . Name = "FLP_DefRight" ;
this . FLP_DefRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_DefRight . TabIndex = 123 ;
2014-08-15 22:28:15 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_DEFIV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_DEFIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_DEFIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_DEFIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_DEFIV . Mask = "00" ;
this . TB_DEFIV . Name = "TB_DEFIV" ;
this . TB_DEFIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_DEFIV . TabIndex = 3 ;
this . TB_DEFIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_DEFIV . Click + = new System . EventHandler ( this . clickIV ) ;
this . TB_DEFIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_DEFEV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_DEFEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_DEFEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_DEFEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_DEFEV . Mask = "000" ;
this . TB_DEFEV . Name = "TB_DEFEV" ;
this . TB_DEFEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_DEFEV . TabIndex = 9 ;
this . TB_DEFEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_DEFEV . Click + = new System . EventHandler ( this . clickEV ) ;
this . TB_DEFEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Stat_DEF
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Stat_DEF . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_DEF . Enabled = false ;
this . Stat_DEF . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_DEF . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_DEF . Mask = "00000" ;
this . Stat_DEF . Name = "Stat_DEF" ;
this . Stat_DEF . PromptChar = ' ' ;
this . Stat_DEF . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_DEF . TabIndex = 47 ;
this . Stat_DEF . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_SpA
//
this . FLP_SpA . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpA . Controls . Add ( this . FLP_SpALeft ) ;
this . FLP_SpA . Controls . Add ( this . FLP_SpARight ) ;
this . FLP_SpA . Location = new System . Drawing . Point ( 0 , 85 ) ;
this . FLP_SpA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpA . Name = "FLP_SpA" ;
this . FLP_SpA . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SpA . TabIndex = 126 ;
//
// FLP_SpALeft
//
this . FLP_SpALeft . Anchor = System . Windows . Forms . AnchorStyles . Right ;
this . FLP_SpALeft . Controls . Add ( this . Label_SPA ) ;
this . FLP_SpALeft . Controls . Add ( this . Label_SPC ) ;
this . FLP_SpALeft . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
this . FLP_SpALeft . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . FLP_SpALeft . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpALeft . Name = "FLP_SpALeft" ;
this . FLP_SpALeft . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . FLP_SpALeft . TabIndex = 124 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_SPA
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_SPA . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPA . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPA . Name = "Label_SPA" ;
this . Label_SPA . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SPA . TabIndex = 22 ;
this . Label_SPA . Text = "SpA:" ;
this . Label_SPA . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPA . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_SPC
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_SPC . Location = new System . Drawing . Point ( 0 , 21 ) ;
this . Label_SPC . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPC . Name = "Label_SPC" ;
this . Label_SPC . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SPC . TabIndex = 125 ;
this . Label_SPC . Text = "SpC:" ;
this . Label_SPC . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2016-09-06 23:46:00 +00:00
this . Label_SPC . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_SpARight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_SpARight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpARight . Controls . Add ( this . TB_SPAIV ) ;
this . FLP_SpARight . Controls . Add ( this . TB_SPAEV ) ;
this . FLP_SpARight . Controls . Add ( this . Stat_SPA ) ;
this . FLP_SpARight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_SpARight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpARight . Name = "FLP_SpARight" ;
this . FLP_SpARight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpARight . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_SPAIV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_SPAIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPAIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPAIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_SPAIV . Mask = "00" ;
this . TB_SPAIV . Name = "TB_SPAIV" ;
this . TB_SPAIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPAIV . TabIndex = 4 ;
this . TB_SPAIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPAIV . Click + = new System . EventHandler ( this . clickIV ) ;
this . TB_SPAIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_SPAEV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_SPAEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPAEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_SPAEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_SPAEV . Mask = "000" ;
this . TB_SPAEV . Name = "TB_SPAEV" ;
this . TB_SPAEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPAEV . TabIndex = 10 ;
this . TB_SPAEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPAEV . Click + = new System . EventHandler ( this . clickEV ) ;
this . TB_SPAEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Stat_SPA
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Stat_SPA . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPA . Enabled = false ;
this . Stat_SPA . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_SPA . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPA . Mask = "00000" ;
this . Stat_SPA . Name = "Stat_SPA" ;
this . Stat_SPA . PromptChar = ' ' ;
this . Stat_SPA . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPA . TabIndex = 48 ;
this . Stat_SPA . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_SpD
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_SpD . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpD . Controls . Add ( this . Label_SPD ) ;
this . FLP_SpD . Controls . Add ( this . FLP_SpDRight ) ;
this . FLP_SpD . Location = new System . Drawing . Point ( 0 , 106 ) ;
this . FLP_SpD . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpD . Name = "FLP_SpD" ;
this . FLP_SpD . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_SpD . TabIndex = 127 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_SPD
//
this . Label_SPD . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPD . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPD . Name = "Label_SPD" ;
this . Label_SPD . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SPD . TabIndex = 23 ;
this . Label_SPD . Text = "SpD:" ;
this . Label_SPD . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPD . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
//
// FLP_SpDRight
//
this . FLP_SpDRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpDRight . Controls . Add ( this . TB_SPDIV ) ;
this . FLP_SpDRight . Controls . Add ( this . TB_SPDEV ) ;
this . FLP_SpDRight . Controls . Add ( this . Stat_SPD ) ;
this . FLP_SpDRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_SpDRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpDRight . Name = "FLP_SpDRight" ;
this . FLP_SpDRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpDRight . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
// TB_SPDIV
//
this . TB_SPDIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2016-09-05 21:26:21 +00:00
this . TB_SPDIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPDIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
2014-06-28 21:22:05 +00:00
this . TB_SPDIV . Mask = "00" ;
this . TB_SPDIV . Name = "TB_SPDIV" ;
this . TB_SPDIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPDIV . TabIndex = 5 ;
this . TB_SPDIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2015-09-27 17:00:45 +00:00
this . TB_SPDIV . Click + = new System . EventHandler ( this . clickIV ) ;
2014-08-15 22:28:15 +00:00
this . TB_SPDIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_SPDEV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_SPDEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPDEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_SPDEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_SPDEV . Mask = "000" ;
this . TB_SPDEV . Name = "TB_SPDEV" ;
this . TB_SPDEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_SPDEV . TabIndex = 11 ;
this . TB_SPDEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPDEV . Click + = new System . EventHandler ( this . clickEV ) ;
this . TB_SPDEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Stat_SPD
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Stat_SPD . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPD . Enabled = false ;
this . Stat_SPD . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_SPD . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPD . Mask = "00000" ;
this . Stat_SPD . Name = "Stat_SPD" ;
this . Stat_SPD . PromptChar = ' ' ;
this . Stat_SPD . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPD . TabIndex = 49 ;
this . Stat_SPD . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_Spe
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_Spe . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Spe . Controls . Add ( this . Label_SPE ) ;
this . FLP_Spe . Controls . Add ( this . FLP_SpeRight ) ;
this . FLP_Spe . Location = new System . Drawing . Point ( 0 , 127 ) ;
this . FLP_Spe . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Spe . Name = "FLP_Spe" ;
this . FLP_Spe . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Spe . TabIndex = 128 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_SPE
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_SPE . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_SPE . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_SPE . Name = "Label_SPE" ;
this . Label_SPE . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_SPE . TabIndex = 24 ;
this . Label_SPE . Text = "Spe:" ;
this . Label_SPE . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . Label_SPE . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . clickStatLabel ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_SpeRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_SpeRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SpeRight . Controls . Add ( this . TB_SPEIV ) ;
this . FLP_SpeRight . Controls . Add ( this . TB_SPEEV ) ;
this . FLP_SpeRight . Controls . Add ( this . Stat_SPE ) ;
this . FLP_SpeRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_SpeRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_SpeRight . Name = "FLP_SpeRight" ;
this . FLP_SpeRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_SpeRight . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_SPEIV
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_SPEIV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SPEIV . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_SPEIV . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_SPEIV . Mask = "00" ;
this . TB_SPEIV . Name = "TB_SPEIV" ;
this . TB_SPEIV . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_SPEIV . TabIndex = 6 ;
this . TB_SPEIV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_SPEIV . Click + = new System . EventHandler ( this . clickIV ) ;
this . TB_SPEIV . TextChanged + = new System . EventHandler ( this . updateIVs ) ;
2014-06-28 21:22:05 +00:00
//
// TB_SPEEV
//
this . TB_SPEEV . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2016-09-05 21:26:21 +00:00
this . TB_SPEEV . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_SPEEV . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
2014-06-28 21:22:05 +00:00
this . TB_SPEEV . Mask = "000" ;
this . TB_SPEEV . Name = "TB_SPEEV" ;
2016-09-05 21:26:21 +00:00
this . TB_SPEEV . Size = new System . Drawing . Size ( 28 , 20 ) ;
2014-06-28 21:22:05 +00:00
this . TB_SPEEV . TabIndex = 12 ;
this . TB_SPEEV . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2015-09-27 17:00:45 +00:00
this . TB_SPEEV . Click + = new System . EventHandler ( this . clickEV ) ;
2014-08-15 22:28:15 +00:00
this . TB_SPEEV . TextChanged + = new System . EventHandler ( this . updateEVs ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Stat_SPE
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Stat_SPE . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . Stat_SPE . Enabled = false ;
this . Stat_SPE . Location = new System . Drawing . Point ( 62 , 0 ) ;
this . Stat_SPE . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . Stat_SPE . Mask = "00000" ;
this . Stat_SPE . Name = "Stat_SPE" ;
this . Stat_SPE . PromptChar = ' ' ;
this . Stat_SPE . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Stat_SPE . TabIndex = 50 ;
this . Stat_SPE . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_StatsTotal
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_StatsTotal . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_StatsTotal . Controls . Add ( this . Label_Total ) ;
this . FLP_StatsTotal . Controls . Add ( this . FLP_StatsTotalRight ) ;
this . FLP_StatsTotal . Location = new System . Drawing . Point ( 0 , 148 ) ;
this . FLP_StatsTotal . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsTotal . Name = "FLP_StatsTotal" ;
this . FLP_StatsTotal . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_StatsTotal . TabIndex = 129 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_Total
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_Total . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_Total . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_Total . Name = "Label_Total" ;
this . Label_Total . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_Total . TabIndex = 25 ;
this . Label_Total . Text = "Total:" ;
this . Label_Total . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_StatsTotalRight
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_StatsTotalRight . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_StatsTotalRight . Controls . Add ( this . TB_IVTotal ) ;
this . FLP_StatsTotalRight . Controls . Add ( this . TB_EVTotal ) ;
this . FLP_StatsTotalRight . Controls . Add ( this . L_Potential ) ;
this . FLP_StatsTotalRight . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . FLP_StatsTotalRight . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_StatsTotalRight . Name = "FLP_StatsTotalRight" ;
this . FLP_StatsTotalRight . Size = new System . Drawing . Size ( 162 , 21 ) ;
this . FLP_StatsTotalRight . TabIndex = 123 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_IVTotal
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_IVTotal . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_IVTotal . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . TB_IVTotal . Margin = new System . Windows . Forms . Padding ( 0 , 0 , 3 , 0 ) ;
this . TB_IVTotal . MaxLength = 3 ;
this . TB_IVTotal . Name = "TB_IVTotal" ;
2016-12-31 01:23:59 +00:00
this . TB_IVTotal . ReadOnly = true ;
2016-09-05 21:26:21 +00:00
this . TB_IVTotal . Size = new System . Drawing . Size ( 22 , 20 ) ;
this . TB_IVTotal . TabIndex = 41 ;
this . TB_IVTotal . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// TB_EVTotal
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . TB_EVTotal . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_EVTotal . Location = new System . Drawing . Point ( 28 , 0 ) ;
this . TB_EVTotal . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 3 , 0 ) ;
this . TB_EVTotal . MaxLength = 3 ;
this . TB_EVTotal . Name = "TB_EVTotal" ;
2016-12-31 01:23:59 +00:00
this . TB_EVTotal . ReadOnly = true ;
2016-09-05 21:26:21 +00:00
this . TB_EVTotal . Size = new System . Drawing . Size ( 28 , 20 ) ;
this . TB_EVTotal . TabIndex = 18 ;
this . TB_EVTotal . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// L_Potential
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . L_Potential . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . L_Potential . Location = new System . Drawing . Point ( 59 , 0 ) ;
this . L_Potential . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_Potential . Name = "L_Potential" ;
this . L_Potential . Size = new System . Drawing . Size ( 67 , 21 ) ;
this . L_Potential . TabIndex = 42 ;
this . L_Potential . Text = "(potential)" ;
this . L_Potential . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// FLP_HPType
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . FLP_HPType . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_HPType . Controls . Add ( this . Label_HiddenPowerPrefix ) ;
this . FLP_HPType . Controls . Add ( this . CB_HPType ) ;
this . FLP_HPType . Location = new System . Drawing . Point ( 0 , 169 ) ;
this . FLP_HPType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_HPType . Name = "FLP_HPType" ;
this . FLP_HPType . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_HPType . TabIndex = 130 ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// Label_HiddenPowerPrefix
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . Label_HiddenPowerPrefix . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_HiddenPowerPrefix . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_HiddenPowerPrefix . Name = "Label_HiddenPowerPrefix" ;
this . Label_HiddenPowerPrefix . Size = new System . Drawing . Size ( 172 , 21 ) ;
this . Label_HiddenPowerPrefix . TabIndex = 29 ;
this . Label_HiddenPowerPrefix . Text = "Hidden Power Type:" ;
this . Label_HiddenPowerPrefix . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
// CB_HPType
2014-06-28 21:22:05 +00:00
//
2016-09-05 21:26:21 +00:00
this . CB_HPType . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_HPType . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_HPType . DropDownWidth = 80 ;
this . CB_HPType . FormattingEnabled = true ;
this . CB_HPType . Location = new System . Drawing . Point ( 172 , 0 ) ;
this . CB_HPType . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . CB_HPType . Name = "CB_HPType" ;
this . CB_HPType . Size = new System . Drawing . Size ( 70 , 21 ) ;
this . CB_HPType . TabIndex = 44 ;
this . CB_HPType . SelectedIndexChanged + = new System . EventHandler ( this . updateHPType ) ;
//
// FLP_Characteristic
//
this . FLP_Characteristic . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_Characteristic . Controls . Add ( this . Label_CharacteristicPrefix ) ;
this . FLP_Characteristic . Controls . Add ( this . L_Characteristic ) ;
this . FLP_Characteristic . Location = new System . Drawing . Point ( 0 , 190 ) ;
this . FLP_Characteristic . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . FLP_Characteristic . Name = "FLP_Characteristic" ;
this . FLP_Characteristic . Size = new System . Drawing . Size ( 272 , 21 ) ;
this . FLP_Characteristic . TabIndex = 131 ;
//
// Label_CharacteristicPrefix
//
this . Label_CharacteristicPrefix . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . Label_CharacteristicPrefix . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . Label_CharacteristicPrefix . Name = "Label_CharacteristicPrefix" ;
this . Label_CharacteristicPrefix . Size = new System . Drawing . Size ( 110 , 21 ) ;
this . Label_CharacteristicPrefix . TabIndex = 43 ;
this . Label_CharacteristicPrefix . Text = "Characteristic:" ;
this . Label_CharacteristicPrefix . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_Characteristic
//
this . L_Characteristic . Location = new System . Drawing . Point ( 110 , 0 ) ;
this . L_Characteristic . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . L_Characteristic . Name = "L_Characteristic" ;
this . L_Characteristic . Size = new System . Drawing . Size ( 150 , 21 ) ;
this . L_Characteristic . TabIndex = 40 ;
this . L_Characteristic . Text = "(char)" ;
this . L_Characteristic . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2014-06-28 21:22:05 +00:00
//
// BTN_RandomEVs
//
2014-07-31 22:06:48 +00:00
this . BTN_RandomEVs . Location = new System . Drawing . Point ( 140 , 218 ) ;
2014-06-28 21:22:05 +00:00
this . BTN_RandomEVs . Name = "BTN_RandomEVs" ;
this . BTN_RandomEVs . Size = new System . Drawing . Size ( 92 , 23 ) ;
this . BTN_RandomEVs . TabIndex = 14 ;
this . BTN_RandomEVs . Text = "Randomize EVs" ;
this . BTN_RandomEVs . UseVisualStyleBackColor = true ;
this . BTN_RandomEVs . Click + = new System . EventHandler ( this . updateRandomEVs ) ;
//
// BTN_RandomIVs
//
2014-07-31 22:06:48 +00:00
this . BTN_RandomIVs . Location = new System . Drawing . Point ( 41 , 218 ) ;
2014-06-28 21:22:05 +00:00
this . BTN_RandomIVs . Name = "BTN_RandomIVs" ;
this . BTN_RandomIVs . Size = new System . Drawing . Size ( 92 , 23 ) ;
this . BTN_RandomIVs . TabIndex = 13 ;
this . BTN_RandomIVs . Text = "Randomize IVs" ;
this . BTN_RandomIVs . UseVisualStyleBackColor = true ;
this . BTN_RandomIVs . Click + = new System . EventHandler ( this . updateRandomIVs ) ;
//
// Tab_Attacks
//
this . Tab_Attacks . AllowDrop = true ;
2016-02-17 15:54:59 +00:00
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove4 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove3 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove2 ) ;
this . Tab_Attacks . Controls . Add ( this . PB_WarnMove1 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Attacks . Controls . Add ( this . GB_RelearnMoves ) ;
this . Tab_Attacks . Controls . Add ( this . GB_CurrentMoves ) ;
this . Tab_Attacks . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Attacks . Name = "Tab_Attacks" ;
this . Tab_Attacks . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2014-07-31 22:06:48 +00:00
this . Tab_Attacks . Size = new System . Drawing . Size ( 272 , 299 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Attacks . TabIndex = 3 ;
this . Tab_Attacks . Text = "Attacks" ;
this . Tab_Attacks . UseVisualStyleBackColor = true ;
//
2016-02-17 15:54:59 +00:00
// PB_WarnMove4
//
2016-03-12 02:40:08 +00:00
this . PB_WarnMove4 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnMove4.Image" ) ) ) ;
2016-02-17 15:54:59 +00:00
this . PB_WarnMove4 . Location = new System . Drawing . Point ( 8 , 113 ) ;
this . PB_WarnMove4 . Name = "PB_WarnMove4" ;
this . PB_WarnMove4 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove4 . TabIndex = 5 ;
this . PB_WarnMove4 . TabStop = false ;
this . PB_WarnMove4 . Visible = false ;
//
// PB_WarnMove3
//
this . PB_WarnMove3 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnMove3.Image" ) ) ) ;
this . PB_WarnMove3 . Location = new System . Drawing . Point ( 8 , 91 ) ;
this . PB_WarnMove3 . Name = "PB_WarnMove3" ;
this . PB_WarnMove3 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove3 . TabIndex = 4 ;
this . PB_WarnMove3 . TabStop = false ;
this . PB_WarnMove3 . Visible = false ;
//
// PB_WarnMove2
//
this . PB_WarnMove2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnMove2.Image" ) ) ) ;
this . PB_WarnMove2 . Location = new System . Drawing . Point ( 8 , 69 ) ;
this . PB_WarnMove2 . Name = "PB_WarnMove2" ;
this . PB_WarnMove2 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove2 . TabIndex = 3 ;
this . PB_WarnMove2 . TabStop = false ;
this . PB_WarnMove2 . Visible = false ;
//
// PB_WarnMove1
//
this . PB_WarnMove1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnMove1.Image" ) ) ) ;
this . PB_WarnMove1 . Location = new System . Drawing . Point ( 8 , 47 ) ;
this . PB_WarnMove1 . Name = "PB_WarnMove1" ;
this . PB_WarnMove1 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnMove1 . TabIndex = 2 ;
this . PB_WarnMove1 . TabStop = false ;
this . PB_WarnMove1 . Visible = false ;
//
2014-06-28 21:22:05 +00:00
// GB_RelearnMoves
//
2016-02-17 15:54:59 +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 ) ;
2014-06-28 21:22:05 +00:00
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 ) ;
2014-07-31 22:06:48 +00:00
this . GB_RelearnMoves . Location = new System . Drawing . Point ( 25 , 160 ) ;
2014-06-28 21:22:05 +00:00
this . GB_RelearnMoves . Name = "GB_RelearnMoves" ;
2014-07-29 22:33:22 +00:00
this . GB_RelearnMoves . Size = new System . Drawing . Size ( 220 , 120 ) ;
2014-06-28 21:22:05 +00:00
this . GB_RelearnMoves . TabIndex = 1 ;
this . GB_RelearnMoves . TabStop = false ;
this . GB_RelearnMoves . Text = "Relearn Moves" ;
//
2016-02-28 02:10:02 +00:00
// PB_WarnRelearn4
//
2016-03-12 02:40:08 +00:00
this . PB_WarnRelearn4 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnRelearn4.Image" ) ) ) ;
2016-02-28 02:10:02 +00:00
this . PB_WarnRelearn4 . Location = new System . Drawing . Point ( 22 , 93 ) ;
this . PB_WarnRelearn4 . Name = "PB_WarnRelearn4" ;
this . PB_WarnRelearn4 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn4 . TabIndex = 19 ;
this . PB_WarnRelearn4 . TabStop = false ;
this . PB_WarnRelearn4 . Visible = false ;
//
// PB_WarnRelearn3
//
2016-03-12 02:40:08 +00:00
this . PB_WarnRelearn3 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnRelearn3.Image" ) ) ) ;
2016-02-28 02:10:02 +00:00
this . PB_WarnRelearn3 . Location = new System . Drawing . Point ( 22 , 71 ) ;
this . PB_WarnRelearn3 . Name = "PB_WarnRelearn3" ;
this . PB_WarnRelearn3 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn3 . TabIndex = 18 ;
this . PB_WarnRelearn3 . TabStop = false ;
this . PB_WarnRelearn3 . Visible = false ;
//
// PB_WarnRelearn2
//
2016-03-12 02:40:08 +00:00
this . PB_WarnRelearn2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnRelearn2.Image" ) ) ) ;
2016-02-28 02:10:02 +00:00
this . PB_WarnRelearn2 . Location = new System . Drawing . Point ( 22 , 49 ) ;
this . PB_WarnRelearn2 . Name = "PB_WarnRelearn2" ;
this . PB_WarnRelearn2 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn2 . TabIndex = 17 ;
this . PB_WarnRelearn2 . TabStop = false ;
this . PB_WarnRelearn2 . Visible = false ;
//
2016-02-17 15:54:59 +00:00
// PB_WarnRelearn1
//
2016-03-12 02:40:08 +00:00
this . PB_WarnRelearn1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_WarnRelearn1.Image" ) ) ) ;
2016-02-17 15:54:59 +00:00
this . PB_WarnRelearn1 . Location = new System . Drawing . Point ( 22 , 27 ) ;
this . PB_WarnRelearn1 . Name = "PB_WarnRelearn1" ;
this . PB_WarnRelearn1 . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_WarnRelearn1 . TabIndex = 6 ;
this . PB_WarnRelearn1 . TabStop = false ;
this . PB_WarnRelearn1 . Visible = false ;
//
2014-06-28 21:22:05 +00:00
// CB_RelearnMove4
//
this . CB_RelearnMove4 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove4 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove4 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_RelearnMove4 . Location = new System . Drawing . Point ( 48 , 91 ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove4 . Name = "CB_RelearnMove4" ;
this . CB_RelearnMove4 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove4 . TabIndex = 16 ;
2016-02-17 15:54:59 +00:00
this . CB_RelearnMove4 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove4 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_RelearnMove4 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_RelearnMove4 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_RelearnMove3
//
this . CB_RelearnMove3 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove3 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove3 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_RelearnMove3 . Location = new System . Drawing . Point ( 48 , 69 ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove3 . Name = "CB_RelearnMove3" ;
this . CB_RelearnMove3 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove3 . TabIndex = 15 ;
2016-02-17 15:54:59 +00:00
this . CB_RelearnMove3 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove3 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_RelearnMove3 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_RelearnMove3 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_RelearnMove2
//
this . CB_RelearnMove2 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove2 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove2 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_RelearnMove2 . Location = new System . Drawing . Point ( 48 , 47 ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove2 . Name = "CB_RelearnMove2" ;
this . CB_RelearnMove2 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove2 . TabIndex = 14 ;
2016-02-17 15:54:59 +00:00
this . CB_RelearnMove2 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove2 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_RelearnMove2 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_RelearnMove2 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_RelearnMove1
//
this . CB_RelearnMove1 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_RelearnMove1 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
this . CB_RelearnMove1 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_RelearnMove1 . Location = new System . Drawing . Point ( 48 , 25 ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove1 . Name = "CB_RelearnMove1" ;
this . CB_RelearnMove1 . Size = new System . Drawing . Size ( 124 , 21 ) ;
this . CB_RelearnMove1 . TabIndex = 13 ;
2016-02-17 15:54:59 +00:00
this . CB_RelearnMove1 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_RelearnMove1 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_RelearnMove1 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_RelearnMove1 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// GB_CurrentMoves
//
this . GB_CurrentMoves . Controls . Add ( this . TB_PP4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . TB_PP1 ) ;
2016-02-01 04:44:30 +00:00
this . GB_CurrentMoves . Controls . Add ( this . Label_CurPP ) ;
this . GB_CurrentMoves . Controls . Add ( this . Label_PPups ) ;
2014-06-28 21:22:05 +00:00
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move4 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_PPu1 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move3 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move2 ) ;
this . GB_CurrentMoves . Controls . Add ( this . CB_Move1 ) ;
2014-07-31 22:06:48 +00:00
this . GB_CurrentMoves . Location = new System . Drawing . Point ( 27 , 19 ) ;
2014-06-28 21:22:05 +00:00
this . GB_CurrentMoves . Name = "GB_CurrentMoves" ;
2014-07-29 22:33:22 +00:00
this . GB_CurrentMoves . Size = new System . Drawing . Size ( 220 , 120 ) ;
2014-06-28 21:22:05 +00:00
this . GB_CurrentMoves . TabIndex = 0 ;
this . GB_CurrentMoves . TabStop = false ;
this . GB_CurrentMoves . Text = "Current Moves" ;
//
2014-07-20 04:28:35 +00:00
// TB_PP4
//
2014-07-29 22:33:22 +00:00
this . TB_PP4 . Location = new System . Drawing . Point ( 135 , 93 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP4 . Mask = "000" ;
2014-07-20 04:28:35 +00:00
this . TB_PP4 . Name = "TB_PP4" ;
2016-02-01 04:44:30 +00:00
this . TB_PP4 . PromptChar = ' ' ;
2014-07-20 04:28:35 +00:00
this . TB_PP4 . Size = new System . Drawing . Size ( 31 , 20 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP4 . TabIndex = 16 ;
this . TB_PP4 . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
2014-07-20 04:28:35 +00:00
//
// TB_PP3
//
2014-07-29 22:33:22 +00:00
this . TB_PP3 . Location = new System . Drawing . Point ( 135 , 71 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP3 . Mask = "000" ;
2014-07-20 04:28:35 +00:00
this . TB_PP3 . Name = "TB_PP3" ;
2016-02-01 04:44:30 +00:00
this . TB_PP3 . PromptChar = ' ' ;
2014-07-20 04:28:35 +00:00
this . TB_PP3 . Size = new System . Drawing . Size ( 31 , 20 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP3 . TabIndex = 15 ;
this . TB_PP3 . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
2014-07-20 04:28:35 +00:00
//
// TB_PP2
//
2014-07-29 22:33:22 +00:00
this . TB_PP2 . Location = new System . Drawing . Point ( 135 , 49 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP2 . Mask = "000" ;
2014-07-20 04:28:35 +00:00
this . TB_PP2 . Name = "TB_PP2" ;
2016-02-01 04:44:30 +00:00
this . TB_PP2 . PromptChar = ' ' ;
2014-07-20 04:28:35 +00:00
this . TB_PP2 . Size = new System . Drawing . Size ( 31 , 20 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP2 . TabIndex = 14 ;
this . TB_PP2 . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
2014-07-20 04:28:35 +00:00
//
// TB_PP1
//
2014-07-29 22:33:22 +00:00
this . TB_PP1 . Location = new System . Drawing . Point ( 135 , 27 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP1 . Mask = "000" ;
2014-07-20 04:28:35 +00:00
this . TB_PP1 . Name = "TB_PP1" ;
2016-02-01 04:44:30 +00:00
this . TB_PP1 . PromptChar = ' ' ;
2014-07-20 04:28:35 +00:00
this . TB_PP1 . Size = new System . Drawing . Size ( 31 , 20 ) ;
2016-02-01 04:44:30 +00:00
this . TB_PP1 . TabIndex = 13 ;
this . TB_PP1 . TextChanged + = new System . EventHandler ( this . update255_MTB ) ;
//
// Label_CurPP
//
this . Label_CurPP . Location = new System . Drawing . Point ( 133 , 12 ) ;
this . Label_CurPP . Name = "Label_CurPP" ;
this . Label_CurPP . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . Label_CurPP . TabIndex = 2 ;
this . Label_CurPP . Text = "PP" ;
this . Label_CurPP . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// Label_PPups
//
this . Label_PPups . Location = new System . Drawing . Point ( 169 , 12 ) ;
this . Label_PPups . Name = "Label_PPups" ;
this . Label_PPups . Size = new System . Drawing . Size ( 45 , 13 ) ;
this . Label_PPups . TabIndex = 12 ;
this . Label_PPups . Text = "PP Ups" ;
this . Label_PPups . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . Label_PPups . Click + = new System . EventHandler ( this . clickPPUps ) ;
2014-07-20 04:28:35 +00:00
//
2014-06-28 21:22:05 +00:00
// CB_PPu4
//
this . CB_PPu4 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu4 . FormattingEnabled = true ;
this . CB_PPu4 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
2014-07-29 22:33:22 +00:00
this . CB_PPu4 . Location = new System . Drawing . Point ( 172 , 92 ) ;
2014-06-28 21:22:05 +00:00
this . CB_PPu4 . Name = "CB_PPu4" ;
this . CB_PPu4 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu4 . TabIndex = 12 ;
this . CB_PPu4 . SelectedIndexChanged + = new System . EventHandler ( this . updatePP ) ;
//
// CB_PPu3
//
this . CB_PPu3 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu3 . FormattingEnabled = true ;
this . CB_PPu3 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
2014-07-29 22:33:22 +00:00
this . CB_PPu3 . Location = new System . Drawing . Point ( 172 , 70 ) ;
2014-06-28 21:22:05 +00:00
this . CB_PPu3 . Name = "CB_PPu3" ;
this . CB_PPu3 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu3 . TabIndex = 9 ;
this . CB_PPu3 . SelectedIndexChanged + = new System . EventHandler ( this . updatePP ) ;
//
// CB_PPu2
//
this . CB_PPu2 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu2 . FormattingEnabled = true ;
this . CB_PPu2 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
2014-07-29 22:33:22 +00:00
this . CB_PPu2 . Location = new System . Drawing . Point ( 172 , 48 ) ;
2014-06-28 21:22:05 +00:00
this . CB_PPu2 . Name = "CB_PPu2" ;
this . CB_PPu2 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu2 . TabIndex = 6 ;
this . CB_PPu2 . SelectedIndexChanged + = new System . EventHandler ( this . updatePP ) ;
//
// CB_Move4
//
this . CB_Move4 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move4 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2016-11-16 06:01:28 +00:00
this . CB_Move4 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawFixed ;
2014-06-28 21:22:05 +00:00
this . CB_Move4 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_Move4 . Location = new System . Drawing . Point ( 9 , 92 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move4 . Name = "CB_Move4" ;
this . CB_Move4 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move4 . TabIndex = 10 ;
2016-11-16 06:01:28 +00:00
this . CB_Move4 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . validateMovePaint ) ;
2016-02-17 15:54:59 +00:00
this . CB_Move4 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move4 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Move4 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Move4 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_PPu1
//
this . CB_PPu1 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_PPu1 . FormattingEnabled = true ;
this . CB_PPu1 . Items . AddRange ( new object [ ] {
"0" ,
"1" ,
"2" ,
"3" } ) ;
2014-07-29 22:33:22 +00:00
this . CB_PPu1 . Location = new System . Drawing . Point ( 172 , 26 ) ;
2014-06-28 21:22:05 +00:00
this . CB_PPu1 . Name = "CB_PPu1" ;
this . CB_PPu1 . Size = new System . Drawing . Size ( 38 , 21 ) ;
this . CB_PPu1 . TabIndex = 3 ;
this . CB_PPu1 . SelectedIndexChanged + = new System . EventHandler ( this . updatePP ) ;
//
// CB_Move3
//
this . CB_Move3 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move3 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2016-11-16 06:01:28 +00:00
this . CB_Move3 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawFixed ;
2014-06-28 21:22:05 +00:00
this . CB_Move3 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_Move3 . Location = new System . Drawing . Point ( 9 , 70 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move3 . Name = "CB_Move3" ;
this . CB_Move3 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move3 . TabIndex = 7 ;
2016-11-16 06:01:28 +00:00
this . CB_Move3 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . validateMovePaint ) ;
2016-02-17 15:54:59 +00:00
this . CB_Move3 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move3 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Move3 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Move3 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_Move2
//
this . CB_Move2 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move2 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2016-11-16 06:01:28 +00:00
this . CB_Move2 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawFixed ;
2014-06-28 21:22:05 +00:00
this . CB_Move2 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_Move2 . Location = new System . Drawing . Point ( 9 , 48 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move2 . Name = "CB_Move2" ;
this . CB_Move2 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move2 . TabIndex = 4 ;
2016-11-16 06:01:28 +00:00
this . CB_Move2 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . validateMovePaint ) ;
2016-02-17 15:54:59 +00:00
this . CB_Move2 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move2 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Move2 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Move2 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// CB_Move1
//
this . CB_Move1 . AutoCompleteMode = System . Windows . Forms . AutoCompleteMode . SuggestAppend ;
this . CB_Move1 . AutoCompleteSource = System . Windows . Forms . AutoCompleteSource . ListItems ;
2016-11-16 06:01:28 +00:00
this . CB_Move1 . DrawMode = System . Windows . Forms . DrawMode . OwnerDrawFixed ;
2014-06-28 21:22:05 +00:00
this . CB_Move1 . FormattingEnabled = true ;
2014-07-29 22:33:22 +00:00
this . CB_Move1 . Location = new System . Drawing . Point ( 9 , 26 ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move1 . Name = "CB_Move1" ;
this . CB_Move1 . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_Move1 . TabIndex = 1 ;
2016-11-16 06:01:28 +00:00
this . CB_Move1 . DrawItem + = new System . Windows . Forms . DrawItemEventHandler ( this . validateMovePaint ) ;
2016-02-17 15:54:59 +00:00
this . CB_Move1 . SelectedIndexChanged + = new System . EventHandler ( this . validateMove ) ;
2014-06-28 21:22:05 +00:00
this . CB_Move1 . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . removedropCB ) ;
this . CB_Move1 . Leave + = new System . EventHandler ( this . validateComboBox2 ) ;
this . CB_Move1 . Validating + = new System . ComponentModel . CancelEventHandler ( this . validateComboBox ) ;
//
// Tab_OTMisc
//
this . Tab_OTMisc . AllowDrop = true ;
2016-07-17 00:19:26 +00:00
this . Tab_OTMisc . Controls . Add ( this . FLP_PKMEditors ) ;
2014-06-28 21:22:05 +00:00
this . Tab_OTMisc . Controls . Add ( this . TB_EC ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_nOT ) ;
this . Tab_OTMisc . Controls . Add ( this . BTN_RerollEC ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_Markings ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_ExtraBytes ) ;
this . Tab_OTMisc . Controls . Add ( this . GB_OT ) ;
this . Tab_OTMisc . Controls . Add ( this . Label_EncryptionConstant ) ;
this . Tab_OTMisc . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_OTMisc . Name = "Tab_OTMisc" ;
this . Tab_OTMisc . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2014-07-31 22:06:48 +00:00
this . Tab_OTMisc . Size = new System . Drawing . Size ( 272 , 299 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_OTMisc . TabIndex = 4 ;
this . Tab_OTMisc . Text = "OT/Misc" ;
this . Tab_OTMisc . UseVisualStyleBackColor = true ;
//
2016-07-17 00:19:26 +00:00
// FLP_PKMEditors
//
this . FLP_PKMEditors . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_PKMEditors . AutoSize = true ;
this . FLP_PKMEditors . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_Ribbons ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_Medals ) ;
this . FLP_PKMEditors . Controls . Add ( this . BTN_History ) ;
this . FLP_PKMEditors . Location = new System . Drawing . Point ( 49 , 245 ) ;
this . FLP_PKMEditors . Name = "FLP_PKMEditors" ;
this . FLP_PKMEditors . Size = new System . Drawing . Size ( 175 , 25 ) ;
this . FLP_PKMEditors . TabIndex = 9 ;
this . FLP_PKMEditors . WrapContents = false ;
//
// BTN_Ribbons
//
this . BTN_Ribbons . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Ribbons . AutoSize = true ;
this . BTN_Ribbons . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_Ribbons . Location = new System . Drawing . Point ( 1 , 1 ) ;
this . BTN_Ribbons . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_Ribbons . Name = "BTN_Ribbons" ;
this . BTN_Ribbons . Size = new System . Drawing . Size ( 56 , 23 ) ;
this . BTN_Ribbons . TabIndex = 5 ;
this . BTN_Ribbons . Text = "Ribbons" ;
this . BTN_Ribbons . UseVisualStyleBackColor = true ;
this . BTN_Ribbons . Click + = new System . EventHandler ( this . openRibbons ) ;
//
// BTN_Medals
//
this . BTN_Medals . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_Medals . AutoSize = true ;
this . BTN_Medals . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_Medals . Location = new System . Drawing . Point ( 59 , 1 ) ;
this . BTN_Medals . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_Medals . Name = "BTN_Medals" ;
this . BTN_Medals . Size = new System . Drawing . Size ( 51 , 23 ) ;
this . BTN_Medals . TabIndex = 7 ;
this . BTN_Medals . Text = "Medals" ;
this . BTN_Medals . UseVisualStyleBackColor = true ;
this . BTN_Medals . Click + = new System . EventHandler ( this . openMedals ) ;
//
2016-07-27 03:18:48 +00:00
// BTN_History
//
this . BTN_History . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . BTN_History . AutoSize = true ;
this . BTN_History . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . BTN_History . Location = new System . Drawing . Point ( 112 , 1 ) ;
this . BTN_History . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . BTN_History . Name = "BTN_History" ;
this . BTN_History . Size = new System . Drawing . Size ( 62 , 23 ) ;
this . BTN_History . TabIndex = 6 ;
this . BTN_History . Text = "Memories" ;
this . BTN_History . UseVisualStyleBackColor = true ;
this . BTN_History . Click + = new System . EventHandler ( this . openHistory ) ;
//
2014-06-28 21:22:05 +00:00
// TB_EC
//
this . TB_EC . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_EC . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-07-31 22:06:48 +00:00
this . TB_EC . Location = new System . Drawing . Point ( 176 , 276 ) ;
2014-06-28 21:22:05 +00:00
this . TB_EC . MaxLength = 8 ;
this . TB_EC . Name = "TB_EC" ;
this . TB_EC . Size = new System . Drawing . Size ( 60 , 20 ) ;
2015-03-12 15:25:27 +00:00
this . TB_EC . TabIndex = 8 ;
2014-06-28 21:22:05 +00:00
this . TB_EC . Text = "12345678" ;
2014-12-11 06:50:40 +00:00
this . TB_EC . TextChanged + = new System . EventHandler ( this . update_ID ) ;
2014-06-28 21:22:05 +00:00
//
// GB_nOT
//
this . GB_nOT . Controls . Add ( this . Label_CTGender ) ;
this . GB_nOT . Controls . Add ( this . TB_OTt2 ) ;
this . GB_nOT . Controls . Add ( this . Label_PrevOT ) ;
2016-07-17 00:19:26 +00:00
this . GB_nOT . Location = new System . Drawing . Point ( 40 , 85 ) ;
2014-06-28 21:22:05 +00:00
this . GB_nOT . Name = "GB_nOT" ;
this . GB_nOT . Size = new System . Drawing . Size ( 190 , 50 ) ;
2015-03-12 15:25:27 +00:00
this . GB_nOT . TabIndex = 2 ;
2014-06-28 21:22:05 +00:00
this . GB_nOT . TabStop = false ;
this . GB_nOT . Text = "Latest (not OT) Handler" ;
//
// Label_CTGender
//
this . Label_CTGender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label_CTGender . Location = new System . Drawing . Point ( 144 , 23 ) ;
this . Label_CTGender . Name = "Label_CTGender" ;
this . Label_CTGender . Size = new System . Drawing . Size ( 16 , 13 ) ;
this . Label_CTGender . TabIndex = 57 ;
this . Label_CTGender . Text = "G" ;
this . Label_CTGender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-12-14 19:06:17 +00:00
this . Label_CTGender . Click + = new System . EventHandler ( this . clickTRGender ) ;
2014-06-28 21:22:05 +00:00
//
// TB_OTt2
//
this . TB_OTt2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . TB_OTt2 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_OTt2 . Location = new System . Drawing . Point ( 46 , 20 ) ;
this . TB_OTt2 . MaxLength = 12 ;
this . TB_OTt2 . Name = "TB_OTt2" ;
this . TB_OTt2 . Size = new System . Drawing . Size ( 94 , 20 ) ;
2015-03-12 15:25:27 +00:00
this . TB_OTt2 . TabIndex = 1 ;
2014-06-28 21:22:05 +00:00
this . TB_OTt2 . WordWrap = false ;
this . TB_OTt2 . TextChanged + = new System . EventHandler ( this . updateNotOT ) ;
2015-01-28 07:28:44 +00:00
this . TB_OTt2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . updateNicknameClick ) ;
2014-06-28 21:22:05 +00:00
//
// Label_PrevOT
//
2014-10-11 07:22:22 +00:00
this . Label_PrevOT . Location = new System . Drawing . Point ( 4 , 23 ) ;
2014-06-28 21:22:05 +00:00
this . Label_PrevOT . Name = "Label_PrevOT" ;
2014-10-11 07:22:22 +00:00
this . Label_PrevOT . Size = new System . Drawing . Size ( 40 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . Label_PrevOT . TabIndex = 42 ;
this . Label_PrevOT . Text = "OT:" ;
this . Label_PrevOT . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-12-14 19:06:17 +00:00
this . Label_PrevOT . Click + = new System . EventHandler ( this . clickCT ) ;
2014-06-28 21:22:05 +00:00
//
// BTN_RerollEC
//
this . BTN_RerollEC . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 6.75F ) ;
2014-07-31 22:06:48 +00:00
this . BTN_RerollEC . Location = new System . Drawing . Point ( 138 , 276 ) ;
2014-06-28 21:22:05 +00:00
this . BTN_RerollEC . Name = "BTN_RerollEC" ;
this . BTN_RerollEC . Size = new System . Drawing . Size ( 38 , 20 ) ;
2015-03-12 15:25:27 +00:00
this . BTN_RerollEC . TabIndex = 7 ;
2014-06-28 21:22:05 +00:00
this . BTN_RerollEC . Text = "Reroll" ;
this . BTN_RerollEC . UseVisualStyleBackColor = true ;
this . BTN_RerollEC . Click + = new System . EventHandler ( this . updateRandomEC ) ;
//
// GB_Markings
//
2017-01-24 15:12:14 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkHorohoro ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkVC ) ;
2016-10-30 23:40:19 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkAlola ) ;
2014-06-28 21:22:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark6 ) ;
2016-06-20 04:22:43 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkPentagon ) ;
2014-06-28 21:22:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark3 ) ;
2016-06-20 04:22:43 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark5 ) ;
this . GB_Markings . Controls . Add ( this . PB_MarkCured ) ;
2014-06-28 21:22:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark2 ) ;
2016-06-20 04:22:43 +00:00
this . GB_Markings . Controls . Add ( this . PB_MarkShiny ) ;
2014-06-28 21:22:05 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark1 ) ;
2016-06-20 04:22:43 +00:00
this . GB_Markings . Controls . Add ( this . PB_Mark4 ) ;
2016-07-17 00:19:26 +00:00
this . GB_Markings . Location = new System . Drawing . Point ( 68 , 183 ) ;
2014-06-28 21:22:05 +00:00
this . GB_Markings . Name = "GB_Markings" ;
this . GB_Markings . Size = new System . Drawing . Size ( 135 , 58 ) ;
this . GB_Markings . TabIndex = 4 ;
this . GB_Markings . TabStop = false ;
this . GB_Markings . Text = "Markings" ;
//
2017-02-05 04:39:42 +00:00
// PB_MarkHorohoro
//
this . PB_MarkHorohoro . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkHorohoro.Image" ) ) ) ;
this . PB_MarkHorohoro . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkHorohoro.InitialImage" ) ) ) ;
this . PB_MarkHorohoro . Location = new System . Drawing . Point ( 110 , 15 ) ;
this . PB_MarkHorohoro . Name = "PB_MarkHorohoro" ;
this . PB_MarkHorohoro . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkHorohoro . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkHorohoro . TabIndex = 11 ;
this . PB_MarkHorohoro . TabStop = false ;
//
// PB_MarkVC
//
this . PB_MarkVC . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkVC.Image" ) ) ) ;
this . PB_MarkVC . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkVC.InitialImage" ) ) ) ;
this . PB_MarkVC . Location = new System . Drawing . Point ( 89 , 15 ) ;
this . PB_MarkVC . Name = "PB_MarkVC" ;
this . PB_MarkVC . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkVC . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkVC . TabIndex = 10 ;
this . PB_MarkVC . TabStop = false ;
//
2016-11-11 10:00:47 +00:00
// PB_MarkAlola
//
2017-01-24 15:12:14 +00:00
this . PB_MarkAlola . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkAlola.Image" ) ) ) ;
this . PB_MarkAlola . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkAlola.InitialImage" ) ) ) ;
this . PB_MarkAlola . Location = new System . Drawing . Point ( 68 , 15 ) ;
2016-11-11 10:00:47 +00:00
this . PB_MarkAlola . Name = "PB_MarkAlola" ;
this . PB_MarkAlola . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkAlola . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkAlola . TabIndex = 9 ;
this . PB_MarkAlola . TabStop = false ;
//
2016-06-20 04:22:43 +00:00
// PB_Mark6
//
this . PB_Mark6 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark6.Image" ) ) ) ;
this . PB_Mark6 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark6.InitialImage" ) ) ) ;
this . PB_Mark6 . Location = new System . Drawing . Point ( 110 , 36 ) ;
this . PB_Mark6 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark6 . Name = "PB_Mark6" ;
this . PB_Mark6 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark6 . TabIndex = 5 ;
this . PB_Mark6 . TabStop = false ;
this . PB_Mark6 . Click + = new System . EventHandler ( this . clickMarking ) ;
//
2014-06-28 21:22:05 +00:00
// PB_MarkPentagon
//
2016-03-12 02:40:08 +00:00
this . PB_MarkPentagon . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkPentagon.Image" ) ) ) ;
this . PB_MarkPentagon . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkPentagon.InitialImage" ) ) ) ;
2017-01-24 15:12:14 +00:00
this . PB_MarkPentagon . Location = new System . Drawing . Point ( 47 , 15 ) ;
2014-06-28 21:22:05 +00:00
this . PB_MarkPentagon . Name = "PB_MarkPentagon" ;
this . PB_MarkPentagon . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkPentagon . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkPentagon . TabIndex = 8 ;
this . PB_MarkPentagon . TabStop = false ;
//
2016-06-20 04:22:43 +00:00
// PB_Mark3
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
this . PB_Mark3 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark3.Image" ) ) ) ;
this . PB_Mark3 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark3.InitialImage" ) ) ) ;
this . PB_Mark3 . Location = new System . Drawing . Point ( 47 , 36 ) ;
this . PB_Mark3 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark3 . Name = "PB_Mark3" ;
this . PB_Mark3 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark3 . TabIndex = 2 ;
this . PB_Mark3 . TabStop = false ;
this . PB_Mark3 . Click + = new System . EventHandler ( this . clickMarking ) ;
2014-06-28 21:22:05 +00:00
//
// PB_Mark5
//
2016-03-12 02:40:08 +00:00
this . PB_Mark5 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark5.Image" ) ) ) ;
this . PB_Mark5 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark5.InitialImage" ) ) ) ;
2016-06-20 04:22:43 +00:00
this . PB_Mark5 . Location = new System . Drawing . Point ( 89 , 36 ) ;
this . PB_Mark5 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark5 . Name = "PB_Mark5" ;
this . PB_Mark5 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark5 . TabIndex = 4 ;
this . PB_Mark5 . TabStop = false ;
2014-12-14 19:06:17 +00:00
this . PB_Mark5 . Click + = new System . EventHandler ( this . clickMarking ) ;
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
// PB_MarkCured
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
this . PB_MarkCured . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkCured.Image" ) ) ) ;
this . PB_MarkCured . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkCured.InitialImage" ) ) ) ;
2017-01-24 15:12:14 +00:00
this . PB_MarkCured . Location = new System . Drawing . Point ( 26 , 15 ) ;
2016-06-20 04:22:43 +00:00
this . PB_MarkCured . Name = "PB_MarkCured" ;
this . PB_MarkCured . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkCured . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkCured . TabIndex = 7 ;
this . PB_MarkCured . TabStop = false ;
2014-06-28 21:22:05 +00:00
//
// PB_Mark2
//
2016-03-12 02:40:08 +00:00
this . PB_Mark2 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark2.Image" ) ) ) ;
this . PB_Mark2 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark2.InitialImage" ) ) ) ;
2016-06-20 04:22:43 +00:00
this . PB_Mark2 . Location = new System . Drawing . Point ( 26 , 36 ) ;
this . PB_Mark2 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark2 . Name = "PB_Mark2" ;
this . PB_Mark2 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark2 . TabIndex = 1 ;
this . PB_Mark2 . TabStop = false ;
2014-12-14 19:06:17 +00:00
this . PB_Mark2 . Click + = new System . EventHandler ( this . clickMarking ) ;
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
// PB_MarkShiny
//
this . PB_MarkShiny . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkShiny.Image" ) ) ) ;
this . PB_MarkShiny . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_MarkShiny.InitialImage" ) ) ) ;
2017-01-24 15:12:14 +00:00
this . PB_MarkShiny . Location = new System . Drawing . Point ( 5 , 15 ) ;
2016-06-20 04:22:43 +00:00
this . PB_MarkShiny . Name = "PB_MarkShiny" ;
this . PB_MarkShiny . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_MarkShiny . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_MarkShiny . TabIndex = 6 ;
this . PB_MarkShiny . TabStop = false ;
//
2014-06-28 21:22:05 +00:00
// PB_Mark1
//
2016-03-12 02:40:08 +00:00
this . PB_Mark1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark1.Image" ) ) ) ;
this . PB_Mark1 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark1.InitialImage" ) ) ) ;
2016-06-20 04:22:43 +00:00
this . PB_Mark1 . Location = new System . Drawing . Point ( 5 , 36 ) ;
this . PB_Mark1 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
2014-06-28 21:22:05 +00:00
this . PB_Mark1 . Name = "PB_Mark1" ;
this . PB_Mark1 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark1 . TabIndex = 0 ;
this . PB_Mark1 . TabStop = false ;
2014-12-14 19:06:17 +00:00
this . PB_Mark1 . Click + = new System . EventHandler ( this . clickMarking ) ;
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
// PB_Mark4
//
this . PB_Mark4 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark4.Image" ) ) ) ;
this . PB_Mark4 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Mark4.InitialImage" ) ) ) ;
this . PB_Mark4 . Location = new System . Drawing . Point ( 68 , 36 ) ;
this . PB_Mark4 . Margin = new System . Windows . Forms . Padding ( 1 ) ;
this . PB_Mark4 . Name = "PB_Mark4" ;
this . PB_Mark4 . Size = new System . Drawing . Size ( 20 , 20 ) ;
this . PB_Mark4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . PB_Mark4 . TabIndex = 3 ;
this . PB_Mark4 . TabStop = false ;
this . PB_Mark4 . Click + = new System . EventHandler ( this . clickMarking ) ;
//
2014-06-28 21:22:05 +00:00
// GB_ExtraBytes
//
this . GB_ExtraBytes . Controls . Add ( this . TB_ExtraByte ) ;
this . GB_ExtraBytes . Controls . Add ( this . CB_ExtraBytes ) ;
2016-07-17 00:19:26 +00:00
this . GB_ExtraBytes . Location = new System . Drawing . Point ( 68 , 135 ) ;
2014-06-28 21:22:05 +00:00
this . GB_ExtraBytes . Name = "GB_ExtraBytes" ;
this . GB_ExtraBytes . Size = new System . Drawing . Size ( 135 , 48 ) ;
this . GB_ExtraBytes . TabIndex = 3 ;
this . GB_ExtraBytes . TabStop = false ;
this . GB_ExtraBytes . Text = "Extra Bytes" ;
//
// TB_ExtraByte
//
this . TB_ExtraByte . Location = new System . Drawing . Point ( 87 , 19 ) ;
this . TB_ExtraByte . Mask = "000" ;
this . TB_ExtraByte . Name = "TB_ExtraByte" ;
this . TB_ExtraByte . Size = new System . Drawing . Size ( 28 , 20 ) ;
2015-03-12 15:25:27 +00:00
this . TB_ExtraByte . TabIndex = 2 ;
2014-06-28 21:22:05 +00:00
this . TB_ExtraByte . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . TB_ExtraByte . TextChanged + = new System . EventHandler ( this . updateExtraByteValue ) ;
//
// CB_ExtraBytes
//
this . CB_ExtraBytes . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_ExtraBytes . FormattingEnabled = true ;
this . CB_ExtraBytes . Location = new System . Drawing . Point ( 20 , 18 ) ;
this . CB_ExtraBytes . Name = "CB_ExtraBytes" ;
this . CB_ExtraBytes . Size = new System . Drawing . Size ( 57 , 21 ) ;
2015-03-12 15:25:27 +00:00
this . CB_ExtraBytes . TabIndex = 1 ;
2014-06-28 21:22:05 +00:00
this . CB_ExtraBytes . SelectedIndexChanged + = new System . EventHandler ( this . updateExtraByteIndex ) ;
//
// GB_OT
//
this . GB_OT . Controls . Add ( this . Label_OTGender ) ;
this . GB_OT . Controls . Add ( this . TB_OT ) ;
this . GB_OT . Controls . Add ( this . TB_SID ) ;
this . GB_OT . Controls . Add ( this . TB_TID ) ;
this . GB_OT . Controls . Add ( this . Label_OT ) ;
this . GB_OT . Controls . Add ( this . Label_SID ) ;
this . GB_OT . Controls . Add ( this . Label_TID ) ;
2016-07-17 00:19:26 +00:00
this . GB_OT . Location = new System . Drawing . Point ( 40 , 8 ) ;
2014-06-28 21:22:05 +00:00
this . GB_OT . Name = "GB_OT" ;
this . GB_OT . Size = new System . Drawing . Size ( 190 , 75 ) ;
2015-03-12 15:25:27 +00:00
this . GB_OT . TabIndex = 1 ;
2014-06-28 21:22:05 +00:00
this . GB_OT . TabStop = false ;
this . GB_OT . Text = "Trainer Information" ;
//
// Label_OTGender
//
this . Label_OTGender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Label_OTGender . Location = new System . Drawing . Point ( 144 , 48 ) ;
this . Label_OTGender . Name = "Label_OTGender" ;
this . Label_OTGender . Size = new System . Drawing . Size ( 16 , 13 ) ;
this . Label_OTGender . TabIndex = 56 ;
this . Label_OTGender . Text = "G" ;
this . Label_OTGender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
2014-12-14 19:06:17 +00:00
this . Label_OTGender . Click + = new System . EventHandler ( this . clickTRGender ) ;
2014-06-28 21:22:05 +00:00
//
// TB_OT
//
this . TB_OT . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_OT . Location = new System . Drawing . Point ( 46 , 46 ) ;
this . TB_OT . MaxLength = 12 ;
this . TB_OT . Name = "TB_OT" ;
this . TB_OT . Size = new System . Drawing . Size ( 94 , 20 ) ;
this . TB_OT . TabIndex = 3 ;
2015-01-28 07:28:44 +00:00
this . TB_OT . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . updateNicknameClick ) ;
2014-06-28 21:22:05 +00:00
//
// TB_SID
//
this . TB_SID . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_SID . Location = new System . Drawing . Point ( 132 , 20 ) ;
this . TB_SID . Mask = "00000" ;
this . TB_SID . Name = "TB_SID" ;
this . TB_SID . Size = new System . Drawing . Size ( 40 , 20 ) ;
this . TB_SID . TabIndex = 2 ;
this . TB_SID . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-12-11 06:50:40 +00:00
this . TB_SID . TextChanged + = new System . EventHandler ( this . update_ID ) ;
2015-09-21 03:34:09 +00:00
this . TB_SID . MouseHover + = new System . EventHandler ( this . updateTSV ) ;
2014-06-28 21:22:05 +00:00
//
// TB_TID
//
this . TB_TID . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . TB_TID . Location = new System . Drawing . Point ( 46 , 20 ) ;
this . TB_TID . Mask = "00000" ;
this . TB_TID . Name = "TB_TID" ;
this . TB_TID . Size = new System . Drawing . Size ( 40 , 20 ) ;
this . TB_TID . TabIndex = 1 ;
this . TB_TID . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
2014-12-11 06:50:40 +00:00
this . TB_TID . TextChanged + = new System . EventHandler ( this . update_ID ) ;
2015-09-21 03:34:09 +00:00
this . TB_TID . MouseHover + = new System . EventHandler ( this . updateTSV ) ;
2014-06-28 21:22:05 +00:00
//
// Label_OT
//
2014-10-11 07:22:22 +00:00
this . Label_OT . Location = new System . Drawing . Point ( 4 , 48 ) ;
2014-06-28 21:22:05 +00:00
this . Label_OT . Name = "Label_OT" ;
this . Label_OT . Size = new System . Drawing . Size ( 40 , 13 ) ;
this . Label_OT . TabIndex = 5 ;
this . Label_OT . Text = "OT:" ;
this . Label_OT . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-12-14 19:06:17 +00:00
this . Label_OT . Click + = new System . EventHandler ( this . clickOT ) ;
2014-06-28 21:22:05 +00:00
//
// Label_SID
//
2014-10-11 07:22:22 +00:00
this . Label_SID . Location = new System . Drawing . Point ( 86 , 22 ) ;
2014-06-28 21:22:05 +00:00
this . Label_SID . Name = "Label_SID" ;
this . Label_SID . Size = new System . Drawing . Size ( 45 , 13 ) ;
this . Label_SID . TabIndex = 4 ;
this . Label_SID . Text = "SID:" ;
this . Label_SID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// Label_TID
//
2014-10-11 07:22:22 +00:00
this . Label_TID . Location = new System . Drawing . Point ( 4 , 22 ) ;
2014-06-28 21:22:05 +00:00
this . Label_TID . Name = "Label_TID" ;
this . Label_TID . Size = new System . Drawing . Size ( 40 , 13 ) ;
this . Label_TID . TabIndex = 3 ;
this . Label_TID . Text = "TID:" ;
this . Label_TID . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// Label_EncryptionConstant
//
2016-08-02 14:37:02 +00:00
this . Label_EncryptionConstant . Location = new System . Drawing . Point ( 20 , 279 ) ;
2014-06-28 21:22:05 +00:00
this . Label_EncryptionConstant . Name = "Label_EncryptionConstant" ;
2016-08-02 14:37:02 +00:00
this . Label_EncryptionConstant . Size = new System . Drawing . Size ( 120 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . Label_EncryptionConstant . TabIndex = 1 ;
this . Label_EncryptionConstant . Text = "Encryption Constant:" ;
this . Label_EncryptionConstant . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// menuStrip1
//
2014-12-20 04:22:15 +00:00
this . menuStrip1 . BackColor = System . Drawing . Color . Transparent ;
2014-12-13 07:19:15 +00:00
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_File ,
this . Menu_Tools ,
this . Menu_Options } ) ;
2014-06-28 21:22:05 +00:00
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
2014-07-31 22:06:48 +00:00
this . menuStrip1 . Size = new System . Drawing . Size ( 614 , 24 ) ;
2014-06-28 21:22:05 +00:00
this . menuStrip1 . TabIndex = 1 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// Menu_File
//
this . Menu_File . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_Open ,
this . Menu_Save ,
2016-01-03 04:22:53 +00:00
this . Menu_ExportSAV ,
2014-06-28 21:22:05 +00:00
this . Menu_Exit } ) ;
this . Menu_File . Name = "Menu_File" ;
this . Menu_File . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . Menu_File . Text = "File" ;
//
// Menu_Open
//
2017-01-24 15:12:14 +00:00
this . Menu_Open . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Open.Image" ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Open . Name = "Menu_Open" ;
this . Menu_Open . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . O ) ) ) ;
this . Menu_Open . ShowShortcutKeys = false ;
2016-10-01 23:52:29 +00:00
this . Menu_Open . Size = new System . Drawing . Size ( 139 , 22 ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Open . Text = "&Open..." ;
2014-12-14 07:18:27 +00:00
this . Menu_Open . Click + = new System . EventHandler ( this . mainMenuOpen ) ;
2014-06-28 21:22:05 +00:00
//
// Menu_Save
//
2017-01-24 15:12:14 +00:00
this . Menu_Save . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Save.Image" ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Save . Name = "Menu_Save" ;
this . Menu_Save . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . S ) ) ) ;
this . Menu_Save . ShowShortcutKeys = false ;
2016-10-01 23:52:29 +00:00
this . Menu_Save . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Save . Text = "&Save PK6..." ;
2014-12-14 07:18:27 +00:00
this . Menu_Save . Click + = new System . EventHandler ( this . mainMenuSave ) ;
2014-06-28 21:22:05 +00:00
//
2016-01-03 04:22:53 +00:00
// Menu_ExportSAV
//
2016-01-03 06:31:04 +00:00
this . Menu_ExportSAV . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_ExportMAIN ,
2016-01-28 04:24:32 +00:00
this . Menu_ExportBAK } ) ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportSAV . Enabled = false ;
2017-01-24 15:12:14 +00:00
this . Menu_ExportSAV . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ExportSAV.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ExportSAV . Name = "Menu_ExportSAV" ;
2016-10-01 23:52:29 +00:00
this . Menu_ExportSAV . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ExportSAV . Text = "&Export SAV..." ;
2016-01-03 06:31:04 +00:00
//
// Menu_ExportMAIN
//
2017-01-24 15:12:14 +00:00
this . Menu_ExportMAIN . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ExportMAIN.Image" ) ) ) ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportMAIN . Name = "Menu_ExportMAIN" ;
this . Menu_ExportMAIN . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . E ) ) ) ;
this . Menu_ExportMAIN . ShowShortcutKeys = false ;
2016-10-01 23:52:29 +00:00
this . Menu_ExportMAIN . Size = new System . Drawing . Size ( 142 , 22 ) ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportMAIN . Text = "&Export main" ;
this . Menu_ExportMAIN . Click + = new System . EventHandler ( this . clickExportSAV ) ;
//
// Menu_ExportBAK
//
2017-01-24 15:12:14 +00:00
this . Menu_ExportBAK . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ExportBAK.Image" ) ) ) ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportBAK . Name = "Menu_ExportBAK" ;
this . Menu_ExportBAK . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . B ) ) ) ;
this . Menu_ExportBAK . ShowShortcutKeys = false ;
2016-10-01 23:52:29 +00:00
this . Menu_ExportBAK . Size = new System . Drawing . Size ( 142 , 22 ) ;
2016-09-10 20:40:03 +00:00
this . Menu_ExportBAK . Text = "Export &Backup" ;
2016-01-03 06:31:04 +00:00
this . Menu_ExportBAK . Click + = new System . EventHandler ( this . clickExportSAVBAK ) ;
//
2014-06-28 21:22:05 +00:00
// Menu_Exit
//
2017-01-24 15:12:14 +00:00
this . Menu_Exit . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Exit.Image" ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Exit . Name = "Menu_Exit" ;
2016-01-03 04:22:53 +00:00
this . Menu_Exit . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Q ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Exit . ShowShortcutKeys = false ;
2016-10-01 23:52:29 +00:00
this . Menu_Exit . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Exit . Text = "&Quit" ;
2014-12-14 07:18:27 +00:00
this . Menu_Exit . Click + = new System . EventHandler ( this . mainMenuExit ) ;
2014-06-28 21:22:05 +00:00
//
// Menu_Tools
//
this . Menu_Tools . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2016-01-03 04:22:53 +00:00
this . Menu_Showdown ,
this . Menu_CyberGadget ,
this . Menu_Data ,
this . Menu_Other } ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Tools . Name = "Menu_Tools" ;
2016-01-27 01:53:55 +00:00
this . Menu_Tools . Size = new System . Drawing . Size ( 47 , 20 ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Tools . Text = "Tools" ;
//
2016-01-03 04:22:53 +00:00
// Menu_Showdown
//
this . Menu_Showdown . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2016-07-10 17:32:51 +00:00
this . Menu_ShowdownImportPKM ,
this . Menu_ShowdownExportPKM ,
2016-01-03 04:22:53 +00:00
this . Menu_ShowdownExportParty ,
this . Menu_ShowdownExportBattleBox } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_Showdown . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Showdown.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Showdown . Name = "Menu_Showdown" ;
2016-09-05 21:26:21 +00:00
this . Menu_Showdown . Size = new System . Drawing . Size ( 143 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Showdown . Text = "Showdown" ;
//
2016-07-10 17:32:51 +00:00
// Menu_ShowdownImportPKM
2016-01-03 04:22:53 +00:00
//
2017-01-24 15:12:14 +00:00
this . Menu_ShowdownImportPKM . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ShowdownImportPKM.Image" ) ) ) ;
2016-07-10 17:32:51 +00:00
this . Menu_ShowdownImportPKM . Name = "Menu_ShowdownImportPKM" ;
this . Menu_ShowdownImportPKM . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . T ) ) ) ;
this . Menu_ShowdownImportPKM . ShowShortcutKeys = false ;
this . Menu_ShowdownImportPKM . Size = new System . Drawing . Size ( 231 , 22 ) ;
this . Menu_ShowdownImportPKM . Text = "Import Set from Clipboard" ;
2016-10-29 22:41:55 +00:00
this . Menu_ShowdownImportPKM . Click + = new System . EventHandler ( this . clickShowdownImportPKM ) ;
2016-01-03 04:22:53 +00:00
//
2016-07-10 17:32:51 +00:00
// Menu_ShowdownExportPKM
2016-01-03 04:22:53 +00:00
//
2017-01-24 15:12:14 +00:00
this . Menu_ShowdownExportPKM . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ShowdownExportPKM.Image" ) ) ) ;
2016-07-10 17:32:51 +00:00
this . Menu_ShowdownExportPKM . Name = "Menu_ShowdownExportPKM" ;
this . Menu_ShowdownExportPKM . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Shift )
2016-06-20 04:22:43 +00:00
| System . Windows . Forms . Keys . T ) ) ) ;
2016-07-10 17:32:51 +00:00
this . Menu_ShowdownExportPKM . ShowShortcutKeys = false ;
this . Menu_ShowdownExportPKM . Size = new System . Drawing . Size ( 231 , 22 ) ;
this . Menu_ShowdownExportPKM . Text = "Export Set to Clipboard" ;
2016-10-29 22:41:55 +00:00
this . Menu_ShowdownExportPKM . Click + = new System . EventHandler ( this . clickShowdownExportPKM ) ;
2016-01-03 04:22:53 +00:00
//
// Menu_ShowdownExportParty
//
2017-01-24 15:12:14 +00:00
this . Menu_ShowdownExportParty . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ShowdownExportParty.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ShowdownExportParty . Name = "Menu_ShowdownExportParty" ;
this . Menu_ShowdownExportParty . Size = new System . Drawing . Size ( 231 , 22 ) ;
this . Menu_ShowdownExportParty . Text = "Export Party to Clipboard" ;
this . Menu_ShowdownExportParty . Click + = new System . EventHandler ( this . clickShowdownExportParty ) ;
//
// Menu_ShowdownExportBattleBox
//
2017-01-24 15:12:14 +00:00
this . Menu_ShowdownExportBattleBox . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_ShowdownExportBattleBox.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_ShowdownExportBattleBox . Name = "Menu_ShowdownExportBattleBox" ;
this . Menu_ShowdownExportBattleBox . Size = new System . Drawing . Size ( 231 , 22 ) ;
this . Menu_ShowdownExportBattleBox . Text = "Export Battle Box to Clipboard" ;
this . Menu_ShowdownExportBattleBox . Click + = new System . EventHandler ( this . clickShowdownExportBattleBox ) ;
//
// Menu_CyberGadget
//
this . Menu_CyberGadget . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_OpenTemp ,
this . Menu_OpenCache } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_CyberGadget . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_CyberGadget.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_CyberGadget . Name = "Menu_CyberGadget" ;
2016-09-05 21:26:21 +00:00
this . Menu_CyberGadget . Size = new System . Drawing . Size ( 143 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_CyberGadget . Text = "CyberGadget" ;
//
// Menu_OpenTemp
//
2017-01-24 15:12:14 +00:00
this . Menu_OpenTemp . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_OpenTemp.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_OpenTemp . Name = "Menu_OpenTemp" ;
this . Menu_OpenTemp . Size = new System . Drawing . Size ( 175 , 22 ) ;
this . Menu_OpenTemp . Text = "Open Temp Folder" ;
this . Menu_OpenTemp . Click + = new System . EventHandler ( this . clickOpenTempFolder ) ;
//
// Menu_OpenCache
//
2017-01-24 15:12:14 +00:00
this . Menu_OpenCache . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_OpenCache.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_OpenCache . Name = "Menu_OpenCache" ;
this . Menu_OpenCache . Size = new System . Drawing . Size ( 175 , 22 ) ;
this . Menu_OpenCache . Text = "Open Cache Folder" ;
this . Menu_OpenCache . Click + = new System . EventHandler ( this . clickOpenCacheFolder ) ;
//
// Menu_Data
//
this . Menu_Data . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_LoadBoxes ,
this . Menu_DumpBoxes ,
this . Menu_Report ,
2016-07-13 05:19:51 +00:00
this . Menu_Database ,
2016-09-04 17:38:53 +00:00
this . Menu_MGDatabase ,
2016-07-13 05:19:51 +00:00
this . Menu_BatchEditor } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_Data . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Data.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Data . Name = "Menu_Data" ;
2016-09-05 21:26:21 +00:00
this . Menu_Data . Size = new System . Drawing . Size ( 143 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Data . Text = "Data" ;
2014-06-28 21:22:05 +00:00
//
2016-01-03 04:22:53 +00:00
// Menu_LoadBoxes
2014-06-28 21:22:05 +00:00
//
2017-01-24 15:12:14 +00:00
this . Menu_LoadBoxes . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_LoadBoxes.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_LoadBoxes . Name = "Menu_LoadBoxes" ;
2016-09-04 17:38:53 +00:00
this . Menu_LoadBoxes . Size = new System . Drawing . Size ( 182 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_LoadBoxes . Text = "Load Boxes" ;
this . Menu_LoadBoxes . Click + = new System . EventHandler ( this . mainMenuBoxLoad ) ;
2014-06-28 21:22:05 +00:00
//
2016-01-03 04:22:53 +00:00
// Menu_DumpBoxes
2014-06-28 21:22:05 +00:00
//
2017-01-24 15:12:14 +00:00
this . Menu_DumpBoxes . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_DumpBoxes.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_DumpBoxes . Name = "Menu_DumpBoxes" ;
2016-09-04 17:38:53 +00:00
this . Menu_DumpBoxes . Size = new System . Drawing . Size ( 182 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_DumpBoxes . Text = "Dump Boxes" ;
this . Menu_DumpBoxes . Click + = new System . EventHandler ( this . mainMenuBoxDump ) ;
2014-07-22 05:47:18 +00:00
//
2016-01-03 04:22:53 +00:00
// Menu_Report
2014-07-22 05:47:18 +00:00
//
2017-01-24 15:12:14 +00:00
this . Menu_Report . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Report.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Report . Name = "Menu_Report" ;
this . Menu_Report . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . R ) ) ) ;
this . Menu_Report . ShowShortcutKeys = false ;
2016-09-04 17:38:53 +00:00
this . Menu_Report . Size = new System . Drawing . Size ( 182 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Report . Text = "Box Data &Report" ;
this . Menu_Report . Click + = new System . EventHandler ( this . mainMenuBoxReport ) ;
2014-07-26 21:56:06 +00:00
//
2016-01-03 04:22:53 +00:00
// Menu_Database
//
2017-01-24 15:12:14 +00:00
this . Menu_Database . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Database.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Database . Name = "Menu_Database" ;
this . Menu_Database . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . D ) ) ) ;
this . Menu_Database . ShowShortcutKeys = false ;
2016-09-04 17:38:53 +00:00
this . Menu_Database . Size = new System . Drawing . Size ( 182 , 22 ) ;
2016-09-10 20:40:03 +00:00
this . Menu_Database . Text = "PKM &Database" ;
2016-01-30 02:02:54 +00:00
this . Menu_Database . Click + = new System . EventHandler ( this . mainMenuDatabase ) ;
2016-01-03 04:22:53 +00:00
//
2016-09-04 17:38:53 +00:00
// Menu_MGDatabase
//
2017-01-24 15:12:14 +00:00
this . Menu_MGDatabase . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_MGDatabase.Image" ) ) ) ;
2016-09-04 17:38:53 +00:00
this . Menu_MGDatabase . Name = "Menu_MGDatabase" ;
this . Menu_MGDatabase . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . G ) ) ) ;
this . Menu_MGDatabase . ShowShortcutKeys = false ;
this . Menu_MGDatabase . Size = new System . Drawing . Size ( 182 , 22 ) ;
this . Menu_MGDatabase . Text = "&Mystery Gift Database" ;
this . Menu_MGDatabase . Click + = new System . EventHandler ( this . mainMenuMysteryDM ) ;
//
2016-07-13 05:19:51 +00:00
// Menu_BatchEditor
//
2017-01-24 15:12:14 +00:00
this . Menu_BatchEditor . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_BatchEditor.Image" ) ) ) ;
2016-07-13 05:19:51 +00:00
this . Menu_BatchEditor . Name = "Menu_BatchEditor" ;
this . Menu_BatchEditor . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . M ) ) ) ;
this . Menu_BatchEditor . ShowShortcutKeys = false ;
2016-09-04 17:38:53 +00:00
this . Menu_BatchEditor . Size = new System . Drawing . Size ( 182 , 22 ) ;
2016-07-13 05:19:51 +00:00
this . Menu_BatchEditor . Text = "Batch Editor" ;
this . Menu_BatchEditor . Click + = new System . EventHandler ( this . manMenuBatchEditor ) ;
//
2016-01-03 04:22:53 +00:00
// Menu_Other
//
this . Menu_Other . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_OpenSDF ,
this . Menu_OpenSDB } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_Other . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Other.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Other . Name = "Menu_Other" ;
2016-09-05 21:26:21 +00:00
this . Menu_Other . Size = new System . Drawing . Size ( 143 , 22 ) ;
2016-01-03 04:22:53 +00:00
this . Menu_Other . Text = "Other" ;
//
// Menu_OpenSDF
//
2017-01-24 15:12:14 +00:00
this . Menu_OpenSDF . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_OpenSDF.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_OpenSDF . Name = "Menu_OpenSDF" ;
this . Menu_OpenSDF . Size = new System . Drawing . Size ( 229 , 22 ) ;
this . Menu_OpenSDF . Text = "Open SaveDataFiler Folder" ;
this . Menu_OpenSDF . Click + = new System . EventHandler ( this . clickOpenSDFFolder ) ;
//
// Menu_OpenSDB
//
2017-01-24 15:12:14 +00:00
this . Menu_OpenSDB . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_OpenSDB.Image" ) ) ) ;
2016-01-03 04:22:53 +00:00
this . Menu_OpenSDB . Name = "Menu_OpenSDB" ;
this . Menu_OpenSDB . Size = new System . Drawing . Size ( 229 , 22 ) ;
this . Menu_OpenSDB . Text = "Open SaveDataBackup Folder" ;
this . Menu_OpenSDB . Click + = new System . EventHandler ( this . clickOpenSDBFolder ) ;
2014-07-26 21:56:06 +00:00
//
2014-06-28 21:22:05 +00:00
// Menu_Options
//
this . Menu_Options . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_Language ,
2015-10-20 02:08:56 +00:00
this . Menu_Modify ,
2015-10-24 03:13:32 +00:00
this . Menu_Unicode ,
2015-10-20 02:08:56 +00:00
this . Menu_About } ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Options . Name = "Menu_Options" ;
this . Menu_Options . Size = new System . Drawing . Size ( 61 , 20 ) ;
this . Menu_Options . Text = "Options" ;
//
// Menu_Language
//
this . Menu_Language . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . CB_MainLanguage } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_Language . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Language.Image" ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Language . Name = "Menu_Language" ;
2017-02-05 16:08:49 +00:00
this . Menu_Language . Size = new System . Drawing . Size ( 139 , 22 ) ;
2014-06-28 21:22:05 +00:00
this . Menu_Language . Text = "Language" ;
//
// CB_MainLanguage
//
this . CB_MainLanguage . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_MainLanguage . Name = "CB_MainLanguage" ;
this . CB_MainLanguage . Size = new System . Drawing . Size ( 121 , 23 ) ;
this . CB_MainLanguage . SelectedIndexChanged + = new System . EventHandler ( this . changeMainLanguage ) ;
//
2015-10-24 03:13:32 +00:00
// Menu_Modify
//
this . Menu_Modify . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . Menu_ModifyDex ,
2016-10-04 02:27:48 +00:00
this . Menu_ModifyPKM ,
2017-02-05 04:39:42 +00:00
this . Menu_FlagIllegal ,
2016-10-04 02:27:48 +00:00
this . Menu_Undo ,
this . Menu_Redo } ) ;
2017-01-24 15:12:14 +00:00
this . Menu_Modify . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_Modify.Image" ) ) ) ;
2015-10-24 03:13:32 +00:00
this . Menu_Modify . Name = "Menu_Modify" ;
2017-02-05 16:08:49 +00:00
this . Menu_Modify . Size = new System . Drawing . Size ( 139 , 22 ) ;
2015-10-24 03:13:32 +00:00
this . Menu_Modify . Text = "Set to SAV" ;
//
2015-11-19 05:37:30 +00:00
// Menu_ModifyDex
//
this . Menu_ModifyDex . Checked = true ;
this . Menu_ModifyDex . CheckOnClick = true ;
this . Menu_ModifyDex . CheckState = System . Windows . Forms . CheckState . Checked ;
this . Menu_ModifyDex . Name = "Menu_ModifyDex" ;
2016-07-10 17:32:51 +00:00
this . Menu_ModifyDex . Size = new System . Drawing . Size ( 164 , 22 ) ;
2015-11-19 05:37:30 +00:00
this . Menu_ModifyDex . Text = "Modify Pokédex" ;
this . Menu_ModifyDex . Click + = new System . EventHandler ( this . mainMenuModifyDex ) ;
//
2016-07-10 17:32:51 +00:00
// Menu_ModifyPKM
2015-11-19 05:37:30 +00:00
//
2016-07-10 17:32:51 +00:00
this . Menu_ModifyPKM . Checked = true ;
this . Menu_ModifyPKM . CheckOnClick = true ;
this . Menu_ModifyPKM . CheckState = System . Windows . Forms . CheckState . Checked ;
this . Menu_ModifyPKM . Name = "Menu_ModifyPKM" ;
this . Menu_ModifyPKM . Size = new System . Drawing . Size ( 164 , 22 ) ;
this . Menu_ModifyPKM . Text = "Modify PKM Info" ;
this . Menu_ModifyPKM . Click + = new System . EventHandler ( this . mainMenuModifyPKM ) ;
2015-11-19 05:37:30 +00:00
//
2017-02-05 04:39:42 +00:00
// Menu_FlagIllegal
//
this . Menu_FlagIllegal . CheckOnClick = true ;
this . Menu_FlagIllegal . Name = "Menu_FlagIllegal" ;
this . Menu_FlagIllegal . Size = new System . Drawing . Size ( 164 , 22 ) ;
this . Menu_FlagIllegal . Text = "Flag Legality" ;
this . Menu_FlagIllegal . Click + = new System . EventHandler ( this . mainMenuFlagIllegal ) ;
//
2016-10-30 23:40:19 +00:00
// Menu_Undo
//
this . Menu_Undo . Enabled = false ;
this . Menu_Undo . Name = "Menu_Undo" ;
this . Menu_Undo . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . U ) ) ) ;
this . Menu_Undo . ShowShortcutKeys = false ;
this . Menu_Undo . Size = new System . Drawing . Size ( 164 , 22 ) ;
this . Menu_Undo . Text = "Undo Last Change" ;
this . Menu_Undo . Click + = new System . EventHandler ( this . clickUndo ) ;
//
// Menu_Redo
//
this . Menu_Redo . Enabled = false ;
this . Menu_Redo . Name = "Menu_Redo" ;
this . Menu_Redo . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Y ) ) ) ;
this . Menu_Redo . ShowShortcutKeys = false ;
this . Menu_Redo . Size = new System . Drawing . Size ( 164 , 22 ) ;
this . Menu_Redo . Text = "Redo Last Change" ;
this . Menu_Redo . Click + = new System . EventHandler ( this . clickRedo ) ;
//
2015-11-19 05:37:30 +00:00
// Menu_Unicode
//
2016-01-30 01:27:20 +00:00
this . Menu_Unicode . Checked = true ;
this . Menu_Unicode . CheckOnClick = true ;
this . Menu_Unicode . CheckState = System . Windows . Forms . CheckState . Checked ;
2015-11-19 05:37:30 +00:00
this . Menu_Unicode . Name = "Menu_Unicode" ;
2017-02-05 16:08:49 +00:00
this . Menu_Unicode . Size = new System . Drawing . Size ( 139 , 22 ) ;
2016-01-30 01:27:20 +00:00
this . Menu_Unicode . Text = "Unicode" ;
2015-11-19 05:37:30 +00:00
this . Menu_Unicode . Click + = new System . EventHandler ( this . mainMenuUnicode ) ;
//
2014-06-28 21:22:05 +00:00
// Menu_About
//
2017-01-24 15:12:14 +00:00
this . Menu_About . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "Menu_About.Image" ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_About . Name = "Menu_About" ;
2016-01-03 06:31:04 +00:00
this . Menu_About . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . P ) ) ) ;
2014-06-28 21:22:05 +00:00
this . Menu_About . ShowShortcutKeys = false ;
2017-02-05 16:08:49 +00:00
this . Menu_About . Size = new System . Drawing . Size ( 139 , 22 ) ;
2017-01-09 01:14:39 +00:00
this . Menu_About . Text = "About &PKHeX" ;
2014-12-14 07:18:27 +00:00
this . Menu_About . Click + = new System . EventHandler ( this . mainMenuAbout ) ;
2014-06-28 21:22:05 +00:00
//
// tabBoxMulti
//
2016-10-01 23:52:29 +00:00
this . tabBoxMulti . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2014-06-28 21:22:05 +00:00
this . tabBoxMulti . Controls . Add ( this . Tab_Box ) ;
this . tabBoxMulti . Controls . Add ( this . Tab_PartyBattle ) ;
this . tabBoxMulti . Controls . Add ( this . Tab_Other ) ;
this . tabBoxMulti . Controls . Add ( this . Tab_SAV ) ;
2014-07-31 22:06:48 +00:00
this . tabBoxMulti . Location = new System . Drawing . Point ( 300 , 27 ) ;
2014-06-28 21:22:05 +00:00
this . tabBoxMulti . Name = "tabBoxMulti" ;
this . tabBoxMulti . SelectedIndex = 0 ;
2014-07-31 22:06:48 +00:00
this . tabBoxMulti . Size = new System . Drawing . Size ( 310 , 225 ) ;
2015-03-12 15:25:27 +00:00
this . tabBoxMulti . TabIndex = 50 ;
2016-02-09 07:57:25 +00:00
this . tabBoxMulti . Click + = new System . EventHandler ( this . clickBoxSort ) ;
2016-08-29 03:13:52 +00:00
this . tabBoxMulti . MouseDoubleClick + = new System . Windows . Forms . MouseEventHandler ( this . clickBoxDouble ) ;
2014-06-28 21:22:05 +00:00
//
// Tab_Box
//
2014-08-01 23:53:09 +00:00
this . Tab_Box . Controls . Add ( this . PAN_Box ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Box . Controls . Add ( this . B_BoxRight ) ;
this . Tab_Box . Controls . Add ( this . B_BoxLeft ) ;
2015-05-07 02:30:31 +00:00
this . Tab_Box . Controls . Add ( this . CB_BoxSelect ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Box . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Box . Name = "Tab_Box" ;
this . Tab_Box . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2014-07-31 22:06:48 +00:00
this . Tab_Box . Size = new System . Drawing . Size ( 302 , 199 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Box . TabIndex = 0 ;
this . Tab_Box . Text = "Box" ;
this . Tab_Box . UseVisualStyleBackColor = true ;
//
2014-08-01 23:53:09 +00:00
// PAN_Box
//
2017-01-24 15:12:14 +00:00
this . PAN_Box . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PAN_Box.BackgroundImage" ) ) ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Box . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch ;
this . PAN_Box . Controls . Add ( this . bpkx30 ) ;
this . PAN_Box . Controls . Add ( this . bpkx29 ) ;
this . PAN_Box . Controls . Add ( this . bpkx28 ) ;
this . PAN_Box . Controls . Add ( this . bpkx27 ) ;
this . PAN_Box . Controls . Add ( this . bpkx26 ) ;
this . PAN_Box . Controls . Add ( this . bpkx25 ) ;
this . PAN_Box . Controls . Add ( this . bpkx24 ) ;
this . PAN_Box . Controls . Add ( this . bpkx23 ) ;
this . PAN_Box . Controls . Add ( this . bpkx22 ) ;
this . PAN_Box . Controls . Add ( this . bpkx21 ) ;
this . PAN_Box . Controls . Add ( this . bpkx20 ) ;
this . PAN_Box . Controls . Add ( this . bpkx19 ) ;
this . PAN_Box . Controls . Add ( this . bpkx18 ) ;
this . PAN_Box . Controls . Add ( this . bpkx17 ) ;
this . PAN_Box . Controls . Add ( this . bpkx16 ) ;
this . PAN_Box . Controls . Add ( this . bpkx15 ) ;
this . PAN_Box . Controls . Add ( this . bpkx14 ) ;
this . PAN_Box . Controls . Add ( this . bpkx13 ) ;
this . PAN_Box . Controls . Add ( this . bpkx12 ) ;
this . PAN_Box . Controls . Add ( this . bpkx11 ) ;
this . PAN_Box . Controls . Add ( this . bpkx10 ) ;
this . PAN_Box . Controls . Add ( this . bpkx9 ) ;
this . PAN_Box . Controls . Add ( this . bpkx8 ) ;
this . PAN_Box . Controls . Add ( this . bpkx7 ) ;
this . PAN_Box . Controls . Add ( this . bpkx6 ) ;
this . PAN_Box . Controls . Add ( this . bpkx5 ) ;
this . PAN_Box . Controls . Add ( this . bpkx4 ) ;
this . PAN_Box . Controls . Add ( this . bpkx3 ) ;
this . PAN_Box . Controls . Add ( this . bpkx2 ) ;
this . PAN_Box . Controls . Add ( this . bpkx1 ) ;
this . PAN_Box . Location = new System . Drawing . Point ( 26 , 35 ) ;
this . PAN_Box . Name = "PAN_Box" ;
this . PAN_Box . Size = new System . Drawing . Size ( 251 , 160 ) ;
this . PAN_Box . TabIndex = 62 ;
2014-06-28 21:22:05 +00:00
//
// bpkx30
//
this . bpkx30 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx30 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx30 . Location = new System . Drawing . Point ( 207 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx30 . Name = "bpkx30" ;
this . bpkx30 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx30 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx30 . TabIndex = 59 ;
this . bpkx30 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx30 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx30 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx30 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx30 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx30 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx30 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx30 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
// mnuVSD
//
this . mnuVSD . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuView ,
this . mnuSet ,
this . mnuDelete } ) ;
this . mnuVSD . Name = "mnuVSD" ;
this . mnuVSD . Size = new System . Drawing . Size ( 108 , 70 ) ;
//
// mnuView
//
this . mnuView . Name = "mnuView" ;
this . mnuView . Size = new System . Drawing . Size ( 107 , 22 ) ;
this . mnuView . Text = "View" ;
this . mnuView . Click + = new System . EventHandler ( this . clickView ) ;
//
// mnuSet
//
this . mnuSet . Name = "mnuSet" ;
this . mnuSet . Size = new System . Drawing . Size ( 107 , 22 ) ;
this . mnuSet . Text = "Set" ;
this . mnuSet . Click + = new System . EventHandler ( this . clickSet ) ;
//
// mnuDelete
//
this . mnuDelete . Name = "mnuDelete" ;
this . mnuDelete . Size = new System . Drawing . Size ( 107 , 22 ) ;
this . mnuDelete . Text = "Delete" ;
this . mnuDelete . Click + = new System . EventHandler ( this . clickDelete ) ;
//
2014-06-28 21:22:05 +00:00
// bpkx29
//
this . bpkx29 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx29 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx29 . Location = new System . Drawing . Point ( 166 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx29 . Name = "bpkx29" ;
this . bpkx29 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx29 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx29 . TabIndex = 58 ;
this . bpkx29 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx29 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx29 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx29 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx29 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx29 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx29 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx29 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx28
//
this . bpkx28 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx28 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx28 . Location = new System . Drawing . Point ( 125 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx28 . Name = "bpkx28" ;
this . bpkx28 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx28 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx28 . TabIndex = 57 ;
this . bpkx28 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx28 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx28 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx28 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx28 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx28 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx28 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx28 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx27
//
this . bpkx27 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx27 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx27 . Location = new System . Drawing . Point ( 84 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx27 . Name = "bpkx27" ;
this . bpkx27 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx27 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx27 . TabIndex = 56 ;
this . bpkx27 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx27 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx27 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx27 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx27 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx27 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx27 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx27 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx26
//
this . bpkx26 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx26 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx26 . Location = new System . Drawing . Point ( 43 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx26 . Name = "bpkx26" ;
this . bpkx26 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx26 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx26 . TabIndex = 55 ;
this . bpkx26 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx26 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx26 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx26 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx26 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx26 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx26 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx26 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx25
//
this . bpkx25 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx25 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx25 . Location = new System . Drawing . Point ( 2 , 126 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx25 . Name = "bpkx25" ;
this . bpkx25 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx25 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx25 . TabIndex = 54 ;
this . bpkx25 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx25 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx25 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx25 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx25 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx25 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx25 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx25 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx24
//
this . bpkx24 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx24 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx24 . Location = new System . Drawing . Point ( 207 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx24 . Name = "bpkx24" ;
this . bpkx24 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx24 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx24 . TabIndex = 53 ;
this . bpkx24 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx24 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx24 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx24 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx24 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx24 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx24 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx24 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx23
//
this . bpkx23 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx23 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx23 . Location = new System . Drawing . Point ( 166 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx23 . Name = "bpkx23" ;
this . bpkx23 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx23 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx23 . TabIndex = 52 ;
this . bpkx23 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx23 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx23 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx23 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx23 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx23 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx23 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx23 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx22
//
this . bpkx22 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx22 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx22 . Location = new System . Drawing . Point ( 125 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx22 . Name = "bpkx22" ;
this . bpkx22 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx22 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx22 . TabIndex = 51 ;
this . bpkx22 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx22 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx22 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx22 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx22 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx22 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx22 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx22 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx21
//
this . bpkx21 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx21 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx21 . Location = new System . Drawing . Point ( 84 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx21 . Name = "bpkx21" ;
this . bpkx21 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx21 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx21 . TabIndex = 50 ;
this . bpkx21 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx21 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx21 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx21 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx21 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx21 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx21 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx21 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx20
//
this . bpkx20 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx20 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx20 . Location = new System . Drawing . Point ( 43 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx20 . Name = "bpkx20" ;
this . bpkx20 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx20 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx20 . TabIndex = 49 ;
this . bpkx20 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx20 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx20 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx20 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx20 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx20 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx20 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx20 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx19
//
this . bpkx19 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx19 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx19 . Location = new System . Drawing . Point ( 2 , 95 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx19 . Name = "bpkx19" ;
this . bpkx19 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx19 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx19 . TabIndex = 48 ;
this . bpkx19 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx19 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx19 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx19 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx19 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx19 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx19 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx19 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx18
//
this . bpkx18 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx18 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx18 . Location = new System . Drawing . Point ( 207 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx18 . Name = "bpkx18" ;
this . bpkx18 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx18 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx18 . TabIndex = 47 ;
this . bpkx18 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx18 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx18 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx18 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx18 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx18 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx18 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx18 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx17
//
this . bpkx17 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx17 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx17 . Location = new System . Drawing . Point ( 166 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx17 . Name = "bpkx17" ;
this . bpkx17 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx17 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx17 . TabIndex = 46 ;
this . bpkx17 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx17 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx17 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx17 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx17 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx17 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx17 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx17 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx16
//
this . bpkx16 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx16 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx16 . Location = new System . Drawing . Point ( 125 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx16 . Name = "bpkx16" ;
this . bpkx16 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx16 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx16 . TabIndex = 45 ;
this . bpkx16 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx16 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx16 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx16 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx16 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx16 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx16 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx16 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx15
//
this . bpkx15 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx15 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx15 . Location = new System . Drawing . Point ( 84 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx15 . Name = "bpkx15" ;
this . bpkx15 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx15 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx15 . TabIndex = 44 ;
this . bpkx15 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx15 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx15 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx15 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx15 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx15 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx15 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx15 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx14
//
this . bpkx14 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx14 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx14 . Location = new System . Drawing . Point ( 43 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx14 . Name = "bpkx14" ;
this . bpkx14 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx14 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx14 . TabIndex = 43 ;
this . bpkx14 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx14 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx14 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx14 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx14 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx14 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx14 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx14 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx13
//
this . bpkx13 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx13 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx13 . Location = new System . Drawing . Point ( 2 , 64 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx13 . Name = "bpkx13" ;
this . bpkx13 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx13 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx13 . TabIndex = 42 ;
this . bpkx13 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx13 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx13 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx13 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx13 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx13 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx13 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx13 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx12
//
this . bpkx12 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx12 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx12 . Location = new System . Drawing . Point ( 207 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx12 . Name = "bpkx12" ;
this . bpkx12 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx12 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx12 . TabIndex = 41 ;
this . bpkx12 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx12 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx12 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx12 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx12 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx12 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx12 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx12 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx11
//
this . bpkx11 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx11 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx11 . Location = new System . Drawing . Point ( 166 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx11 . Name = "bpkx11" ;
this . bpkx11 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx11 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx11 . TabIndex = 40 ;
this . bpkx11 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx11 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx11 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx11 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx11 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx11 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx11 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx11 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx10
//
this . bpkx10 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx10 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx10 . Location = new System . Drawing . Point ( 125 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx10 . Name = "bpkx10" ;
this . bpkx10 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx10 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx10 . TabIndex = 39 ;
this . bpkx10 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx10 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx10 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx10 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx10 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx10 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx10 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx10 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx9
//
this . bpkx9 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx9 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx9 . Location = new System . Drawing . Point ( 84 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx9 . Name = "bpkx9" ;
this . bpkx9 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx9 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx9 . TabIndex = 38 ;
this . bpkx9 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx9 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx9 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx9 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx9 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx9 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx9 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx9 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx8
//
this . bpkx8 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx8 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx8 . Location = new System . Drawing . Point ( 43 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx8 . Name = "bpkx8" ;
this . bpkx8 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx8 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx8 . TabIndex = 37 ;
this . bpkx8 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx8 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx8 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx8 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx8 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx8 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx8 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx8 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx7
//
this . bpkx7 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx7 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx7 . Location = new System . Drawing . Point ( 2 , 33 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx7 . Name = "bpkx7" ;
this . bpkx7 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx7 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx7 . TabIndex = 36 ;
this . bpkx7 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx7 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx7 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx7 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx7 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx7 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx7 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx7 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx6
//
this . bpkx6 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx6 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx6 . Location = new System . Drawing . Point ( 207 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx6 . Name = "bpkx6" ;
this . bpkx6 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx6 . TabIndex = 35 ;
this . bpkx6 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx6 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx6 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx6 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx6 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx6 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx6 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx6 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx5
//
this . bpkx5 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx5 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx5 . Location = new System . Drawing . Point ( 166 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx5 . Name = "bpkx5" ;
this . bpkx5 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx5 . TabIndex = 34 ;
this . bpkx5 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx5 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx5 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx5 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx5 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx5 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx5 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx5 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx4
//
this . bpkx4 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx4 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx4 . Location = new System . Drawing . Point ( 125 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx4 . Name = "bpkx4" ;
this . bpkx4 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx4 . TabIndex = 33 ;
this . bpkx4 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx4 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx4 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx4 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx4 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx4 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx4 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx4 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx3
//
this . bpkx3 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx3 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx3 . Location = new System . Drawing . Point ( 84 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx3 . Name = "bpkx3" ;
this . bpkx3 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx3 . TabIndex = 32 ;
this . bpkx3 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx3 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx3 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx3 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx3 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx3 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx3 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx3 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx2
//
this . bpkx2 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx2 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx2 . Location = new System . Drawing . Point ( 43 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx2 . Name = "bpkx2" ;
this . bpkx2 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx2 . TabIndex = 31 ;
this . bpkx2 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx2 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx2 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx2 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx2 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx2 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx2 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// bpkx1
//
this . bpkx1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . bpkx1 . ContextMenuStrip = this . mnuVSD ;
2014-08-01 23:53:09 +00:00
this . bpkx1 . Location = new System . Drawing . Point ( 2 , 2 ) ;
2014-06-28 21:22:05 +00:00
this . bpkx1 . Name = "bpkx1" ;
this . bpkx1 . Size = new System . Drawing . Size ( 42 , 32 ) ;
2014-08-01 23:53:09 +00:00
this . bpkx1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
2014-06-28 21:22:05 +00:00
this . bpkx1 . TabIndex = 30 ;
this . bpkx1 . TabStop = false ;
2014-11-26 04:43:02 +00:00
this . bpkx1 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . bpkx1 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . bpkx1 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bpkx1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-26 04:43:02 +00:00
this . bpkx1 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bpkx1 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bpkx1 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2014-08-01 23:53:09 +00:00
// B_BoxRight
//
this . B_BoxRight . FlatStyle = System . Windows . Forms . FlatStyle . System ;
2014-08-02 06:03:14 +00:00
this . B_BoxRight . Location = new System . Drawing . Point ( 219 , 9 ) ;
2014-08-01 23:53:09 +00:00
this . B_BoxRight . Name = "B_BoxRight" ;
this . B_BoxRight . Size = new System . Drawing . Size ( 27 , 23 ) ;
this . B_BoxRight . TabIndex = 61 ;
this . B_BoxRight . Text = ">>" ;
this . B_BoxRight . UseVisualStyleBackColor = true ;
2014-12-14 19:06:17 +00:00
this . B_BoxRight . Click + = new System . EventHandler ( this . clickBoxRight ) ;
2014-08-01 23:53:09 +00:00
//
// B_BoxLeft
//
this . B_BoxLeft . FlatStyle = System . Windows . Forms . FlatStyle . System ;
2014-08-02 06:03:14 +00:00
this . B_BoxLeft . Location = new System . Drawing . Point ( 57 , 9 ) ;
2014-08-01 23:53:09 +00:00
this . B_BoxLeft . Name = "B_BoxLeft" ;
this . B_BoxLeft . Size = new System . Drawing . Size ( 27 , 23 ) ;
this . B_BoxLeft . TabIndex = 60 ;
this . B_BoxLeft . Text = "<<" ;
this . B_BoxLeft . UseVisualStyleBackColor = true ;
2014-12-14 19:06:17 +00:00
this . B_BoxLeft . Click + = new System . EventHandler ( this . clickBoxLeft ) ;
2014-08-01 23:53:09 +00:00
//
2015-05-07 02:30:31 +00:00
// CB_BoxSelect
2014-06-28 21:22:05 +00:00
//
2015-05-07 02:30:31 +00:00
this . CB_BoxSelect . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_BoxSelect . FormattingEnabled = true ;
this . CB_BoxSelect . Items . AddRange ( new object [ ] {
2014-06-28 21:22:05 +00:00
"Box 1" ,
"Box 2" ,
"Box 3" ,
"Box 4" ,
"Box 5" ,
"Box 6" ,
"Box 7" ,
"Box 8" ,
"Box 9" ,
"Box 10" ,
"Box 11" ,
"Box 12" ,
"Box 13" ,
"Box 14" ,
"Box 15" ,
"Box 16" ,
"Box 17" ,
"Box 18" ,
"Box 19" ,
"Box 20" ,
"Box 21" ,
"Box 22" ,
"Box 23" ,
"Box 24" ,
"Box 25" ,
"Box 26" ,
"Box 27" ,
"Box 28" ,
"Box 29" ,
"Box 30" ,
"Box 31" } ) ;
2015-05-07 02:30:31 +00:00
this . CB_BoxSelect . Location = new System . Drawing . Point ( 88 , 10 ) ;
this . CB_BoxSelect . Name = "CB_BoxSelect" ;
this . CB_BoxSelect . Size = new System . Drawing . Size ( 127 , 21 ) ;
this . CB_BoxSelect . TabIndex = 0 ;
this . CB_BoxSelect . SelectedIndexChanged + = new System . EventHandler ( this . getBox ) ;
2014-06-28 21:22:05 +00:00
//
// Tab_PartyBattle
//
2014-08-01 23:53:09 +00:00
this . Tab_PartyBattle . Controls . Add ( this . PAN_BattleBox ) ;
2014-06-28 21:22:05 +00:00
this . Tab_PartyBattle . Controls . Add ( this . L_ReadOnlyPBB ) ;
this . Tab_PartyBattle . Controls . Add ( this . L_BattleBox ) ;
this . Tab_PartyBattle . Controls . Add ( this . L_Party ) ;
2014-08-01 23:53:09 +00:00
this . Tab_PartyBattle . Controls . Add ( this . PAN_Party ) ;
2014-06-28 21:22:05 +00:00
this . Tab_PartyBattle . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_PartyBattle . Name = "Tab_PartyBattle" ;
this . Tab_PartyBattle . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2014-07-31 22:06:48 +00:00
this . Tab_PartyBattle . Size = new System . Drawing . Size ( 302 , 199 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_PartyBattle . TabIndex = 1 ;
this . Tab_PartyBattle . Text = "Party-Battle Box" ;
this . Tab_PartyBattle . UseVisualStyleBackColor = true ;
//
2014-08-01 23:53:09 +00:00
// PAN_BattleBox
2014-07-29 22:33:22 +00:00
//
2016-03-12 02:40:08 +00:00
this . PAN_BattleBox . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PAN_BattleBox.BackgroundImage" ) ) ) ;
2014-12-18 01:04:57 +00:00
this . PAN_BattleBox . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch ;
2015-12-18 03:56:21 +00:00
this . PAN_BattleBox . Controls . Add ( this . PB_Locked ) ;
2014-08-01 23:53:09 +00:00
this . PAN_BattleBox . Controls . Add ( this . bbpkx1 ) ;
this . PAN_BattleBox . Controls . Add ( this . bbpkx2 ) ;
this . PAN_BattleBox . Controls . Add ( this . bbpkx3 ) ;
this . PAN_BattleBox . Controls . Add ( this . bbpkx4 ) ;
this . PAN_BattleBox . Controls . Add ( this . bbpkx5 ) ;
this . PAN_BattleBox . Controls . Add ( this . bbpkx6 ) ;
this . PAN_BattleBox . Location = new System . Drawing . Point ( 168 , 28 ) ;
this . PAN_BattleBox . Name = "PAN_BattleBox" ;
this . PAN_BattleBox . Size = new System . Drawing . Size ( 111 , 160 ) ;
this . PAN_BattleBox . TabIndex = 17 ;
2014-07-29 22:33:22 +00:00
//
2015-12-28 21:52:08 +00:00
// PB_Locked
//
2016-03-12 02:40:08 +00:00
this . PB_Locked . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Locked.Image" ) ) ) ;
2015-12-28 21:52:08 +00:00
this . PB_Locked . Location = new System . Drawing . Point ( 76 , 2 ) ;
this . PB_Locked . Name = "PB_Locked" ;
this . PB_Locked . Size = new System . Drawing . Size ( 32 , 32 ) ;
this . PB_Locked . TabIndex = 14 ;
this . PB_Locked . TabStop = false ;
this . PB_Locked . Visible = false ;
//
2014-07-29 22:33:22 +00:00
// bbpkx1
//
2015-11-19 05:37:30 +00:00
this . bbpkx1 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx1 . Location = new System . Drawing . Point ( 11 , 14 ) ;
this . bbpkx1 . Name = "bbpkx1" ;
this . bbpkx1 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx1 . TabIndex = 8 ;
this . bbpkx1 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx1 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx1 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx1 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx1 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
2015-11-19 05:37:30 +00:00
// mnuV
//
this . mnuV . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnu2View } ) ;
this . mnuV . Name = "mnuV" ;
this . mnuV . Size = new System . Drawing . Size ( 100 , 26 ) ;
//
// mnu2View
//
this . mnu2View . Name = "mnu2View" ;
this . mnu2View . Size = new System . Drawing . Size ( 99 , 22 ) ;
this . mnu2View . Text = "View" ;
this . mnu2View . Click + = new System . EventHandler ( this . clickView ) ;
//
2014-07-29 22:33:22 +00:00
// bbpkx2
//
2015-11-19 05:37:30 +00:00
this . bbpkx2 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx2 . Location = new System . Drawing . Point ( 60 , 35 ) ;
this . bbpkx2 . Name = "bbpkx2" ;
this . bbpkx2 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx2 . TabIndex = 9 ;
this . bbpkx2 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx2 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx2 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx2 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx2 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
// bbpkx3
//
2015-11-19 05:37:30 +00:00
this . bbpkx3 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx3 . Location = new System . Drawing . Point ( 11 , 54 ) ;
this . bbpkx3 . Name = "bbpkx3" ;
this . bbpkx3 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx3 . TabIndex = 10 ;
this . bbpkx3 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx3 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx3 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx3 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx3 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx3 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
// bbpkx4
//
2015-11-19 05:37:30 +00:00
this . bbpkx4 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx4 . Location = new System . Drawing . Point ( 60 , 75 ) ;
this . bbpkx4 . Name = "bbpkx4" ;
this . bbpkx4 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx4 . TabIndex = 11 ;
this . bbpkx4 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx4 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx4 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx4 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx4 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx4 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
// bbpkx5
//
2015-11-19 05:37:30 +00:00
this . bbpkx5 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx5 . Location = new System . Drawing . Point ( 11 , 94 ) ;
this . bbpkx5 . Name = "bbpkx5" ;
this . bbpkx5 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx5 . TabIndex = 12 ;
this . bbpkx5 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx5 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx5 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx5 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx5 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx5 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
// bbpkx6
//
2015-11-19 05:37:30 +00:00
this . bbpkx6 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . bbpkx6 . Location = new System . Drawing . Point ( 60 , 115 ) ;
this . bbpkx6 . Name = "bbpkx6" ;
this . bbpkx6 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . bbpkx6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . bbpkx6 . TabIndex = 13 ;
this . bbpkx6 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . bbpkx6 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . bbpkx6 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . bbpkx6 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . bbpkx6 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . bbpkx6 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-07-29 22:33:22 +00:00
//
2014-06-28 21:22:05 +00:00
// L_ReadOnlyPBB
//
this . L_ReadOnlyPBB . ForeColor = System . Drawing . Color . Red ;
2014-07-31 22:06:48 +00:00
this . L_ReadOnlyPBB . Location = new System . Drawing . Point ( 175 , 186 ) ;
2014-06-28 21:22:05 +00:00
this . L_ReadOnlyPBB . Name = "L_ReadOnlyPBB" ;
2014-07-29 22:33:22 +00:00
this . L_ReadOnlyPBB . Size = new System . Drawing . Size ( 100 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . L_ReadOnlyPBB . TabIndex = 15 ;
2014-07-26 21:56:06 +00:00
this . L_ReadOnlyPBB . Text = "This is read only." ;
2014-06-28 21:22:05 +00:00
this . L_ReadOnlyPBB . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// L_BattleBox
//
this . L_BattleBox . AutoSize = true ;
2014-07-31 22:06:48 +00:00
this . L_BattleBox . Location = new System . Drawing . Point ( 179 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . L_BattleBox . Name = "L_BattleBox" ;
this . L_BattleBox . Size = new System . Drawing . Size ( 58 , 13 ) ;
this . L_BattleBox . TabIndex = 1 ;
this . L_BattleBox . Text = "Battle Box:" ;
2016-01-03 04:22:53 +00:00
this . L_BattleBox . DoubleClick + = new System . EventHandler ( this . clickShowdownExportBattleBox ) ;
2014-06-28 21:22:05 +00:00
//
// L_Party
//
this . L_Party . AutoSize = true ;
2014-07-31 22:06:48 +00:00
this . L_Party . Location = new System . Drawing . Point ( 29 , 13 ) ;
2014-06-28 21:22:05 +00:00
this . L_Party . Name = "L_Party" ;
this . L_Party . Size = new System . Drawing . Size ( 34 , 13 ) ;
this . L_Party . TabIndex = 0 ;
this . L_Party . Text = "Party:" ;
2016-01-03 04:22:53 +00:00
this . L_Party . DoubleClick + = new System . EventHandler ( this . clickShowdownExportParty ) ;
2014-06-28 21:22:05 +00:00
//
2014-08-01 23:53:09 +00:00
// PAN_Party
2014-06-28 21:22:05 +00:00
//
2016-03-12 02:40:08 +00:00
this . PAN_Party . BackgroundImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "PAN_Party.BackgroundImage" ) ) ) ;
2014-12-18 01:04:57 +00:00
this . PAN_Party . BackgroundImageLayout = System . Windows . Forms . ImageLayout . Stretch ;
2014-08-01 23:53:09 +00:00
this . PAN_Party . Controls . Add ( this . ppkx1 ) ;
this . PAN_Party . Controls . Add ( this . ppkx2 ) ;
this . PAN_Party . Controls . Add ( this . ppkx3 ) ;
this . PAN_Party . Controls . Add ( this . ppkx4 ) ;
this . PAN_Party . Controls . Add ( this . ppkx5 ) ;
this . PAN_Party . Controls . Add ( this . ppkx6 ) ;
this . PAN_Party . Location = new System . Drawing . Point ( 24 , 28 ) ;
this . PAN_Party . Name = "PAN_Party" ;
this . PAN_Party . Size = new System . Drawing . Size ( 111 , 160 ) ;
this . PAN_Party . TabIndex = 16 ;
2014-06-28 21:22:05 +00:00
//
2014-07-29 22:33:22 +00:00
// ppkx1
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
this . ppkx1 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx1 . Location = new System . Drawing . Point ( 11 , 14 ) ;
this . ppkx1 . Name = "ppkx1" ;
this . ppkx1 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . ppkx1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx1 . TabIndex = 2 ;
this . ppkx1 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx1 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx1 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx1 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx1 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx1 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx1 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2014-07-29 22:33:22 +00:00
// ppkx2
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
this . ppkx2 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx2 . Location = new System . Drawing . Point ( 60 , 35 ) ;
this . ppkx2 . Name = "ppkx2" ;
this . ppkx2 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . ppkx2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx2 . TabIndex = 3 ;
this . ppkx2 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx2 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx2 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx2 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx2 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx2 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx2 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2014-07-29 22:33:22 +00:00
// ppkx3
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
this . ppkx3 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx3 . Location = new System . Drawing . Point ( 11 , 54 ) ;
this . ppkx3 . Name = "ppkx3" ;
this . ppkx3 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . ppkx3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx3 . TabIndex = 4 ;
this . ppkx3 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx3 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx3 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx3 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx3 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx3 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx3 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx3 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// ppkx4
//
2015-11-19 05:37:30 +00:00
this . ppkx4 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx4 . Location = new System . Drawing . Point ( 60 , 75 ) ;
2014-06-28 21:22:05 +00:00
this . ppkx4 . Name = "ppkx4" ;
2014-07-29 22:33:22 +00:00
this . ppkx4 . Size = new System . Drawing . Size ( 40 , 30 ) ;
2014-06-28 21:22:05 +00:00
this . ppkx4 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx4 . TabIndex = 5 ;
this . ppkx4 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx4 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx4 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx4 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx4 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx4 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx4 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx4 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2014-07-29 22:33:22 +00:00
// ppkx5
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
this . ppkx5 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx5 . Location = new System . Drawing . Point ( 11 , 94 ) ;
this . ppkx5 . Name = "ppkx5" ;
this . ppkx5 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . ppkx5 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx5 . TabIndex = 6 ;
this . ppkx5 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx5 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx5 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx5 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx5 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx5 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx5 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx5 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
2014-07-29 22:33:22 +00:00
// ppkx6
2014-06-28 21:22:05 +00:00
//
2015-11-19 05:37:30 +00:00
this . ppkx6 . ContextMenuStrip = this . mnuVSD ;
2014-07-29 22:33:22 +00:00
this . ppkx6 . Location = new System . Drawing . Point ( 60 , 115 ) ;
this . ppkx6 . Name = "ppkx6" ;
this . ppkx6 . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . ppkx6 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . ppkx6 . TabIndex = 7 ;
this . ppkx6 . TabStop = false ;
2016-12-18 03:05:22 +00:00
this . ppkx6 . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragDrop ) ;
this . ppkx6 . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . pbBoxSlot_DragEnter ) ;
2016-08-08 05:46:07 +00:00
this . ppkx6 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . ppkx6 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . ppkx6 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . ppkx6 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . ppkx6 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// Tab_Other
//
2014-11-23 22:23:40 +00:00
this . Tab_Other . Controls . Add ( this . GB_Daycare ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other . Controls . Add ( this . GB_GTS ) ;
this . Tab_Other . Controls . Add ( this . GB_Fused ) ;
this . Tab_Other . Controls . Add ( this . L_ReadOnlyOther ) ;
2014-11-30 18:59:10 +00:00
this . Tab_Other . Controls . Add ( this . GB_SUBE ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_Other . Name = "Tab_Other" ;
2014-07-31 22:06:48 +00:00
this . Tab_Other . Size = new System . Drawing . Size ( 302 , 199 ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other . TabIndex = 2 ;
this . Tab_Other . Text = "Other" ;
this . Tab_Other . UseVisualStyleBackColor = true ;
//
// GB_Daycare
//
2014-12-15 00:50:15 +00:00
this . GB_Daycare . Controls . Add ( this . L_XP2 ) ;
this . GB_Daycare . Controls . Add ( this . L_XP1 ) ;
2014-06-28 21:22:05 +00:00
this . GB_Daycare . Controls . Add ( this . TB_Daycare2XP ) ;
this . GB_Daycare . Controls . Add ( this . TB_Daycare1XP ) ;
this . GB_Daycare . Controls . Add ( this . L_DC2 ) ;
this . GB_Daycare . Controls . Add ( this . L_DC1 ) ;
this . GB_Daycare . Controls . Add ( this . L_DaycareSeed ) ;
this . GB_Daycare . Controls . Add ( this . TB_RNGSeed ) ;
this . GB_Daycare . Controls . Add ( this . dcpkx2 ) ;
this . GB_Daycare . Controls . Add ( this . dcpkx1 ) ;
this . GB_Daycare . Controls . Add ( this . DayCare_HasEgg ) ;
2014-07-31 22:06:48 +00:00
this . GB_Daycare . Location = new System . Drawing . Point ( 16 , 4 ) ;
2014-06-28 21:22:05 +00:00
this . GB_Daycare . Name = "GB_Daycare" ;
2014-07-29 22:33:22 +00:00
this . GB_Daycare . Size = new System . Drawing . Size ( 205 , 170 ) ;
2014-06-28 21:22:05 +00:00
this . GB_Daycare . TabIndex = 28 ;
this . GB_Daycare . TabStop = false ;
this . GB_Daycare . Text = "Daycare" ;
//
2014-12-15 00:50:15 +00:00
// L_XP2
2014-06-28 21:22:05 +00:00
//
2014-12-15 00:50:15 +00:00
this . L_XP2 . AutoSize = true ;
this . L_XP2 . Location = new System . Drawing . Point ( 74 , 88 ) ;
this . L_XP2 . Name = "L_XP2" ;
this . L_XP2 . Size = new System . Drawing . Size ( 30 , 13 ) ;
this . L_XP2 . TabIndex = 17 ;
this . L_XP2 . Text = "+XP:" ;
2014-06-28 21:22:05 +00:00
//
2014-12-15 00:50:15 +00:00
// L_XP1
2014-06-28 21:22:05 +00:00
//
2014-12-15 00:50:15 +00:00
this . L_XP1 . AutoSize = true ;
this . L_XP1 . Location = new System . Drawing . Point ( 74 , 35 ) ;
this . L_XP1 . Name = "L_XP1" ;
this . L_XP1 . Size = new System . Drawing . Size ( 30 , 13 ) ;
this . L_XP1 . TabIndex = 16 ;
this . L_XP1 . Text = "+XP:" ;
2014-06-28 21:22:05 +00:00
//
// TB_Daycare2XP
//
2014-07-29 22:33:22 +00:00
this . TB_Daycare2XP . Location = new System . Drawing . Point ( 108 , 85 ) ;
2014-06-28 21:22:05 +00:00
this . TB_Daycare2XP . Name = "TB_Daycare2XP" ;
this . TB_Daycare2XP . ReadOnly = true ;
this . TB_Daycare2XP . Size = new System . Drawing . Size ( 73 , 20 ) ;
this . TB_Daycare2XP . TabIndex = 15 ;
//
// TB_Daycare1XP
//
2014-07-29 22:33:22 +00:00
this . TB_Daycare1XP . Location = new System . Drawing . Point ( 108 , 32 ) ;
2014-06-28 21:22:05 +00:00
this . TB_Daycare1XP . Name = "TB_Daycare1XP" ;
this . TB_Daycare1XP . ReadOnly = true ;
this . TB_Daycare1XP . Size = new System . Drawing . Size ( 73 , 20 ) ;
this . TB_Daycare1XP . TabIndex = 14 ;
//
// L_DC2
//
this . L_DC2 . AutoSize = true ;
2014-07-29 22:33:22 +00:00
this . L_DC2 . Location = new System . Drawing . Point ( 74 , 71 ) ;
2014-06-28 21:22:05 +00:00
this . L_DC2 . Name = "L_DC2" ;
this . L_DC2 . Size = new System . Drawing . Size ( 19 , 13 ) ;
this . L_DC2 . TabIndex = 13 ;
this . L_DC2 . Text = "2: " ;
//
// L_DC1
//
this . L_DC1 . AutoSize = true ;
2014-07-29 22:33:22 +00:00
this . L_DC1 . Location = new System . Drawing . Point ( 74 , 18 ) ;
2014-06-28 21:22:05 +00:00
this . L_DC1 . Name = "L_DC1" ;
this . L_DC1 . Size = new System . Drawing . Size ( 19 , 13 ) ;
this . L_DC1 . TabIndex = 12 ;
this . L_DC1 . Text = "1: " ;
//
// L_DaycareSeed
//
this . L_DaycareSeed . AutoSize = true ;
2014-07-29 22:33:22 +00:00
this . L_DaycareSeed . Location = new System . Drawing . Point ( 23 , 143 ) ;
2014-06-28 21:22:05 +00:00
this . L_DaycareSeed . Name = "L_DaycareSeed" ;
this . L_DaycareSeed . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . L_DaycareSeed . TabIndex = 9 ;
this . L_DaycareSeed . Text = "Seed:" ;
//
// TB_RNGSeed
//
this . TB_RNGSeed . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-07-29 22:33:22 +00:00
this . TB_RNGSeed . Location = new System . Drawing . Point ( 61 , 140 ) ;
2015-09-16 06:33:02 +00:00
this . TB_RNGSeed . MaxLength = 16 ;
2014-06-28 21:22:05 +00:00
this . TB_RNGSeed . Name = "TB_RNGSeed" ;
this . TB_RNGSeed . Size = new System . Drawing . Size ( 120 , 20 ) ;
this . TB_RNGSeed . TabIndex = 8 ;
this . TB_RNGSeed . Text = "0123456789ABCDEF" ;
2016-12-28 22:35:14 +00:00
this . TB_RNGSeed . Validated + = new System . EventHandler ( this . updateStringSeed ) ;
2014-06-28 21:22:05 +00:00
//
// dcpkx2
//
this . dcpkx2 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . dcpkx2 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . dcpkx2 . Location = new System . Drawing . Point ( 26 , 71 ) ;
2014-06-28 21:22:05 +00:00
this . dcpkx2 . Name = "dcpkx2" ;
this . dcpkx2 . Size = new System . Drawing . Size ( 42 , 32 ) ;
this . dcpkx2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . dcpkx2 . TabIndex = 11 ;
this . dcpkx2 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . dcpkx2 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . dcpkx2 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . dcpkx2 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . dcpkx2 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . dcpkx2 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// dcpkx1
//
this . dcpkx1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . dcpkx1 . ContextMenuStrip = this . mnuV ;
2014-07-29 22:33:22 +00:00
this . dcpkx1 . Location = new System . Drawing . Point ( 26 , 18 ) ;
2014-06-28 21:22:05 +00:00
this . dcpkx1 . Name = "dcpkx1" ;
this . dcpkx1 . Size = new System . Drawing . Size ( 42 , 32 ) ;
this . dcpkx1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . dcpkx1 . TabIndex = 10 ;
this . dcpkx1 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . dcpkx1 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . dcpkx1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . dcpkx1 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . dcpkx1 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . dcpkx1 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// DayCare_HasEgg
//
this . DayCare_HasEgg . AutoSize = true ;
this . DayCare_HasEgg . Enabled = false ;
2014-07-29 22:33:22 +00:00
this . DayCare_HasEgg . Location = new System . Drawing . Point ( 61 , 123 ) ;
2014-06-28 21:22:05 +00:00
this . DayCare_HasEgg . Name = "DayCare_HasEgg" ;
this . DayCare_HasEgg . Size = new System . Drawing . Size ( 91 , 17 ) ;
this . DayCare_HasEgg . TabIndex = 7 ;
this . DayCare_HasEgg . Text = "Egg Available" ;
this . DayCare_HasEgg . UseVisualStyleBackColor = true ;
//
// GB_GTS
//
this . GB_GTS . Controls . Add ( this . gtspkx ) ;
2014-07-31 22:06:48 +00:00
this . GB_GTS . Location = new System . Drawing . Point ( 227 , 4 ) ;
2014-06-28 21:22:05 +00:00
this . GB_GTS . Name = "GB_GTS" ;
this . GB_GTS . Size = new System . Drawing . Size ( 60 , 60 ) ;
this . GB_GTS . TabIndex = 26 ;
this . GB_GTS . TabStop = false ;
this . GB_GTS . Text = "GTS" ;
//
// gtspkx
//
this . gtspkx . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . gtspkx . ContextMenuStrip = this . mnuV ;
2014-06-28 21:22:05 +00:00
this . gtspkx . Location = new System . Drawing . Point ( 9 , 18 ) ;
this . gtspkx . Name = "gtspkx" ;
this . gtspkx . Size = new System . Drawing . Size ( 42 , 32 ) ;
this . gtspkx . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . gtspkx . TabIndex = 23 ;
this . gtspkx . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . gtspkx . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . gtspkx . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . gtspkx . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . gtspkx . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . gtspkx . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// GB_Fused
//
this . GB_Fused . Controls . Add ( this . fusedpkx ) ;
2014-07-31 22:06:48 +00:00
this . GB_Fused . Location = new System . Drawing . Point ( 227 , 70 ) ;
2014-06-28 21:22:05 +00:00
this . GB_Fused . Name = "GB_Fused" ;
this . GB_Fused . Size = new System . Drawing . Size ( 60 , 60 ) ;
this . GB_Fused . TabIndex = 25 ;
this . GB_Fused . TabStop = false ;
this . GB_Fused . Text = "Fused" ;
//
// fusedpkx
//
this . fusedpkx . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . fusedpkx . ContextMenuStrip = this . mnuV ;
2014-06-28 21:22:05 +00:00
this . fusedpkx . Location = new System . Drawing . Point ( 9 , 18 ) ;
this . fusedpkx . Name = "fusedpkx" ;
this . fusedpkx . Size = new System . Drawing . Size ( 42 , 32 ) ;
this . fusedpkx . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . fusedpkx . TabIndex = 24 ;
this . fusedpkx . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . fusedpkx . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . fusedpkx . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-11-30 18:59:10 +00:00
this . fusedpkx . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . fusedpkx . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . fusedpkx . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-06-28 21:22:05 +00:00
//
// L_ReadOnlyOther
//
this . L_ReadOnlyOther . ForeColor = System . Drawing . Color . Red ;
2014-07-31 22:06:48 +00:00
this . L_ReadOnlyOther . Location = new System . Drawing . Point ( 32 , 179 ) ;
2014-06-28 21:22:05 +00:00
this . L_ReadOnlyOther . Name = "L_ReadOnlyOther" ;
this . L_ReadOnlyOther . Size = new System . Drawing . Size ( 170 , 13 ) ;
this . L_ReadOnlyOther . TabIndex = 29 ;
this . L_ReadOnlyOther . Text = "This tab is read only." ;
this . L_ReadOnlyOther . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
2014-12-04 01:26:12 +00:00
// GB_SUBE
//
this . GB_SUBE . Controls . Add ( this . subepkx1 ) ;
this . GB_SUBE . Controls . Add ( this . subepkx2 ) ;
this . GB_SUBE . Controls . Add ( this . subepkx3 ) ;
this . GB_SUBE . Location = new System . Drawing . Point ( 227 , 136 ) ;
this . GB_SUBE . Name = "GB_SUBE" ;
this . GB_SUBE . Size = new System . Drawing . Size ( 60 , 60 ) ;
this . GB_SUBE . TabIndex = 27 ;
this . GB_SUBE . TabStop = false ;
this . GB_SUBE . Text = "OldMan" ;
//
// subepkx1
//
this . subepkx1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . subepkx1 . ContextMenuStrip = this . mnuV ;
2014-12-04 01:26:12 +00:00
this . subepkx1 . Location = new System . Drawing . Point ( 9 , 18 ) ;
this . subepkx1 . Name = "subepkx1" ;
this . subepkx1 . Size = new System . Drawing . Size ( 42 , 32 ) ;
this . subepkx1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . subepkx1 . TabIndex = 18 ;
this . subepkx1 . TabStop = false ;
2016-08-08 05:46:07 +00:00
this . subepkx1 . QueryContinueDrag + = new System . Windows . Forms . QueryContinueDragEventHandler ( this . pbBoxSlot_QueryContinueDrag ) ;
this . subepkx1 . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseClick ) ;
2014-12-04 01:26:12 +00:00
this . subepkx1 . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseDown ) ;
2016-08-05 11:04:56 +00:00
this . subepkx1 . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseMove ) ;
2016-08-08 05:46:07 +00:00
this . subepkx1 . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . pbBoxSlot_MouseUp ) ;
2014-12-04 01:26:12 +00:00
//
// subepkx2
//
this . subepkx2 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . subepkx2 . ContextMenuStrip = this . mnuV ;
2014-12-04 01:26:12 +00:00
this . subepkx2 . Location = new System . Drawing . Point ( 62 , 19 ) ;
this . subepkx2 . Name = "subepkx2" ;
this . subepkx2 . Size = new System . Drawing . Size ( 42 , 34 ) ;
this . subepkx2 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . subepkx2 . TabIndex = 19 ;
this . subepkx2 . TabStop = false ;
//
// subepkx3
//
this . subepkx3 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2015-11-19 05:37:30 +00:00
this . subepkx3 . ContextMenuStrip = this . mnuV ;
2014-12-04 01:26:12 +00:00
this . subepkx3 . Location = new System . Drawing . Point ( 109 , 19 ) ;
this . subepkx3 . Name = "subepkx3" ;
this . subepkx3 . Size = new System . Drawing . Size ( 42 , 34 ) ;
this . subepkx3 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . AutoSize ;
this . subepkx3 . TabIndex = 20 ;
this . subepkx3 . TabStop = false ;
//
2015-12-18 02:55:59 +00:00
// Tab_SAV
2014-06-28 21:22:05 +00:00
//
2016-09-26 23:14:11 +00:00
this . Tab_SAV . Controls . Add ( this . CB_SaveSlot ) ;
this . Tab_SAV . Controls . Add ( this . L_SaveSlot ) ;
2015-12-28 21:52:08 +00:00
this . Tab_SAV . Controls . Add ( this . L_Secure2 ) ;
this . Tab_SAV . Controls . Add ( this . TB_Secure2 ) ;
this . Tab_SAV . Controls . Add ( this . L_Secure1 ) ;
this . Tab_SAV . Controls . Add ( this . TB_Secure1 ) ;
2015-12-18 02:55:59 +00:00
this . Tab_SAV . Controls . Add ( this . B_JPEG ) ;
this . Tab_SAV . Controls . Add ( this . L_GameSync ) ;
this . Tab_SAV . Controls . Add ( this . TB_GameSync ) ;
this . Tab_SAV . Controls . Add ( this . B_SaveBoxBin ) ;
this . Tab_SAV . Controls . Add ( this . B_VerifyCHK ) ;
this . Tab_SAV . Location = new System . Drawing . Point ( 4 , 22 ) ;
this . Tab_SAV . Name = "Tab_SAV" ;
this . Tab_SAV . Size = new System . Drawing . Size ( 302 , 199 ) ;
this . Tab_SAV . TabIndex = 3 ;
this . Tab_SAV . Text = "SAV" ;
this . Tab_SAV . UseVisualStyleBackColor = true ;
2014-06-28 21:22:05 +00:00
//
2016-10-01 23:52:29 +00:00
// CB_SaveSlot
//
this . CB_SaveSlot . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_SaveSlot . FormattingEnabled = true ;
this . CB_SaveSlot . Location = new System . Drawing . Point ( 150 , 148 ) ;
this . CB_SaveSlot . Name = "CB_SaveSlot" ;
this . CB_SaveSlot . Size = new System . Drawing . Size ( 121 , 21 ) ;
this . CB_SaveSlot . TabIndex = 20 ;
this . CB_SaveSlot . SelectedValueChanged + = new System . EventHandler ( this . updateSaveSlot ) ;
//
// L_SaveSlot
//
this . L_SaveSlot . AutoSize = true ;
this . L_SaveSlot . Location = new System . Drawing . Point ( 92 , 151 ) ;
this . L_SaveSlot . Name = "L_SaveSlot" ;
this . L_SaveSlot . Size = new System . Drawing . Size ( 56 , 13 ) ;
this . L_SaveSlot . TabIndex = 19 ;
this . L_SaveSlot . Text = "Save Slot:" ;
//
2016-01-03 04:22:53 +00:00
// L_Secure2
//
this . L_Secure2 . Location = new System . Drawing . Point ( 33 , 113 ) ;
this . L_Secure2 . Name = "L_Secure2" ;
this . L_Secure2 . Size = new System . Drawing . Size ( 115 , 20 ) ;
this . L_Secure2 . TabIndex = 18 ;
this . L_Secure2 . Text = "Secure Value 2:" ;
this . L_Secure2 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2015-10-06 01:51:52 +00:00
//
2016-01-03 04:22:53 +00:00
// TB_Secure2
2015-10-06 01:51:52 +00:00
//
2016-01-03 04:22:53 +00:00
this . TB_Secure2 . Enabled = false ;
this . TB_Secure2 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . TB_Secure2 . Location = new System . Drawing . Point ( 151 , 113 ) ;
this . TB_Secure2 . MaxLength = 16 ;
this . TB_Secure2 . Name = "TB_Secure2" ;
this . TB_Secure2 . Size = new System . Drawing . Size ( 120 , 20 ) ;
this . TB_Secure2 . TabIndex = 17 ;
this . TB_Secure2 . Text = "0000000000000000" ;
2016-12-28 22:35:14 +00:00
this . TB_Secure2 . Validated + = new System . EventHandler ( this . updateStringSeed ) ;
2014-07-31 22:06:48 +00:00
//
2016-01-03 04:22:53 +00:00
// L_Secure1
//
this . L_Secure1 . Location = new System . Drawing . Point ( 33 , 91 ) ;
this . L_Secure1 . Name = "L_Secure1" ;
this . L_Secure1 . Size = new System . Drawing . Size ( 115 , 20 ) ;
this . L_Secure1 . TabIndex = 16 ;
this . L_Secure1 . Text = "Secure Value 1:" ;
this . L_Secure1 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// TB_Secure1
//
this . TB_Secure1 . Enabled = false ;
this . TB_Secure1 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . TB_Secure1 . Location = new System . Drawing . Point ( 151 , 91 ) ;
this . TB_Secure1 . MaxLength = 16 ;
this . TB_Secure1 . Name = "TB_Secure1" ;
this . TB_Secure1 . Size = new System . Drawing . Size ( 120 , 20 ) ;
this . TB_Secure1 . TabIndex = 15 ;
this . TB_Secure1 . Text = "0000000000000000" ;
2016-12-28 22:35:14 +00:00
this . TB_Secure1 . Validated + = new System . EventHandler ( this . updateStringSeed ) ;
2014-07-31 22:06:48 +00:00
//
2014-06-28 21:22:05 +00:00
// B_JPEG
//
2016-01-03 04:22:53 +00:00
this . B_JPEG . Location = new System . Drawing . Point ( 198 , 20 ) ;
2014-06-28 21:22:05 +00:00
this . B_JPEG . Name = "B_JPEG" ;
2014-07-28 22:28:06 +00:00
this . B_JPEG . Size = new System . Drawing . Size ( 75 , 45 ) ;
2015-12-18 02:55:59 +00:00
this . B_JPEG . TabIndex = 12 ;
2014-06-28 21:22:05 +00:00
this . B_JPEG . Text = "Save PGL .JPEG" ;
this . B_JPEG . UseVisualStyleBackColor = true ;
this . B_JPEG . Click + = new System . EventHandler ( this . B_JPEG_Click ) ;
//
2015-12-18 02:55:59 +00:00
// L_GameSync
2014-06-28 21:22:05 +00:00
//
2015-12-18 02:55:59 +00:00
this . L_GameSync . Location = new System . Drawing . Point ( 33 , 69 ) ;
this . L_GameSync . Name = "L_GameSync" ;
this . L_GameSync . Size = new System . Drawing . Size ( 115 , 20 ) ;
this . L_GameSync . TabIndex = 11 ;
this . L_GameSync . Text = "Game Sync ID:" ;
this . L_GameSync . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
2014-06-28 21:22:05 +00:00
//
2015-12-18 02:55:59 +00:00
// TB_GameSync
2014-06-28 21:22:05 +00:00
//
2015-12-18 02:55:59 +00:00
this . TB_GameSync . Enabled = false ;
this . TB_GameSync . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . TB_GameSync . Location = new System . Drawing . Point ( 151 , 69 ) ;
this . TB_GameSync . MaxLength = 16 ;
this . TB_GameSync . Name = "TB_GameSync" ;
this . TB_GameSync . Size = new System . Drawing . Size ( 120 , 20 ) ;
this . TB_GameSync . TabIndex = 10 ;
this . TB_GameSync . Text = "0000000000000000" ;
2016-12-28 22:35:14 +00:00
this . TB_GameSync . Validated + = new System . EventHandler ( this . updateStringSeed ) ;
2014-06-28 21:22:05 +00:00
//
2015-09-26 04:56:15 +00:00
// B_SaveBoxBin
//
2015-10-06 01:51:52 +00:00
this . B_SaveBoxBin . Location = new System . Drawing . Point ( 116 , 20 ) ;
2015-09-26 04:56:15 +00:00
this . B_SaveBoxBin . Name = "B_SaveBoxBin" ;
this . B_SaveBoxBin . Size = new System . Drawing . Size ( 75 , 45 ) ;
this . B_SaveBoxBin . TabIndex = 8 ;
this . B_SaveBoxBin . Text = "Save Box Data++" ;
this . B_SaveBoxBin . UseVisualStyleBackColor = true ;
this . B_SaveBoxBin . Click + = new System . EventHandler ( this . B_SaveBoxBin_Click ) ;
//
2014-06-28 21:22:05 +00:00
// B_VerifyCHK
//
this . B_VerifyCHK . Enabled = false ;
2014-07-31 22:06:48 +00:00
this . B_VerifyCHK . Location = new System . Drawing . Point ( 32 , 20 ) ;
2014-06-28 21:22:05 +00:00
this . B_VerifyCHK . Name = "B_VerifyCHK" ;
2015-09-24 05:45:44 +00:00
this . B_VerifyCHK . Size = new System . Drawing . Size ( 75 , 45 ) ;
2014-06-28 21:22:05 +00:00
this . B_VerifyCHK . TabIndex = 2 ;
2015-12-18 02:55:59 +00:00
this . B_VerifyCHK . Text = "Verify Checksums" ;
2014-06-28 21:22:05 +00:00
this . B_VerifyCHK . UseVisualStyleBackColor = true ;
2014-12-14 19:06:17 +00:00
this . B_VerifyCHK . Click + = new System . EventHandler ( this . clickVerifyCHK ) ;
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
// GB_SAVtools
2014-07-31 22:06:48 +00:00
//
2016-10-01 23:52:29 +00:00
this . GB_SAVtools . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2016-06-20 04:22:43 +00:00
this . GB_SAVtools . Controls . Add ( this . FLP_SAVtools ) ;
this . GB_SAVtools . Location = new System . Drawing . Point ( 300 , 252 ) ;
this . GB_SAVtools . Name = "GB_SAVtools" ;
this . GB_SAVtools . Size = new System . Drawing . Size ( 308 , 100 ) ;
this . GB_SAVtools . TabIndex = 100 ;
this . GB_SAVtools . TabStop = false ;
2014-07-31 22:06:48 +00:00
//
2016-06-20 04:22:43 +00:00
// FLP_SAVtools
//
this . FLP_SAVtools . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . FLP_SAVtools . AutoScroll = true ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenTrainerInfo ) ;
2016-08-20 06:36:13 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenItemPouch ) ;
2016-06-20 04:22:43 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenBoxLayout ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenWondercards ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenOPowers ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenEventFlags ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenPokedex ) ;
2016-09-10 20:40:03 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenLinkInfo ) ;
2016-06-20 04:22:43 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenBerryField ) ;
2016-09-10 20:40:03 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenPokeblocks ) ;
2016-08-20 06:36:13 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenSecretBase ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenPokepuffs ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenSuperTraining ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OpenHallofFame ) ;
this . FLP_SAVtools . Controls . Add ( this . B_OUTPasserby ) ;
2016-08-08 05:46:07 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_CGearSkin ) ;
2016-11-15 05:40:31 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenPokeBeans ) ;
2016-12-06 03:19:19 +00:00
this . FLP_SAVtools . Controls . Add ( this . B_OpenZygardeCells ) ;
2016-06-20 04:22:43 +00:00
this . FLP_SAVtools . Location = new System . Drawing . Point ( 6 , 10 ) ;
this . FLP_SAVtools . Name = "FLP_SAVtools" ;
this . FLP_SAVtools . Size = new System . Drawing . Size ( 297 , 87 ) ;
this . FLP_SAVtools . TabIndex = 101 ;
2014-07-31 22:06:48 +00:00
//
2016-08-20 06:36:13 +00:00
// B_OpenTrainerInfo
2014-06-28 21:22:05 +00:00
//
2016-08-20 06:36:13 +00:00
this . B_OpenTrainerInfo . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . B_OpenTrainerInfo . Name = "B_OpenTrainerInfo" ;
this . B_OpenTrainerInfo . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenTrainerInfo . TabIndex = 3 ;
this . B_OpenTrainerInfo . Text = "Trainer Info" ;
this . B_OpenTrainerInfo . UseVisualStyleBackColor = true ;
this . B_OpenTrainerInfo . Click + = new System . EventHandler ( this . B_OpenTrainerInfo_Click ) ;
2014-06-28 21:22:05 +00:00
//
2016-06-20 04:22:43 +00:00
// B_OpenItemPouch
//
this . B_OpenItemPouch . Location = new System . Drawing . Point ( 96 , 3 ) ;
this . B_OpenItemPouch . Name = "B_OpenItemPouch" ;
this . B_OpenItemPouch . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenItemPouch . TabIndex = 2 ;
this . B_OpenItemPouch . Text = "Items" ;
this . B_OpenItemPouch . UseVisualStyleBackColor = true ;
this . B_OpenItemPouch . Click + = new System . EventHandler ( this . B_OpenItemPouch_Click ) ;
//
2014-06-28 21:22:05 +00:00
// B_OpenBoxLayout
//
2016-08-20 06:36:13 +00:00
this . B_OpenBoxLayout . Location = new System . Drawing . Point ( 189 , 3 ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenBoxLayout . Name = "B_OpenBoxLayout" ;
2016-06-20 04:22:43 +00:00
this . B_OpenBoxLayout . Size = new System . Drawing . Size ( 87 , 23 ) ;
2015-03-12 15:25:27 +00:00
this . B_OpenBoxLayout . TabIndex = 5 ;
2014-06-28 21:22:05 +00:00
this . B_OpenBoxLayout . Text = "Box Layout" ;
this . B_OpenBoxLayout . UseVisualStyleBackColor = true ;
this . B_OpenBoxLayout . Click + = new System . EventHandler ( this . B_OpenBoxLayout_Click ) ;
//
2016-06-20 04:22:43 +00:00
// B_OpenWondercards
//
2016-08-20 06:36:13 +00:00
this . B_OpenWondercards . Location = new System . Drawing . Point ( 3 , 32 ) ;
2016-06-20 04:22:43 +00:00
this . B_OpenWondercards . Name = "B_OpenWondercards" ;
this . B_OpenWondercards . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenWondercards . TabIndex = 6 ;
this . B_OpenWondercards . Text = "Wondercard" ;
this . B_OpenWondercards . UseVisualStyleBackColor = true ;
this . B_OpenWondercards . Click + = new System . EventHandler ( this . B_OpenWondercards_Click ) ;
//
2014-06-28 21:22:05 +00:00
// B_OpenOPowers
//
2016-08-20 06:36:13 +00:00
this . B_OpenOPowers . Location = new System . Drawing . Point ( 96 , 32 ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenOPowers . Name = "B_OpenOPowers" ;
2016-06-20 04:22:43 +00:00
this . B_OpenOPowers . Size = new System . Drawing . Size ( 87 , 23 ) ;
2015-03-12 15:25:27 +00:00
this . B_OpenOPowers . TabIndex = 9 ;
2014-06-28 21:22:05 +00:00
this . B_OpenOPowers . Text = "O-Powers" ;
this . B_OpenOPowers . UseVisualStyleBackColor = true ;
2014-07-27 01:00:17 +00:00
this . B_OpenOPowers . Click + = new System . EventHandler ( this . B_OpenOPowers_Click ) ;
2014-06-28 21:22:05 +00:00
//
// B_OpenEventFlags
//
2016-08-20 06:36:13 +00:00
this . B_OpenEventFlags . Location = new System . Drawing . Point ( 189 , 32 ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenEventFlags . Name = "B_OpenEventFlags" ;
2016-06-20 04:22:43 +00:00
this . B_OpenEventFlags . Size = new System . Drawing . Size ( 87 , 23 ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenEventFlags . TabIndex = 10 ;
this . B_OpenEventFlags . Text = "Event Flags" ;
this . B_OpenEventFlags . UseVisualStyleBackColor = true ;
this . B_OpenEventFlags . Click + = new System . EventHandler ( this . B_OpenEventFlags_Click ) ;
//
2016-06-20 04:22:43 +00:00
// B_OpenPokedex
2014-06-28 21:22:05 +00:00
//
2016-08-20 06:36:13 +00:00
this . B_OpenPokedex . Location = new System . Drawing . Point ( 3 , 61 ) ;
2016-06-20 04:22:43 +00:00
this . B_OpenPokedex . Name = "B_OpenPokedex" ;
this . B_OpenPokedex . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenPokedex . TabIndex = 11 ;
this . B_OpenPokedex . Text = "Pokédex" ;
this . B_OpenPokedex . UseVisualStyleBackColor = true ;
this . B_OpenPokedex . Click + = new System . EventHandler ( this . B_OpenPokedex_Click ) ;
2014-06-28 21:22:05 +00:00
//
2016-09-10 20:40:03 +00:00
// B_OpenLinkInfo
2016-08-29 03:13:52 +00:00
//
2016-09-10 20:40:03 +00:00
this . B_OpenLinkInfo . Location = new System . Drawing . Point ( 96 , 61 ) ;
this . B_OpenLinkInfo . Name = "B_OpenLinkInfo" ;
this . B_OpenLinkInfo . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenLinkInfo . TabIndex = 23 ;
this . B_OpenLinkInfo . Text = "Link Data" ;
this . B_OpenLinkInfo . UseVisualStyleBackColor = true ;
this . B_OpenLinkInfo . Click + = new System . EventHandler ( this . B_LinkInfo_Click ) ;
2016-08-29 03:13:52 +00:00
//
2014-06-28 21:22:05 +00:00
// B_OpenBerryField
//
2016-08-20 06:36:13 +00:00
this . B_OpenBerryField . Location = new System . Drawing . Point ( 189 , 61 ) ;
2014-06-28 21:22:05 +00:00
this . B_OpenBerryField . Name = "B_OpenBerryField" ;
2016-06-20 04:22:43 +00:00
this . B_OpenBerryField . Size = new System . Drawing . Size ( 87 , 23 ) ;
2015-03-12 15:25:27 +00:00
this . B_OpenBerryField . TabIndex = 12 ;
2014-06-28 21:22:05 +00:00
this . B_OpenBerryField . Text = "Berry Field" ;
this . B_OpenBerryField . UseVisualStyleBackColor = true ;
this . B_OpenBerryField . Click + = new System . EventHandler ( this . B_OpenBerryField_Click ) ;
//
2016-09-10 20:40:03 +00:00
// B_OpenPokeblocks
2014-07-31 22:06:48 +00:00
//
2016-09-10 20:40:03 +00:00
this . B_OpenPokeblocks . Location = new System . Drawing . Point ( 3 , 90 ) ;
this . B_OpenPokeblocks . Name = "B_OpenPokeblocks" ;
this . B_OpenPokeblocks . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenPokeblocks . TabIndex = 22 ;
this . B_OpenPokeblocks . Text = "Pokéblocks" ;
this . B_OpenPokeblocks . UseVisualStyleBackColor = true ;
this . B_OpenPokeblocks . Visible = false ;
this . B_OpenPokeblocks . Click + = new System . EventHandler ( this . B_OpenPokeblocks_Click ) ;
2014-07-31 22:06:48 +00:00
//
2016-08-29 03:13:52 +00:00
// B_OpenSecretBase
2016-07-27 03:18:48 +00:00
//
2016-08-29 03:13:52 +00:00
this . B_OpenSecretBase . Location = new System . Drawing . Point ( 96 , 90 ) ;
this . B_OpenSecretBase . Name = "B_OpenSecretBase" ;
this . B_OpenSecretBase . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenSecretBase . TabIndex = 21 ;
this . B_OpenSecretBase . Text = "Secret Base" ;
this . B_OpenSecretBase . UseVisualStyleBackColor = true ;
this . B_OpenSecretBase . Visible = false ;
this . B_OpenSecretBase . Click + = new System . EventHandler ( this . B_OpenSecretBase_Click ) ;
2016-07-27 03:18:48 +00:00
//
2016-08-20 06:36:13 +00:00
// B_OpenPokepuffs
//
this . B_OpenPokepuffs . Location = new System . Drawing . Point ( 189 , 90 ) ;
this . B_OpenPokepuffs . Name = "B_OpenPokepuffs" ;
this . B_OpenPokepuffs . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenPokepuffs . TabIndex = 1 ;
this . B_OpenPokepuffs . Text = " Poké Puffs" ;
this . B_OpenPokepuffs . UseVisualStyleBackColor = true ;
this . B_OpenPokepuffs . Click + = new System . EventHandler ( this . B_OpenPokepuffs_Click ) ;
//
// B_OpenSuperTraining
//
this . B_OpenSuperTraining . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . B_OpenSuperTraining . Location = new System . Drawing . Point ( 3 , 119 ) ;
this . B_OpenSuperTraining . Name = "B_OpenSuperTraining" ;
this . B_OpenSuperTraining . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenSuperTraining . TabIndex = 7 ;
this . B_OpenSuperTraining . Text = "Super Train" ;
this . B_OpenSuperTraining . UseVisualStyleBackColor = true ;
this . B_OpenSuperTraining . Click + = new System . EventHandler ( this . B_OpenSuperTraining_Click ) ;
//
// B_OpenHallofFame
//
this . B_OpenHallofFame . Location = new System . Drawing . Point ( 96 , 119 ) ;
this . B_OpenHallofFame . Name = "B_OpenHallofFame" ;
this . B_OpenHallofFame . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenHallofFame . TabIndex = 8 ;
this . B_OpenHallofFame . Text = "Hall of Fame" ;
this . B_OpenHallofFame . UseVisualStyleBackColor = true ;
this . B_OpenHallofFame . Click + = new System . EventHandler ( this . B_OUTHallofFame_Click ) ;
//
// B_OUTPasserby
//
this . B_OUTPasserby . Location = new System . Drawing . Point ( 189 , 119 ) ;
this . B_OUTPasserby . Name = "B_OUTPasserby" ;
this . B_OUTPasserby . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OUTPasserby . TabIndex = 4 ;
this . B_OUTPasserby . Text = "Passerby" ;
this . B_OUTPasserby . UseVisualStyleBackColor = true ;
this . B_OUTPasserby . Click + = new System . EventHandler ( this . B_OUTPasserby_Click ) ;
//
2016-08-08 05:46:07 +00:00
// B_CGearSkin
//
this . B_CGearSkin . Location = new System . Drawing . Point ( 3 , 148 ) ;
this . B_CGearSkin . Name = "B_CGearSkin" ;
this . B_CGearSkin . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_CGearSkin . TabIndex = 24 ;
this . B_CGearSkin . Text = "C-Gear Skin" ;
this . B_CGearSkin . UseVisualStyleBackColor = true ;
this . B_CGearSkin . Click + = new System . EventHandler ( this . B_CGearSkin_Click ) ;
//
2016-11-15 05:40:31 +00:00
// B_OpenPokeBeans
//
this . B_OpenPokeBeans . Location = new System . Drawing . Point ( 96 , 148 ) ;
this . B_OpenPokeBeans . Name = "B_OpenPokeBeans" ;
this . B_OpenPokeBeans . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenPokeBeans . TabIndex = 25 ;
this . B_OpenPokeBeans . Text = " Poké Beans" ;
this . B_OpenPokeBeans . UseVisualStyleBackColor = true ;
this . B_OpenPokeBeans . Click + = new System . EventHandler ( this . B_OpenPokeBeans_Click ) ;
//
2016-12-10 20:27:37 +00:00
// B_OpenZygardeCells
//
this . B_OpenZygardeCells . Location = new System . Drawing . Point ( 189 , 148 ) ;
this . B_OpenZygardeCells . Name = "B_OpenZygardeCells" ;
this . B_OpenZygardeCells . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . B_OpenZygardeCells . TabIndex = 26 ;
this . B_OpenZygardeCells . Text = "Zygarde Cells" ;
this . B_OpenZygardeCells . UseVisualStyleBackColor = true ;
this . B_OpenZygardeCells . Click + = new System . EventHandler ( this . B_OpenZygardeCells_Click ) ;
//
2014-12-14 20:15:53 +00:00
// dragout
//
this . dragout . BackColor = System . Drawing . Color . Transparent ;
2016-03-09 03:20:26 +00:00
this . dragout . ContextMenuStrip = this . mnuL ;
2014-12-14 20:15:53 +00:00
this . dragout . Location = new System . Drawing . Point ( 248 , 0 ) ;
this . dragout . Name = "dragout" ;
this . dragout . Size = new System . Drawing . Size ( 40 , 30 ) ;
this . dragout . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . dragout . TabIndex = 60 ;
this . dragout . TabStop = false ;
this . dragout . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . dragoutDrop ) ;
this . dragout . DragOver + = new System . Windows . Forms . DragEventHandler ( this . dragout_DragOver ) ;
this . dragout . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . dragout_MouseDown ) ;
this . dragout . MouseLeave + = new System . EventHandler ( this . dragoutLeave ) ;
this . dragout . MouseHover + = new System . EventHandler ( this . dragoutHover ) ;
//
2016-03-09 03:20:26 +00:00
// mnuL
//
this . mnuL . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuLLegality ,
2016-03-12 02:40:08 +00:00
this . mnuLQR ,
2016-03-09 03:20:26 +00:00
this . mnuLSave } ) ;
this . mnuL . Name = "mnuL" ;
2016-03-12 02:40:08 +00:00
this . mnuL . Size = new System . Drawing . Size ( 122 , 70 ) ;
2016-03-09 03:20:26 +00:00
//
// mnuLLegality
//
this . mnuLLegality . Name = "mnuLLegality" ;
this . mnuLLegality . Size = new System . Drawing . Size ( 121 , 22 ) ;
this . mnuLLegality . Text = "Legality" ;
this . mnuLLegality . Click + = new System . EventHandler ( this . clickLegality ) ;
//
2016-03-12 02:40:08 +00:00
// mnuLQR
//
this . mnuLQR . Name = "mnuLQR" ;
this . mnuLQR . Size = new System . Drawing . Size ( 121 , 22 ) ;
this . mnuLQR . Text = "QR!" ;
this . mnuLQR . Click + = new System . EventHandler ( this . clickQR ) ;
//
// mnuLSave
2015-02-25 04:10:47 +00:00
//
2016-03-12 02:40:08 +00:00
this . mnuLSave . Name = "mnuLSave" ;
this . mnuLSave . Size = new System . Drawing . Size ( 121 , 22 ) ;
this . mnuLSave . Text = "Save as..." ;
this . mnuLSave . Click + = new System . EventHandler ( this . mainMenuSave ) ;
2015-02-25 04:10:47 +00:00
//
2016-03-14 01:09:12 +00:00
// PB_Legal
//
this . PB_Legal . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "PB_Legal.Image" ) ) ) ;
this . PB_Legal . Location = new System . Drawing . Point ( 226 , 5 ) ;
this . PB_Legal . Name = "PB_Legal" ;
this . PB_Legal . Size = new System . Drawing . Size ( 16 , 16 ) ;
this . PB_Legal . TabIndex = 101 ;
this . PB_Legal . TabStop = false ;
this . PB_Legal . Click + = new System . EventHandler ( this . clickLegality ) ;
//
2016-08-31 04:12:47 +00:00
// L_UpdateAvailable
//
this . L_UpdateAvailable . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . L_UpdateAvailable . Location = new System . Drawing . Point ( 305 , 5 ) ;
this . L_UpdateAvailable . Name = "L_UpdateAvailable" ;
this . L_UpdateAvailable . Size = new System . Drawing . Size ( 300 , 13 ) ;
this . L_UpdateAvailable . TabIndex = 102 ;
this . L_UpdateAvailable . TabStop = true ;
this . L_UpdateAvailable . Text = "New Update Available!" ;
this . L_UpdateAvailable . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . L_UpdateAvailable . Visible = false ;
//
2015-09-21 03:34:09 +00:00
// Main
2014-06-28 21:22:05 +00:00
//
this . AllowDrop = true ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2016-01-27 01:53:55 +00:00
this . ClientSize = new System . Drawing . Size ( 614 , 361 ) ;
2016-08-31 04:12:47 +00:00
this . Controls . Add ( this . L_UpdateAvailable ) ;
2016-03-14 01:09:12 +00:00
this . Controls . Add ( this . PB_Legal ) ;
2014-12-14 20:15:53 +00:00
this . Controls . Add ( this . dragout ) ;
2014-06-28 21:22:05 +00:00
this . Controls . Add ( this . tabBoxMulti ) ;
this . Controls . Add ( this . tabMain ) ;
this . Controls . Add ( this . menuStrip1 ) ;
2016-06-20 04:22:43 +00:00
this . Controls . Add ( this . GB_SAVtools ) ;
2014-06-28 21:22:05 +00:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedSingle ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
2016-01-03 06:31:04 +00:00
this . KeyPreview = true ;
2014-06-28 21:22:05 +00:00
this . MaximizeBox = false ;
2015-09-21 03:34:09 +00:00
this . Name = "Main" ;
2014-06-28 21:22:05 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
2017-01-08 23:27:00 +00:00
this . Text = "PKHeX" ;
2016-10-18 17:44:36 +00:00
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . Main_FormClosing ) ;
2015-11-19 05:37:30 +00:00
this . DragDrop + = new System . Windows . Forms . DragEventHandler ( this . tabMain_DragDrop ) ;
this . DragEnter + = new System . Windows . Forms . DragEventHandler ( this . tabMain_DragEnter ) ;
2014-06-28 21:22:05 +00:00
this . tabMain . ResumeLayout ( false ) ;
this . Tab_Main . ResumeLayout ( false ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Main . ResumeLayout ( false ) ;
this . FLP_PID . ResumeLayout ( false ) ;
this . FLP_PIDLeft . ResumeLayout ( false ) ;
this . FLP_PIDLeft . PerformLayout ( ) ;
2014-07-12 01:39:24 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . Label_IsShiny ) ) . EndInit ( ) ;
2016-09-05 21:26:21 +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 ) ;
this . FLP_HeldItem . ResumeLayout ( false ) ;
this . FLP_FriendshipForm . ResumeLayout ( false ) ;
this . FLP_FriendshipFormLeft . ResumeLayout ( false ) ;
this . FLP_FriendshipFormRight . ResumeLayout ( false ) ;
this . FLP_FriendshipFormRight . PerformLayout ( ) ;
this . FLP_Ability . ResumeLayout ( false ) ;
this . FLP_AbilityRight . ResumeLayout ( false ) ;
this . FLP_AbilityRight . PerformLayout ( ) ;
this . FLP_Language . ResumeLayout ( false ) ;
this . FLP_EggPKRS . ResumeLayout ( false ) ;
this . FLP_EggPKRSLeft . ResumeLayout ( false ) ;
this . FLP_EggPKRSLeft . PerformLayout ( ) ;
this . FLP_EggPKRSRight . ResumeLayout ( false ) ;
this . FLP_EggPKRSRight . PerformLayout ( ) ;
this . FLP_PKRS . ResumeLayout ( false ) ;
this . FLP_PKRSRight . ResumeLayout ( false ) ;
this . FLP_Country . ResumeLayout ( false ) ;
this . FLP_SubRegion . ResumeLayout ( false ) ;
this . FLP_3DSRegion . ResumeLayout ( false ) ;
this . FLP_NSparkle . ResumeLayout ( false ) ;
this . FLP_NSparkle . PerformLayout ( ) ;
2016-10-01 23:52:29 +00:00
this . FLP_ShadowID . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_ShadowID ) ) . EndInit ( ) ;
this . FLP_Purification . ResumeLayout ( false ) ;
this . FLP_Purification . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Purification ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Met . ResumeLayout ( false ) ;
this . Tab_Met . PerformLayout ( ) ;
this . GB_EggConditions . ResumeLayout ( false ) ;
2016-09-05 21:26:21 +00:00
this . FLP_Met . ResumeLayout ( false ) ;
this . FLP_OriginGame . ResumeLayout ( false ) ;
this . FLP_MetLocation . ResumeLayout ( false ) ;
this . FLP_Ball . ResumeLayout ( false ) ;
2016-11-27 03:41:17 +00:00
this . FLP_BallLeft . ResumeLayout ( false ) ;
this . FLP_BallLeft . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Ball ) ) . EndInit ( ) ;
2016-09-05 21:26:21 +00:00
this . FLP_MetLevel . ResumeLayout ( false ) ;
this . FLP_MetLevel . PerformLayout ( ) ;
this . FLP_MetDate . ResumeLayout ( false ) ;
this . FLP_Fateful . ResumeLayout ( false ) ;
this . FLP_Fateful . PerformLayout ( ) ;
this . FLP_EncounterType . ResumeLayout ( false ) ;
this . FLP_TimeOfDay . ResumeLayout ( false ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Stats . ResumeLayout ( false ) ;
2016-09-05 21:26:21 +00:00
this . PAN_Contest . ResumeLayout ( false ) ;
this . PAN_Contest . PerformLayout ( ) ;
this . FLP_Stats . ResumeLayout ( false ) ;
this . FLP_StatHeader . ResumeLayout ( false ) ;
this . FLP_HackedStats . ResumeLayout ( false ) ;
this . FLP_HackedStats . PerformLayout ( ) ;
this . FLP_StatsHeaderRight . ResumeLayout ( false ) ;
this . FLP_HP . ResumeLayout ( false ) ;
this . FLP_HPRight . ResumeLayout ( false ) ;
this . FLP_HPRight . PerformLayout ( ) ;
this . FLP_Atk . ResumeLayout ( false ) ;
this . FLP_AtkRight . ResumeLayout ( false ) ;
this . FLP_AtkRight . PerformLayout ( ) ;
this . FLP_Def . ResumeLayout ( false ) ;
this . FLP_DefRight . ResumeLayout ( false ) ;
this . FLP_DefRight . PerformLayout ( ) ;
this . FLP_SpA . ResumeLayout ( false ) ;
this . FLP_SpALeft . ResumeLayout ( false ) ;
this . FLP_SpARight . ResumeLayout ( false ) ;
this . FLP_SpARight . PerformLayout ( ) ;
this . FLP_SpD . ResumeLayout ( false ) ;
this . FLP_SpDRight . ResumeLayout ( false ) ;
this . FLP_SpDRight . PerformLayout ( ) ;
this . FLP_Spe . ResumeLayout ( false ) ;
this . FLP_SpeRight . ResumeLayout ( false ) ;
this . FLP_SpeRight . PerformLayout ( ) ;
this . FLP_StatsTotal . ResumeLayout ( false ) ;
this . FLP_StatsTotalRight . ResumeLayout ( false ) ;
this . FLP_StatsTotalRight . PerformLayout ( ) ;
this . FLP_HPType . ResumeLayout ( false ) ;
this . FLP_Characteristic . ResumeLayout ( false ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Attacks . ResumeLayout ( false ) ;
2016-02-17 15:54:59 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnMove1 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_RelearnMoves . ResumeLayout ( false ) ;
2016-02-28 02:10:02 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn2 ) ) . EndInit ( ) ;
2016-02-17 15:54:59 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_WarnRelearn1 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_CurrentMoves . ResumeLayout ( false ) ;
this . GB_CurrentMoves . PerformLayout ( ) ;
this . Tab_OTMisc . ResumeLayout ( false ) ;
this . Tab_OTMisc . PerformLayout ( ) ;
2016-07-17 00:19:26 +00:00
this . FLP_PKMEditors . ResumeLayout ( false ) ;
this . FLP_PKMEditors . PerformLayout ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_nOT . ResumeLayout ( false ) ;
this . GB_nOT . PerformLayout ( ) ;
this . GB_Markings . ResumeLayout ( false ) ;
2017-02-05 04:39:42 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkHorohoro ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkVC ) ) . EndInit ( ) ;
2016-11-11 10:00:47 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkAlola ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark6 ) ) . EndInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkPentagon ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark3 ) ) . EndInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkCured ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark2 ) ) . EndInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_MarkShiny ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark1 ) ) . EndInit ( ) ;
2016-06-20 04:22:43 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Mark4 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_ExtraBytes . ResumeLayout ( false ) ;
this . GB_ExtraBytes . PerformLayout ( ) ;
this . GB_OT . ResumeLayout ( false ) ;
this . GB_OT . PerformLayout ( ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . tabBoxMulti . ResumeLayout ( false ) ;
this . Tab_Box . ResumeLayout ( false ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Box . ResumeLayout ( false ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx30 ) ) . EndInit ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuVSD . ResumeLayout ( false ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx29 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx28 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx27 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx26 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx25 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx24 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx23 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx22 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx21 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx20 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx19 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx18 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx17 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx16 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx15 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx14 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx13 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx12 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx11 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx10 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx9 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx8 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx7 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx6 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bpkx1 ) ) . EndInit ( ) ;
this . Tab_PartyBattle . ResumeLayout ( false ) ;
this . Tab_PartyBattle . PerformLayout ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_BattleBox . ResumeLayout ( false ) ;
this . PAN_BattleBox . PerformLayout ( ) ;
2015-12-28 21:52:08 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Locked ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx1 ) ) . EndInit ( ) ;
2015-11-19 05:37:30 +00:00
this . mnuV . ResumeLayout ( false ) ;
2014-07-29 22:33:22 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . bbpkx6 ) ) . EndInit ( ) ;
2014-08-01 23:53:09 +00:00
this . PAN_Party . ResumeLayout ( false ) ;
this . PAN_Party . PerformLayout ( ) ;
2014-06-28 21:22:05 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx1 ) ) . EndInit ( ) ;
2014-07-29 22:33:22 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . ppkx6 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_Other . ResumeLayout ( false ) ;
2014-11-25 07:21:08 +00:00
this . GB_Daycare . ResumeLayout ( false ) ;
this . GB_Daycare . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dcpkx2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dcpkx1 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . GB_GTS . ResumeLayout ( false ) ;
this . GB_GTS . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . gtspkx ) ) . EndInit ( ) ;
this . GB_Fused . ResumeLayout ( false ) ;
this . GB_Fused . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . fusedpkx ) ) . EndInit ( ) ;
2014-12-04 01:26:12 +00:00
this . GB_SUBE . ResumeLayout ( false ) ;
this . GB_SUBE . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx1 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . subepkx3 ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . Tab_SAV . ResumeLayout ( false ) ;
this . Tab_SAV . PerformLayout ( ) ;
this . GB_SAVtools . ResumeLayout ( false ) ;
2016-06-20 04:22:43 +00:00
this . FLP_SAVtools . ResumeLayout ( false ) ;
2014-12-14 20:15:53 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . dragout ) ) . EndInit ( ) ;
2016-03-09 03:20:26 +00:00
this . mnuL . ResumeLayout ( false ) ;
2016-03-14 01:09:12 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . PB_Legal ) ) . EndInit ( ) ;
2014-06-28 21:22:05 +00:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . TabControl tabMain ;
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_Attacks ;
private System . Windows . Forms . TabPage Tab_OTMisc ;
private System . Windows . Forms . Label Label_EXP ;
private System . Windows . Forms . Label Label_Species ;
private System . Windows . Forms . Label Label_PID ;
public System . Windows . Forms . TextBox TB_Nickname ;
private System . Windows . Forms . Label Label_Language ;
private System . Windows . Forms . Label Label_Form ;
private System . Windows . Forms . Label Label_Ability ;
private System . Windows . Forms . Label Label_Nature ;
private System . Windows . Forms . Label Label_CurLevel ;
private System . Windows . Forms . Button BTN_RerollPID ;
private System . Windows . Forms . ComboBox CB_Country ;
private System . Windows . Forms . ComboBox CB_PKRSDays ;
private System . Windows . Forms . ComboBox CB_PKRSStrain ;
private System . Windows . Forms . ComboBox CB_Language ;
private System . Windows . Forms . ComboBox CB_Ability ;
private System . Windows . Forms . Label Label_Country ;
private System . Windows . Forms . Label Label_PKRSdays ;
private System . Windows . Forms . Label Label_PKRS ;
private System . Windows . Forms . Button BTN_RerollEC ;
private System . Windows . Forms . Button BTN_History ;
private System . Windows . Forms . Button BTN_Ribbons ;
private System . Windows . Forms . GroupBox GB_Markings ;
private System . Windows . Forms . GroupBox GB_ExtraBytes ;
private System . Windows . Forms . ComboBox CB_ExtraBytes ;
public System . Windows . Forms . GroupBox GB_OT ;
private System . Windows . Forms . Label Label_OT ;
private System . Windows . Forms . Label Label_SID ;
private System . Windows . Forms . Label Label_TID ;
private System . Windows . Forms . Label Label_EncryptionConstant ;
private System . Windows . Forms . GroupBox GB_RelearnMoves ;
private System . Windows . Forms . GroupBox GB_CurrentMoves ;
private System . Windows . Forms . ComboBox CB_PPu4 ;
private System . Windows . Forms . ComboBox CB_PPu3 ;
private System . Windows . Forms . ComboBox CB_PPu2 ;
private System . Windows . Forms . ComboBox CB_Move4 ;
private System . Windows . Forms . ComboBox CB_PPu1 ;
private System . Windows . Forms . ComboBox CB_Move3 ;
private System . Windows . Forms . ComboBox CB_Move2 ;
private System . Windows . Forms . ComboBox CB_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 . Label Label_CurPP ;
private System . Windows . Forms . Label Label_PPups ;
private System . Windows . Forms . Button BTN_RandomEVs ;
private System . Windows . Forms . Button BTN_RandomIVs ;
private System . Windows . Forms . Label Label_HiddenPowerPrefix ;
private System . Windows . Forms . Label Label_Stats ;
private System . Windows . Forms . Label Label_EVs ;
private System . Windows . Forms . Label Label_Total ;
private System . Windows . Forms . Label Label_SPE ;
private System . Windows . Forms . Label Label_SPD ;
private System . Windows . Forms . Label Label_SPA ;
private System . Windows . Forms . Label Label_DEF ;
private System . Windows . Forms . Label Label_ATK ;
private System . Windows . Forms . Label Label_HP ;
private System . Windows . Forms . TextBox TB_EVTotal ;
private System . Windows . Forms . Label Label_PrevOT ;
private System . Windows . Forms . ComboBox CB_EncounterType ;
private System . Windows . Forms . GroupBox GB_EggConditions ;
private System . Windows . Forms . Label Label_EggDate ;
private System . Windows . Forms . Label Label_EggLocation ;
private System . Windows . Forms . Label Label_EncounterType ;
private System . Windows . Forms . Label Label_MetDate ;
private System . Windows . Forms . Label Label_MetLevel ;
private System . Windows . Forms . Label Label_Ball ;
private System . Windows . Forms . Label Label_MetLocation ;
private System . Windows . Forms . Label Label_OriginGame ;
private System . Windows . Forms . CheckBox CHK_AsEgg ;
private System . Windows . Forms . CheckBox CHK_Fateful ;
private System . Windows . Forms . DateTimePicker CAL_MetDate ;
private System . Windows . Forms . DateTimePicker CAL_EggDate ;
private System . Windows . Forms . MaskedTextBox TB_ATKEV ;
private System . Windows . Forms . MaskedTextBox TB_DEFEV ;
private System . Windows . Forms . MaskedTextBox TB_SPEEV ;
private System . Windows . Forms . MaskedTextBox TB_SPDEV ;
private System . Windows . Forms . MaskedTextBox TB_SPAEV ;
private System . Windows . Forms . MaskedTextBox TB_HPEV ;
private System . Windows . Forms . MaskedTextBox TB_SPEIV ;
private System . Windows . Forms . MaskedTextBox TB_SPDIV ;
private System . Windows . Forms . MaskedTextBox TB_SPAIV ;
private System . Windows . Forms . MaskedTextBox TB_DEFIV ;
private System . Windows . Forms . MaskedTextBox TB_ATKIV ;
private System . Windows . Forms . MaskedTextBox TB_HPIV ;
private System . Windows . Forms . MaskedTextBox TB_SID ;
private System . Windows . Forms . MaskedTextBox TB_TID ;
private System . Windows . Forms . MaskedTextBox TB_Level ;
private System . Windows . Forms . MaskedTextBox TB_EXP ;
private System . Windows . Forms . MaskedTextBox TB_ExtraByte ;
private System . Windows . Forms . Label Label_HeldItem ;
private System . Windows . Forms . CheckBox CHK_Cured ;
private System . Windows . Forms . CheckBox CHK_Infected ;
private System . Windows . Forms . ComboBox CB_Form ;
private System . Windows . Forms . Label Label_Gender ;
private System . Windows . Forms . Button BTN_Shinytize ;
private System . Windows . Forms . MaskedTextBox TB_AbilityNumber ;
private System . Windows . Forms . MaskedTextBox TB_MetLevel ;
public System . Windows . Forms . GroupBox GB_nOT ;
private System . Windows . Forms . MenuStrip menuStrip1 ;
private System . Windows . Forms . ToolStripMenuItem Menu_File ;
private System . Windows . Forms . ToolStripMenuItem Menu_Open ;
private System . Windows . Forms . ToolStripMenuItem Menu_Save ;
private System . Windows . Forms . ToolStripMenuItem Menu_Exit ;
private System . Windows . Forms . Label L_Characteristic ;
private System . Windows . Forms . TextBox TB_IVTotal ;
private System . Windows . Forms . Label L_Potential ;
private System . Windows . Forms . TabControl tabBoxMulti ;
private System . Windows . Forms . TabPage Tab_Box ;
private System . Windows . Forms . TabPage Tab_PartyBattle ;
private System . Windows . Forms . Button B_OpenPokepuffs ;
private System . Windows . Forms . Button B_OpenBoxLayout ;
private System . Windows . Forms . Button B_OpenOPowers ;
private System . Windows . Forms . Button B_OpenItemPouch ;
private System . Windows . Forms . Button B_OpenEventFlags ;
private System . Windows . Forms . Button B_OpenWondercards ;
private System . Windows . Forms . Button B_OpenTrainerInfo ;
private System . Windows . Forms . Button B_OpenBerryField ;
private System . Windows . Forms . Button B_OpenPokedex ;
private System . Windows . Forms . TabPage Tab_Other ;
private System . Windows . Forms . Label L_BattleBox ;
private System . Windows . Forms . Label L_Party ;
private System . Windows . Forms . Label L_DaycareSeed ;
private System . Windows . Forms . TextBox TB_RNGSeed ;
private System . Windows . Forms . CheckBox DayCare_HasEgg ;
private System . Windows . Forms . PictureBox bbpkx6 ;
private System . Windows . Forms . PictureBox bbpkx5 ;
private System . Windows . Forms . PictureBox bbpkx4 ;
private System . Windows . Forms . PictureBox bbpkx3 ;
private System . Windows . Forms . PictureBox bbpkx2 ;
private System . Windows . Forms . PictureBox bbpkx1 ;
private System . Windows . Forms . PictureBox ppkx6 ;
private System . Windows . Forms . PictureBox ppkx5 ;
private System . Windows . Forms . PictureBox ppkx4 ;
private System . Windows . Forms . PictureBox ppkx3 ;
private System . Windows . Forms . PictureBox ppkx2 ;
private System . Windows . Forms . PictureBox ppkx1 ;
private System . Windows . Forms . PictureBox dcpkx2 ;
private System . Windows . Forms . PictureBox dcpkx1 ;
private System . Windows . Forms . PictureBox bpkx30 ;
private System . Windows . Forms . PictureBox bpkx29 ;
private System . Windows . Forms . PictureBox bpkx28 ;
private System . Windows . Forms . PictureBox bpkx27 ;
private System . Windows . Forms . PictureBox bpkx26 ;
private System . Windows . Forms . PictureBox bpkx25 ;
private System . Windows . Forms . PictureBox bpkx24 ;
private System . Windows . Forms . PictureBox bpkx23 ;
private System . Windows . Forms . PictureBox bpkx22 ;
private System . Windows . Forms . PictureBox bpkx21 ;
private System . Windows . Forms . PictureBox bpkx20 ;
private System . Windows . Forms . PictureBox bpkx19 ;
private System . Windows . Forms . PictureBox bpkx18 ;
private System . Windows . Forms . PictureBox bpkx17 ;
private System . Windows . Forms . PictureBox bpkx16 ;
private System . Windows . Forms . PictureBox bpkx15 ;
private System . Windows . Forms . PictureBox bpkx14 ;
private System . Windows . Forms . PictureBox bpkx13 ;
private System . Windows . Forms . PictureBox bpkx12 ;
private System . Windows . Forms . PictureBox bpkx11 ;
private System . Windows . Forms . PictureBox bpkx10 ;
private System . Windows . Forms . PictureBox bpkx9 ;
private System . Windows . Forms . PictureBox bpkx8 ;
private System . Windows . Forms . PictureBox bpkx7 ;
private System . Windows . Forms . PictureBox bpkx6 ;
private System . Windows . Forms . PictureBox bpkx5 ;
private System . Windows . Forms . PictureBox bpkx4 ;
private System . Windows . Forms . PictureBox bpkx3 ;
private System . Windows . Forms . PictureBox bpkx2 ;
private System . Windows . Forms . PictureBox bpkx1 ;
private System . Windows . Forms . Label L_ReadOnlyPBB ;
private System . Windows . Forms . GroupBox GB_SUBE ;
private System . Windows . Forms . GroupBox GB_GTS ;
private System . Windows . Forms . PictureBox gtspkx ;
private System . Windows . Forms . GroupBox GB_Fused ;
private System . Windows . Forms . PictureBox fusedpkx ;
private System . Windows . Forms . PictureBox subepkx3 ;
private System . Windows . Forms . PictureBox subepkx2 ;
private System . Windows . Forms . PictureBox subepkx1 ;
private System . Windows . Forms . Label L_ReadOnlyOther ;
private System . Windows . Forms . GroupBox GB_Daycare ;
private System . Windows . Forms . TabPage Tab_SAV ;
private System . Windows . Forms . Button B_VerifyCHK ;
private System . Windows . Forms . Button B_BoxRight ;
private System . Windows . Forms . Button B_BoxLeft ;
2014-12-15 00:50:15 +00:00
private System . Windows . Forms . Label L_XP2 ;
private System . Windows . Forms . Label L_XP1 ;
2014-06-28 21:22:05 +00:00
private System . Windows . Forms . TextBox TB_Daycare2XP ;
private System . Windows . Forms . TextBox TB_Daycare1XP ;
private System . Windows . Forms . Label L_DC2 ;
private System . Windows . Forms . Label L_DC1 ;
private System . Windows . Forms . TextBox TB_PID ;
private System . Windows . Forms . TextBox TB_EC ;
private System . Windows . Forms . Button B_OUTPasserby ;
2014-12-15 00:50:15 +00:00
private System . Windows . Forms . Button B_OpenHallofFame ;
2014-06-28 21:22:05 +00:00
private System . Windows . Forms . ComboBox CB_EggLocation ;
private System . Windows . Forms . Label Label_CharacteristicPrefix ;
private System . Windows . Forms . ToolStripMenuItem Menu_Tools ;
private System . Windows . Forms . ToolStripMenuItem Menu_Options ;
private System . Windows . Forms . ToolStripMenuItem Menu_Language ;
private System . Windows . Forms . ToolStripComboBox CB_MainLanguage ;
private System . Windows . Forms . ToolStripMenuItem Menu_About ;
public System . Windows . Forms . ComboBox CB_MetLocation ;
private System . Windows . Forms . Label Label_CTGender ;
private System . Windows . Forms . Label Label_OTGender ;
private System . Windows . Forms . PictureBox PB_MarkPentagon ;
private System . Windows . Forms . PictureBox PB_MarkCured ;
private System . Windows . Forms . PictureBox PB_MarkShiny ;
private System . Windows . Forms . PictureBox PB_Mark6 ;
private System . Windows . Forms . PictureBox PB_Mark5 ;
private System . Windows . Forms . PictureBox PB_Mark4 ;
private System . Windows . Forms . PictureBox PB_Mark3 ;
private System . Windows . Forms . PictureBox PB_Mark2 ;
private System . Windows . Forms . PictureBox Label_IsShiny ;
2014-08-01 23:53:09 +00:00
private System . Windows . Forms . Panel PAN_Party ;
private System . Windows . Forms . Panel PAN_BattleBox ;
2014-07-31 22:06:48 +00:00
private System . Windows . Forms . Button B_OpenSuperTraining ;
2014-08-01 23:53:09 +00:00
private System . Windows . Forms . Panel PAN_Box ;
2014-08-15 04:27:53 +00:00
private System . Windows . Forms . ComboBox DEV_Ability ;
private System . Windows . Forms . CheckBox CHK_HackedStats ;
private System . Windows . Forms . MaskedTextBox MT_Level ;
private System . Windows . Forms . MaskedTextBox MT_Form ;
2014-11-23 22:23:40 +00:00
private System . Windows . Forms . Button B_OpenSecretBase ;
2014-12-04 01:26:12 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_Unicode ;
2014-12-14 18:31:53 +00:00
public System . Windows . Forms . ComboBox CB_Ball ;
2014-12-14 20:15:53 +00:00
private System . Windows . Forms . PictureBox dragout ;
2014-12-25 00:20:39 +00:00
public System . Windows . Forms . ComboBox CB_Species ;
public System . Windows . Forms . CheckBox CHK_IsEgg ;
2015-01-25 19:24:00 +00:00
private System . Windows . Forms . Button B_SaveBoxBin ;
2015-03-09 00:41:13 +00:00
private System . Windows . Forms . ComboBox CB_HPType ;
2015-09-27 17:00:45 +00:00
private System . Windows . Forms . ComboBox CB_HeldItem ;
private System . Windows . Forms . ComboBox CB_Nature ;
private System . Windows . Forms . MaskedTextBox TB_Friendship ;
private System . Windows . Forms . ComboBox CB_Move1 ;
private System . Windows . Forms . ComboBox CB_BoxSelect ;
public System . Windows . Forms . Label Label_Friendship ;
public System . Windows . Forms . Label Label_HatchCounter ;
2015-09-29 04:11:03 +00:00
private System . Windows . Forms . TextBox TB_OTt2 ;
private System . Windows . Forms . TextBox TB_OT ;
private System . Windows . Forms . ComboBox CB_GameOrigin ;
2015-10-20 02:08:56 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_Modify ;
2015-10-24 03:13:32 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ModifyDex ;
2016-07-10 17:32:51 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ModifyPKM ;
2015-11-19 05:37:30 +00:00
private System . Windows . Forms . ContextMenuStrip mnuVSD ;
private System . Windows . Forms . ToolStripMenuItem mnuView ;
private System . Windows . Forms . ToolStripMenuItem mnuSet ;
private System . Windows . Forms . ToolStripMenuItem mnuDelete ;
private System . Windows . Forms . ContextMenuStrip mnuV ;
private System . Windows . Forms . ToolStripMenuItem mnu2View ;
2015-12-17 03:33:58 +00:00
private System . Windows . Forms . Label L_GameSync ;
private System . Windows . Forms . TextBox TB_GameSync ;
2015-12-18 02:55:59 +00:00
private System . Windows . Forms . Button B_JPEG ;
2015-12-18 03:56:21 +00:00
private System . Windows . Forms . PictureBox PB_Locked ;
2015-12-28 21:52:08 +00:00
private System . Windows . Forms . Label L_Secure2 ;
private System . Windows . Forms . TextBox TB_Secure2 ;
private System . Windows . Forms . Label L_Secure1 ;
private System . Windows . Forms . TextBox TB_Secure1 ;
2016-01-03 04:22:53 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ExportSAV ;
private System . Windows . Forms . ToolStripMenuItem Menu_Showdown ;
2016-07-10 17:32:51 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ShowdownExportPKM ;
private System . Windows . Forms . ToolStripMenuItem Menu_ShowdownImportPKM ;
2016-01-03 04:22:53 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ShowdownExportParty ;
private System . Windows . Forms . ToolStripMenuItem Menu_ShowdownExportBattleBox ;
private System . Windows . Forms . ToolStripMenuItem Menu_CyberGadget ;
private System . Windows . Forms . ToolStripMenuItem Menu_OpenTemp ;
private System . Windows . Forms . ToolStripMenuItem Menu_OpenCache ;
private System . Windows . Forms . ToolStripMenuItem Menu_Data ;
private System . Windows . Forms . ToolStripMenuItem Menu_LoadBoxes ;
private System . Windows . Forms . ToolStripMenuItem Menu_Report ;
private System . Windows . Forms . ToolStripMenuItem Menu_Database ;
private System . Windows . Forms . ToolStripMenuItem Menu_Other ;
private System . Windows . Forms . ToolStripMenuItem Menu_OpenSDF ;
private System . Windows . Forms . ToolStripMenuItem Menu_OpenSDB ;
private System . Windows . Forms . MaskedTextBox Stat_SPE ;
private System . Windows . Forms . MaskedTextBox Stat_SPD ;
private System . Windows . Forms . MaskedTextBox Stat_SPA ;
private System . Windows . Forms . MaskedTextBox Stat_DEF ;
private System . Windows . Forms . MaskedTextBox Stat_ATK ;
private System . Windows . Forms . MaskedTextBox Stat_HP ;
private System . Windows . Forms . ToolStripMenuItem Menu_DumpBoxes ;
2016-01-03 06:31:04 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_ExportBAK ;
private System . Windows . Forms . ToolStripMenuItem Menu_ExportMAIN ;
2016-02-01 04:44:30 +00:00
private System . Windows . Forms . MaskedTextBox TB_PP1 ;
private System . Windows . Forms . MaskedTextBox TB_PP2 ;
private System . Windows . Forms . MaskedTextBox TB_PP3 ;
private System . Windows . Forms . MaskedTextBox TB_PP4 ;
2016-02-17 15:54:59 +00:00
private System . Windows . Forms . PictureBox PB_WarnMove4 ;
private System . Windows . Forms . PictureBox PB_WarnMove3 ;
private System . Windows . Forms . PictureBox PB_WarnMove2 ;
private System . Windows . Forms . PictureBox PB_WarnMove1 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn1 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn4 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn3 ;
private System . Windows . Forms . PictureBox PB_WarnRelearn2 ;
2016-03-09 03:20:26 +00:00
private System . Windows . Forms . ContextMenuStrip mnuL ;
private System . Windows . Forms . ToolStripMenuItem mnuLSave ;
private System . Windows . Forms . ToolStripMenuItem mnuLLegality ;
2016-03-12 02:40:08 +00:00
private System . Windows . Forms . ToolStripMenuItem mnuLQR ;
2016-03-14 01:09:12 +00:00
private System . Windows . Forms . PictureBox PB_Legal ;
2016-06-20 04:22:43 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_SAVtools ;
private System . Windows . Forms . GroupBox GB_SAVtools ;
private System . Windows . Forms . PictureBox PB_Mark1 ;
2016-09-10 20:40:03 +00:00
private System . Windows . Forms . Button B_OpenPokeblocks ;
2016-07-13 05:19:51 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_BatchEditor ;
2016-07-17 00:19:26 +00:00
private System . Windows . Forms . Button BTN_Medals ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKMEditors ;
2016-09-10 20:40:03 +00:00
private System . Windows . Forms . Button B_OpenLinkInfo ;
2016-08-08 05:46:07 +00:00
private System . Windows . Forms . Button B_CGearSkin ;
2016-08-31 04:12:47 +00:00
private System . Windows . Forms . LinkLabel L_UpdateAvailable ;
2016-09-04 01:57:54 +00:00
private System . Windows . Forms . Label L_MetTimeOfDay ;
public System . Windows . Forms . ComboBox CB_MetTimeOfDay ;
2016-09-04 17:38:53 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_MGDatabase ;
2016-09-05 21:26:21 +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 . FlowLayoutPanel FLP_PIDRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_Species ;
private System . Windows . Forms . FlowLayoutPanel FLP_EXPLevel ;
private System . Windows . Forms . FlowLayoutPanel FLP_EXPLevelRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_Nature ;
private System . Windows . Forms . FlowLayoutPanel FLP_HeldItem ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipForm ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipFormLeft ;
private System . Windows . Forms . FlowLayoutPanel FLP_FriendshipFormRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_Ability ;
private System . Windows . Forms . FlowLayoutPanel FLP_Language ;
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRS ;
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRSRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKRS ;
private System . Windows . Forms . FlowLayoutPanel FLP_Country ;
private System . Windows . Forms . FlowLayoutPanel FLP_PKRSRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_EggPKRSLeft ;
private System . Windows . Forms . FlowLayoutPanel FLP_AbilityRight ;
private System . Windows . Forms . CheckBox CHK_Nicknamed ;
private System . Windows . Forms . FlowLayoutPanel FLP_NicknameLeft ;
private System . Windows . Forms . FlowLayoutPanel FLP_Nickname ;
private System . Windows . Forms . CheckBox CHK_NSparkle ;
private System . Windows . Forms . Label L_NSparkle ;
private System . Windows . Forms . FlowLayoutPanel FLP_NSparkle ;
private System . Windows . Forms . ComboBox CB_3DSReg ;
private System . Windows . Forms . Label Label_3DSRegion ;
private System . Windows . Forms . FlowLayoutPanel FLP_3DSRegion ;
private System . Windows . Forms . ComboBox CB_SubRegion ;
private System . Windows . Forms . Label Label_SubRegion ;
private System . Windows . Forms . FlowLayoutPanel FLP_SubRegion ;
private System . Windows . Forms . FlowLayoutPanel FLP_Met ;
private System . Windows . Forms . FlowLayoutPanel FLP_OriginGame ;
private System . Windows . Forms . FlowLayoutPanel FLP_MetLocation ;
private System . Windows . Forms . FlowLayoutPanel FLP_Ball ;
private System . Windows . Forms . FlowLayoutPanel FLP_MetLevel ;
private System . Windows . Forms . FlowLayoutPanel FLP_MetDate ;
private System . Windows . Forms . FlowLayoutPanel FLP_Fateful ;
private System . Windows . Forms . FlowLayoutPanel FLP_EncounterType ;
private System . Windows . Forms . FlowLayoutPanel FLP_TimeOfDay ;
private System . Windows . Forms . Panel PAN_Fateful ;
private System . Windows . Forms . FlowLayoutPanel FLP_Stats ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatHeader ;
private System . Windows . Forms . FlowLayoutPanel FLP_HP ;
private System . Windows . Forms . FlowLayoutPanel FLP_Atk ;
private System . Windows . Forms . FlowLayoutPanel FLP_Def ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpA ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpD ;
private System . Windows . Forms . FlowLayoutPanel FLP_Spe ;
private System . Windows . Forms . FlowLayoutPanel FLP_HPRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_HPType ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsTotal ;
private System . Windows . Forms . FlowLayoutPanel FLP_Characteristic ;
private System . Windows . Forms . FlowLayoutPanel FLP_DefRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpDRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpeRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsTotalRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_HackedStats ;
private System . Windows . Forms . FlowLayoutPanel FLP_AtkRight ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpARight ;
private System . Windows . Forms . Label Label_SPC ;
private System . Windows . Forms . FlowLayoutPanel FLP_SpALeft ;
private System . Windows . Forms . FlowLayoutPanel FLP_StatsHeaderRight ;
private System . Windows . Forms . Panel PAN_Contest ;
private System . Windows . Forms . Label Label_ContestStats ;
private System . Windows . Forms . Label Label_Cool ;
private System . Windows . Forms . Label Label_Beauty ;
private System . Windows . Forms . Label Label_Cute ;
private System . Windows . Forms . Label Label_Smart ;
private System . Windows . Forms . Label Label_Tough ;
private System . Windows . Forms . Label Label_Sheen ;
private System . Windows . Forms . MaskedTextBox TB_Cool ;
private System . Windows . Forms . MaskedTextBox TB_Beauty ;
private System . Windows . Forms . MaskedTextBox TB_Cute ;
private System . Windows . Forms . MaskedTextBox TB_Smart ;
private System . Windows . Forms . MaskedTextBox TB_Tough ;
private System . Windows . Forms . MaskedTextBox TB_Sheen ;
2016-09-11 00:14:25 +00:00
private System . Windows . Forms . Label Label_IVs ;
2016-09-26 23:14:11 +00:00
private System . Windows . Forms . ComboBox CB_SaveSlot ;
private System . Windows . Forms . Label L_SaveSlot ;
2016-10-01 23:52:29 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_Purification ;
public System . Windows . Forms . CheckBox CHK_Shadow ;
private System . Windows . Forms . Label L_HeartGauge ;
private System . Windows . Forms . NumericUpDown NUD_Purification ;
private System . Windows . Forms . FlowLayoutPanel FLP_ShadowID ;
private System . Windows . Forms . Label L_ShadowID ;
private System . Windows . Forms . NumericUpDown NUD_ShadowID ;
2016-10-04 02:27:48 +00:00
private System . Windows . Forms . ToolStripMenuItem Menu_Undo ;
private System . Windows . Forms . ToolStripMenuItem Menu_Redo ;
2016-10-30 23:40:19 +00:00
private System . Windows . Forms . PictureBox PB_MarkAlola ;
2016-11-15 05:40:31 +00:00
private System . Windows . Forms . Button B_OpenPokeBeans ;
2016-11-27 03:41:17 +00:00
private System . Windows . Forms . FlowLayoutPanel FLP_BallLeft ;
private System . Windows . Forms . PictureBox PB_Ball ;
2016-12-06 03:19:19 +00:00
private System . Windows . Forms . Button B_OpenZygardeCells ;
2017-01-24 15:12:14 +00:00
private System . Windows . Forms . PictureBox PB_MarkHorohoro ;
private System . Windows . Forms . PictureBox PB_MarkVC ;
2017-02-05 04:39:42 +00:00
internal System . Windows . Forms . ToolStripMenuItem Menu_FlagIllegal ;
2014-06-28 21:22:05 +00:00
}
}