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