mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-23 19:03:11 +00:00
41578132cf
Add Get/Set Relearn method to PKM.cs Alpha Mastered move now indicates incomplete text entry (like moves/relearn) Split up legal move indication helper class, use DI to allow other implementations of DataSource to be returned (pkhex mobile?). Remove unused gender refresh method (see previous added UserControl commit) Add helper method to center control within control
3146 lines
174 KiB
C#
3146 lines
174 KiB
C#
namespace PKHeX.WinForms.Controls
|
|
{
|
|
partial class PKMEditor
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
this.Tab_Main = new System.Windows.Forms.TabPage();
|
|
this.FLP_Main = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_PID = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_PIDLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_PID = new System.Windows.Forms.Label();
|
|
this.BTN_Shinytize = new System.Windows.Forms.Button();
|
|
this.PB_ShinyStar = new System.Windows.Forms.PictureBox();
|
|
this.PB_ShinySquare = new System.Windows.Forms.PictureBox();
|
|
this.FLP_PIDRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.TB_PID = new System.Windows.Forms.TextBox();
|
|
this.BTN_RerollPID = new System.Windows.Forms.Button();
|
|
this.FLP_Species = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Species = new System.Windows.Forms.Label();
|
|
this.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Nickname = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_NicknameLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_Nicknamed = new System.Windows.Forms.CheckBox();
|
|
this.TB_Nickname = new System.Windows.Forms.TextBox();
|
|
this.FLP_EXPLevel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_EXP = new System.Windows.Forms.Label();
|
|
this.FLP_EXPLevelRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.TB_EXP = new System.Windows.Forms.MaskedTextBox();
|
|
this.Label_CurLevel = new System.Windows.Forms.Label();
|
|
this.TB_Level = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_Level = new System.Windows.Forms.MaskedTextBox();
|
|
this.FLP_Nature = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Nature = new System.Windows.Forms.Label();
|
|
this.CB_Nature = new System.Windows.Forms.ComboBox();
|
|
this.FLP_OriginalNature = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_OriginalNature = new System.Windows.Forms.Label();
|
|
this.CB_StatNature = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Form = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_FormLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Form = new System.Windows.Forms.Label();
|
|
this.FLP_FormRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CB_Form = new System.Windows.Forms.ComboBox();
|
|
this.FLP_HeldItem = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_HeldItem = new System.Windows.Forms.Label();
|
|
this.CB_HeldItem = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Ability = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Ability = new System.Windows.Forms.Label();
|
|
this.FLP_AbilityRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CB_Ability = new System.Windows.Forms.ComboBox();
|
|
this.DEV_Ability = new System.Windows.Forms.ComboBox();
|
|
this.TB_AbilityNumber = new System.Windows.Forms.MaskedTextBox();
|
|
this.FLP_Friendship = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_FriendshipLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Friendship = new System.Windows.Forms.Label();
|
|
this.Label_HatchCounter = new System.Windows.Forms.Label();
|
|
this.FLP_FriendshipRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
|
|
this.FLP_Language = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Language = new System.Windows.Forms.Label();
|
|
this.CB_Language = new System.Windows.Forms.ComboBox();
|
|
this.FLP_EggPKRS = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_EggPKRSLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_IsEgg = new System.Windows.Forms.CheckBox();
|
|
this.FLP_EggPKRSRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CHK_Infected = new System.Windows.Forms.CheckBox();
|
|
this.CHK_Cured = new System.Windows.Forms.CheckBox();
|
|
this.FLP_PKRS = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_PKRS = new System.Windows.Forms.Label();
|
|
this.FLP_PKRSRight = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.CB_PKRSStrain = new System.Windows.Forms.ComboBox();
|
|
this.Label_PKRSdays = new System.Windows.Forms.Label();
|
|
this.CB_PKRSDays = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Country = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Country = new System.Windows.Forms.Label();
|
|
this.CB_Country = new System.Windows.Forms.ComboBox();
|
|
this.FLP_SubRegion = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_SubRegion = new System.Windows.Forms.Label();
|
|
this.CB_SubRegion = new System.Windows.Forms.ComboBox();
|
|
this.FLP_3DSRegion = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_3DSRegion = new System.Windows.Forms.Label();
|
|
this.CB_3DSReg = new System.Windows.Forms.ComboBox();
|
|
this.FLP_NSparkle = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_NSparkle = new System.Windows.Forms.Label();
|
|
this.CHK_NSparkle = new System.Windows.Forms.CheckBox();
|
|
this.FLP_ShadowID = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_ShadowID = new System.Windows.Forms.Label();
|
|
this.NUD_ShadowID = new System.Windows.Forms.NumericUpDown();
|
|
this.FLP_Purification = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_HeartGauge = new System.Windows.Forms.Label();
|
|
this.NUD_Purification = new System.Windows.Forms.NumericUpDown();
|
|
this.CHK_Shadow = new System.Windows.Forms.CheckBox();
|
|
this.FLP_ShinyLeaf = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_ShinyLeaf = new System.Windows.Forms.Label();
|
|
this.FLP_CatchRate = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_CatchRate = new System.Windows.Forms.Label();
|
|
this.FLP_SizeCP = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Tab_Met = new System.Windows.Forms.TabPage();
|
|
this.TB_HomeTracker = new System.Windows.Forms.TextBox();
|
|
this.L_HomeTracker = new System.Windows.Forms.Label();
|
|
this.CHK_AsEgg = new System.Windows.Forms.CheckBox();
|
|
this.GB_EggConditions = new System.Windows.Forms.GroupBox();
|
|
this.CB_EggLocation = new System.Windows.Forms.ComboBox();
|
|
this.CAL_EggDate = new System.Windows.Forms.DateTimePicker();
|
|
this.Label_EggDate = new System.Windows.Forms.Label();
|
|
this.Label_EggLocation = new System.Windows.Forms.Label();
|
|
this.FLP_Met = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_OriginGame = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_OriginGame = new System.Windows.Forms.Label();
|
|
this.CB_GameOrigin = new System.Windows.Forms.ComboBox();
|
|
this.FLP_BattleVersion = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_BattleVersion = new System.Windows.Forms.Label();
|
|
this.CB_BattleVersion = new System.Windows.Forms.ComboBox();
|
|
this.FLP_MetLocation = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_MetLocation = new System.Windows.Forms.Label();
|
|
this.CB_MetLocation = new System.Windows.Forms.ComboBox();
|
|
this.FLP_Ball = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.FLP_BallLeft = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_Ball = new System.Windows.Forms.Label();
|
|
this.PB_Ball = new System.Windows.Forms.PictureBox();
|
|
this.CB_Ball = new System.Windows.Forms.ComboBox();
|
|
this.FLP_MetLevel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_MetLevel = new System.Windows.Forms.Label();
|
|
this.TB_MetLevel = new System.Windows.Forms.MaskedTextBox();
|
|
this.FLP_MetDate = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_MetDate = new System.Windows.Forms.Label();
|
|
this.CAL_MetDate = new System.Windows.Forms.DateTimePicker();
|
|
this.FLP_Fateful = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.PAN_Fateful = new System.Windows.Forms.Panel();
|
|
this.CHK_Fateful = new System.Windows.Forms.CheckBox();
|
|
this.FLP_GroundTile = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.Label_GroundTile = new System.Windows.Forms.Label();
|
|
this.CB_GroundTile = new System.Windows.Forms.ComboBox();
|
|
this.FLP_TimeOfDay = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.L_MetTimeOfDay = new System.Windows.Forms.Label();
|
|
this.CB_MetTimeOfDay = new System.Windows.Forms.ComboBox();
|
|
this.Tab_Stats = new System.Windows.Forms.TabPage();
|
|
this.Tab_Attacks = new System.Windows.Forms.TabPage();
|
|
this.L_AlphaMastered = new System.Windows.Forms.Label();
|
|
this.CB_AlphaMastered = new System.Windows.Forms.ComboBox();
|
|
this.FLP_MoveFlags = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.B_Records = new System.Windows.Forms.Button();
|
|
this.B_MoveShop = new System.Windows.Forms.Button();
|
|
this.PB_WarnMove4 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnMove3 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnMove2 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnMove1 = new System.Windows.Forms.PictureBox();
|
|
this.GB_RelearnMoves = new System.Windows.Forms.GroupBox();
|
|
this.PB_WarnRelearn4 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnRelearn3 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnRelearn2 = new System.Windows.Forms.PictureBox();
|
|
this.PB_WarnRelearn1 = new System.Windows.Forms.PictureBox();
|
|
this.CB_RelearnMove4 = new System.Windows.Forms.ComboBox();
|
|
this.CB_RelearnMove3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_RelearnMove2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_RelearnMove1 = new System.Windows.Forms.ComboBox();
|
|
this.GB_CurrentMoves = new System.Windows.Forms.GroupBox();
|
|
this.TB_PP4 = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_PP3 = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_PP2 = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_PP1 = new System.Windows.Forms.MaskedTextBox();
|
|
this.Label_CurPP = new System.Windows.Forms.Label();
|
|
this.Label_PPups = new System.Windows.Forms.Label();
|
|
this.CB_PPu4 = new System.Windows.Forms.ComboBox();
|
|
this.CB_PPu3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_PPu2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move4 = new System.Windows.Forms.ComboBox();
|
|
this.CB_PPu1 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move1 = new System.Windows.Forms.ComboBox();
|
|
this.Tab_OTMisc = new System.Windows.Forms.TabPage();
|
|
this.PB_BattleVersion = new System.Windows.Forms.PictureBox();
|
|
this.PB_Origin = new System.Windows.Forms.PictureBox();
|
|
this.PB_Favorite = new System.Windows.Forms.PictureBox();
|
|
this.FLP_PKMEditors = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.BTN_Ribbons = new System.Windows.Forms.Button();
|
|
this.BTN_Medals = new System.Windows.Forms.Button();
|
|
this.BTN_History = new System.Windows.Forms.Button();
|
|
this.TB_EC = new System.Windows.Forms.TextBox();
|
|
this.GB_nOT = new System.Windows.Forms.GroupBox();
|
|
this.CB_HTLanguage = new System.Windows.Forms.ComboBox();
|
|
this.TB_HT = new System.Windows.Forms.TextBox();
|
|
this.Label_PrevOT = new System.Windows.Forms.Label();
|
|
this.BTN_RerollEC = new System.Windows.Forms.Button();
|
|
this.GB_Markings = new System.Windows.Forms.GroupBox();
|
|
this.PB_Mark6 = new System.Windows.Forms.PictureBox();
|
|
this.PB_Mark3 = new System.Windows.Forms.PictureBox();
|
|
this.PB_Mark5 = new System.Windows.Forms.PictureBox();
|
|
this.PB_MarkCured = new System.Windows.Forms.PictureBox();
|
|
this.PB_Mark2 = new System.Windows.Forms.PictureBox();
|
|
this.PB_MarkShiny = new System.Windows.Forms.PictureBox();
|
|
this.PB_Mark1 = new System.Windows.Forms.PictureBox();
|
|
this.PB_Mark4 = new System.Windows.Forms.PictureBox();
|
|
this.GB_ExtraBytes = new System.Windows.Forms.GroupBox();
|
|
this.TB_ExtraByte = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_ExtraBytes = new System.Windows.Forms.ComboBox();
|
|
this.GB_OT = new System.Windows.Forms.GroupBox();
|
|
this.TB_OT = new System.Windows.Forms.TextBox();
|
|
this.Label_OT = new System.Windows.Forms.Label();
|
|
this.Label_EncryptionConstant = new System.Windows.Forms.Label();
|
|
this.SpeciesIDTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.NatureTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.Tip3 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.UC_Gender = new PKHeX.WinForms.Controls.GenderToggle();
|
|
this.FA_Form = new PKHeX.WinForms.Controls.FormArgument();
|
|
this.ShinyLeaf = new PKHeX.WinForms.Controls.ShinyLeaf();
|
|
this.CR_PK1 = new PKHeX.WinForms.Controls.CatchRate();
|
|
this.SizeCP = new PKHeX.WinForms.Controls.SizeCP();
|
|
this.Stats = new PKHeX.WinForms.Controls.StatEditor();
|
|
this.Contest = new PKHeX.WinForms.Controls.ContestStat();
|
|
this.UC_HTGender = new PKHeX.WinForms.Controls.GenderToggle();
|
|
this.UC_OTGender = new PKHeX.WinForms.Controls.GenderToggle();
|
|
this.TID_Trainer = new PKHeX.WinForms.Controls.TrainerID();
|
|
this.tabMain.SuspendLayout();
|
|
this.Tab_Main.SuspendLayout();
|
|
this.FLP_Main.SuspendLayout();
|
|
this.FLP_PID.SuspendLayout();
|
|
this.FLP_PIDLeft.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_ShinyStar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_ShinySquare)).BeginInit();
|
|
this.FLP_PIDRight.SuspendLayout();
|
|
this.FLP_Species.SuspendLayout();
|
|
this.FLP_Nickname.SuspendLayout();
|
|
this.FLP_NicknameLeft.SuspendLayout();
|
|
this.FLP_EXPLevel.SuspendLayout();
|
|
this.FLP_EXPLevelRight.SuspendLayout();
|
|
this.FLP_Nature.SuspendLayout();
|
|
this.FLP_OriginalNature.SuspendLayout();
|
|
this.FLP_Form.SuspendLayout();
|
|
this.FLP_FormLeft.SuspendLayout();
|
|
this.FLP_FormRight.SuspendLayout();
|
|
this.FLP_HeldItem.SuspendLayout();
|
|
this.FLP_Ability.SuspendLayout();
|
|
this.FLP_AbilityRight.SuspendLayout();
|
|
this.FLP_Friendship.SuspendLayout();
|
|
this.FLP_FriendshipLeft.SuspendLayout();
|
|
this.FLP_FriendshipRight.SuspendLayout();
|
|
this.FLP_Language.SuspendLayout();
|
|
this.FLP_EggPKRS.SuspendLayout();
|
|
this.FLP_EggPKRSLeft.SuspendLayout();
|
|
this.FLP_EggPKRSRight.SuspendLayout();
|
|
this.FLP_PKRS.SuspendLayout();
|
|
this.FLP_PKRSRight.SuspendLayout();
|
|
this.FLP_Country.SuspendLayout();
|
|
this.FLP_SubRegion.SuspendLayout();
|
|
this.FLP_3DSRegion.SuspendLayout();
|
|
this.FLP_NSparkle.SuspendLayout();
|
|
this.FLP_ShadowID.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ShadowID)).BeginInit();
|
|
this.FLP_Purification.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Purification)).BeginInit();
|
|
this.FLP_ShinyLeaf.SuspendLayout();
|
|
this.FLP_CatchRate.SuspendLayout();
|
|
this.FLP_SizeCP.SuspendLayout();
|
|
this.Tab_Met.SuspendLayout();
|
|
this.GB_EggConditions.SuspendLayout();
|
|
this.FLP_Met.SuspendLayout();
|
|
this.FLP_OriginGame.SuspendLayout();
|
|
this.FLP_BattleVersion.SuspendLayout();
|
|
this.FLP_MetLocation.SuspendLayout();
|
|
this.FLP_Ball.SuspendLayout();
|
|
this.FLP_BallLeft.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Ball)).BeginInit();
|
|
this.FLP_MetLevel.SuspendLayout();
|
|
this.FLP_MetDate.SuspendLayout();
|
|
this.FLP_Fateful.SuspendLayout();
|
|
this.FLP_GroundTile.SuspendLayout();
|
|
this.FLP_TimeOfDay.SuspendLayout();
|
|
this.Tab_Stats.SuspendLayout();
|
|
this.Tab_Attacks.SuspendLayout();
|
|
this.FLP_MoveFlags.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove1)).BeginInit();
|
|
this.GB_RelearnMoves.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn1)).BeginInit();
|
|
this.GB_CurrentMoves.SuspendLayout();
|
|
this.Tab_OTMisc.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_BattleVersion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Origin)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Favorite)).BeginInit();
|
|
this.FLP_PKMEditors.SuspendLayout();
|
|
this.GB_nOT.SuspendLayout();
|
|
this.GB_Markings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MarkCured)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MarkShiny)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark4)).BeginInit();
|
|
this.GB_ExtraBytes.SuspendLayout();
|
|
this.GB_OT.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(0, 0);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.SelectedIndex = 0;
|
|
this.tabMain.Size = new System.Drawing.Size(315, 565);
|
|
this.tabMain.TabIndex = 1;
|
|
//
|
|
// Tab_Main
|
|
//
|
|
this.Tab_Main.AllowDrop = true;
|
|
this.Tab_Main.Controls.Add(this.FLP_Main);
|
|
this.Tab_Main.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Main.Name = "Tab_Main";
|
|
this.Tab_Main.Size = new System.Drawing.Size(307, 539);
|
|
this.Tab_Main.TabIndex = 0;
|
|
this.Tab_Main.Text = "Main";
|
|
this.Tab_Main.UseVisualStyleBackColor = true;
|
|
//
|
|
// FLP_Main
|
|
//
|
|
this.FLP_Main.Controls.Add(this.FLP_PID);
|
|
this.FLP_Main.Controls.Add(this.FLP_Species);
|
|
this.FLP_Main.Controls.Add(this.FLP_Nickname);
|
|
this.FLP_Main.Controls.Add(this.FLP_EXPLevel);
|
|
this.FLP_Main.Controls.Add(this.FLP_Nature);
|
|
this.FLP_Main.Controls.Add(this.FLP_OriginalNature);
|
|
this.FLP_Main.Controls.Add(this.FLP_Form);
|
|
this.FLP_Main.Controls.Add(this.FLP_HeldItem);
|
|
this.FLP_Main.Controls.Add(this.FLP_Ability);
|
|
this.FLP_Main.Controls.Add(this.FLP_Friendship);
|
|
this.FLP_Main.Controls.Add(this.FLP_Language);
|
|
this.FLP_Main.Controls.Add(this.FLP_EggPKRS);
|
|
this.FLP_Main.Controls.Add(this.FLP_PKRS);
|
|
this.FLP_Main.Controls.Add(this.FLP_Country);
|
|
this.FLP_Main.Controls.Add(this.FLP_SubRegion);
|
|
this.FLP_Main.Controls.Add(this.FLP_3DSRegion);
|
|
this.FLP_Main.Controls.Add(this.FLP_NSparkle);
|
|
this.FLP_Main.Controls.Add(this.FLP_ShadowID);
|
|
this.FLP_Main.Controls.Add(this.FLP_Purification);
|
|
this.FLP_Main.Controls.Add(this.FLP_ShinyLeaf);
|
|
this.FLP_Main.Controls.Add(this.FLP_CatchRate);
|
|
this.FLP_Main.Controls.Add(this.FLP_SizeCP);
|
|
this.FLP_Main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.FLP_Main.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_Main.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Main.Name = "FLP_Main";
|
|
this.FLP_Main.Size = new System.Drawing.Size(307, 539);
|
|
this.FLP_Main.TabIndex = 103;
|
|
//
|
|
// FLP_PID
|
|
//
|
|
this.FLP_PID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_PID.Controls.Add(this.FLP_PIDLeft);
|
|
this.FLP_PID.Controls.Add(this.FLP_PIDRight);
|
|
this.FLP_PID.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_PID.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_PID.Name = "FLP_PID";
|
|
this.FLP_PID.Size = new System.Drawing.Size(272, 22);
|
|
this.FLP_PID.TabIndex = 0;
|
|
//
|
|
// FLP_PIDLeft
|
|
//
|
|
this.FLP_PIDLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_PIDLeft.Controls.Add(this.Label_PID);
|
|
this.FLP_PIDLeft.Controls.Add(this.BTN_Shinytize);
|
|
this.FLP_PIDLeft.Controls.Add(this.PB_ShinyStar);
|
|
this.FLP_PIDLeft.Controls.Add(this.PB_ShinySquare);
|
|
this.FLP_PIDLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_PIDLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_PIDLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_PIDLeft.Name = "FLP_PIDLeft";
|
|
this.FLP_PIDLeft.Size = new System.Drawing.Size(98, 22);
|
|
this.FLP_PIDLeft.TabIndex = 0;
|
|
//
|
|
// Label_PID
|
|
//
|
|
this.Label_PID.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.Label_PID.AutoSize = true;
|
|
this.Label_PID.Location = new System.Drawing.Point(70, 5);
|
|
this.Label_PID.Margin = new System.Windows.Forms.Padding(0, 5, 0, 4);
|
|
this.Label_PID.Name = "Label_PID";
|
|
this.Label_PID.Size = new System.Drawing.Size(28, 13);
|
|
this.Label_PID.TabIndex = 0;
|
|
this.Label_PID.Text = "PID:";
|
|
this.Label_PID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// BTN_Shinytize
|
|
//
|
|
this.BTN_Shinytize.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.BTN_Shinytize.Location = new System.Drawing.Point(46, 0);
|
|
this.BTN_Shinytize.Margin = new System.Windows.Forms.Padding(0);
|
|
this.BTN_Shinytize.Name = "BTN_Shinytize";
|
|
this.BTN_Shinytize.Size = new System.Drawing.Size(24, 22);
|
|
this.BTN_Shinytize.TabIndex = 1;
|
|
this.BTN_Shinytize.Text = "☆";
|
|
this.BTN_Shinytize.UseVisualStyleBackColor = true;
|
|
this.BTN_Shinytize.Click += new System.EventHandler(this.UpdateShinyPID);
|
|
//
|
|
// PB_ShinyStar
|
|
//
|
|
this.PB_ShinyStar.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.PB_ShinyStar.Image = global::PKHeX.WinForms.Properties.Resources.rare_icon;
|
|
this.PB_ShinyStar.InitialImage = global::PKHeX.WinForms.Properties.Resources.rare_icon;
|
|
this.PB_ShinyStar.Location = new System.Drawing.Point(24, 2);
|
|
this.PB_ShinyStar.Margin = new System.Windows.Forms.Padding(0, 2, 2, 0);
|
|
this.PB_ShinyStar.Name = "PB_ShinyStar";
|
|
this.PB_ShinyStar.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_ShinyStar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_ShinyStar.TabIndex = 62;
|
|
this.PB_ShinyStar.TabStop = false;
|
|
this.PB_ShinyStar.Visible = false;
|
|
//
|
|
// PB_ShinySquare
|
|
//
|
|
this.PB_ShinySquare.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.PB_ShinySquare.Image = global::PKHeX.WinForms.Properties.Resources.rare_icon_2;
|
|
this.PB_ShinySquare.InitialImage = global::PKHeX.WinForms.Properties.Resources.rare_icon_2;
|
|
this.PB_ShinySquare.Location = new System.Drawing.Point(2, 2);
|
|
this.PB_ShinySquare.Margin = new System.Windows.Forms.Padding(0, 2, 2, 0);
|
|
this.PB_ShinySquare.Name = "PB_ShinySquare";
|
|
this.PB_ShinySquare.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_ShinySquare.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_ShinySquare.TabIndex = 62;
|
|
this.PB_ShinySquare.TabStop = false;
|
|
this.PB_ShinySquare.Visible = false;
|
|
//
|
|
// FLP_PIDRight
|
|
//
|
|
this.FLP_PIDRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_PIDRight.Controls.Add(this.TB_PID);
|
|
this.FLP_PIDRight.Controls.Add(this.UC_Gender);
|
|
this.FLP_PIDRight.Controls.Add(this.BTN_RerollPID);
|
|
this.FLP_PIDRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_PIDRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_PIDRight.Name = "FLP_PIDRight";
|
|
this.FLP_PIDRight.Size = new System.Drawing.Size(162, 22);
|
|
this.FLP_PIDRight.TabIndex = 104;
|
|
//
|
|
// TB_PID
|
|
//
|
|
this.TB_PID.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.TB_PID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_PID.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_PID.Location = new System.Drawing.Point(0, 1);
|
|
this.TB_PID.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.TB_PID.MaxLength = 8;
|
|
this.TB_PID.Name = "TB_PID";
|
|
this.TB_PID.Size = new System.Drawing.Size(60, 20);
|
|
this.TB_PID.TabIndex = 1;
|
|
this.TB_PID.Text = "12345678";
|
|
this.TB_PID.MouseHover += new System.EventHandler(this.UpdateTSV);
|
|
this.TB_PID.Validated += new System.EventHandler(this.Update_ID);
|
|
//
|
|
// BTN_RerollPID
|
|
//
|
|
this.BTN_RerollPID.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.BTN_RerollPID.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.BTN_RerollPID.Location = new System.Drawing.Point(83, 1);
|
|
this.BTN_RerollPID.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.BTN_RerollPID.Name = "BTN_RerollPID";
|
|
this.BTN_RerollPID.Size = new System.Drawing.Size(58, 20);
|
|
this.BTN_RerollPID.TabIndex = 1;
|
|
this.BTN_RerollPID.Text = "Reroll";
|
|
this.BTN_RerollPID.UseVisualStyleBackColor = true;
|
|
this.BTN_RerollPID.Click += new System.EventHandler(this.UpdateRandomPID);
|
|
//
|
|
// FLP_Species
|
|
//
|
|
this.FLP_Species.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Species.Controls.Add(this.Label_Species);
|
|
this.FLP_Species.Controls.Add(this.CB_Species);
|
|
this.FLP_Species.Location = new System.Drawing.Point(0, 22);
|
|
this.FLP_Species.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Species.Name = "FLP_Species";
|
|
this.FLP_Species.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Species.TabIndex = 1;
|
|
//
|
|
// Label_Species
|
|
//
|
|
this.Label_Species.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.Label_Species.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Species.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Species.Name = "Label_Species";
|
|
this.Label_Species.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Species.TabIndex = 1;
|
|
this.Label_Species.Text = "Species:";
|
|
this.Label_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_Species.Click += new System.EventHandler(this.UpdateNickname);
|
|
//
|
|
// 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(98, 0);
|
|
this.CB_Species.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(140, 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.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_Nickname
|
|
//
|
|
this.FLP_Nickname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Nickname.Controls.Add(this.FLP_NicknameLeft);
|
|
this.FLP_Nickname.Controls.Add(this.TB_Nickname);
|
|
this.FLP_Nickname.Location = new System.Drawing.Point(0, 43);
|
|
this.FLP_Nickname.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Nickname.Name = "FLP_Nickname";
|
|
this.FLP_Nickname.Size = new System.Drawing.Size(272, 22);
|
|
this.FLP_Nickname.TabIndex = 2;
|
|
//
|
|
// FLP_NicknameLeft
|
|
//
|
|
this.FLP_NicknameLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_NicknameLeft.Controls.Add(this.CHK_Nicknamed);
|
|
this.FLP_NicknameLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_NicknameLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_NicknameLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_NicknameLeft.Name = "FLP_NicknameLeft";
|
|
this.FLP_NicknameLeft.Size = new System.Drawing.Size(98, 21);
|
|
this.FLP_NicknameLeft.TabIndex = 109;
|
|
//
|
|
// CHK_Nicknamed
|
|
//
|
|
this.CHK_Nicknamed.AutoSize = true;
|
|
this.CHK_Nicknamed.Location = new System.Drawing.Point(24, 3);
|
|
this.CHK_Nicknamed.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_Nicknamed.Name = "CHK_Nicknamed";
|
|
this.CHK_Nicknamed.Size = new System.Drawing.Size(74, 17);
|
|
this.CHK_Nicknamed.TabIndex = 4;
|
|
this.CHK_Nicknamed.Text = "Nickname";
|
|
this.CHK_Nicknamed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Nicknamed.UseVisualStyleBackColor = true;
|
|
this.CHK_Nicknamed.CheckedChanged += new System.EventHandler(this.UpdateNickname);
|
|
//
|
|
// TB_Nickname
|
|
//
|
|
this.TB_Nickname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Nickname.Location = new System.Drawing.Point(98, 0);
|
|
this.TB_Nickname.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_Nickname.MaxLength = 12;
|
|
this.TB_Nickname.Name = "TB_Nickname";
|
|
this.TB_Nickname.Size = new System.Drawing.Size(140, 20);
|
|
this.TB_Nickname.TabIndex = 5;
|
|
this.TB_Nickname.TextChanged += new System.EventHandler(this.UpdateIsNicknamed);
|
|
this.TB_Nickname.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UpdateNicknameClick);
|
|
//
|
|
// FLP_EXPLevel
|
|
//
|
|
this.FLP_EXPLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_EXPLevel.Controls.Add(this.Label_EXP);
|
|
this.FLP_EXPLevel.Controls.Add(this.FLP_EXPLevelRight);
|
|
this.FLP_EXPLevel.Location = new System.Drawing.Point(0, 65);
|
|
this.FLP_EXPLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_EXPLevel.Name = "FLP_EXPLevel";
|
|
this.FLP_EXPLevel.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_EXPLevel.TabIndex = 3;
|
|
//
|
|
// Label_EXP
|
|
//
|
|
this.Label_EXP.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_EXP.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_EXP.Name = "Label_EXP";
|
|
this.Label_EXP.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_EXP.TabIndex = 3;
|
|
this.Label_EXP.Text = "EXP:";
|
|
this.Label_EXP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FLP_EXPLevelRight
|
|
//
|
|
this.FLP_EXPLevelRight.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.FLP_EXPLevelRight.Controls.Add(this.TB_EXP);
|
|
this.FLP_EXPLevelRight.Controls.Add(this.Label_CurLevel);
|
|
this.FLP_EXPLevelRight.Controls.Add(this.TB_Level);
|
|
this.FLP_EXPLevelRight.Controls.Add(this.MT_Level);
|
|
this.FLP_EXPLevelRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_EXPLevelRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_EXPLevelRight.Name = "FLP_EXPLevelRight";
|
|
this.FLP_EXPLevelRight.Size = new System.Drawing.Size(162, 21);
|
|
this.FLP_EXPLevelRight.TabIndex = 0;
|
|
//
|
|
// TB_EXP
|
|
//
|
|
this.TB_EXP.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.TB_EXP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_EXP.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_EXP.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_EXP.Mask = "0000000";
|
|
this.TB_EXP.Name = "TB_EXP";
|
|
this.TB_EXP.Size = new System.Drawing.Size(46, 20);
|
|
this.TB_EXP.TabIndex = 7;
|
|
this.TB_EXP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_EXP.TextChanged += new System.EventHandler(this.UpdateEXPLevel);
|
|
//
|
|
// Label_CurLevel
|
|
//
|
|
this.Label_CurLevel.Location = new System.Drawing.Point(46, 0);
|
|
this.Label_CurLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_CurLevel.Name = "Label_CurLevel";
|
|
this.Label_CurLevel.Size = new System.Drawing.Size(72, 21);
|
|
this.Label_CurLevel.TabIndex = 7;
|
|
this.Label_CurLevel.Text = "Level:";
|
|
this.Label_CurLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_CurLevel.Click += new System.EventHandler(this.ClickMetLocation);
|
|
//
|
|
// TB_Level
|
|
//
|
|
this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Level.Location = new System.Drawing.Point(118, 0);
|
|
this.TB_Level.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_Level.Mask = "000";
|
|
this.TB_Level.Name = "TB_Level";
|
|
this.TB_Level.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_Level.TabIndex = 8;
|
|
this.TB_Level.Click += new System.EventHandler(this.ClickLevel);
|
|
this.TB_Level.TextChanged += new System.EventHandler(this.UpdateEXPLevel);
|
|
//
|
|
// MT_Level
|
|
//
|
|
this.MT_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.MT_Level.Enabled = false;
|
|
this.MT_Level.Location = new System.Drawing.Point(140, 0);
|
|
this.MT_Level.Margin = new System.Windows.Forms.Padding(0);
|
|
this.MT_Level.Mask = "000";
|
|
this.MT_Level.Name = "MT_Level";
|
|
this.MT_Level.Size = new System.Drawing.Size(22, 20);
|
|
this.MT_Level.TabIndex = 17;
|
|
this.MT_Level.Visible = false;
|
|
this.MT_Level.Click += new System.EventHandler(this.ClickLevel);
|
|
this.MT_Level.TextChanged += new System.EventHandler(this.UpdateEXPLevel);
|
|
//
|
|
// FLP_Nature
|
|
//
|
|
this.FLP_Nature.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Nature.Controls.Add(this.Label_Nature);
|
|
this.FLP_Nature.Controls.Add(this.CB_Nature);
|
|
this.FLP_Nature.Location = new System.Drawing.Point(0, 86);
|
|
this.FLP_Nature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Nature.Name = "FLP_Nature";
|
|
this.FLP_Nature.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Nature.TabIndex = 4;
|
|
//
|
|
// Label_Nature
|
|
//
|
|
this.Label_Nature.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Nature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Nature.Name = "Label_Nature";
|
|
this.Label_Nature.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Nature.TabIndex = 8;
|
|
this.Label_Nature.Text = "Nature:";
|
|
this.Label_Nature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_Nature.Click += new System.EventHandler(this.ClickNature);
|
|
//
|
|
// 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(98, 0);
|
|
this.CB_Nature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Nature.Name = "CB_Nature";
|
|
this.CB_Nature.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Nature.TabIndex = 9;
|
|
this.CB_Nature.SelectedIndexChanged += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Nature.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_OriginalNature
|
|
//
|
|
this.FLP_OriginalNature.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_OriginalNature.Controls.Add(this.L_OriginalNature);
|
|
this.FLP_OriginalNature.Controls.Add(this.CB_StatNature);
|
|
this.FLP_OriginalNature.Location = new System.Drawing.Point(0, 107);
|
|
this.FLP_OriginalNature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_OriginalNature.Name = "FLP_OriginalNature";
|
|
this.FLP_OriginalNature.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_OriginalNature.TabIndex = 5;
|
|
//
|
|
// L_OriginalNature
|
|
//
|
|
this.L_OriginalNature.Location = new System.Drawing.Point(0, 0);
|
|
this.L_OriginalNature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_OriginalNature.Name = "L_OriginalNature";
|
|
this.L_OriginalNature.Size = new System.Drawing.Size(98, 21);
|
|
this.L_OriginalNature.TabIndex = 8;
|
|
this.L_OriginalNature.Text = "Stat Nature:";
|
|
this.L_OriginalNature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_OriginalNature.Click += new System.EventHandler(this.ClickNature);
|
|
//
|
|
// CB_StatNature
|
|
//
|
|
this.CB_StatNature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_StatNature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_StatNature.FormattingEnabled = true;
|
|
this.CB_StatNature.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_StatNature.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_StatNature.Name = "CB_StatNature";
|
|
this.CB_StatNature.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_StatNature.TabIndex = 10;
|
|
this.CB_StatNature.SelectedIndexChanged += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_StatNature.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_Form
|
|
//
|
|
this.FLP_Form.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Form.Controls.Add(this.FLP_FormLeft);
|
|
this.FLP_Form.Controls.Add(this.FLP_FormRight);
|
|
this.FLP_Form.Location = new System.Drawing.Point(0, 128);
|
|
this.FLP_Form.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Form.Name = "FLP_Form";
|
|
this.FLP_Form.Size = new System.Drawing.Size(307, 21);
|
|
this.FLP_Form.TabIndex = 6;
|
|
//
|
|
// FLP_FormLeft
|
|
//
|
|
this.FLP_FormLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_FormLeft.Controls.Add(this.Label_Form);
|
|
this.FLP_FormLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_FormLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_FormLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_FormLeft.Name = "FLP_FormLeft";
|
|
this.FLP_FormLeft.Size = new System.Drawing.Size(98, 21);
|
|
this.FLP_FormLeft.TabIndex = 0;
|
|
//
|
|
// Label_Form
|
|
//
|
|
this.Label_Form.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Form.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Form.Name = "Label_Form";
|
|
this.Label_Form.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Form.TabIndex = 11;
|
|
this.Label_Form.Text = "Form:";
|
|
this.Label_Form.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FLP_FormRight
|
|
//
|
|
this.FLP_FormRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_FormRight.Controls.Add(this.CB_Form);
|
|
this.FLP_FormRight.Controls.Add(this.FA_Form);
|
|
this.FLP_FormRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_FormRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_FormRight.Name = "FLP_FormRight";
|
|
this.FLP_FormRight.Size = new System.Drawing.Size(207, 21);
|
|
this.FLP_FormRight.TabIndex = 104;
|
|
//
|
|
// 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.Items.AddRange(new object[] {
|
|
""});
|
|
this.CB_Form.Location = new System.Drawing.Point(0, 0);
|
|
this.CB_Form.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Form.Name = "CB_Form";
|
|
this.CB_Form.Size = new System.Drawing.Size(123, 21);
|
|
this.CB_Form.TabIndex = 12;
|
|
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.UpdateForm);
|
|
//
|
|
// FLP_HeldItem
|
|
//
|
|
this.FLP_HeldItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_HeldItem.Controls.Add(this.Label_HeldItem);
|
|
this.FLP_HeldItem.Controls.Add(this.CB_HeldItem);
|
|
this.FLP_HeldItem.Location = new System.Drawing.Point(0, 149);
|
|
this.FLP_HeldItem.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_HeldItem.Name = "FLP_HeldItem";
|
|
this.FLP_HeldItem.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_HeldItem.TabIndex = 7;
|
|
//
|
|
// Label_HeldItem
|
|
//
|
|
this.Label_HeldItem.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.Label_HeldItem.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_HeldItem.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_HeldItem.Name = "Label_HeldItem";
|
|
this.Label_HeldItem.Size = new System.Drawing.Size(98, 21);
|
|
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(98, 0);
|
|
this.CB_HeldItem.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_HeldItem.Name = "CB_HeldItem";
|
|
this.CB_HeldItem.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_HeldItem.TabIndex = 10;
|
|
this.CB_HeldItem.SelectedIndexChanged += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_HeldItem.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_Ability
|
|
//
|
|
this.FLP_Ability.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Ability.Controls.Add(this.Label_Ability);
|
|
this.FLP_Ability.Controls.Add(this.FLP_AbilityRight);
|
|
this.FLP_Ability.Location = new System.Drawing.Point(0, 170);
|
|
this.FLP_Ability.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Ability.Name = "FLP_Ability";
|
|
this.FLP_Ability.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Ability.TabIndex = 8;
|
|
//
|
|
// Label_Ability
|
|
//
|
|
this.Label_Ability.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Ability.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Ability.Name = "Label_Ability";
|
|
this.Label_Ability.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Ability.TabIndex = 10;
|
|
this.Label_Ability.Text = "Ability:";
|
|
this.Label_Ability.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FLP_AbilityRight
|
|
//
|
|
this.FLP_AbilityRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_AbilityRight.Controls.Add(this.CB_Ability);
|
|
this.FLP_AbilityRight.Controls.Add(this.DEV_Ability);
|
|
this.FLP_AbilityRight.Controls.Add(this.TB_AbilityNumber);
|
|
this.FLP_AbilityRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_AbilityRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_AbilityRight.Name = "FLP_AbilityRight";
|
|
this.FLP_AbilityRight.Size = new System.Drawing.Size(162, 21);
|
|
this.FLP_AbilityRight.TabIndex = 109;
|
|
//
|
|
// CB_Ability
|
|
//
|
|
this.CB_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability.FormattingEnabled = true;
|
|
this.CB_Ability.Location = new System.Drawing.Point(0, 0);
|
|
this.CB_Ability.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Ability.Name = "CB_Ability";
|
|
this.CB_Ability.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Ability.TabIndex = 13;
|
|
this.CB_Ability.SelectedIndexChanged += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Ability.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// DEV_Ability
|
|
//
|
|
this.DEV_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.DEV_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.DEV_Ability.Enabled = false;
|
|
this.DEV_Ability.FormattingEnabled = true;
|
|
this.DEV_Ability.Location = new System.Drawing.Point(0, 21);
|
|
this.DEV_Ability.Margin = new System.Windows.Forms.Padding(0);
|
|
this.DEV_Ability.Name = "DEV_Ability";
|
|
this.DEV_Ability.Size = new System.Drawing.Size(126, 21);
|
|
this.DEV_Ability.TabIndex = 14;
|
|
this.DEV_Ability.Visible = false;
|
|
//
|
|
// TB_AbilityNumber
|
|
//
|
|
this.TB_AbilityNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_AbilityNumber.Location = new System.Drawing.Point(126, 21);
|
|
this.TB_AbilityNumber.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_AbilityNumber.Mask = "0";
|
|
this.TB_AbilityNumber.Name = "TB_AbilityNumber";
|
|
this.TB_AbilityNumber.Size = new System.Drawing.Size(19, 20);
|
|
this.TB_AbilityNumber.TabIndex = 14;
|
|
this.TB_AbilityNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_AbilityNumber.Visible = false;
|
|
//
|
|
// FLP_Friendship
|
|
//
|
|
this.FLP_Friendship.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Friendship.Controls.Add(this.FLP_FriendshipLeft);
|
|
this.FLP_Friendship.Controls.Add(this.FLP_FriendshipRight);
|
|
this.FLP_Friendship.Location = new System.Drawing.Point(0, 191);
|
|
this.FLP_Friendship.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Friendship.Name = "FLP_Friendship";
|
|
this.FLP_Friendship.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Friendship.TabIndex = 9;
|
|
//
|
|
// FLP_FriendshipLeft
|
|
//
|
|
this.FLP_FriendshipLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_FriendshipLeft.Controls.Add(this.Label_Friendship);
|
|
this.FLP_FriendshipLeft.Controls.Add(this.Label_HatchCounter);
|
|
this.FLP_FriendshipLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_FriendshipLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_FriendshipLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_FriendshipLeft.Name = "FLP_FriendshipLeft";
|
|
this.FLP_FriendshipLeft.Size = new System.Drawing.Size(98, 21);
|
|
this.FLP_FriendshipLeft.TabIndex = 0;
|
|
//
|
|
// Label_Friendship
|
|
//
|
|
this.Label_Friendship.Location = new System.Drawing.Point(-5, 0);
|
|
this.Label_Friendship.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Friendship.Name = "Label_Friendship";
|
|
this.Label_Friendship.Size = new System.Drawing.Size(103, 21);
|
|
this.Label_Friendship.TabIndex = 9;
|
|
this.Label_Friendship.Text = "Friendship:";
|
|
this.Label_Friendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_Friendship.Click += new System.EventHandler(this.ClickFriendship);
|
|
//
|
|
// Label_HatchCounter
|
|
//
|
|
this.Label_HatchCounter.Location = new System.Drawing.Point(-12, 21);
|
|
this.Label_HatchCounter.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_HatchCounter.Name = "Label_HatchCounter";
|
|
this.Label_HatchCounter.Size = new System.Drawing.Size(110, 21);
|
|
this.Label_HatchCounter.TabIndex = 61;
|
|
this.Label_HatchCounter.Text = "Hatch Counter:";
|
|
this.Label_HatchCounter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_HatchCounter.Click += new System.EventHandler(this.ClickFriendship);
|
|
//
|
|
// FLP_FriendshipRight
|
|
//
|
|
this.FLP_FriendshipRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_FriendshipRight.Controls.Add(this.TB_Friendship);
|
|
this.FLP_FriendshipRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_FriendshipRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_FriendshipRight.Name = "FLP_FriendshipRight";
|
|
this.FLP_FriendshipRight.Size = new System.Drawing.Size(162, 21);
|
|
this.FLP_FriendshipRight.TabIndex = 104;
|
|
//
|
|
// TB_Friendship
|
|
//
|
|
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Friendship.Location = new System.Drawing.Point(0, 0);
|
|
this.TB_Friendship.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_Friendship.Mask = "000";
|
|
this.TB_Friendship.Name = "TB_Friendship";
|
|
this.TB_Friendship.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_Friendship.TabIndex = 11;
|
|
this.TB_Friendship.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_Friendship.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// FLP_Language
|
|
//
|
|
this.FLP_Language.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Language.Controls.Add(this.Label_Language);
|
|
this.FLP_Language.Controls.Add(this.CB_Language);
|
|
this.FLP_Language.Location = new System.Drawing.Point(0, 212);
|
|
this.FLP_Language.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Language.Name = "FLP_Language";
|
|
this.FLP_Language.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Language.TabIndex = 10;
|
|
//
|
|
// Label_Language
|
|
//
|
|
this.Label_Language.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Language.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Language.Name = "Label_Language";
|
|
this.Label_Language.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Language.TabIndex = 12;
|
|
this.Label_Language.Text = "Language:";
|
|
this.Label_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Language
|
|
//
|
|
this.CB_Language.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Language.FormattingEnabled = true;
|
|
this.CB_Language.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_Language.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Language.Name = "CB_Language";
|
|
this.CB_Language.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Language.TabIndex = 15;
|
|
this.CB_Language.SelectedIndexChanged += new System.EventHandler(this.UpdateNickname);
|
|
//
|
|
// FLP_EggPKRS
|
|
//
|
|
this.FLP_EggPKRS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_EggPKRS.Controls.Add(this.FLP_EggPKRSLeft);
|
|
this.FLP_EggPKRS.Controls.Add(this.FLP_EggPKRSRight);
|
|
this.FLP_EggPKRS.Location = new System.Drawing.Point(0, 233);
|
|
this.FLP_EggPKRS.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_EggPKRS.Name = "FLP_EggPKRS";
|
|
this.FLP_EggPKRS.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_EggPKRS.TabIndex = 11;
|
|
//
|
|
// FLP_EggPKRSLeft
|
|
//
|
|
this.FLP_EggPKRSLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_EggPKRSLeft.Controls.Add(this.CHK_IsEgg);
|
|
this.FLP_EggPKRSLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_EggPKRSLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_EggPKRSLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_EggPKRSLeft.Name = "FLP_EggPKRSLeft";
|
|
this.FLP_EggPKRSLeft.Size = new System.Drawing.Size(98, 21);
|
|
this.FLP_EggPKRSLeft.TabIndex = 0;
|
|
//
|
|
// CHK_IsEgg
|
|
//
|
|
this.CHK_IsEgg.AutoSize = true;
|
|
this.CHK_IsEgg.Location = new System.Drawing.Point(42, 3);
|
|
this.CHK_IsEgg.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_IsEgg.Name = "CHK_IsEgg";
|
|
this.CHK_IsEgg.Size = new System.Drawing.Size(56, 17);
|
|
this.CHK_IsEgg.TabIndex = 16;
|
|
this.CHK_IsEgg.Text = "Is Egg";
|
|
this.CHK_IsEgg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_IsEgg.UseVisualStyleBackColor = true;
|
|
this.CHK_IsEgg.CheckedChanged += new System.EventHandler(this.UpdateIsEgg);
|
|
//
|
|
// FLP_EggPKRSRight
|
|
//
|
|
this.FLP_EggPKRSRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_EggPKRSRight.Controls.Add(this.CHK_Infected);
|
|
this.FLP_EggPKRSRight.Controls.Add(this.CHK_Cured);
|
|
this.FLP_EggPKRSRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_EggPKRSRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_EggPKRSRight.Name = "FLP_EggPKRSRight";
|
|
this.FLP_EggPKRSRight.Size = new System.Drawing.Size(162, 21);
|
|
this.FLP_EggPKRSRight.TabIndex = 104;
|
|
//
|
|
// CHK_Infected
|
|
//
|
|
this.CHK_Infected.AutoSize = true;
|
|
this.CHK_Infected.Location = new System.Drawing.Point(0, 3);
|
|
this.CHK_Infected.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_Infected.Name = "CHK_Infected";
|
|
this.CHK_Infected.Size = new System.Drawing.Size(65, 17);
|
|
this.CHK_Infected.TabIndex = 17;
|
|
this.CHK_Infected.Text = "Infected";
|
|
this.CHK_Infected.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Infected.UseVisualStyleBackColor = true;
|
|
this.CHK_Infected.CheckedChanged += new System.EventHandler(this.UpdatePKRSInfected);
|
|
//
|
|
// CHK_Cured
|
|
//
|
|
this.CHK_Cured.AutoSize = true;
|
|
this.CHK_Cured.Location = new System.Drawing.Point(65, 3);
|
|
this.CHK_Cured.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_Cured.Name = "CHK_Cured";
|
|
this.CHK_Cured.Size = new System.Drawing.Size(54, 17);
|
|
this.CHK_Cured.TabIndex = 18;
|
|
this.CHK_Cured.Text = "Cured";
|
|
this.CHK_Cured.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Cured.UseVisualStyleBackColor = true;
|
|
this.CHK_Cured.CheckedChanged += new System.EventHandler(this.UpdatePKRSCured);
|
|
//
|
|
// FLP_PKRS
|
|
//
|
|
this.FLP_PKRS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_PKRS.Controls.Add(this.Label_PKRS);
|
|
this.FLP_PKRS.Controls.Add(this.FLP_PKRSRight);
|
|
this.FLP_PKRS.Location = new System.Drawing.Point(0, 254);
|
|
this.FLP_PKRS.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_PKRS.Name = "FLP_PKRS";
|
|
this.FLP_PKRS.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_PKRS.TabIndex = 12;
|
|
//
|
|
// Label_PKRS
|
|
//
|
|
this.Label_PKRS.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_PKRS.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_PKRS.Name = "Label_PKRS";
|
|
this.Label_PKRS.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_PKRS.TabIndex = 14;
|
|
this.Label_PKRS.Text = "PkRs:";
|
|
this.Label_PKRS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_PKRS.Visible = false;
|
|
//
|
|
// FLP_PKRSRight
|
|
//
|
|
this.FLP_PKRSRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_PKRSRight.Controls.Add(this.CB_PKRSStrain);
|
|
this.FLP_PKRSRight.Controls.Add(this.Label_PKRSdays);
|
|
this.FLP_PKRSRight.Controls.Add(this.CB_PKRSDays);
|
|
this.FLP_PKRSRight.Location = new System.Drawing.Point(98, 0);
|
|
this.FLP_PKRSRight.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_PKRSRight.Name = "FLP_PKRSRight";
|
|
this.FLP_PKRSRight.Size = new System.Drawing.Size(162, 21);
|
|
this.FLP_PKRSRight.TabIndex = 105;
|
|
//
|
|
// CB_PKRSStrain
|
|
//
|
|
this.CB_PKRSStrain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PKRSStrain.FormattingEnabled = true;
|
|
this.CB_PKRSStrain.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15"});
|
|
this.CB_PKRSStrain.Location = new System.Drawing.Point(0, 0);
|
|
this.CB_PKRSStrain.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_PKRSStrain.Name = "CB_PKRSStrain";
|
|
this.CB_PKRSStrain.Size = new System.Drawing.Size(43, 21);
|
|
this.CB_PKRSStrain.TabIndex = 19;
|
|
this.CB_PKRSStrain.Visible = false;
|
|
this.CB_PKRSStrain.SelectedValueChanged += new System.EventHandler(this.UpdatePKRSstrain);
|
|
//
|
|
// Label_PKRSdays
|
|
//
|
|
this.Label_PKRSdays.Location = new System.Drawing.Point(43, 0);
|
|
this.Label_PKRSdays.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_PKRSdays.Name = "Label_PKRSdays";
|
|
this.Label_PKRSdays.Size = new System.Drawing.Size(25, 21);
|
|
this.Label_PKRSdays.TabIndex = 15;
|
|
this.Label_PKRSdays.Text = "d:";
|
|
this.Label_PKRSdays.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_PKRSdays.Visible = false;
|
|
//
|
|
// CB_PKRSDays
|
|
//
|
|
this.CB_PKRSDays.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PKRSDays.FormattingEnabled = true;
|
|
this.CB_PKRSDays.Location = new System.Drawing.Point(68, 0);
|
|
this.CB_PKRSDays.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_PKRSDays.Name = "CB_PKRSDays";
|
|
this.CB_PKRSDays.Size = new System.Drawing.Size(30, 21);
|
|
this.CB_PKRSDays.TabIndex = 20;
|
|
this.CB_PKRSDays.Visible = false;
|
|
this.CB_PKRSDays.SelectedIndexChanged += new System.EventHandler(this.UpdatePKRSdays);
|
|
//
|
|
// FLP_Country
|
|
//
|
|
this.FLP_Country.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Country.Controls.Add(this.Label_Country);
|
|
this.FLP_Country.Controls.Add(this.CB_Country);
|
|
this.FLP_Country.Location = new System.Drawing.Point(0, 275);
|
|
this.FLP_Country.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Country.Name = "FLP_Country";
|
|
this.FLP_Country.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Country.TabIndex = 13;
|
|
//
|
|
// Label_Country
|
|
//
|
|
this.Label_Country.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_Country.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Country.Name = "Label_Country";
|
|
this.Label_Country.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_Country.TabIndex = 16;
|
|
this.Label_Country.Text = "Country:";
|
|
this.Label_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Country
|
|
//
|
|
this.CB_Country.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Country.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Country.DropDownWidth = 180;
|
|
this.CB_Country.FormattingEnabled = true;
|
|
this.CB_Country.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_Country.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Country.Name = "CB_Country";
|
|
this.CB_Country.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_Country.TabIndex = 21;
|
|
this.CB_Country.SelectedIndexChanged += new System.EventHandler(this.UpdateCountry);
|
|
this.CB_Country.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_SubRegion
|
|
//
|
|
this.FLP_SubRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_SubRegion.Controls.Add(this.Label_SubRegion);
|
|
this.FLP_SubRegion.Controls.Add(this.CB_SubRegion);
|
|
this.FLP_SubRegion.Location = new System.Drawing.Point(0, 296);
|
|
this.FLP_SubRegion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_SubRegion.Name = "FLP_SubRegion";
|
|
this.FLP_SubRegion.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_SubRegion.TabIndex = 14;
|
|
//
|
|
// Label_SubRegion
|
|
//
|
|
this.Label_SubRegion.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_SubRegion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_SubRegion.Name = "Label_SubRegion";
|
|
this.Label_SubRegion.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_SubRegion.TabIndex = 17;
|
|
this.Label_SubRegion.Text = "Sub Region:";
|
|
this.Label_SubRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_SubRegion
|
|
//
|
|
this.CB_SubRegion.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_SubRegion.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_SubRegion.DropDownWidth = 180;
|
|
this.CB_SubRegion.FormattingEnabled = true;
|
|
this.CB_SubRegion.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_SubRegion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_SubRegion.Name = "CB_SubRegion";
|
|
this.CB_SubRegion.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_SubRegion.TabIndex = 22;
|
|
this.CB_SubRegion.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_3DSRegion
|
|
//
|
|
this.FLP_3DSRegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_3DSRegion.Controls.Add(this.Label_3DSRegion);
|
|
this.FLP_3DSRegion.Controls.Add(this.CB_3DSReg);
|
|
this.FLP_3DSRegion.Location = new System.Drawing.Point(0, 317);
|
|
this.FLP_3DSRegion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_3DSRegion.Name = "FLP_3DSRegion";
|
|
this.FLP_3DSRegion.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_3DSRegion.TabIndex = 15;
|
|
//
|
|
// Label_3DSRegion
|
|
//
|
|
this.Label_3DSRegion.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_3DSRegion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_3DSRegion.Name = "Label_3DSRegion";
|
|
this.Label_3DSRegion.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_3DSRegion.TabIndex = 18;
|
|
this.Label_3DSRegion.Text = "3DS Region:";
|
|
this.Label_3DSRegion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_3DSReg
|
|
//
|
|
this.CB_3DSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_3DSReg.FormattingEnabled = true;
|
|
this.CB_3DSReg.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_3DSReg.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_3DSReg.Name = "CB_3DSReg";
|
|
this.CB_3DSReg.Size = new System.Drawing.Size(140, 21);
|
|
this.CB_3DSReg.TabIndex = 23;
|
|
//
|
|
// FLP_NSparkle
|
|
//
|
|
this.FLP_NSparkle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_NSparkle.Controls.Add(this.L_NSparkle);
|
|
this.FLP_NSparkle.Controls.Add(this.CHK_NSparkle);
|
|
this.FLP_NSparkle.Location = new System.Drawing.Point(0, 338);
|
|
this.FLP_NSparkle.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_NSparkle.Name = "FLP_NSparkle";
|
|
this.FLP_NSparkle.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_NSparkle.TabIndex = 16;
|
|
//
|
|
// L_NSparkle
|
|
//
|
|
this.L_NSparkle.Location = new System.Drawing.Point(0, 0);
|
|
this.L_NSparkle.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_NSparkle.Name = "L_NSparkle";
|
|
this.L_NSparkle.Size = new System.Drawing.Size(98, 21);
|
|
this.L_NSparkle.TabIndex = 17;
|
|
this.L_NSparkle.Text = "N\'s Sparkle:";
|
|
this.L_NSparkle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_NSparkle
|
|
//
|
|
this.CHK_NSparkle.AutoSize = true;
|
|
this.CHK_NSparkle.Location = new System.Drawing.Point(98, 3);
|
|
this.CHK_NSparkle.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_NSparkle.Name = "CHK_NSparkle";
|
|
this.CHK_NSparkle.Size = new System.Drawing.Size(56, 17);
|
|
this.CHK_NSparkle.TabIndex = 18;
|
|
this.CHK_NSparkle.Text = "Active";
|
|
this.CHK_NSparkle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_NSparkle.UseVisualStyleBackColor = true;
|
|
//
|
|
// FLP_ShadowID
|
|
//
|
|
this.FLP_ShadowID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_ShadowID.Controls.Add(this.L_ShadowID);
|
|
this.FLP_ShadowID.Controls.Add(this.NUD_ShadowID);
|
|
this.FLP_ShadowID.Location = new System.Drawing.Point(0, 359);
|
|
this.FLP_ShadowID.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_ShadowID.Name = "FLP_ShadowID";
|
|
this.FLP_ShadowID.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_ShadowID.TabIndex = 17;
|
|
//
|
|
// L_ShadowID
|
|
//
|
|
this.L_ShadowID.Location = new System.Drawing.Point(0, 0);
|
|
this.L_ShadowID.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_ShadowID.Name = "L_ShadowID";
|
|
this.L_ShadowID.Size = new System.Drawing.Size(98, 21);
|
|
this.L_ShadowID.TabIndex = 9;
|
|
this.L_ShadowID.Text = "Shadow ID:";
|
|
this.L_ShadowID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_ShadowID
|
|
//
|
|
this.NUD_ShadowID.Location = new System.Drawing.Point(98, 1);
|
|
this.NUD_ShadowID.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.NUD_ShadowID.Maximum = new decimal(new int[] {
|
|
127,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_ShadowID.Name = "NUD_ShadowID";
|
|
this.NUD_ShadowID.Size = new System.Drawing.Size(51, 20);
|
|
this.NUD_ShadowID.TabIndex = 103;
|
|
this.NUD_ShadowID.ValueChanged += new System.EventHandler(this.UpdateShadowID);
|
|
//
|
|
// FLP_Purification
|
|
//
|
|
this.FLP_Purification.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Purification.Controls.Add(this.L_HeartGauge);
|
|
this.FLP_Purification.Controls.Add(this.NUD_Purification);
|
|
this.FLP_Purification.Controls.Add(this.CHK_Shadow);
|
|
this.FLP_Purification.Location = new System.Drawing.Point(0, 380);
|
|
this.FLP_Purification.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Purification.Name = "FLP_Purification";
|
|
this.FLP_Purification.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Purification.TabIndex = 18;
|
|
//
|
|
// L_HeartGauge
|
|
//
|
|
this.L_HeartGauge.Location = new System.Drawing.Point(0, 0);
|
|
this.L_HeartGauge.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_HeartGauge.Name = "L_HeartGauge";
|
|
this.L_HeartGauge.Size = new System.Drawing.Size(98, 21);
|
|
this.L_HeartGauge.TabIndex = 9;
|
|
this.L_HeartGauge.Text = "Heart Gauge:";
|
|
this.L_HeartGauge.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Purification
|
|
//
|
|
this.NUD_Purification.Location = new System.Drawing.Point(98, 1);
|
|
this.NUD_Purification.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
|
|
this.NUD_Purification.Maximum = new decimal(new int[] {
|
|
2147483647,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_Purification.Minimum = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_Purification.Name = "NUD_Purification";
|
|
this.NUD_Purification.Size = new System.Drawing.Size(51, 20);
|
|
this.NUD_Purification.TabIndex = 103;
|
|
this.NUD_Purification.ValueChanged += new System.EventHandler(this.UpdatePurification);
|
|
//
|
|
// CHK_Shadow
|
|
//
|
|
this.CHK_Shadow.AutoSize = true;
|
|
this.CHK_Shadow.Location = new System.Drawing.Point(149, 3);
|
|
this.CHK_Shadow.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_Shadow.Name = "CHK_Shadow";
|
|
this.CHK_Shadow.Size = new System.Drawing.Size(65, 17);
|
|
this.CHK_Shadow.TabIndex = 16;
|
|
this.CHK_Shadow.Text = "Shadow";
|
|
this.CHK_Shadow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Shadow.UseVisualStyleBackColor = true;
|
|
this.CHK_Shadow.CheckedChanged += new System.EventHandler(this.UpdateShadowCHK);
|
|
//
|
|
// FLP_ShinyLeaf
|
|
//
|
|
this.FLP_ShinyLeaf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_ShinyLeaf.Controls.Add(this.L_ShinyLeaf);
|
|
this.FLP_ShinyLeaf.Controls.Add(this.ShinyLeaf);
|
|
this.FLP_ShinyLeaf.Location = new System.Drawing.Point(0, 401);
|
|
this.FLP_ShinyLeaf.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_ShinyLeaf.Name = "FLP_ShinyLeaf";
|
|
this.FLP_ShinyLeaf.Size = new System.Drawing.Size(272, 56);
|
|
this.FLP_ShinyLeaf.TabIndex = 19;
|
|
//
|
|
// L_ShinyLeaf
|
|
//
|
|
this.L_ShinyLeaf.Location = new System.Drawing.Point(0, 0);
|
|
this.L_ShinyLeaf.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_ShinyLeaf.Name = "L_ShinyLeaf";
|
|
this.L_ShinyLeaf.Size = new System.Drawing.Size(98, 56);
|
|
this.L_ShinyLeaf.TabIndex = 9;
|
|
this.L_ShinyLeaf.Text = "Shiny Leaf:";
|
|
this.L_ShinyLeaf.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_ShinyLeaf.Click += new System.EventHandler(this.ClickShinyLeaf);
|
|
//
|
|
// FLP_CatchRate
|
|
//
|
|
this.FLP_CatchRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_CatchRate.Controls.Add(this.L_CatchRate);
|
|
this.FLP_CatchRate.Controls.Add(this.CR_PK1);
|
|
this.FLP_CatchRate.Location = new System.Drawing.Point(0, 457);
|
|
this.FLP_CatchRate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_CatchRate.Name = "FLP_CatchRate";
|
|
this.FLP_CatchRate.Size = new System.Drawing.Size(272, 25);
|
|
this.FLP_CatchRate.TabIndex = 20;
|
|
//
|
|
// L_CatchRate
|
|
//
|
|
this.L_CatchRate.Location = new System.Drawing.Point(0, 0);
|
|
this.L_CatchRate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_CatchRate.Name = "L_CatchRate";
|
|
this.L_CatchRate.Size = new System.Drawing.Size(110, 21);
|
|
this.L_CatchRate.TabIndex = 9;
|
|
this.L_CatchRate.Text = "Catch Rate:";
|
|
this.L_CatchRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FLP_SizeCP
|
|
//
|
|
this.FLP_SizeCP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_SizeCP.Controls.Add(this.SizeCP);
|
|
this.FLP_SizeCP.Location = new System.Drawing.Point(0, 482);
|
|
this.FLP_SizeCP.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_SizeCP.Name = "FLP_SizeCP";
|
|
this.FLP_SizeCP.Size = new System.Drawing.Size(272, 72);
|
|
this.FLP_SizeCP.TabIndex = 21;
|
|
//
|
|
// Tab_Met
|
|
//
|
|
this.Tab_Met.AllowDrop = true;
|
|
this.Tab_Met.Controls.Add(this.TB_HomeTracker);
|
|
this.Tab_Met.Controls.Add(this.L_HomeTracker);
|
|
this.Tab_Met.Controls.Add(this.CHK_AsEgg);
|
|
this.Tab_Met.Controls.Add(this.GB_EggConditions);
|
|
this.Tab_Met.Controls.Add(this.FLP_Met);
|
|
this.Tab_Met.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Met.Name = "Tab_Met";
|
|
this.Tab_Met.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Met.Size = new System.Drawing.Size(307, 539);
|
|
this.Tab_Met.TabIndex = 1;
|
|
this.Tab_Met.Text = "Met";
|
|
this.Tab_Met.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_HomeTracker
|
|
//
|
|
this.TB_HomeTracker.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HomeTracker.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_HomeTracker.Location = new System.Drawing.Point(110, 296);
|
|
this.TB_HomeTracker.MaxLength = 16;
|
|
this.TB_HomeTracker.Name = "TB_HomeTracker";
|
|
this.TB_HomeTracker.Size = new System.Drawing.Size(118, 20);
|
|
this.TB_HomeTracker.TabIndex = 10;
|
|
this.TB_HomeTracker.Text = "0123456789ABCDEF";
|
|
this.TB_HomeTracker.Validated += new System.EventHandler(this.Update_ID64);
|
|
//
|
|
// L_HomeTracker
|
|
//
|
|
this.L_HomeTracker.Location = new System.Drawing.Point(-13, 298);
|
|
this.L_HomeTracker.Name = "L_HomeTracker";
|
|
this.L_HomeTracker.Size = new System.Drawing.Size(120, 13);
|
|
this.L_HomeTracker.TabIndex = 9;
|
|
this.L_HomeTracker.Text = "HOME Tracker:";
|
|
this.L_HomeTracker.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_AsEgg
|
|
//
|
|
this.CHK_AsEgg.AutoSize = true;
|
|
this.CHK_AsEgg.Location = new System.Drawing.Point(110, 198);
|
|
this.CHK_AsEgg.Name = "CHK_AsEgg";
|
|
this.CHK_AsEgg.Size = new System.Drawing.Size(60, 17);
|
|
this.CHK_AsEgg.TabIndex = 2;
|
|
this.CHK_AsEgg.Text = "As Egg";
|
|
this.CHK_AsEgg.UseVisualStyleBackColor = true;
|
|
this.CHK_AsEgg.Click += new System.EventHandler(this.UpdateMetAsEgg);
|
|
//
|
|
// GB_EggConditions
|
|
//
|
|
this.GB_EggConditions.Controls.Add(this.CB_EggLocation);
|
|
this.GB_EggConditions.Controls.Add(this.CAL_EggDate);
|
|
this.GB_EggConditions.Controls.Add(this.Label_EggDate);
|
|
this.GB_EggConditions.Controls.Add(this.Label_EggLocation);
|
|
this.GB_EggConditions.Enabled = false;
|
|
this.GB_EggConditions.Location = new System.Drawing.Point(39, 220);
|
|
this.GB_EggConditions.Name = "GB_EggConditions";
|
|
this.GB_EggConditions.Size = new System.Drawing.Size(200, 67);
|
|
this.GB_EggConditions.TabIndex = 3;
|
|
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.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 = 4;
|
|
this.CB_EggLocation.SelectedIndexChanged += new System.EventHandler(this.ValidateLocation);
|
|
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 = 5;
|
|
this.CAL_EggDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
//
|
|
// Label_EggDate
|
|
//
|
|
this.Label_EggDate.Location = new System.Drawing.Point(5, 44);
|
|
this.Label_EggDate.Name = "Label_EggDate";
|
|
this.Label_EggDate.Size = new System.Drawing.Size(63, 13);
|
|
this.Label_EggDate.TabIndex = 8;
|
|
this.Label_EggDate.Text = "Date:";
|
|
this.Label_EggDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_EggLocation
|
|
//
|
|
this.Label_EggLocation.Location = new System.Drawing.Point(5, 24);
|
|
this.Label_EggLocation.Name = "Label_EggLocation";
|
|
this.Label_EggLocation.Size = new System.Drawing.Size(63, 13);
|
|
this.Label_EggLocation.TabIndex = 6;
|
|
this.Label_EggLocation.Text = "Location:";
|
|
this.Label_EggLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// FLP_Met
|
|
//
|
|
this.FLP_Met.Controls.Add(this.FLP_OriginGame);
|
|
this.FLP_Met.Controls.Add(this.FLP_BattleVersion);
|
|
this.FLP_Met.Controls.Add(this.FLP_MetLocation);
|
|
this.FLP_Met.Controls.Add(this.FLP_Ball);
|
|
this.FLP_Met.Controls.Add(this.FLP_MetLevel);
|
|
this.FLP_Met.Controls.Add(this.FLP_MetDate);
|
|
this.FLP_Met.Controls.Add(this.FLP_Fateful);
|
|
this.FLP_Met.Controls.Add(this.FLP_GroundTile);
|
|
this.FLP_Met.Controls.Add(this.FLP_TimeOfDay);
|
|
this.FLP_Met.Location = new System.Drawing.Point(0, 24);
|
|
this.FLP_Met.Name = "FLP_Met";
|
|
this.FLP_Met.Size = new System.Drawing.Size(272, 189);
|
|
this.FLP_Met.TabIndex = 1;
|
|
//
|
|
// FLP_OriginGame
|
|
//
|
|
this.FLP_OriginGame.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_OriginGame.Controls.Add(this.Label_OriginGame);
|
|
this.FLP_OriginGame.Controls.Add(this.CB_GameOrigin);
|
|
this.FLP_OriginGame.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_OriginGame.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_OriginGame.Name = "FLP_OriginGame";
|
|
this.FLP_OriginGame.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_OriginGame.TabIndex = 1;
|
|
//
|
|
// Label_OriginGame
|
|
//
|
|
this.Label_OriginGame.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_OriginGame.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_OriginGame.Name = "Label_OriginGame";
|
|
this.Label_OriginGame.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_OriginGame.TabIndex = 0;
|
|
this.Label_OriginGame.Text = "Origin Game:";
|
|
this.Label_OriginGame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_GameOrigin
|
|
//
|
|
this.CB_GameOrigin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_GameOrigin.FormattingEnabled = true;
|
|
this.CB_GameOrigin.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_GameOrigin.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_GameOrigin.Name = "CB_GameOrigin";
|
|
this.CB_GameOrigin.Size = new System.Drawing.Size(134, 21);
|
|
this.CB_GameOrigin.TabIndex = 1;
|
|
this.CB_GameOrigin.SelectedIndexChanged += new System.EventHandler(this.UpdateOriginGame);
|
|
//
|
|
// FLP_BattleVersion
|
|
//
|
|
this.FLP_BattleVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_BattleVersion.Controls.Add(this.L_BattleVersion);
|
|
this.FLP_BattleVersion.Controls.Add(this.CB_BattleVersion);
|
|
this.FLP_BattleVersion.Location = new System.Drawing.Point(0, 21);
|
|
this.FLP_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_BattleVersion.Name = "FLP_BattleVersion";
|
|
this.FLP_BattleVersion.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_BattleVersion.TabIndex = 8;
|
|
//
|
|
// L_BattleVersion
|
|
//
|
|
this.L_BattleVersion.Location = new System.Drawing.Point(0, 0);
|
|
this.L_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_BattleVersion.Name = "L_BattleVersion";
|
|
this.L_BattleVersion.Size = new System.Drawing.Size(98, 21);
|
|
this.L_BattleVersion.TabIndex = 0;
|
|
this.L_BattleVersion.Text = "Battle Version:";
|
|
this.L_BattleVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_BattleVersion
|
|
//
|
|
this.CB_BattleVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_BattleVersion.FormattingEnabled = true;
|
|
this.CB_BattleVersion.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_BattleVersion.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_BattleVersion.Name = "CB_BattleVersion";
|
|
this.CB_BattleVersion.Size = new System.Drawing.Size(134, 21);
|
|
this.CB_BattleVersion.TabIndex = 1;
|
|
this.CB_BattleVersion.SelectedValueChanged += new System.EventHandler(this.CB_BattleVersion_SelectedValueChanged);
|
|
//
|
|
// FLP_MetLocation
|
|
//
|
|
this.FLP_MetLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_MetLocation.Controls.Add(this.Label_MetLocation);
|
|
this.FLP_MetLocation.Controls.Add(this.CB_MetLocation);
|
|
this.FLP_MetLocation.Location = new System.Drawing.Point(0, 42);
|
|
this.FLP_MetLocation.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_MetLocation.Name = "FLP_MetLocation";
|
|
this.FLP_MetLocation.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_MetLocation.TabIndex = 2;
|
|
//
|
|
// Label_MetLocation
|
|
//
|
|
this.Label_MetLocation.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_MetLocation.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_MetLocation.Name = "Label_MetLocation";
|
|
this.Label_MetLocation.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_MetLocation.TabIndex = 1;
|
|
this.Label_MetLocation.Text = "Met Location:";
|
|
this.Label_MetLocation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_MetLocation.Click += new System.EventHandler(this.ClickMetLocation);
|
|
//
|
|
// CB_MetLocation
|
|
//
|
|
this.CB_MetLocation.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_MetLocation.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_MetLocation.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.CB_MetLocation.FormattingEnabled = true;
|
|
this.CB_MetLocation.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_MetLocation.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_MetLocation.Name = "CB_MetLocation";
|
|
this.CB_MetLocation.Size = new System.Drawing.Size(162, 21);
|
|
this.CB_MetLocation.TabIndex = 2;
|
|
this.CB_MetLocation.SelectedIndexChanged += new System.EventHandler(this.ValidateLocation);
|
|
this.CB_MetLocation.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_Ball
|
|
//
|
|
this.FLP_Ball.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Ball.Controls.Add(this.FLP_BallLeft);
|
|
this.FLP_Ball.Controls.Add(this.CB_Ball);
|
|
this.FLP_Ball.Location = new System.Drawing.Point(0, 63);
|
|
this.FLP_Ball.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Ball.Name = "FLP_Ball";
|
|
this.FLP_Ball.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Ball.TabIndex = 3;
|
|
//
|
|
// FLP_BallLeft
|
|
//
|
|
this.FLP_BallLeft.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.FLP_BallLeft.Controls.Add(this.Label_Ball);
|
|
this.FLP_BallLeft.Controls.Add(this.PB_Ball);
|
|
this.FLP_BallLeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|
this.FLP_BallLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.FLP_BallLeft.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_BallLeft.Name = "FLP_BallLeft";
|
|
this.FLP_BallLeft.Size = new System.Drawing.Size(98, 21);
|
|
this.FLP_BallLeft.TabIndex = 4;
|
|
this.FLP_BallLeft.Click += new System.EventHandler(this.ClickBall);
|
|
//
|
|
// Label_Ball
|
|
//
|
|
this.Label_Ball.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.Label_Ball.AutoSize = true;
|
|
this.Label_Ball.Location = new System.Drawing.Point(71, 0);
|
|
this.Label_Ball.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_Ball.Name = "Label_Ball";
|
|
this.Label_Ball.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.Label_Ball.Size = new System.Drawing.Size(27, 19);
|
|
this.Label_Ball.TabIndex = 2;
|
|
this.Label_Ball.Text = "Ball:";
|
|
this.Label_Ball.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.Label_Ball.Click += new System.EventHandler(this.ClickBall);
|
|
//
|
|
// PB_Ball
|
|
//
|
|
this.PB_Ball.Location = new System.Drawing.Point(48, 0);
|
|
this.PB_Ball.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
this.PB_Ball.Name = "PB_Ball";
|
|
this.PB_Ball.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Ball.TabIndex = 3;
|
|
this.PB_Ball.TabStop = false;
|
|
this.PB_Ball.Click += new System.EventHandler(this.ClickBall);
|
|
//
|
|
// 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(98, 0);
|
|
this.CB_Ball.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_Ball.Name = "CB_Ball";
|
|
this.CB_Ball.Size = new System.Drawing.Size(134, 21);
|
|
this.CB_Ball.TabIndex = 3;
|
|
this.CB_Ball.SelectedIndexChanged += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Ball.SelectedValueChanged += new System.EventHandler(this.UpdateBall);
|
|
this.CB_Ball.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// FLP_MetLevel
|
|
//
|
|
this.FLP_MetLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_MetLevel.Controls.Add(this.Label_MetLevel);
|
|
this.FLP_MetLevel.Controls.Add(this.TB_MetLevel);
|
|
this.FLP_MetLevel.Location = new System.Drawing.Point(0, 84);
|
|
this.FLP_MetLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_MetLevel.Name = "FLP_MetLevel";
|
|
this.FLP_MetLevel.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_MetLevel.TabIndex = 4;
|
|
//
|
|
// Label_MetLevel
|
|
//
|
|
this.Label_MetLevel.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_MetLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_MetLevel.Name = "Label_MetLevel";
|
|
this.Label_MetLevel.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_MetLevel.TabIndex = 3;
|
|
this.Label_MetLevel.Text = "Met Level:";
|
|
this.Label_MetLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_MetLevel
|
|
//
|
|
this.TB_MetLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_MetLevel.Location = new System.Drawing.Point(98, 0);
|
|
this.TB_MetLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
this.TB_MetLevel.Mask = "000";
|
|
this.TB_MetLevel.Name = "TB_MetLevel";
|
|
this.TB_MetLevel.Size = new System.Drawing.Size(134, 20);
|
|
this.TB_MetLevel.TabIndex = 4;
|
|
this.TB_MetLevel.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// FLP_MetDate
|
|
//
|
|
this.FLP_MetDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_MetDate.Controls.Add(this.Label_MetDate);
|
|
this.FLP_MetDate.Controls.Add(this.CAL_MetDate);
|
|
this.FLP_MetDate.Location = new System.Drawing.Point(0, 105);
|
|
this.FLP_MetDate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_MetDate.Name = "FLP_MetDate";
|
|
this.FLP_MetDate.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_MetDate.TabIndex = 5;
|
|
//
|
|
// Label_MetDate
|
|
//
|
|
this.Label_MetDate.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_MetDate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_MetDate.Name = "Label_MetDate";
|
|
this.Label_MetDate.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_MetDate.TabIndex = 4;
|
|
this.Label_MetDate.Text = "Met Date:";
|
|
this.Label_MetDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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(98, 0);
|
|
this.CAL_MetDate.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CAL_MetDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
|
|
this.CAL_MetDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
this.CAL_MetDate.Name = "CAL_MetDate";
|
|
this.CAL_MetDate.Size = new System.Drawing.Size(126, 20);
|
|
this.CAL_MetDate.TabIndex = 5;
|
|
this.CAL_MetDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
//
|
|
// FLP_Fateful
|
|
//
|
|
this.FLP_Fateful.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_Fateful.Controls.Add(this.PAN_Fateful);
|
|
this.FLP_Fateful.Controls.Add(this.CHK_Fateful);
|
|
this.FLP_Fateful.Location = new System.Drawing.Point(0, 126);
|
|
this.FLP_Fateful.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_Fateful.Name = "FLP_Fateful";
|
|
this.FLP_Fateful.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_Fateful.TabIndex = 5;
|
|
//
|
|
// PAN_Fateful
|
|
//
|
|
this.PAN_Fateful.Location = new System.Drawing.Point(0, 0);
|
|
this.PAN_Fateful.Margin = new System.Windows.Forms.Padding(0);
|
|
this.PAN_Fateful.Name = "PAN_Fateful";
|
|
this.PAN_Fateful.Size = new System.Drawing.Size(98, 21);
|
|
this.PAN_Fateful.TabIndex = 104;
|
|
//
|
|
// CHK_Fateful
|
|
//
|
|
this.CHK_Fateful.AutoSize = true;
|
|
this.CHK_Fateful.Location = new System.Drawing.Point(98, 3);
|
|
this.CHK_Fateful.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
|
this.CHK_Fateful.Name = "CHK_Fateful";
|
|
this.CHK_Fateful.Size = new System.Drawing.Size(110, 17);
|
|
this.CHK_Fateful.TabIndex = 6;
|
|
this.CHK_Fateful.Text = "Fateful Encounter";
|
|
this.CHK_Fateful.UseVisualStyleBackColor = true;
|
|
//
|
|
// FLP_GroundTile
|
|
//
|
|
this.FLP_GroundTile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_GroundTile.Controls.Add(this.Label_GroundTile);
|
|
this.FLP_GroundTile.Controls.Add(this.CB_GroundTile);
|
|
this.FLP_GroundTile.Location = new System.Drawing.Point(0, 147);
|
|
this.FLP_GroundTile.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_GroundTile.Name = "FLP_GroundTile";
|
|
this.FLP_GroundTile.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_GroundTile.TabIndex = 6;
|
|
//
|
|
// Label_GroundTile
|
|
//
|
|
this.Label_GroundTile.Location = new System.Drawing.Point(0, 0);
|
|
this.Label_GroundTile.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Label_GroundTile.Name = "Label_GroundTile";
|
|
this.Label_GroundTile.Size = new System.Drawing.Size(98, 21);
|
|
this.Label_GroundTile.TabIndex = 5;
|
|
this.Label_GroundTile.Text = "Encounter:";
|
|
this.Label_GroundTile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_GroundTile
|
|
//
|
|
this.CB_GroundTile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_GroundTile.DropDownWidth = 160;
|
|
this.CB_GroundTile.FormattingEnabled = true;
|
|
this.CB_GroundTile.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_GroundTile.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_GroundTile.Name = "CB_GroundTile";
|
|
this.CB_GroundTile.Size = new System.Drawing.Size(134, 21);
|
|
this.CB_GroundTile.TabIndex = 7;
|
|
//
|
|
// FLP_TimeOfDay
|
|
//
|
|
this.FLP_TimeOfDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_TimeOfDay.Controls.Add(this.L_MetTimeOfDay);
|
|
this.FLP_TimeOfDay.Controls.Add(this.CB_MetTimeOfDay);
|
|
this.FLP_TimeOfDay.Location = new System.Drawing.Point(0, 168);
|
|
this.FLP_TimeOfDay.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FLP_TimeOfDay.Name = "FLP_TimeOfDay";
|
|
this.FLP_TimeOfDay.Size = new System.Drawing.Size(272, 21);
|
|
this.FLP_TimeOfDay.TabIndex = 7;
|
|
//
|
|
// L_MetTimeOfDay
|
|
//
|
|
this.L_MetTimeOfDay.Location = new System.Drawing.Point(0, 0);
|
|
this.L_MetTimeOfDay.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_MetTimeOfDay.Name = "L_MetTimeOfDay";
|
|
this.L_MetTimeOfDay.Size = new System.Drawing.Size(98, 21);
|
|
this.L_MetTimeOfDay.TabIndex = 10;
|
|
this.L_MetTimeOfDay.Text = "Time of Day:";
|
|
this.L_MetTimeOfDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_MetTimeOfDay
|
|
//
|
|
this.CB_MetTimeOfDay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_MetTimeOfDay.DropDownWidth = 150;
|
|
this.CB_MetTimeOfDay.FormattingEnabled = true;
|
|
this.CB_MetTimeOfDay.Items.AddRange(new object[] {
|
|
"(None)",
|
|
"Morning",
|
|
"Day",
|
|
"Night"});
|
|
this.CB_MetTimeOfDay.Location = new System.Drawing.Point(98, 0);
|
|
this.CB_MetTimeOfDay.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_MetTimeOfDay.Name = "CB_MetTimeOfDay";
|
|
this.CB_MetTimeOfDay.Size = new System.Drawing.Size(134, 21);
|
|
this.CB_MetTimeOfDay.TabIndex = 11;
|
|
//
|
|
// Tab_Stats
|
|
//
|
|
this.Tab_Stats.AllowDrop = true;
|
|
this.Tab_Stats.Controls.Add(this.Stats);
|
|
this.Tab_Stats.Controls.Add(this.Contest);
|
|
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(307, 539);
|
|
this.Tab_Stats.TabIndex = 2;
|
|
this.Tab_Stats.Text = "Stats";
|
|
this.Tab_Stats.UseVisualStyleBackColor = true;
|
|
//
|
|
// Tab_Attacks
|
|
//
|
|
this.Tab_Attacks.AllowDrop = true;
|
|
this.Tab_Attacks.Controls.Add(this.L_AlphaMastered);
|
|
this.Tab_Attacks.Controls.Add(this.CB_AlphaMastered);
|
|
this.Tab_Attacks.Controls.Add(this.FLP_MoveFlags);
|
|
this.Tab_Attacks.Controls.Add(this.PB_WarnMove4);
|
|
this.Tab_Attacks.Controls.Add(this.PB_WarnMove3);
|
|
this.Tab_Attacks.Controls.Add(this.PB_WarnMove2);
|
|
this.Tab_Attacks.Controls.Add(this.PB_WarnMove1);
|
|
this.Tab_Attacks.Controls.Add(this.GB_RelearnMoves);
|
|
this.Tab_Attacks.Controls.Add(this.GB_CurrentMoves);
|
|
this.Tab_Attacks.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_Attacks.Name = "Tab_Attacks";
|
|
this.Tab_Attacks.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_Attacks.Size = new System.Drawing.Size(307, 539);
|
|
this.Tab_Attacks.TabIndex = 3;
|
|
this.Tab_Attacks.Text = "Attacks";
|
|
this.Tab_Attacks.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_AlphaMastered
|
|
//
|
|
this.L_AlphaMastered.Location = new System.Drawing.Point(8, 317);
|
|
this.L_AlphaMastered.Margin = new System.Windows.Forms.Padding(0);
|
|
this.L_AlphaMastered.Name = "L_AlphaMastered";
|
|
this.L_AlphaMastered.Size = new System.Drawing.Size(112, 21);
|
|
this.L_AlphaMastered.TabIndex = 21;
|
|
this.L_AlphaMastered.Text = "Alpha Mastered:";
|
|
this.L_AlphaMastered.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_AlphaMastered
|
|
//
|
|
this.CB_AlphaMastered.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_AlphaMastered.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_AlphaMastered.FormattingEnabled = true;
|
|
this.CB_AlphaMastered.Location = new System.Drawing.Point(123, 317);
|
|
this.CB_AlphaMastered.Name = "CB_AlphaMastered";
|
|
this.CB_AlphaMastered.Size = new System.Drawing.Size(124, 21);
|
|
this.CB_AlphaMastered.SelectedIndexChanged += new System.EventHandler(this.ValidateMove);
|
|
this.CB_AlphaMastered.TabIndex = 20;
|
|
//
|
|
// FLP_MoveFlags
|
|
//
|
|
this.FLP_MoveFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_MoveFlags.AutoSize = true;
|
|
this.FLP_MoveFlags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.FLP_MoveFlags.Controls.Add(this.B_Records);
|
|
this.FLP_MoveFlags.Controls.Add(this.B_MoveShop);
|
|
this.FLP_MoveFlags.Location = new System.Drawing.Point(8, 286);
|
|
this.FLP_MoveFlags.Name = "FLP_MoveFlags";
|
|
this.FLP_MoveFlags.Size = new System.Drawing.Size(292, 25);
|
|
this.FLP_MoveFlags.TabIndex = 11;
|
|
this.FLP_MoveFlags.WrapContents = false;
|
|
//
|
|
// B_Records
|
|
//
|
|
this.B_Records.Location = new System.Drawing.Point(1, 1);
|
|
this.B_Records.Margin = new System.Windows.Forms.Padding(1);
|
|
this.B_Records.Name = "B_Records";
|
|
this.B_Records.Size = new System.Drawing.Size(144, 23);
|
|
this.B_Records.TabIndex = 8;
|
|
this.B_Records.Text = "Technical Records";
|
|
this.B_Records.UseVisualStyleBackColor = true;
|
|
this.B_Records.Click += new System.EventHandler(this.B_Records_Click);
|
|
//
|
|
// B_MoveShop
|
|
//
|
|
this.B_MoveShop.Location = new System.Drawing.Point(147, 1);
|
|
this.B_MoveShop.Margin = new System.Windows.Forms.Padding(1);
|
|
this.B_MoveShop.Name = "B_MoveShop";
|
|
this.B_MoveShop.Size = new System.Drawing.Size(144, 23);
|
|
this.B_MoveShop.TabIndex = 9;
|
|
this.B_MoveShop.Text = "Move Shop";
|
|
this.B_MoveShop.UseVisualStyleBackColor = true;
|
|
this.B_MoveShop.Click += new System.EventHandler(this.B_MoveShop_Click);
|
|
//
|
|
// PB_WarnMove4
|
|
//
|
|
this.PB_WarnMove4.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnMove4.Location = new System.Drawing.Point(8, 113);
|
|
this.PB_WarnMove4.Name = "PB_WarnMove4";
|
|
this.PB_WarnMove4.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnMove4.TabIndex = 5;
|
|
this.PB_WarnMove4.TabStop = false;
|
|
this.PB_WarnMove4.Visible = false;
|
|
//
|
|
// PB_WarnMove3
|
|
//
|
|
this.PB_WarnMove3.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnMove3.Location = new System.Drawing.Point(8, 91);
|
|
this.PB_WarnMove3.Name = "PB_WarnMove3";
|
|
this.PB_WarnMove3.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnMove3.TabIndex = 4;
|
|
this.PB_WarnMove3.TabStop = false;
|
|
this.PB_WarnMove3.Visible = false;
|
|
//
|
|
// PB_WarnMove2
|
|
//
|
|
this.PB_WarnMove2.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnMove2.Location = new System.Drawing.Point(8, 69);
|
|
this.PB_WarnMove2.Name = "PB_WarnMove2";
|
|
this.PB_WarnMove2.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnMove2.TabIndex = 3;
|
|
this.PB_WarnMove2.TabStop = false;
|
|
this.PB_WarnMove2.Visible = false;
|
|
//
|
|
// PB_WarnMove1
|
|
//
|
|
this.PB_WarnMove1.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnMove1.Location = new System.Drawing.Point(8, 47);
|
|
this.PB_WarnMove1.Name = "PB_WarnMove1";
|
|
this.PB_WarnMove1.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnMove1.TabIndex = 2;
|
|
this.PB_WarnMove1.TabStop = false;
|
|
this.PB_WarnMove1.Visible = false;
|
|
//
|
|
// GB_RelearnMoves
|
|
//
|
|
this.GB_RelearnMoves.Controls.Add(this.PB_WarnRelearn4);
|
|
this.GB_RelearnMoves.Controls.Add(this.PB_WarnRelearn3);
|
|
this.GB_RelearnMoves.Controls.Add(this.PB_WarnRelearn2);
|
|
this.GB_RelearnMoves.Controls.Add(this.PB_WarnRelearn1);
|
|
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove4);
|
|
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove3);
|
|
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove2);
|
|
this.GB_RelearnMoves.Controls.Add(this.CB_RelearnMove1);
|
|
this.GB_RelearnMoves.Location = new System.Drawing.Point(25, 160);
|
|
this.GB_RelearnMoves.Name = "GB_RelearnMoves";
|
|
this.GB_RelearnMoves.Size = new System.Drawing.Size(220, 120);
|
|
this.GB_RelearnMoves.TabIndex = 1;
|
|
this.GB_RelearnMoves.TabStop = false;
|
|
this.GB_RelearnMoves.Text = "Relearn Moves";
|
|
//
|
|
// PB_WarnRelearn4
|
|
//
|
|
this.PB_WarnRelearn4.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnRelearn4.Location = new System.Drawing.Point(22, 93);
|
|
this.PB_WarnRelearn4.Name = "PB_WarnRelearn4";
|
|
this.PB_WarnRelearn4.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnRelearn4.TabIndex = 19;
|
|
this.PB_WarnRelearn4.TabStop = false;
|
|
this.PB_WarnRelearn4.Visible = false;
|
|
//
|
|
// PB_WarnRelearn3
|
|
//
|
|
this.PB_WarnRelearn3.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnRelearn3.Location = new System.Drawing.Point(22, 71);
|
|
this.PB_WarnRelearn3.Name = "PB_WarnRelearn3";
|
|
this.PB_WarnRelearn3.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnRelearn3.TabIndex = 18;
|
|
this.PB_WarnRelearn3.TabStop = false;
|
|
this.PB_WarnRelearn3.Visible = false;
|
|
//
|
|
// PB_WarnRelearn2
|
|
//
|
|
this.PB_WarnRelearn2.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnRelearn2.Location = new System.Drawing.Point(22, 49);
|
|
this.PB_WarnRelearn2.Name = "PB_WarnRelearn2";
|
|
this.PB_WarnRelearn2.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnRelearn2.TabIndex = 17;
|
|
this.PB_WarnRelearn2.TabStop = false;
|
|
this.PB_WarnRelearn2.Visible = false;
|
|
//
|
|
// PB_WarnRelearn1
|
|
//
|
|
this.PB_WarnRelearn1.Image = global::PKHeX.WinForms.Properties.Resources.warn;
|
|
this.PB_WarnRelearn1.Location = new System.Drawing.Point(22, 27);
|
|
this.PB_WarnRelearn1.Name = "PB_WarnRelearn1";
|
|
this.PB_WarnRelearn1.Size = new System.Drawing.Size(16, 16);
|
|
this.PB_WarnRelearn1.TabIndex = 6;
|
|
this.PB_WarnRelearn1.TabStop = false;
|
|
this.PB_WarnRelearn1.Visible = false;
|
|
//
|
|
// 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.ValidateMove);
|
|
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.ValidateMove);
|
|
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.ValidateMove);
|
|
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.ValidateMove);
|
|
this.CB_RelearnMove1.Leave += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_RelearnMove1.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// GB_CurrentMoves
|
|
//
|
|
this.GB_CurrentMoves.Controls.Add(this.TB_PP4);
|
|
this.GB_CurrentMoves.Controls.Add(this.TB_PP3);
|
|
this.GB_CurrentMoves.Controls.Add(this.TB_PP2);
|
|
this.GB_CurrentMoves.Controls.Add(this.TB_PP1);
|
|
this.GB_CurrentMoves.Controls.Add(this.Label_CurPP);
|
|
this.GB_CurrentMoves.Controls.Add(this.Label_PPups);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_PPu4);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_PPu3);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_PPu2);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move4);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_PPu1);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move3);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move2);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move1);
|
|
this.GB_CurrentMoves.Location = new System.Drawing.Point(27, 19);
|
|
this.GB_CurrentMoves.Name = "GB_CurrentMoves";
|
|
this.GB_CurrentMoves.Size = new System.Drawing.Size(220, 120);
|
|
this.GB_CurrentMoves.TabIndex = 0;
|
|
this.GB_CurrentMoves.TabStop = false;
|
|
this.GB_CurrentMoves.Text = "Current Moves";
|
|
//
|
|
// TB_PP4
|
|
//
|
|
this.TB_PP4.Location = new System.Drawing.Point(135, 93);
|
|
this.TB_PP4.Mask = "000";
|
|
this.TB_PP4.Name = "TB_PP4";
|
|
this.TB_PP4.PromptChar = ' ';
|
|
this.TB_PP4.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_PP4.TabIndex = 16;
|
|
this.TB_PP4.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// TB_PP3
|
|
//
|
|
this.TB_PP3.Location = new System.Drawing.Point(135, 71);
|
|
this.TB_PP3.Mask = "000";
|
|
this.TB_PP3.Name = "TB_PP3";
|
|
this.TB_PP3.PromptChar = ' ';
|
|
this.TB_PP3.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_PP3.TabIndex = 15;
|
|
this.TB_PP3.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// TB_PP2
|
|
//
|
|
this.TB_PP2.Location = new System.Drawing.Point(135, 49);
|
|
this.TB_PP2.Mask = "000";
|
|
this.TB_PP2.Name = "TB_PP2";
|
|
this.TB_PP2.PromptChar = ' ';
|
|
this.TB_PP2.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_PP2.TabIndex = 14;
|
|
this.TB_PP2.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// TB_PP1
|
|
//
|
|
this.TB_PP1.Location = new System.Drawing.Point(135, 27);
|
|
this.TB_PP1.Mask = "000";
|
|
this.TB_PP1.Name = "TB_PP1";
|
|
this.TB_PP1.PromptChar = ' ';
|
|
this.TB_PP1.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_PP1.TabIndex = 13;
|
|
this.TB_PP1.Validated += new System.EventHandler(this.Update255_MTB);
|
|
//
|
|
// Label_CurPP
|
|
//
|
|
this.Label_CurPP.Location = new System.Drawing.Point(133, 12);
|
|
this.Label_CurPP.Name = "Label_CurPP";
|
|
this.Label_CurPP.Size = new System.Drawing.Size(35, 13);
|
|
this.Label_CurPP.TabIndex = 2;
|
|
this.Label_CurPP.Text = "PP";
|
|
this.Label_CurPP.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.Label_CurPP.Click += new System.EventHandler(this.ClickPP);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.CB_Move4.DropDownHeight = 392;
|
|
this.CB_Move4.FormattingEnabled = true;
|
|
this.CB_Move4.IntegralHeight = false;
|
|
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.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ValidateMovePaint);
|
|
this.CB_Move4.DropDown += new System.EventHandler(this.ValidateMoveDropDown);
|
|
this.CB_Move4.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureDropDownHeight);
|
|
this.CB_Move4.SelectedIndexChanged += new System.EventHandler(this.ValidateMove);
|
|
this.CB_Move4.Leave += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Move4.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// 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.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.CB_Move3.DropDownHeight = 392;
|
|
this.CB_Move3.FormattingEnabled = true;
|
|
this.CB_Move3.IntegralHeight = false;
|
|
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.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ValidateMovePaint);
|
|
this.CB_Move3.DropDown += new System.EventHandler(this.ValidateMoveDropDown);
|
|
this.CB_Move3.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureDropDownHeight);
|
|
this.CB_Move3.SelectedIndexChanged += new System.EventHandler(this.ValidateMove);
|
|
this.CB_Move3.Leave += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Move3.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// CB_Move2
|
|
//
|
|
this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.CB_Move2.DropDownHeight = 392;
|
|
this.CB_Move2.FormattingEnabled = true;
|
|
this.CB_Move2.IntegralHeight = false;
|
|
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.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ValidateMovePaint);
|
|
this.CB_Move2.DropDown += new System.EventHandler(this.ValidateMoveDropDown);
|
|
this.CB_Move2.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureDropDownHeight);
|
|
this.CB_Move2.SelectedIndexChanged += new System.EventHandler(this.ValidateMove);
|
|
this.CB_Move2.Leave += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Move2.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// CB_Move1
|
|
//
|
|
this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
this.CB_Move1.DropDownHeight = 392;
|
|
this.CB_Move1.FormattingEnabled = true;
|
|
this.CB_Move1.IntegralHeight = false;
|
|
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.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ValidateMovePaint);
|
|
this.CB_Move1.DropDown += new System.EventHandler(this.ValidateMoveDropDown);
|
|
this.CB_Move1.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.MeasureDropDownHeight);
|
|
this.CB_Move1.SelectedIndexChanged += new System.EventHandler(this.ValidateMove);
|
|
this.CB_Move1.Leave += new System.EventHandler(this.ValidateComboBox2);
|
|
this.CB_Move1.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateComboBox);
|
|
//
|
|
// Tab_OTMisc
|
|
//
|
|
this.Tab_OTMisc.AllowDrop = true;
|
|
this.Tab_OTMisc.Controls.Add(this.PB_BattleVersion);
|
|
this.Tab_OTMisc.Controls.Add(this.PB_Origin);
|
|
this.Tab_OTMisc.Controls.Add(this.PB_Favorite);
|
|
this.Tab_OTMisc.Controls.Add(this.FLP_PKMEditors);
|
|
this.Tab_OTMisc.Controls.Add(this.TB_EC);
|
|
this.Tab_OTMisc.Controls.Add(this.GB_nOT);
|
|
this.Tab_OTMisc.Controls.Add(this.BTN_RerollEC);
|
|
this.Tab_OTMisc.Controls.Add(this.GB_Markings);
|
|
this.Tab_OTMisc.Controls.Add(this.GB_ExtraBytes);
|
|
this.Tab_OTMisc.Controls.Add(this.GB_OT);
|
|
this.Tab_OTMisc.Controls.Add(this.Label_EncryptionConstant);
|
|
this.Tab_OTMisc.Location = new System.Drawing.Point(4, 22);
|
|
this.Tab_OTMisc.Name = "Tab_OTMisc";
|
|
this.Tab_OTMisc.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Tab_OTMisc.Size = new System.Drawing.Size(307, 539);
|
|
this.Tab_OTMisc.TabIndex = 4;
|
|
this.Tab_OTMisc.Text = "OT/Misc";
|
|
this.Tab_OTMisc.UseVisualStyleBackColor = true;
|
|
//
|
|
// PB_BattleVersion
|
|
//
|
|
this.PB_BattleVersion.Image = global::PKHeX.WinForms.Properties.Resources.icon_btlrom;
|
|
this.PB_BattleVersion.InitialImage = global::PKHeX.WinForms.Properties.Resources.icon_btlrom;
|
|
this.PB_BattleVersion.Location = new System.Drawing.Point(251, 228);
|
|
this.PB_BattleVersion.Name = "PB_BattleVersion";
|
|
this.PB_BattleVersion.Size = new System.Drawing.Size(40, 40);
|
|
this.PB_BattleVersion.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_BattleVersion.TabIndex = 12;
|
|
this.PB_BattleVersion.TabStop = false;
|
|
this.PB_BattleVersion.Click += new System.EventHandler(this.ClickVersionMarking);
|
|
//
|
|
// PB_Origin
|
|
//
|
|
this.PB_Origin.Location = new System.Drawing.Point(209, 228);
|
|
this.PB_Origin.Name = "PB_Origin";
|
|
this.PB_Origin.Size = new System.Drawing.Size(40, 40);
|
|
this.PB_Origin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Origin.TabIndex = 11;
|
|
this.PB_Origin.TabStop = false;
|
|
this.PB_Origin.Click += new System.EventHandler(this.ClickVersionMarking);
|
|
//
|
|
// PB_Favorite
|
|
//
|
|
this.PB_Favorite.Image = global::PKHeX.WinForms.Properties.Resources.icon_favo;
|
|
this.PB_Favorite.InitialImage = global::PKHeX.WinForms.Properties.Resources.icon_favo;
|
|
this.PB_Favorite.Location = new System.Drawing.Point(22, 228);
|
|
this.PB_Favorite.Name = "PB_Favorite";
|
|
this.PB_Favorite.Size = new System.Drawing.Size(40, 40);
|
|
this.PB_Favorite.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Favorite.TabIndex = 10;
|
|
this.PB_Favorite.TabStop = false;
|
|
this.PB_Favorite.Click += new System.EventHandler(this.ClickFavorite);
|
|
//
|
|
// FLP_PKMEditors
|
|
//
|
|
this.FLP_PKMEditors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.FLP_PKMEditors.AutoSize = true;
|
|
this.FLP_PKMEditors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.FLP_PKMEditors.Controls.Add(this.BTN_Ribbons);
|
|
this.FLP_PKMEditors.Controls.Add(this.BTN_Medals);
|
|
this.FLP_PKMEditors.Controls.Add(this.BTN_History);
|
|
this.FLP_PKMEditors.Location = new System.Drawing.Point(49, 275);
|
|
this.FLP_PKMEditors.Name = "FLP_PKMEditors";
|
|
this.FLP_PKMEditors.Size = new System.Drawing.Size(175, 25);
|
|
this.FLP_PKMEditors.TabIndex = 9;
|
|
this.FLP_PKMEditors.WrapContents = false;
|
|
//
|
|
// BTN_Ribbons
|
|
//
|
|
this.BTN_Ribbons.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BTN_Ribbons.AutoSize = true;
|
|
this.BTN_Ribbons.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BTN_Ribbons.Location = new System.Drawing.Point(1, 1);
|
|
this.BTN_Ribbons.Margin = new System.Windows.Forms.Padding(1);
|
|
this.BTN_Ribbons.Name = "BTN_Ribbons";
|
|
this.BTN_Ribbons.Size = new System.Drawing.Size(56, 23);
|
|
this.BTN_Ribbons.TabIndex = 5;
|
|
this.BTN_Ribbons.Text = "Ribbons";
|
|
this.BTN_Ribbons.UseVisualStyleBackColor = true;
|
|
this.BTN_Ribbons.Click += new System.EventHandler(this.OpenRibbons);
|
|
//
|
|
// BTN_Medals
|
|
//
|
|
this.BTN_Medals.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BTN_Medals.AutoSize = true;
|
|
this.BTN_Medals.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BTN_Medals.Location = new System.Drawing.Point(59, 1);
|
|
this.BTN_Medals.Margin = new System.Windows.Forms.Padding(1);
|
|
this.BTN_Medals.Name = "BTN_Medals";
|
|
this.BTN_Medals.Size = new System.Drawing.Size(51, 23);
|
|
this.BTN_Medals.TabIndex = 7;
|
|
this.BTN_Medals.Text = "Medals";
|
|
this.BTN_Medals.UseVisualStyleBackColor = true;
|
|
this.BTN_Medals.Click += new System.EventHandler(this.OpenMedals);
|
|
//
|
|
// BTN_History
|
|
//
|
|
this.BTN_History.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BTN_History.AutoSize = true;
|
|
this.BTN_History.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BTN_History.Location = new System.Drawing.Point(112, 1);
|
|
this.BTN_History.Margin = new System.Windows.Forms.Padding(1);
|
|
this.BTN_History.Name = "BTN_History";
|
|
this.BTN_History.Size = new System.Drawing.Size(62, 23);
|
|
this.BTN_History.TabIndex = 6;
|
|
this.BTN_History.Text = "Memories";
|
|
this.BTN_History.UseVisualStyleBackColor = true;
|
|
this.BTN_History.Click += new System.EventHandler(this.OpenHistory);
|
|
//
|
|
// 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(192, 307);
|
|
this.TB_EC.MaxLength = 8;
|
|
this.TB_EC.Name = "TB_EC";
|
|
this.TB_EC.Size = new System.Drawing.Size(60, 20);
|
|
this.TB_EC.TabIndex = 8;
|
|
this.TB_EC.Text = "12345678";
|
|
this.TB_EC.Validated += new System.EventHandler(this.Update_ID);
|
|
//
|
|
// GB_nOT
|
|
//
|
|
this.GB_nOT.Controls.Add(this.UC_HTGender);
|
|
this.GB_nOT.Controls.Add(this.CB_HTLanguage);
|
|
this.GB_nOT.Controls.Add(this.TB_HT);
|
|
this.GB_nOT.Controls.Add(this.Label_PrevOT);
|
|
this.GB_nOT.Location = new System.Drawing.Point(40, 85);
|
|
this.GB_nOT.Name = "GB_nOT";
|
|
this.GB_nOT.Size = new System.Drawing.Size(190, 74);
|
|
this.GB_nOT.TabIndex = 2;
|
|
this.GB_nOT.TabStop = false;
|
|
this.GB_nOT.Text = "Latest (not OT) Handler";
|
|
//
|
|
// CB_HTLanguage
|
|
//
|
|
this.CB_HTLanguage.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.CB_HTLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_HTLanguage.FormattingEnabled = true;
|
|
this.CB_HTLanguage.Location = new System.Drawing.Point(46, 43);
|
|
this.CB_HTLanguage.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CB_HTLanguage.Name = "CB_HTLanguage";
|
|
this.CB_HTLanguage.Size = new System.Drawing.Size(126, 21);
|
|
this.CB_HTLanguage.TabIndex = 15;
|
|
//
|
|
// TB_HT
|
|
//
|
|
this.TB_HT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HT.Location = new System.Drawing.Point(46, 20);
|
|
this.TB_HT.MaxLength = 12;
|
|
this.TB_HT.Name = "TB_HT";
|
|
this.TB_HT.Size = new System.Drawing.Size(94, 20);
|
|
this.TB_HT.TabIndex = 1;
|
|
this.TB_HT.WordWrap = false;
|
|
this.TB_HT.TextChanged += new System.EventHandler(this.UpdateNotOT);
|
|
this.TB_HT.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UpdateNicknameClick);
|
|
//
|
|
// 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);
|
|
//
|
|
// BTN_RerollEC
|
|
//
|
|
this.BTN_RerollEC.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
|
|
this.BTN_RerollEC.Location = new System.Drawing.Point(128, 307);
|
|
this.BTN_RerollEC.Name = "BTN_RerollEC";
|
|
this.BTN_RerollEC.Size = new System.Drawing.Size(62, 20);
|
|
this.BTN_RerollEC.TabIndex = 7;
|
|
this.BTN_RerollEC.Text = "Reroll";
|
|
this.BTN_RerollEC.UseVisualStyleBackColor = true;
|
|
this.BTN_RerollEC.Click += new System.EventHandler(this.UpdateRandomEC);
|
|
//
|
|
// GB_Markings
|
|
//
|
|
this.GB_Markings.Controls.Add(this.PB_Mark6);
|
|
this.GB_Markings.Controls.Add(this.PB_Mark3);
|
|
this.GB_Markings.Controls.Add(this.PB_Mark5);
|
|
this.GB_Markings.Controls.Add(this.PB_MarkCured);
|
|
this.GB_Markings.Controls.Add(this.PB_Mark2);
|
|
this.GB_Markings.Controls.Add(this.PB_MarkShiny);
|
|
this.GB_Markings.Controls.Add(this.PB_Mark1);
|
|
this.GB_Markings.Controls.Add(this.PB_Mark4);
|
|
this.GB_Markings.Location = new System.Drawing.Point(68, 213);
|
|
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_Mark6
|
|
//
|
|
this.PB_Mark6.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_06;
|
|
this.PB_Mark6.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_06;
|
|
this.PB_Mark6.Location = new System.Drawing.Point(110, 36);
|
|
this.PB_Mark6.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark6.Name = "PB_Mark6";
|
|
this.PB_Mark6.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark6.TabIndex = 5;
|
|
this.PB_Mark6.TabStop = false;
|
|
this.PB_Mark6.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// PB_Mark3
|
|
//
|
|
this.PB_Mark3.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_03;
|
|
this.PB_Mark3.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_03;
|
|
this.PB_Mark3.Location = new System.Drawing.Point(47, 36);
|
|
this.PB_Mark3.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark3.Name = "PB_Mark3";
|
|
this.PB_Mark3.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark3.TabIndex = 2;
|
|
this.PB_Mark3.TabStop = false;
|
|
this.PB_Mark3.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// PB_Mark5
|
|
//
|
|
this.PB_Mark5.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_05;
|
|
this.PB_Mark5.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_05;
|
|
this.PB_Mark5.Location = new System.Drawing.Point(89, 36);
|
|
this.PB_Mark5.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark5.Name = "PB_Mark5";
|
|
this.PB_Mark5.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark5.TabIndex = 4;
|
|
this.PB_Mark5.TabStop = false;
|
|
this.PB_Mark5.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// PB_MarkCured
|
|
//
|
|
this.PB_MarkCured.Image = global::PKHeX.WinForms.Properties.Resources.anti_pokerus_icon;
|
|
this.PB_MarkCured.InitialImage = global::PKHeX.WinForms.Properties.Resources.anti_pokerus_icon;
|
|
this.PB_MarkCured.Location = new System.Drawing.Point(67, 15);
|
|
this.PB_MarkCured.Name = "PB_MarkCured";
|
|
this.PB_MarkCured.Size = new System.Drawing.Size(22, 20);
|
|
this.PB_MarkCured.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_MarkCured.TabIndex = 7;
|
|
this.PB_MarkCured.TabStop = false;
|
|
//
|
|
// PB_Mark2
|
|
//
|
|
this.PB_Mark2.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_02;
|
|
this.PB_Mark2.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_02;
|
|
this.PB_Mark2.Location = new System.Drawing.Point(26, 36);
|
|
this.PB_Mark2.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark2.Name = "PB_Mark2";
|
|
this.PB_Mark2.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark2.TabIndex = 1;
|
|
this.PB_Mark2.TabStop = false;
|
|
this.PB_Mark2.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// PB_MarkShiny
|
|
//
|
|
this.PB_MarkShiny.Image = global::PKHeX.WinForms.Properties.Resources.rare_icon;
|
|
this.PB_MarkShiny.InitialImage = global::PKHeX.WinForms.Properties.Resources.rare_icon;
|
|
this.PB_MarkShiny.Location = new System.Drawing.Point(46, 15);
|
|
this.PB_MarkShiny.Name = "PB_MarkShiny";
|
|
this.PB_MarkShiny.Size = new System.Drawing.Size(22, 20);
|
|
this.PB_MarkShiny.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_MarkShiny.TabIndex = 6;
|
|
this.PB_MarkShiny.TabStop = false;
|
|
//
|
|
// PB_Mark1
|
|
//
|
|
this.PB_Mark1.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_01;
|
|
this.PB_Mark1.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_01;
|
|
this.PB_Mark1.Location = new System.Drawing.Point(5, 36);
|
|
this.PB_Mark1.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark1.Name = "PB_Mark1";
|
|
this.PB_Mark1.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark1.TabIndex = 0;
|
|
this.PB_Mark1.TabStop = false;
|
|
this.PB_Mark1.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// PB_Mark4
|
|
//
|
|
this.PB_Mark4.Image = global::PKHeX.WinForms.Properties.Resources.box_mark_04;
|
|
this.PB_Mark4.InitialImage = global::PKHeX.WinForms.Properties.Resources.box_mark_04;
|
|
this.PB_Mark4.Location = new System.Drawing.Point(68, 36);
|
|
this.PB_Mark4.Margin = new System.Windows.Forms.Padding(1);
|
|
this.PB_Mark4.Name = "PB_Mark4";
|
|
this.PB_Mark4.Size = new System.Drawing.Size(20, 20);
|
|
this.PB_Mark4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.PB_Mark4.TabIndex = 3;
|
|
this.PB_Mark4.TabStop = false;
|
|
this.PB_Mark4.Click += new System.EventHandler(this.ClickMarking);
|
|
//
|
|
// 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, 165);
|
|
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 = 2;
|
|
this.TB_ExtraByte.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_ExtraByte.Validated += new System.EventHandler(this.UpdateExtraByteValue);
|
|
//
|
|
// CB_ExtraBytes
|
|
//
|
|
this.CB_ExtraBytes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_ExtraBytes.FormattingEnabled = true;
|
|
this.CB_ExtraBytes.Location = new System.Drawing.Point(20, 18);
|
|
this.CB_ExtraBytes.Name = "CB_ExtraBytes";
|
|
this.CB_ExtraBytes.Size = new System.Drawing.Size(57, 21);
|
|
this.CB_ExtraBytes.TabIndex = 1;
|
|
this.CB_ExtraBytes.SelectedIndexChanged += new System.EventHandler(this.UpdateExtraByteIndex);
|
|
//
|
|
// GB_OT
|
|
//
|
|
this.GB_OT.Controls.Add(this.UC_OTGender);
|
|
this.GB_OT.Controls.Add(this.TID_Trainer);
|
|
this.GB_OT.Controls.Add(this.TB_OT);
|
|
this.GB_OT.Controls.Add(this.Label_OT);
|
|
this.GB_OT.Location = new System.Drawing.Point(40, 8);
|
|
this.GB_OT.Name = "GB_OT";
|
|
this.GB_OT.Size = new System.Drawing.Size(190, 75);
|
|
this.GB_OT.TabIndex = 1;
|
|
this.GB_OT.TabStop = false;
|
|
this.GB_OT.Text = "Trainer Information";
|
|
//
|
|
// 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;
|
|
this.TB_OT.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UpdateNicknameClick);
|
|
//
|
|
// 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_EncryptionConstant
|
|
//
|
|
this.Label_EncryptionConstant.Location = new System.Drawing.Point(1, 309);
|
|
this.Label_EncryptionConstant.Name = "Label_EncryptionConstant";
|
|
this.Label_EncryptionConstant.Size = new System.Drawing.Size(130, 16);
|
|
this.Label_EncryptionConstant.TabIndex = 1;
|
|
this.Label_EncryptionConstant.Text = "Encryption Constant:";
|
|
this.Label_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// UC_Gender
|
|
//
|
|
this.UC_Gender.AllowClick = false;
|
|
this.UC_Gender.Gender = 0;
|
|
this.UC_Gender.Location = new System.Drawing.Point(63, 2);
|
|
this.UC_Gender.Margin = new System.Windows.Forms.Padding(3, 2, 2, 1);
|
|
this.UC_Gender.Name = "UC_Gender";
|
|
this.UC_Gender.Size = new System.Drawing.Size(18, 18);
|
|
this.UC_Gender.TabIndex = 56;
|
|
this.UC_Gender.Click += new System.EventHandler(this.ClickGender);
|
|
//
|
|
// FA_Form
|
|
//
|
|
this.FA_Form.Location = new System.Drawing.Point(123, 0);
|
|
this.FA_Form.Margin = new System.Windows.Forms.Padding(0);
|
|
this.FA_Form.Name = "FA_Form";
|
|
this.FA_Form.Size = new System.Drawing.Size(75, 21);
|
|
this.FA_Form.TabIndex = 19;
|
|
this.FA_Form.ValueChanged += new System.EventHandler(this.UpdateFormArgument);
|
|
//
|
|
// ShinyLeaf
|
|
//
|
|
this.ShinyLeaf.Location = new System.Drawing.Point(98, 0);
|
|
this.ShinyLeaf.Margin = new System.Windows.Forms.Padding(0);
|
|
this.ShinyLeaf.Name = "ShinyLeaf";
|
|
this.ShinyLeaf.Size = new System.Drawing.Size(140, 56);
|
|
this.ShinyLeaf.TabIndex = 116;
|
|
//
|
|
// CR_PK1
|
|
//
|
|
this.CR_PK1.Location = new System.Drawing.Point(110, 0);
|
|
this.CR_PK1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.CR_PK1.Name = "CR_PK1";
|
|
this.CR_PK1.Size = new System.Drawing.Size(162, 25);
|
|
this.CR_PK1.TabIndex = 10;
|
|
//
|
|
// SizeCP
|
|
//
|
|
this.SizeCP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SizeCP.Location = new System.Drawing.Point(50, 0);
|
|
this.SizeCP.Margin = new System.Windows.Forms.Padding(50, 0, 0, 0);
|
|
this.SizeCP.Name = "SizeCP";
|
|
this.SizeCP.Size = new System.Drawing.Size(204, 68);
|
|
this.SizeCP.TabIndex = 0;
|
|
//
|
|
// Stats
|
|
//
|
|
this.Stats.EVsFishy = System.Drawing.Color.LightYellow;
|
|
this.Stats.EVsInvalid = System.Drawing.Color.Red;
|
|
this.Stats.EVsMaxed = System.Drawing.Color.Honeydew;
|
|
this.Stats.Location = new System.Drawing.Point(0, 0);
|
|
this.Stats.Name = "Stats";
|
|
this.Stats.Size = new System.Drawing.Size(270, 280);
|
|
this.Stats.StatDecreased = System.Drawing.Color.Blue;
|
|
this.Stats.StatHyperTrained = System.Drawing.Color.LightGreen;
|
|
this.Stats.StatIncreased = System.Drawing.Color.Red;
|
|
this.Stats.TabIndex = 1;
|
|
//
|
|
// Contest
|
|
//
|
|
this.Contest.CNT_Beauty = ((byte)(0));
|
|
this.Contest.CNT_Cool = ((byte)(0));
|
|
this.Contest.CNT_Cute = ((byte)(0));
|
|
this.Contest.CNT_Sheen = ((byte)(0));
|
|
this.Contest.CNT_Smart = ((byte)(0));
|
|
this.Contest.CNT_Tough = ((byte)(0));
|
|
this.Contest.Location = new System.Drawing.Point(32, 290);
|
|
this.Contest.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Contest.Name = "Contest";
|
|
this.Contest.Size = new System.Drawing.Size(230, 50);
|
|
this.Contest.TabIndex = 2;
|
|
//
|
|
// UC_HTGender
|
|
//
|
|
this.UC_HTGender.AllowClick = true;
|
|
this.UC_HTGender.Gender = 0;
|
|
this.UC_HTGender.Location = new System.Drawing.Point(142, 22);
|
|
this.UC_HTGender.Margin = new System.Windows.Forms.Padding(3, 2, 2, 1);
|
|
this.UC_HTGender.Name = "UC_HTGender";
|
|
this.UC_HTGender.Size = new System.Drawing.Size(18, 18);
|
|
this.UC_HTGender.TabIndex = 58;
|
|
//
|
|
// UC_OTGender
|
|
//
|
|
this.UC_OTGender.AllowClick = true;
|
|
this.UC_OTGender.Gender = 0;
|
|
this.UC_OTGender.Location = new System.Drawing.Point(142, 48);
|
|
this.UC_OTGender.Margin = new System.Windows.Forms.Padding(3, 2, 2, 1);
|
|
this.UC_OTGender.Name = "UC_OTGender";
|
|
this.UC_OTGender.Size = new System.Drawing.Size(18, 18);
|
|
this.UC_OTGender.TabIndex = 58;
|
|
//
|
|
// TID_Trainer
|
|
//
|
|
this.TID_Trainer.Location = new System.Drawing.Point(13, 18);
|
|
this.TID_Trainer.Name = "TID_Trainer";
|
|
this.TID_Trainer.Size = new System.Drawing.Size(178, 27);
|
|
this.TID_Trainer.TabIndex = 57;
|
|
//
|
|
// PKMEditor
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
this.Controls.Add(this.tabMain);
|
|
this.Name = "PKMEditor";
|
|
this.Size = new System.Drawing.Size(315, 565);
|
|
this.tabMain.ResumeLayout(false);
|
|
this.Tab_Main.ResumeLayout(false);
|
|
this.FLP_Main.ResumeLayout(false);
|
|
this.FLP_PID.ResumeLayout(false);
|
|
this.FLP_PIDLeft.ResumeLayout(false);
|
|
this.FLP_PIDLeft.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_ShinyStar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_ShinySquare)).EndInit();
|
|
this.FLP_PIDRight.ResumeLayout(false);
|
|
this.FLP_PIDRight.PerformLayout();
|
|
this.FLP_Species.ResumeLayout(false);
|
|
this.FLP_Nickname.ResumeLayout(false);
|
|
this.FLP_Nickname.PerformLayout();
|
|
this.FLP_NicknameLeft.ResumeLayout(false);
|
|
this.FLP_NicknameLeft.PerformLayout();
|
|
this.FLP_EXPLevel.ResumeLayout(false);
|
|
this.FLP_EXPLevelRight.ResumeLayout(false);
|
|
this.FLP_EXPLevelRight.PerformLayout();
|
|
this.FLP_Nature.ResumeLayout(false);
|
|
this.FLP_OriginalNature.ResumeLayout(false);
|
|
this.FLP_Form.ResumeLayout(false);
|
|
this.FLP_FormLeft.ResumeLayout(false);
|
|
this.FLP_FormRight.ResumeLayout(false);
|
|
this.FLP_HeldItem.ResumeLayout(false);
|
|
this.FLP_Ability.ResumeLayout(false);
|
|
this.FLP_AbilityRight.ResumeLayout(false);
|
|
this.FLP_AbilityRight.PerformLayout();
|
|
this.FLP_Friendship.ResumeLayout(false);
|
|
this.FLP_FriendshipLeft.ResumeLayout(false);
|
|
this.FLP_FriendshipRight.ResumeLayout(false);
|
|
this.FLP_FriendshipRight.PerformLayout();
|
|
this.FLP_Language.ResumeLayout(false);
|
|
this.FLP_EggPKRS.ResumeLayout(false);
|
|
this.FLP_EggPKRSLeft.ResumeLayout(false);
|
|
this.FLP_EggPKRSLeft.PerformLayout();
|
|
this.FLP_EggPKRSRight.ResumeLayout(false);
|
|
this.FLP_EggPKRSRight.PerformLayout();
|
|
this.FLP_PKRS.ResumeLayout(false);
|
|
this.FLP_PKRSRight.ResumeLayout(false);
|
|
this.FLP_Country.ResumeLayout(false);
|
|
this.FLP_SubRegion.ResumeLayout(false);
|
|
this.FLP_3DSRegion.ResumeLayout(false);
|
|
this.FLP_NSparkle.ResumeLayout(false);
|
|
this.FLP_NSparkle.PerformLayout();
|
|
this.FLP_ShadowID.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_ShadowID)).EndInit();
|
|
this.FLP_Purification.ResumeLayout(false);
|
|
this.FLP_Purification.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Purification)).EndInit();
|
|
this.FLP_ShinyLeaf.ResumeLayout(false);
|
|
this.FLP_CatchRate.ResumeLayout(false);
|
|
this.FLP_SizeCP.ResumeLayout(false);
|
|
this.Tab_Met.ResumeLayout(false);
|
|
this.Tab_Met.PerformLayout();
|
|
this.GB_EggConditions.ResumeLayout(false);
|
|
this.FLP_Met.ResumeLayout(false);
|
|
this.FLP_OriginGame.ResumeLayout(false);
|
|
this.FLP_BattleVersion.ResumeLayout(false);
|
|
this.FLP_MetLocation.ResumeLayout(false);
|
|
this.FLP_Ball.ResumeLayout(false);
|
|
this.FLP_BallLeft.ResumeLayout(false);
|
|
this.FLP_BallLeft.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Ball)).EndInit();
|
|
this.FLP_MetLevel.ResumeLayout(false);
|
|
this.FLP_MetLevel.PerformLayout();
|
|
this.FLP_MetDate.ResumeLayout(false);
|
|
this.FLP_Fateful.ResumeLayout(false);
|
|
this.FLP_Fateful.PerformLayout();
|
|
this.FLP_GroundTile.ResumeLayout(false);
|
|
this.FLP_TimeOfDay.ResumeLayout(false);
|
|
this.Tab_Stats.ResumeLayout(false);
|
|
this.Tab_Attacks.ResumeLayout(false);
|
|
this.Tab_Attacks.PerformLayout();
|
|
this.FLP_MoveFlags.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnMove1)).EndInit();
|
|
this.GB_RelearnMoves.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_WarnRelearn1)).EndInit();
|
|
this.GB_CurrentMoves.ResumeLayout(false);
|
|
this.GB_CurrentMoves.PerformLayout();
|
|
this.Tab_OTMisc.ResumeLayout(false);
|
|
this.Tab_OTMisc.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_BattleVersion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Origin)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Favorite)).EndInit();
|
|
this.FLP_PKMEditors.ResumeLayout(false);
|
|
this.FLP_PKMEditors.PerformLayout();
|
|
this.GB_nOT.ResumeLayout(false);
|
|
this.GB_nOT.PerformLayout();
|
|
this.GB_Markings.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MarkCured)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_MarkShiny)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Mark4)).EndInit();
|
|
this.GB_ExtraBytes.ResumeLayout(false);
|
|
this.GB_ExtraBytes.PerformLayout();
|
|
this.GB_OT.ResumeLayout(false);
|
|
this.GB_OT.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
private System.Windows.Forms.TabPage Tab_Main;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Main;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PID;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PIDLeft;
|
|
private System.Windows.Forms.Label Label_PID;
|
|
private System.Windows.Forms.Button BTN_Shinytize;
|
|
private System.Windows.Forms.PictureBox PB_ShinyStar;
|
|
private System.Windows.Forms.PictureBox PB_ShinySquare;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PIDRight;
|
|
private System.Windows.Forms.TextBox TB_PID;
|
|
private System.Windows.Forms.Button BTN_RerollPID;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Species;
|
|
private System.Windows.Forms.Label Label_Species;
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Nickname;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_NicknameLeft;
|
|
private System.Windows.Forms.CheckBox CHK_Nicknamed;
|
|
private System.Windows.Forms.TextBox TB_Nickname;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_EXPLevel;
|
|
private System.Windows.Forms.Label Label_EXP;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_EXPLevelRight;
|
|
private System.Windows.Forms.MaskedTextBox TB_EXP;
|
|
private System.Windows.Forms.Label Label_CurLevel;
|
|
private System.Windows.Forms.MaskedTextBox TB_Level;
|
|
private System.Windows.Forms.MaskedTextBox MT_Level;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Nature;
|
|
private System.Windows.Forms.Label Label_Nature;
|
|
private System.Windows.Forms.ComboBox CB_Nature;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_HeldItem;
|
|
private System.Windows.Forms.Label Label_HeldItem;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Friendship;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_FriendshipLeft;
|
|
private System.Windows.Forms.Label Label_Friendship;
|
|
private System.Windows.Forms.Label Label_HatchCounter;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_FriendshipRight;
|
|
private System.Windows.Forms.MaskedTextBox TB_Friendship;
|
|
private System.Windows.Forms.Label Label_Form;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Ability;
|
|
private System.Windows.Forms.Label Label_Ability;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_AbilityRight;
|
|
private System.Windows.Forms.ComboBox CB_Ability;
|
|
private System.Windows.Forms.ComboBox DEV_Ability;
|
|
private System.Windows.Forms.MaskedTextBox TB_AbilityNumber;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Language;
|
|
private System.Windows.Forms.Label Label_Language;
|
|
private System.Windows.Forms.ComboBox CB_Language;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRS;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRSLeft;
|
|
private System.Windows.Forms.CheckBox CHK_IsEgg;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_EggPKRSRight;
|
|
private System.Windows.Forms.CheckBox CHK_Infected;
|
|
private System.Windows.Forms.CheckBox CHK_Cured;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PKRS;
|
|
private System.Windows.Forms.Label Label_PKRS;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PKRSRight;
|
|
private System.Windows.Forms.ComboBox CB_PKRSStrain;
|
|
private System.Windows.Forms.Label Label_PKRSdays;
|
|
private System.Windows.Forms.ComboBox CB_PKRSDays;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Country;
|
|
private System.Windows.Forms.Label Label_Country;
|
|
private System.Windows.Forms.ComboBox CB_Country;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_SubRegion;
|
|
private System.Windows.Forms.Label Label_SubRegion;
|
|
private System.Windows.Forms.ComboBox CB_SubRegion;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_3DSRegion;
|
|
private System.Windows.Forms.Label Label_3DSRegion;
|
|
private System.Windows.Forms.ComboBox CB_3DSReg;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_NSparkle;
|
|
private System.Windows.Forms.Label L_NSparkle;
|
|
private System.Windows.Forms.CheckBox CHK_NSparkle;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_ShadowID;
|
|
private System.Windows.Forms.Label L_ShadowID;
|
|
private System.Windows.Forms.NumericUpDown NUD_ShadowID;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Purification;
|
|
private System.Windows.Forms.Label L_HeartGauge;
|
|
private System.Windows.Forms.NumericUpDown NUD_Purification;
|
|
private System.Windows.Forms.CheckBox CHK_Shadow;
|
|
private System.Windows.Forms.TabPage Tab_Met;
|
|
private System.Windows.Forms.CheckBox CHK_AsEgg;
|
|
private System.Windows.Forms.GroupBox GB_EggConditions;
|
|
private System.Windows.Forms.ComboBox CB_EggLocation;
|
|
private System.Windows.Forms.DateTimePicker CAL_EggDate;
|
|
private System.Windows.Forms.Label Label_EggDate;
|
|
private System.Windows.Forms.Label Label_EggLocation;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Met;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_OriginGame;
|
|
private System.Windows.Forms.Label Label_OriginGame;
|
|
private System.Windows.Forms.ComboBox CB_GameOrigin;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_MetLocation;
|
|
private System.Windows.Forms.Label Label_MetLocation;
|
|
private System.Windows.Forms.ComboBox CB_MetLocation;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Ball;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_BallLeft;
|
|
private System.Windows.Forms.Label Label_Ball;
|
|
private System.Windows.Forms.PictureBox PB_Ball;
|
|
private System.Windows.Forms.ComboBox CB_Ball;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_MetLevel;
|
|
private System.Windows.Forms.Label Label_MetLevel;
|
|
private System.Windows.Forms.MaskedTextBox TB_MetLevel;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_MetDate;
|
|
private System.Windows.Forms.Label Label_MetDate;
|
|
private System.Windows.Forms.DateTimePicker CAL_MetDate;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Fateful;
|
|
private System.Windows.Forms.Panel PAN_Fateful;
|
|
private System.Windows.Forms.CheckBox CHK_Fateful;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_GroundTile;
|
|
private System.Windows.Forms.Label Label_GroundTile;
|
|
private System.Windows.Forms.ComboBox CB_GroundTile;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_TimeOfDay;
|
|
private System.Windows.Forms.Label L_MetTimeOfDay;
|
|
private System.Windows.Forms.ComboBox CB_MetTimeOfDay;
|
|
private System.Windows.Forms.TabPage Tab_Stats;
|
|
private System.Windows.Forms.TabPage Tab_Attacks;
|
|
private System.Windows.Forms.PictureBox PB_WarnMove4;
|
|
private System.Windows.Forms.PictureBox PB_WarnMove3;
|
|
private System.Windows.Forms.PictureBox PB_WarnMove2;
|
|
private System.Windows.Forms.PictureBox PB_WarnMove1;
|
|
private System.Windows.Forms.GroupBox GB_RelearnMoves;
|
|
private System.Windows.Forms.PictureBox PB_WarnRelearn4;
|
|
private System.Windows.Forms.PictureBox PB_WarnRelearn3;
|
|
private System.Windows.Forms.PictureBox PB_WarnRelearn2;
|
|
private System.Windows.Forms.PictureBox PB_WarnRelearn1;
|
|
private System.Windows.Forms.ComboBox CB_RelearnMove4;
|
|
private System.Windows.Forms.ComboBox CB_RelearnMove3;
|
|
private System.Windows.Forms.ComboBox CB_RelearnMove2;
|
|
private System.Windows.Forms.ComboBox CB_RelearnMove1;
|
|
private System.Windows.Forms.GroupBox GB_CurrentMoves;
|
|
private System.Windows.Forms.MaskedTextBox TB_PP4;
|
|
private System.Windows.Forms.MaskedTextBox TB_PP3;
|
|
private System.Windows.Forms.MaskedTextBox TB_PP2;
|
|
private System.Windows.Forms.MaskedTextBox TB_PP1;
|
|
private System.Windows.Forms.Label Label_CurPP;
|
|
private System.Windows.Forms.Label Label_PPups;
|
|
private System.Windows.Forms.ComboBox CB_PPu4;
|
|
private System.Windows.Forms.ComboBox CB_PPu3;
|
|
private System.Windows.Forms.ComboBox CB_PPu2;
|
|
private System.Windows.Forms.ComboBox CB_Move4;
|
|
private System.Windows.Forms.ComboBox CB_PPu1;
|
|
private System.Windows.Forms.ComboBox CB_Move3;
|
|
private System.Windows.Forms.ComboBox CB_Move2;
|
|
private System.Windows.Forms.ComboBox CB_Move1;
|
|
private System.Windows.Forms.TabPage Tab_OTMisc;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_PKMEditors;
|
|
private System.Windows.Forms.Button BTN_Ribbons;
|
|
private System.Windows.Forms.Button BTN_Medals;
|
|
private System.Windows.Forms.Button BTN_History;
|
|
private System.Windows.Forms.TextBox TB_EC;
|
|
private System.Windows.Forms.GroupBox GB_nOT;
|
|
private System.Windows.Forms.TextBox TB_HT;
|
|
private System.Windows.Forms.Label Label_PrevOT;
|
|
private System.Windows.Forms.Button BTN_RerollEC;
|
|
private System.Windows.Forms.GroupBox GB_Markings;
|
|
private System.Windows.Forms.PictureBox PB_Mark6;
|
|
private System.Windows.Forms.PictureBox PB_Mark3;
|
|
private System.Windows.Forms.PictureBox PB_Mark5;
|
|
private System.Windows.Forms.PictureBox PB_MarkCured;
|
|
private System.Windows.Forms.PictureBox PB_Mark2;
|
|
private System.Windows.Forms.PictureBox PB_MarkShiny;
|
|
private System.Windows.Forms.PictureBox PB_Mark1;
|
|
private System.Windows.Forms.PictureBox PB_Mark4;
|
|
private System.Windows.Forms.GroupBox GB_ExtraBytes;
|
|
private System.Windows.Forms.MaskedTextBox TB_ExtraByte;
|
|
private System.Windows.Forms.ComboBox CB_ExtraBytes;
|
|
private System.Windows.Forms.GroupBox GB_OT;
|
|
private System.Windows.Forms.TextBox TB_OT;
|
|
private System.Windows.Forms.Label Label_OT;
|
|
private System.Windows.Forms.Label Label_EncryptionConstant;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_ShinyLeaf;
|
|
private System.Windows.Forms.Label L_ShinyLeaf;
|
|
private Controls.ShinyLeaf ShinyLeaf;
|
|
private ContestStat Contest;
|
|
private StatEditor Stats;
|
|
private TrainerID TID_Trainer;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_CatchRate;
|
|
private System.Windows.Forms.Label L_CatchRate;
|
|
private CatchRate CR_PK1;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_SizeCP;
|
|
private SizeCP SizeCP;
|
|
private System.Windows.Forms.PictureBox PB_Favorite;
|
|
private System.Windows.Forms.ToolTip SpeciesIDTip;
|
|
private System.Windows.Forms.ToolTip NatureTip;
|
|
private System.Windows.Forms.ToolTip Tip3;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_OriginalNature;
|
|
private System.Windows.Forms.Label L_OriginalNature;
|
|
private System.Windows.Forms.ComboBox CB_StatNature;
|
|
private System.Windows.Forms.PictureBox PB_Origin;
|
|
private System.Windows.Forms.ComboBox CB_HTLanguage;
|
|
private System.Windows.Forms.Button B_Records;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_Form;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_FormLeft;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_FormRight;
|
|
private System.Windows.Forms.ComboBox CB_Form;
|
|
private System.Windows.Forms.TextBox TB_HomeTracker;
|
|
private System.Windows.Forms.Label L_HomeTracker;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_BattleVersion;
|
|
private System.Windows.Forms.Label L_BattleVersion;
|
|
private System.Windows.Forms.ComboBox CB_BattleVersion;
|
|
private System.Windows.Forms.PictureBox PB_BattleVersion;
|
|
private FormArgument FA_Form;
|
|
private System.Windows.Forms.Button B_MoveShop;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_MoveFlags;
|
|
private System.Windows.Forms.Label L_AlphaMastered;
|
|
private System.Windows.Forms.ComboBox CB_AlphaMastered;
|
|
private GenderToggle UC_Gender;
|
|
private GenderToggle UC_HTGender;
|
|
private GenderToggle UC_OTGender;
|
|
}
|
|
}
|