namespace PKHeX.WinForms.Controls { partial class StatEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { FLP_Stats = new System.Windows.Forms.FlowLayoutPanel(); FLP_StatHeader = new System.Windows.Forms.FlowLayoutPanel(); FLP_HackedStats = new System.Windows.Forms.FlowLayoutPanel(); CHK_HackedStats = new System.Windows.Forms.CheckBox(); FLP_StatsHeaderRight = new System.Windows.Forms.FlowLayoutPanel(); Label_Base = new System.Windows.Forms.Label(); Label_IVs = new System.Windows.Forms.Label(); Label_EVs = new System.Windows.Forms.Label(); Label_AVs = new System.Windows.Forms.Label(); Label_GVs = new System.Windows.Forms.Label(); Label_Stats = new System.Windows.Forms.Label(); FLP_HP = new System.Windows.Forms.FlowLayoutPanel(); Label_HP = new System.Windows.Forms.Label(); FLP_HPRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseHP = new System.Windows.Forms.MaskedTextBox(); TB_IVHP = new System.Windows.Forms.MaskedTextBox(); TB_EVHP = new System.Windows.Forms.MaskedTextBox(); TB_AVHP = new System.Windows.Forms.MaskedTextBox(); TB_GVHP = new System.Windows.Forms.MaskedTextBox(); Stat_HP = new System.Windows.Forms.MaskedTextBox(); FLP_Atk = new System.Windows.Forms.FlowLayoutPanel(); Label_ATK = new System.Windows.Forms.Label(); FLP_AtkRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseATK = new System.Windows.Forms.MaskedTextBox(); TB_IVATK = new System.Windows.Forms.MaskedTextBox(); TB_EVATK = new System.Windows.Forms.MaskedTextBox(); TB_AVATK = new System.Windows.Forms.MaskedTextBox(); TB_GVATK = new System.Windows.Forms.MaskedTextBox(); Stat_ATK = new System.Windows.Forms.MaskedTextBox(); FLP_Def = new System.Windows.Forms.FlowLayoutPanel(); Label_DEF = new System.Windows.Forms.Label(); FLP_DefRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseDEF = new System.Windows.Forms.MaskedTextBox(); TB_IVDEF = new System.Windows.Forms.MaskedTextBox(); TB_EVDEF = new System.Windows.Forms.MaskedTextBox(); TB_AVDEF = new System.Windows.Forms.MaskedTextBox(); TB_GVDEF = new System.Windows.Forms.MaskedTextBox(); Stat_DEF = new System.Windows.Forms.MaskedTextBox(); FLP_SpA = new System.Windows.Forms.FlowLayoutPanel(); FLP_SpALeft = new System.Windows.Forms.FlowLayoutPanel(); Label_SPA = new System.Windows.Forms.Label(); Label_SPC = new System.Windows.Forms.Label(); FLP_SpARight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseSPA = new System.Windows.Forms.MaskedTextBox(); TB_IVSPA = new System.Windows.Forms.MaskedTextBox(); TB_EVSPA = new System.Windows.Forms.MaskedTextBox(); TB_AVSPA = new System.Windows.Forms.MaskedTextBox(); TB_GVSPA = new System.Windows.Forms.MaskedTextBox(); Stat_SPA = new System.Windows.Forms.MaskedTextBox(); FLP_SpD = new System.Windows.Forms.FlowLayoutPanel(); Label_SPD = new System.Windows.Forms.Label(); FLP_SpDRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseSPD = new System.Windows.Forms.MaskedTextBox(); TB_IVSPD = new System.Windows.Forms.MaskedTextBox(); TB_EVSPD = new System.Windows.Forms.MaskedTextBox(); TB_AVSPD = new System.Windows.Forms.MaskedTextBox(); TB_GVSPD = new System.Windows.Forms.MaskedTextBox(); Stat_SPD = new System.Windows.Forms.MaskedTextBox(); FLP_Spe = new System.Windows.Forms.FlowLayoutPanel(); Label_SPE = new System.Windows.Forms.Label(); FLP_SpeRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BaseSPE = new System.Windows.Forms.MaskedTextBox(); TB_IVSPE = new System.Windows.Forms.MaskedTextBox(); TB_EVSPE = new System.Windows.Forms.MaskedTextBox(); TB_AVSPE = new System.Windows.Forms.MaskedTextBox(); TB_GVSPE = new System.Windows.Forms.MaskedTextBox(); Stat_SPE = new System.Windows.Forms.MaskedTextBox(); FLP_StatsTotal = new System.Windows.Forms.FlowLayoutPanel(); Label_Total = new System.Windows.Forms.Label(); FLP_StatsTotalRight = new System.Windows.Forms.FlowLayoutPanel(); TB_BST = new System.Windows.Forms.TextBox(); TB_IVTotal = new System.Windows.Forms.TextBox(); TB_EVTotal = new System.Windows.Forms.TextBox(); TB_AVTotal = new System.Windows.Forms.TextBox(); L_Potential = new System.Windows.Forms.Label(); FLP_HPType = new System.Windows.Forms.FlowLayoutPanel(); Label_HiddenPowerPrefix = new System.Windows.Forms.Label(); CB_HPType = new System.Windows.Forms.ComboBox(); Label_HiddenPowerPower = new System.Windows.Forms.Label(); FLP_Characteristic = new System.Windows.Forms.FlowLayoutPanel(); Label_CharacteristicPrefix = new System.Windows.Forms.Label(); L_Characteristic = new System.Windows.Forms.Label(); FLP_TeraType = new System.Windows.Forms.FlowLayoutPanel(); FLP_TeraInner = new System.Windows.Forms.FlowLayoutPanel(); FLP_TeraTypeDefaultPane = new System.Windows.Forms.FlowLayoutPanel(); PB_TeraType2 = new TypePictureBox(); PB_TeraType1 = new TypePictureBox(); L_TeraTypeOriginal = new System.Windows.Forms.Label(); CB_TeraTypeOriginal = new System.Windows.Forms.ComboBox(); L_TeraTypeOverride = new System.Windows.Forms.Label(); CB_TeraTypeOverride = new System.Windows.Forms.ComboBox(); PB_TeraType = new System.Windows.Forms.PictureBox(); PAN_BTN = new System.Windows.Forms.Panel(); FLP_PKMEditors = new System.Windows.Forms.FlowLayoutPanel(); BTN_RandomIVs = new System.Windows.Forms.Button(); BTN_RandomEVs = new System.Windows.Forms.Button(); BTN_RandomAVs = new System.Windows.Forms.Button(); FLP_DynamaxLevel = new System.Windows.Forms.FlowLayoutPanel(); L_DynamaxLevel = new System.Windows.Forms.Label(); CB_DynamaxLevel = new System.Windows.Forms.ComboBox(); CHK_Gigantamax = new System.Windows.Forms.CheckBox(); FLP_AlphaNoble = new System.Windows.Forms.FlowLayoutPanel(); CHK_IsAlpha = new System.Windows.Forms.CheckBox(); CHK_IsNoble = new System.Windows.Forms.CheckBox(); FLP_Stats.SuspendLayout(); FLP_StatHeader.SuspendLayout(); FLP_HackedStats.SuspendLayout(); FLP_StatsHeaderRight.SuspendLayout(); FLP_HP.SuspendLayout(); FLP_HPRight.SuspendLayout(); FLP_Atk.SuspendLayout(); FLP_AtkRight.SuspendLayout(); FLP_Def.SuspendLayout(); FLP_DefRight.SuspendLayout(); FLP_SpA.SuspendLayout(); FLP_SpALeft.SuspendLayout(); FLP_SpARight.SuspendLayout(); FLP_SpD.SuspendLayout(); FLP_SpDRight.SuspendLayout(); FLP_Spe.SuspendLayout(); FLP_SpeRight.SuspendLayout(); FLP_StatsTotal.SuspendLayout(); FLP_StatsTotalRight.SuspendLayout(); FLP_HPType.SuspendLayout(); FLP_Characteristic.SuspendLayout(); FLP_TeraType.SuspendLayout(); FLP_TeraInner.SuspendLayout(); FLP_TeraTypeDefaultPane.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)PB_TeraType2).BeginInit(); ((System.ComponentModel.ISupportInitialize)PB_TeraType1).BeginInit(); ((System.ComponentModel.ISupportInitialize)PB_TeraType).BeginInit(); PAN_BTN.SuspendLayout(); FLP_PKMEditors.SuspendLayout(); FLP_DynamaxLevel.SuspendLayout(); FLP_AlphaNoble.SuspendLayout(); SuspendLayout(); // // FLP_Stats // FLP_Stats.Controls.Add(FLP_StatHeader); FLP_Stats.Controls.Add(FLP_HP); FLP_Stats.Controls.Add(FLP_Atk); FLP_Stats.Controls.Add(FLP_Def); FLP_Stats.Controls.Add(FLP_SpA); FLP_Stats.Controls.Add(FLP_SpD); FLP_Stats.Controls.Add(FLP_Spe); FLP_Stats.Controls.Add(FLP_StatsTotal); FLP_Stats.Controls.Add(FLP_HPType); FLP_Stats.Controls.Add(FLP_Characteristic); FLP_Stats.Controls.Add(FLP_TeraType); FLP_Stats.Controls.Add(PAN_BTN); FLP_Stats.Controls.Add(FLP_DynamaxLevel); FLP_Stats.Controls.Add(FLP_AlphaNoble); FLP_Stats.Dock = System.Windows.Forms.DockStyle.Fill; FLP_Stats.Location = new System.Drawing.Point(0, 0); FLP_Stats.Name = "FLP_Stats"; FLP_Stats.Size = new System.Drawing.Size(320, 400); FLP_Stats.TabIndex = 106; // // FLP_StatHeader // FLP_StatHeader.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_StatHeader.Controls.Add(FLP_HackedStats); FLP_StatHeader.Controls.Add(FLP_StatsHeaderRight); FLP_StatHeader.Location = new System.Drawing.Point(0, 0); FLP_StatHeader.Margin = new System.Windows.Forms.Padding(0); FLP_StatHeader.Name = "FLP_StatHeader"; FLP_StatHeader.Size = new System.Drawing.Size(312, 22); FLP_StatHeader.TabIndex = 122; // // FLP_HackedStats // FLP_HackedStats.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_HackedStats.Controls.Add(CHK_HackedStats); FLP_HackedStats.Location = new System.Drawing.Point(0, 0); FLP_HackedStats.Margin = new System.Windows.Forms.Padding(0); FLP_HackedStats.Name = "FLP_HackedStats"; FLP_HackedStats.Size = new System.Drawing.Size(72, 24); FLP_HackedStats.TabIndex = 122; // // CHK_HackedStats // CHK_HackedStats.Enabled = false; CHK_HackedStats.Location = new System.Drawing.Point(0, 0); CHK_HackedStats.Margin = new System.Windows.Forms.Padding(0); CHK_HackedStats.Name = "CHK_HackedStats"; CHK_HackedStats.Size = new System.Drawing.Size(72, 24); CHK_HackedStats.TabIndex = 0; CHK_HackedStats.Text = "Hacked"; CHK_HackedStats.UseVisualStyleBackColor = true; CHK_HackedStats.Visible = false; CHK_HackedStats.CheckedChanged += UpdateHackedStats; // // FLP_StatsHeaderRight // FLP_StatsHeaderRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_StatsHeaderRight.Controls.Add(Label_Base); FLP_StatsHeaderRight.Controls.Add(Label_IVs); FLP_StatsHeaderRight.Controls.Add(Label_EVs); FLP_StatsHeaderRight.Controls.Add(Label_AVs); FLP_StatsHeaderRight.Controls.Add(Label_GVs); FLP_StatsHeaderRight.Controls.Add(Label_Stats); FLP_StatsHeaderRight.Location = new System.Drawing.Point(72, 1); FLP_StatsHeaderRight.Margin = new System.Windows.Forms.Padding(0); FLP_StatsHeaderRight.Name = "FLP_StatsHeaderRight"; FLP_StatsHeaderRight.Size = new System.Drawing.Size(232, 21); FLP_StatsHeaderRight.TabIndex = 123; // // Label_Base // Label_Base.Location = new System.Drawing.Point(0, 0); Label_Base.Margin = new System.Windows.Forms.Padding(0); Label_Base.Name = "Label_Base"; Label_Base.Size = new System.Drawing.Size(48, 24); Label_Base.TabIndex = 30; Label_Base.Text = "Base"; Label_Base.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Label_IVs // Label_IVs.Location = new System.Drawing.Point(48, 0); Label_IVs.Margin = new System.Windows.Forms.Padding(0); Label_IVs.Name = "Label_IVs"; Label_IVs.Size = new System.Drawing.Size(32, 24); Label_IVs.TabIndex = 29; Label_IVs.Text = "IVs"; Label_IVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Label_EVs // Label_EVs.Location = new System.Drawing.Point(80, 0); Label_EVs.Margin = new System.Windows.Forms.Padding(0); Label_EVs.Name = "Label_EVs"; Label_EVs.Size = new System.Drawing.Size(40, 24); Label_EVs.TabIndex = 27; Label_EVs.Text = "EVs"; Label_EVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Label_AVs // Label_AVs.Location = new System.Drawing.Point(120, 0); Label_AVs.Margin = new System.Windows.Forms.Padding(0); Label_AVs.Name = "Label_AVs"; Label_AVs.Size = new System.Drawing.Size(40, 24); Label_AVs.TabIndex = 31; Label_AVs.Text = "AVs"; Label_AVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Label_GVs // Label_GVs.Location = new System.Drawing.Point(160, 0); Label_GVs.Margin = new System.Windows.Forms.Padding(0); Label_GVs.Name = "Label_GVs"; Label_GVs.Size = new System.Drawing.Size(32, 24); Label_GVs.TabIndex = 32; Label_GVs.Text = "GVs"; Label_GVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // Label_Stats // Label_Stats.Location = new System.Drawing.Point(192, 0); Label_Stats.Margin = new System.Windows.Forms.Padding(0); Label_Stats.Name = "Label_Stats"; Label_Stats.Size = new System.Drawing.Size(40, 24); Label_Stats.TabIndex = 28; Label_Stats.Text = "Stats"; Label_Stats.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FLP_HP // FLP_HP.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_HP.Controls.Add(Label_HP); FLP_HP.Controls.Add(FLP_HPRight); FLP_HP.Location = new System.Drawing.Point(0, 22); FLP_HP.Margin = new System.Windows.Forms.Padding(0); FLP_HP.Name = "FLP_HP"; FLP_HP.Size = new System.Drawing.Size(312, 24); FLP_HP.TabIndex = 1; // // Label_HP // Label_HP.Location = new System.Drawing.Point(0, 0); Label_HP.Margin = new System.Windows.Forms.Padding(0); Label_HP.Name = "Label_HP"; Label_HP.Size = new System.Drawing.Size(80, 24); Label_HP.TabIndex = 19; Label_HP.Text = "HP:"; Label_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_HP.MouseDown += ClickStatLabel; // // FLP_HPRight // FLP_HPRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_HPRight.AutoSize = true; FLP_HPRight.Controls.Add(TB_BaseHP); FLP_HPRight.Controls.Add(TB_IVHP); FLP_HPRight.Controls.Add(TB_EVHP); FLP_HPRight.Controls.Add(TB_AVHP); FLP_HPRight.Controls.Add(TB_GVHP); FLP_HPRight.Controls.Add(Stat_HP); FLP_HPRight.Location = new System.Drawing.Point(80, 0); FLP_HPRight.Margin = new System.Windows.Forms.Padding(0); FLP_HPRight.Name = "FLP_HPRight"; FLP_HPRight.Size = new System.Drawing.Size(228, 23); FLP_HPRight.TabIndex = 1; // // TB_BaseHP // TB_BaseHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseHP.Enabled = false; TB_BaseHP.Location = new System.Drawing.Point(0, 0); TB_BaseHP.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseHP.Mask = "000"; TB_BaseHP.Name = "TB_BaseHP"; TB_BaseHP.PromptChar = ' '; TB_BaseHP.ReadOnly = true; TB_BaseHP.Size = new System.Drawing.Size(32, 23); TB_BaseHP.TabIndex = 0; TB_BaseHP.TabStop = false; TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVHP // TB_IVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVHP.Location = new System.Drawing.Point(40, 0); TB_IVHP.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVHP.Mask = "00"; TB_IVHP.Name = "TB_IVHP"; TB_IVHP.Size = new System.Drawing.Size(24, 23); TB_IVHP.TabIndex = 1; TB_IVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVHP.Click += ClickIV; TB_IVHP.TextChanged += UpdateIVs; // // TB_EVHP // TB_EVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVHP.Location = new System.Drawing.Point(72, 0); TB_EVHP.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVHP.Mask = "000"; TB_EVHP.Name = "TB_EVHP"; TB_EVHP.Size = new System.Drawing.Size(32, 23); TB_EVHP.TabIndex = 2; TB_EVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVHP.Click += ClickEV; TB_EVHP.TextChanged += UpdateEVs; // // TB_AVHP // TB_AVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVHP.Location = new System.Drawing.Point(112, 0); TB_AVHP.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVHP.Mask = "000"; TB_AVHP.Name = "TB_AVHP"; TB_AVHP.Size = new System.Drawing.Size(32, 23); TB_AVHP.TabIndex = 3; TB_AVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVHP.Click += ClickAV; TB_AVHP.TextChanged += UpdateAVs; // // TB_GVHP // TB_GVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVHP.Location = new System.Drawing.Point(152, 0); TB_GVHP.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVHP.Mask = "000"; TB_GVHP.Name = "TB_GVHP"; TB_GVHP.Size = new System.Drawing.Size(28, 23); TB_GVHP.TabIndex = 4; TB_GVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVHP.Click += ClickGV; TB_GVHP.TextChanged += UpdateGVs; // // Stat_HP // Stat_HP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_HP.Enabled = false; Stat_HP.Location = new System.Drawing.Point(188, 0); Stat_HP.Margin = new System.Windows.Forms.Padding(0); Stat_HP.Mask = "00000"; Stat_HP.Name = "Stat_HP"; Stat_HP.PromptChar = ' '; Stat_HP.Size = new System.Drawing.Size(40, 23); Stat_HP.TabIndex = 10; Stat_HP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_HP.TextChanged += UpdateHackedStatText; // // FLP_Atk // FLP_Atk.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_Atk.Controls.Add(Label_ATK); FLP_Atk.Controls.Add(FLP_AtkRight); FLP_Atk.Location = new System.Drawing.Point(0, 46); FLP_Atk.Margin = new System.Windows.Forms.Padding(0); FLP_Atk.Name = "FLP_Atk"; FLP_Atk.Size = new System.Drawing.Size(312, 24); FLP_Atk.TabIndex = 2; // // Label_ATK // Label_ATK.Location = new System.Drawing.Point(0, 0); Label_ATK.Margin = new System.Windows.Forms.Padding(0); Label_ATK.Name = "Label_ATK"; Label_ATK.Size = new System.Drawing.Size(80, 24); Label_ATK.TabIndex = 20; Label_ATK.Text = "Atk:"; Label_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_ATK.MouseDown += ClickStatLabel; // // FLP_AtkRight // FLP_AtkRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_AtkRight.AutoSize = true; FLP_AtkRight.Controls.Add(TB_BaseATK); FLP_AtkRight.Controls.Add(TB_IVATK); FLP_AtkRight.Controls.Add(TB_EVATK); FLP_AtkRight.Controls.Add(TB_AVATK); FLP_AtkRight.Controls.Add(TB_GVATK); FLP_AtkRight.Controls.Add(Stat_ATK); FLP_AtkRight.Location = new System.Drawing.Point(80, 0); FLP_AtkRight.Margin = new System.Windows.Forms.Padding(0); FLP_AtkRight.Name = "FLP_AtkRight"; FLP_AtkRight.Size = new System.Drawing.Size(228, 23); FLP_AtkRight.TabIndex = 2; // // TB_BaseATK // TB_BaseATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseATK.Enabled = false; TB_BaseATK.Location = new System.Drawing.Point(0, 0); TB_BaseATK.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseATK.Mask = "000"; TB_BaseATK.Name = "TB_BaseATK"; TB_BaseATK.PromptChar = ' '; TB_BaseATK.ReadOnly = true; TB_BaseATK.Size = new System.Drawing.Size(32, 23); TB_BaseATK.TabIndex = 0; TB_BaseATK.TabStop = false; TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVATK // TB_IVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVATK.Location = new System.Drawing.Point(40, 0); TB_IVATK.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVATK.Mask = "00"; TB_IVATK.Name = "TB_IVATK"; TB_IVATK.Size = new System.Drawing.Size(24, 23); TB_IVATK.TabIndex = 1; TB_IVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVATK.Click += ClickIV; TB_IVATK.TextChanged += UpdateIVs; // // TB_EVATK // TB_EVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVATK.Location = new System.Drawing.Point(72, 0); TB_EVATK.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVATK.Mask = "000"; TB_EVATK.Name = "TB_EVATK"; TB_EVATK.Size = new System.Drawing.Size(32, 23); TB_EVATK.TabIndex = 2; TB_EVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVATK.Click += ClickEV; TB_EVATK.TextChanged += UpdateEVs; // // TB_AVATK // TB_AVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVATK.Location = new System.Drawing.Point(112, 0); TB_AVATK.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVATK.Mask = "000"; TB_AVATK.Name = "TB_AVATK"; TB_AVATK.Size = new System.Drawing.Size(32, 23); TB_AVATK.TabIndex = 3; TB_AVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVATK.Click += ClickAV; TB_AVATK.TextChanged += UpdateAVs; // // TB_GVATK // TB_GVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVATK.Location = new System.Drawing.Point(152, 0); TB_GVATK.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVATK.Mask = "000"; TB_GVATK.Name = "TB_GVATK"; TB_GVATK.Size = new System.Drawing.Size(28, 23); TB_GVATK.TabIndex = 4; TB_GVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVATK.Click += ClickGV; TB_GVATK.TextChanged += UpdateGVs; // // Stat_ATK // Stat_ATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_ATK.Enabled = false; Stat_ATK.Location = new System.Drawing.Point(188, 0); Stat_ATK.Margin = new System.Windows.Forms.Padding(0); Stat_ATK.Mask = "00000"; Stat_ATK.Name = "Stat_ATK"; Stat_ATK.PromptChar = ' '; Stat_ATK.Size = new System.Drawing.Size(40, 23); Stat_ATK.TabIndex = 10; Stat_ATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_ATK.TextChanged += UpdateHackedStatText; // // FLP_Def // FLP_Def.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_Def.Controls.Add(Label_DEF); FLP_Def.Controls.Add(FLP_DefRight); FLP_Def.Location = new System.Drawing.Point(0, 70); FLP_Def.Margin = new System.Windows.Forms.Padding(0); FLP_Def.Name = "FLP_Def"; FLP_Def.Size = new System.Drawing.Size(312, 24); FLP_Def.TabIndex = 3; // // Label_DEF // Label_DEF.Location = new System.Drawing.Point(0, 0); Label_DEF.Margin = new System.Windows.Forms.Padding(0); Label_DEF.Name = "Label_DEF"; Label_DEF.Size = new System.Drawing.Size(80, 24); Label_DEF.TabIndex = 21; Label_DEF.Text = "Def:"; Label_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_DEF.MouseDown += ClickStatLabel; // // FLP_DefRight // FLP_DefRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_DefRight.AutoSize = true; FLP_DefRight.Controls.Add(TB_BaseDEF); FLP_DefRight.Controls.Add(TB_IVDEF); FLP_DefRight.Controls.Add(TB_EVDEF); FLP_DefRight.Controls.Add(TB_AVDEF); FLP_DefRight.Controls.Add(TB_GVDEF); FLP_DefRight.Controls.Add(Stat_DEF); FLP_DefRight.Location = new System.Drawing.Point(80, 0); FLP_DefRight.Margin = new System.Windows.Forms.Padding(0); FLP_DefRight.Name = "FLP_DefRight"; FLP_DefRight.Size = new System.Drawing.Size(228, 23); FLP_DefRight.TabIndex = 3; // // TB_BaseDEF // TB_BaseDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseDEF.Enabled = false; TB_BaseDEF.Location = new System.Drawing.Point(0, 0); TB_BaseDEF.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseDEF.Mask = "000"; TB_BaseDEF.Name = "TB_BaseDEF"; TB_BaseDEF.PromptChar = ' '; TB_BaseDEF.ReadOnly = true; TB_BaseDEF.Size = new System.Drawing.Size(32, 23); TB_BaseDEF.TabIndex = 0; TB_BaseDEF.TabStop = false; TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVDEF // TB_IVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVDEF.Location = new System.Drawing.Point(40, 0); TB_IVDEF.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVDEF.Mask = "00"; TB_IVDEF.Name = "TB_IVDEF"; TB_IVDEF.Size = new System.Drawing.Size(24, 23); TB_IVDEF.TabIndex = 1; TB_IVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVDEF.Click += ClickIV; TB_IVDEF.TextChanged += UpdateIVs; // // TB_EVDEF // TB_EVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVDEF.Location = new System.Drawing.Point(72, 0); TB_EVDEF.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVDEF.Mask = "000"; TB_EVDEF.Name = "TB_EVDEF"; TB_EVDEF.Size = new System.Drawing.Size(32, 23); TB_EVDEF.TabIndex = 2; TB_EVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVDEF.Click += ClickEV; TB_EVDEF.TextChanged += UpdateEVs; // // TB_AVDEF // TB_AVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVDEF.Location = new System.Drawing.Point(112, 0); TB_AVDEF.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVDEF.Mask = "000"; TB_AVDEF.Name = "TB_AVDEF"; TB_AVDEF.Size = new System.Drawing.Size(32, 23); TB_AVDEF.TabIndex = 3; TB_AVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVDEF.Click += ClickAV; TB_AVDEF.TextChanged += UpdateAVs; // // TB_GVDEF // TB_GVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVDEF.Location = new System.Drawing.Point(152, 0); TB_GVDEF.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVDEF.Mask = "000"; TB_GVDEF.Name = "TB_GVDEF"; TB_GVDEF.Size = new System.Drawing.Size(28, 23); TB_GVDEF.TabIndex = 4; TB_GVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVDEF.Click += ClickGV; TB_GVDEF.TextChanged += UpdateGVs; // // Stat_DEF // Stat_DEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_DEF.Enabled = false; Stat_DEF.Location = new System.Drawing.Point(188, 0); Stat_DEF.Margin = new System.Windows.Forms.Padding(0); Stat_DEF.Mask = "00000"; Stat_DEF.Name = "Stat_DEF"; Stat_DEF.PromptChar = ' '; Stat_DEF.Size = new System.Drawing.Size(40, 23); Stat_DEF.TabIndex = 10; Stat_DEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_DEF.TextChanged += UpdateHackedStatText; // // FLP_SpA // FLP_SpA.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_SpA.Controls.Add(FLP_SpALeft); FLP_SpA.Controls.Add(FLP_SpARight); FLP_SpA.Location = new System.Drawing.Point(0, 94); FLP_SpA.Margin = new System.Windows.Forms.Padding(0); FLP_SpA.Name = "FLP_SpA"; FLP_SpA.Size = new System.Drawing.Size(312, 24); FLP_SpA.TabIndex = 4; // // FLP_SpALeft // FLP_SpALeft.Anchor = System.Windows.Forms.AnchorStyles.Right; FLP_SpALeft.Controls.Add(Label_SPA); FLP_SpALeft.Controls.Add(Label_SPC); FLP_SpALeft.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; FLP_SpALeft.Location = new System.Drawing.Point(0, 0); FLP_SpALeft.Margin = new System.Windows.Forms.Padding(0); FLP_SpALeft.Name = "FLP_SpALeft"; FLP_SpALeft.Size = new System.Drawing.Size(80, 24); FLP_SpALeft.TabIndex = 4; // // Label_SPA // Label_SPA.Location = new System.Drawing.Point(0, 0); Label_SPA.Margin = new System.Windows.Forms.Padding(0); Label_SPA.Name = "Label_SPA"; Label_SPA.Size = new System.Drawing.Size(80, 24); Label_SPA.TabIndex = 22; Label_SPA.Text = "SpA:"; Label_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_SPA.MouseDown += ClickStatLabel; // // Label_SPC // Label_SPC.Location = new System.Drawing.Point(0, 24); Label_SPC.Margin = new System.Windows.Forms.Padding(0); Label_SPC.Name = "Label_SPC"; Label_SPC.Size = new System.Drawing.Size(80, 24); Label_SPC.TabIndex = 125; Label_SPC.Text = "SpC:"; Label_SPC.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_SPC.MouseDown += ClickStatLabel; // // FLP_SpARight // FLP_SpARight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_SpARight.AutoSize = true; FLP_SpARight.Controls.Add(TB_BaseSPA); FLP_SpARight.Controls.Add(TB_IVSPA); FLP_SpARight.Controls.Add(TB_EVSPA); FLP_SpARight.Controls.Add(TB_AVSPA); FLP_SpARight.Controls.Add(TB_GVSPA); FLP_SpARight.Controls.Add(Stat_SPA); FLP_SpARight.Location = new System.Drawing.Point(80, 0); FLP_SpARight.Margin = new System.Windows.Forms.Padding(0); FLP_SpARight.Name = "FLP_SpARight"; FLP_SpARight.Size = new System.Drawing.Size(228, 23); FLP_SpARight.TabIndex = 4; // // TB_BaseSPA // TB_BaseSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseSPA.Enabled = false; TB_BaseSPA.Location = new System.Drawing.Point(0, 0); TB_BaseSPA.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseSPA.Mask = "000"; TB_BaseSPA.Name = "TB_BaseSPA"; TB_BaseSPA.PromptChar = ' '; TB_BaseSPA.ReadOnly = true; TB_BaseSPA.Size = new System.Drawing.Size(32, 23); TB_BaseSPA.TabIndex = 0; TB_BaseSPA.TabStop = false; TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVSPA // TB_IVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVSPA.Location = new System.Drawing.Point(40, 0); TB_IVSPA.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVSPA.Mask = "00"; TB_IVSPA.Name = "TB_IVSPA"; TB_IVSPA.Size = new System.Drawing.Size(24, 23); TB_IVSPA.TabIndex = 1; TB_IVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVSPA.Click += ClickIV; TB_IVSPA.TextChanged += UpdateIVs; // // TB_EVSPA // TB_EVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVSPA.Location = new System.Drawing.Point(72, 0); TB_EVSPA.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVSPA.Mask = "000"; TB_EVSPA.Name = "TB_EVSPA"; TB_EVSPA.Size = new System.Drawing.Size(32, 23); TB_EVSPA.TabIndex = 2; TB_EVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVSPA.Click += ClickEV; TB_EVSPA.TextChanged += UpdateEVs; // // TB_AVSPA // TB_AVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVSPA.Location = new System.Drawing.Point(112, 0); TB_AVSPA.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVSPA.Mask = "000"; TB_AVSPA.Name = "TB_AVSPA"; TB_AVSPA.Size = new System.Drawing.Size(32, 23); TB_AVSPA.TabIndex = 3; TB_AVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVSPA.Click += ClickAV; TB_AVSPA.TextChanged += UpdateAVs; // // TB_GVSPA // TB_GVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVSPA.Location = new System.Drawing.Point(152, 0); TB_GVSPA.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVSPA.Mask = "000"; TB_GVSPA.Name = "TB_GVSPA"; TB_GVSPA.Size = new System.Drawing.Size(28, 23); TB_GVSPA.TabIndex = 4; TB_GVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVSPA.Click += ClickGV; TB_GVSPA.TextChanged += UpdateGVs; // // Stat_SPA // Stat_SPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_SPA.Enabled = false; Stat_SPA.Location = new System.Drawing.Point(188, 0); Stat_SPA.Margin = new System.Windows.Forms.Padding(0); Stat_SPA.Mask = "00000"; Stat_SPA.Name = "Stat_SPA"; Stat_SPA.PromptChar = ' '; Stat_SPA.Size = new System.Drawing.Size(40, 23); Stat_SPA.TabIndex = 10; Stat_SPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_SPA.TextChanged += UpdateHackedStatText; // // FLP_SpD // FLP_SpD.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_SpD.Controls.Add(Label_SPD); FLP_SpD.Controls.Add(FLP_SpDRight); FLP_SpD.Location = new System.Drawing.Point(0, 118); FLP_SpD.Margin = new System.Windows.Forms.Padding(0); FLP_SpD.Name = "FLP_SpD"; FLP_SpD.Size = new System.Drawing.Size(312, 24); FLP_SpD.TabIndex = 5; // // Label_SPD // Label_SPD.Location = new System.Drawing.Point(0, 0); Label_SPD.Margin = new System.Windows.Forms.Padding(0); Label_SPD.Name = "Label_SPD"; Label_SPD.Size = new System.Drawing.Size(80, 24); Label_SPD.TabIndex = 23; Label_SPD.Text = "SpD:"; Label_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_SPD.MouseDown += ClickStatLabel; // // FLP_SpDRight // FLP_SpDRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_SpDRight.AutoSize = true; FLP_SpDRight.Controls.Add(TB_BaseSPD); FLP_SpDRight.Controls.Add(TB_IVSPD); FLP_SpDRight.Controls.Add(TB_EVSPD); FLP_SpDRight.Controls.Add(TB_AVSPD); FLP_SpDRight.Controls.Add(TB_GVSPD); FLP_SpDRight.Controls.Add(Stat_SPD); FLP_SpDRight.Location = new System.Drawing.Point(80, 0); FLP_SpDRight.Margin = new System.Windows.Forms.Padding(0); FLP_SpDRight.Name = "FLP_SpDRight"; FLP_SpDRight.Size = new System.Drawing.Size(228, 23); FLP_SpDRight.TabIndex = 5; // // TB_BaseSPD // TB_BaseSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseSPD.Enabled = false; TB_BaseSPD.Location = new System.Drawing.Point(0, 0); TB_BaseSPD.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseSPD.Mask = "000"; TB_BaseSPD.Name = "TB_BaseSPD"; TB_BaseSPD.PromptChar = ' '; TB_BaseSPD.ReadOnly = true; TB_BaseSPD.Size = new System.Drawing.Size(32, 23); TB_BaseSPD.TabIndex = 0; TB_BaseSPD.TabStop = false; TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVSPD // TB_IVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVSPD.Location = new System.Drawing.Point(40, 0); TB_IVSPD.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVSPD.Mask = "00"; TB_IVSPD.Name = "TB_IVSPD"; TB_IVSPD.Size = new System.Drawing.Size(24, 23); TB_IVSPD.TabIndex = 1; TB_IVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVSPD.Click += ClickIV; TB_IVSPD.TextChanged += UpdateIVs; // // TB_EVSPD // TB_EVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVSPD.Location = new System.Drawing.Point(72, 0); TB_EVSPD.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVSPD.Mask = "000"; TB_EVSPD.Name = "TB_EVSPD"; TB_EVSPD.Size = new System.Drawing.Size(32, 23); TB_EVSPD.TabIndex = 2; TB_EVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVSPD.Click += ClickEV; TB_EVSPD.TextChanged += UpdateEVs; // // TB_AVSPD // TB_AVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVSPD.Location = new System.Drawing.Point(112, 0); TB_AVSPD.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVSPD.Mask = "000"; TB_AVSPD.Name = "TB_AVSPD"; TB_AVSPD.Size = new System.Drawing.Size(32, 23); TB_AVSPD.TabIndex = 3; TB_AVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVSPD.Click += ClickAV; TB_AVSPD.TextChanged += UpdateAVs; // // TB_GVSPD // TB_GVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVSPD.Location = new System.Drawing.Point(152, 0); TB_GVSPD.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVSPD.Mask = "000"; TB_GVSPD.Name = "TB_GVSPD"; TB_GVSPD.Size = new System.Drawing.Size(28, 23); TB_GVSPD.TabIndex = 4; TB_GVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVSPD.Click += ClickGV; TB_GVSPD.TextChanged += UpdateGVs; // // Stat_SPD // Stat_SPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_SPD.Enabled = false; Stat_SPD.Location = new System.Drawing.Point(188, 0); Stat_SPD.Margin = new System.Windows.Forms.Padding(0); Stat_SPD.Mask = "00000"; Stat_SPD.Name = "Stat_SPD"; Stat_SPD.PromptChar = ' '; Stat_SPD.Size = new System.Drawing.Size(40, 23); Stat_SPD.TabIndex = 10; Stat_SPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_SPD.TextChanged += UpdateHackedStatText; // // FLP_Spe // FLP_Spe.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_Spe.Controls.Add(Label_SPE); FLP_Spe.Controls.Add(FLP_SpeRight); FLP_Spe.Location = new System.Drawing.Point(0, 142); FLP_Spe.Margin = new System.Windows.Forms.Padding(0); FLP_Spe.Name = "FLP_Spe"; FLP_Spe.Size = new System.Drawing.Size(312, 24); FLP_Spe.TabIndex = 6; // // Label_SPE // Label_SPE.Location = new System.Drawing.Point(0, 0); Label_SPE.Margin = new System.Windows.Forms.Padding(0); Label_SPE.Name = "Label_SPE"; Label_SPE.Size = new System.Drawing.Size(80, 24); Label_SPE.TabIndex = 24; Label_SPE.Text = "Spe:"; Label_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight; Label_SPE.MouseDown += ClickStatLabel; // // FLP_SpeRight // FLP_SpeRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_SpeRight.AutoSize = true; FLP_SpeRight.Controls.Add(TB_BaseSPE); FLP_SpeRight.Controls.Add(TB_IVSPE); FLP_SpeRight.Controls.Add(TB_EVSPE); FLP_SpeRight.Controls.Add(TB_AVSPE); FLP_SpeRight.Controls.Add(TB_GVSPE); FLP_SpeRight.Controls.Add(Stat_SPE); FLP_SpeRight.Location = new System.Drawing.Point(80, 0); FLP_SpeRight.Margin = new System.Windows.Forms.Padding(0); FLP_SpeRight.Name = "FLP_SpeRight"; FLP_SpeRight.Size = new System.Drawing.Size(228, 23); FLP_SpeRight.TabIndex = 6; // // TB_BaseSPE // TB_BaseSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BaseSPE.Enabled = false; TB_BaseSPE.Location = new System.Drawing.Point(0, 0); TB_BaseSPE.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BaseSPE.Mask = "000"; TB_BaseSPE.Name = "TB_BaseSPE"; TB_BaseSPE.PromptChar = ' '; TB_BaseSPE.ReadOnly = true; TB_BaseSPE.Size = new System.Drawing.Size(32, 23); TB_BaseSPE.TabIndex = 0; TB_BaseSPE.TabStop = false; TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVSPE // TB_IVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVSPE.Location = new System.Drawing.Point(40, 0); TB_IVSPE.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVSPE.Mask = "00"; TB_IVSPE.Name = "TB_IVSPE"; TB_IVSPE.Size = new System.Drawing.Size(24, 23); TB_IVSPE.TabIndex = 1; TB_IVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_IVSPE.Click += ClickIV; TB_IVSPE.TextChanged += UpdateIVs; // // TB_EVSPE // TB_EVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVSPE.Location = new System.Drawing.Point(72, 0); TB_EVSPE.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVSPE.Mask = "000"; TB_EVSPE.Name = "TB_EVSPE"; TB_EVSPE.Size = new System.Drawing.Size(32, 23); TB_EVSPE.TabIndex = 2; TB_EVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_EVSPE.Click += ClickEV; TB_EVSPE.TextChanged += UpdateEVs; // // TB_AVSPE // TB_AVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVSPE.Location = new System.Drawing.Point(112, 0); TB_AVSPE.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVSPE.Mask = "000"; TB_AVSPE.Name = "TB_AVSPE"; TB_AVSPE.Size = new System.Drawing.Size(32, 23); TB_AVSPE.TabIndex = 3; TB_AVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_AVSPE.Click += ClickAV; TB_AVSPE.TextChanged += UpdateAVs; // // TB_GVSPE // TB_GVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_GVSPE.Location = new System.Drawing.Point(152, 0); TB_GVSPE.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_GVSPE.Mask = "000"; TB_GVSPE.Name = "TB_GVSPE"; TB_GVSPE.Size = new System.Drawing.Size(28, 23); TB_GVSPE.TabIndex = 4; TB_GVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; TB_GVSPE.Click += ClickGV; TB_GVSPE.TextChanged += UpdateGVs; // // Stat_SPE // Stat_SPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; Stat_SPE.Enabled = false; Stat_SPE.Location = new System.Drawing.Point(188, 0); Stat_SPE.Margin = new System.Windows.Forms.Padding(0); Stat_SPE.Mask = "00000"; Stat_SPE.Name = "Stat_SPE"; Stat_SPE.PromptChar = ' '; Stat_SPE.Size = new System.Drawing.Size(40, 23); Stat_SPE.TabIndex = 10; Stat_SPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; Stat_SPE.TextChanged += UpdateHackedStatText; // // FLP_StatsTotal // FLP_StatsTotal.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_StatsTotal.AutoSize = true; FLP_StatsTotal.Controls.Add(Label_Total); FLP_StatsTotal.Controls.Add(FLP_StatsTotalRight); FLP_StatsTotal.Location = new System.Drawing.Point(0, 166); FLP_StatsTotal.Margin = new System.Windows.Forms.Padding(0, 0, 0, 8); FLP_StatsTotal.Name = "FLP_StatsTotal"; FLP_StatsTotal.Size = new System.Drawing.Size(288, 24); FLP_StatsTotal.TabIndex = 7; // // Label_Total // Label_Total.Location = new System.Drawing.Point(0, 0); Label_Total.Margin = new System.Windows.Forms.Padding(0); Label_Total.Name = "Label_Total"; Label_Total.Size = new System.Drawing.Size(80, 24); Label_Total.TabIndex = 25; Label_Total.Text = "Total:"; Label_Total.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FLP_StatsTotalRight // FLP_StatsTotalRight.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_StatsTotalRight.AutoSize = true; FLP_StatsTotalRight.Controls.Add(TB_BST); FLP_StatsTotalRight.Controls.Add(TB_IVTotal); FLP_StatsTotalRight.Controls.Add(TB_EVTotal); FLP_StatsTotalRight.Controls.Add(TB_AVTotal); FLP_StatsTotalRight.Controls.Add(L_Potential); FLP_StatsTotalRight.Location = new System.Drawing.Point(80, 0); FLP_StatsTotalRight.Margin = new System.Windows.Forms.Padding(0); FLP_StatsTotalRight.Name = "FLP_StatsTotalRight"; FLP_StatsTotalRight.Size = new System.Drawing.Size(208, 24); FLP_StatsTotalRight.TabIndex = 7; // // TB_BST // TB_BST.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_BST.Enabled = false; TB_BST.Location = new System.Drawing.Point(0, 0); TB_BST.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_BST.MaxLength = 3; TB_BST.Name = "TB_BST"; TB_BST.ReadOnly = true; TB_BST.Size = new System.Drawing.Size(32, 23); TB_BST.TabIndex = 0; TB_BST.TabStop = false; TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_IVTotal // TB_IVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_IVTotal.Location = new System.Drawing.Point(40, 0); TB_IVTotal.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_IVTotal.MaxLength = 1; TB_IVTotal.Name = "TB_IVTotal"; TB_IVTotal.ReadOnly = true; TB_IVTotal.Size = new System.Drawing.Size(24, 23); TB_IVTotal.TabIndex = 41; TB_IVTotal.TabStop = false; TB_IVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_EVTotal // TB_EVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_EVTotal.Location = new System.Drawing.Point(72, 0); TB_EVTotal.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_EVTotal.MaxLength = 4; TB_EVTotal.Name = "TB_EVTotal"; TB_EVTotal.ReadOnly = true; TB_EVTotal.Size = new System.Drawing.Size(32, 23); TB_EVTotal.TabIndex = 18; TB_EVTotal.TabStop = false; TB_EVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_AVTotal // TB_AVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; TB_AVTotal.Location = new System.Drawing.Point(112, 0); TB_AVTotal.Margin = new System.Windows.Forms.Padding(0, 0, 8, 0); TB_AVTotal.MaxLength = 4; TB_AVTotal.Name = "TB_AVTotal"; TB_AVTotal.ReadOnly = true; TB_AVTotal.Size = new System.Drawing.Size(32, 23); TB_AVTotal.TabIndex = 3; TB_AVTotal.TabStop = false; TB_AVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_Potential // L_Potential.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); L_Potential.Location = new System.Drawing.Point(152, 0); L_Potential.Margin = new System.Windows.Forms.Padding(0); L_Potential.Name = "L_Potential"; L_Potential.Size = new System.Drawing.Size(56, 24); L_Potential.TabIndex = 42; L_Potential.Text = "12345"; L_Potential.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FLP_HPType // FLP_HPType.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_HPType.AutoSize = true; FLP_HPType.Controls.Add(Label_HiddenPowerPrefix); FLP_HPType.Controls.Add(CB_HPType); FLP_HPType.Controls.Add(Label_HiddenPowerPower); FLP_HPType.Location = new System.Drawing.Point(0, 198); FLP_HPType.Margin = new System.Windows.Forms.Padding(0); FLP_HPType.Name = "FLP_HPType"; FLP_HPType.Size = new System.Drawing.Size(272, 24); FLP_HPType.TabIndex = 10; // // Label_HiddenPowerPrefix // Label_HiddenPowerPrefix.Location = new System.Drawing.Point(0, 0); Label_HiddenPowerPrefix.Margin = new System.Windows.Forms.Padding(0); Label_HiddenPowerPrefix.Name = "Label_HiddenPowerPrefix"; Label_HiddenPowerPrefix.Size = new System.Drawing.Size(152, 24); Label_HiddenPowerPrefix.TabIndex = 29; Label_HiddenPowerPrefix.Text = "Hidden Power Type:"; Label_HiddenPowerPrefix.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CB_HPType // CB_HPType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_HPType.DropDownWidth = 80; CB_HPType.FormattingEnabled = true; CB_HPType.Location = new System.Drawing.Point(152, 0); CB_HPType.Margin = new System.Windows.Forms.Padding(0); CB_HPType.Name = "CB_HPType"; CB_HPType.Size = new System.Drawing.Size(88, 23); CB_HPType.TabIndex = 44; CB_HPType.SelectedIndexChanged += UpdateHPType; // // Label_HiddenPowerPower // Label_HiddenPowerPower.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; Label_HiddenPowerPower.Location = new System.Drawing.Point(240, 0); Label_HiddenPowerPower.Margin = new System.Windows.Forms.Padding(0); Label_HiddenPowerPower.Name = "Label_HiddenPowerPower"; Label_HiddenPowerPower.Size = new System.Drawing.Size(32, 24); Label_HiddenPowerPower.TabIndex = 29; Label_HiddenPowerPower.Text = "60"; Label_HiddenPowerPower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FLP_Characteristic // FLP_Characteristic.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_Characteristic.AutoSize = true; FLP_Characteristic.Controls.Add(Label_CharacteristicPrefix); FLP_Characteristic.Controls.Add(L_Characteristic); FLP_Characteristic.Location = new System.Drawing.Point(0, 222); FLP_Characteristic.Margin = new System.Windows.Forms.Padding(0, 0, 0, 8); FLP_Characteristic.Name = "FLP_Characteristic"; FLP_Characteristic.Size = new System.Drawing.Size(280, 24); FLP_Characteristic.TabIndex = 11; // // Label_CharacteristicPrefix // Label_CharacteristicPrefix.Location = new System.Drawing.Point(0, 0); Label_CharacteristicPrefix.Margin = new System.Windows.Forms.Padding(0); Label_CharacteristicPrefix.Name = "Label_CharacteristicPrefix"; Label_CharacteristicPrefix.Size = new System.Drawing.Size(112, 24); Label_CharacteristicPrefix.TabIndex = 43; Label_CharacteristicPrefix.Text = "Characteristic:"; Label_CharacteristicPrefix.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Characteristic // L_Characteristic.Location = new System.Drawing.Point(112, 0); L_Characteristic.Margin = new System.Windows.Forms.Padding(0); L_Characteristic.Name = "L_Characteristic"; L_Characteristic.Size = new System.Drawing.Size(168, 24); L_Characteristic.TabIndex = 40; L_Characteristic.Text = "(char)"; L_Characteristic.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FLP_TeraType // FLP_TeraType.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_TeraType.Controls.Add(FLP_TeraInner); FLP_TeraType.Controls.Add(PB_TeraType); FLP_TeraType.Location = new System.Drawing.Point(0, 254); FLP_TeraType.Margin = new System.Windows.Forms.Padding(0, 0, 0, 8); FLP_TeraType.Name = "FLP_TeraType"; FLP_TeraType.Size = new System.Drawing.Size(312, 64); FLP_TeraType.TabIndex = 12; // // FLP_TeraInner // FLP_TeraInner.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_TeraInner.Controls.Add(FLP_TeraTypeDefaultPane); FLP_TeraInner.Controls.Add(L_TeraTypeOriginal); FLP_TeraInner.Controls.Add(CB_TeraTypeOriginal); FLP_TeraInner.Controls.Add(L_TeraTypeOverride); FLP_TeraInner.Controls.Add(CB_TeraTypeOverride); FLP_TeraInner.Location = new System.Drawing.Point(0, 0); FLP_TeraInner.Margin = new System.Windows.Forms.Padding(0, 0, 0, 4); FLP_TeraInner.Name = "FLP_TeraInner"; FLP_TeraInner.Size = new System.Drawing.Size(214, 60); FLP_TeraInner.TabIndex = 136; // // FLP_TeraTypeDefaultPane // FLP_TeraTypeDefaultPane.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_TeraTypeDefaultPane.Controls.Add(PB_TeraType2); FLP_TeraTypeDefaultPane.Controls.Add(PB_TeraType1); FLP_TeraTypeDefaultPane.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; FLP_TeraTypeDefaultPane.Location = new System.Drawing.Point(0, 0); FLP_TeraTypeDefaultPane.Margin = new System.Windows.Forms.Padding(0); FLP_TeraTypeDefaultPane.Name = "FLP_TeraTypeDefaultPane"; FLP_TeraTypeDefaultPane.Size = new System.Drawing.Size(208, 8); FLP_TeraTypeDefaultPane.TabIndex = 137; // // PB_TeraType2 // PB_TeraType2.Location = new System.Drawing.Point(168, 0); PB_TeraType2.Margin = new System.Windows.Forms.Padding(0); PB_TeraType2.Name = "PB_TeraType2"; PB_TeraType2.Size = new System.Drawing.Size(40, 8); PB_TeraType2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; PB_TeraType2.TabIndex = 46; PB_TeraType2.TabStop = false; PB_TeraType2.Click += PB_TeraType2_Click; // // PB_TeraType1 // PB_TeraType1.Location = new System.Drawing.Point(128, 0); PB_TeraType1.Margin = new System.Windows.Forms.Padding(0); PB_TeraType1.Name = "PB_TeraType1"; PB_TeraType1.Size = new System.Drawing.Size(40, 8); PB_TeraType1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; PB_TeraType1.TabIndex = 47; PB_TeraType1.TabStop = false; PB_TeraType1.Click += PB_TeraType1_Click; // // L_TeraTypeOriginal // L_TeraTypeOriginal.Location = new System.Drawing.Point(0, 8); L_TeraTypeOriginal.Margin = new System.Windows.Forms.Padding(0); L_TeraTypeOriginal.Name = "L_TeraTypeOriginal"; L_TeraTypeOriginal.Size = new System.Drawing.Size(128, 21); L_TeraTypeOriginal.TabIndex = 0; L_TeraTypeOriginal.Text = "Original Tera Type:"; L_TeraTypeOriginal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; L_TeraTypeOriginal.Click += L_TeraTypeOriginal_Click; // // CB_TeraTypeOriginal // CB_TeraTypeOriginal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_TeraTypeOriginal.DropDownWidth = 80; CB_TeraTypeOriginal.FormattingEnabled = true; CB_TeraTypeOriginal.Location = new System.Drawing.Point(128, 8); CB_TeraTypeOriginal.Margin = new System.Windows.Forms.Padding(0); CB_TeraTypeOriginal.Name = "CB_TeraTypeOriginal"; CB_TeraTypeOriginal.Size = new System.Drawing.Size(80, 23); CB_TeraTypeOriginal.TabIndex = 1; CB_TeraTypeOriginal.SelectedIndexChanged += ChangeTeraType; // // L_TeraTypeOverride // L_TeraTypeOverride.Location = new System.Drawing.Point(0, 31); L_TeraTypeOverride.Margin = new System.Windows.Forms.Padding(0); L_TeraTypeOverride.Name = "L_TeraTypeOverride"; L_TeraTypeOverride.Size = new System.Drawing.Size(128, 21); L_TeraTypeOverride.TabIndex = 10; L_TeraTypeOverride.Text = "Override Tera Type:"; L_TeraTypeOverride.TextAlign = System.Drawing.ContentAlignment.MiddleRight; L_TeraTypeOverride.Click += L_TeraTypeOverride_Click; // // CB_TeraTypeOverride // CB_TeraTypeOverride.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_TeraTypeOverride.DropDownWidth = 80; CB_TeraTypeOverride.FormattingEnabled = true; CB_TeraTypeOverride.Location = new System.Drawing.Point(128, 31); CB_TeraTypeOverride.Margin = new System.Windows.Forms.Padding(0); CB_TeraTypeOverride.Name = "CB_TeraTypeOverride"; CB_TeraTypeOverride.Size = new System.Drawing.Size(80, 23); CB_TeraTypeOverride.TabIndex = 11; CB_TeraTypeOverride.SelectedIndexChanged += ChangeTeraType; // // PB_TeraType // PB_TeraType.Location = new System.Drawing.Point(214, 0); PB_TeraType.Margin = new System.Windows.Forms.Padding(0); PB_TeraType.Name = "PB_TeraType"; PB_TeraType.Size = new System.Drawing.Size(64, 64); PB_TeraType.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; PB_TeraType.TabIndex = 45; PB_TeraType.TabStop = false; // // PAN_BTN // PAN_BTN.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; PAN_BTN.Controls.Add(FLP_PKMEditors); PAN_BTN.Location = new System.Drawing.Point(0, 326); PAN_BTN.Margin = new System.Windows.Forms.Padding(0, 0, 0, 8); PAN_BTN.Name = "PAN_BTN"; PAN_BTN.Size = new System.Drawing.Size(288, 24); PAN_BTN.TabIndex = 20; // // FLP_PKMEditors // FLP_PKMEditors.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_PKMEditors.AutoSize = true; FLP_PKMEditors.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; FLP_PKMEditors.Controls.Add(BTN_RandomIVs); FLP_PKMEditors.Controls.Add(BTN_RandomEVs); FLP_PKMEditors.Controls.Add(BTN_RandomAVs); FLP_PKMEditors.Location = new System.Drawing.Point(32, 0); FLP_PKMEditors.Margin = new System.Windows.Forms.Padding(0); FLP_PKMEditors.Name = "FLP_PKMEditors"; FLP_PKMEditors.Size = new System.Drawing.Size(301, 25); FLP_PKMEditors.TabIndex = 123; FLP_PKMEditors.WrapContents = false; // // BTN_RandomIVs // BTN_RandomIVs.AutoSize = true; BTN_RandomIVs.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; BTN_RandomIVs.Location = new System.Drawing.Point(0, 0); BTN_RandomIVs.Margin = new System.Windows.Forms.Padding(0, 0, 4, 0); BTN_RandomIVs.Name = "BTN_RandomIVs"; BTN_RandomIVs.Size = new System.Drawing.Size(94, 25); BTN_RandomIVs.TabIndex = 0; BTN_RandomIVs.Text = "Randomize IVs"; BTN_RandomIVs.UseVisualStyleBackColor = true; BTN_RandomIVs.Click += UpdateRandomIVs; // // BTN_RandomEVs // BTN_RandomEVs.AutoSize = true; BTN_RandomEVs.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; BTN_RandomEVs.Location = new System.Drawing.Point(98, 0); BTN_RandomEVs.Margin = new System.Windows.Forms.Padding(0, 0, 4, 0); BTN_RandomEVs.Name = "BTN_RandomEVs"; BTN_RandomEVs.Size = new System.Drawing.Size(97, 25); BTN_RandomEVs.TabIndex = 2; BTN_RandomEVs.Text = "Randomize EVs"; BTN_RandomEVs.UseVisualStyleBackColor = true; BTN_RandomEVs.Click += UpdateRandomEVs; // // BTN_RandomAVs // BTN_RandomAVs.AutoSize = true; BTN_RandomAVs.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; BTN_RandomAVs.Location = new System.Drawing.Point(199, 0); BTN_RandomAVs.Margin = new System.Windows.Forms.Padding(0, 0, 4, 0); BTN_RandomAVs.Name = "BTN_RandomAVs"; BTN_RandomAVs.Size = new System.Drawing.Size(98, 25); BTN_RandomAVs.TabIndex = 3; BTN_RandomAVs.Text = "Randomize AVs"; BTN_RandomAVs.UseVisualStyleBackColor = true; BTN_RandomAVs.Click += UpdateRandomAVs; // // FLP_DynamaxLevel // FLP_DynamaxLevel.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_DynamaxLevel.Controls.Add(L_DynamaxLevel); FLP_DynamaxLevel.Controls.Add(CB_DynamaxLevel); FLP_DynamaxLevel.Controls.Add(CHK_Gigantamax); FLP_DynamaxLevel.Location = new System.Drawing.Point(0, 358); FLP_DynamaxLevel.Margin = new System.Windows.Forms.Padding(0); FLP_DynamaxLevel.Name = "FLP_DynamaxLevel"; FLP_DynamaxLevel.Size = new System.Drawing.Size(272, 24); FLP_DynamaxLevel.TabIndex = 30; // // L_DynamaxLevel // L_DynamaxLevel.Location = new System.Drawing.Point(0, 0); L_DynamaxLevel.Margin = new System.Windows.Forms.Padding(0); L_DynamaxLevel.Name = "L_DynamaxLevel"; L_DynamaxLevel.Size = new System.Drawing.Size(120, 24); L_DynamaxLevel.TabIndex = 0; L_DynamaxLevel.Text = "Dynamax Level:"; L_DynamaxLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; L_DynamaxLevel.Click += L_DynamaxLevel_Click; // // CB_DynamaxLevel // CB_DynamaxLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_DynamaxLevel.FormattingEnabled = true; CB_DynamaxLevel.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" }); CB_DynamaxLevel.Location = new System.Drawing.Point(120, 0); CB_DynamaxLevel.Margin = new System.Windows.Forms.Padding(0); CB_DynamaxLevel.Name = "CB_DynamaxLevel"; CB_DynamaxLevel.Size = new System.Drawing.Size(40, 23); CB_DynamaxLevel.TabIndex = 1; // // CHK_Gigantamax // CHK_Gigantamax.AutoSize = true; CHK_Gigantamax.Location = new System.Drawing.Point(163, 3); CHK_Gigantamax.Name = "CHK_Gigantamax"; CHK_Gigantamax.Size = new System.Drawing.Size(90, 19); CHK_Gigantamax.TabIndex = 2; CHK_Gigantamax.Text = "Gigantamax"; CHK_Gigantamax.UseVisualStyleBackColor = true; CHK_Gigantamax.CheckedChanged += CHK_Gigantamax_CheckedChanged; // // FLP_AlphaNoble // FLP_AlphaNoble.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; FLP_AlphaNoble.Controls.Add(CHK_IsAlpha); FLP_AlphaNoble.Controls.Add(CHK_IsNoble); FLP_AlphaNoble.Location = new System.Drawing.Point(80, 382); FLP_AlphaNoble.Margin = new System.Windows.Forms.Padding(80, 0, 0, 0); FLP_AlphaNoble.Name = "FLP_AlphaNoble"; FLP_AlphaNoble.Size = new System.Drawing.Size(176, 24); FLP_AlphaNoble.TabIndex = 40; // // CHK_IsAlpha // CHK_IsAlpha.Location = new System.Drawing.Point(0, 0); CHK_IsAlpha.Margin = new System.Windows.Forms.Padding(0); CHK_IsAlpha.Name = "CHK_IsAlpha"; CHK_IsAlpha.Size = new System.Drawing.Size(72, 24); CHK_IsAlpha.TabIndex = 0; CHK_IsAlpha.Text = "Alpha"; CHK_IsAlpha.UseVisualStyleBackColor = true; CHK_IsAlpha.CheckedChanged += CHK_IsAlpha_CheckedChanged; // // CHK_IsNoble // CHK_IsNoble.Location = new System.Drawing.Point(72, 0); CHK_IsNoble.Margin = new System.Windows.Forms.Padding(0); CHK_IsNoble.Name = "CHK_IsNoble"; CHK_IsNoble.Size = new System.Drawing.Size(72, 24); CHK_IsNoble.TabIndex = 1; CHK_IsNoble.Text = "Noble"; CHK_IsNoble.UseVisualStyleBackColor = true; // // StatEditor // AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; Controls.Add(FLP_Stats); Name = "StatEditor"; Size = new System.Drawing.Size(320, 400); FLP_Stats.ResumeLayout(false); FLP_Stats.PerformLayout(); FLP_StatHeader.ResumeLayout(false); FLP_HackedStats.ResumeLayout(false); FLP_StatsHeaderRight.ResumeLayout(false); FLP_HP.ResumeLayout(false); FLP_HP.PerformLayout(); FLP_HPRight.ResumeLayout(false); FLP_HPRight.PerformLayout(); FLP_Atk.ResumeLayout(false); FLP_Atk.PerformLayout(); FLP_AtkRight.ResumeLayout(false); FLP_AtkRight.PerformLayout(); FLP_Def.ResumeLayout(false); FLP_Def.PerformLayout(); FLP_DefRight.ResumeLayout(false); FLP_DefRight.PerformLayout(); FLP_SpA.ResumeLayout(false); FLP_SpA.PerformLayout(); FLP_SpALeft.ResumeLayout(false); FLP_SpARight.ResumeLayout(false); FLP_SpARight.PerformLayout(); FLP_SpD.ResumeLayout(false); FLP_SpD.PerformLayout(); FLP_SpDRight.ResumeLayout(false); FLP_SpDRight.PerformLayout(); FLP_Spe.ResumeLayout(false); FLP_Spe.PerformLayout(); FLP_SpeRight.ResumeLayout(false); FLP_SpeRight.PerformLayout(); FLP_StatsTotal.ResumeLayout(false); FLP_StatsTotal.PerformLayout(); FLP_StatsTotalRight.ResumeLayout(false); FLP_StatsTotalRight.PerformLayout(); FLP_HPType.ResumeLayout(false); FLP_Characteristic.ResumeLayout(false); FLP_TeraType.ResumeLayout(false); FLP_TeraInner.ResumeLayout(false); FLP_TeraTypeDefaultPane.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)PB_TeraType2).EndInit(); ((System.ComponentModel.ISupportInitialize)PB_TeraType1).EndInit(); ((System.ComponentModel.ISupportInitialize)PB_TeraType).EndInit(); PAN_BTN.ResumeLayout(false); PAN_BTN.PerformLayout(); FLP_PKMEditors.ResumeLayout(false); FLP_PKMEditors.PerformLayout(); FLP_DynamaxLevel.ResumeLayout(false); FLP_DynamaxLevel.PerformLayout(); FLP_AlphaNoble.ResumeLayout(false); ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel FLP_Stats; private System.Windows.Forms.FlowLayoutPanel FLP_StatHeader; private System.Windows.Forms.FlowLayoutPanel FLP_HackedStats; private System.Windows.Forms.CheckBox CHK_HackedStats; private System.Windows.Forms.FlowLayoutPanel FLP_StatsHeaderRight; private System.Windows.Forms.Label Label_IVs; private System.Windows.Forms.Label Label_EVs; private System.Windows.Forms.Label Label_Stats; private System.Windows.Forms.FlowLayoutPanel FLP_HP; private System.Windows.Forms.Label Label_HP; private System.Windows.Forms.FlowLayoutPanel FLP_HPRight; private System.Windows.Forms.MaskedTextBox TB_IVHP; private System.Windows.Forms.MaskedTextBox TB_EVHP; private System.Windows.Forms.MaskedTextBox Stat_HP; private System.Windows.Forms.FlowLayoutPanel FLP_Atk; private System.Windows.Forms.Label Label_ATK; private System.Windows.Forms.FlowLayoutPanel FLP_AtkRight; private System.Windows.Forms.MaskedTextBox TB_IVATK; private System.Windows.Forms.MaskedTextBox TB_EVATK; private System.Windows.Forms.MaskedTextBox Stat_ATK; private System.Windows.Forms.FlowLayoutPanel FLP_Def; private System.Windows.Forms.Label Label_DEF; private System.Windows.Forms.FlowLayoutPanel FLP_DefRight; private System.Windows.Forms.MaskedTextBox TB_IVDEF; private System.Windows.Forms.MaskedTextBox TB_EVDEF; private System.Windows.Forms.MaskedTextBox Stat_DEF; private System.Windows.Forms.FlowLayoutPanel FLP_SpA; private System.Windows.Forms.FlowLayoutPanel FLP_SpALeft; private System.Windows.Forms.Label Label_SPA; private System.Windows.Forms.Label Label_SPC; private System.Windows.Forms.FlowLayoutPanel FLP_SpARight; private System.Windows.Forms.MaskedTextBox TB_IVSPA; private System.Windows.Forms.MaskedTextBox TB_EVSPA; private System.Windows.Forms.MaskedTextBox Stat_SPA; private System.Windows.Forms.FlowLayoutPanel FLP_SpD; private System.Windows.Forms.Label Label_SPD; private System.Windows.Forms.FlowLayoutPanel FLP_SpDRight; private System.Windows.Forms.MaskedTextBox TB_IVSPD; private System.Windows.Forms.MaskedTextBox TB_EVSPD; private System.Windows.Forms.MaskedTextBox Stat_SPD; private System.Windows.Forms.FlowLayoutPanel FLP_Spe; private System.Windows.Forms.Label Label_SPE; private System.Windows.Forms.FlowLayoutPanel FLP_SpeRight; private System.Windows.Forms.MaskedTextBox TB_IVSPE; private System.Windows.Forms.MaskedTextBox TB_EVSPE; private System.Windows.Forms.MaskedTextBox Stat_SPE; private System.Windows.Forms.FlowLayoutPanel FLP_StatsTotal; private System.Windows.Forms.Label Label_Total; private System.Windows.Forms.FlowLayoutPanel FLP_StatsTotalRight; private System.Windows.Forms.TextBox TB_IVTotal; private System.Windows.Forms.TextBox TB_EVTotal; private System.Windows.Forms.Label L_Potential; private System.Windows.Forms.FlowLayoutPanel FLP_HPType; private System.Windows.Forms.Label Label_HiddenPowerPrefix; private System.Windows.Forms.Label Label_HiddenPowerPower; private System.Windows.Forms.ComboBox CB_HPType; private System.Windows.Forms.FlowLayoutPanel FLP_Characteristic; private System.Windows.Forms.Label Label_CharacteristicPrefix; private System.Windows.Forms.Label L_Characteristic; private System.Windows.Forms.Button BTN_RandomEVs; private System.Windows.Forms.Button BTN_RandomIVs; private System.Windows.Forms.Panel PAN_BTN; private System.Windows.Forms.Label Label_Base; private System.Windows.Forms.MaskedTextBox TB_BaseHP; private System.Windows.Forms.MaskedTextBox TB_BaseATK; private System.Windows.Forms.MaskedTextBox TB_BaseDEF; private System.Windows.Forms.MaskedTextBox TB_BaseSPA; private System.Windows.Forms.MaskedTextBox TB_BaseSPD; private System.Windows.Forms.MaskedTextBox TB_BaseSPE; private System.Windows.Forms.TextBox TB_BST; private System.Windows.Forms.Label Label_AVs; private System.Windows.Forms.MaskedTextBox TB_AVHP; private System.Windows.Forms.MaskedTextBox TB_AVATK; private System.Windows.Forms.MaskedTextBox TB_AVDEF; private System.Windows.Forms.MaskedTextBox TB_AVSPA; private System.Windows.Forms.MaskedTextBox TB_AVSPD; private System.Windows.Forms.MaskedTextBox TB_AVSPE; private System.Windows.Forms.TextBox TB_AVTotal; private System.Windows.Forms.Button BTN_RandomAVs; private System.Windows.Forms.FlowLayoutPanel FLP_DynamaxLevel; private System.Windows.Forms.Label L_DynamaxLevel; public System.Windows.Forms.ComboBox CB_DynamaxLevel; public System.Windows.Forms.CheckBox CHK_Gigantamax; private System.Windows.Forms.Label Label_GVs; private System.Windows.Forms.MaskedTextBox TB_GVHP; private System.Windows.Forms.MaskedTextBox TB_GVATK; private System.Windows.Forms.MaskedTextBox TB_GVDEF; private System.Windows.Forms.MaskedTextBox TB_GVSPA; private System.Windows.Forms.MaskedTextBox TB_GVSPD; private System.Windows.Forms.MaskedTextBox TB_GVSPE; private System.Windows.Forms.FlowLayoutPanel FLP_AlphaNoble; public System.Windows.Forms.CheckBox CHK_IsAlpha; public System.Windows.Forms.CheckBox CHK_IsNoble; private System.Windows.Forms.FlowLayoutPanel FLP_TeraType; private System.Windows.Forms.Label L_TeraTypeOriginal; public System.Windows.Forms.ComboBox CB_TeraTypeOriginal; private System.Windows.Forms.FlowLayoutPanel FLP_TeraInner; private System.Windows.Forms.Label L_TeraTypeOverride; public System.Windows.Forms.ComboBox CB_TeraTypeOverride; private System.Windows.Forms.PictureBox PB_TeraType; private System.Windows.Forms.FlowLayoutPanel FLP_TeraTypeDefaultPane; private PKHeX.WinForms.Controls.TypePictureBox PB_TeraType2; private PKHeX.WinForms.Controls.TypePictureBox PB_TeraType1; private System.Windows.Forms.FlowLayoutPanel FLP_PKMEditors; } }