mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
Updates from net46->net7, dropping support for mono in favor of using the latest runtime (along with the performance/API improvements). Releases will be posted as 64bit only for now. Refactors a good amount of internal API methods to be more performant and more customizable for future updates & fixes. Adds functionality for Batch Editor commands to `>`, `<` and <=/>= TID/SID properties renamed to TID16/SID16 for clarity; other properties exposed for Gen7 / display variants. Main window has a new layout to account for DPI scaling (8 point grid) Fixed: Tatsugiri and Paldean Tauros now output Showdown form names as Showdown expects Changed: Gen9 species now interact based on the confirmed National Dex IDs (closes #3724) Fixed: Pokedex set all no longer clears species with unavailable non-base forms (closes #3720) Changed: Hyper Training suggestions now apply for level 50 in SV. (closes #3714) Fixed: B2/W2 hatched egg met locations exclusive to specific versions are now explicitly checked (closes #3691) Added: Properties for ribbon/mark count (closes #3659) Fixed: Traded SV eggs are now checked correctly (closes #3692)
661 lines
33 KiB
C#
661 lines
33 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_HallOfFame
|
|
{
|
|
/// <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.LB_DataEntry = new System.Windows.Forms.ListBox();
|
|
this.RTB = new System.Windows.Forms.RichTextBox();
|
|
this.B_Close = new System.Windows.Forms.Button();
|
|
this.bpkx = new System.Windows.Forms.PictureBox();
|
|
this.NUP_PartyIndex = new System.Windows.Forms.NumericUpDown();
|
|
this.L_PartyNum = new System.Windows.Forms.Label();
|
|
this.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.Label_Species = new System.Windows.Forms.Label();
|
|
this.CHK_Nicknamed = new System.Windows.Forms.CheckBox();
|
|
this.TB_Nickname = new System.Windows.Forms.TextBox();
|
|
this.TB_EC = new System.Windows.Forms.TextBox();
|
|
this.Label_EncryptionConstant = new System.Windows.Forms.Label();
|
|
this.GB_CurrentMoves = new System.Windows.Forms.GroupBox();
|
|
this.CB_Move4 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move3 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move2 = new System.Windows.Forms.ComboBox();
|
|
this.CB_Move1 = new System.Windows.Forms.ComboBox();
|
|
this.Label_HeldItem = new System.Windows.Forms.Label();
|
|
this.CB_HeldItem = new System.Windows.Forms.ComboBox();
|
|
this.GB_OT = new System.Windows.Forms.GroupBox();
|
|
this.TB_OT = new System.Windows.Forms.TextBox();
|
|
this.TB_SID = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_TID = new System.Windows.Forms.MaskedTextBox();
|
|
this.Label_OT = new System.Windows.Forms.Label();
|
|
this.Label_SID = new System.Windows.Forms.Label();
|
|
this.Label_TID = new System.Windows.Forms.Label();
|
|
this.L_Victory = new System.Windows.Forms.Label();
|
|
this.TB_VN = new System.Windows.Forms.MaskedTextBox();
|
|
this.CAL_MetDate = new System.Windows.Forms.DateTimePicker();
|
|
this.Label_MetDate = new System.Windows.Forms.Label();
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.Label_Gender = new System.Windows.Forms.Label();
|
|
this.CB_Form = new System.Windows.Forms.ComboBox();
|
|
this.Label_Form = new System.Windows.Forms.Label();
|
|
this.CHK_Shiny = new System.Windows.Forms.CheckBox();
|
|
this.L_Shiny = new System.Windows.Forms.Label();
|
|
this.TB_Level = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Level = new System.Windows.Forms.Label();
|
|
this.B_CopyText = new System.Windows.Forms.Button();
|
|
this.B_Delete = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.Label_OTGender = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.bpkx)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUP_PartyIndex)).BeginInit();
|
|
this.GB_CurrentMoves.SuspendLayout();
|
|
this.GB_OT.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// LB_DataEntry
|
|
//
|
|
this.LB_DataEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.LB_DataEntry.FormattingEnabled = true;
|
|
this.LB_DataEntry.Items.AddRange(new object[] {
|
|
"First",
|
|
"01",
|
|
"02",
|
|
"03",
|
|
"04",
|
|
"05",
|
|
"06",
|
|
"07",
|
|
"08",
|
|
"09",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15"});
|
|
this.LB_DataEntry.Location = new System.Drawing.Point(7, 12);
|
|
this.LB_DataEntry.Name = "LB_DataEntry";
|
|
this.LB_DataEntry.Size = new System.Drawing.Size(59, 238);
|
|
this.LB_DataEntry.TabIndex = 0;
|
|
this.LB_DataEntry.SelectedIndexChanged += new System.EventHandler(this.DisplayEntry);
|
|
//
|
|
// RTB
|
|
//
|
|
this.RTB.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.RTB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RTB.Location = new System.Drawing.Point(72, 16);
|
|
this.RTB.Name = "RTB";
|
|
this.RTB.ReadOnly = true;
|
|
this.RTB.Size = new System.Drawing.Size(221, 308);
|
|
this.RTB.TabIndex = 1;
|
|
this.RTB.Text = "";
|
|
this.RTB.WordWrap = false;
|
|
//
|
|
// B_Close
|
|
//
|
|
this.B_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Close.Location = new System.Drawing.Point(542, 291);
|
|
this.B_Close.Name = "B_Close";
|
|
this.B_Close.Size = new System.Drawing.Size(76, 23);
|
|
this.B_Close.TabIndex = 3;
|
|
this.B_Close.Text = "Save";
|
|
this.B_Close.UseVisualStyleBackColor = true;
|
|
this.B_Close.Click += new System.EventHandler(this.B_Close_Click);
|
|
//
|
|
// bpkx
|
|
//
|
|
this.bpkx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.bpkx.Location = new System.Drawing.Point(15, 85);
|
|
this.bpkx.Name = "bpkx";
|
|
this.bpkx.Size = new System.Drawing.Size(70, 58);
|
|
this.bpkx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.bpkx.TabIndex = 31;
|
|
this.bpkx.TabStop = false;
|
|
//
|
|
// NUP_PartyIndex
|
|
//
|
|
this.NUP_PartyIndex.Location = new System.Drawing.Point(76, 57);
|
|
this.NUP_PartyIndex.Maximum = new decimal(new int[] {
|
|
6,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUP_PartyIndex.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUP_PartyIndex.Name = "NUP_PartyIndex";
|
|
this.NUP_PartyIndex.Size = new System.Drawing.Size(30, 20);
|
|
this.NUP_PartyIndex.TabIndex = 32;
|
|
this.NUP_PartyIndex.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.NUP_PartyIndex.ValueChanged += new System.EventHandler(this.NUP_PartyIndex_ValueChanged);
|
|
//
|
|
// L_PartyNum
|
|
//
|
|
this.L_PartyNum.AutoSize = true;
|
|
this.L_PartyNum.Location = new System.Drawing.Point(7, 59);
|
|
this.L_PartyNum.Name = "L_PartyNum";
|
|
this.L_PartyNum.Size = new System.Drawing.Size(63, 13);
|
|
this.L_PartyNum.TabIndex = 33;
|
|
this.L_PartyNum.Text = "Party Index:";
|
|
//
|
|
// 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(190, 56);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(124, 21);
|
|
this.CB_Species.TabIndex = 35;
|
|
this.CB_Species.SelectedValueChanged += new System.EventHandler(this.UpdateSpecies);
|
|
//
|
|
// Label_Species
|
|
//
|
|
this.Label_Species.Location = new System.Drawing.Point(135, 59);
|
|
this.Label_Species.Name = "Label_Species";
|
|
this.Label_Species.Size = new System.Drawing.Size(52, 13);
|
|
this.Label_Species.TabIndex = 34;
|
|
this.Label_Species.Text = "Species:";
|
|
this.Label_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_Nicknamed
|
|
//
|
|
this.CHK_Nicknamed.Location = new System.Drawing.Point(110, 83);
|
|
this.CHK_Nicknamed.Name = "CHK_Nicknamed";
|
|
this.CHK_Nicknamed.Size = new System.Drawing.Size(82, 17);
|
|
this.CHK_Nicknamed.TabIndex = 36;
|
|
this.CHK_Nicknamed.Text = "Nickname:";
|
|
this.CHK_Nicknamed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.CHK_Nicknamed.UseVisualStyleBackColor = true;
|
|
this.CHK_Nicknamed.CheckedChanged += new System.EventHandler(this.UpdateNickname);
|
|
//
|
|
// TB_Nickname
|
|
//
|
|
this.TB_Nickname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Nickname.Location = new System.Drawing.Point(190, 81);
|
|
this.TB_Nickname.MaxLength = 12;
|
|
this.TB_Nickname.Name = "TB_Nickname";
|
|
this.TB_Nickname.Size = new System.Drawing.Size(124, 20);
|
|
this.TB_Nickname.TabIndex = 37;
|
|
this.TB_Nickname.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
this.TB_Nickname.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ChangeNickname);
|
|
//
|
|
// 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(252, 160);
|
|
this.TB_EC.MaxLength = 8;
|
|
this.TB_EC.Name = "TB_EC";
|
|
this.TB_EC.Size = new System.Drawing.Size(62, 20);
|
|
this.TB_EC.TabIndex = 63;
|
|
this.TB_EC.Text = "12345678";
|
|
this.TB_EC.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// Label_EncryptionConstant
|
|
//
|
|
this.Label_EncryptionConstant.Location = new System.Drawing.Point(145, 163);
|
|
this.Label_EncryptionConstant.Name = "Label_EncryptionConstant";
|
|
this.Label_EncryptionConstant.Size = new System.Drawing.Size(107, 13);
|
|
this.Label_EncryptionConstant.TabIndex = 62;
|
|
this.Label_EncryptionConstant.Text = "Encryption Constant:";
|
|
this.Label_EncryptionConstant.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_CurrentMoves
|
|
//
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move4);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move3);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move2);
|
|
this.GB_CurrentMoves.Controls.Add(this.CB_Move1);
|
|
this.GB_CurrentMoves.Location = new System.Drawing.Point(6, 195);
|
|
this.GB_CurrentMoves.Name = "GB_CurrentMoves";
|
|
this.GB_CurrentMoves.Size = new System.Drawing.Size(141, 112);
|
|
this.GB_CurrentMoves.TabIndex = 64;
|
|
this.GB_CurrentMoves.TabStop = false;
|
|
this.GB_CurrentMoves.Text = "Current Moves";
|
|
//
|
|
// 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(9, 85);
|
|
this.CB_Move4.Name = "CB_Move4";
|
|
this.CB_Move4.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Move4.TabIndex = 10;
|
|
this.CB_Move4.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// 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(9, 63);
|
|
this.CB_Move3.Name = "CB_Move3";
|
|
this.CB_Move3.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Move3.TabIndex = 7;
|
|
this.CB_Move3.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// 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(9, 41);
|
|
this.CB_Move2.Name = "CB_Move2";
|
|
this.CB_Move2.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Move2.TabIndex = 4;
|
|
this.CB_Move2.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// 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(9, 19);
|
|
this.CB_Move1.Name = "CB_Move1";
|
|
this.CB_Move1.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Move1.TabIndex = 1;
|
|
this.CB_Move1.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// Label_HeldItem
|
|
//
|
|
this.Label_HeldItem.Location = new System.Drawing.Point(110, 109);
|
|
this.Label_HeldItem.Name = "Label_HeldItem";
|
|
this.Label_HeldItem.Size = new System.Drawing.Size(79, 13);
|
|
this.Label_HeldItem.TabIndex = 66;
|
|
this.Label_HeldItem.Text = "Held Item:";
|
|
this.Label_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_HeldItem
|
|
//
|
|
this.CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_HeldItem.FormattingEnabled = true;
|
|
this.CB_HeldItem.Location = new System.Drawing.Point(190, 106);
|
|
this.CB_HeldItem.Name = "CB_HeldItem";
|
|
this.CB_HeldItem.Size = new System.Drawing.Size(124, 21);
|
|
this.CB_HeldItem.TabIndex = 65;
|
|
this.CB_HeldItem.SelectedValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// GB_OT
|
|
//
|
|
this.GB_OT.Controls.Add(this.Label_OTGender);
|
|
this.GB_OT.Controls.Add(this.TB_OT);
|
|
this.GB_OT.Controls.Add(this.TB_SID);
|
|
this.GB_OT.Controls.Add(this.TB_TID);
|
|
this.GB_OT.Controls.Add(this.Label_OT);
|
|
this.GB_OT.Controls.Add(this.Label_SID);
|
|
this.GB_OT.Controls.Add(this.Label_TID);
|
|
this.GB_OT.Location = new System.Drawing.Point(151, 195);
|
|
this.GB_OT.Name = "GB_OT";
|
|
this.GB_OT.Size = new System.Drawing.Size(163, 75);
|
|
this.GB_OT.TabIndex = 67;
|
|
this.GB_OT.TabStop = false;
|
|
this.GB_OT.Text = "Trainer Information";
|
|
//
|
|
// TB_OT
|
|
//
|
|
this.TB_OT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_OT.Location = new System.Drawing.Point(36, 46);
|
|
this.TB_OT.MaxLength = 12;
|
|
this.TB_OT.Name = "TB_OT";
|
|
this.TB_OT.Size = new System.Drawing.Size(94, 20);
|
|
this.TB_OT.TabIndex = 3;
|
|
this.TB_OT.Text = "PKHeX";
|
|
this.TB_OT.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// TB_SID
|
|
//
|
|
this.TB_SID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_SID.Location = new System.Drawing.Point(117, 20);
|
|
this.TB_SID.Mask = "00000";
|
|
this.TB_SID.Name = "TB_SID";
|
|
this.TB_SID.Size = new System.Drawing.Size(40, 20);
|
|
this.TB_SID.TabIndex = 2;
|
|
this.TB_SID.Text = "54321";
|
|
this.TB_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_SID.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// TB_TID
|
|
//
|
|
this.TB_TID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_TID.Location = new System.Drawing.Point(36, 20);
|
|
this.TB_TID.Mask = "00000";
|
|
this.TB_TID.Name = "TB_TID";
|
|
this.TB_TID.Size = new System.Drawing.Size(40, 20);
|
|
this.TB_TID.TabIndex = 1;
|
|
this.TB_TID.Text = "12345";
|
|
this.TB_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_TID.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// Label_OT
|
|
//
|
|
this.Label_OT.Location = new System.Drawing.Point(9, 48);
|
|
this.Label_OT.Name = "Label_OT";
|
|
this.Label_OT.Size = new System.Drawing.Size(25, 13);
|
|
this.Label_OT.TabIndex = 5;
|
|
this.Label_OT.Text = "OT:";
|
|
this.Label_OT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_SID
|
|
//
|
|
this.Label_SID.Location = new System.Drawing.Point(80, 22);
|
|
this.Label_SID.Name = "Label_SID";
|
|
this.Label_SID.Size = new System.Drawing.Size(36, 13);
|
|
this.Label_SID.TabIndex = 4;
|
|
this.Label_SID.Text = "SID16:";
|
|
this.Label_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// Label_TID
|
|
//
|
|
this.Label_TID.Location = new System.Drawing.Point(6, 22);
|
|
this.Label_TID.Name = "Label_TID";
|
|
this.Label_TID.Size = new System.Drawing.Size(28, 13);
|
|
this.Label_TID.TabIndex = 3;
|
|
this.Label_TID.Text = "TID16:";
|
|
this.Label_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Victory
|
|
//
|
|
this.L_Victory.AutoSize = true;
|
|
this.L_Victory.Location = new System.Drawing.Point(7, 25);
|
|
this.L_Victory.Name = "L_Victory";
|
|
this.L_Victory.Size = new System.Drawing.Size(82, 13);
|
|
this.L_Victory.TabIndex = 68;
|
|
this.L_Victory.Text = "Victory Number:";
|
|
//
|
|
// TB_VN
|
|
//
|
|
this.TB_VN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_VN.Location = new System.Drawing.Point(95, 22);
|
|
this.TB_VN.Mask = "000";
|
|
this.TB_VN.Name = "TB_VN";
|
|
this.TB_VN.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_VN.TabIndex = 6;
|
|
this.TB_VN.Text = "000";
|
|
this.TB_VN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_VN.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// CAL_MetDate
|
|
//
|
|
this.CAL_MetDate.CustomFormat = "MM/dd/yyyy";
|
|
this.CAL_MetDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.CAL_MetDate.Location = new System.Drawing.Point(203, 22);
|
|
this.CAL_MetDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
|
|
this.CAL_MetDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
this.CAL_MetDate.Name = "CAL_MetDate";
|
|
this.CAL_MetDate.Size = new System.Drawing.Size(102, 20);
|
|
this.CAL_MetDate.TabIndex = 70;
|
|
this.CAL_MetDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
|
|
this.CAL_MetDate.ValueChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// Label_MetDate
|
|
//
|
|
this.Label_MetDate.Location = new System.Drawing.Point(148, 25);
|
|
this.Label_MetDate.Name = "Label_MetDate";
|
|
this.Label_MetDate.Size = new System.Drawing.Size(57, 13);
|
|
this.Label_MetDate.TabIndex = 69;
|
|
this.Label_MetDate.Text = "Date:";
|
|
this.Label_MetDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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(460, 291);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(76, 23);
|
|
this.B_Cancel.TabIndex = 71;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// 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(70, 148);
|
|
this.Label_Gender.Name = "Label_Gender";
|
|
this.Label_Gender.Size = new System.Drawing.Size(18, 13);
|
|
this.Label_Gender.TabIndex = 72;
|
|
this.Label_Gender.Text = "-";
|
|
this.Label_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.Label_Gender.Click += new System.EventHandler(this.UpdateGender);
|
|
//
|
|
// 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(190, 133);
|
|
this.CB_Form.Name = "CB_Form";
|
|
this.CB_Form.Size = new System.Drawing.Size(124, 21);
|
|
this.CB_Form.TabIndex = 74;
|
|
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// Label_Form
|
|
//
|
|
this.Label_Form.AutoSize = true;
|
|
this.Label_Form.Location = new System.Drawing.Point(154, 136);
|
|
this.Label_Form.Name = "Label_Form";
|
|
this.Label_Form.Size = new System.Drawing.Size(33, 13);
|
|
this.Label_Form.TabIndex = 73;
|
|
this.Label_Form.Text = "Form:";
|
|
//
|
|
// CHK_Shiny
|
|
//
|
|
this.CHK_Shiny.AutoSize = true;
|
|
this.CHK_Shiny.Location = new System.Drawing.Point(54, 149);
|
|
this.CHK_Shiny.Name = "CHK_Shiny";
|
|
this.CHK_Shiny.Size = new System.Drawing.Size(15, 14);
|
|
this.CHK_Shiny.TabIndex = 75;
|
|
this.CHK_Shiny.UseVisualStyleBackColor = true;
|
|
this.CHK_Shiny.CheckedChanged += new System.EventHandler(this.UpdateShiny);
|
|
//
|
|
// L_Shiny
|
|
//
|
|
this.L_Shiny.AutoSize = true;
|
|
this.L_Shiny.Location = new System.Drawing.Point(12, 148);
|
|
this.L_Shiny.Name = "L_Shiny";
|
|
this.L_Shiny.Size = new System.Drawing.Size(36, 13);
|
|
this.L_Shiny.TabIndex = 76;
|
|
this.L_Shiny.Text = "Shiny:";
|
|
//
|
|
// TB_Level
|
|
//
|
|
this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.TB_Level.Location = new System.Drawing.Point(54, 167);
|
|
this.TB_Level.Mask = "000";
|
|
this.TB_Level.Name = "TB_Level";
|
|
this.TB_Level.Size = new System.Drawing.Size(32, 20);
|
|
this.TB_Level.TabIndex = 77;
|
|
this.TB_Level.Text = "001";
|
|
this.TB_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_Level.TextChanged += new System.EventHandler(this.Write_Entry);
|
|
//
|
|
// L_Level
|
|
//
|
|
this.L_Level.AutoSize = true;
|
|
this.L_Level.Location = new System.Drawing.Point(12, 169);
|
|
this.L_Level.Name = "L_Level";
|
|
this.L_Level.Size = new System.Drawing.Size(36, 13);
|
|
this.L_Level.TabIndex = 78;
|
|
this.L_Level.Text = "Level:";
|
|
//
|
|
// B_CopyText
|
|
//
|
|
this.B_CopyText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.B_CopyText.Location = new System.Drawing.Point(3, 301);
|
|
this.B_CopyText.Name = "B_CopyText";
|
|
this.B_CopyText.Size = new System.Drawing.Size(59, 23);
|
|
this.B_CopyText.TabIndex = 79;
|
|
this.B_CopyText.Text = "Copy txt";
|
|
this.B_CopyText.UseVisualStyleBackColor = true;
|
|
this.B_CopyText.Click += new System.EventHandler(this.B_CopyText_Click);
|
|
//
|
|
// B_Delete
|
|
//
|
|
this.B_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.B_Delete.Location = new System.Drawing.Point(3, 277);
|
|
this.B_Delete.Name = "B_Delete";
|
|
this.B_Delete.Size = new System.Drawing.Size(59, 23);
|
|
this.B_Delete.TabIndex = 80;
|
|
this.B_Delete.Text = "Delete";
|
|
this.B_Delete.UseVisualStyleBackColor = true;
|
|
this.B_Delete.Click += new System.EventHandler(this.B_Delete_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.L_Victory);
|
|
this.groupBox1.Controls.Add(this.bpkx);
|
|
this.groupBox1.Controls.Add(this.NUP_PartyIndex);
|
|
this.groupBox1.Controls.Add(this.TB_Level);
|
|
this.groupBox1.Controls.Add(this.L_PartyNum);
|
|
this.groupBox1.Controls.Add(this.L_Level);
|
|
this.groupBox1.Controls.Add(this.Label_Species);
|
|
this.groupBox1.Controls.Add(this.L_Shiny);
|
|
this.groupBox1.Controls.Add(this.CB_Species);
|
|
this.groupBox1.Controls.Add(this.CHK_Shiny);
|
|
this.groupBox1.Controls.Add(this.TB_Nickname);
|
|
this.groupBox1.Controls.Add(this.CB_Form);
|
|
this.groupBox1.Controls.Add(this.CHK_Nicknamed);
|
|
this.groupBox1.Controls.Add(this.Label_Form);
|
|
this.groupBox1.Controls.Add(this.Label_EncryptionConstant);
|
|
this.groupBox1.Controls.Add(this.Label_Gender);
|
|
this.groupBox1.Controls.Add(this.TB_EC);
|
|
this.groupBox1.Controls.Add(this.GB_CurrentMoves);
|
|
this.groupBox1.Controls.Add(this.CAL_MetDate);
|
|
this.groupBox1.Controls.Add(this.CB_HeldItem);
|
|
this.groupBox1.Controls.Add(this.Label_MetDate);
|
|
this.groupBox1.Controls.Add(this.Label_HeldItem);
|
|
this.groupBox1.Controls.Add(this.TB_VN);
|
|
this.groupBox1.Controls.Add(this.GB_OT);
|
|
this.groupBox1.Location = new System.Drawing.Point(299, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(323, 315);
|
|
this.groupBox1.TabIndex = 81;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Entry";
|
|
//
|
|
// Label_OTGender
|
|
//
|
|
this.Label_OTGender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Label_OTGender.Location = new System.Drawing.Point(136, 48);
|
|
this.Label_OTGender.Name = "Label_OTGender";
|
|
this.Label_OTGender.Size = new System.Drawing.Size(18, 13);
|
|
this.Label_OTGender.TabIndex = 79;
|
|
this.Label_OTGender.Text = "-";
|
|
this.Label_OTGender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.Label_OTGender.Click += new System.EventHandler(this.UpdateOTGender);
|
|
//
|
|
// SAV_HallOfFame
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(621, 326);
|
|
this.Controls.Add(this.B_Delete);
|
|
this.Controls.Add(this.B_CopyText);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.Controls.Add(this.B_Close);
|
|
this.Controls.Add(this.RTB);
|
|
this.Controls.Add(this.LB_DataEntry);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(620, 340);
|
|
this.Name = "SAV_HallOfFame";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Hall of Fame Viewer";
|
|
((System.ComponentModel.ISupportInitialize)(this.bpkx)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUP_PartyIndex)).EndInit();
|
|
this.GB_CurrentMoves.ResumeLayout(false);
|
|
this.GB_OT.ResumeLayout(false);
|
|
this.GB_OT.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListBox LB_DataEntry;
|
|
private System.Windows.Forms.RichTextBox RTB;
|
|
private System.Windows.Forms.Button B_Close;
|
|
private System.Windows.Forms.PictureBox bpkx;
|
|
private System.Windows.Forms.NumericUpDown NUP_PartyIndex;
|
|
private System.Windows.Forms.Label L_PartyNum;
|
|
public System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.Label Label_Species;
|
|
private System.Windows.Forms.CheckBox CHK_Nicknamed;
|
|
public System.Windows.Forms.TextBox TB_Nickname;
|
|
private System.Windows.Forms.TextBox TB_EC;
|
|
private System.Windows.Forms.Label Label_EncryptionConstant;
|
|
private System.Windows.Forms.GroupBox GB_CurrentMoves;
|
|
private System.Windows.Forms.ComboBox CB_Move4;
|
|
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.Label Label_HeldItem;
|
|
private System.Windows.Forms.ComboBox CB_HeldItem;
|
|
public System.Windows.Forms.GroupBox GB_OT;
|
|
public System.Windows.Forms.TextBox TB_OT;
|
|
private System.Windows.Forms.MaskedTextBox TB_SID;
|
|
private System.Windows.Forms.MaskedTextBox TB_TID;
|
|
private System.Windows.Forms.Label Label_OT;
|
|
private System.Windows.Forms.Label Label_SID;
|
|
private System.Windows.Forms.Label Label_TID;
|
|
private System.Windows.Forms.Label L_Victory;
|
|
private System.Windows.Forms.MaskedTextBox TB_VN;
|
|
private System.Windows.Forms.DateTimePicker CAL_MetDate;
|
|
private System.Windows.Forms.Label Label_MetDate;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Label Label_Gender;
|
|
private System.Windows.Forms.ComboBox CB_Form;
|
|
private System.Windows.Forms.Label Label_Form;
|
|
private System.Windows.Forms.CheckBox CHK_Shiny;
|
|
private System.Windows.Forms.Label L_Shiny;
|
|
private System.Windows.Forms.MaskedTextBox TB_Level;
|
|
private System.Windows.Forms.Label L_Level;
|
|
private System.Windows.Forms.Button B_CopyText;
|
|
private System.Windows.Forms.Button B_Delete;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label Label_OTGender;
|
|
}
|
|
}
|