mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Closes #3177 Format sizes are now accurate to game structure sizes. Added a few more editable fields, rid of label/textbox/etc for general base editing -- use a PropertyGrid instead. Feels nice having a bank of saves to reference + idb to discover the struct layout.
1027 lines
49 KiB
C#
1027 lines
49 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_SecretBase
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.B_Save = new System.Windows.Forms.Button();
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.LB_Bases = new System.Windows.Forms.ListBox();
|
|
this.L_Favorite = new System.Windows.Forms.Label();
|
|
this.f_PKM = new System.Windows.Forms.TabPage();
|
|
this.PAN_PKM = new System.Windows.Forms.Panel();
|
|
this.NUD_FPKM = new System.Windows.Forms.NumericUpDown();
|
|
this.TB_SPEIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_PPu3 = new System.Windows.Forms.ComboBox();
|
|
this.TB_SPDIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_PPu4 = new System.Windows.Forms.ComboBox();
|
|
this.L_Participant = new System.Windows.Forms.Label();
|
|
this.CB_PPu2 = new System.Windows.Forms.ComboBox();
|
|
this.TB_SPAIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_PPups = new System.Windows.Forms.Label();
|
|
this.L_HP = new System.Windows.Forms.Label();
|
|
this.CB_Move4 = new System.Windows.Forms.ComboBox();
|
|
this.TB_DEFIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CHK_Shiny = new System.Windows.Forms.CheckBox();
|
|
this.L_ATK = new System.Windows.Forms.Label();
|
|
this.CB_PPu1 = new System.Windows.Forms.ComboBox();
|
|
this.TB_ATKIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_Form = new System.Windows.Forms.ComboBox();
|
|
this.L_DEF = new System.Windows.Forms.Label();
|
|
this.CB_Move3 = new System.Windows.Forms.ComboBox();
|
|
this.TB_HPIV = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Level = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_SpA = new System.Windows.Forms.Label();
|
|
this.CB_Move2 = new System.Windows.Forms.ComboBox();
|
|
this.TB_ATKEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_Friendship = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_SpD = new System.Windows.Forms.Label();
|
|
this.CB_Move1 = new System.Windows.Forms.ComboBox();
|
|
this.TB_DEFEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_Ball = new System.Windows.Forms.ComboBox();
|
|
this.L_SPE = new System.Windows.Forms.Label();
|
|
this.L_PKFriendship = new System.Windows.Forms.Label();
|
|
this.TB_SPEEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.L_IVs = new System.Windows.Forms.Label();
|
|
this.CB_Ability = new System.Windows.Forms.ComboBox();
|
|
this.TB_SPDEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.CB_HeldItem = new System.Windows.Forms.ComboBox();
|
|
this.L_EVs = new System.Windows.Forms.Label();
|
|
this.CB_Nature = new System.Windows.Forms.ComboBox();
|
|
this.TB_SPAEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.Label_Gender = new System.Windows.Forms.Label();
|
|
this.TB_EC = new System.Windows.Forms.TextBox();
|
|
this.L_EncryptionConstant = new System.Windows.Forms.Label();
|
|
this.TB_HPEV = new System.Windows.Forms.MaskedTextBox();
|
|
this.f_MAIN = new System.Windows.Forms.TabPage();
|
|
this.PG_Base = new System.Windows.Forms.PropertyGrid();
|
|
this.GB_Object = new System.Windows.Forms.GroupBox();
|
|
this.L_Y = new System.Windows.Forms.Label();
|
|
this.L_X = new System.Windows.Forms.Label();
|
|
this.NUD_FX = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_FY = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Rotation = new System.Windows.Forms.Label();
|
|
this.L_Decoration = new System.Windows.Forms.Label();
|
|
this.NUD_FObjType = new System.Windows.Forms.NumericUpDown();
|
|
this.L_Index = new System.Windows.Forms.Label();
|
|
this.NUD_FRot = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_FObject = new System.Windows.Forms.NumericUpDown();
|
|
this.Tab_Base = new System.Windows.Forms.TabControl();
|
|
this.B_GiveDecor = new System.Windows.Forms.Button();
|
|
this.L_FlagsCaptured = new System.Windows.Forms.Label();
|
|
this.B_FDelete = new System.Windows.Forms.Button();
|
|
this.B_Export = new System.Windows.Forms.Button();
|
|
this.B_Import = new System.Windows.Forms.Button();
|
|
this.NUD_CapturedRecord = new System.Windows.Forms.NumericUpDown();
|
|
this.f_PKM.SuspendLayout();
|
|
this.PAN_PKM.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FPKM)).BeginInit();
|
|
this.f_MAIN.SuspendLayout();
|
|
this.GB_Object.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FObjType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FRot)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FObject)).BeginInit();
|
|
this.Tab_Base.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CapturedRecord)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// B_Save
|
|
//
|
|
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Save.Location = new System.Drawing.Point(497, 374);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Save.TabIndex = 0;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// B_Cancel
|
|
//
|
|
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Cancel.Location = new System.Drawing.Point(420, 374);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(71, 23);
|
|
this.B_Cancel.TabIndex = 1;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// LB_Bases
|
|
//
|
|
this.LB_Bases.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.LB_Bases.FormattingEnabled = true;
|
|
this.LB_Bases.Location = new System.Drawing.Point(12, 25);
|
|
this.LB_Bases.Name = "LB_Bases";
|
|
this.LB_Bases.Size = new System.Drawing.Size(78, 342);
|
|
this.LB_Bases.TabIndex = 4;
|
|
this.LB_Bases.SelectedIndexChanged += new System.EventHandler(this.ChangeIndexBase);
|
|
//
|
|
// L_Favorite
|
|
//
|
|
this.L_Favorite.AutoSize = true;
|
|
this.L_Favorite.Location = new System.Drawing.Point(12, 9);
|
|
this.L_Favorite.Name = "L_Favorite";
|
|
this.L_Favorite.Size = new System.Drawing.Size(53, 13);
|
|
this.L_Favorite.TabIndex = 6;
|
|
this.L_Favorite.Text = "Favorites:";
|
|
//
|
|
// f_PKM
|
|
//
|
|
this.f_PKM.Controls.Add(this.PAN_PKM);
|
|
this.f_PKM.Location = new System.Drawing.Point(4, 22);
|
|
this.f_PKM.Name = "f_PKM";
|
|
this.f_PKM.Size = new System.Drawing.Size(444, 334);
|
|
this.f_PKM.TabIndex = 2;
|
|
this.f_PKM.Text = "Pokemon";
|
|
this.f_PKM.UseVisualStyleBackColor = true;
|
|
//
|
|
// PAN_PKM
|
|
//
|
|
this.PAN_PKM.Controls.Add(this.NUD_FPKM);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPEIV);
|
|
this.PAN_PKM.Controls.Add(this.CB_PPu3);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPDIV);
|
|
this.PAN_PKM.Controls.Add(this.CB_PPu4);
|
|
this.PAN_PKM.Controls.Add(this.L_Participant);
|
|
this.PAN_PKM.Controls.Add(this.CB_PPu2);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPAIV);
|
|
this.PAN_PKM.Controls.Add(this.L_PPups);
|
|
this.PAN_PKM.Controls.Add(this.L_HP);
|
|
this.PAN_PKM.Controls.Add(this.CB_Move4);
|
|
this.PAN_PKM.Controls.Add(this.TB_DEFIV);
|
|
this.PAN_PKM.Controls.Add(this.CHK_Shiny);
|
|
this.PAN_PKM.Controls.Add(this.L_ATK);
|
|
this.PAN_PKM.Controls.Add(this.CB_PPu1);
|
|
this.PAN_PKM.Controls.Add(this.TB_ATKIV);
|
|
this.PAN_PKM.Controls.Add(this.CB_Form);
|
|
this.PAN_PKM.Controls.Add(this.L_DEF);
|
|
this.PAN_PKM.Controls.Add(this.CB_Move3);
|
|
this.PAN_PKM.Controls.Add(this.TB_HPIV);
|
|
this.PAN_PKM.Controls.Add(this.TB_Level);
|
|
this.PAN_PKM.Controls.Add(this.L_SpA);
|
|
this.PAN_PKM.Controls.Add(this.CB_Move2);
|
|
this.PAN_PKM.Controls.Add(this.TB_ATKEV);
|
|
this.PAN_PKM.Controls.Add(this.TB_Friendship);
|
|
this.PAN_PKM.Controls.Add(this.L_SpD);
|
|
this.PAN_PKM.Controls.Add(this.CB_Move1);
|
|
this.PAN_PKM.Controls.Add(this.TB_DEFEV);
|
|
this.PAN_PKM.Controls.Add(this.CB_Ball);
|
|
this.PAN_PKM.Controls.Add(this.L_SPE);
|
|
this.PAN_PKM.Controls.Add(this.L_PKFriendship);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPEEV);
|
|
this.PAN_PKM.Controls.Add(this.CB_Species);
|
|
this.PAN_PKM.Controls.Add(this.L_IVs);
|
|
this.PAN_PKM.Controls.Add(this.CB_Ability);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPDEV);
|
|
this.PAN_PKM.Controls.Add(this.CB_HeldItem);
|
|
this.PAN_PKM.Controls.Add(this.L_EVs);
|
|
this.PAN_PKM.Controls.Add(this.CB_Nature);
|
|
this.PAN_PKM.Controls.Add(this.TB_SPAEV);
|
|
this.PAN_PKM.Controls.Add(this.Label_Gender);
|
|
this.PAN_PKM.Controls.Add(this.TB_EC);
|
|
this.PAN_PKM.Controls.Add(this.L_EncryptionConstant);
|
|
this.PAN_PKM.Controls.Add(this.TB_HPEV);
|
|
this.PAN_PKM.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PAN_PKM.Location = new System.Drawing.Point(0, 0);
|
|
this.PAN_PKM.Name = "PAN_PKM";
|
|
this.PAN_PKM.Size = new System.Drawing.Size(444, 334);
|
|
this.PAN_PKM.TabIndex = 98;
|
|
//
|
|
// NUD_FPKM
|
|
//
|
|
this.NUD_FPKM.Location = new System.Drawing.Point(92, 9);
|
|
this.NUD_FPKM.Maximum = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FPKM.Name = "NUD_FPKM";
|
|
this.NUD_FPKM.Size = new System.Drawing.Size(38, 20);
|
|
this.NUD_FPKM.TabIndex = 66;
|
|
this.NUD_FPKM.ValueChanged += new System.EventHandler(this.ChangeIndexPKM);
|
|
//
|
|
// TB_SPEIV
|
|
//
|
|
this.TB_SPEIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPEIV.Location = new System.Drawing.Point(321, 142);
|
|
this.TB_SPEIV.Mask = "00";
|
|
this.TB_SPEIV.Name = "TB_SPEIV";
|
|
this.TB_SPEIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_SPEIV.TabIndex = 91;
|
|
this.TB_SPEIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_PPu3
|
|
//
|
|
this.CB_PPu3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PPu3.FormattingEnabled = true;
|
|
this.CB_PPu3.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.CB_PPu3.Location = new System.Drawing.Point(138, 227);
|
|
this.CB_PPu3.Name = "CB_PPu3";
|
|
this.CB_PPu3.Size = new System.Drawing.Size(38, 21);
|
|
this.CB_PPu3.TabIndex = 73;
|
|
//
|
|
// TB_SPDIV
|
|
//
|
|
this.TB_SPDIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPDIV.Location = new System.Drawing.Point(321, 120);
|
|
this.TB_SPDIV.Mask = "00";
|
|
this.TB_SPDIV.Name = "TB_SPDIV";
|
|
this.TB_SPDIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_SPDIV.TabIndex = 90;
|
|
this.TB_SPDIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_PPu4
|
|
//
|
|
this.CB_PPu4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PPu4.FormattingEnabled = true;
|
|
this.CB_PPu4.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.CB_PPu4.Location = new System.Drawing.Point(138, 249);
|
|
this.CB_PPu4.Name = "CB_PPu4";
|
|
this.CB_PPu4.Size = new System.Drawing.Size(38, 21);
|
|
this.CB_PPu4.TabIndex = 76;
|
|
//
|
|
// L_Participant
|
|
//
|
|
this.L_Participant.Location = new System.Drawing.Point(8, 7);
|
|
this.L_Participant.Name = "L_Participant";
|
|
this.L_Participant.Size = new System.Drawing.Size(78, 20);
|
|
this.L_Participant.TabIndex = 67;
|
|
this.L_Participant.Text = "Participant:";
|
|
this.L_Participant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_PPu2
|
|
//
|
|
this.CB_PPu2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PPu2.FormattingEnabled = true;
|
|
this.CB_PPu2.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.CB_PPu2.Location = new System.Drawing.Point(138, 205);
|
|
this.CB_PPu2.Name = "CB_PPu2";
|
|
this.CB_PPu2.Size = new System.Drawing.Size(38, 21);
|
|
this.CB_PPu2.TabIndex = 71;
|
|
//
|
|
// TB_SPAIV
|
|
//
|
|
this.TB_SPAIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPAIV.Location = new System.Drawing.Point(321, 98);
|
|
this.TB_SPAIV.Mask = "00";
|
|
this.TB_SPAIV.Name = "TB_SPAIV";
|
|
this.TB_SPAIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_SPAIV.TabIndex = 89;
|
|
this.TB_SPAIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_PPups
|
|
//
|
|
this.L_PPups.Location = new System.Drawing.Point(135, 169);
|
|
this.L_PPups.Name = "L_PPups";
|
|
this.L_PPups.Size = new System.Drawing.Size(45, 13);
|
|
this.L_PPups.TabIndex = 75;
|
|
this.L_PPups.Text = "PP Ups";
|
|
this.L_PPups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// L_HP
|
|
//
|
|
this.L_HP.Location = new System.Drawing.Point(265, 32);
|
|
this.L_HP.Name = "L_HP";
|
|
this.L_HP.Size = new System.Drawing.Size(50, 21);
|
|
this.L_HP.TabIndex = 2;
|
|
this.L_HP.Text = "HP";
|
|
this.L_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move4
|
|
//
|
|
this.CB_Move4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move4.FormattingEnabled = true;
|
|
this.CB_Move4.Location = new System.Drawing.Point(8, 249);
|
|
this.CB_Move4.Name = "CB_Move4";
|
|
this.CB_Move4.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Move4.TabIndex = 74;
|
|
//
|
|
// TB_DEFIV
|
|
//
|
|
this.TB_DEFIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_DEFIV.Location = new System.Drawing.Point(321, 76);
|
|
this.TB_DEFIV.Mask = "00";
|
|
this.TB_DEFIV.Name = "TB_DEFIV";
|
|
this.TB_DEFIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_DEFIV.TabIndex = 88;
|
|
this.TB_DEFIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CHK_Shiny
|
|
//
|
|
this.CHK_Shiny.AutoSize = true;
|
|
this.CHK_Shiny.Location = new System.Drawing.Point(139, 80);
|
|
this.CHK_Shiny.Name = "CHK_Shiny";
|
|
this.CHK_Shiny.Size = new System.Drawing.Size(35, 17);
|
|
this.CHK_Shiny.TabIndex = 77;
|
|
this.CHK_Shiny.Text = "☆";
|
|
this.CHK_Shiny.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_ATK
|
|
//
|
|
this.L_ATK.Location = new System.Drawing.Point(265, 54);
|
|
this.L_ATK.Name = "L_ATK";
|
|
this.L_ATK.Size = new System.Drawing.Size(50, 21);
|
|
this.L_ATK.TabIndex = 3;
|
|
this.L_ATK.Text = "ATK";
|
|
this.L_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_PPu1
|
|
//
|
|
this.CB_PPu1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_PPu1.FormattingEnabled = true;
|
|
this.CB_PPu1.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.CB_PPu1.Location = new System.Drawing.Point(138, 183);
|
|
this.CB_PPu1.Name = "CB_PPu1";
|
|
this.CB_PPu1.Size = new System.Drawing.Size(38, 21);
|
|
this.CB_PPu1.TabIndex = 69;
|
|
//
|
|
// TB_ATKIV
|
|
//
|
|
this.TB_ATKIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_ATKIV.Location = new System.Drawing.Point(321, 54);
|
|
this.TB_ATKIV.Mask = "00";
|
|
this.TB_ATKIV.Name = "TB_ATKIV";
|
|
this.TB_ATKIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_ATKIV.TabIndex = 87;
|
|
this.TB_ATKIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_Form
|
|
//
|
|
this.CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Form.DropDownWidth = 85;
|
|
this.CB_Form.Enabled = false;
|
|
this.CB_Form.FormattingEnabled = true;
|
|
this.CB_Form.Location = new System.Drawing.Point(61, 76);
|
|
this.CB_Form.Name = "CB_Form";
|
|
this.CB_Form.Size = new System.Drawing.Size(69, 21);
|
|
this.CB_Form.TabIndex = 78;
|
|
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.UpdateForm);
|
|
//
|
|
// L_DEF
|
|
//
|
|
this.L_DEF.Location = new System.Drawing.Point(265, 76);
|
|
this.L_DEF.Name = "L_DEF";
|
|
this.L_DEF.Size = new System.Drawing.Size(50, 21);
|
|
this.L_DEF.TabIndex = 4;
|
|
this.L_DEF.Text = "DEF";
|
|
this.L_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move3
|
|
//
|
|
this.CB_Move3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move3.FormattingEnabled = true;
|
|
this.CB_Move3.Location = new System.Drawing.Point(8, 227);
|
|
this.CB_Move3.Name = "CB_Move3";
|
|
this.CB_Move3.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Move3.TabIndex = 72;
|
|
//
|
|
// TB_HPIV
|
|
//
|
|
this.TB_HPIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HPIV.Location = new System.Drawing.Point(321, 32);
|
|
this.TB_HPIV.Mask = "00";
|
|
this.TB_HPIV.Name = "TB_HPIV";
|
|
this.TB_HPIV.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_HPIV.TabIndex = 86;
|
|
this.TB_HPIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Level
|
|
//
|
|
this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Level.Location = new System.Drawing.Point(139, 55);
|
|
this.TB_Level.Mask = "000";
|
|
this.TB_Level.Name = "TB_Level";
|
|
this.TB_Level.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_Level.TabIndex = 79;
|
|
this.TB_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_SpA
|
|
//
|
|
this.L_SpA.Location = new System.Drawing.Point(265, 98);
|
|
this.L_SpA.Name = "L_SpA";
|
|
this.L_SpA.Size = new System.Drawing.Size(50, 21);
|
|
this.L_SpA.TabIndex = 11;
|
|
this.L_SpA.Text = "SpA";
|
|
this.L_SpA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move2
|
|
//
|
|
this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move2.FormattingEnabled = true;
|
|
this.CB_Move2.Location = new System.Drawing.Point(8, 205);
|
|
this.CB_Move2.Name = "CB_Move2";
|
|
this.CB_Move2.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Move2.TabIndex = 70;
|
|
//
|
|
// TB_ATKEV
|
|
//
|
|
this.TB_ATKEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_ATKEV.Location = new System.Drawing.Point(349, 54);
|
|
this.TB_ATKEV.Mask = "000";
|
|
this.TB_ATKEV.Name = "TB_ATKEV";
|
|
this.TB_ATKEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_ATKEV.TabIndex = 93;
|
|
this.TB_ATKEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Friendship
|
|
//
|
|
this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Friendship.Location = new System.Drawing.Point(358, 196);
|
|
this.TB_Friendship.Mask = "000";
|
|
this.TB_Friendship.Name = "TB_Friendship";
|
|
this.TB_Friendship.Size = new System.Drawing.Size(22, 20);
|
|
this.TB_Friendship.TabIndex = 80;
|
|
//
|
|
// L_SpD
|
|
//
|
|
this.L_SpD.Location = new System.Drawing.Point(265, 120);
|
|
this.L_SpD.Name = "L_SpD";
|
|
this.L_SpD.Size = new System.Drawing.Size(50, 21);
|
|
this.L_SpD.TabIndex = 12;
|
|
this.L_SpD.Text = "SpD";
|
|
this.L_SpD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Move1
|
|
//
|
|
this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Move1.FormattingEnabled = true;
|
|
this.CB_Move1.Location = new System.Drawing.Point(8, 183);
|
|
this.CB_Move1.Name = "CB_Move1";
|
|
this.CB_Move1.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Move1.TabIndex = 68;
|
|
//
|
|
// TB_DEFEV
|
|
//
|
|
this.TB_DEFEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_DEFEV.Location = new System.Drawing.Point(349, 76);
|
|
this.TB_DEFEV.Mask = "000";
|
|
this.TB_DEFEV.Name = "TB_DEFEV";
|
|
this.TB_DEFEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_DEFEV.TabIndex = 94;
|
|
this.TB_DEFEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_Ball
|
|
//
|
|
this.CB_Ball.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Ball.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ball.FormattingEnabled = true;
|
|
this.CB_Ball.Location = new System.Drawing.Point(258, 249);
|
|
this.CB_Ball.Name = "CB_Ball";
|
|
this.CB_Ball.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Ball.TabIndex = 81;
|
|
//
|
|
// L_SPE
|
|
//
|
|
this.L_SPE.Location = new System.Drawing.Point(265, 142);
|
|
this.L_SPE.Name = "L_SPE";
|
|
this.L_SPE.Size = new System.Drawing.Size(50, 21);
|
|
this.L_SPE.TabIndex = 13;
|
|
this.L_SPE.Text = "SPE";
|
|
this.L_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKFriendship
|
|
//
|
|
this.L_PKFriendship.Location = new System.Drawing.Point(277, 195);
|
|
this.L_PKFriendship.Name = "L_PKFriendship";
|
|
this.L_PKFriendship.Size = new System.Drawing.Size(75, 21);
|
|
this.L_PKFriendship.TabIndex = 82;
|
|
this.L_PKFriendship.Text = "Friendship";
|
|
this.L_PKFriendship.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_SPEEV
|
|
//
|
|
this.TB_SPEEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPEEV.Location = new System.Drawing.Point(349, 142);
|
|
this.TB_SPEEV.Mask = "000";
|
|
this.TB_SPEEV.Name = "TB_SPEEV";
|
|
this.TB_SPEEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPEEV.TabIndex = 97;
|
|
this.TB_SPEEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_Species
|
|
//
|
|
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Species.FormattingEnabled = true;
|
|
this.CB_Species.Location = new System.Drawing.Point(8, 54);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Species.TabIndex = 65;
|
|
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.UpdateSpecies);
|
|
//
|
|
// L_IVs
|
|
//
|
|
this.L_IVs.AutoSize = true;
|
|
this.L_IVs.Location = new System.Drawing.Point(321, 16);
|
|
this.L_IVs.Name = "L_IVs";
|
|
this.L_IVs.Size = new System.Drawing.Size(22, 13);
|
|
this.L_IVs.TabIndex = 16;
|
|
this.L_IVs.Text = "IVs";
|
|
//
|
|
// CB_Ability
|
|
//
|
|
this.CB_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Ability.FormattingEnabled = true;
|
|
this.CB_Ability.Location = new System.Drawing.Point(8, 98);
|
|
this.CB_Ability.Name = "CB_Ability";
|
|
this.CB_Ability.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Ability.TabIndex = 83;
|
|
//
|
|
// TB_SPDEV
|
|
//
|
|
this.TB_SPDEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPDEV.Location = new System.Drawing.Point(349, 120);
|
|
this.TB_SPDEV.Mask = "000";
|
|
this.TB_SPDEV.Name = "TB_SPDEV";
|
|
this.TB_SPDEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPDEV.TabIndex = 96;
|
|
this.TB_SPDEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// CB_HeldItem
|
|
//
|
|
this.CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem.FormattingEnabled = true;
|
|
this.CB_HeldItem.Location = new System.Drawing.Point(8, 120);
|
|
this.CB_HeldItem.Name = "CB_HeldItem";
|
|
this.CB_HeldItem.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_HeldItem.TabIndex = 64;
|
|
//
|
|
// L_EVs
|
|
//
|
|
this.L_EVs.AutoSize = true;
|
|
this.L_EVs.Location = new System.Drawing.Point(350, 16);
|
|
this.L_EVs.Name = "L_EVs";
|
|
this.L_EVs.Size = new System.Drawing.Size(26, 13);
|
|
this.L_EVs.TabIndex = 23;
|
|
this.L_EVs.Text = "EVs";
|
|
//
|
|
// CB_Nature
|
|
//
|
|
this.CB_Nature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_Nature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Nature.FormattingEnabled = true;
|
|
this.CB_Nature.Location = new System.Drawing.Point(258, 222);
|
|
this.CB_Nature.Name = "CB_Nature";
|
|
this.CB_Nature.Size = new System.Drawing.Size(122, 21);
|
|
this.CB_Nature.TabIndex = 63;
|
|
//
|
|
// TB_SPAEV
|
|
//
|
|
this.TB_SPAEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SPAEV.Location = new System.Drawing.Point(349, 98);
|
|
this.TB_SPAEV.Mask = "000";
|
|
this.TB_SPAEV.Name = "TB_SPAEV";
|
|
this.TB_SPAEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_SPAEV.TabIndex = 95;
|
|
this.TB_SPAEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// Label_Gender
|
|
//
|
|
this.Label_Gender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Label_Gender.Location = new System.Drawing.Point(167, 57);
|
|
this.Label_Gender.Name = "Label_Gender";
|
|
this.Label_Gender.Size = new System.Drawing.Size(16, 13);
|
|
this.Label_Gender.TabIndex = 85;
|
|
this.Label_Gender.Text = "-";
|
|
this.Label_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.Label_Gender.Click += new System.EventHandler(this.Label_Gender_Click);
|
|
//
|
|
// TB_EC
|
|
//
|
|
this.TB_EC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_EC.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_EC.Location = new System.Drawing.Point(70, 32);
|
|
this.TB_EC.MaxLength = 8;
|
|
this.TB_EC.Name = "TB_EC";
|
|
this.TB_EC.Size = new System.Drawing.Size(60, 20);
|
|
this.TB_EC.TabIndex = 61;
|
|
this.TB_EC.Text = "12345678";
|
|
//
|
|
// L_EncryptionConstant
|
|
//
|
|
this.L_EncryptionConstant.Location = new System.Drawing.Point(8, 32);
|
|
this.L_EncryptionConstant.Name = "L_EncryptionConstant";
|
|
this.L_EncryptionConstant.Size = new System.Drawing.Size(56, 21);
|
|
this.L_EncryptionConstant.TabIndex = 62;
|
|
this.L_EncryptionConstant.Text = "ENC:";
|
|
this.L_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_HPEV
|
|
//
|
|
this.TB_HPEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_HPEV.Location = new System.Drawing.Point(349, 32);
|
|
this.TB_HPEV.Mask = "000";
|
|
this.TB_HPEV.Name = "TB_HPEV";
|
|
this.TB_HPEV.Size = new System.Drawing.Size(31, 20);
|
|
this.TB_HPEV.TabIndex = 92;
|
|
this.TB_HPEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// f_MAIN
|
|
//
|
|
this.f_MAIN.Controls.Add(this.PG_Base);
|
|
this.f_MAIN.Controls.Add(this.GB_Object);
|
|
this.f_MAIN.Location = new System.Drawing.Point(4, 22);
|
|
this.f_MAIN.Name = "f_MAIN";
|
|
this.f_MAIN.Padding = new System.Windows.Forms.Padding(3);
|
|
this.f_MAIN.Size = new System.Drawing.Size(444, 334);
|
|
this.f_MAIN.TabIndex = 0;
|
|
this.f_MAIN.Text = "Main";
|
|
this.f_MAIN.UseVisualStyleBackColor = true;
|
|
//
|
|
// PG_Base
|
|
//
|
|
this.PG_Base.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PG_Base.HelpVisible = false;
|
|
this.PG_Base.Location = new System.Drawing.Point(1, 3);
|
|
this.PG_Base.Name = "PG_Base";
|
|
this.PG_Base.PropertySort = System.Windows.Forms.PropertySort.NoSort;
|
|
this.PG_Base.Size = new System.Drawing.Size(290, 329);
|
|
this.PG_Base.TabIndex = 19;
|
|
this.PG_Base.ToolbarVisible = false;
|
|
//
|
|
// GB_Object
|
|
//
|
|
this.GB_Object.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.GB_Object.Controls.Add(this.L_Y);
|
|
this.GB_Object.Controls.Add(this.L_X);
|
|
this.GB_Object.Controls.Add(this.NUD_FX);
|
|
this.GB_Object.Controls.Add(this.NUD_FY);
|
|
this.GB_Object.Controls.Add(this.L_Rotation);
|
|
this.GB_Object.Controls.Add(this.L_Decoration);
|
|
this.GB_Object.Controls.Add(this.NUD_FObjType);
|
|
this.GB_Object.Controls.Add(this.L_Index);
|
|
this.GB_Object.Controls.Add(this.NUD_FRot);
|
|
this.GB_Object.Controls.Add(this.NUD_FObject);
|
|
this.GB_Object.Location = new System.Drawing.Point(296, 75);
|
|
this.GB_Object.Name = "GB_Object";
|
|
this.GB_Object.Size = new System.Drawing.Size(142, 154);
|
|
this.GB_Object.TabIndex = 13;
|
|
this.GB_Object.TabStop = false;
|
|
this.GB_Object.Text = "Object Layout";
|
|
//
|
|
// L_Y
|
|
//
|
|
this.L_Y.Location = new System.Drawing.Point(10, 99);
|
|
this.L_Y.Name = "L_Y";
|
|
this.L_Y.Size = new System.Drawing.Size(75, 21);
|
|
this.L_Y.TabIndex = 9;
|
|
this.L_Y.Text = "Y Coordinate:";
|
|
this.L_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_X
|
|
//
|
|
this.L_X.Location = new System.Drawing.Point(10, 78);
|
|
this.L_X.Name = "L_X";
|
|
this.L_X.Size = new System.Drawing.Size(75, 21);
|
|
this.L_X.TabIndex = 8;
|
|
this.L_X.Text = "X Coordinate:";
|
|
this.L_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FX
|
|
//
|
|
this.NUD_FX.Location = new System.Drawing.Point(87, 80);
|
|
this.NUD_FX.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FX.Name = "NUD_FX";
|
|
this.NUD_FX.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_FX.TabIndex = 7;
|
|
//
|
|
// NUD_FY
|
|
//
|
|
this.NUD_FY.Location = new System.Drawing.Point(87, 101);
|
|
this.NUD_FY.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FY.Name = "NUD_FY";
|
|
this.NUD_FY.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_FY.TabIndex = 6;
|
|
//
|
|
// L_Rotation
|
|
//
|
|
this.L_Rotation.Location = new System.Drawing.Point(10, 125);
|
|
this.L_Rotation.Name = "L_Rotation";
|
|
this.L_Rotation.Size = new System.Drawing.Size(75, 21);
|
|
this.L_Rotation.TabIndex = 5;
|
|
this.L_Rotation.Text = "Rotation Val:";
|
|
this.L_Rotation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Decoration
|
|
//
|
|
this.L_Decoration.Location = new System.Drawing.Point(10, 52);
|
|
this.L_Decoration.Name = "L_Decoration";
|
|
this.L_Decoration.Size = new System.Drawing.Size(75, 21);
|
|
this.L_Decoration.TabIndex = 4;
|
|
this.L_Decoration.Text = "Decoration:";
|
|
this.L_Decoration.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FObjType
|
|
//
|
|
this.NUD_FObjType.Location = new System.Drawing.Point(87, 54);
|
|
this.NUD_FObjType.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FObjType.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.NUD_FObjType.Name = "NUD_FObjType";
|
|
this.NUD_FObjType.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_FObjType.TabIndex = 2;
|
|
this.NUD_FObjType.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
//
|
|
// L_Index
|
|
//
|
|
this.L_Index.Location = new System.Drawing.Point(10, 16);
|
|
this.L_Index.Name = "L_Index";
|
|
this.L_Index.Size = new System.Drawing.Size(75, 21);
|
|
this.L_Index.TabIndex = 1;
|
|
this.L_Index.Text = "Index:";
|
|
this.L_Index.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_FRot
|
|
//
|
|
this.NUD_FRot.Location = new System.Drawing.Point(87, 127);
|
|
this.NUD_FRot.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FRot.Name = "NUD_FRot";
|
|
this.NUD_FRot.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_FRot.TabIndex = 3;
|
|
//
|
|
// NUD_FObject
|
|
//
|
|
this.NUD_FObject.Location = new System.Drawing.Point(87, 18);
|
|
this.NUD_FObject.Maximum = new decimal(new int[] {
|
|
27,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_FObject.Name = "NUD_FObject";
|
|
this.NUD_FObject.Size = new System.Drawing.Size(40, 20);
|
|
this.NUD_FObject.TabIndex = 0;
|
|
this.NUD_FObject.ValueChanged += new System.EventHandler(this.ChangeIndexPlacement);
|
|
//
|
|
// Tab_Base
|
|
//
|
|
this.Tab_Base.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.Tab_Base.Controls.Add(this.f_MAIN);
|
|
this.Tab_Base.Controls.Add(this.f_PKM);
|
|
this.Tab_Base.Location = new System.Drawing.Point(120, 9);
|
|
this.Tab_Base.Name = "Tab_Base";
|
|
this.Tab_Base.SelectedIndex = 0;
|
|
this.Tab_Base.Size = new System.Drawing.Size(452, 360);
|
|
this.Tab_Base.TabIndex = 17;
|
|
//
|
|
// B_GiveDecor
|
|
//
|
|
this.B_GiveDecor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_GiveDecor.Location = new System.Drawing.Point(216, 374);
|
|
this.B_GiveDecor.Name = "B_GiveDecor";
|
|
this.B_GiveDecor.Size = new System.Drawing.Size(112, 23);
|
|
this.B_GiveDecor.TabIndex = 19;
|
|
this.B_GiveDecor.Text = "Give All Decorations";
|
|
this.B_GiveDecor.UseVisualStyleBackColor = true;
|
|
this.B_GiveDecor.Click += new System.EventHandler(this.B_GiveDecor_Click);
|
|
//
|
|
// L_FlagsCaptured
|
|
//
|
|
this.L_FlagsCaptured.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.L_FlagsCaptured.Location = new System.Drawing.Point(9, 379);
|
|
this.L_FlagsCaptured.Name = "L_FlagsCaptured";
|
|
this.L_FlagsCaptured.Size = new System.Drawing.Size(100, 13);
|
|
this.L_FlagsCaptured.TabIndex = 22;
|
|
this.L_FlagsCaptured.Text = "Flags Captured: ";
|
|
this.L_FlagsCaptured.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// B_FDelete
|
|
//
|
|
this.B_FDelete.Location = new System.Drawing.Point(96, 25);
|
|
this.B_FDelete.Name = "B_FDelete";
|
|
this.B_FDelete.Size = new System.Drawing.Size(18, 24);
|
|
this.B_FDelete.TabIndex = 23;
|
|
this.B_FDelete.Text = "X";
|
|
this.B_FDelete.UseVisualStyleBackColor = true;
|
|
this.B_FDelete.Click += new System.EventHandler(this.B_FDelete_Click);
|
|
//
|
|
// B_Export
|
|
//
|
|
this.B_Export.Location = new System.Drawing.Point(423, 2);
|
|
this.B_Export.Name = "B_Export";
|
|
this.B_Export.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Export.TabIndex = 24;
|
|
this.B_Export.Text = "Export";
|
|
this.B_Export.UseVisualStyleBackColor = true;
|
|
this.B_Export.Click += new System.EventHandler(this.B_Export_Click);
|
|
//
|
|
// B_Import
|
|
//
|
|
this.B_Import.Location = new System.Drawing.Point(346, 2);
|
|
this.B_Import.Name = "B_Import";
|
|
this.B_Import.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Import.TabIndex = 25;
|
|
this.B_Import.Text = "Import";
|
|
this.B_Import.UseVisualStyleBackColor = true;
|
|
this.B_Import.Click += new System.EventHandler(this.B_Import_Click);
|
|
//
|
|
// NUD_CapturedRecord
|
|
//
|
|
this.NUD_CapturedRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.NUD_CapturedRecord.Location = new System.Drawing.Point(111, 376);
|
|
this.NUD_CapturedRecord.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUD_CapturedRecord.Name = "NUD_CapturedRecord";
|
|
this.NUD_CapturedRecord.Size = new System.Drawing.Size(99, 20);
|
|
this.NUD_CapturedRecord.TabIndex = 26;
|
|
this.NUD_CapturedRecord.Value = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// SAV_SecretBase
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(588, 404);
|
|
this.Controls.Add(this.NUD_CapturedRecord);
|
|
this.Controls.Add(this.B_Import);
|
|
this.Controls.Add(this.B_Export);
|
|
this.Controls.Add(this.B_FDelete);
|
|
this.Controls.Add(this.L_FlagsCaptured);
|
|
this.Controls.Add(this.B_GiveDecor);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.Controls.Add(this.B_Save);
|
|
this.Controls.Add(this.Tab_Base);
|
|
this.Controls.Add(this.L_Favorite);
|
|
this.Controls.Add(this.LB_Bases);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SAV_SecretBase";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Secret Base Editor";
|
|
this.f_PKM.ResumeLayout(false);
|
|
this.PAN_PKM.ResumeLayout(false);
|
|
this.PAN_PKM.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FPKM)).EndInit();
|
|
this.f_MAIN.ResumeLayout(false);
|
|
this.GB_Object.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FObjType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FRot)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_FObject)).EndInit();
|
|
this.Tab_Base.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_CapturedRecord)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.ListBox LB_Bases;
|
|
private System.Windows.Forms.Label L_Favorite;
|
|
private System.Windows.Forms.TabPage f_PKM;
|
|
private System.Windows.Forms.Label L_EVs;
|
|
private System.Windows.Forms.Label L_IVs;
|
|
private System.Windows.Forms.Label L_SPE;
|
|
private System.Windows.Forms.Label L_SpD;
|
|
private System.Windows.Forms.Label L_SpA;
|
|
private System.Windows.Forms.Label L_DEF;
|
|
private System.Windows.Forms.Label L_ATK;
|
|
private System.Windows.Forms.Label L_HP;
|
|
private System.Windows.Forms.TabPage f_MAIN;
|
|
private System.Windows.Forms.GroupBox GB_Object;
|
|
private System.Windows.Forms.Label L_Y;
|
|
private System.Windows.Forms.Label L_X;
|
|
private System.Windows.Forms.NumericUpDown NUD_FX;
|
|
private System.Windows.Forms.NumericUpDown NUD_FY;
|
|
private System.Windows.Forms.Label L_Rotation;
|
|
private System.Windows.Forms.Label L_Decoration;
|
|
private System.Windows.Forms.NumericUpDown NUD_FRot;
|
|
private System.Windows.Forms.NumericUpDown NUD_FObjType;
|
|
private System.Windows.Forms.Label L_Index;
|
|
private System.Windows.Forms.NumericUpDown NUD_FObject;
|
|
private System.Windows.Forms.TabControl Tab_Base;
|
|
private System.Windows.Forms.Label L_EncryptionConstant;
|
|
private System.Windows.Forms.TextBox TB_EC;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem;
|
|
private System.Windows.Forms.ComboBox CB_Nature;
|
|
private System.Windows.Forms.Label L_Participant;
|
|
private System.Windows.Forms.NumericUpDown NUD_FPKM;
|
|
public System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.CheckBox CHK_Shiny;
|
|
private System.Windows.Forms.Label L_PPups;
|
|
private System.Windows.Forms.ComboBox CB_PPu4;
|
|
private System.Windows.Forms.ComboBox CB_PPu3;
|
|
private System.Windows.Forms.ComboBox CB_PPu2;
|
|
private System.Windows.Forms.ComboBox CB_Move4;
|
|
private System.Windows.Forms.ComboBox CB_PPu1;
|
|
private System.Windows.Forms.ComboBox CB_Move3;
|
|
private System.Windows.Forms.ComboBox CB_Move2;
|
|
public System.Windows.Forms.ComboBox CB_Move1;
|
|
private System.Windows.Forms.ComboBox CB_Form;
|
|
public System.Windows.Forms.MaskedTextBox TB_Friendship;
|
|
private System.Windows.Forms.MaskedTextBox TB_Level;
|
|
private System.Windows.Forms.ComboBox CB_Ball;
|
|
private System.Windows.Forms.Label L_PKFriendship;
|
|
private System.Windows.Forms.ComboBox CB_Ability;
|
|
private System.Windows.Forms.Label Label_Gender;
|
|
private System.Windows.Forms.Button B_GiveDecor;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPEIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPDIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPAIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_DEFIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_ATKIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_HPIV;
|
|
private System.Windows.Forms.MaskedTextBox TB_ATKEV;
|
|
private System.Windows.Forms.MaskedTextBox TB_DEFEV;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPEEV;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPDEV;
|
|
private System.Windows.Forms.MaskedTextBox TB_SPAEV;
|
|
private System.Windows.Forms.MaskedTextBox TB_HPEV;
|
|
private System.Windows.Forms.Label L_FlagsCaptured;
|
|
private System.Windows.Forms.Button B_FDelete;
|
|
private System.Windows.Forms.Button B_Export;
|
|
private System.Windows.Forms.Button B_Import;
|
|
private System.Windows.Forms.NumericUpDown NUD_CapturedRecord;
|
|
private System.Windows.Forms.Panel PAN_PKM;
|
|
private System.Windows.Forms.PropertyGrid PG_Base;
|
|
}
|
|
} |