mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
[Language Reference](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces) Updates all the files, one less level of indentation. Some small changes were made to API surfaces, renaming `PKM pkm` -> `PKM pk`, and `LegalityAnalysis.pkm` -> `LegalityAnalysis.Entity`
431 lines
19 KiB
C#
431 lines
19 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_HallOfFame7
|
|
{
|
|
/// <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_Close = new System.Windows.Forms.Button();
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.L_F1 = new System.Windows.Forms.Label();
|
|
this.CB_F1 = new System.Windows.Forms.ComboBox();
|
|
this.CB_F2 = new System.Windows.Forms.ComboBox();
|
|
this.L_F2 = new System.Windows.Forms.Label();
|
|
this.CB_F3 = new System.Windows.Forms.ComboBox();
|
|
this.L_F3 = new System.Windows.Forms.Label();
|
|
this.CB_F4 = new System.Windows.Forms.ComboBox();
|
|
this.L_F4 = new System.Windows.Forms.Label();
|
|
this.CB_F5 = new System.Windows.Forms.ComboBox();
|
|
this.L_F5 = new System.Windows.Forms.Label();
|
|
this.CB_F6 = new System.Windows.Forms.ComboBox();
|
|
this.L_F6 = new System.Windows.Forms.Label();
|
|
this.CB_C6 = new System.Windows.Forms.ComboBox();
|
|
this.L_C6 = new System.Windows.Forms.Label();
|
|
this.CB_C5 = new System.Windows.Forms.ComboBox();
|
|
this.L_C5 = new System.Windows.Forms.Label();
|
|
this.CB_C4 = new System.Windows.Forms.ComboBox();
|
|
this.L_C4 = new System.Windows.Forms.Label();
|
|
this.CB_C3 = new System.Windows.Forms.ComboBox();
|
|
this.L_C3 = new System.Windows.Forms.Label();
|
|
this.CB_C2 = new System.Windows.Forms.ComboBox();
|
|
this.L_C2 = new System.Windows.Forms.Label();
|
|
this.CB_C1 = new System.Windows.Forms.ComboBox();
|
|
this.L_C1 = new System.Windows.Forms.Label();
|
|
this.L_First = new System.Windows.Forms.Label();
|
|
this.L_Current = new System.Windows.Forms.Label();
|
|
this.TB_EC = new System.Windows.Forms.TextBox();
|
|
this.L_EC = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(306, 166);
|
|
this.B_Close.Name = "B_Close";
|
|
this.B_Close.Size = new System.Drawing.Size(76, 23);
|
|
this.B_Close.TabIndex = 29;
|
|
this.B_Close.Text = "Save";
|
|
this.B_Close.UseVisualStyleBackColor = true;
|
|
this.B_Close.Click += new System.EventHandler(this.B_Close_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(224, 166);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(76, 23);
|
|
this.B_Cancel.TabIndex = 28;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// L_F1
|
|
//
|
|
this.L_F1.Location = new System.Drawing.Point(12, 25);
|
|
this.L_F1.Name = "L_F1";
|
|
this.L_F1.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F1.TabIndex = 1;
|
|
this.L_F1.Text = "PKM 1:";
|
|
this.L_F1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_F1
|
|
//
|
|
this.CB_F1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F1.FormattingEnabled = true;
|
|
this.CB_F1.Location = new System.Drawing.Point(68, 27);
|
|
this.CB_F1.Name = "CB_F1";
|
|
this.CB_F1.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F1.TabIndex = 2;
|
|
//
|
|
// CB_F2
|
|
//
|
|
this.CB_F2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F2.FormattingEnabled = true;
|
|
this.CB_F2.Location = new System.Drawing.Point(68, 49);
|
|
this.CB_F2.Name = "CB_F2";
|
|
this.CB_F2.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F2.TabIndex = 4;
|
|
//
|
|
// L_F2
|
|
//
|
|
this.L_F2.Location = new System.Drawing.Point(12, 47);
|
|
this.L_F2.Name = "L_F2";
|
|
this.L_F2.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F2.TabIndex = 3;
|
|
this.L_F2.Text = "PKM 2:";
|
|
this.L_F2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_F3
|
|
//
|
|
this.CB_F3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F3.FormattingEnabled = true;
|
|
this.CB_F3.Location = new System.Drawing.Point(68, 71);
|
|
this.CB_F3.Name = "CB_F3";
|
|
this.CB_F3.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F3.TabIndex = 6;
|
|
//
|
|
// L_F3
|
|
//
|
|
this.L_F3.Location = new System.Drawing.Point(12, 69);
|
|
this.L_F3.Name = "L_F3";
|
|
this.L_F3.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F3.TabIndex = 5;
|
|
this.L_F3.Text = "PKM 3:";
|
|
this.L_F3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_F4
|
|
//
|
|
this.CB_F4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F4.FormattingEnabled = true;
|
|
this.CB_F4.Location = new System.Drawing.Point(68, 93);
|
|
this.CB_F4.Name = "CB_F4";
|
|
this.CB_F4.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F4.TabIndex = 8;
|
|
//
|
|
// L_F4
|
|
//
|
|
this.L_F4.Location = new System.Drawing.Point(12, 91);
|
|
this.L_F4.Name = "L_F4";
|
|
this.L_F4.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F4.TabIndex = 7;
|
|
this.L_F4.Text = "PKM 4:";
|
|
this.L_F4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_F5
|
|
//
|
|
this.CB_F5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F5.FormattingEnabled = true;
|
|
this.CB_F5.Location = new System.Drawing.Point(68, 115);
|
|
this.CB_F5.Name = "CB_F5";
|
|
this.CB_F5.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F5.TabIndex = 10;
|
|
//
|
|
// L_F5
|
|
//
|
|
this.L_F5.Location = new System.Drawing.Point(12, 113);
|
|
this.L_F5.Name = "L_F5";
|
|
this.L_F5.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F5.TabIndex = 9;
|
|
this.L_F5.Text = "PKM 5:";
|
|
this.L_F5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_F6
|
|
//
|
|
this.CB_F6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_F6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_F6.FormattingEnabled = true;
|
|
this.CB_F6.Location = new System.Drawing.Point(68, 137);
|
|
this.CB_F6.Name = "CB_F6";
|
|
this.CB_F6.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_F6.TabIndex = 12;
|
|
//
|
|
// L_F6
|
|
//
|
|
this.L_F6.Location = new System.Drawing.Point(12, 135);
|
|
this.L_F6.Name = "L_F6";
|
|
this.L_F6.Size = new System.Drawing.Size(50, 23);
|
|
this.L_F6.TabIndex = 11;
|
|
this.L_F6.Text = "PKM 6:";
|
|
this.L_F6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C6
|
|
//
|
|
this.CB_C6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C6.FormattingEnabled = true;
|
|
this.CB_C6.Location = new System.Drawing.Point(261, 137);
|
|
this.CB_C6.Name = "CB_C6";
|
|
this.CB_C6.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C6.TabIndex = 24;
|
|
//
|
|
// L_C6
|
|
//
|
|
this.L_C6.Location = new System.Drawing.Point(205, 135);
|
|
this.L_C6.Name = "L_C6";
|
|
this.L_C6.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C6.TabIndex = 23;
|
|
this.L_C6.Text = "PKM 6:";
|
|
this.L_C6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C5
|
|
//
|
|
this.CB_C5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C5.FormattingEnabled = true;
|
|
this.CB_C5.Location = new System.Drawing.Point(261, 115);
|
|
this.CB_C5.Name = "CB_C5";
|
|
this.CB_C5.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C5.TabIndex = 22;
|
|
//
|
|
// L_C5
|
|
//
|
|
this.L_C5.Location = new System.Drawing.Point(205, 113);
|
|
this.L_C5.Name = "L_C5";
|
|
this.L_C5.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C5.TabIndex = 21;
|
|
this.L_C5.Text = "PKM 5:";
|
|
this.L_C5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C4
|
|
//
|
|
this.CB_C4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C4.FormattingEnabled = true;
|
|
this.CB_C4.Location = new System.Drawing.Point(261, 93);
|
|
this.CB_C4.Name = "CB_C4";
|
|
this.CB_C4.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C4.TabIndex = 20;
|
|
//
|
|
// L_C4
|
|
//
|
|
this.L_C4.Location = new System.Drawing.Point(205, 91);
|
|
this.L_C4.Name = "L_C4";
|
|
this.L_C4.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C4.TabIndex = 19;
|
|
this.L_C4.Text = "PKM 4:";
|
|
this.L_C4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C3
|
|
//
|
|
this.CB_C3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C3.FormattingEnabled = true;
|
|
this.CB_C3.Location = new System.Drawing.Point(261, 71);
|
|
this.CB_C3.Name = "CB_C3";
|
|
this.CB_C3.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C3.TabIndex = 18;
|
|
//
|
|
// L_C3
|
|
//
|
|
this.L_C3.Location = new System.Drawing.Point(205, 69);
|
|
this.L_C3.Name = "L_C3";
|
|
this.L_C3.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C3.TabIndex = 17;
|
|
this.L_C3.Text = "PKM 3:";
|
|
this.L_C3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C2
|
|
//
|
|
this.CB_C2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C2.FormattingEnabled = true;
|
|
this.CB_C2.Location = new System.Drawing.Point(261, 49);
|
|
this.CB_C2.Name = "CB_C2";
|
|
this.CB_C2.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C2.TabIndex = 16;
|
|
//
|
|
// L_C2
|
|
//
|
|
this.L_C2.Location = new System.Drawing.Point(205, 47);
|
|
this.L_C2.Name = "L_C2";
|
|
this.L_C2.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C2.TabIndex = 15;
|
|
this.L_C2.Text = "PKM 2:";
|
|
this.L_C2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_C1
|
|
//
|
|
this.CB_C1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.CB_C1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_C1.FormattingEnabled = true;
|
|
this.CB_C1.Location = new System.Drawing.Point(261, 27);
|
|
this.CB_C1.Name = "CB_C1";
|
|
this.CB_C1.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_C1.TabIndex = 14;
|
|
//
|
|
// L_C1
|
|
//
|
|
this.L_C1.Location = new System.Drawing.Point(205, 25);
|
|
this.L_C1.Name = "L_C1";
|
|
this.L_C1.Size = new System.Drawing.Size(50, 23);
|
|
this.L_C1.TabIndex = 13;
|
|
this.L_C1.Text = "PKM 1:";
|
|
this.L_C1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_First
|
|
//
|
|
this.L_First.Location = new System.Drawing.Point(65, 1);
|
|
this.L_First.Name = "L_First";
|
|
this.L_First.Size = new System.Drawing.Size(124, 23);
|
|
this.L_First.TabIndex = 0;
|
|
this.L_First.Text = "First";
|
|
this.L_First.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// L_Current
|
|
//
|
|
this.L_Current.Location = new System.Drawing.Point(258, 1);
|
|
this.L_Current.Name = "L_Current";
|
|
this.L_Current.Size = new System.Drawing.Size(124, 23);
|
|
this.L_Current.TabIndex = 0;
|
|
this.L_Current.Text = "Current";
|
|
this.L_Current.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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(129, 169);
|
|
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 = 65;
|
|
this.TB_EC.Text = "12345678";
|
|
//
|
|
// L_EC
|
|
//
|
|
this.L_EC.Location = new System.Drawing.Point(37, 169);
|
|
this.L_EC.Name = "L_EC";
|
|
this.L_EC.Size = new System.Drawing.Size(90, 20);
|
|
this.L_EC.TabIndex = 64;
|
|
this.L_EC.Text = "Starter EC:";
|
|
this.L_EC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// SAV_HallOfFame7
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(394, 201);
|
|
this.Controls.Add(this.TB_EC);
|
|
this.Controls.Add(this.L_EC);
|
|
this.Controls.Add(this.L_Current);
|
|
this.Controls.Add(this.L_First);
|
|
this.Controls.Add(this.CB_C6);
|
|
this.Controls.Add(this.L_C6);
|
|
this.Controls.Add(this.CB_C5);
|
|
this.Controls.Add(this.L_C5);
|
|
this.Controls.Add(this.CB_C4);
|
|
this.Controls.Add(this.L_C4);
|
|
this.Controls.Add(this.CB_C3);
|
|
this.Controls.Add(this.L_C3);
|
|
this.Controls.Add(this.CB_C2);
|
|
this.Controls.Add(this.L_C2);
|
|
this.Controls.Add(this.CB_C1);
|
|
this.Controls.Add(this.L_C1);
|
|
this.Controls.Add(this.CB_F6);
|
|
this.Controls.Add(this.L_F6);
|
|
this.Controls.Add(this.CB_F5);
|
|
this.Controls.Add(this.L_F5);
|
|
this.Controls.Add(this.CB_F4);
|
|
this.Controls.Add(this.L_F4);
|
|
this.Controls.Add(this.CB_F3);
|
|
this.Controls.Add(this.L_F3);
|
|
this.Controls.Add(this.CB_F2);
|
|
this.Controls.Add(this.L_F2);
|
|
this.Controls.Add(this.CB_F1);
|
|
this.Controls.Add(this.L_F1);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.Controls.Add(this.B_Close);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SAV_HallOfFame7";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Hall of Fame Viewer";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button B_Close;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Label L_F1;
|
|
private System.Windows.Forms.ComboBox CB_F1;
|
|
private System.Windows.Forms.ComboBox CB_F2;
|
|
private System.Windows.Forms.Label L_F2;
|
|
private System.Windows.Forms.ComboBox CB_F3;
|
|
private System.Windows.Forms.Label L_F3;
|
|
private System.Windows.Forms.ComboBox CB_F4;
|
|
private System.Windows.Forms.Label L_F4;
|
|
private System.Windows.Forms.ComboBox CB_F5;
|
|
private System.Windows.Forms.Label L_F5;
|
|
private System.Windows.Forms.ComboBox CB_F6;
|
|
private System.Windows.Forms.Label L_F6;
|
|
private System.Windows.Forms.ComboBox CB_C6;
|
|
private System.Windows.Forms.Label L_C6;
|
|
private System.Windows.Forms.ComboBox CB_C5;
|
|
private System.Windows.Forms.Label L_C5;
|
|
private System.Windows.Forms.ComboBox CB_C4;
|
|
private System.Windows.Forms.Label L_C4;
|
|
private System.Windows.Forms.ComboBox CB_C3;
|
|
private System.Windows.Forms.Label L_C3;
|
|
private System.Windows.Forms.ComboBox CB_C2;
|
|
private System.Windows.Forms.Label L_C2;
|
|
private System.Windows.Forms.ComboBox CB_C1;
|
|
private System.Windows.Forms.Label L_C1;
|
|
private System.Windows.Forms.Label L_First;
|
|
private System.Windows.Forms.Label L_Current;
|
|
private System.Windows.Forms.TextBox TB_EC;
|
|
private System.Windows.Forms.Label L_EC;
|
|
}
|
|
}
|