mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-27 11:07:08 -05:00
Some languages have localized these labels to long strings; previously they were truncated (probably frustrating); now, they all show (wrapped text is the best I can do -- better than truncating?)
1485 lines
75 KiB
C#
1485 lines
75 KiB
C#
namespace PKHeX.WinForms.Controls
|
|
{
|
|
partial class StatEditor
|
|
{
|
|
/// <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()
|
|
{
|
|
FLP_Stats = new System.Windows.Forms.FlowLayoutPanel();
|
|
TLP_StatGrid = new System.Windows.Forms.TableLayoutPanel();
|
|
CHK_HackedStats = new System.Windows.Forms.CheckBox();
|
|
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_SPA = new System.Windows.Forms.FlowLayoutPanel();
|
|
Label_SPC = new System.Windows.Forms.Label();
|
|
Label_SPA = new System.Windows.Forms.Label();
|
|
Label_HP = new System.Windows.Forms.Label();
|
|
Label_ATK = new System.Windows.Forms.Label();
|
|
Label_DEF = new System.Windows.Forms.Label();
|
|
Label_SPD = new System.Windows.Forms.Label();
|
|
Label_SPE = new System.Windows.Forms.Label();
|
|
Label_Total = new System.Windows.Forms.Label();
|
|
TB_BaseHP = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BaseATK = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BaseDEF = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BaseSPA = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BaseSPD = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BaseSPE = new System.Windows.Forms.MaskedTextBox();
|
|
TB_BST = new System.Windows.Forms.TextBox();
|
|
TB_IVHP = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVATK = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVDEF = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVSPA = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVSPD = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVSPE = new System.Windows.Forms.MaskedTextBox();
|
|
TB_IVTotal = new System.Windows.Forms.TextBox();
|
|
TB_EVHP = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVATK = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVDEF = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVSPA = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVSPD = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVSPE = new System.Windows.Forms.MaskedTextBox();
|
|
TB_EVTotal = new System.Windows.Forms.TextBox();
|
|
TB_AVHP = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVATK = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVDEF = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVSPA = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVSPD = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVSPE = new System.Windows.Forms.MaskedTextBox();
|
|
TB_AVTotal = new System.Windows.Forms.TextBox();
|
|
TB_GVHP = new System.Windows.Forms.MaskedTextBox();
|
|
TB_GVATK = new System.Windows.Forms.MaskedTextBox();
|
|
TB_GVDEF = new System.Windows.Forms.MaskedTextBox();
|
|
TB_GVSPA = new System.Windows.Forms.MaskedTextBox();
|
|
TB_GVSPD = new System.Windows.Forms.MaskedTextBox();
|
|
TB_GVSPE = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_HP = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_ATK = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_DEF = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_SPA = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_SPD = new System.Windows.Forms.MaskedTextBox();
|
|
Stat_SPE = new System.Windows.Forms.MaskedTextBox();
|
|
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();
|
|
TLP_StatGrid.SuspendLayout();
|
|
FLP_SPA.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(TLP_StatGrid);
|
|
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.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_Stats.Name = "FLP_Stats";
|
|
FLP_Stats.Size = new System.Drawing.Size(320, 452);
|
|
FLP_Stats.TabIndex = 106;
|
|
//
|
|
// TLP_StatGrid
|
|
//
|
|
TLP_StatGrid.AutoSize = true;
|
|
TLP_StatGrid.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
TLP_StatGrid.ColumnCount = 7;
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
TLP_StatGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
TLP_StatGrid.Controls.Add(CHK_HackedStats, 0, 0);
|
|
TLP_StatGrid.Controls.Add(Label_Base, 1, 0);
|
|
TLP_StatGrid.Controls.Add(Label_IVs, 2, 0);
|
|
TLP_StatGrid.Controls.Add(Label_EVs, 3, 0);
|
|
TLP_StatGrid.Controls.Add(Label_AVs, 4, 0);
|
|
TLP_StatGrid.Controls.Add(Label_GVs, 5, 0);
|
|
TLP_StatGrid.Controls.Add(Label_Stats, 6, 0);
|
|
TLP_StatGrid.Controls.Add(FLP_SPA, 0, 4);
|
|
TLP_StatGrid.Controls.Add(Label_HP, 0, 1);
|
|
TLP_StatGrid.Controls.Add(Label_ATK, 0, 2);
|
|
TLP_StatGrid.Controls.Add(Label_DEF, 0, 3);
|
|
TLP_StatGrid.Controls.Add(Label_SPD, 0, 5);
|
|
TLP_StatGrid.Controls.Add(Label_SPE, 0, 6);
|
|
TLP_StatGrid.Controls.Add(Label_Total, 0, 7);
|
|
TLP_StatGrid.Controls.Add(TB_BaseHP, 1, 1);
|
|
TLP_StatGrid.Controls.Add(TB_BaseATK, 1, 2);
|
|
TLP_StatGrid.Controls.Add(TB_BaseDEF, 1, 3);
|
|
TLP_StatGrid.Controls.Add(TB_BaseSPA, 1, 4);
|
|
TLP_StatGrid.Controls.Add(TB_BaseSPD, 1, 5);
|
|
TLP_StatGrid.Controls.Add(TB_BaseSPE, 1, 6);
|
|
TLP_StatGrid.Controls.Add(TB_BST, 1, 7);
|
|
TLP_StatGrid.Controls.Add(TB_IVHP, 2, 1);
|
|
TLP_StatGrid.Controls.Add(TB_IVATK, 2, 2);
|
|
TLP_StatGrid.Controls.Add(TB_IVDEF, 2, 3);
|
|
TLP_StatGrid.Controls.Add(TB_IVSPA, 2, 4);
|
|
TLP_StatGrid.Controls.Add(TB_IVSPD, 2, 5);
|
|
TLP_StatGrid.Controls.Add(TB_IVSPE, 2, 6);
|
|
TLP_StatGrid.Controls.Add(TB_IVTotal, 2, 7);
|
|
TLP_StatGrid.Controls.Add(TB_EVHP, 3, 1);
|
|
TLP_StatGrid.Controls.Add(TB_EVATK, 3, 2);
|
|
TLP_StatGrid.Controls.Add(TB_EVDEF, 3, 3);
|
|
TLP_StatGrid.Controls.Add(TB_EVSPA, 3, 4);
|
|
TLP_StatGrid.Controls.Add(TB_EVSPD, 3, 5);
|
|
TLP_StatGrid.Controls.Add(TB_EVSPE, 3, 6);
|
|
TLP_StatGrid.Controls.Add(TB_EVTotal, 3, 7);
|
|
TLP_StatGrid.Controls.Add(TB_AVHP, 4, 1);
|
|
TLP_StatGrid.Controls.Add(TB_AVATK, 4, 2);
|
|
TLP_StatGrid.Controls.Add(TB_AVDEF, 4, 3);
|
|
TLP_StatGrid.Controls.Add(TB_AVSPA, 4, 4);
|
|
TLP_StatGrid.Controls.Add(TB_AVSPD, 4, 5);
|
|
TLP_StatGrid.Controls.Add(TB_AVSPE, 4, 6);
|
|
TLP_StatGrid.Controls.Add(TB_AVTotal, 4, 7);
|
|
TLP_StatGrid.Controls.Add(TB_GVHP, 5, 1);
|
|
TLP_StatGrid.Controls.Add(TB_GVATK, 5, 2);
|
|
TLP_StatGrid.Controls.Add(TB_GVDEF, 5, 3);
|
|
TLP_StatGrid.Controls.Add(TB_GVSPA, 5, 4);
|
|
TLP_StatGrid.Controls.Add(TB_GVSPD, 5, 5);
|
|
TLP_StatGrid.Controls.Add(TB_GVSPE, 5, 6);
|
|
TLP_StatGrid.Controls.Add(Stat_HP, 6, 1);
|
|
TLP_StatGrid.Controls.Add(Stat_ATK, 6, 2);
|
|
TLP_StatGrid.Controls.Add(Stat_DEF, 6, 3);
|
|
TLP_StatGrid.Controls.Add(Stat_SPA, 6, 4);
|
|
TLP_StatGrid.Controls.Add(Stat_SPD, 6, 5);
|
|
TLP_StatGrid.Controls.Add(Stat_SPE, 6, 6);
|
|
TLP_StatGrid.Controls.Add(L_Potential, 6, 7);
|
|
TLP_StatGrid.Location = new System.Drawing.Point(0, 0);
|
|
TLP_StatGrid.Margin = new System.Windows.Forms.Padding(0);
|
|
TLP_StatGrid.Name = "TLP_StatGrid";
|
|
TLP_StatGrid.RowCount = 8;
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
TLP_StatGrid.Size = new System.Drawing.Size(308, 206);
|
|
TLP_StatGrid.TabIndex = 0;
|
|
//
|
|
// CHK_HackedStats
|
|
//
|
|
CHK_HackedStats.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
|
CHK_HackedStats.Size = new System.Drawing.Size(80, 24);
|
|
CHK_HackedStats.TabIndex = 0;
|
|
CHK_HackedStats.Text = "Hacked";
|
|
CHK_HackedStats.UseVisualStyleBackColor = true;
|
|
CHK_HackedStats.Visible = false;
|
|
CHK_HackedStats.CheckedChanged += UpdateHackedStats;
|
|
//
|
|
// Label_Base
|
|
//
|
|
Label_Base.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Base.AutoSize = true;
|
|
Label_Base.Location = new System.Drawing.Point(82, 3);
|
|
Label_Base.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Base.Name = "Label_Base";
|
|
Label_Base.Size = new System.Drawing.Size(35, 17);
|
|
Label_Base.TabIndex = 30;
|
|
Label_Base.Text = "Base";
|
|
Label_Base.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_IVs
|
|
//
|
|
Label_IVs.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_IVs.AutoSize = true;
|
|
Label_IVs.Location = new System.Drawing.Point(123, 3);
|
|
Label_IVs.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_IVs.Name = "Label_IVs";
|
|
Label_IVs.Size = new System.Drawing.Size(25, 17);
|
|
Label_IVs.TabIndex = 29;
|
|
Label_IVs.Text = "IVs";
|
|
Label_IVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_EVs
|
|
//
|
|
Label_EVs.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_EVs.AutoSize = true;
|
|
Label_EVs.Location = new System.Drawing.Point(157, 3);
|
|
Label_EVs.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_EVs.Name = "Label_EVs";
|
|
Label_EVs.Size = new System.Drawing.Size(29, 17);
|
|
Label_EVs.TabIndex = 27;
|
|
Label_EVs.Text = "EVs";
|
|
Label_EVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_AVs
|
|
//
|
|
Label_AVs.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_AVs.AutoSize = true;
|
|
Label_AVs.Location = new System.Drawing.Point(197, 3);
|
|
Label_AVs.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_AVs.Name = "Label_AVs";
|
|
Label_AVs.Size = new System.Drawing.Size(29, 17);
|
|
Label_AVs.TabIndex = 31;
|
|
Label_AVs.Text = "AVs";
|
|
Label_AVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_GVs
|
|
//
|
|
Label_GVs.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_GVs.AutoSize = true;
|
|
Label_GVs.Location = new System.Drawing.Point(232, 3);
|
|
Label_GVs.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_GVs.Name = "Label_GVs";
|
|
Label_GVs.Size = new System.Drawing.Size(31, 17);
|
|
Label_GVs.TabIndex = 32;
|
|
Label_GVs.Text = "GVs";
|
|
Label_GVs.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Stats
|
|
//
|
|
Label_Stats.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Label_Stats.AutoSize = true;
|
|
Label_Stats.Location = new System.Drawing.Point(264, 3);
|
|
Label_Stats.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Stats.Name = "Label_Stats";
|
|
Label_Stats.Padding = new System.Windows.Forms.Padding(6, 0, 0, 0);
|
|
Label_Stats.Size = new System.Drawing.Size(42, 17);
|
|
Label_Stats.TabIndex = 28;
|
|
Label_Stats.Text = "Stats";
|
|
Label_Stats.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FLP_SPA
|
|
//
|
|
FLP_SPA.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
FLP_SPA.AutoSize = true;
|
|
FLP_SPA.Controls.Add(Label_SPC);
|
|
FLP_SPA.Controls.Add(Label_SPA);
|
|
FLP_SPA.Location = new System.Drawing.Point(12, 106);
|
|
FLP_SPA.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_SPA.Name = "FLP_SPA";
|
|
FLP_SPA.Size = new System.Drawing.Size(68, 17);
|
|
FLP_SPA.TabIndex = 22;
|
|
//
|
|
// Label_SPC
|
|
//
|
|
Label_SPC.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_SPC.AutoSize = true;
|
|
Label_SPC.Location = new System.Drawing.Point(0, 0);
|
|
Label_SPC.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_SPC.Name = "Label_SPC";
|
|
Label_SPC.Size = new System.Drawing.Size(34, 17);
|
|
Label_SPC.TabIndex = 125;
|
|
Label_SPC.Text = "SpC:";
|
|
Label_SPC.Visible = false;
|
|
Label_SPC.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_SPA
|
|
//
|
|
Label_SPA.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_SPA.AutoSize = true;
|
|
Label_SPA.Location = new System.Drawing.Point(34, 0);
|
|
Label_SPA.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_SPA.Name = "Label_SPA";
|
|
Label_SPA.Size = new System.Drawing.Size(34, 17);
|
|
Label_SPA.TabIndex = 22;
|
|
Label_SPA.Text = "SpA:";
|
|
Label_SPA.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_HP
|
|
//
|
|
Label_HP.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_HP.AutoSize = true;
|
|
Label_HP.Location = new System.Drawing.Point(53, 28);
|
|
Label_HP.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_HP.Name = "Label_HP";
|
|
Label_HP.Size = new System.Drawing.Size(27, 17);
|
|
Label_HP.TabIndex = 33;
|
|
Label_HP.Text = "HP:";
|
|
//
|
|
// Label_ATK
|
|
//
|
|
Label_ATK.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_ATK.AutoSize = true;
|
|
Label_ATK.Location = new System.Drawing.Point(51, 54);
|
|
Label_ATK.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_ATK.Name = "Label_ATK";
|
|
Label_ATK.Size = new System.Drawing.Size(29, 17);
|
|
Label_ATK.TabIndex = 20;
|
|
Label_ATK.Text = "Atk:";
|
|
Label_ATK.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_DEF
|
|
//
|
|
Label_DEF.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_DEF.AutoSize = true;
|
|
Label_DEF.Location = new System.Drawing.Point(49, 80);
|
|
Label_DEF.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_DEF.Name = "Label_DEF";
|
|
Label_DEF.Size = new System.Drawing.Size(31, 17);
|
|
Label_DEF.TabIndex = 21;
|
|
Label_DEF.Text = "Def:";
|
|
Label_DEF.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_SPD
|
|
//
|
|
Label_SPD.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_SPD.AutoSize = true;
|
|
Label_SPD.Location = new System.Drawing.Point(45, 132);
|
|
Label_SPD.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_SPD.Name = "Label_SPD";
|
|
Label_SPD.Size = new System.Drawing.Size(35, 17);
|
|
Label_SPD.TabIndex = 23;
|
|
Label_SPD.Text = "SpD:";
|
|
Label_SPD.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_SPE
|
|
//
|
|
Label_SPE.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_SPE.AutoSize = true;
|
|
Label_SPE.Location = new System.Drawing.Point(47, 158);
|
|
Label_SPE.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_SPE.Name = "Label_SPE";
|
|
Label_SPE.Size = new System.Drawing.Size(33, 17);
|
|
Label_SPE.TabIndex = 24;
|
|
Label_SPE.Text = "Spe:";
|
|
Label_SPE.MouseDown += ClickStatLabel;
|
|
//
|
|
// Label_Total
|
|
//
|
|
Label_Total.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
Label_Total.AutoSize = true;
|
|
Label_Total.Location = new System.Drawing.Point(41, 184);
|
|
Label_Total.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Total.Name = "Label_Total";
|
|
Label_Total.Size = new System.Drawing.Size(39, 17);
|
|
Label_Total.TabIndex = 25;
|
|
Label_Total.Text = "Total:";
|
|
//
|
|
// TB_BaseHP
|
|
//
|
|
TB_BaseHP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseHP.Enabled = false;
|
|
TB_BaseHP.Location = new System.Drawing.Point(84, 24);
|
|
TB_BaseHP.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseHP.Mask = "000";
|
|
TB_BaseHP.Name = "TB_BaseHP";
|
|
TB_BaseHP.PromptChar = ' ';
|
|
TB_BaseHP.ReadOnly = true;
|
|
TB_BaseHP.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseHP.TabIndex = 0;
|
|
TB_BaseHP.TabStop = false;
|
|
TB_BaseHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseATK
|
|
//
|
|
TB_BaseATK.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseATK.Enabled = false;
|
|
TB_BaseATK.Location = new System.Drawing.Point(84, 50);
|
|
TB_BaseATK.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseATK.Mask = "000";
|
|
TB_BaseATK.Name = "TB_BaseATK";
|
|
TB_BaseATK.PromptChar = ' ';
|
|
TB_BaseATK.ReadOnly = true;
|
|
TB_BaseATK.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseATK.TabIndex = 0;
|
|
TB_BaseATK.TabStop = false;
|
|
TB_BaseATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseDEF
|
|
//
|
|
TB_BaseDEF.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseDEF.Enabled = false;
|
|
TB_BaseDEF.Location = new System.Drawing.Point(84, 76);
|
|
TB_BaseDEF.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseDEF.Mask = "000";
|
|
TB_BaseDEF.Name = "TB_BaseDEF";
|
|
TB_BaseDEF.PromptChar = ' ';
|
|
TB_BaseDEF.ReadOnly = true;
|
|
TB_BaseDEF.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseDEF.TabIndex = 0;
|
|
TB_BaseDEF.TabStop = false;
|
|
TB_BaseDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPA
|
|
//
|
|
TB_BaseSPA.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseSPA.Enabled = false;
|
|
TB_BaseSPA.Location = new System.Drawing.Point(84, 102);
|
|
TB_BaseSPA.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseSPA.Mask = "000";
|
|
TB_BaseSPA.Name = "TB_BaseSPA";
|
|
TB_BaseSPA.PromptChar = ' ';
|
|
TB_BaseSPA.ReadOnly = true;
|
|
TB_BaseSPA.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseSPA.TabIndex = 0;
|
|
TB_BaseSPA.TabStop = false;
|
|
TB_BaseSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPD
|
|
//
|
|
TB_BaseSPD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseSPD.Enabled = false;
|
|
TB_BaseSPD.Location = new System.Drawing.Point(84, 128);
|
|
TB_BaseSPD.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseSPD.Mask = "000";
|
|
TB_BaseSPD.Name = "TB_BaseSPD";
|
|
TB_BaseSPD.PromptChar = ' ';
|
|
TB_BaseSPD.ReadOnly = true;
|
|
TB_BaseSPD.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseSPD.TabIndex = 0;
|
|
TB_BaseSPD.TabStop = false;
|
|
TB_BaseSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BaseSPE
|
|
//
|
|
TB_BaseSPE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BaseSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BaseSPE.Enabled = false;
|
|
TB_BaseSPE.Location = new System.Drawing.Point(84, 154);
|
|
TB_BaseSPE.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BaseSPE.Mask = "000";
|
|
TB_BaseSPE.Name = "TB_BaseSPE";
|
|
TB_BaseSPE.PromptChar = ' ';
|
|
TB_BaseSPE.ReadOnly = true;
|
|
TB_BaseSPE.Size = new System.Drawing.Size(32, 25);
|
|
TB_BaseSPE.TabIndex = 0;
|
|
TB_BaseSPE.TabStop = false;
|
|
TB_BaseSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BST
|
|
//
|
|
TB_BST.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_BST.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_BST.Enabled = false;
|
|
TB_BST.Location = new System.Drawing.Point(84, 180);
|
|
TB_BST.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
TB_BST.MaxLength = 3;
|
|
TB_BST.Name = "TB_BST";
|
|
TB_BST.ReadOnly = true;
|
|
TB_BST.Size = new System.Drawing.Size(32, 25);
|
|
TB_BST.TabIndex = 0;
|
|
TB_BST.TabStop = false;
|
|
TB_BST.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_IVHP
|
|
//
|
|
TB_IVHP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVHP.Location = new System.Drawing.Point(124, 24);
|
|
TB_IVHP.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVHP.Mask = "00";
|
|
TB_IVHP.Name = "TB_IVHP";
|
|
TB_IVHP.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVHP.TabIndex = 1;
|
|
TB_IVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVHP.Click += ClickIV;
|
|
TB_IVHP.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVATK
|
|
//
|
|
TB_IVATK.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVATK.Location = new System.Drawing.Point(124, 50);
|
|
TB_IVATK.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVATK.Mask = "00";
|
|
TB_IVATK.Name = "TB_IVATK";
|
|
TB_IVATK.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVATK.TabIndex = 1;
|
|
TB_IVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVATK.Click += ClickIV;
|
|
TB_IVATK.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVDEF
|
|
//
|
|
TB_IVDEF.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVDEF.Location = new System.Drawing.Point(124, 76);
|
|
TB_IVDEF.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVDEF.Mask = "00";
|
|
TB_IVDEF.Name = "TB_IVDEF";
|
|
TB_IVDEF.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVDEF.TabIndex = 1;
|
|
TB_IVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVDEF.Click += ClickIV;
|
|
TB_IVDEF.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVSPA
|
|
//
|
|
TB_IVSPA.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVSPA.Location = new System.Drawing.Point(124, 102);
|
|
TB_IVSPA.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVSPA.Mask = "00";
|
|
TB_IVSPA.Name = "TB_IVSPA";
|
|
TB_IVSPA.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVSPA.TabIndex = 1;
|
|
TB_IVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVSPA.Click += ClickIV;
|
|
TB_IVSPA.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVSPD
|
|
//
|
|
TB_IVSPD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVSPD.Location = new System.Drawing.Point(124, 128);
|
|
TB_IVSPD.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVSPD.Mask = "00";
|
|
TB_IVSPD.Name = "TB_IVSPD";
|
|
TB_IVSPD.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVSPD.TabIndex = 1;
|
|
TB_IVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVSPD.Click += ClickIV;
|
|
TB_IVSPD.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVSPE
|
|
//
|
|
TB_IVSPE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVSPE.Location = new System.Drawing.Point(124, 154);
|
|
TB_IVSPE.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVSPE.Mask = "00";
|
|
TB_IVSPE.Name = "TB_IVSPE";
|
|
TB_IVSPE.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVSPE.TabIndex = 1;
|
|
TB_IVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_IVSPE.Click += ClickIV;
|
|
TB_IVSPE.TextChanged += UpdateIVs;
|
|
//
|
|
// TB_IVTotal
|
|
//
|
|
TB_IVTotal.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_IVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_IVTotal.Location = new System.Drawing.Point(124, 180);
|
|
TB_IVTotal.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_IVTotal.MaxLength = 1;
|
|
TB_IVTotal.Name = "TB_IVTotal";
|
|
TB_IVTotal.ReadOnly = true;
|
|
TB_IVTotal.Size = new System.Drawing.Size(24, 25);
|
|
TB_IVTotal.TabIndex = 41;
|
|
TB_IVTotal.TabStop = false;
|
|
TB_IVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_EVHP
|
|
//
|
|
TB_EVHP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVHP.Location = new System.Drawing.Point(156, 24);
|
|
TB_EVHP.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVHP.Mask = "000";
|
|
TB_EVHP.Name = "TB_EVHP";
|
|
TB_EVHP.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVHP.TabIndex = 2;
|
|
TB_EVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVHP.Click += ClickEV;
|
|
TB_EVHP.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVATK
|
|
//
|
|
TB_EVATK.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVATK.Location = new System.Drawing.Point(156, 50);
|
|
TB_EVATK.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVATK.Mask = "000";
|
|
TB_EVATK.Name = "TB_EVATK";
|
|
TB_EVATK.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVATK.TabIndex = 2;
|
|
TB_EVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVATK.Click += ClickEV;
|
|
TB_EVATK.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVDEF
|
|
//
|
|
TB_EVDEF.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVDEF.Location = new System.Drawing.Point(156, 76);
|
|
TB_EVDEF.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVDEF.Mask = "000";
|
|
TB_EVDEF.Name = "TB_EVDEF";
|
|
TB_EVDEF.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVDEF.TabIndex = 2;
|
|
TB_EVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVDEF.Click += ClickEV;
|
|
TB_EVDEF.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVSPA
|
|
//
|
|
TB_EVSPA.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVSPA.Location = new System.Drawing.Point(156, 102);
|
|
TB_EVSPA.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVSPA.Mask = "000";
|
|
TB_EVSPA.Name = "TB_EVSPA";
|
|
TB_EVSPA.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVSPA.TabIndex = 2;
|
|
TB_EVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVSPA.Click += ClickEV;
|
|
TB_EVSPA.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVSPD
|
|
//
|
|
TB_EVSPD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVSPD.Location = new System.Drawing.Point(156, 128);
|
|
TB_EVSPD.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVSPD.Mask = "000";
|
|
TB_EVSPD.Name = "TB_EVSPD";
|
|
TB_EVSPD.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVSPD.TabIndex = 2;
|
|
TB_EVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVSPD.Click += ClickEV;
|
|
TB_EVSPD.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVSPE
|
|
//
|
|
TB_EVSPE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVSPE.Location = new System.Drawing.Point(156, 154);
|
|
TB_EVSPE.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVSPE.Mask = "000";
|
|
TB_EVSPE.Name = "TB_EVSPE";
|
|
TB_EVSPE.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVSPE.TabIndex = 2;
|
|
TB_EVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_EVSPE.Click += ClickEV;
|
|
TB_EVSPE.TextChanged += UpdateEVs;
|
|
//
|
|
// TB_EVTotal
|
|
//
|
|
TB_EVTotal.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_EVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_EVTotal.Location = new System.Drawing.Point(156, 180);
|
|
TB_EVTotal.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_EVTotal.MaxLength = 4;
|
|
TB_EVTotal.Name = "TB_EVTotal";
|
|
TB_EVTotal.ReadOnly = true;
|
|
TB_EVTotal.Size = new System.Drawing.Size(32, 25);
|
|
TB_EVTotal.TabIndex = 18;
|
|
TB_EVTotal.TabStop = false;
|
|
TB_EVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_AVHP
|
|
//
|
|
TB_AVHP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVHP.Location = new System.Drawing.Point(196, 24);
|
|
TB_AVHP.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVHP.Mask = "000";
|
|
TB_AVHP.Name = "TB_AVHP";
|
|
TB_AVHP.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVHP.TabIndex = 3;
|
|
TB_AVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVHP.Click += ClickAV;
|
|
TB_AVHP.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVATK
|
|
//
|
|
TB_AVATK.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVATK.Location = new System.Drawing.Point(196, 50);
|
|
TB_AVATK.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVATK.Mask = "000";
|
|
TB_AVATK.Name = "TB_AVATK";
|
|
TB_AVATK.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVATK.TabIndex = 3;
|
|
TB_AVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVATK.Click += ClickAV;
|
|
TB_AVATK.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVDEF
|
|
//
|
|
TB_AVDEF.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVDEF.Location = new System.Drawing.Point(196, 76);
|
|
TB_AVDEF.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVDEF.Mask = "000";
|
|
TB_AVDEF.Name = "TB_AVDEF";
|
|
TB_AVDEF.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVDEF.TabIndex = 3;
|
|
TB_AVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVDEF.Click += ClickAV;
|
|
TB_AVDEF.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVSPA
|
|
//
|
|
TB_AVSPA.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVSPA.Location = new System.Drawing.Point(196, 102);
|
|
TB_AVSPA.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVSPA.Mask = "000";
|
|
TB_AVSPA.Name = "TB_AVSPA";
|
|
TB_AVSPA.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVSPA.TabIndex = 3;
|
|
TB_AVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVSPA.Click += ClickAV;
|
|
TB_AVSPA.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVSPD
|
|
//
|
|
TB_AVSPD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVSPD.Location = new System.Drawing.Point(196, 128);
|
|
TB_AVSPD.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVSPD.Mask = "000";
|
|
TB_AVSPD.Name = "TB_AVSPD";
|
|
TB_AVSPD.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVSPD.TabIndex = 3;
|
|
TB_AVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVSPD.Click += ClickAV;
|
|
TB_AVSPD.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVSPE
|
|
//
|
|
TB_AVSPE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVSPE.Location = new System.Drawing.Point(196, 154);
|
|
TB_AVSPE.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVSPE.Mask = "000";
|
|
TB_AVSPE.Name = "TB_AVSPE";
|
|
TB_AVSPE.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVSPE.TabIndex = 3;
|
|
TB_AVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_AVSPE.Click += ClickAV;
|
|
TB_AVSPE.TextChanged += UpdateAVs;
|
|
//
|
|
// TB_AVTotal
|
|
//
|
|
TB_AVTotal.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_AVTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_AVTotal.Location = new System.Drawing.Point(196, 180);
|
|
TB_AVTotal.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_AVTotal.MaxLength = 4;
|
|
TB_AVTotal.Name = "TB_AVTotal";
|
|
TB_AVTotal.ReadOnly = true;
|
|
TB_AVTotal.Size = new System.Drawing.Size(32, 25);
|
|
TB_AVTotal.TabIndex = 3;
|
|
TB_AVTotal.TabStop = false;
|
|
TB_AVTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_GVHP
|
|
//
|
|
TB_GVHP.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVHP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVHP.Location = new System.Drawing.Point(236, 24);
|
|
TB_GVHP.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVHP.Mask = "000";
|
|
TB_GVHP.Name = "TB_GVHP";
|
|
TB_GVHP.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVHP.TabIndex = 4;
|
|
TB_GVHP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVHP.Click += ClickGV;
|
|
TB_GVHP.TextChanged += UpdateGVs;
|
|
//
|
|
// TB_GVATK
|
|
//
|
|
TB_GVATK.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVATK.Location = new System.Drawing.Point(236, 50);
|
|
TB_GVATK.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVATK.Mask = "000";
|
|
TB_GVATK.Name = "TB_GVATK";
|
|
TB_GVATK.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVATK.TabIndex = 4;
|
|
TB_GVATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVATK.Click += ClickGV;
|
|
TB_GVATK.TextChanged += UpdateGVs;
|
|
//
|
|
// TB_GVDEF
|
|
//
|
|
TB_GVDEF.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVDEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVDEF.Location = new System.Drawing.Point(236, 76);
|
|
TB_GVDEF.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVDEF.Mask = "000";
|
|
TB_GVDEF.Name = "TB_GVDEF";
|
|
TB_GVDEF.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVDEF.TabIndex = 4;
|
|
TB_GVDEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVDEF.Click += ClickGV;
|
|
TB_GVDEF.TextChanged += UpdateGVs;
|
|
//
|
|
// TB_GVSPA
|
|
//
|
|
TB_GVSPA.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVSPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVSPA.Location = new System.Drawing.Point(236, 102);
|
|
TB_GVSPA.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVSPA.Mask = "000";
|
|
TB_GVSPA.Name = "TB_GVSPA";
|
|
TB_GVSPA.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVSPA.TabIndex = 4;
|
|
TB_GVSPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVSPA.Click += ClickGV;
|
|
TB_GVSPA.TextChanged += UpdateGVs;
|
|
//
|
|
// TB_GVSPD
|
|
//
|
|
TB_GVSPD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVSPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVSPD.Location = new System.Drawing.Point(236, 128);
|
|
TB_GVSPD.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVSPD.Mask = "000";
|
|
TB_GVSPD.Name = "TB_GVSPD";
|
|
TB_GVSPD.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVSPD.TabIndex = 4;
|
|
TB_GVSPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVSPD.Click += ClickGV;
|
|
TB_GVSPD.TextChanged += UpdateGVs;
|
|
//
|
|
// TB_GVSPE
|
|
//
|
|
TB_GVSPE.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_GVSPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_GVSPE.Location = new System.Drawing.Point(236, 154);
|
|
TB_GVSPE.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_GVSPE.Mask = "000";
|
|
TB_GVSPE.Name = "TB_GVSPE";
|
|
TB_GVSPE.Size = new System.Drawing.Size(24, 25);
|
|
TB_GVSPE.TabIndex = 4;
|
|
TB_GVSPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_GVSPE.Click += ClickGV;
|
|
TB_GVSPE.TextChanged += UpdateGVs;
|
|
//
|
|
// Stat_HP
|
|
//
|
|
Stat_HP.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_HP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_HP.Enabled = false;
|
|
Stat_HP.Location = new System.Drawing.Point(268, 24);
|
|
Stat_HP.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_HP.Mask = "00000";
|
|
Stat_HP.Name = "Stat_HP";
|
|
Stat_HP.PromptChar = ' ';
|
|
Stat_HP.Size = new System.Drawing.Size(40, 25);
|
|
Stat_HP.TabIndex = 10;
|
|
Stat_HP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_HP.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// Stat_ATK
|
|
//
|
|
Stat_ATK.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_ATK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_ATK.Enabled = false;
|
|
Stat_ATK.Location = new System.Drawing.Point(268, 50);
|
|
Stat_ATK.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_ATK.Mask = "00000";
|
|
Stat_ATK.Name = "Stat_ATK";
|
|
Stat_ATK.PromptChar = ' ';
|
|
Stat_ATK.Size = new System.Drawing.Size(40, 25);
|
|
Stat_ATK.TabIndex = 10;
|
|
Stat_ATK.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_ATK.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// Stat_DEF
|
|
//
|
|
Stat_DEF.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_DEF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_DEF.Enabled = false;
|
|
Stat_DEF.Location = new System.Drawing.Point(268, 76);
|
|
Stat_DEF.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_DEF.Mask = "00000";
|
|
Stat_DEF.Name = "Stat_DEF";
|
|
Stat_DEF.PromptChar = ' ';
|
|
Stat_DEF.Size = new System.Drawing.Size(40, 25);
|
|
Stat_DEF.TabIndex = 10;
|
|
Stat_DEF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_DEF.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// Stat_SPA
|
|
//
|
|
Stat_SPA.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_SPA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_SPA.Enabled = false;
|
|
Stat_SPA.Location = new System.Drawing.Point(268, 102);
|
|
Stat_SPA.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_SPA.Mask = "00000";
|
|
Stat_SPA.Name = "Stat_SPA";
|
|
Stat_SPA.PromptChar = ' ';
|
|
Stat_SPA.Size = new System.Drawing.Size(40, 25);
|
|
Stat_SPA.TabIndex = 10;
|
|
Stat_SPA.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_SPA.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// Stat_SPD
|
|
//
|
|
Stat_SPD.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_SPD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_SPD.Enabled = false;
|
|
Stat_SPD.Location = new System.Drawing.Point(268, 128);
|
|
Stat_SPD.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_SPD.Mask = "00000";
|
|
Stat_SPD.Name = "Stat_SPD";
|
|
Stat_SPD.PromptChar = ' ';
|
|
Stat_SPD.Size = new System.Drawing.Size(40, 25);
|
|
Stat_SPD.TabIndex = 10;
|
|
Stat_SPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_SPD.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// Stat_SPE
|
|
//
|
|
Stat_SPE.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
Stat_SPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
Stat_SPE.Enabled = false;
|
|
Stat_SPE.Location = new System.Drawing.Point(268, 154);
|
|
Stat_SPE.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
|
Stat_SPE.Mask = "00000";
|
|
Stat_SPE.Name = "Stat_SPE";
|
|
Stat_SPE.PromptChar = ' ';
|
|
Stat_SPE.Size = new System.Drawing.Size(40, 25);
|
|
Stat_SPE.TabIndex = 10;
|
|
Stat_SPE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
Stat_SPE.TextChanged += UpdateHackedStatText;
|
|
//
|
|
// L_Potential
|
|
//
|
|
L_Potential.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
L_Potential.AutoSize = true;
|
|
L_Potential.Font = new System.Drawing.Font("Courier New", 9.75F);
|
|
L_Potential.Location = new System.Drawing.Point(264, 185);
|
|
L_Potential.Margin = new System.Windows.Forms.Padding(0);
|
|
L_Potential.Name = "L_Potential";
|
|
L_Potential.Size = new System.Drawing.Size(39, 16);
|
|
L_Potential.TabIndex = 42;
|
|
L_Potential.Text = "1234";
|
|
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.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
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, 206);
|
|
FLP_HPType.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_HPType.Name = "FLP_HPType";
|
|
FLP_HPType.Size = new System.Drawing.Size(272, 25);
|
|
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, 25);
|
|
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.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
FLP_Characteristic.Controls.Add(Label_CharacteristicPrefix);
|
|
FLP_Characteristic.Controls.Add(L_Characteristic);
|
|
FLP_Characteristic.Location = new System.Drawing.Point(0, 231);
|
|
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.AutoSize = true;
|
|
FLP_TeraType.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
FLP_TeraType.Controls.Add(FLP_TeraInner);
|
|
FLP_TeraType.Controls.Add(PB_TeraType);
|
|
FLP_TeraType.Location = new System.Drawing.Point(0, 263);
|
|
FLP_TeraType.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_TeraType.Name = "FLP_TeraType";
|
|
FLP_TeraType.Size = new System.Drawing.Size(278, 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, 25);
|
|
CB_TeraTypeOriginal.TabIndex = 1;
|
|
CB_TeraTypeOriginal.SelectedIndexChanged += ChangeTeraType;
|
|
//
|
|
// L_TeraTypeOverride
|
|
//
|
|
L_TeraTypeOverride.Location = new System.Drawing.Point(0, 33);
|
|
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, 33);
|
|
CB_TeraTypeOverride.Margin = new System.Windows.Forms.Padding(0);
|
|
CB_TeraTypeOverride.Name = "CB_TeraTypeOverride";
|
|
CB_TeraTypeOverride.Size = new System.Drawing.Size(80, 25);
|
|
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, 331);
|
|
PAN_BTN.Margin = new System.Windows.Forms.Padding(0, 4, 0, 8);
|
|
PAN_BTN.Name = "PAN_BTN";
|
|
PAN_BTN.Size = new System.Drawing.Size(288, 26);
|
|
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(332, 27);
|
|
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(104, 27);
|
|
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(108, 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(108, 27);
|
|
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(220, 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(108, 27);
|
|
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.AutoSize = true;
|
|
FLP_DynamaxLevel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
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, 365);
|
|
FLP_DynamaxLevel.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_DynamaxLevel.Name = "FLP_DynamaxLevel";
|
|
FLP_DynamaxLevel.Size = new System.Drawing.Size(262, 27);
|
|
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, 25);
|
|
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(96, 21);
|
|
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.AutoSize = true;
|
|
FLP_AlphaNoble.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
FLP_AlphaNoble.Controls.Add(CHK_IsAlpha);
|
|
FLP_AlphaNoble.Controls.Add(CHK_IsNoble);
|
|
FLP_AlphaNoble.Location = new System.Drawing.Point(80, 392);
|
|
FLP_AlphaNoble.Margin = new System.Windows.Forms.Padding(80, 0, 0, 0);
|
|
FLP_AlphaNoble.Name = "FLP_AlphaNoble";
|
|
FLP_AlphaNoble.Size = new System.Drawing.Size(144, 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, 452);
|
|
FLP_Stats.ResumeLayout(false);
|
|
FLP_Stats.PerformLayout();
|
|
TLP_StatGrid.ResumeLayout(false);
|
|
TLP_StatGrid.PerformLayout();
|
|
FLP_SPA.ResumeLayout(false);
|
|
FLP_SPA.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.TableLayoutPanel TLP_StatGrid;
|
|
private System.Windows.Forms.CheckBox CHK_HackedStats;
|
|
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.MaskedTextBox TB_IVHP;
|
|
private System.Windows.Forms.MaskedTextBox TB_EVHP;
|
|
private System.Windows.Forms.MaskedTextBox Stat_HP;
|
|
private System.Windows.Forms.Label Label_ATK;
|
|
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.Label Label_DEF;
|
|
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.Label Label_SPA;
|
|
private System.Windows.Forms.Label Label_SPC;
|
|
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.Label Label_SPD;
|
|
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.Label Label_SPE;
|
|
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.Label Label_Total;
|
|
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;
|
|
private System.Windows.Forms.Label Label_HP;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_SPA;
|
|
}
|
|
}
|