mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-05 21:17:14 -05:00
* Move pkhex.drawing calls out of form constructors designer doesn't like it; if Main can't be designed then there's some call that it can't process for whatever reason * Add netcore3 targeting Closes #2198 by adding a netcore3 build option Closes #2391 by retaining designer functionality and net46 builds
548 lines
25 KiB
C#
548 lines
25 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_PokedexSM
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.LB_Species = new System.Windows.Forms.ListBox();
|
|
this.CHK_P1 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P3 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P4 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P5 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P6 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P7 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P8 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_P9 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L7 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L6 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L5 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L4 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L3 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L2 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L1 = new System.Windows.Forms.CheckBox();
|
|
this.L_goto = new System.Windows.Forms.Label();
|
|
this.CB_Species = new System.Windows.Forms.ComboBox();
|
|
this.B_GiveAll = new System.Windows.Forms.Button();
|
|
this.B_Save = new System.Windows.Forms.Button();
|
|
this.B_Modify = new System.Windows.Forms.Button();
|
|
this.GB_Language = new System.Windows.Forms.GroupBox();
|
|
this.CHK_L9 = new System.Windows.Forms.CheckBox();
|
|
this.CHK_L8 = new System.Windows.Forms.CheckBox();
|
|
this.GB_Encountered = new System.Windows.Forms.GroupBox();
|
|
this.GB_Owned = new System.Windows.Forms.GroupBox();
|
|
this.GB_Displayed = new System.Windows.Forms.GroupBox();
|
|
this.modifyMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.mnuSeenNone = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuSeenAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuCaughtNone = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuCaughtAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuComplete = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuFormNone = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuForm1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mnuFormAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.LB_Forms = new System.Windows.Forms.ListBox();
|
|
this.GB_Language.SuspendLayout();
|
|
this.GB_Encountered.SuspendLayout();
|
|
this.GB_Owned.SuspendLayout();
|
|
this.GB_Displayed.SuspendLayout();
|
|
this.modifyMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(244, 241);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(80, 21);
|
|
this.B_Cancel.TabIndex = 0;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// LB_Species
|
|
//
|
|
this.LB_Species.FormattingEnabled = true;
|
|
this.LB_Species.ItemHeight = 12;
|
|
this.LB_Species.Location = new System.Drawing.Point(12, 37);
|
|
this.LB_Species.Name = "LB_Species";
|
|
this.LB_Species.Size = new System.Drawing.Size(160, 160);
|
|
this.LB_Species.TabIndex = 2;
|
|
this.LB_Species.SelectedIndexChanged += new System.EventHandler(this.ChangeLBSpecies);
|
|
//
|
|
// CHK_P1
|
|
//
|
|
this.CHK_P1.AutoSize = true;
|
|
this.CHK_P1.Location = new System.Drawing.Point(18, 14);
|
|
this.CHK_P1.Name = "CHK_P1";
|
|
this.CHK_P1.Size = new System.Drawing.Size(58, 16);
|
|
this.CHK_P1.TabIndex = 3;
|
|
this.CHK_P1.Text = "Owned";
|
|
this.CHK_P1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_P2
|
|
//
|
|
this.CHK_P2.AutoSize = true;
|
|
this.CHK_P2.Location = new System.Drawing.Point(6, 23);
|
|
this.CHK_P2.Name = "CHK_P2";
|
|
this.CHK_P2.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_P2.TabIndex = 4;
|
|
this.CHK_P2.Text = "Male";
|
|
this.CHK_P2.UseVisualStyleBackColor = true;
|
|
this.CHK_P2.Click += new System.EventHandler(this.ChangeEncountered);
|
|
//
|
|
// CHK_P3
|
|
//
|
|
this.CHK_P3.AutoSize = true;
|
|
this.CHK_P3.Location = new System.Drawing.Point(6, 39);
|
|
this.CHK_P3.Name = "CHK_P3";
|
|
this.CHK_P3.Size = new System.Drawing.Size(61, 16);
|
|
this.CHK_P3.TabIndex = 5;
|
|
this.CHK_P3.Text = "Female";
|
|
this.CHK_P3.UseVisualStyleBackColor = true;
|
|
this.CHK_P3.Click += new System.EventHandler(this.ChangeEncountered);
|
|
//
|
|
// CHK_P4
|
|
//
|
|
this.CHK_P4.AutoSize = true;
|
|
this.CHK_P4.Location = new System.Drawing.Point(6, 55);
|
|
this.CHK_P4.Name = "CHK_P4";
|
|
this.CHK_P4.Size = new System.Drawing.Size(80, 16);
|
|
this.CHK_P4.TabIndex = 6;
|
|
this.CHK_P4.Text = "Shiny Male";
|
|
this.CHK_P4.UseVisualStyleBackColor = true;
|
|
this.CHK_P4.Click += new System.EventHandler(this.ChangeEncountered);
|
|
//
|
|
// CHK_P5
|
|
//
|
|
this.CHK_P5.AutoSize = true;
|
|
this.CHK_P5.Location = new System.Drawing.Point(6, 71);
|
|
this.CHK_P5.Name = "CHK_P5";
|
|
this.CHK_P5.Size = new System.Drawing.Size(93, 16);
|
|
this.CHK_P5.TabIndex = 7;
|
|
this.CHK_P5.Text = "Shiny Female";
|
|
this.CHK_P5.UseVisualStyleBackColor = true;
|
|
this.CHK_P5.Click += new System.EventHandler(this.ChangeEncountered);
|
|
//
|
|
// CHK_P6
|
|
//
|
|
this.CHK_P6.AutoSize = true;
|
|
this.CHK_P6.Location = new System.Drawing.Point(6, 23);
|
|
this.CHK_P6.Name = "CHK_P6";
|
|
this.CHK_P6.Size = new System.Drawing.Size(48, 16);
|
|
this.CHK_P6.TabIndex = 8;
|
|
this.CHK_P6.Text = "Male";
|
|
this.CHK_P6.UseVisualStyleBackColor = true;
|
|
this.CHK_P6.Click += new System.EventHandler(this.ChangeDisplayed);
|
|
//
|
|
// CHK_P7
|
|
//
|
|
this.CHK_P7.AutoSize = true;
|
|
this.CHK_P7.Location = new System.Drawing.Point(6, 39);
|
|
this.CHK_P7.Name = "CHK_P7";
|
|
this.CHK_P7.Size = new System.Drawing.Size(61, 16);
|
|
this.CHK_P7.TabIndex = 9;
|
|
this.CHK_P7.Text = "Female";
|
|
this.CHK_P7.UseVisualStyleBackColor = true;
|
|
this.CHK_P7.Click += new System.EventHandler(this.ChangeDisplayed);
|
|
//
|
|
// CHK_P8
|
|
//
|
|
this.CHK_P8.AutoSize = true;
|
|
this.CHK_P8.Location = new System.Drawing.Point(6, 55);
|
|
this.CHK_P8.Name = "CHK_P8";
|
|
this.CHK_P8.Size = new System.Drawing.Size(80, 16);
|
|
this.CHK_P8.TabIndex = 10;
|
|
this.CHK_P8.Text = "Shiny Male";
|
|
this.CHK_P8.UseVisualStyleBackColor = true;
|
|
this.CHK_P8.Click += new System.EventHandler(this.ChangeDisplayed);
|
|
//
|
|
// CHK_P9
|
|
//
|
|
this.CHK_P9.AutoSize = true;
|
|
this.CHK_P9.Location = new System.Drawing.Point(6, 71);
|
|
this.CHK_P9.Name = "CHK_P9";
|
|
this.CHK_P9.Size = new System.Drawing.Size(93, 16);
|
|
this.CHK_P9.TabIndex = 11;
|
|
this.CHK_P9.Text = "Shiny Female";
|
|
this.CHK_P9.UseVisualStyleBackColor = true;
|
|
this.CHK_P9.Click += new System.EventHandler(this.ChangeDisplayed);
|
|
//
|
|
// CHK_L7
|
|
//
|
|
this.CHK_L7.AutoSize = true;
|
|
this.CHK_L7.Location = new System.Drawing.Point(18, 108);
|
|
this.CHK_L7.Name = "CHK_L7";
|
|
this.CHK_L7.Size = new System.Drawing.Size(59, 16);
|
|
this.CHK_L7.TabIndex = 19;
|
|
this.CHK_L7.Text = "Korean";
|
|
this.CHK_L7.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L6
|
|
//
|
|
this.CHK_L6.AutoSize = true;
|
|
this.CHK_L6.Location = new System.Drawing.Point(18, 93);
|
|
this.CHK_L6.Name = "CHK_L6";
|
|
this.CHK_L6.Size = new System.Drawing.Size(64, 16);
|
|
this.CHK_L6.TabIndex = 18;
|
|
this.CHK_L6.Text = "Spanish";
|
|
this.CHK_L6.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L5
|
|
//
|
|
this.CHK_L5.AutoSize = true;
|
|
this.CHK_L5.Location = new System.Drawing.Point(18, 77);
|
|
this.CHK_L5.Name = "CHK_L5";
|
|
this.CHK_L5.Size = new System.Drawing.Size(63, 16);
|
|
this.CHK_L5.TabIndex = 17;
|
|
this.CHK_L5.Text = "German";
|
|
this.CHK_L5.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L4
|
|
//
|
|
this.CHK_L4.AutoSize = true;
|
|
this.CHK_L4.Location = new System.Drawing.Point(18, 61);
|
|
this.CHK_L4.Name = "CHK_L4";
|
|
this.CHK_L4.Size = new System.Drawing.Size(55, 16);
|
|
this.CHK_L4.TabIndex = 16;
|
|
this.CHK_L4.Text = "Italian";
|
|
this.CHK_L4.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L3
|
|
//
|
|
this.CHK_L3.AutoSize = true;
|
|
this.CHK_L3.Location = new System.Drawing.Point(18, 45);
|
|
this.CHK_L3.Name = "CHK_L3";
|
|
this.CHK_L3.Size = new System.Drawing.Size(59, 16);
|
|
this.CHK_L3.TabIndex = 15;
|
|
this.CHK_L3.Text = "French";
|
|
this.CHK_L3.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L2
|
|
//
|
|
this.CHK_L2.AutoSize = true;
|
|
this.CHK_L2.Location = new System.Drawing.Point(18, 30);
|
|
this.CHK_L2.Name = "CHK_L2";
|
|
this.CHK_L2.Size = new System.Drawing.Size(61, 16);
|
|
this.CHK_L2.TabIndex = 14;
|
|
this.CHK_L2.Text = "English";
|
|
this.CHK_L2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L1
|
|
//
|
|
this.CHK_L1.AutoSize = true;
|
|
this.CHK_L1.Location = new System.Drawing.Point(18, 14);
|
|
this.CHK_L1.Name = "CHK_L1";
|
|
this.CHK_L1.Size = new System.Drawing.Size(73, 16);
|
|
this.CHK_L1.TabIndex = 13;
|
|
this.CHK_L1.Text = "Japanese";
|
|
this.CHK_L1.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_goto
|
|
//
|
|
this.L_goto.AutoSize = true;
|
|
this.L_goto.Location = new System.Drawing.Point(12, 15);
|
|
this.L_goto.Name = "L_goto";
|
|
this.L_goto.Size = new System.Drawing.Size(29, 12);
|
|
this.L_goto.TabIndex = 20;
|
|
this.L_goto.Text = "goto:";
|
|
//
|
|
// CB_Species
|
|
//
|
|
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.CB_Species.DropDownWidth = 95;
|
|
this.CB_Species.FormattingEnabled = true;
|
|
this.CB_Species.Items.AddRange(new object[] {
|
|
"0"});
|
|
this.CB_Species.Location = new System.Drawing.Point(50, 12);
|
|
this.CB_Species.Name = "CB_Species";
|
|
this.CB_Species.Size = new System.Drawing.Size(122, 20);
|
|
this.CB_Species.TabIndex = 21;
|
|
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.ChangeCBSpecies);
|
|
this.CB_Species.SelectedValueChanged += new System.EventHandler(this.ChangeCBSpecies);
|
|
//
|
|
// B_GiveAll
|
|
//
|
|
this.B_GiveAll.Location = new System.Drawing.Point(178, 10);
|
|
this.B_GiveAll.Name = "B_GiveAll";
|
|
this.B_GiveAll.Size = new System.Drawing.Size(60, 21);
|
|
this.B_GiveAll.TabIndex = 23;
|
|
this.B_GiveAll.Text = "Check All";
|
|
this.B_GiveAll.UseVisualStyleBackColor = true;
|
|
this.B_GiveAll.Click += new System.EventHandler(this.B_GiveAll_Click);
|
|
//
|
|
// 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(330, 241);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(80, 21);
|
|
this.B_Save.TabIndex = 24;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// B_Modify
|
|
//
|
|
this.B_Modify.Location = new System.Drawing.Point(347, 10);
|
|
this.B_Modify.Name = "B_Modify";
|
|
this.B_Modify.Size = new System.Drawing.Size(60, 21);
|
|
this.B_Modify.TabIndex = 25;
|
|
this.B_Modify.Text = "Modify...";
|
|
this.B_Modify.UseVisualStyleBackColor = true;
|
|
this.B_Modify.Click += new System.EventHandler(this.B_Modify_Click);
|
|
//
|
|
// GB_Language
|
|
//
|
|
this.GB_Language.Controls.Add(this.CHK_L9);
|
|
this.GB_Language.Controls.Add(this.CHK_L8);
|
|
this.GB_Language.Controls.Add(this.CHK_L7);
|
|
this.GB_Language.Controls.Add(this.CHK_L6);
|
|
this.GB_Language.Controls.Add(this.CHK_L5);
|
|
this.GB_Language.Controls.Add(this.CHK_L4);
|
|
this.GB_Language.Controls.Add(this.CHK_L3);
|
|
this.GB_Language.Controls.Add(this.CHK_L2);
|
|
this.GB_Language.Controls.Add(this.CHK_L1);
|
|
this.GB_Language.Location = new System.Drawing.Point(300, 76);
|
|
this.GB_Language.Name = "GB_Language";
|
|
this.GB_Language.Size = new System.Drawing.Size(108, 159);
|
|
this.GB_Language.TabIndex = 26;
|
|
this.GB_Language.TabStop = false;
|
|
this.GB_Language.Text = "Languages";
|
|
//
|
|
// CHK_L9
|
|
//
|
|
this.CHK_L9.AutoSize = true;
|
|
this.CHK_L9.Location = new System.Drawing.Point(18, 140);
|
|
this.CHK_L9.Name = "CHK_L9";
|
|
this.CHK_L9.Size = new System.Drawing.Size(71, 16);
|
|
this.CHK_L9.TabIndex = 21;
|
|
this.CHK_L9.Text = "Chinese2";
|
|
this.CHK_L9.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_L8
|
|
//
|
|
this.CHK_L8.AutoSize = true;
|
|
this.CHK_L8.Location = new System.Drawing.Point(18, 124);
|
|
this.CHK_L8.Name = "CHK_L8";
|
|
this.CHK_L8.Size = new System.Drawing.Size(65, 16);
|
|
this.CHK_L8.TabIndex = 20;
|
|
this.CHK_L8.Text = "Chinese";
|
|
this.CHK_L8.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Encountered
|
|
//
|
|
this.GB_Encountered.Controls.Add(this.CHK_P5);
|
|
this.GB_Encountered.Controls.Add(this.CHK_P4);
|
|
this.GB_Encountered.Controls.Add(this.CHK_P3);
|
|
this.GB_Encountered.Controls.Add(this.CHK_P2);
|
|
this.GB_Encountered.Location = new System.Drawing.Point(178, 37);
|
|
this.GB_Encountered.Name = "GB_Encountered";
|
|
this.GB_Encountered.Size = new System.Drawing.Size(116, 96);
|
|
this.GB_Encountered.TabIndex = 27;
|
|
this.GB_Encountered.TabStop = false;
|
|
this.GB_Encountered.Text = "Seen";
|
|
//
|
|
// GB_Owned
|
|
//
|
|
this.GB_Owned.Controls.Add(this.CHK_P1);
|
|
this.GB_Owned.Location = new System.Drawing.Point(300, 37);
|
|
this.GB_Owned.Name = "GB_Owned";
|
|
this.GB_Owned.Size = new System.Drawing.Size(108, 33);
|
|
this.GB_Owned.TabIndex = 28;
|
|
this.GB_Owned.TabStop = false;
|
|
this.GB_Owned.Text = "Owned";
|
|
//
|
|
// GB_Displayed
|
|
//
|
|
this.GB_Displayed.Controls.Add(this.CHK_P9);
|
|
this.GB_Displayed.Controls.Add(this.CHK_P8);
|
|
this.GB_Displayed.Controls.Add(this.CHK_P7);
|
|
this.GB_Displayed.Controls.Add(this.CHK_P6);
|
|
this.GB_Displayed.Location = new System.Drawing.Point(178, 139);
|
|
this.GB_Displayed.Name = "GB_Displayed";
|
|
this.GB_Displayed.Size = new System.Drawing.Size(116, 96);
|
|
this.GB_Displayed.TabIndex = 31;
|
|
this.GB_Displayed.TabStop = false;
|
|
this.GB_Displayed.Text = "Displayed";
|
|
//
|
|
// modifyMenu
|
|
//
|
|
this.modifyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.mnuSeenNone,
|
|
this.mnuSeenAll,
|
|
this.mnuCaughtNone,
|
|
this.mnuCaughtAll,
|
|
this.mnuComplete});
|
|
this.modifyMenu.Name = "modifyMenu";
|
|
this.modifyMenu.Size = new System.Drawing.Size(158, 114);
|
|
//
|
|
// mnuSeenNone
|
|
//
|
|
this.mnuSeenNone.Name = "mnuSeenNone";
|
|
this.mnuSeenNone.Size = new System.Drawing.Size(157, 22);
|
|
this.mnuSeenNone.Text = "Seen none";
|
|
this.mnuSeenNone.Click += new System.EventHandler(this.ModifyAll);
|
|
//
|
|
// mnuSeenAll
|
|
//
|
|
this.mnuSeenAll.Name = "mnuSeenAll";
|
|
this.mnuSeenAll.Size = new System.Drawing.Size(157, 22);
|
|
this.mnuSeenAll.Text = "Seen all";
|
|
this.mnuSeenAll.Click += new System.EventHandler(this.ModifyAll);
|
|
//
|
|
// mnuCaughtNone
|
|
//
|
|
this.mnuCaughtNone.Name = "mnuCaughtNone";
|
|
this.mnuCaughtNone.Size = new System.Drawing.Size(157, 22);
|
|
this.mnuCaughtNone.Text = "Caught none";
|
|
this.mnuCaughtNone.Click += new System.EventHandler(this.ModifyAll);
|
|
//
|
|
// mnuCaughtAll
|
|
//
|
|
this.mnuCaughtAll.Name = "mnuCaughtAll";
|
|
this.mnuCaughtAll.Size = new System.Drawing.Size(157, 22);
|
|
this.mnuCaughtAll.Text = "Caught all";
|
|
this.mnuCaughtAll.Click += new System.EventHandler(this.ModifyAll);
|
|
//
|
|
// mnuComplete
|
|
//
|
|
this.mnuComplete.Name = "mnuComplete";
|
|
this.mnuComplete.Size = new System.Drawing.Size(157, 22);
|
|
this.mnuComplete.Text = "Complete Dex";
|
|
this.mnuComplete.Click += new System.EventHandler(this.ModifyAll);
|
|
//
|
|
// mnuFormNone
|
|
//
|
|
this.mnuFormNone.Name = "mnuFormNone";
|
|
this.mnuFormNone.Size = new System.Drawing.Size(32, 19);
|
|
//
|
|
// mnuForm1
|
|
//
|
|
this.mnuForm1.Name = "mnuForm1";
|
|
this.mnuForm1.Size = new System.Drawing.Size(32, 19);
|
|
//
|
|
// mnuFormAll
|
|
//
|
|
this.mnuFormAll.Name = "mnuFormAll";
|
|
this.mnuFormAll.Size = new System.Drawing.Size(32, 19);
|
|
//
|
|
// LB_Forms
|
|
//
|
|
this.LB_Forms.FormattingEnabled = true;
|
|
this.LB_Forms.ItemHeight = 12;
|
|
this.LB_Forms.Location = new System.Drawing.Point(12, 205);
|
|
this.LB_Forms.Name = "LB_Forms";
|
|
this.LB_Forms.Size = new System.Drawing.Size(160, 52);
|
|
this.LB_Forms.TabIndex = 32;
|
|
this.LB_Forms.SelectedIndexChanged += new System.EventHandler(this.ChangeLBForms);
|
|
//
|
|
// SAV_PokedexSM
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(417, 269);
|
|
this.Controls.Add(this.LB_Forms);
|
|
this.Controls.Add(this.GB_Displayed);
|
|
this.Controls.Add(this.GB_Owned);
|
|
this.Controls.Add(this.GB_Encountered);
|
|
this.Controls.Add(this.GB_Language);
|
|
this.Controls.Add(this.B_Modify);
|
|
this.Controls.Add(this.B_Save);
|
|
this.Controls.Add(this.B_GiveAll);
|
|
this.Controls.Add(this.CB_Species);
|
|
this.Controls.Add(this.L_goto);
|
|
this.Controls.Add(this.LB_Species);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SAV_PokedexSM";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Pokédex Editor";
|
|
this.GB_Language.ResumeLayout(false);
|
|
this.GB_Language.PerformLayout();
|
|
this.GB_Encountered.ResumeLayout(false);
|
|
this.GB_Encountered.PerformLayout();
|
|
this.GB_Owned.ResumeLayout(false);
|
|
this.GB_Owned.PerformLayout();
|
|
this.GB_Displayed.ResumeLayout(false);
|
|
this.GB_Displayed.PerformLayout();
|
|
this.modifyMenu.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.ListBox LB_Species;
|
|
private System.Windows.Forms.CheckBox CHK_P1;
|
|
private System.Windows.Forms.CheckBox CHK_P2;
|
|
private System.Windows.Forms.CheckBox CHK_P3;
|
|
private System.Windows.Forms.CheckBox CHK_P4;
|
|
private System.Windows.Forms.CheckBox CHK_P5;
|
|
private System.Windows.Forms.CheckBox CHK_P6;
|
|
private System.Windows.Forms.CheckBox CHK_P7;
|
|
private System.Windows.Forms.CheckBox CHK_P8;
|
|
private System.Windows.Forms.CheckBox CHK_P9;
|
|
private System.Windows.Forms.CheckBox CHK_L7;
|
|
private System.Windows.Forms.CheckBox CHK_L6;
|
|
private System.Windows.Forms.CheckBox CHK_L5;
|
|
private System.Windows.Forms.CheckBox CHK_L4;
|
|
private System.Windows.Forms.CheckBox CHK_L3;
|
|
private System.Windows.Forms.CheckBox CHK_L2;
|
|
private System.Windows.Forms.CheckBox CHK_L1;
|
|
private System.Windows.Forms.Label L_goto;
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.Button B_GiveAll;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Button B_Modify;
|
|
private System.Windows.Forms.GroupBox GB_Language;
|
|
private System.Windows.Forms.GroupBox GB_Encountered;
|
|
private System.Windows.Forms.GroupBox GB_Owned;
|
|
private System.Windows.Forms.GroupBox GB_Displayed;
|
|
private System.Windows.Forms.ContextMenuStrip modifyMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSeenNone;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuSeenAll;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuCaughtNone;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuCaughtAll;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuComplete;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFormNone;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuForm1;
|
|
private System.Windows.Forms.ToolStripMenuItem mnuFormAll;
|
|
private System.Windows.Forms.CheckBox CHK_L8;
|
|
private System.Windows.Forms.CheckBox CHK_L9;
|
|
private System.Windows.Forms.ListBox LB_Forms;
|
|
}
|
|
}
|