mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-13 15:57:09 +00:00
d3d7b33d8a
Nuked Box IO, it was inferior relative to the functions that were added afterwards.
4448 lines
238 KiB
C#
4448 lines
238 KiB
C#
namespace PKHeX
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||
this.tabMain = new System.Windows.Forms.TabControl();
|
||
this.Tab_Main = new System.Windows.Forms.TabPage();
|
||
this.CB_Language = new System.Windows.Forms.ComboBox();
|
||
this.MT_Form = new System.Windows.Forms.MaskedTextBox();
|
||
this.CB_Ability = new System.Windows.Forms.ComboBox();
|
||
this.TB_PID = new System.Windows.Forms.TextBox();
|
||
this.CHK_Nicknamed = new System.Windows.Forms.CheckBox();
|
||
this.Label_Gender = new System.Windows.Forms.Label();
|
||
this.CB_Form = new System.Windows.Forms.ComboBox();
|
||
this.CHK_Cured = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Infected = new System.Windows.Forms.CheckBox();
|
||
this.Label_HeldItem = new System.Windows.Forms.Label();
|
||
this.CB_HeldItem = new System.Windows.Forms.ComboBox();
|
||
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_Level = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_EXP = new System.Windows.Forms.MaskedTextBox();
|
||
this.BTN_RerollPID = new System.Windows.Forms.Button();
|
||
this.CB_3DSReg = new System.Windows.Forms.ComboBox();
|
||
this.CB_SubRegion = new System.Windows.Forms.ComboBox();
|
||
this.CB_Country = new System.Windows.Forms.ComboBox();
|
||
this.CB_PKRSDays = new System.Windows.Forms.ComboBox();
|
||
this.CB_PKRSStrain = new System.Windows.Forms.ComboBox();
|
||
this.CB_Nature = new System.Windows.Forms.ComboBox();
|
||
this.Label_3DSRegion = new System.Windows.Forms.Label();
|
||
this.Label_SubRegion = new System.Windows.Forms.Label();
|
||
this.Label_Country = new System.Windows.Forms.Label();
|
||
this.Label_PKRSdays = new System.Windows.Forms.Label();
|
||
this.Label_PKRS = new System.Windows.Forms.Label();
|
||
this.CHK_IsEgg = new System.Windows.Forms.CheckBox();
|
||
this.Label_Language = new System.Windows.Forms.Label();
|
||
this.Label_Form = new System.Windows.Forms.Label();
|
||
this.Label_Ability = new System.Windows.Forms.Label();
|
||
this.Label_Friendship = new System.Windows.Forms.Label();
|
||
this.Label_Nature = new System.Windows.Forms.Label();
|
||
this.Label_CurLevel = new System.Windows.Forms.Label();
|
||
this.TB_Nickname = new System.Windows.Forms.TextBox();
|
||
this.CB_Species = new System.Windows.Forms.ComboBox();
|
||
this.Label_EXP = new System.Windows.Forms.Label();
|
||
this.Label_Species = new System.Windows.Forms.Label();
|
||
this.Label_HatchCounter = new System.Windows.Forms.Label();
|
||
this.Label_IsShiny = new System.Windows.Forms.PictureBox();
|
||
this.BTN_Shinytize = new System.Windows.Forms.Button();
|
||
this.Label_PID = new System.Windows.Forms.Label();
|
||
this.TB_AbilityNumber = new System.Windows.Forms.MaskedTextBox();
|
||
this.MT_Level = new System.Windows.Forms.MaskedTextBox();
|
||
this.DEV_Ability = new System.Windows.Forms.ComboBox();
|
||
this.Tab_Met = new System.Windows.Forms.TabPage();
|
||
this.CHK_AsEgg = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Fateful = new System.Windows.Forms.CheckBox();
|
||
this.GB_EggConditions = new System.Windows.Forms.GroupBox();
|
||
this.CB_EggLocation = new System.Windows.Forms.ComboBox();
|
||
this.CAL_EggDate = new System.Windows.Forms.DateTimePicker();
|
||
this.Label_EggDate = new System.Windows.Forms.Label();
|
||
this.Label_EggLocation = new System.Windows.Forms.Label();
|
||
this.Label_EncounterType = new System.Windows.Forms.Label();
|
||
this.Label_MetDate = new System.Windows.Forms.Label();
|
||
this.Label_MetLevel = new System.Windows.Forms.Label();
|
||
this.Label_Ball = new System.Windows.Forms.Label();
|
||
this.Label_MetLocation = new System.Windows.Forms.Label();
|
||
this.Label_OriginGame = new System.Windows.Forms.Label();
|
||
this.CB_GameOrigin = new System.Windows.Forms.ComboBox();
|
||
this.CB_MetLocation = new System.Windows.Forms.ComboBox();
|
||
this.CB_Ball = new System.Windows.Forms.ComboBox();
|
||
this.TB_MetLevel = new System.Windows.Forms.MaskedTextBox();
|
||
this.CAL_MetDate = new System.Windows.Forms.DateTimePicker();
|
||
this.CB_EncounterType = new System.Windows.Forms.ComboBox();
|
||
this.Tab_Stats = new System.Windows.Forms.TabPage();
|
||
this.CHK_HackedStats = new System.Windows.Forms.CheckBox();
|
||
this.Label_CharacteristicPrefix = new System.Windows.Forms.Label();
|
||
this.L_Potential = new System.Windows.Forms.Label();
|
||
this.TB_IVTotal = new System.Windows.Forms.TextBox();
|
||
this.L_Characteristic = new System.Windows.Forms.Label();
|
||
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.TB_SPEIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_SPDIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_SPAIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_DEFIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_ATKIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_HPIV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_ATKEV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_DEFEV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_SPEEV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_SPDEV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_SPAEV = new System.Windows.Forms.MaskedTextBox();
|
||
this.TB_HPEV = 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();
|
||
this.BTN_RandomEVs = new System.Windows.Forms.Button();
|
||
this.BTN_RandomIVs = new System.Windows.Forms.Button();
|
||
this.Label_HPTYPE = new System.Windows.Forms.Label();
|
||
this.Label_HiddenPowerPrefix = new System.Windows.Forms.Label();
|
||
this.Label_Stats = new System.Windows.Forms.Label();
|
||
this.Label_EVs = new System.Windows.Forms.Label();
|
||
this.Label_IVs = new System.Windows.Forms.Label();
|
||
this.Label_Total = new System.Windows.Forms.Label();
|
||
this.Label_SPE = new System.Windows.Forms.Label();
|
||
this.Label_SPD = new System.Windows.Forms.Label();
|
||
this.Label_SPA = new System.Windows.Forms.Label();
|
||
this.Label_DEF = new System.Windows.Forms.Label();
|
||
this.Label_ATK = new System.Windows.Forms.Label();
|
||
this.Label_HP = new System.Windows.Forms.Label();
|
||
this.TB_EVTotal = new System.Windows.Forms.TextBox();
|
||
this.Stat_SPE = new System.Windows.Forms.TextBox();
|
||
this.Stat_SPD = new System.Windows.Forms.TextBox();
|
||
this.Stat_SPA = new System.Windows.Forms.TextBox();
|
||
this.Stat_DEF = new System.Windows.Forms.TextBox();
|
||
this.Stat_ATK = new System.Windows.Forms.TextBox();
|
||
this.Stat_HP = new System.Windows.Forms.TextBox();
|
||
this.Tab_Attacks = new System.Windows.Forms.TabPage();
|
||
this.GB_RelearnMoves = new System.Windows.Forms.GroupBox();
|
||
this.CB_RelearnMove4 = new System.Windows.Forms.ComboBox();
|
||
this.CB_RelearnMove3 = new System.Windows.Forms.ComboBox();
|
||
this.CB_RelearnMove2 = new System.Windows.Forms.ComboBox();
|
||
this.CB_RelearnMove1 = new System.Windows.Forms.ComboBox();
|
||
this.GB_CurrentMoves = new System.Windows.Forms.GroupBox();
|
||
this.Label_CurPP = new System.Windows.Forms.Label();
|
||
this.Label_PPups = new System.Windows.Forms.Label();
|
||
this.TB_PP4 = new System.Windows.Forms.TextBox();
|
||
this.TB_PP3 = new System.Windows.Forms.TextBox();
|
||
this.TB_PP2 = new System.Windows.Forms.TextBox();
|
||
this.TB_PP1 = new System.Windows.Forms.TextBox();
|
||
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();
|
||
this.CHK_Diamond = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Star = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Heart = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Square = new System.Windows.Forms.CheckBox();
|
||
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.CHK_Triangle = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Circle = new System.Windows.Forms.CheckBox();
|
||
this.BTN_RerollEC = new System.Windows.Forms.Button();
|
||
this.BTN_History = new System.Windows.Forms.Button();
|
||
this.BTN_Ribbons = new System.Windows.Forms.Button();
|
||
this.GB_Markings = new System.Windows.Forms.GroupBox();
|
||
this.PB_MarkPentagon = new System.Windows.Forms.PictureBox();
|
||
this.PB_MarkCured = new System.Windows.Forms.PictureBox();
|
||
this.PB_MarkShiny = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark6 = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark5 = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark4 = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark3 = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark2 = new System.Windows.Forms.PictureBox();
|
||
this.PB_Mark1 = new System.Windows.Forms.PictureBox();
|
||
this.GB_ExtraBytes = new System.Windows.Forms.GroupBox();
|
||
this.TB_ExtraByte = new System.Windows.Forms.MaskedTextBox();
|
||
this.CB_ExtraBytes = new System.Windows.Forms.ComboBox();
|
||
this.GB_OT = new System.Windows.Forms.GroupBox();
|
||
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.Label_Diamond = new System.Windows.Forms.Label();
|
||
this.OpenPKX = new System.Windows.Forms.OpenFileDialog();
|
||
this.SavePKX = new System.Windows.Forms.SaveFileDialog();
|
||
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();
|
||
this.Menu_Exit = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_Tools = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_ToggleBoxUI = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_BoxIO = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.reportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.codeGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_Options = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_Language = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.CB_MainLanguage = new System.Windows.Forms.ToolStripComboBox();
|
||
this.Menu_About = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.Menu_Unicode = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.L_Save = new System.Windows.Forms.Label();
|
||
this.tabBoxMulti = new System.Windows.Forms.TabControl();
|
||
this.Tab_Box = new System.Windows.Forms.TabPage();
|
||
this.PAN_Box = new System.Windows.Forms.Panel();
|
||
this.bpkx30 = new System.Windows.Forms.PictureBox();
|
||
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();
|
||
this.B_BoxRight = new System.Windows.Forms.Button();
|
||
this.B_BoxLeft = new System.Windows.Forms.Button();
|
||
this.C_BoxSelect = new System.Windows.Forms.ComboBox();
|
||
this.Tab_PartyBattle = new System.Windows.Forms.TabPage();
|
||
this.PAN_BattleBox = new System.Windows.Forms.Panel();
|
||
this.bbpkx1 = new System.Windows.Forms.PictureBox();
|
||
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();
|
||
this.L_ReadOnlyPBB = new System.Windows.Forms.Label();
|
||
this.L_BattleBox = new System.Windows.Forms.Label();
|
||
this.L_Party = new System.Windows.Forms.Label();
|
||
this.PAN_Party = new System.Windows.Forms.Panel();
|
||
this.ppkx1 = new System.Windows.Forms.PictureBox();
|
||
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();
|
||
this.Tab_Other = new System.Windows.Forms.TabPage();
|
||
this.B_OpenSecretBase = new System.Windows.Forms.Button();
|
||
this.GB_Daycare = new System.Windows.Forms.GroupBox();
|
||
this.L_XP2 = new System.Windows.Forms.Label();
|
||
this.L_XP1 = new System.Windows.Forms.Label();
|
||
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();
|
||
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();
|
||
this.Tab_Tools = new System.Windows.Forms.TabPage();
|
||
this.B_3DSSETemp = new System.Windows.Forms.Button();
|
||
this.B_JPEG = new System.Windows.Forms.Button();
|
||
this.RTB_T = new System.Windows.Forms.RichTextBox();
|
||
this.Tab_SAV = new System.Windows.Forms.TabPage();
|
||
this.L_SAVManipulation = new System.Windows.Forms.Label();
|
||
this.B_SwitchSAV = new System.Windows.Forms.Button();
|
||
this.B_VerifyCHK = new System.Windows.Forms.Button();
|
||
this.L_IntegrityCheck = new System.Windows.Forms.Label();
|
||
this.B_VerifySHA = new System.Windows.Forms.Button();
|
||
this.B_ExportSAV = new System.Windows.Forms.Button();
|
||
this.RTB_S = new System.Windows.Forms.RichTextBox();
|
||
this.B_OpenHallofFame = new System.Windows.Forms.Button();
|
||
this.B_OUTPasserby = new System.Windows.Forms.Button();
|
||
this.B_OpenPokepuffs = new System.Windows.Forms.Button();
|
||
this.B_OpenBoxLayout = new System.Windows.Forms.Button();
|
||
this.B_OpenOPowers = new System.Windows.Forms.Button();
|
||
this.B_OpenItemPouch = new System.Windows.Forms.Button();
|
||
this.B_OpenEventFlags = new System.Windows.Forms.Button();
|
||
this.B_OpenWondercards = new System.Windows.Forms.Button();
|
||
this.B_OpenTrainerInfo = new System.Windows.Forms.Button();
|
||
this.B_OpenBerryField = new System.Windows.Forms.Button();
|
||
this.B_OpenPokedex = new System.Windows.Forms.Button();
|
||
this.GB_SAVtools = new System.Windows.Forms.GroupBox();
|
||
this.B_OpenSuperTraining = new System.Windows.Forms.Button();
|
||
this.L_SAVINDEX = new System.Windows.Forms.Label();
|
||
this.dragout = new System.Windows.Forms.PictureBox();
|
||
this.tabMain.SuspendLayout();
|
||
this.Tab_Main.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.Label_IsShiny)).BeginInit();
|
||
this.Tab_Met.SuspendLayout();
|
||
this.GB_EggConditions.SuspendLayout();
|
||
this.Tab_Stats.SuspendLayout();
|
||
this.Tab_Attacks.SuspendLayout();
|
||
this.GB_RelearnMoves.SuspendLayout();
|
||
this.GB_CurrentMoves.SuspendLayout();
|
||
this.Tab_OTMisc.SuspendLayout();
|
||
this.GB_nOT.SuspendLayout();
|
||
this.GB_Markings.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkPentagon)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkCured)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkShiny)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark6)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark1)).BeginInit();
|
||
this.GB_ExtraBytes.SuspendLayout();
|
||
this.GB_OT.SuspendLayout();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.tabBoxMulti.SuspendLayout();
|
||
this.Tab_Box.SuspendLayout();
|
||
this.PAN_Box.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bpkx30)).BeginInit();
|
||
((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();
|
||
this.PAN_BattleBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx1)).BeginInit();
|
||
((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();
|
||
this.PAN_Party.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx1)).BeginInit();
|
||
((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();
|
||
this.Tab_Other.SuspendLayout();
|
||
this.GB_Daycare.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx1)).BeginInit();
|
||
this.GB_GTS.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gtspkx)).BeginInit();
|
||
this.GB_Fused.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.fusedpkx)).BeginInit();
|
||
this.GB_SUBE.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx3)).BeginInit();
|
||
this.Tab_Tools.SuspendLayout();
|
||
this.Tab_SAV.SuspendLayout();
|
||
this.GB_SAVtools.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dragout)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// tabMain
|
||
//
|
||
this.tabMain.AllowDrop = true;
|
||
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;
|
||
this.tabMain.Size = new System.Drawing.Size(280, 325);
|
||
this.tabMain.TabIndex = 0;
|
||
//
|
||
// Tab_Main
|
||
//
|
||
this.Tab_Main.AllowDrop = true;
|
||
this.Tab_Main.Controls.Add(this.CB_Language);
|
||
this.Tab_Main.Controls.Add(this.MT_Form);
|
||
this.Tab_Main.Controls.Add(this.CB_Ability);
|
||
this.Tab_Main.Controls.Add(this.TB_PID);
|
||
this.Tab_Main.Controls.Add(this.CHK_Nicknamed);
|
||
this.Tab_Main.Controls.Add(this.Label_Gender);
|
||
this.Tab_Main.Controls.Add(this.CB_Form);
|
||
this.Tab_Main.Controls.Add(this.CHK_Cured);
|
||
this.Tab_Main.Controls.Add(this.CHK_Infected);
|
||
this.Tab_Main.Controls.Add(this.Label_HeldItem);
|
||
this.Tab_Main.Controls.Add(this.CB_HeldItem);
|
||
this.Tab_Main.Controls.Add(this.TB_Friendship);
|
||
this.Tab_Main.Controls.Add(this.TB_Level);
|
||
this.Tab_Main.Controls.Add(this.TB_EXP);
|
||
this.Tab_Main.Controls.Add(this.BTN_RerollPID);
|
||
this.Tab_Main.Controls.Add(this.CB_3DSReg);
|
||
this.Tab_Main.Controls.Add(this.CB_SubRegion);
|
||
this.Tab_Main.Controls.Add(this.CB_Country);
|
||
this.Tab_Main.Controls.Add(this.CB_PKRSDays);
|
||
this.Tab_Main.Controls.Add(this.CB_PKRSStrain);
|
||
this.Tab_Main.Controls.Add(this.CB_Nature);
|
||
this.Tab_Main.Controls.Add(this.Label_3DSRegion);
|
||
this.Tab_Main.Controls.Add(this.Label_SubRegion);
|
||
this.Tab_Main.Controls.Add(this.Label_Country);
|
||
this.Tab_Main.Controls.Add(this.Label_PKRSdays);
|
||
this.Tab_Main.Controls.Add(this.Label_PKRS);
|
||
this.Tab_Main.Controls.Add(this.CHK_IsEgg);
|
||
this.Tab_Main.Controls.Add(this.Label_Language);
|
||
this.Tab_Main.Controls.Add(this.Label_Form);
|
||
this.Tab_Main.Controls.Add(this.Label_Ability);
|
||
this.Tab_Main.Controls.Add(this.Label_Friendship);
|
||
this.Tab_Main.Controls.Add(this.Label_Nature);
|
||
this.Tab_Main.Controls.Add(this.Label_CurLevel);
|
||
this.Tab_Main.Controls.Add(this.TB_Nickname);
|
||
this.Tab_Main.Controls.Add(this.CB_Species);
|
||
this.Tab_Main.Controls.Add(this.Label_EXP);
|
||
this.Tab_Main.Controls.Add(this.Label_Species);
|
||
this.Tab_Main.Controls.Add(this.Label_HatchCounter);
|
||
this.Tab_Main.Controls.Add(this.Label_IsShiny);
|
||
this.Tab_Main.Controls.Add(this.BTN_Shinytize);
|
||
this.Tab_Main.Controls.Add(this.Label_PID);
|
||
this.Tab_Main.Controls.Add(this.TB_AbilityNumber);
|
||
this.Tab_Main.Controls.Add(this.MT_Level);
|
||
this.Tab_Main.Controls.Add(this.DEV_Ability);
|
||
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);
|
||
this.Tab_Main.Size = new System.Drawing.Size(272, 299);
|
||
this.Tab_Main.TabIndex = 0;
|
||
this.Tab_Main.Text = "Main";
|
||
this.Tab_Main.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_Language
|
||
//
|
||
this.CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_Language.FormattingEnabled = true;
|
||
this.CB_Language.Location = new System.Drawing.Point(105, 174);
|
||
this.CB_Language.Name = "CB_Language";
|
||
this.CB_Language.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_Language.TabIndex = 15;
|
||
//
|
||
// MT_Form
|
||
//
|
||
this.MT_Form.Enabled = false;
|
||
this.MT_Form.Location = new System.Drawing.Point(229, 133);
|
||
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;
|
||
//
|
||
// 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(105, 153);
|
||
this.CB_Ability.Name = "CB_Ability";
|
||
this.CB_Ability.Size = new System.Drawing.Size(122, 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);
|
||
//
|
||
// TB_PID
|
||
//
|
||
this.TB_PID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_PID.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.TB_PID.Location = new System.Drawing.Point(105, 7);
|
||
this.TB_PID.MaxLength = 8;
|
||
this.TB_PID.Name = "TB_PID";
|
||
this.TB_PID.Size = new System.Drawing.Size(60, 20);
|
||
this.TB_PID.TabIndex = 60;
|
||
this.TB_PID.Text = "12345678";
|
||
this.TB_PID.TextChanged += new System.EventHandler(this.update_ID);
|
||
this.TB_PID.MouseHover += new System.EventHandler(this.getTSV);
|
||
//
|
||
// CHK_Nicknamed
|
||
//
|
||
this.CHK_Nicknamed.Location = new System.Drawing.Point(25, 51);
|
||
this.CHK_Nicknamed.Name = "CHK_Nicknamed";
|
||
this.CHK_Nicknamed.Size = new System.Drawing.Size(80, 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);
|
||
this.CHK_Nicknamed.MouseDown += new System.Windows.Forms.MouseEventHandler(this.updateNicknameClick);
|
||
//
|
||
// Label_Gender
|
||
//
|
||
this.Label_Gender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.Label_Gender.Location = new System.Drawing.Point(170, 10);
|
||
this.Label_Gender.Name = "Label_Gender";
|
||
this.Label_Gender.Size = new System.Drawing.Size(16, 13);
|
||
this.Label_Gender.TabIndex = 55;
|
||
this.Label_Gender.Text = "-";
|
||
this.Label_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.Label_Gender.Click += new System.EventHandler(this.clickGender);
|
||
//
|
||
// 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;
|
||
this.CB_Form.Location = new System.Drawing.Point(158, 132);
|
||
this.CB_Form.Name = "CB_Form";
|
||
this.CB_Form.Size = new System.Drawing.Size(69, 21);
|
||
this.CB_Form.TabIndex = 12;
|
||
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.updateForm);
|
||
//
|
||
// CHK_Cured
|
||
//
|
||
this.CHK_Cured.AutoSize = true;
|
||
this.CHK_Cured.Location = new System.Drawing.Point(179, 196);
|
||
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);
|
||
//
|
||
// CHK_Infected
|
||
//
|
||
this.CHK_Infected.AutoSize = true;
|
||
this.CHK_Infected.Location = new System.Drawing.Point(105, 196);
|
||
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);
|
||
//
|
||
// Label_HeldItem
|
||
//
|
||
this.Label_HeldItem.Location = new System.Drawing.Point(25, 114);
|
||
this.Label_HeldItem.Name = "Label_HeldItem";
|
||
this.Label_HeldItem.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_HeldItem.TabIndex = 51;
|
||
this.Label_HeldItem.Text = "Held Item:";
|
||
this.Label_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_HeldItem
|
||
//
|
||
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(105, 111);
|
||
this.CB_HeldItem.Name = "CB_HeldItem";
|
||
this.CB_HeldItem.Size = new System.Drawing.Size(122, 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);
|
||
//
|
||
// TB_Friendship
|
||
//
|
||
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Friendship.Location = new System.Drawing.Point(105, 133);
|
||
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.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Level
|
||
//
|
||
this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Level.Location = new System.Drawing.Point(205, 70);
|
||
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;
|
||
this.TB_Level.TextChanged += new System.EventHandler(this.updateEXPLevel);
|
||
//
|
||
// TB_EXP
|
||
//
|
||
this.TB_EXP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_EXP.Location = new System.Drawing.Point(105, 70);
|
||
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);
|
||
//
|
||
// BTN_RerollPID
|
||
//
|
||
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(188, 7);
|
||
this.BTN_RerollPID.Name = "BTN_RerollPID";
|
||
this.BTN_RerollPID.Size = new System.Drawing.Size(40, 20);
|
||
this.BTN_RerollPID.TabIndex = 2;
|
||
this.BTN_RerollPID.Text = "Reroll";
|
||
this.BTN_RerollPID.UseVisualStyleBackColor = true;
|
||
this.BTN_RerollPID.Click += new System.EventHandler(this.updateRandomPID);
|
||
//
|
||
// CB_3DSReg
|
||
//
|
||
this.CB_3DSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_3DSReg.FormattingEnabled = true;
|
||
this.CB_3DSReg.Location = new System.Drawing.Point(105, 276);
|
||
this.CB_3DSReg.Name = "CB_3DSReg";
|
||
this.CB_3DSReg.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_3DSReg.TabIndex = 23;
|
||
//
|
||
// 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(105, 256);
|
||
this.CB_SubRegion.Name = "CB_SubRegion";
|
||
this.CB_SubRegion.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_SubRegion.TabIndex = 22;
|
||
this.CB_SubRegion.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
this.CB_SubRegion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.removedropCB);
|
||
this.CB_SubRegion.Validating += new System.ComponentModel.CancelEventHandler(this.validateComboBox);
|
||
//
|
||
// 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(105, 236);
|
||
this.CB_Country.Name = "CB_Country";
|
||
this.CB_Country.Size = new System.Drawing.Size(122, 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);
|
||
//
|
||
// CB_PKRSDays
|
||
//
|
||
this.CB_PKRSDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_PKRSDays.Enabled = false;
|
||
this.CB_PKRSDays.FormattingEnabled = true;
|
||
this.CB_PKRSDays.Items.AddRange(new object[] {
|
||
"0",
|
||
"1",
|
||
"2",
|
||
"3",
|
||
"4"});
|
||
this.CB_PKRSDays.Location = new System.Drawing.Point(197, 213);
|
||
this.CB_PKRSDays.Name = "CB_PKRSDays";
|
||
this.CB_PKRSDays.Size = new System.Drawing.Size(30, 21);
|
||
this.CB_PKRSDays.TabIndex = 20;
|
||
this.CB_PKRSDays.SelectedIndexChanged += new System.EventHandler(this.updatePKRSdays);
|
||
//
|
||
// CB_PKRSStrain
|
||
//
|
||
this.CB_PKRSStrain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_PKRSStrain.Enabled = false;
|
||
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(135, 213);
|
||
this.CB_PKRSStrain.Name = "CB_PKRSStrain";
|
||
this.CB_PKRSStrain.Size = new System.Drawing.Size(43, 21);
|
||
this.CB_PKRSStrain.TabIndex = 19;
|
||
this.CB_PKRSStrain.SelectedValueChanged += new System.EventHandler(this.updatePKRSstrain);
|
||
//
|
||
// 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;
|
||
this.CB_Nature.Location = new System.Drawing.Point(105, 90);
|
||
this.CB_Nature.Name = "CB_Nature";
|
||
this.CB_Nature.Size = new System.Drawing.Size(122, 21);
|
||
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);
|
||
this.CB_Nature.Validating += new System.ComponentModel.CancelEventHandler(this.validateComboBox);
|
||
//
|
||
// Label_3DSRegion
|
||
//
|
||
this.Label_3DSRegion.Location = new System.Drawing.Point(25, 279);
|
||
this.Label_3DSRegion.Name = "Label_3DSRegion";
|
||
this.Label_3DSRegion.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_3DSRegion.TabIndex = 18;
|
||
this.Label_3DSRegion.Text = "3DS Region:";
|
||
this.Label_3DSRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_SubRegion
|
||
//
|
||
this.Label_SubRegion.Location = new System.Drawing.Point(25, 259);
|
||
this.Label_SubRegion.Name = "Label_SubRegion";
|
||
this.Label_SubRegion.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_SubRegion.TabIndex = 17;
|
||
this.Label_SubRegion.Text = "Sub Region:";
|
||
this.Label_SubRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Country
|
||
//
|
||
this.Label_Country.Location = new System.Drawing.Point(25, 239);
|
||
this.Label_Country.Name = "Label_Country";
|
||
this.Label_Country.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_Country.TabIndex = 16;
|
||
this.Label_Country.Text = "Country:";
|
||
this.Label_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_PKRSdays
|
||
//
|
||
this.Label_PKRSdays.Location = new System.Drawing.Point(178, 216);
|
||
this.Label_PKRSdays.Name = "Label_PKRSdays";
|
||
this.Label_PKRSdays.Size = new System.Drawing.Size(20, 13);
|
||
this.Label_PKRSdays.TabIndex = 15;
|
||
this.Label_PKRSdays.Text = "d:";
|
||
this.Label_PKRSdays.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_PKRS
|
||
//
|
||
this.Label_PKRS.Location = new System.Drawing.Point(80, 216);
|
||
this.Label_PKRS.Name = "Label_PKRS";
|
||
this.Label_PKRS.Size = new System.Drawing.Size(56, 13);
|
||
this.Label_PKRS.TabIndex = 14;
|
||
this.Label_PKRS.Text = "PkRs:";
|
||
this.Label_PKRS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CHK_IsEgg
|
||
//
|
||
this.CHK_IsEgg.AutoSize = true;
|
||
this.CHK_IsEgg.Location = new System.Drawing.Point(43, 196);
|
||
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);
|
||
//
|
||
// Label_Language
|
||
//
|
||
this.Label_Language.Location = new System.Drawing.Point(25, 177);
|
||
this.Label_Language.Name = "Label_Language";
|
||
this.Label_Language.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_Language.TabIndex = 12;
|
||
this.Label_Language.Text = "Language:";
|
||
this.Label_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Form
|
||
//
|
||
this.Label_Form.AutoSize = true;
|
||
this.Label_Form.Location = new System.Drawing.Point(128, 136);
|
||
this.Label_Form.Name = "Label_Form";
|
||
this.Label_Form.Size = new System.Drawing.Size(33, 13);
|
||
this.Label_Form.TabIndex = 11;
|
||
this.Label_Form.Text = "Form:";
|
||
//
|
||
// Label_Ability
|
||
//
|
||
this.Label_Ability.Location = new System.Drawing.Point(25, 157);
|
||
this.Label_Ability.Name = "Label_Ability";
|
||
this.Label_Ability.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_Ability.TabIndex = 10;
|
||
this.Label_Ability.Text = "Ability:";
|
||
this.Label_Ability.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Friendship
|
||
//
|
||
this.Label_Friendship.Location = new System.Drawing.Point(25, 135);
|
||
this.Label_Friendship.Name = "Label_Friendship";
|
||
this.Label_Friendship.Size = new System.Drawing.Size(77, 13);
|
||
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);
|
||
//
|
||
// Label_Nature
|
||
//
|
||
this.Label_Nature.Location = new System.Drawing.Point(25, 93);
|
||
this.Label_Nature.Name = "Label_Nature";
|
||
this.Label_Nature.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_Nature.TabIndex = 8;
|
||
this.Label_Nature.Text = "Nature:";
|
||
this.Label_Nature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_CurLevel
|
||
//
|
||
this.Label_CurLevel.Location = new System.Drawing.Point(153, 73);
|
||
this.Label_CurLevel.Name = "Label_CurLevel";
|
||
this.Label_CurLevel.Size = new System.Drawing.Size(50, 13);
|
||
this.Label_CurLevel.TabIndex = 7;
|
||
this.Label_CurLevel.Text = "Level:";
|
||
this.Label_CurLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_Nickname
|
||
//
|
||
this.TB_Nickname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Nickname.Location = new System.Drawing.Point(105, 49);
|
||
this.TB_Nickname.MaximumSize = new System.Drawing.Size(122, 20);
|
||
this.TB_Nickname.MaxLength = 12;
|
||
this.TB_Nickname.MinimumSize = new System.Drawing.Size(122, 20);
|
||
this.TB_Nickname.Name = "TB_Nickname";
|
||
this.TB_Nickname.Size = new System.Drawing.Size(122, 20);
|
||
this.TB_Nickname.TabIndex = 5;
|
||
this.TB_Nickname.MouseDown += new System.Windows.Forms.MouseEventHandler(this.updateNicknameClick);
|
||
//
|
||
// CB_Species
|
||
//
|
||
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(105, 27);
|
||
this.CB_Species.Name = "CB_Species";
|
||
this.CB_Species.Size = new System.Drawing.Size(122, 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);
|
||
//
|
||
// Label_EXP
|
||
//
|
||
this.Label_EXP.Location = new System.Drawing.Point(25, 73);
|
||
this.Label_EXP.Name = "Label_EXP";
|
||
this.Label_EXP.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_EXP.TabIndex = 3;
|
||
this.Label_EXP.Text = "EXP:";
|
||
this.Label_EXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Species
|
||
//
|
||
this.Label_Species.Location = new System.Drawing.Point(25, 30);
|
||
this.Label_Species.Name = "Label_Species";
|
||
this.Label_Species.Size = new System.Drawing.Size(77, 13);
|
||
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);
|
||
//
|
||
// Label_HatchCounter
|
||
//
|
||
this.Label_HatchCounter.Location = new System.Drawing.Point(20, 134);
|
||
this.Label_HatchCounter.Name = "Label_HatchCounter";
|
||
this.Label_HatchCounter.Size = new System.Drawing.Size(82, 13);
|
||
this.Label_HatchCounter.TabIndex = 61;
|
||
this.Label_HatchCounter.Text = "Hatch Counter:";
|
||
this.Label_HatchCounter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_IsShiny
|
||
//
|
||
this.Label_IsShiny.Image = global::PKHeX.Properties.Resources.rare_icon;
|
||
this.Label_IsShiny.InitialImage = global::PKHeX.Properties.Resources.rare_icon;
|
||
this.Label_IsShiny.Location = new System.Drawing.Point(53, 7);
|
||
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;
|
||
//
|
||
// BTN_Shinytize
|
||
//
|
||
this.BTN_Shinytize.Location = new System.Drawing.Point(50, 6);
|
||
this.BTN_Shinytize.Name = "BTN_Shinytize";
|
||
this.BTN_Shinytize.Size = new System.Drawing.Size(26, 22);
|
||
this.BTN_Shinytize.TabIndex = 58;
|
||
this.BTN_Shinytize.Text = "☆";
|
||
this.BTN_Shinytize.UseVisualStyleBackColor = true;
|
||
this.BTN_Shinytize.Click += new System.EventHandler(this.updateShinyPID);
|
||
//
|
||
// Label_PID
|
||
//
|
||
this.Label_PID.Location = new System.Drawing.Point(25, 11);
|
||
this.Label_PID.Name = "Label_PID";
|
||
this.Label_PID.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_PID.TabIndex = 0;
|
||
this.Label_PID.Text = "PID:";
|
||
this.Label_PID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_AbilityNumber
|
||
//
|
||
this.TB_AbilityNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_AbilityNumber.Location = new System.Drawing.Point(206, 153);
|
||
this.TB_AbilityNumber.Mask = "0";
|
||
this.TB_AbilityNumber.Name = "TB_AbilityNumber";
|
||
this.TB_AbilityNumber.Size = new System.Drawing.Size(20, 20);
|
||
this.TB_AbilityNumber.TabIndex = 14;
|
||
this.TB_AbilityNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_AbilityNumber.Visible = false;
|
||
//
|
||
// MT_Level
|
||
//
|
||
this.MT_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.MT_Level.Enabled = false;
|
||
this.MT_Level.Location = new System.Drawing.Point(205, 70);
|
||
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);
|
||
//
|
||
// 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(105, 153);
|
||
this.DEV_Ability.Name = "DEV_Ability";
|
||
this.DEV_Ability.Size = new System.Drawing.Size(100, 21);
|
||
this.DEV_Ability.TabIndex = 14;
|
||
this.DEV_Ability.Visible = false;
|
||
//
|
||
// Tab_Met
|
||
//
|
||
this.Tab_Met.AllowDrop = true;
|
||
this.Tab_Met.Controls.Add(this.CHK_AsEgg);
|
||
this.Tab_Met.Controls.Add(this.CHK_Fateful);
|
||
this.Tab_Met.Controls.Add(this.GB_EggConditions);
|
||
this.Tab_Met.Controls.Add(this.Label_EncounterType);
|
||
this.Tab_Met.Controls.Add(this.Label_MetDate);
|
||
this.Tab_Met.Controls.Add(this.Label_MetLevel);
|
||
this.Tab_Met.Controls.Add(this.Label_Ball);
|
||
this.Tab_Met.Controls.Add(this.Label_MetLocation);
|
||
this.Tab_Met.Controls.Add(this.Label_OriginGame);
|
||
this.Tab_Met.Controls.Add(this.CB_GameOrigin);
|
||
this.Tab_Met.Controls.Add(this.CB_MetLocation);
|
||
this.Tab_Met.Controls.Add(this.CB_Ball);
|
||
this.Tab_Met.Controls.Add(this.TB_MetLevel);
|
||
this.Tab_Met.Controls.Add(this.CAL_MetDate);
|
||
this.Tab_Met.Controls.Add(this.CB_EncounterType);
|
||
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(105, 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);
|
||
//
|
||
// CHK_Fateful
|
||
//
|
||
this.CHK_Fateful.AutoSize = true;
|
||
this.CHK_Fateful.Location = new System.Drawing.Point(105, 135);
|
||
this.CHK_Fateful.Name = "CHK_Fateful";
|
||
this.CHK_Fateful.Size = new System.Drawing.Size(110, 17);
|
||
this.CHK_Fateful.TabIndex = 7;
|
||
this.CHK_Fateful.Text = "Fateful Encounter";
|
||
this.CHK_Fateful.UseVisualStyleBackColor = true;
|
||
//
|
||
// 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(37, 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 = 11;
|
||
this.CB_EggLocation.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
//
|
||
// Label_EncounterType
|
||
//
|
||
this.Label_EncounterType.Enabled = false;
|
||
this.Label_EncounterType.Location = new System.Drawing.Point(25, 114);
|
||
this.Label_EncounterType.Name = "Label_EncounterType";
|
||
this.Label_EncounterType.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_EncounterType.TabIndex = 5;
|
||
this.Label_EncounterType.Text = "Encounter:";
|
||
this.Label_EncounterType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_MetDate
|
||
//
|
||
this.Label_MetDate.Location = new System.Drawing.Point(25, 93);
|
||
this.Label_MetDate.Name = "Label_MetDate";
|
||
this.Label_MetDate.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_MetDate.TabIndex = 4;
|
||
this.Label_MetDate.Text = "Met Date:";
|
||
this.Label_MetDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_MetLevel
|
||
//
|
||
this.Label_MetLevel.Location = new System.Drawing.Point(25, 73);
|
||
this.Label_MetLevel.Name = "Label_MetLevel";
|
||
this.Label_MetLevel.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_MetLevel.TabIndex = 3;
|
||
this.Label_MetLevel.Text = "Met Level:";
|
||
this.Label_MetLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Ball
|
||
//
|
||
this.Label_Ball.Location = new System.Drawing.Point(25, 52);
|
||
this.Label_Ball.Name = "Label_Ball";
|
||
this.Label_Ball.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_Ball.TabIndex = 2;
|
||
this.Label_Ball.Text = "Ball:";
|
||
this.Label_Ball.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_MetLocation
|
||
//
|
||
this.Label_MetLocation.Location = new System.Drawing.Point(25, 30);
|
||
this.Label_MetLocation.Name = "Label_MetLocation";
|
||
this.Label_MetLocation.Size = new System.Drawing.Size(77, 13);
|
||
this.Label_MetLocation.TabIndex = 1;
|
||
this.Label_MetLocation.Text = "Met Location:";
|
||
this.Label_MetLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_OriginGame
|
||
//
|
||
this.Label_OriginGame.Location = new System.Drawing.Point(25, 11);
|
||
this.Label_OriginGame.Name = "Label_OriginGame";
|
||
this.Label_OriginGame.Size = new System.Drawing.Size(77, 13);
|
||
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(105, 7);
|
||
this.CB_GameOrigin.Name = "CB_GameOrigin";
|
||
this.CB_GameOrigin.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_GameOrigin.TabIndex = 1;
|
||
this.CB_GameOrigin.SelectedIndexChanged += new System.EventHandler(this.updateOriginGame);
|
||
//
|
||
// 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(105, 27);
|
||
this.CB_MetLocation.Name = "CB_MetLocation";
|
||
this.CB_MetLocation.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_MetLocation.TabIndex = 10;
|
||
this.CB_MetLocation.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
this.CB_MetLocation.KeyDown += new System.Windows.Forms.KeyEventHandler(this.removedropCB);
|
||
this.CB_MetLocation.Validating += new System.ComponentModel.CancelEventHandler(this.validateComboBox);
|
||
//
|
||
// CB_Ball
|
||
//
|
||
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(105, 48);
|
||
this.CB_Ball.Name = "CB_Ball";
|
||
this.CB_Ball.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_Ball.TabIndex = 3;
|
||
this.CB_Ball.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
this.CB_Ball.KeyDown += new System.Windows.Forms.KeyEventHandler(this.removedropCB);
|
||
this.CB_Ball.Validating += new System.ComponentModel.CancelEventHandler(this.validateComboBox);
|
||
//
|
||
// TB_MetLevel
|
||
//
|
||
this.TB_MetLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_MetLevel.Location = new System.Drawing.Point(105, 70);
|
||
this.TB_MetLevel.Mask = "000";
|
||
this.TB_MetLevel.Name = "TB_MetLevel";
|
||
this.TB_MetLevel.Size = new System.Drawing.Size(122, 20);
|
||
this.TB_MetLevel.TabIndex = 4;
|
||
this.TB_MetLevel.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// CAL_MetDate
|
||
//
|
||
this.CAL_MetDate.CustomFormat = "MM/dd/yyyy";
|
||
this.CAL_MetDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||
this.CAL_MetDate.Location = new System.Drawing.Point(105, 90);
|
||
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(122, 20);
|
||
this.CAL_MetDate.TabIndex = 5;
|
||
this.CAL_MetDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
||
//
|
||
// CB_EncounterType
|
||
//
|
||
this.CB_EncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_EncounterType.DropDownWidth = 140;
|
||
this.CB_EncounterType.FormattingEnabled = true;
|
||
this.CB_EncounterType.Location = new System.Drawing.Point(105, 110);
|
||
this.CB_EncounterType.Name = "CB_EncounterType";
|
||
this.CB_EncounterType.Size = new System.Drawing.Size(122, 21);
|
||
this.CB_EncounterType.TabIndex = 6;
|
||
//
|
||
// Tab_Stats
|
||
//
|
||
this.Tab_Stats.AllowDrop = true;
|
||
this.Tab_Stats.Controls.Add(this.CHK_HackedStats);
|
||
this.Tab_Stats.Controls.Add(this.Label_CharacteristicPrefix);
|
||
this.Tab_Stats.Controls.Add(this.L_Potential);
|
||
this.Tab_Stats.Controls.Add(this.TB_IVTotal);
|
||
this.Tab_Stats.Controls.Add(this.L_Characteristic);
|
||
this.Tab_Stats.Controls.Add(this.TB_Sheen);
|
||
this.Tab_Stats.Controls.Add(this.TB_Tough);
|
||
this.Tab_Stats.Controls.Add(this.TB_Smart);
|
||
this.Tab_Stats.Controls.Add(this.TB_Cute);
|
||
this.Tab_Stats.Controls.Add(this.TB_Beauty);
|
||
this.Tab_Stats.Controls.Add(this.TB_Cool);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPEIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPDIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPAIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_DEFIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_ATKIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_HPIV);
|
||
this.Tab_Stats.Controls.Add(this.TB_ATKEV);
|
||
this.Tab_Stats.Controls.Add(this.TB_DEFEV);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPEEV);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPDEV);
|
||
this.Tab_Stats.Controls.Add(this.TB_SPAEV);
|
||
this.Tab_Stats.Controls.Add(this.TB_HPEV);
|
||
this.Tab_Stats.Controls.Add(this.Label_Sheen);
|
||
this.Tab_Stats.Controls.Add(this.Label_Tough);
|
||
this.Tab_Stats.Controls.Add(this.Label_Smart);
|
||
this.Tab_Stats.Controls.Add(this.Label_Cute);
|
||
this.Tab_Stats.Controls.Add(this.Label_Beauty);
|
||
this.Tab_Stats.Controls.Add(this.Label_Cool);
|
||
this.Tab_Stats.Controls.Add(this.Label_ContestStats);
|
||
this.Tab_Stats.Controls.Add(this.BTN_RandomEVs);
|
||
this.Tab_Stats.Controls.Add(this.BTN_RandomIVs);
|
||
this.Tab_Stats.Controls.Add(this.Label_HPTYPE);
|
||
this.Tab_Stats.Controls.Add(this.Label_HiddenPowerPrefix);
|
||
this.Tab_Stats.Controls.Add(this.Label_Stats);
|
||
this.Tab_Stats.Controls.Add(this.Label_EVs);
|
||
this.Tab_Stats.Controls.Add(this.Label_IVs);
|
||
this.Tab_Stats.Controls.Add(this.Label_Total);
|
||
this.Tab_Stats.Controls.Add(this.Label_SPE);
|
||
this.Tab_Stats.Controls.Add(this.Label_SPD);
|
||
this.Tab_Stats.Controls.Add(this.Label_SPA);
|
||
this.Tab_Stats.Controls.Add(this.Label_DEF);
|
||
this.Tab_Stats.Controls.Add(this.Label_ATK);
|
||
this.Tab_Stats.Controls.Add(this.Label_HP);
|
||
this.Tab_Stats.Controls.Add(this.TB_EVTotal);
|
||
this.Tab_Stats.Controls.Add(this.Stat_SPE);
|
||
this.Tab_Stats.Controls.Add(this.Stat_SPD);
|
||
this.Tab_Stats.Controls.Add(this.Stat_SPA);
|
||
this.Tab_Stats.Controls.Add(this.Stat_DEF);
|
||
this.Tab_Stats.Controls.Add(this.Stat_ATK);
|
||
this.Tab_Stats.Controls.Add(this.Stat_HP);
|
||
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;
|
||
//
|
||
// CHK_HackedStats
|
||
//
|
||
this.CHK_HackedStats.AutoSize = true;
|
||
this.CHK_HackedStats.Enabled = false;
|
||
this.CHK_HackedStats.Location = new System.Drawing.Point(3, 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);
|
||
//
|
||
// Label_CharacteristicPrefix
|
||
//
|
||
this.Label_CharacteristicPrefix.Location = new System.Drawing.Point(29, 198);
|
||
this.Label_CharacteristicPrefix.Name = "Label_CharacteristicPrefix";
|
||
this.Label_CharacteristicPrefix.Size = new System.Drawing.Size(103, 13);
|
||
this.Label_CharacteristicPrefix.TabIndex = 43;
|
||
this.Label_CharacteristicPrefix.Text = "Characteristic:";
|
||
this.Label_CharacteristicPrefix.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_Potential
|
||
//
|
||
this.L_Potential.AutoSize = true;
|
||
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(165, 153);
|
||
this.L_Potential.Name = "L_Potential";
|
||
this.L_Potential.Size = new System.Drawing.Size(67, 16);
|
||
this.L_Potential.TabIndex = 42;
|
||
this.L_Potential.Text = "(potential)";
|
||
//
|
||
// TB_IVTotal
|
||
//
|
||
this.TB_IVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_IVTotal.Enabled = false;
|
||
this.TB_IVTotal.Location = new System.Drawing.Point(102, 151);
|
||
this.TB_IVTotal.MaxLength = 3;
|
||
this.TB_IVTotal.Name = "TB_IVTotal";
|
||
this.TB_IVTotal.Size = new System.Drawing.Size(22, 20);
|
||
this.TB_IVTotal.TabIndex = 41;
|
||
this.TB_IVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// L_Characteristic
|
||
//
|
||
this.L_Characteristic.AutoSize = true;
|
||
this.L_Characteristic.Location = new System.Drawing.Point(131, 198);
|
||
this.L_Characteristic.Name = "L_Characteristic";
|
||
this.L_Characteristic.Size = new System.Drawing.Size(34, 13);
|
||
this.L_Characteristic.TabIndex = 40;
|
||
this.L_Characteristic.Text = "(char)";
|
||
//
|
||
// TB_Sheen
|
||
//
|
||
this.TB_Sheen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Sheen.Location = new System.Drawing.Point(213, 279);
|
||
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 = 20;
|
||
this.TB_Sheen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Sheen.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Tough
|
||
//
|
||
this.TB_Tough.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Tough.Location = new System.Drawing.Point(176, 279);
|
||
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 = 19;
|
||
this.TB_Tough.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Tough.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Smart
|
||
//
|
||
this.TB_Smart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Smart.Location = new System.Drawing.Point(139, 279);
|
||
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 = 18;
|
||
this.TB_Smart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Smart.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Cute
|
||
//
|
||
this.TB_Cute.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Cute.Location = new System.Drawing.Point(102, 279);
|
||
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 = 17;
|
||
this.TB_Cute.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Cute.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Beauty
|
||
//
|
||
this.TB_Beauty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Beauty.Location = new System.Drawing.Point(65, 279);
|
||
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 = 16;
|
||
this.TB_Beauty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Beauty.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_Cool
|
||
//
|
||
this.TB_Cool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_Cool.Location = new System.Drawing.Point(28, 279);
|
||
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 = 15;
|
||
this.TB_Cool.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_Cool.TextChanged += new System.EventHandler(this.update255_MTB);
|
||
//
|
||
// TB_SPEIV
|
||
//
|
||
this.TB_SPEIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPEIV.Location = new System.Drawing.Point(102, 129);
|
||
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.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_SPDIV
|
||
//
|
||
this.TB_SPDIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPDIV.Location = new System.Drawing.Point(102, 107);
|
||
this.TB_SPDIV.Mask = "00";
|
||
this.TB_SPDIV.Name = "TB_SPDIV";
|
||
this.TB_SPDIV.Size = new System.Drawing.Size(22, 20);
|
||
this.TB_SPDIV.TabIndex = 5;
|
||
this.TB_SPDIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_SPDIV.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_SPAIV
|
||
//
|
||
this.TB_SPAIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPAIV.Location = new System.Drawing.Point(102, 85);
|
||
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.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_DEFIV
|
||
//
|
||
this.TB_DEFIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_DEFIV.Location = new System.Drawing.Point(102, 63);
|
||
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.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_ATKIV
|
||
//
|
||
this.TB_ATKIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_ATKIV.Location = new System.Drawing.Point(102, 41);
|
||
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.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_HPIV
|
||
//
|
||
this.TB_HPIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_HPIV.Location = new System.Drawing.Point(102, 19);
|
||
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.TextChanged += new System.EventHandler(this.updateIVs);
|
||
//
|
||
// TB_ATKEV
|
||
//
|
||
this.TB_ATKEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_ATKEV.Location = new System.Drawing.Point(130, 41);
|
||
this.TB_ATKEV.Mask = "000";
|
||
this.TB_ATKEV.Name = "TB_ATKEV";
|
||
this.TB_ATKEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_ATKEV.TabIndex = 8;
|
||
this.TB_ATKEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_ATKEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// TB_DEFEV
|
||
//
|
||
this.TB_DEFEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_DEFEV.Location = new System.Drawing.Point(130, 63);
|
||
this.TB_DEFEV.Mask = "000";
|
||
this.TB_DEFEV.Name = "TB_DEFEV";
|
||
this.TB_DEFEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_DEFEV.TabIndex = 9;
|
||
this.TB_DEFEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_DEFEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// TB_SPEEV
|
||
//
|
||
this.TB_SPEEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPEEV.Location = new System.Drawing.Point(130, 129);
|
||
this.TB_SPEEV.Mask = "000";
|
||
this.TB_SPEEV.Name = "TB_SPEEV";
|
||
this.TB_SPEEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_SPEEV.TabIndex = 12;
|
||
this.TB_SPEEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_SPEEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// TB_SPDEV
|
||
//
|
||
this.TB_SPDEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPDEV.Location = new System.Drawing.Point(130, 107);
|
||
this.TB_SPDEV.Mask = "000";
|
||
this.TB_SPDEV.Name = "TB_SPDEV";
|
||
this.TB_SPDEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_SPDEV.TabIndex = 11;
|
||
this.TB_SPDEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_SPDEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// TB_SPAEV
|
||
//
|
||
this.TB_SPAEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_SPAEV.Location = new System.Drawing.Point(130, 85);
|
||
this.TB_SPAEV.Mask = "000";
|
||
this.TB_SPAEV.Name = "TB_SPAEV";
|
||
this.TB_SPAEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_SPAEV.TabIndex = 10;
|
||
this.TB_SPAEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_SPAEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// TB_HPEV
|
||
//
|
||
this.TB_HPEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_HPEV.Location = new System.Drawing.Point(130, 19);
|
||
this.TB_HPEV.Mask = "000";
|
||
this.TB_HPEV.Name = "TB_HPEV";
|
||
this.TB_HPEV.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_HPEV.TabIndex = 7;
|
||
this.TB_HPEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
this.TB_HPEV.TextChanged += new System.EventHandler(this.updateEVs);
|
||
//
|
||
// Label_Sheen
|
||
//
|
||
this.Label_Sheen.Location = new System.Drawing.Point(207, 266);
|
||
this.Label_Sheen.Name = "Label_Sheen";
|
||
this.Label_Sheen.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Sheen.TabIndex = 39;
|
||
this.Label_Sheen.Text = "Sheen";
|
||
this.Label_Sheen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Tough
|
||
//
|
||
this.Label_Tough.Location = new System.Drawing.Point(170, 266);
|
||
this.Label_Tough.Name = "Label_Tough";
|
||
this.Label_Tough.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Tough.TabIndex = 38;
|
||
this.Label_Tough.Text = "Tough";
|
||
this.Label_Tough.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Smart
|
||
//
|
||
this.Label_Smart.Location = new System.Drawing.Point(133, 266);
|
||
this.Label_Smart.Name = "Label_Smart";
|
||
this.Label_Smart.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Smart.TabIndex = 37;
|
||
this.Label_Smart.Text = "Clever";
|
||
this.Label_Smart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Cute
|
||
//
|
||
this.Label_Cute.Location = new System.Drawing.Point(96, 266);
|
||
this.Label_Cute.Name = "Label_Cute";
|
||
this.Label_Cute.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Cute.TabIndex = 36;
|
||
this.Label_Cute.Text = "Cute";
|
||
this.Label_Cute.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Beauty
|
||
//
|
||
this.Label_Beauty.Location = new System.Drawing.Point(59, 266);
|
||
this.Label_Beauty.Name = "Label_Beauty";
|
||
this.Label_Beauty.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Beauty.TabIndex = 35;
|
||
this.Label_Beauty.Text = "Beauty";
|
||
this.Label_Beauty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Cool
|
||
//
|
||
this.Label_Cool.Location = new System.Drawing.Point(22, 266);
|
||
this.Label_Cool.Name = "Label_Cool";
|
||
this.Label_Cool.Size = new System.Drawing.Size(43, 13);
|
||
this.Label_Cool.TabIndex = 34;
|
||
this.Label_Cool.Text = "Cool";
|
||
this.Label_Cool.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_ContestStats
|
||
//
|
||
this.Label_ContestStats.Location = new System.Drawing.Point(67, 250);
|
||
this.Label_ContestStats.Name = "Label_ContestStats";
|
||
this.Label_ContestStats.Size = new System.Drawing.Size(140, 13);
|
||
this.Label_ContestStats.TabIndex = 33;
|
||
this.Label_ContestStats.Text = "Contest Stats";
|
||
this.Label_ContestStats.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// BTN_RandomEVs
|
||
//
|
||
this.BTN_RandomEVs.Location = new System.Drawing.Point(140, 218);
|
||
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
|
||
//
|
||
this.BTN_RandomIVs.Location = new System.Drawing.Point(41, 218);
|
||
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);
|
||
//
|
||
// Label_HPTYPE
|
||
//
|
||
this.Label_HPTYPE.AutoSize = true;
|
||
this.Label_HPTYPE.Location = new System.Drawing.Point(160, 179);
|
||
this.Label_HPTYPE.Name = "Label_HPTYPE";
|
||
this.Label_HPTYPE.Size = new System.Drawing.Size(33, 13);
|
||
this.Label_HPTYPE.TabIndex = 30;
|
||
this.Label_HPTYPE.Text = "(type)";
|
||
//
|
||
// Label_HiddenPowerPrefix
|
||
//
|
||
this.Label_HiddenPowerPrefix.Location = new System.Drawing.Point(29, 179);
|
||
this.Label_HiddenPowerPrefix.Name = "Label_HiddenPowerPrefix";
|
||
this.Label_HiddenPowerPrefix.Size = new System.Drawing.Size(133, 13);
|
||
this.Label_HiddenPowerPrefix.TabIndex = 29;
|
||
this.Label_HiddenPowerPrefix.Text = "Hidden Power Type:";
|
||
this.Label_HiddenPowerPrefix.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Stats
|
||
//
|
||
this.Label_Stats.Location = new System.Drawing.Point(162, 6);
|
||
this.Label_Stats.Name = "Label_Stats";
|
||
this.Label_Stats.Size = new System.Drawing.Size(40, 13);
|
||
this.Label_Stats.TabIndex = 28;
|
||
this.Label_Stats.Text = "Stats";
|
||
this.Label_Stats.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_EVs
|
||
//
|
||
this.Label_EVs.Location = new System.Drawing.Point(125, 6);
|
||
this.Label_EVs.Name = "Label_EVs";
|
||
this.Label_EVs.Size = new System.Drawing.Size(40, 13);
|
||
this.Label_EVs.TabIndex = 27;
|
||
this.Label_EVs.Text = "EVs";
|
||
this.Label_EVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_IVs
|
||
//
|
||
this.Label_IVs.Location = new System.Drawing.Point(98, 6);
|
||
this.Label_IVs.Name = "Label_IVs";
|
||
this.Label_IVs.Size = new System.Drawing.Size(30, 13);
|
||
this.Label_IVs.TabIndex = 26;
|
||
this.Label_IVs.Text = "IVs";
|
||
this.Label_IVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// Label_Total
|
||
//
|
||
this.Label_Total.Location = new System.Drawing.Point(29, 154);
|
||
this.Label_Total.Name = "Label_Total";
|
||
this.Label_Total.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_Total.TabIndex = 25;
|
||
this.Label_Total.Text = "Total:";
|
||
this.Label_Total.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_SPE
|
||
//
|
||
this.Label_SPE.Location = new System.Drawing.Point(29, 131);
|
||
this.Label_SPE.Name = "Label_SPE";
|
||
this.Label_SPE.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_SPE.TabIndex = 24;
|
||
this.Label_SPE.Text = "Spe:";
|
||
this.Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_SPD
|
||
//
|
||
this.Label_SPD.Location = new System.Drawing.Point(29, 109);
|
||
this.Label_SPD.Name = "Label_SPD";
|
||
this.Label_SPD.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_SPD.TabIndex = 23;
|
||
this.Label_SPD.Text = "SpD:";
|
||
this.Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_SPA
|
||
//
|
||
this.Label_SPA.Location = new System.Drawing.Point(29, 87);
|
||
this.Label_SPA.Name = "Label_SPA";
|
||
this.Label_SPA.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_SPA.TabIndex = 22;
|
||
this.Label_SPA.Text = "SpA:";
|
||
this.Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_DEF
|
||
//
|
||
this.Label_DEF.Location = new System.Drawing.Point(29, 65);
|
||
this.Label_DEF.Name = "Label_DEF";
|
||
this.Label_DEF.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_DEF.TabIndex = 21;
|
||
this.Label_DEF.Text = "Def:";
|
||
this.Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_ATK
|
||
//
|
||
this.Label_ATK.Location = new System.Drawing.Point(29, 43);
|
||
this.Label_ATK.Name = "Label_ATK";
|
||
this.Label_ATK.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_ATK.TabIndex = 20;
|
||
this.Label_ATK.Text = "Atk:";
|
||
this.Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_HP
|
||
//
|
||
this.Label_HP.Location = new System.Drawing.Point(29, 21);
|
||
this.Label_HP.Name = "Label_HP";
|
||
this.Label_HP.Size = new System.Drawing.Size(70, 13);
|
||
this.Label_HP.TabIndex = 19;
|
||
this.Label_HP.Text = "HP:";
|
||
this.Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_EVTotal
|
||
//
|
||
this.TB_EVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_EVTotal.Enabled = false;
|
||
this.TB_EVTotal.Location = new System.Drawing.Point(130, 151);
|
||
this.TB_EVTotal.MaxLength = 3;
|
||
this.TB_EVTotal.Name = "TB_EVTotal";
|
||
this.TB_EVTotal.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_EVTotal.TabIndex = 18;
|
||
this.TB_EVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_SPE
|
||
//
|
||
this.Stat_SPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_SPE.Enabled = false;
|
||
this.Stat_SPE.Location = new System.Drawing.Point(167, 129);
|
||
this.Stat_SPE.MaxLength = 5;
|
||
this.Stat_SPE.Name = "Stat_SPE";
|
||
this.Stat_SPE.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_SPE.TabIndex = 17;
|
||
this.Stat_SPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_SPD
|
||
//
|
||
this.Stat_SPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_SPD.Enabled = false;
|
||
this.Stat_SPD.Location = new System.Drawing.Point(167, 107);
|
||
this.Stat_SPD.MaxLength = 5;
|
||
this.Stat_SPD.Name = "Stat_SPD";
|
||
this.Stat_SPD.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_SPD.TabIndex = 16;
|
||
this.Stat_SPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_SPA
|
||
//
|
||
this.Stat_SPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_SPA.Enabled = false;
|
||
this.Stat_SPA.Location = new System.Drawing.Point(167, 85);
|
||
this.Stat_SPA.MaxLength = 5;
|
||
this.Stat_SPA.Name = "Stat_SPA";
|
||
this.Stat_SPA.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_SPA.TabIndex = 15;
|
||
this.Stat_SPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_DEF
|
||
//
|
||
this.Stat_DEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_DEF.Enabled = false;
|
||
this.Stat_DEF.Location = new System.Drawing.Point(167, 63);
|
||
this.Stat_DEF.MaxLength = 5;
|
||
this.Stat_DEF.Name = "Stat_DEF";
|
||
this.Stat_DEF.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_DEF.TabIndex = 14;
|
||
this.Stat_DEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_ATK
|
||
//
|
||
this.Stat_ATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_ATK.Enabled = false;
|
||
this.Stat_ATK.Location = new System.Drawing.Point(167, 41);
|
||
this.Stat_ATK.MaxLength = 5;
|
||
this.Stat_ATK.Name = "Stat_ATK";
|
||
this.Stat_ATK.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_ATK.TabIndex = 13;
|
||
this.Stat_ATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Stat_HP
|
||
//
|
||
this.Stat_HP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.Stat_HP.Enabled = false;
|
||
this.Stat_HP.Location = new System.Drawing.Point(167, 19);
|
||
this.Stat_HP.MaxLength = 5;
|
||
this.Stat_HP.Name = "Stat_HP";
|
||
this.Stat_HP.Size = new System.Drawing.Size(31, 20);
|
||
this.Stat_HP.TabIndex = 12;
|
||
this.Stat_HP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||
//
|
||
// Tab_Attacks
|
||
//
|
||
this.Tab_Attacks.AllowDrop = true;
|
||
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);
|
||
this.Tab_Attacks.Size = new System.Drawing.Size(272, 299);
|
||
this.Tab_Attacks.TabIndex = 3;
|
||
this.Tab_Attacks.Text = "Attacks";
|
||
this.Tab_Attacks.UseVisualStyleBackColor = true;
|
||
//
|
||
// GB_RelearnMoves
|
||
//
|
||
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove4);
|
||
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove3);
|
||
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove2);
|
||
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove1);
|
||
this.GB_RelearnMoves.Location = new System.Drawing.Point(25, 160);
|
||
this.GB_RelearnMoves.Name = "GB_RelearnMoves";
|
||
this.GB_RelearnMoves.Size = new System.Drawing.Size(220, 120);
|
||
this.GB_RelearnMoves.TabIndex = 1;
|
||
this.GB_RelearnMoves.TabStop = false;
|
||
this.GB_RelearnMoves.Text = "Relearn Moves";
|
||
//
|
||
// 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;
|
||
this.CB_RelearnMove4.Location = new System.Drawing.Point(48, 91);
|
||
this.CB_RelearnMove4.Name = "CB_RelearnMove4";
|
||
this.CB_RelearnMove4.Size = new System.Drawing.Size(124, 21);
|
||
this.CB_RelearnMove4.TabIndex = 16;
|
||
this.CB_RelearnMove4.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.CB_RelearnMove3.Location = new System.Drawing.Point(48, 69);
|
||
this.CB_RelearnMove3.Name = "CB_RelearnMove3";
|
||
this.CB_RelearnMove3.Size = new System.Drawing.Size(124, 21);
|
||
this.CB_RelearnMove3.TabIndex = 15;
|
||
this.CB_RelearnMove3.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.CB_RelearnMove2.Location = new System.Drawing.Point(48, 47);
|
||
this.CB_RelearnMove2.Name = "CB_RelearnMove2";
|
||
this.CB_RelearnMove2.Size = new System.Drawing.Size(124, 21);
|
||
this.CB_RelearnMove2.TabIndex = 14;
|
||
this.CB_RelearnMove2.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.CB_RelearnMove1.Location = new System.Drawing.Point(48, 25);
|
||
this.CB_RelearnMove1.Name = "CB_RelearnMove1";
|
||
this.CB_RelearnMove1.Size = new System.Drawing.Size(124, 21);
|
||
this.CB_RelearnMove1.TabIndex = 13;
|
||
this.CB_RelearnMove1.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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.Label_CurPP);
|
||
this.GB_CurrentMoves.Controls.Add(this.Label_PPups);
|
||
this.GB_CurrentMoves.Controls.Add(this.TB_PP4);
|
||
this.GB_CurrentMoves.Controls.Add(this.TB_PP3);
|
||
this.GB_CurrentMoves.Controls.Add(this.TB_PP2);
|
||
this.GB_CurrentMoves.Controls.Add(this.TB_PP1);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_PPu4);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_PPu3);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_PPu2);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_Move4);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_PPu1);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_Move3);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_Move2);
|
||
this.GB_CurrentMoves.Controls.Add(this.CB_Move1);
|
||
this.GB_CurrentMoves.Location = new System.Drawing.Point(27, 19);
|
||
this.GB_CurrentMoves.Name = "GB_CurrentMoves";
|
||
this.GB_CurrentMoves.Size = new System.Drawing.Size(220, 120);
|
||
this.GB_CurrentMoves.TabIndex = 0;
|
||
this.GB_CurrentMoves.TabStop = false;
|
||
this.GB_CurrentMoves.Text = "Current Moves";
|
||
//
|
||
// 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);
|
||
//
|
||
// TB_PP4
|
||
//
|
||
this.TB_PP4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_PP4.Location = new System.Drawing.Point(135, 93);
|
||
this.TB_PP4.MaxLength = 2;
|
||
this.TB_PP4.Name = "TB_PP4";
|
||
this.TB_PP4.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_PP4.TabIndex = 11;
|
||
//
|
||
// TB_PP3
|
||
//
|
||
this.TB_PP3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_PP3.Location = new System.Drawing.Point(135, 71);
|
||
this.TB_PP3.MaxLength = 2;
|
||
this.TB_PP3.Name = "TB_PP3";
|
||
this.TB_PP3.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_PP3.TabIndex = 8;
|
||
//
|
||
// TB_PP2
|
||
//
|
||
this.TB_PP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_PP2.Location = new System.Drawing.Point(135, 49);
|
||
this.TB_PP2.MaxLength = 2;
|
||
this.TB_PP2.Name = "TB_PP2";
|
||
this.TB_PP2.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_PP2.TabIndex = 5;
|
||
//
|
||
// TB_PP1
|
||
//
|
||
this.TB_PP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.TB_PP1.Location = new System.Drawing.Point(135, 27);
|
||
this.TB_PP1.MaxLength = 2;
|
||
this.TB_PP1.Name = "TB_PP1";
|
||
this.TB_PP1.Size = new System.Drawing.Size(31, 20);
|
||
this.TB_PP1.TabIndex = 2;
|
||
this.TB_PP1.TextChanged += new System.EventHandler(this.update255_TB);
|
||
//
|
||
// 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"});
|
||
this.CB_PPu4.Location = new System.Drawing.Point(172, 92);
|
||
this.CB_PPu4.Name = "CB_PPu4";
|
||
this.CB_PPu4.Size = new System.Drawing.Size(38, 21);
|
||
this.CB_PPu4.TabIndex = 12;
|
||
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"});
|
||
this.CB_PPu3.Location = new System.Drawing.Point(172, 70);
|
||
this.CB_PPu3.Name = "CB_PPu3";
|
||
this.CB_PPu3.Size = new System.Drawing.Size(38, 21);
|
||
this.CB_PPu3.TabIndex = 9;
|
||
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"});
|
||
this.CB_PPu2.Location = new System.Drawing.Point(172, 48);
|
||
this.CB_PPu2.Name = "CB_PPu2";
|
||
this.CB_PPu2.Size = new System.Drawing.Size(38, 21);
|
||
this.CB_PPu2.TabIndex = 6;
|
||
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;
|
||
this.CB_Move4.FormattingEnabled = true;
|
||
this.CB_Move4.Location = new System.Drawing.Point(9, 92);
|
||
this.CB_Move4.Name = "CB_Move4";
|
||
this.CB_Move4.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_Move4.TabIndex = 10;
|
||
this.CB_Move4.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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"});
|
||
this.CB_PPu1.Location = new System.Drawing.Point(172, 26);
|
||
this.CB_PPu1.Name = "CB_PPu1";
|
||
this.CB_PPu1.Size = new System.Drawing.Size(38, 21);
|
||
this.CB_PPu1.TabIndex = 3;
|
||
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;
|
||
this.CB_Move3.FormattingEnabled = true;
|
||
this.CB_Move3.Location = new System.Drawing.Point(9, 70);
|
||
this.CB_Move3.Name = "CB_Move3";
|
||
this.CB_Move3.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_Move3.TabIndex = 7;
|
||
this.CB_Move3.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.CB_Move2.FormattingEnabled = true;
|
||
this.CB_Move2.Location = new System.Drawing.Point(9, 48);
|
||
this.CB_Move2.Name = "CB_Move2";
|
||
this.CB_Move2.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_Move2.TabIndex = 4;
|
||
this.CB_Move2.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.CB_Move1.FormattingEnabled = true;
|
||
this.CB_Move1.Location = new System.Drawing.Point(9, 26);
|
||
this.CB_Move1.Name = "CB_Move1";
|
||
this.CB_Move1.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_Move1.TabIndex = 1;
|
||
this.CB_Move1.SelectedIndexChanged += new System.EventHandler(this.validateComboBox2);
|
||
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;
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Diamond);
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Star);
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Heart);
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Square);
|
||
this.Tab_OTMisc.Controls.Add(this.TB_EC);
|
||
this.Tab_OTMisc.Controls.Add(this.GB_nOT);
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Triangle);
|
||
this.Tab_OTMisc.Controls.Add(this.CHK_Circle);
|
||
this.Tab_OTMisc.Controls.Add(this.BTN_RerollEC);
|
||
this.Tab_OTMisc.Controls.Add(this.BTN_History);
|
||
this.Tab_OTMisc.Controls.Add(this.BTN_Ribbons);
|
||
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.Controls.Add(this.Label_Diamond);
|
||
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);
|
||
this.Tab_OTMisc.Size = new System.Drawing.Size(272, 299);
|
||
this.Tab_OTMisc.TabIndex = 4;
|
||
this.Tab_OTMisc.Text = "OT/Misc";
|
||
this.Tab_OTMisc.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_Diamond
|
||
//
|
||
this.CHK_Diamond.AutoSize = true;
|
||
this.CHK_Diamond.Font = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.CHK_Diamond.Location = new System.Drawing.Point(205, 228);
|
||
this.CHK_Diamond.Name = "CHK_Diamond";
|
||
this.CHK_Diamond.Size = new System.Drawing.Size(15, 14);
|
||
this.CHK_Diamond.TabIndex = 13;
|
||
this.CHK_Diamond.TextAlign = System.Drawing.ContentAlignment.TopLeft;
|
||
this.CHK_Diamond.UseVisualStyleBackColor = true;
|
||
this.CHK_Diamond.Visible = false;
|
||
//
|
||
// CHK_Star
|
||
//
|
||
this.CHK_Star.AutoSize = true;
|
||
this.CHK_Star.Location = new System.Drawing.Point(205, 213);
|
||
this.CHK_Star.Name = "CHK_Star";
|
||
this.CHK_Star.Size = new System.Drawing.Size(38, 17);
|
||
this.CHK_Star.TabIndex = 13;
|
||
this.CHK_Star.Text = "★";
|
||
this.CHK_Star.UseVisualStyleBackColor = true;
|
||
this.CHK_Star.Visible = false;
|
||
//
|
||
// CHK_Heart
|
||
//
|
||
this.CHK_Heart.AutoSize = true;
|
||
this.CHK_Heart.Location = new System.Drawing.Point(205, 199);
|
||
this.CHK_Heart.Name = "CHK_Heart";
|
||
this.CHK_Heart.Size = new System.Drawing.Size(37, 17);
|
||
this.CHK_Heart.TabIndex = 12;
|
||
this.CHK_Heart.Text = " ♥";
|
||
this.CHK_Heart.UseVisualStyleBackColor = true;
|
||
this.CHK_Heart.Visible = false;
|
||
//
|
||
// CHK_Square
|
||
//
|
||
this.CHK_Square.AutoSize = true;
|
||
this.CHK_Square.Location = new System.Drawing.Point(29, 227);
|
||
this.CHK_Square.Name = "CHK_Square";
|
||
this.CHK_Square.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.CHK_Square.Size = new System.Drawing.Size(38, 17);
|
||
this.CHK_Square.TabIndex = 11;
|
||
this.CHK_Square.Text = "■";
|
||
this.CHK_Square.UseVisualStyleBackColor = true;
|
||
this.CHK_Square.Visible = false;
|
||
//
|
||
// 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)));
|
||
this.TB_EC.Location = new System.Drawing.Point(176, 276);
|
||
this.TB_EC.MaxLength = 8;
|
||
this.TB_EC.Name = "TB_EC";
|
||
this.TB_EC.Size = new System.Drawing.Size(60, 20);
|
||
this.TB_EC.TabIndex = 61;
|
||
this.TB_EC.Text = "12345678";
|
||
this.TB_EC.TextChanged += new System.EventHandler(this.update_ID);
|
||
//
|
||
// 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);
|
||
this.GB_nOT.Location = new System.Drawing.Point(40, 90);
|
||
this.GB_nOT.Name = "GB_nOT";
|
||
this.GB_nOT.Size = new System.Drawing.Size(190, 50);
|
||
this.GB_nOT.TabIndex = 43;
|
||
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;
|
||
this.Label_CTGender.Click += new System.EventHandler(this.clickTRGender);
|
||
//
|
||
// 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);
|
||
this.TB_OTt2.TabIndex = 6;
|
||
this.TB_OTt2.WordWrap = false;
|
||
this.TB_OTt2.TextChanged += new System.EventHandler(this.updateNotOT);
|
||
//
|
||
// Label_PrevOT
|
||
//
|
||
this.Label_PrevOT.Location = new System.Drawing.Point(4, 23);
|
||
this.Label_PrevOT.Name = "Label_PrevOT";
|
||
this.Label_PrevOT.Size = new System.Drawing.Size(40, 13);
|
||
this.Label_PrevOT.TabIndex = 42;
|
||
this.Label_PrevOT.Text = "OT:";
|
||
this.Label_PrevOT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.Label_PrevOT.Click += new System.EventHandler(this.clickCT);
|
||
//
|
||
// CHK_Triangle
|
||
//
|
||
this.CHK_Triangle.AutoSize = true;
|
||
this.CHK_Triangle.Location = new System.Drawing.Point(29, 213);
|
||
this.CHK_Triangle.Name = "CHK_Triangle";
|
||
this.CHK_Triangle.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.CHK_Triangle.Size = new System.Drawing.Size(38, 17);
|
||
this.CHK_Triangle.TabIndex = 10;
|
||
this.CHK_Triangle.Text = "▲";
|
||
this.CHK_Triangle.UseVisualStyleBackColor = true;
|
||
this.CHK_Triangle.Visible = false;
|
||
//
|
||
// CHK_Circle
|
||
//
|
||
this.CHK_Circle.AutoSize = true;
|
||
this.CHK_Circle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.CHK_Circle.Location = new System.Drawing.Point(27, 193);
|
||
this.CHK_Circle.Name = "CHK_Circle";
|
||
this.CHK_Circle.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
||
this.CHK_Circle.Size = new System.Drawing.Size(40, 28);
|
||
this.CHK_Circle.TabIndex = 9;
|
||
this.CHK_Circle.Text = "●";
|
||
this.CHK_Circle.UseVisualStyleBackColor = true;
|
||
this.CHK_Circle.Visible = false;
|
||
//
|
||
// BTN_RerollEC
|
||
//
|
||
this.BTN_RerollEC.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
|
||
this.BTN_RerollEC.Location = new System.Drawing.Point(138, 276);
|
||
this.BTN_RerollEC.Name = "BTN_RerollEC";
|
||
this.BTN_RerollEC.Size = new System.Drawing.Size(38, 20);
|
||
this.BTN_RerollEC.TabIndex = 16;
|
||
this.BTN_RerollEC.Text = "Reroll";
|
||
this.BTN_RerollEC.UseVisualStyleBackColor = true;
|
||
this.BTN_RerollEC.Click += new System.EventHandler(this.updateRandomEC);
|
||
//
|
||
// BTN_History
|
||
//
|
||
this.BTN_History.Location = new System.Drawing.Point(138, 250);
|
||
this.BTN_History.Name = "BTN_History";
|
||
this.BTN_History.Size = new System.Drawing.Size(100, 23);
|
||
this.BTN_History.TabIndex = 15;
|
||
this.BTN_History.Text = "Memories/Amie";
|
||
this.BTN_History.UseVisualStyleBackColor = true;
|
||
this.BTN_History.Click += new System.EventHandler(this.openhistory);
|
||
//
|
||
// BTN_Ribbons
|
||
//
|
||
this.BTN_Ribbons.Location = new System.Drawing.Point(32, 250);
|
||
this.BTN_Ribbons.Name = "BTN_Ribbons";
|
||
this.BTN_Ribbons.Size = new System.Drawing.Size(100, 23);
|
||
this.BTN_Ribbons.TabIndex = 14;
|
||
this.BTN_Ribbons.Text = "Ribbons/Medals";
|
||
this.BTN_Ribbons.UseVisualStyleBackColor = true;
|
||
this.BTN_Ribbons.Click += new System.EventHandler(this.openribbons);
|
||
//
|
||
// GB_Markings
|
||
//
|
||
this.GB_Markings.Controls.Add(this.PB_MarkPentagon);
|
||
this.GB_Markings.Controls.Add(this.PB_MarkCured);
|
||
this.GB_Markings.Controls.Add(this.PB_MarkShiny);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark6);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark5);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark4);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark3);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark2);
|
||
this.GB_Markings.Controls.Add(this.PB_Mark1);
|
||
this.GB_Markings.Location = new System.Drawing.Point(68, 188);
|
||
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";
|
||
//
|
||
// PB_MarkPentagon
|
||
//
|
||
this.PB_MarkPentagon.Image = global::PKHeX.Properties.Resources.else_icon;
|
||
this.PB_MarkPentagon.InitialImage = global::PKHeX.Properties.Resources.else_icon;
|
||
this.PB_MarkPentagon.Location = new System.Drawing.Point(83, 15);
|
||
this.PB_MarkPentagon.Name = "PB_MarkPentagon";
|
||
this.PB_MarkPentagon.Size = new System.Drawing.Size(20, 20);
|
||
this.PB_MarkPentagon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.PB_MarkPentagon.TabIndex = 8;
|
||
this.PB_MarkPentagon.TabStop = false;
|
||
//
|
||
// PB_MarkCured
|
||
//
|
||
this.PB_MarkCured.Image = global::PKHeX.Properties.Resources.anti_pokerus_icon;
|
||
this.PB_MarkCured.InitialImage = global::PKHeX.Properties.Resources.anti_pokerus_icon;
|
||
this.PB_MarkCured.Location = new System.Drawing.Point(57, 15);
|
||
this.PB_MarkCured.Name = "PB_MarkCured";
|
||
this.PB_MarkCured.Size = new System.Drawing.Size(20, 20);
|
||
this.PB_MarkCured.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.PB_MarkCured.TabIndex = 7;
|
||
this.PB_MarkCured.TabStop = false;
|
||
//
|
||
// PB_MarkShiny
|
||
//
|
||
this.PB_MarkShiny.Image = global::PKHeX.Properties.Resources.rare_icon;
|
||
this.PB_MarkShiny.InitialImage = global::PKHeX.Properties.Resources.rare_icon;
|
||
this.PB_MarkShiny.Location = new System.Drawing.Point(31, 15);
|
||
this.PB_MarkShiny.Name = "PB_MarkShiny";
|
||
this.PB_MarkShiny.Size = new System.Drawing.Size(20, 20);
|
||
this.PB_MarkShiny.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.PB_MarkShiny.TabIndex = 6;
|
||
this.PB_MarkShiny.TabStop = false;
|
||
//
|
||
// PB_Mark6
|
||
//
|
||
this.PB_Mark6.Image = global::PKHeX.Properties.Resources.box_mark_06;
|
||
this.PB_Mark6.InitialImage = global::PKHeX.Properties.Resources.box_mark_06;
|
||
this.PB_Mark6.Location = new System.Drawing.Point(107, 35);
|
||
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);
|
||
//
|
||
// PB_Mark5
|
||
//
|
||
this.PB_Mark5.Image = global::PKHeX.Properties.Resources.box_mark_05;
|
||
this.PB_Mark5.InitialImage = global::PKHeX.Properties.Resources.box_mark_05;
|
||
this.PB_Mark5.Location = new System.Drawing.Point(87, 35);
|
||
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;
|
||
this.PB_Mark5.Click += new System.EventHandler(this.clickMarking);
|
||
//
|
||
// PB_Mark4
|
||
//
|
||
this.PB_Mark4.Image = global::PKHeX.Properties.Resources.box_mark_04;
|
||
this.PB_Mark4.InitialImage = global::PKHeX.Properties.Resources.box_mark_04;
|
||
this.PB_Mark4.Location = new System.Drawing.Point(67, 35);
|
||
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);
|
||
//
|
||
// PB_Mark3
|
||
//
|
||
this.PB_Mark3.Image = global::PKHeX.Properties.Resources.box_mark_03;
|
||
this.PB_Mark3.InitialImage = global::PKHeX.Properties.Resources.box_mark_03;
|
||
this.PB_Mark3.Location = new System.Drawing.Point(47, 35);
|
||
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);
|
||
//
|
||
// PB_Mark2
|
||
//
|
||
this.PB_Mark2.Image = global::PKHeX.Properties.Resources.box_mark_02;
|
||
this.PB_Mark2.InitialImage = global::PKHeX.Properties.Resources.box_mark_02;
|
||
this.PB_Mark2.Location = new System.Drawing.Point(27, 35);
|
||
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;
|
||
this.PB_Mark2.Click += new System.EventHandler(this.clickMarking);
|
||
//
|
||
// PB_Mark1
|
||
//
|
||
this.PB_Mark1.Image = global::PKHeX.Properties.Resources.box_mark_01;
|
||
this.PB_Mark1.InitialImage = global::PKHeX.Properties.Resources.box_mark_01;
|
||
this.PB_Mark1.Location = new System.Drawing.Point(7, 35);
|
||
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;
|
||
this.PB_Mark1.Click += new System.EventHandler(this.clickMarking);
|
||
//
|
||
// GB_ExtraBytes
|
||
//
|
||
this.GB_ExtraBytes.Controls.Add(this.TB_ExtraByte);
|
||
this.GB_ExtraBytes.Controls.Add(this.CB_ExtraBytes);
|
||
this.GB_ExtraBytes.Location = new System.Drawing.Point(68, 140);
|
||
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);
|
||
this.TB_ExtraByte.TabIndex = 8;
|
||
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.Items.AddRange(new object[] {
|
||
"0x36",
|
||
"0x37",
|
||
"0x3A",
|
||
"0x3B",
|
||
"0x3C",
|
||
"0x3D",
|
||
"0x3E",
|
||
"0x3F",
|
||
"0x58",
|
||
"0x59",
|
||
"0x73",
|
||
"0x90",
|
||
"0x91",
|
||
"0x9E",
|
||
"0x9F",
|
||
"0xA0",
|
||
"0xA1",
|
||
"0xA7",
|
||
"0xAA",
|
||
"0xAB",
|
||
"0xAC",
|
||
"0xAD",
|
||
"0xC8",
|
||
"0xC9",
|
||
"0xD7",
|
||
"0xE4",
|
||
"0xE5",
|
||
"0xE6",
|
||
"0xE7"});
|
||
this.CB_ExtraBytes.Location = new System.Drawing.Point(20, 18);
|
||
this.CB_ExtraBytes.Name = "CB_ExtraBytes";
|
||
this.CB_ExtraBytes.Size = new System.Drawing.Size(57, 21);
|
||
this.CB_ExtraBytes.TabIndex = 7;
|
||
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);
|
||
this.GB_OT.Location = new System.Drawing.Point(40, 13);
|
||
this.GB_OT.Name = "GB_OT";
|
||
this.GB_OT.Size = new System.Drawing.Size(190, 75);
|
||
this.GB_OT.TabIndex = 2;
|
||
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;
|
||
this.Label_OTGender.Click += new System.EventHandler(this.clickTRGender);
|
||
//
|
||
// 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;
|
||
//
|
||
// 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;
|
||
this.TB_SID.TextChanged += new System.EventHandler(this.update_ID);
|
||
this.TB_SID.MouseHover += new System.EventHandler(this.getTSV);
|
||
//
|
||
// 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;
|
||
this.TB_TID.TextChanged += new System.EventHandler(this.update_ID);
|
||
this.TB_TID.MouseHover += new System.EventHandler(this.getTSV);
|
||
//
|
||
// Label_OT
|
||
//
|
||
this.Label_OT.Location = new System.Drawing.Point(4, 48);
|
||
this.Label_OT.Name = "Label_OT";
|
||
this.Label_OT.Size = new System.Drawing.Size(40, 13);
|
||
this.Label_OT.TabIndex = 5;
|
||
this.Label_OT.Text = "OT:";
|
||
this.Label_OT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
this.Label_OT.Click += new System.EventHandler(this.clickOT);
|
||
//
|
||
// Label_SID
|
||
//
|
||
this.Label_SID.Location = new System.Drawing.Point(86, 22);
|
||
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
|
||
//
|
||
this.Label_TID.Location = new System.Drawing.Point(4, 22);
|
||
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
|
||
//
|
||
this.Label_EncryptionConstant.Location = new System.Drawing.Point(29, 279);
|
||
this.Label_EncryptionConstant.Name = "Label_EncryptionConstant";
|
||
this.Label_EncryptionConstant.Size = new System.Drawing.Size(105, 13);
|
||
this.Label_EncryptionConstant.TabIndex = 1;
|
||
this.Label_EncryptionConstant.Text = "Encryption Constant:";
|
||
this.Label_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// Label_Diamond
|
||
//
|
||
this.Label_Diamond.AutoSize = true;
|
||
this.Label_Diamond.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.Label_Diamond.Location = new System.Drawing.Point(215, 224);
|
||
this.Label_Diamond.Name = "Label_Diamond";
|
||
this.Label_Diamond.Size = new System.Drawing.Size(26, 20);
|
||
this.Label_Diamond.TabIndex = 11;
|
||
this.Label_Diamond.Text = " ♦";
|
||
this.Label_Diamond.Visible = false;
|
||
//
|
||
// OpenPKX
|
||
//
|
||
this.OpenPKX.Filter = "PKX Files|*pk6;*.pkx|EKX Files|*ek6;*.ekx|Binary Files|*.bin|All Files|*.*";
|
||
//
|
||
// SavePKX
|
||
//
|
||
this.SavePKX.DefaultExt = "pk6";
|
||
this.SavePKX.Filter = "PKX File|*.pk6;.pkx|EKX File|*.ek6;*ekx|BIN File|*.bin";
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.Menu_File,
|
||
this.Menu_Tools,
|
||
this.Menu_Options});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(614, 24);
|
||
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,
|
||
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
|
||
//
|
||
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;
|
||
this.Menu_Open.Size = new System.Drawing.Size(114, 22);
|
||
this.Menu_Open.Text = "&Open...";
|
||
this.Menu_Open.Click += new System.EventHandler(this.mainMenuOpen);
|
||
//
|
||
// Menu_Save
|
||
//
|
||
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;
|
||
this.Menu_Save.Size = new System.Drawing.Size(114, 22);
|
||
this.Menu_Save.Text = "&Save as...";
|
||
this.Menu_Save.Click += new System.EventHandler(this.mainMenuSave);
|
||
//
|
||
// Menu_Exit
|
||
//
|
||
this.Menu_Exit.Name = "Menu_Exit";
|
||
this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
|
||
this.Menu_Exit.ShowShortcutKeys = false;
|
||
this.Menu_Exit.Size = new System.Drawing.Size(114, 22);
|
||
this.Menu_Exit.Text = "&Exit";
|
||
this.Menu_Exit.Click += new System.EventHandler(this.mainMenuExit);
|
||
//
|
||
// Menu_Tools
|
||
//
|
||
this.Menu_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.Menu_ToggleBoxUI,
|
||
this.Menu_BoxIO,
|
||
this.reportToolStripMenuItem,
|
||
this.codeGeneratorToolStripMenuItem});
|
||
this.Menu_Tools.Name = "Menu_Tools";
|
||
this.Menu_Tools.Size = new System.Drawing.Size(48, 20);
|
||
this.Menu_Tools.Text = "Tools";
|
||
//
|
||
// Menu_ToggleBoxUI
|
||
//
|
||
this.Menu_ToggleBoxUI.Name = "Menu_ToggleBoxUI";
|
||
this.Menu_ToggleBoxUI.Size = new System.Drawing.Size(182, 22);
|
||
this.Menu_ToggleBoxUI.Text = "Toggle Box Interface";
|
||
this.Menu_ToggleBoxUI.Click += new System.EventHandler(this.mainMenuWiden);
|
||
//
|
||
// Menu_BoxIO
|
||
//
|
||
this.Menu_BoxIO.Name = "Menu_BoxIO";
|
||
this.Menu_BoxIO.Size = new System.Drawing.Size(182, 22);
|
||
this.Menu_BoxIO.Text = "Load/Dump Boxes";
|
||
this.Menu_BoxIO.Click += new System.EventHandler(this.mainMenuBoxDumpLoad);
|
||
//
|
||
// reportToolStripMenuItem
|
||
//
|
||
this.reportToolStripMenuItem.Name = "reportToolStripMenuItem";
|
||
this.reportToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
||
this.reportToolStripMenuItem.Text = "Box Data Report";
|
||
this.reportToolStripMenuItem.Click += new System.EventHandler(this.mainMenuBoxReport);
|
||
//
|
||
// codeGeneratorToolStripMenuItem
|
||
//
|
||
this.codeGeneratorToolStripMenuItem.Name = "codeGeneratorToolStripMenuItem";
|
||
this.codeGeneratorToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
|
||
this.codeGeneratorToolStripMenuItem.Text = "Code Generator";
|
||
this.codeGeneratorToolStripMenuItem.Click += new System.EventHandler(this.mainMenuCodeGen);
|
||
//
|
||
// Menu_Options
|
||
//
|
||
this.Menu_Options.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.Menu_Language,
|
||
this.Menu_About,
|
||
this.Menu_Unicode});
|
||
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});
|
||
this.Menu_Language.Name = "Menu_Language";
|
||
this.Menu_Language.Size = new System.Drawing.Size(183, 22);
|
||
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);
|
||
//
|
||
// Menu_About
|
||
//
|
||
this.Menu_About.Name = "Menu_About";
|
||
this.Menu_About.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
|
||
this.Menu_About.ShowShortcutKeys = false;
|
||
this.Menu_About.Size = new System.Drawing.Size(183, 22);
|
||
this.Menu_About.Text = "A&bout PKHeX";
|
||
this.Menu_About.Click += new System.EventHandler(this.mainMenuAbout);
|
||
//
|
||
// Menu_Unicode
|
||
//
|
||
this.Menu_Unicode.Name = "Menu_Unicode";
|
||
this.Menu_Unicode.Size = new System.Drawing.Size(183, 22);
|
||
this.Menu_Unicode.Text = "Toggle Unicode Text";
|
||
this.Menu_Unicode.Click += new System.EventHandler(this.mainMenuUnicode);
|
||
//
|
||
// testToolStripMenuItem
|
||
//
|
||
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
||
this.testToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
|
||
this.testToolStripMenuItem.Text = "Test";
|
||
//
|
||
// L_Save
|
||
//
|
||
this.L_Save.AutoSize = true;
|
||
this.L_Save.Location = new System.Drawing.Point(300, 5);
|
||
this.L_Save.Name = "L_Save";
|
||
this.L_Save.Size = new System.Drawing.Size(54, 13);
|
||
this.L_Save.TabIndex = 4;
|
||
this.L_Save.Text = "SAV: N/A";
|
||
this.L_Save.Click += new System.EventHandler(this.clickSaveFileName);
|
||
//
|
||
// tabBoxMulti
|
||
//
|
||
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_Tools);
|
||
this.tabBoxMulti.Controls.Add(this.Tab_SAV);
|
||
this.tabBoxMulti.Enabled = false;
|
||
this.tabBoxMulti.Location = new System.Drawing.Point(300, 27);
|
||
this.tabBoxMulti.Name = "tabBoxMulti";
|
||
this.tabBoxMulti.SelectedIndex = 0;
|
||
this.tabBoxMulti.Size = new System.Drawing.Size(310, 225);
|
||
this.tabBoxMulti.TabIndex = 5;
|
||
//
|
||
// Tab_Box
|
||
//
|
||
this.Tab_Box.Controls.Add(this.PAN_Box);
|
||
this.Tab_Box.Controls.Add(this.B_BoxRight);
|
||
this.Tab_Box.Controls.Add(this.B_BoxLeft);
|
||
this.Tab_Box.Controls.Add(this.C_BoxSelect);
|
||
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);
|
||
this.Tab_Box.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_Box.TabIndex = 0;
|
||
this.Tab_Box.Text = "Box";
|
||
this.Tab_Box.UseVisualStyleBackColor = true;
|
||
//
|
||
// PAN_Box
|
||
//
|
||
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;
|
||
//
|
||
// bpkx30
|
||
//
|
||
this.bpkx30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx30.Location = new System.Drawing.Point(207, 126);
|
||
this.bpkx30.Name = "bpkx30";
|
||
this.bpkx30.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx30.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx30.TabIndex = 59;
|
||
this.bpkx30.TabStop = false;
|
||
this.bpkx30.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx30.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx30.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx30.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx29
|
||
//
|
||
this.bpkx29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx29.Location = new System.Drawing.Point(166, 126);
|
||
this.bpkx29.Name = "bpkx29";
|
||
this.bpkx29.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx29.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx29.TabIndex = 58;
|
||
this.bpkx29.TabStop = false;
|
||
this.bpkx29.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx29.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx29.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx29.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx28
|
||
//
|
||
this.bpkx28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx28.Location = new System.Drawing.Point(125, 126);
|
||
this.bpkx28.Name = "bpkx28";
|
||
this.bpkx28.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx28.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx28.TabIndex = 57;
|
||
this.bpkx28.TabStop = false;
|
||
this.bpkx28.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx28.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx28.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx28.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx27
|
||
//
|
||
this.bpkx27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx27.Location = new System.Drawing.Point(84, 126);
|
||
this.bpkx27.Name = "bpkx27";
|
||
this.bpkx27.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx27.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx27.TabIndex = 56;
|
||
this.bpkx27.TabStop = false;
|
||
this.bpkx27.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx27.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx27.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx27.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx26
|
||
//
|
||
this.bpkx26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx26.Location = new System.Drawing.Point(43, 126);
|
||
this.bpkx26.Name = "bpkx26";
|
||
this.bpkx26.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx26.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx26.TabIndex = 55;
|
||
this.bpkx26.TabStop = false;
|
||
this.bpkx26.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx26.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx26.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx26.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx25
|
||
//
|
||
this.bpkx25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx25.Location = new System.Drawing.Point(2, 126);
|
||
this.bpkx25.Name = "bpkx25";
|
||
this.bpkx25.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx25.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx25.TabIndex = 54;
|
||
this.bpkx25.TabStop = false;
|
||
this.bpkx25.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx25.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx25.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx25.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx24
|
||
//
|
||
this.bpkx24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx24.Location = new System.Drawing.Point(207, 95);
|
||
this.bpkx24.Name = "bpkx24";
|
||
this.bpkx24.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx24.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx24.TabIndex = 53;
|
||
this.bpkx24.TabStop = false;
|
||
this.bpkx24.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx24.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx24.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx24.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx23
|
||
//
|
||
this.bpkx23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx23.Location = new System.Drawing.Point(166, 95);
|
||
this.bpkx23.Name = "bpkx23";
|
||
this.bpkx23.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx23.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx23.TabIndex = 52;
|
||
this.bpkx23.TabStop = false;
|
||
this.bpkx23.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx23.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx23.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx23.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx22
|
||
//
|
||
this.bpkx22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx22.Location = new System.Drawing.Point(125, 95);
|
||
this.bpkx22.Name = "bpkx22";
|
||
this.bpkx22.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx22.TabIndex = 51;
|
||
this.bpkx22.TabStop = false;
|
||
this.bpkx22.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx22.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx22.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx22.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx21
|
||
//
|
||
this.bpkx21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx21.Location = new System.Drawing.Point(84, 95);
|
||
this.bpkx21.Name = "bpkx21";
|
||
this.bpkx21.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx21.TabIndex = 50;
|
||
this.bpkx21.TabStop = false;
|
||
this.bpkx21.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx21.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx21.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx21.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx20
|
||
//
|
||
this.bpkx20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx20.Location = new System.Drawing.Point(43, 95);
|
||
this.bpkx20.Name = "bpkx20";
|
||
this.bpkx20.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx20.TabIndex = 49;
|
||
this.bpkx20.TabStop = false;
|
||
this.bpkx20.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx20.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx20.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx20.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx19
|
||
//
|
||
this.bpkx19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx19.Location = new System.Drawing.Point(2, 95);
|
||
this.bpkx19.Name = "bpkx19";
|
||
this.bpkx19.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx19.TabIndex = 48;
|
||
this.bpkx19.TabStop = false;
|
||
this.bpkx19.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx19.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx19.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx19.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx18
|
||
//
|
||
this.bpkx18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx18.Location = new System.Drawing.Point(207, 64);
|
||
this.bpkx18.Name = "bpkx18";
|
||
this.bpkx18.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx18.TabIndex = 47;
|
||
this.bpkx18.TabStop = false;
|
||
this.bpkx18.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx18.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx18.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx18.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx17
|
||
//
|
||
this.bpkx17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx17.Location = new System.Drawing.Point(166, 64);
|
||
this.bpkx17.Name = "bpkx17";
|
||
this.bpkx17.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx17.TabIndex = 46;
|
||
this.bpkx17.TabStop = false;
|
||
this.bpkx17.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx17.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx17.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx17.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx16
|
||
//
|
||
this.bpkx16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx16.Location = new System.Drawing.Point(125, 64);
|
||
this.bpkx16.Name = "bpkx16";
|
||
this.bpkx16.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx16.TabIndex = 45;
|
||
this.bpkx16.TabStop = false;
|
||
this.bpkx16.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx16.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx16.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx16.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx15
|
||
//
|
||
this.bpkx15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx15.Location = new System.Drawing.Point(84, 64);
|
||
this.bpkx15.Name = "bpkx15";
|
||
this.bpkx15.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx15.TabIndex = 44;
|
||
this.bpkx15.TabStop = false;
|
||
this.bpkx15.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx15.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx15.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx15.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx14
|
||
//
|
||
this.bpkx14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx14.Location = new System.Drawing.Point(43, 64);
|
||
this.bpkx14.Name = "bpkx14";
|
||
this.bpkx14.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx14.TabIndex = 43;
|
||
this.bpkx14.TabStop = false;
|
||
this.bpkx14.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx14.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx14.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx14.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx13
|
||
//
|
||
this.bpkx13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx13.Location = new System.Drawing.Point(2, 64);
|
||
this.bpkx13.Name = "bpkx13";
|
||
this.bpkx13.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx13.TabIndex = 42;
|
||
this.bpkx13.TabStop = false;
|
||
this.bpkx13.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx13.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx13.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx13.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx12
|
||
//
|
||
this.bpkx12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx12.Location = new System.Drawing.Point(207, 33);
|
||
this.bpkx12.Name = "bpkx12";
|
||
this.bpkx12.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx12.TabIndex = 41;
|
||
this.bpkx12.TabStop = false;
|
||
this.bpkx12.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx12.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx12.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx12.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx11
|
||
//
|
||
this.bpkx11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx11.Location = new System.Drawing.Point(166, 33);
|
||
this.bpkx11.Name = "bpkx11";
|
||
this.bpkx11.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx11.TabIndex = 40;
|
||
this.bpkx11.TabStop = false;
|
||
this.bpkx11.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx11.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx11.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx11.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx10
|
||
//
|
||
this.bpkx10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx10.Location = new System.Drawing.Point(125, 33);
|
||
this.bpkx10.Name = "bpkx10";
|
||
this.bpkx10.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx10.TabIndex = 39;
|
||
this.bpkx10.TabStop = false;
|
||
this.bpkx10.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx10.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx10.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx10.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx9
|
||
//
|
||
this.bpkx9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx9.Location = new System.Drawing.Point(84, 33);
|
||
this.bpkx9.Name = "bpkx9";
|
||
this.bpkx9.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx9.TabIndex = 38;
|
||
this.bpkx9.TabStop = false;
|
||
this.bpkx9.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx9.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx9.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx9.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx8
|
||
//
|
||
this.bpkx8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx8.Location = new System.Drawing.Point(43, 33);
|
||
this.bpkx8.Name = "bpkx8";
|
||
this.bpkx8.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx8.TabIndex = 37;
|
||
this.bpkx8.TabStop = false;
|
||
this.bpkx8.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx8.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx8.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx8.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx7
|
||
//
|
||
this.bpkx7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx7.Location = new System.Drawing.Point(2, 33);
|
||
this.bpkx7.Name = "bpkx7";
|
||
this.bpkx7.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx7.TabIndex = 36;
|
||
this.bpkx7.TabStop = false;
|
||
this.bpkx7.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx7.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx7.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx6
|
||
//
|
||
this.bpkx6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx6.Location = new System.Drawing.Point(207, 2);
|
||
this.bpkx6.Name = "bpkx6";
|
||
this.bpkx6.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx6.TabIndex = 35;
|
||
this.bpkx6.TabStop = false;
|
||
this.bpkx6.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx6.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx6.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx5
|
||
//
|
||
this.bpkx5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx5.Location = new System.Drawing.Point(166, 2);
|
||
this.bpkx5.Name = "bpkx5";
|
||
this.bpkx5.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx5.TabIndex = 34;
|
||
this.bpkx5.TabStop = false;
|
||
this.bpkx5.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx5.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx5.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx4
|
||
//
|
||
this.bpkx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx4.Location = new System.Drawing.Point(125, 2);
|
||
this.bpkx4.Name = "bpkx4";
|
||
this.bpkx4.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx4.TabIndex = 33;
|
||
this.bpkx4.TabStop = false;
|
||
this.bpkx4.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx4.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx4.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx3
|
||
//
|
||
this.bpkx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx3.Location = new System.Drawing.Point(84, 2);
|
||
this.bpkx3.Name = "bpkx3";
|
||
this.bpkx3.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx3.TabIndex = 32;
|
||
this.bpkx3.TabStop = false;
|
||
this.bpkx3.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx3.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx3.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx2
|
||
//
|
||
this.bpkx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx2.Location = new System.Drawing.Point(43, 2);
|
||
this.bpkx2.Name = "bpkx2";
|
||
this.bpkx2.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx2.TabIndex = 31;
|
||
this.bpkx2.TabStop = false;
|
||
this.bpkx2.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx2.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx2.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bpkx1
|
||
//
|
||
this.bpkx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.bpkx1.Location = new System.Drawing.Point(2, 2);
|
||
this.bpkx1.Name = "bpkx1";
|
||
this.bpkx1.Size = new System.Drawing.Size(42, 32);
|
||
this.bpkx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||
this.bpkx1.TabIndex = 30;
|
||
this.bpkx1.TabStop = false;
|
||
this.bpkx1.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bpkx1.DragDrop += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragDrop);
|
||
this.bpkx1.DragEnter += new System.Windows.Forms.DragEventHandler(this.pbBoxSlot_DragEnter);
|
||
this.bpkx1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// B_BoxRight
|
||
//
|
||
this.B_BoxRight.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||
this.B_BoxRight.Location = new System.Drawing.Point(219, 9);
|
||
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;
|
||
this.B_BoxRight.Click += new System.EventHandler(this.clickBoxRight);
|
||
//
|
||
// B_BoxLeft
|
||
//
|
||
this.B_BoxLeft.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
||
this.B_BoxLeft.Location = new System.Drawing.Point(57, 9);
|
||
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;
|
||
this.B_BoxLeft.Click += new System.EventHandler(this.clickBoxLeft);
|
||
//
|
||
// C_BoxSelect
|
||
//
|
||
this.C_BoxSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.C_BoxSelect.FormattingEnabled = true;
|
||
this.C_BoxSelect.Items.AddRange(new object[] {
|
||
"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"});
|
||
this.C_BoxSelect.Location = new System.Drawing.Point(88, 10);
|
||
this.C_BoxSelect.Name = "C_BoxSelect";
|
||
this.C_BoxSelect.Size = new System.Drawing.Size(127, 21);
|
||
this.C_BoxSelect.TabIndex = 0;
|
||
this.C_BoxSelect.SelectedIndexChanged += new System.EventHandler(this.getBox);
|
||
//
|
||
// Tab_PartyBattle
|
||
//
|
||
this.Tab_PartyBattle.Controls.Add(this.PAN_BattleBox);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_ReadOnlyPBB);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_BattleBox);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_Party);
|
||
this.Tab_PartyBattle.Controls.Add(this.PAN_Party);
|
||
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);
|
||
this.Tab_PartyBattle.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_PartyBattle.TabIndex = 1;
|
||
this.Tab_PartyBattle.Text = "Party-Battle Box";
|
||
this.Tab_PartyBattle.UseVisualStyleBackColor = true;
|
||
//
|
||
// PAN_BattleBox
|
||
//
|
||
this.PAN_BattleBox.BackgroundImage = global::PKHeX.Properties.Resources.party;
|
||
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;
|
||
//
|
||
// bbpkx1
|
||
//
|
||
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;
|
||
this.bbpkx1.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bbpkx2
|
||
//
|
||
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;
|
||
this.bbpkx2.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bbpkx3
|
||
//
|
||
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;
|
||
this.bbpkx3.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bbpkx4
|
||
//
|
||
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;
|
||
this.bbpkx4.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bbpkx5
|
||
//
|
||
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;
|
||
this.bbpkx5.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// bbpkx6
|
||
//
|
||
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;
|
||
this.bbpkx6.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.bbpkx6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// L_ReadOnlyPBB
|
||
//
|
||
this.L_ReadOnlyPBB.ForeColor = System.Drawing.Color.Red;
|
||
this.L_ReadOnlyPBB.Location = new System.Drawing.Point(175, 186);
|
||
this.L_ReadOnlyPBB.Name = "L_ReadOnlyPBB";
|
||
this.L_ReadOnlyPBB.Size = new System.Drawing.Size(100, 13);
|
||
this.L_ReadOnlyPBB.TabIndex = 15;
|
||
this.L_ReadOnlyPBB.Text = "This is read only.";
|
||
this.L_ReadOnlyPBB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// L_BattleBox
|
||
//
|
||
this.L_BattleBox.AutoSize = true;
|
||
this.L_BattleBox.Location = new System.Drawing.Point(179, 13);
|
||
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:";
|
||
//
|
||
// L_Party
|
||
//
|
||
this.L_Party.AutoSize = true;
|
||
this.L_Party.Location = new System.Drawing.Point(29, 13);
|
||
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:";
|
||
//
|
||
// PAN_Party
|
||
//
|
||
this.PAN_Party.BackgroundImage = global::PKHeX.Properties.Resources.party;
|
||
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;
|
||
//
|
||
// ppkx1
|
||
//
|
||
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;
|
||
this.ppkx1.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// ppkx2
|
||
//
|
||
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;
|
||
this.ppkx2.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// ppkx3
|
||
//
|
||
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;
|
||
this.ppkx3.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// ppkx4
|
||
//
|
||
this.ppkx4.Location = new System.Drawing.Point(60, 75);
|
||
this.ppkx4.Name = "ppkx4";
|
||
this.ppkx4.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx4.TabIndex = 5;
|
||
this.ppkx4.TabStop = false;
|
||
this.ppkx4.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// ppkx5
|
||
//
|
||
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;
|
||
this.ppkx5.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// ppkx6
|
||
//
|
||
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;
|
||
this.ppkx6.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.ppkx6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// Tab_Other
|
||
//
|
||
this.Tab_Other.Controls.Add(this.B_OpenSecretBase);
|
||
this.Tab_Other.Controls.Add(this.GB_Daycare);
|
||
this.Tab_Other.Controls.Add(this.GB_GTS);
|
||
this.Tab_Other.Controls.Add(this.GB_Fused);
|
||
this.Tab_Other.Controls.Add(this.L_ReadOnlyOther);
|
||
this.Tab_Other.Controls.Add(this.GB_SUBE);
|
||
this.Tab_Other.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Other.Name = "Tab_Other";
|
||
this.Tab_Other.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_Other.TabIndex = 2;
|
||
this.Tab_Other.Text = "Other";
|
||
this.Tab_Other.UseVisualStyleBackColor = true;
|
||
//
|
||
// B_OpenSecretBase
|
||
//
|
||
this.B_OpenSecretBase.Location = new System.Drawing.Point(227, 151);
|
||
this.B_OpenSecretBase.Name = "B_OpenSecretBase";
|
||
this.B_OpenSecretBase.Size = new System.Drawing.Size(60, 37);
|
||
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);
|
||
//
|
||
// GB_Daycare
|
||
//
|
||
this.GB_Daycare.Controls.Add(this.L_XP2);
|
||
this.GB_Daycare.Controls.Add(this.L_XP1);
|
||
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);
|
||
this.GB_Daycare.Location = new System.Drawing.Point(16, 4);
|
||
this.GB_Daycare.Name = "GB_Daycare";
|
||
this.GB_Daycare.Size = new System.Drawing.Size(205, 170);
|
||
this.GB_Daycare.TabIndex = 28;
|
||
this.GB_Daycare.TabStop = false;
|
||
this.GB_Daycare.Text = "Daycare";
|
||
//
|
||
// L_XP2
|
||
//
|
||
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:";
|
||
//
|
||
// L_XP1
|
||
//
|
||
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:";
|
||
//
|
||
// TB_Daycare2XP
|
||
//
|
||
this.TB_Daycare2XP.Location = new System.Drawing.Point(108, 85);
|
||
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
|
||
//
|
||
this.TB_Daycare1XP.Location = new System.Drawing.Point(108, 32);
|
||
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;
|
||
this.L_DC2.Location = new System.Drawing.Point(74, 71);
|
||
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;
|
||
this.L_DC1.Location = new System.Drawing.Point(74, 18);
|
||
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;
|
||
this.L_DaycareSeed.Location = new System.Drawing.Point(23, 143);
|
||
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)));
|
||
this.TB_RNGSeed.Location = new System.Drawing.Point(61, 140);
|
||
this.TB_RNGSeed.Name = "TB_RNGSeed";
|
||
this.TB_RNGSeed.ReadOnly = true;
|
||
this.TB_RNGSeed.Size = new System.Drawing.Size(120, 20);
|
||
this.TB_RNGSeed.TabIndex = 8;
|
||
this.TB_RNGSeed.Text = "0123456789ABCDEF";
|
||
//
|
||
// dcpkx2
|
||
//
|
||
this.dcpkx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.dcpkx2.Location = new System.Drawing.Point(26, 71);
|
||
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;
|
||
this.dcpkx2.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.dcpkx2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// dcpkx1
|
||
//
|
||
this.dcpkx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.dcpkx1.Location = new System.Drawing.Point(26, 18);
|
||
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;
|
||
this.dcpkx1.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.dcpkx1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// DayCare_HasEgg
|
||
//
|
||
this.DayCare_HasEgg.AutoSize = true;
|
||
this.DayCare_HasEgg.Enabled = false;
|
||
this.DayCare_HasEgg.Location = new System.Drawing.Point(61, 123);
|
||
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);
|
||
this.GB_GTS.Location = new System.Drawing.Point(227, 4);
|
||
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;
|
||
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;
|
||
this.gtspkx.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.gtspkx.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// GB_Fused
|
||
//
|
||
this.GB_Fused.Controls.Add(this.fusedpkx);
|
||
this.GB_Fused.Location = new System.Drawing.Point(227, 70);
|
||
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;
|
||
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;
|
||
this.fusedpkx.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.fusedpkx.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// L_ReadOnlyOther
|
||
//
|
||
this.L_ReadOnlyOther.ForeColor = System.Drawing.Color.Red;
|
||
this.L_ReadOnlyOther.Location = new System.Drawing.Point(32, 179);
|
||
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;
|
||
//
|
||
// 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;
|
||
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;
|
||
this.subepkx1.Click += new System.EventHandler(this.slotModifier_Click);
|
||
this.subepkx1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbBoxSlot_MouseDown);
|
||
//
|
||
// subepkx2
|
||
//
|
||
this.subepkx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
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;
|
||
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;
|
||
//
|
||
// Tab_Tools
|
||
//
|
||
this.Tab_Tools.Controls.Add(this.B_3DSSETemp);
|
||
this.Tab_Tools.Controls.Add(this.B_JPEG);
|
||
this.Tab_Tools.Controls.Add(this.RTB_T);
|
||
this.Tab_Tools.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Tools.Name = "Tab_Tools";
|
||
this.Tab_Tools.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_Tools.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_Tools.TabIndex = 4;
|
||
this.Tab_Tools.Text = "Tools";
|
||
this.Tab_Tools.UseVisualStyleBackColor = true;
|
||
//
|
||
// B_3DSSETemp
|
||
//
|
||
this.B_3DSSETemp.Location = new System.Drawing.Point(49, 20);
|
||
this.B_3DSSETemp.Name = "B_3DSSETemp";
|
||
this.B_3DSSETemp.Size = new System.Drawing.Size(75, 45);
|
||
this.B_3DSSETemp.TabIndex = 7;
|
||
this.B_3DSSETemp.Text = "Open Temp 3DSSE ";
|
||
this.B_3DSSETemp.UseVisualStyleBackColor = true;
|
||
this.B_3DSSETemp.Click += new System.EventHandler(this.clickOpenTempFolder);
|
||
//
|
||
// B_JPEG
|
||
//
|
||
this.B_JPEG.Enabled = false;
|
||
this.B_JPEG.Location = new System.Drawing.Point(178, 20);
|
||
this.B_JPEG.Name = "B_JPEG";
|
||
this.B_JPEG.Size = new System.Drawing.Size(75, 45);
|
||
this.B_JPEG.TabIndex = 5;
|
||
this.B_JPEG.Text = "Save PGL .JPEG";
|
||
this.B_JPEG.UseVisualStyleBackColor = true;
|
||
this.B_JPEG.Click += new System.EventHandler(this.B_JPEG_Click);
|
||
//
|
||
// RTB_T
|
||
//
|
||
this.RTB_T.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.RTB_T.Location = new System.Drawing.Point(1, 68);
|
||
this.RTB_T.Name = "RTB_T";
|
||
this.RTB_T.ReadOnly = true;
|
||
this.RTB_T.Size = new System.Drawing.Size(300, 130);
|
||
this.RTB_T.TabIndex = 1;
|
||
this.RTB_T.Text = "";
|
||
this.RTB_T.WordWrap = false;
|
||
//
|
||
// Tab_SAV
|
||
//
|
||
this.Tab_SAV.Controls.Add(this.L_SAVManipulation);
|
||
this.Tab_SAV.Controls.Add(this.B_SwitchSAV);
|
||
this.Tab_SAV.Controls.Add(this.B_VerifyCHK);
|
||
this.Tab_SAV.Controls.Add(this.L_IntegrityCheck);
|
||
this.Tab_SAV.Controls.Add(this.B_VerifySHA);
|
||
this.Tab_SAV.Controls.Add(this.B_ExportSAV);
|
||
this.Tab_SAV.Controls.Add(this.RTB_S);
|
||
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;
|
||
//
|
||
// L_SAVManipulation
|
||
//
|
||
this.L_SAVManipulation.AutoSize = true;
|
||
this.L_SAVManipulation.Location = new System.Drawing.Point(154, 7);
|
||
this.L_SAVManipulation.Name = "L_SAVManipulation";
|
||
this.L_SAVManipulation.Size = new System.Drawing.Size(117, 13);
|
||
this.L_SAVManipulation.TabIndex = 7;
|
||
this.L_SAVManipulation.Text = "Save File Manipulation:";
|
||
//
|
||
// B_SwitchSAV
|
||
//
|
||
this.B_SwitchSAV.Enabled = false;
|
||
this.B_SwitchSAV.Location = new System.Drawing.Point(122, 20);
|
||
this.B_SwitchSAV.Name = "B_SwitchSAV";
|
||
this.B_SwitchSAV.Size = new System.Drawing.Size(75, 45);
|
||
this.B_SwitchSAV.TabIndex = 6;
|
||
this.B_SwitchSAV.Text = "Switch SAV";
|
||
this.B_SwitchSAV.UseVisualStyleBackColor = true;
|
||
this.B_SwitchSAV.Click += new System.EventHandler(this.clickSwitchSAV);
|
||
//
|
||
// B_VerifyCHK
|
||
//
|
||
this.B_VerifyCHK.Enabled = false;
|
||
this.B_VerifyCHK.Location = new System.Drawing.Point(32, 20);
|
||
this.B_VerifyCHK.Name = "B_VerifyCHK";
|
||
this.B_VerifyCHK.Size = new System.Drawing.Size(75, 23);
|
||
this.B_VerifyCHK.TabIndex = 2;
|
||
this.B_VerifyCHK.Text = "Checksums";
|
||
this.B_VerifyCHK.UseVisualStyleBackColor = true;
|
||
this.B_VerifyCHK.Click += new System.EventHandler(this.clickVerifyCHK);
|
||
//
|
||
// L_IntegrityCheck
|
||
//
|
||
this.L_IntegrityCheck.AutoSize = true;
|
||
this.L_IntegrityCheck.Location = new System.Drawing.Point(30, 7);
|
||
this.L_IntegrityCheck.Name = "L_IntegrityCheck";
|
||
this.L_IntegrityCheck.Size = new System.Drawing.Size(81, 13);
|
||
this.L_IntegrityCheck.TabIndex = 5;
|
||
this.L_IntegrityCheck.Text = "Integrity Check:";
|
||
//
|
||
// B_VerifySHA
|
||
//
|
||
this.B_VerifySHA.Enabled = false;
|
||
this.B_VerifySHA.Location = new System.Drawing.Point(32, 42);
|
||
this.B_VerifySHA.Name = "B_VerifySHA";
|
||
this.B_VerifySHA.Size = new System.Drawing.Size(75, 23);
|
||
this.B_VerifySHA.TabIndex = 1;
|
||
this.B_VerifySHA.Text = "Hashes";
|
||
this.B_VerifySHA.UseVisualStyleBackColor = true;
|
||
this.B_VerifySHA.Click += new System.EventHandler(this.clickVerifySHA);
|
||
//
|
||
// B_ExportSAV
|
||
//
|
||
this.B_ExportSAV.Enabled = false;
|
||
this.B_ExportSAV.Location = new System.Drawing.Point(198, 20);
|
||
this.B_ExportSAV.Name = "B_ExportSAV";
|
||
this.B_ExportSAV.Size = new System.Drawing.Size(75, 45);
|
||
this.B_ExportSAV.TabIndex = 4;
|
||
this.B_ExportSAV.Text = "Export SAV";
|
||
this.B_ExportSAV.UseVisualStyleBackColor = true;
|
||
this.B_ExportSAV.Click += new System.EventHandler(this.clickExportSAV);
|
||
//
|
||
// RTB_S
|
||
//
|
||
this.RTB_S.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.RTB_S.Location = new System.Drawing.Point(1, 68);
|
||
this.RTB_S.Name = "RTB_S";
|
||
this.RTB_S.ReadOnly = true;
|
||
this.RTB_S.Size = new System.Drawing.Size(300, 130);
|
||
this.RTB_S.TabIndex = 0;
|
||
this.RTB_S.Text = "";
|
||
this.RTB_S.WordWrap = false;
|
||
//
|
||
// B_OpenHallofFame
|
||
//
|
||
this.B_OpenHallofFame.Location = new System.Drawing.Point(230, 41);
|
||
this.B_OpenHallofFame.Name = "B_OpenHallofFame";
|
||
this.B_OpenHallofFame.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenHallofFame.TabIndex = 4;
|
||
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(230, 12);
|
||
this.B_OUTPasserby.Name = "B_OUTPasserby";
|
||
this.B_OUTPasserby.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OUTPasserby.TabIndex = 0;
|
||
this.B_OUTPasserby.Text = "Passerby";
|
||
this.B_OUTPasserby.UseVisualStyleBackColor = true;
|
||
this.B_OUTPasserby.Click += new System.EventHandler(this.B_OUTPasserby_Click);
|
||
//
|
||
// B_OpenPokepuffs
|
||
//
|
||
this.B_OpenPokepuffs.Location = new System.Drawing.Point(5, 12);
|
||
this.B_OpenPokepuffs.Name = "B_OpenPokepuffs";
|
||
this.B_OpenPokepuffs.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenPokepuffs.TabIndex = 6;
|
||
this.B_OpenPokepuffs.Text = "Poké Puffs";
|
||
this.B_OpenPokepuffs.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokepuffs.Click += new System.EventHandler(this.B_OpenPokepuffs_Click);
|
||
//
|
||
// B_OpenBoxLayout
|
||
//
|
||
this.B_OpenBoxLayout.Location = new System.Drawing.Point(5, 41);
|
||
this.B_OpenBoxLayout.Name = "B_OpenBoxLayout";
|
||
this.B_OpenBoxLayout.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenBoxLayout.TabIndex = 7;
|
||
this.B_OpenBoxLayout.Text = "Box Layout";
|
||
this.B_OpenBoxLayout.UseVisualStyleBackColor = true;
|
||
this.B_OpenBoxLayout.Click += new System.EventHandler(this.B_OpenBoxLayout_Click);
|
||
//
|
||
// B_OpenOPowers
|
||
//
|
||
this.B_OpenOPowers.Location = new System.Drawing.Point(5, 70);
|
||
this.B_OpenOPowers.Name = "B_OpenOPowers";
|
||
this.B_OpenOPowers.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenOPowers.TabIndex = 8;
|
||
this.B_OpenOPowers.Text = "O-Powers";
|
||
this.B_OpenOPowers.UseVisualStyleBackColor = true;
|
||
this.B_OpenOPowers.Click += new System.EventHandler(this.B_OpenOPowers_Click);
|
||
//
|
||
// B_OpenItemPouch
|
||
//
|
||
this.B_OpenItemPouch.Location = new System.Drawing.Point(80, 12);
|
||
this.B_OpenItemPouch.Name = "B_OpenItemPouch";
|
||
this.B_OpenItemPouch.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenItemPouch.TabIndex = 9;
|
||
this.B_OpenItemPouch.Text = "Items";
|
||
this.B_OpenItemPouch.UseVisualStyleBackColor = true;
|
||
this.B_OpenItemPouch.Click += new System.EventHandler(this.B_OpenItemPouch_Click);
|
||
//
|
||
// B_OpenEventFlags
|
||
//
|
||
this.B_OpenEventFlags.Location = new System.Drawing.Point(80, 70);
|
||
this.B_OpenEventFlags.Name = "B_OpenEventFlags";
|
||
this.B_OpenEventFlags.Size = new System.Drawing.Size(75, 23);
|
||
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);
|
||
//
|
||
// B_OpenWondercards
|
||
//
|
||
this.B_OpenWondercards.Location = new System.Drawing.Point(80, 41);
|
||
this.B_OpenWondercards.Name = "B_OpenWondercards";
|
||
this.B_OpenWondercards.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenWondercards.TabIndex = 11;
|
||
this.B_OpenWondercards.Text = "Wondercard";
|
||
this.B_OpenWondercards.UseVisualStyleBackColor = true;
|
||
this.B_OpenWondercards.Click += new System.EventHandler(this.B_OpenWondercards_Click);
|
||
//
|
||
// B_OpenTrainerInfo
|
||
//
|
||
this.B_OpenTrainerInfo.Location = new System.Drawing.Point(155, 12);
|
||
this.B_OpenTrainerInfo.Name = "B_OpenTrainerInfo";
|
||
this.B_OpenTrainerInfo.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenTrainerInfo.TabIndex = 12;
|
||
this.B_OpenTrainerInfo.Text = "Trainer Info";
|
||
this.B_OpenTrainerInfo.UseVisualStyleBackColor = true;
|
||
this.B_OpenTrainerInfo.Click += new System.EventHandler(this.B_OpenTrainerInfo_Click);
|
||
//
|
||
// B_OpenBerryField
|
||
//
|
||
this.B_OpenBerryField.Location = new System.Drawing.Point(230, 70);
|
||
this.B_OpenBerryField.Name = "B_OpenBerryField";
|
||
this.B_OpenBerryField.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenBerryField.TabIndex = 13;
|
||
this.B_OpenBerryField.Text = "Berry Field";
|
||
this.B_OpenBerryField.UseVisualStyleBackColor = true;
|
||
this.B_OpenBerryField.Click += new System.EventHandler(this.B_OpenBerryField_Click);
|
||
//
|
||
// B_OpenPokedex
|
||
//
|
||
this.B_OpenPokedex.Location = new System.Drawing.Point(155, 70);
|
||
this.B_OpenPokedex.Name = "B_OpenPokedex";
|
||
this.B_OpenPokedex.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenPokedex.TabIndex = 14;
|
||
this.B_OpenPokedex.Text = "Pokédex";
|
||
this.B_OpenPokedex.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokedex.Click += new System.EventHandler(this.B_OpenPokedex_Click);
|
||
//
|
||
// GB_SAVtools
|
||
//
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenSuperTraining);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenPokedex);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenHallofFame);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenBerryField);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenBoxLayout);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenTrainerInfo);
|
||
this.GB_SAVtools.Controls.Add(this.B_OUTPasserby);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenWondercards);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenEventFlags);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenItemPouch);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenOPowers);
|
||
this.GB_SAVtools.Controls.Add(this.B_OpenPokepuffs);
|
||
this.GB_SAVtools.Enabled = false;
|
||
this.GB_SAVtools.Location = new System.Drawing.Point(300, 254);
|
||
this.GB_SAVtools.Name = "GB_SAVtools";
|
||
this.GB_SAVtools.Size = new System.Drawing.Size(310, 100);
|
||
this.GB_SAVtools.TabIndex = 15;
|
||
this.GB_SAVtools.TabStop = false;
|
||
//
|
||
// 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(155, 41);
|
||
this.B_OpenSuperTraining.Name = "B_OpenSuperTraining";
|
||
this.B_OpenSuperTraining.Size = new System.Drawing.Size(75, 23);
|
||
this.B_OpenSuperTraining.TabIndex = 15;
|
||
this.B_OpenSuperTraining.Text = "Super Train";
|
||
this.B_OpenSuperTraining.UseVisualStyleBackColor = true;
|
||
this.B_OpenSuperTraining.Click += new System.EventHandler(this.B_OpenSuperTraining_Click);
|
||
//
|
||
// L_SAVINDEX
|
||
//
|
||
this.L_SAVINDEX.AutoSize = true;
|
||
this.L_SAVINDEX.Location = new System.Drawing.Point(600, 5);
|
||
this.L_SAVINDEX.Name = "L_SAVINDEX";
|
||
this.L_SAVINDEX.Size = new System.Drawing.Size(13, 13);
|
||
this.L_SAVINDEX.TabIndex = 16;
|
||
this.L_SAVINDEX.Text = "0";
|
||
//
|
||
// dragout
|
||
//
|
||
this.dragout.BackColor = System.Drawing.Color.Transparent;
|
||
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);
|
||
//
|
||
// Form1
|
||
//
|
||
this.AllowDrop = true;
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(614, 362);
|
||
this.Controls.Add(this.dragout);
|
||
this.Controls.Add(this.L_SAVINDEX);
|
||
this.Controls.Add(this.GB_SAVtools);
|
||
this.Controls.Add(this.tabBoxMulti);
|
||
this.Controls.Add(this.L_Save);
|
||
this.Controls.Add(this.tabMain);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.Name = "Form1";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "PKHeX";
|
||
this.tabMain.ResumeLayout(false);
|
||
this.Tab_Main.ResumeLayout(false);
|
||
this.Tab_Main.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.Label_IsShiny)).EndInit();
|
||
this.Tab_Met.ResumeLayout(false);
|
||
this.Tab_Met.PerformLayout();
|
||
this.GB_EggConditions.ResumeLayout(false);
|
||
this.Tab_Stats.ResumeLayout(false);
|
||
this.Tab_Stats.PerformLayout();
|
||
this.Tab_Attacks.ResumeLayout(false);
|
||
this.GB_RelearnMoves.ResumeLayout(false);
|
||
this.GB_CurrentMoves.ResumeLayout(false);
|
||
this.GB_CurrentMoves.PerformLayout();
|
||
this.Tab_OTMisc.ResumeLayout(false);
|
||
this.Tab_OTMisc.PerformLayout();
|
||
this.GB_nOT.ResumeLayout(false);
|
||
this.GB_nOT.PerformLayout();
|
||
this.GB_Markings.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkPentagon)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkCured)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_MarkShiny)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark6)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Mark1)).EndInit();
|
||
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);
|
||
this.PAN_Box.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.bpkx30)).EndInit();
|
||
((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();
|
||
this.PAN_BattleBox.ResumeLayout(false);
|
||
this.PAN_BattleBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx1)).EndInit();
|
||
((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();
|
||
this.PAN_Party.ResumeLayout(false);
|
||
this.PAN_Party.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx1)).EndInit();
|
||
((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();
|
||
this.Tab_Other.ResumeLayout(false);
|
||
this.GB_Daycare.ResumeLayout(false);
|
||
this.GB_Daycare.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx1)).EndInit();
|
||
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();
|
||
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();
|
||
this.Tab_Tools.ResumeLayout(false);
|
||
this.Tab_SAV.ResumeLayout(false);
|
||
this.Tab_SAV.PerformLayout();
|
||
this.GB_SAVtools.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.dragout)).EndInit();
|
||
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_3DSReg;
|
||
private System.Windows.Forms.ComboBox CB_SubRegion;
|
||
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_3DSRegion;
|
||
private System.Windows.Forms.Label Label_SubRegion;
|
||
private System.Windows.Forms.Label Label_Country;
|
||
private System.Windows.Forms.Label Label_PKRSdays;
|
||
private System.Windows.Forms.Label Label_PKRS;
|
||
public System.Windows.Forms.CheckBox CHK_IsEgg;
|
||
private System.Windows.Forms.OpenFileDialog OpenPKX;
|
||
private System.Windows.Forms.SaveFileDialog SavePKX;
|
||
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.CheckBox CHK_Diamond;
|
||
private System.Windows.Forms.CheckBox CHK_Square;
|
||
private System.Windows.Forms.CheckBox CHK_Star;
|
||
private System.Windows.Forms.CheckBox CHK_Triangle;
|
||
private System.Windows.Forms.CheckBox CHK_Heart;
|
||
private System.Windows.Forms.CheckBox CHK_Circle;
|
||
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.Label Label_Sheen;
|
||
private System.Windows.Forms.Label Label_Tough;
|
||
private System.Windows.Forms.Label Label_Smart;
|
||
private System.Windows.Forms.Label Label_Cute;
|
||
private System.Windows.Forms.Label Label_Beauty;
|
||
private System.Windows.Forms.Label Label_Cool;
|
||
private System.Windows.Forms.Label Label_ContestStats;
|
||
private System.Windows.Forms.Button BTN_RandomEVs;
|
||
private System.Windows.Forms.Button BTN_RandomIVs;
|
||
private System.Windows.Forms.Label Label_HPTYPE;
|
||
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_IVs;
|
||
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.TextBox Stat_SPE;
|
||
private System.Windows.Forms.TextBox Stat_SPD;
|
||
private System.Windows.Forms.TextBox Stat_SPA;
|
||
private System.Windows.Forms.TextBox Stat_DEF;
|
||
private System.Windows.Forms.TextBox Stat_ATK;
|
||
private System.Windows.Forms.TextBox Stat_HP;
|
||
private System.Windows.Forms.Label Label_PrevOT;
|
||
private System.Windows.Forms.ComboBox CB_EncounterType;
|
||
public System.Windows.Forms.ComboBox CB_GameOrigin;
|
||
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_Sheen;
|
||
private System.Windows.Forms.MaskedTextBox TB_Tough;
|
||
private System.Windows.Forms.MaskedTextBox TB_Smart;
|
||
private System.Windows.Forms.MaskedTextBox TB_Cute;
|
||
private System.Windows.Forms.MaskedTextBox TB_Beauty;
|
||
private System.Windows.Forms.MaskedTextBox TB_Cool;
|
||
private System.Windows.Forms.MaskedTextBox TB_SID;
|
||
private System.Windows.Forms.MaskedTextBox TB_TID;
|
||
public System.Windows.Forms.MaskedTextBox TB_Friendship;
|
||
private System.Windows.Forms.MaskedTextBox TB_Level;
|
||
private System.Windows.Forms.MaskedTextBox TB_EXP;
|
||
private System.Windows.Forms.MaskedTextBox TB_ExtraByte;
|
||
public System.Windows.Forms.TextBox TB_OTt2;
|
||
public System.Windows.Forms.TextBox TB_OT;
|
||
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.CheckBox CHK_Nicknamed;
|
||
private System.Windows.Forms.Button BTN_Shinytize;
|
||
private System.Windows.Forms.MaskedTextBox TB_AbilityNumber;
|
||
private System.Windows.Forms.Label Label_Diamond;
|
||
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 testToolStripMenuItem;
|
||
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.Label L_Save;
|
||
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.GroupBox GB_SAVtools;
|
||
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_ExportSAV;
|
||
private System.Windows.Forms.Button B_VerifyCHK;
|
||
private System.Windows.Forms.Button B_VerifySHA;
|
||
private System.Windows.Forms.RichTextBox RTB_S;
|
||
private System.Windows.Forms.Button B_BoxRight;
|
||
private System.Windows.Forms.Button B_BoxLeft;
|
||
private System.Windows.Forms.Label L_XP2;
|
||
private System.Windows.Forms.Label L_XP1;
|
||
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.TabPage Tab_Tools;
|
||
private System.Windows.Forms.Button B_OUTPasserby;
|
||
private System.Windows.Forms.Button B_OpenHallofFame;
|
||
private System.Windows.Forms.RichTextBox RTB_T;
|
||
private System.Windows.Forms.Button B_JPEG;
|
||
private System.Windows.Forms.Label L_SAVManipulation;
|
||
private System.Windows.Forms.Button B_SwitchSAV;
|
||
private System.Windows.Forms.Label L_IntegrityCheck;
|
||
private System.Windows.Forms.Label L_SAVINDEX;
|
||
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_ToggleBoxUI;
|
||
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;
|
||
private System.Windows.Forms.ToolStripMenuItem Menu_BoxIO;
|
||
public System.Windows.Forms.ComboBox CB_Species;
|
||
public System.Windows.Forms.ComboBox CB_Move1;
|
||
public System.Windows.Forms.ComboBox CB_MetLocation;
|
||
public System.Windows.Forms.Label Label_Friendship;
|
||
public System.Windows.Forms.Label Label_HatchCounter;
|
||
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 PB_Mark1;
|
||
private System.Windows.Forms.PictureBox Label_IsShiny;
|
||
private System.Windows.Forms.TextBox TB_PP4;
|
||
private System.Windows.Forms.TextBox TB_PP3;
|
||
private System.Windows.Forms.TextBox TB_PP2;
|
||
private System.Windows.Forms.TextBox TB_PP1;
|
||
private System.Windows.Forms.ToolStripMenuItem codeGeneratorToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem reportToolStripMenuItem;
|
||
private System.Windows.Forms.Panel PAN_Party;
|
||
private System.Windows.Forms.Panel PAN_BattleBox;
|
||
private System.Windows.Forms.Button B_OpenSuperTraining;
|
||
private System.Windows.Forms.Button B_3DSSETemp;
|
||
private System.Windows.Forms.Panel PAN_Box;
|
||
public System.Windows.Forms.ComboBox C_BoxSelect;
|
||
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;
|
||
private System.Windows.Forms.Button B_OpenSecretBase;
|
||
private System.Windows.Forms.ToolStripMenuItem Menu_Unicode;
|
||
public System.Windows.Forms.ComboBox CB_Ball;
|
||
public System.Windows.Forms.ComboBox CB_HeldItem;
|
||
public System.Windows.Forms.ComboBox CB_Nature;
|
||
private System.Windows.Forms.PictureBox dragout;
|
||
}
|
||
}
|
||
|