namespace PKHeX.WinForms { partial class SAV_PokedexGG { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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_SizeRecords = new System.Windows.Forms.GroupBox(); this.CHK_RMaxWeight = new System.Windows.Forms.CheckBox(); this.CHK_RMinWeight = new System.Windows.Forms.CheckBox(); this.CHK_RMaxHeight = new System.Windows.Forms.CheckBox(); this.CHK_RMinHeight = new System.Windows.Forms.CheckBox(); this.L_RWeight = new System.Windows.Forms.Label(); this.L_RHeight = new System.Windows.Forms.Label(); this.L_RWeightMax = new System.Windows.Forms.Label(); this.L_RHeightMax = new System.Windows.Forms.Label(); this.L_RWeightMin = new System.Windows.Forms.Label(); this.L_RHeightMin = new System.Windows.Forms.Label(); this.NUD_RWeightMax = new System.Windows.Forms.NumericUpDown(); this.NUD_RWeightMin = new System.Windows.Forms.NumericUpDown(); this.NUD_RHeightMaxWeight = new System.Windows.Forms.NumericUpDown(); this.NUD_RHeightMinWeight = new System.Windows.Forms.NumericUpDown(); this.NUD_RWeightMaxHeight = new System.Windows.Forms.NumericUpDown(); this.NUD_RWeightMinHeight = new System.Windows.Forms.NumericUpDown(); this.NUD_RHeightMax = new System.Windows.Forms.NumericUpDown(); this.NUD_RHeightMin = new System.Windows.Forms.NumericUpDown(); this.B_Counts = new System.Windows.Forms.Button(); this.GB_Language.SuspendLayout(); this.GB_Encountered.SuspendLayout(); this.GB_Owned.SuspendLayout(); this.GB_Displayed.SuspendLayout(); this.modifyMenu.SuspendLayout(); this.GB_SizeRecords.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMaxWeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMinWeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMaxHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMinHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMax)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMin)).BeginInit(); 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, 393); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(80, 23); 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.Location = new System.Drawing.Point(12, 40); this.LB_Species.Name = "LB_Species"; this.LB_Species.Size = new System.Drawing.Size(160, 316); 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, 15); this.CHK_P1.Name = "CHK_P1"; this.CHK_P1.Size = new System.Drawing.Size(60, 17); 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, 25); this.CHK_P2.Name = "CHK_P2"; this.CHK_P2.Size = new System.Drawing.Size(49, 17); 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, 42); this.CHK_P3.Name = "CHK_P3"; this.CHK_P3.Size = new System.Drawing.Size(60, 17); 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, 60); this.CHK_P4.Name = "CHK_P4"; this.CHK_P4.Size = new System.Drawing.Size(78, 17); 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, 77); this.CHK_P5.Name = "CHK_P5"; this.CHK_P5.Size = new System.Drawing.Size(89, 17); 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, 25); this.CHK_P6.Name = "CHK_P6"; this.CHK_P6.Size = new System.Drawing.Size(49, 17); 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, 42); this.CHK_P7.Name = "CHK_P7"; this.CHK_P7.Size = new System.Drawing.Size(60, 17); 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, 60); this.CHK_P8.Name = "CHK_P8"; this.CHK_P8.Size = new System.Drawing.Size(78, 17); 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, 77); this.CHK_P9.Name = "CHK_P9"; this.CHK_P9.Size = new System.Drawing.Size(89, 17); 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, 117); this.CHK_L7.Name = "CHK_L7"; this.CHK_L7.Size = new System.Drawing.Size(60, 17); 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, 101); this.CHK_L6.Name = "CHK_L6"; this.CHK_L6.Size = new System.Drawing.Size(64, 17); 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, 83); this.CHK_L5.Name = "CHK_L5"; this.CHK_L5.Size = new System.Drawing.Size(63, 17); 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, 66); this.CHK_L4.Name = "CHK_L4"; this.CHK_L4.Size = new System.Drawing.Size(54, 17); 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, 49); this.CHK_L3.Name = "CHK_L3"; this.CHK_L3.Size = new System.Drawing.Size(59, 17); 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, 33); this.CHK_L2.Name = "CHK_L2"; this.CHK_L2.Size = new System.Drawing.Size(60, 17); 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, 15); this.CHK_L1.Name = "CHK_L1"; this.CHK_L1.Size = new System.Drawing.Size(72, 17); 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, 16); this.L_goto.Name = "L_goto"; this.L_goto.Size = new System.Drawing.Size(31, 13); 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, 13); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(122, 21); 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, 11); this.B_GiveAll.Name = "B_GiveAll"; this.B_GiveAll.Size = new System.Drawing.Size(60, 23); 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, 393); this.B_Save.Name = "B_Save"; this.B_Save.Size = new System.Drawing.Size(80, 23); 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, 11); this.B_Modify.Name = "B_Modify"; this.B_Modify.Size = new System.Drawing.Size(60, 23); 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, 82); this.GB_Language.Name = "GB_Language"; this.GB_Language.Size = new System.Drawing.Size(108, 172); 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, 152); this.CHK_L9.Name = "CHK_L9"; this.CHK_L9.Size = new System.Drawing.Size(70, 17); 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, 134); this.CHK_L8.Name = "CHK_L8"; this.CHK_L8.Size = new System.Drawing.Size(64, 17); 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, 40); this.GB_Encountered.Name = "GB_Encountered"; this.GB_Encountered.Size = new System.Drawing.Size(116, 104); 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, 40); this.GB_Owned.Name = "GB_Owned"; this.GB_Owned.Size = new System.Drawing.Size(108, 36); 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, 151); this.GB_Displayed.Name = "GB_Displayed"; this.GB_Displayed.Size = new System.Drawing.Size(116, 104); 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(150, 114); // // mnuSeenNone // this.mnuSeenNone.Name = "mnuSeenNone"; this.mnuSeenNone.Size = new System.Drawing.Size(149, 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(149, 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(149, 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(149, 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(149, 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.Location = new System.Drawing.Point(12, 362); this.LB_Forms.Name = "LB_Forms"; this.LB_Forms.Size = new System.Drawing.Size(160, 56); this.LB_Forms.TabIndex = 33; this.LB_Forms.SelectedIndexChanged += new System.EventHandler(this.ChangeLBForms); // // GB_SizeRecords // this.GB_SizeRecords.Controls.Add(this.CHK_RMaxWeight); this.GB_SizeRecords.Controls.Add(this.CHK_RMinWeight); this.GB_SizeRecords.Controls.Add(this.CHK_RMaxHeight); this.GB_SizeRecords.Controls.Add(this.CHK_RMinHeight); this.GB_SizeRecords.Controls.Add(this.L_RWeight); this.GB_SizeRecords.Controls.Add(this.L_RHeight); this.GB_SizeRecords.Controls.Add(this.L_RWeightMax); this.GB_SizeRecords.Controls.Add(this.L_RHeightMax); this.GB_SizeRecords.Controls.Add(this.L_RWeightMin); this.GB_SizeRecords.Controls.Add(this.L_RHeightMin); this.GB_SizeRecords.Controls.Add(this.NUD_RWeightMax); this.GB_SizeRecords.Controls.Add(this.NUD_RWeightMin); this.GB_SizeRecords.Controls.Add(this.NUD_RHeightMaxWeight); this.GB_SizeRecords.Controls.Add(this.NUD_RHeightMinWeight); this.GB_SizeRecords.Controls.Add(this.NUD_RWeightMaxHeight); this.GB_SizeRecords.Controls.Add(this.NUD_RWeightMinHeight); this.GB_SizeRecords.Controls.Add(this.NUD_RHeightMax); this.GB_SizeRecords.Controls.Add(this.NUD_RHeightMin); this.GB_SizeRecords.Location = new System.Drawing.Point(178, 261); this.GB_SizeRecords.Name = "GB_SizeRecords"; this.GB_SizeRecords.Size = new System.Drawing.Size(230, 126); this.GB_SizeRecords.TabIndex = 52; this.GB_SizeRecords.TabStop = false; this.GB_SizeRecords.Text = "Records"; // // CHK_RMaxWeight // this.CHK_RMaxWeight.AutoSize = true; this.CHK_RMaxWeight.Location = new System.Drawing.Point(174, 99); this.CHK_RMaxWeight.Name = "CHK_RMaxWeight"; this.CHK_RMaxWeight.Size = new System.Drawing.Size(51, 17); this.CHK_RMaxWeight.TabIndex = 69; this.CHK_RMaxWeight.Text = "Used"; this.CHK_RMaxWeight.UseVisualStyleBackColor = true; this.CHK_RMaxWeight.CheckedChanged += new System.EventHandler(this.CHK_RUsed_CheckedChanged); // // CHK_RMinWeight // this.CHK_RMinWeight.AutoSize = true; this.CHK_RMinWeight.Location = new System.Drawing.Point(174, 79); this.CHK_RMinWeight.Name = "CHK_RMinWeight"; this.CHK_RMinWeight.Size = new System.Drawing.Size(51, 17); this.CHK_RMinWeight.TabIndex = 68; this.CHK_RMinWeight.Text = "Used"; this.CHK_RMinWeight.UseVisualStyleBackColor = true; this.CHK_RMinWeight.CheckedChanged += new System.EventHandler(this.CHK_RUsed_CheckedChanged); // // CHK_RMaxHeight // this.CHK_RMaxHeight.AutoSize = true; this.CHK_RMaxHeight.Location = new System.Drawing.Point(174, 59); this.CHK_RMaxHeight.Name = "CHK_RMaxHeight"; this.CHK_RMaxHeight.Size = new System.Drawing.Size(51, 17); this.CHK_RMaxHeight.TabIndex = 67; this.CHK_RMaxHeight.Text = "Used"; this.CHK_RMaxHeight.UseVisualStyleBackColor = true; this.CHK_RMaxHeight.CheckedChanged += new System.EventHandler(this.CHK_RUsed_CheckedChanged); // // CHK_RMinHeight // this.CHK_RMinHeight.AutoSize = true; this.CHK_RMinHeight.Location = new System.Drawing.Point(174, 41); this.CHK_RMinHeight.Name = "CHK_RMinHeight"; this.CHK_RMinHeight.Size = new System.Drawing.Size(51, 17); this.CHK_RMinHeight.TabIndex = 66; this.CHK_RMinHeight.Text = "Used"; this.CHK_RMinHeight.UseVisualStyleBackColor = true; this.CHK_RMinHeight.CheckedChanged += new System.EventHandler(this.CHK_RUsed_CheckedChanged); // // L_RWeight // this.L_RWeight.Location = new System.Drawing.Point(105, 15); this.L_RWeight.Name = "L_RWeight"; this.L_RWeight.Size = new System.Drawing.Size(73, 20); this.L_RWeight.TabIndex = 65; this.L_RWeight.Text = "Weight"; this.L_RWeight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // L_RHeight // this.L_RHeight.Location = new System.Drawing.Point(20, 15); this.L_RHeight.Name = "L_RHeight"; this.L_RHeight.Size = new System.Drawing.Size(74, 20); this.L_RHeight.TabIndex = 64; this.L_RHeight.Text = "Height"; this.L_RHeight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // L_RWeightMax // this.L_RWeightMax.Location = new System.Drawing.Point(92, 96); this.L_RWeightMax.Name = "L_RWeightMax"; this.L_RWeightMax.Size = new System.Drawing.Size(30, 20); this.L_RWeightMax.TabIndex = 63; this.L_RWeightMax.Text = "Max"; this.L_RWeightMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_RHeightMax // this.L_RHeightMax.Location = new System.Drawing.Point(7, 56); this.L_RHeightMax.Name = "L_RHeightMax"; this.L_RHeightMax.Size = new System.Drawing.Size(30, 20); this.L_RHeightMax.TabIndex = 62; this.L_RHeightMax.Text = "Max"; this.L_RHeightMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_RWeightMin // this.L_RWeightMin.Location = new System.Drawing.Point(92, 76); this.L_RWeightMin.Name = "L_RWeightMin"; this.L_RWeightMin.Size = new System.Drawing.Size(30, 20); this.L_RWeightMin.TabIndex = 61; this.L_RWeightMin.Text = "Min"; this.L_RWeightMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_RHeightMin // this.L_RHeightMin.Location = new System.Drawing.Point(7, 36); this.L_RHeightMin.Name = "L_RHeightMin"; this.L_RHeightMin.Size = new System.Drawing.Size(30, 20); this.L_RHeightMin.TabIndex = 60; this.L_RHeightMin.Text = "Min"; this.L_RHeightMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_RWeightMax // this.NUD_RWeightMax.Location = new System.Drawing.Point(128, 98); this.NUD_RWeightMax.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RWeightMax.Name = "NUD_RWeightMax"; this.NUD_RWeightMax.Size = new System.Drawing.Size(40, 20); this.NUD_RWeightMax.TabIndex = 59; this.NUD_RWeightMax.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RWeightMin // this.NUD_RWeightMin.Location = new System.Drawing.Point(128, 78); this.NUD_RWeightMin.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RWeightMin.Name = "NUD_RWeightMin"; this.NUD_RWeightMin.Size = new System.Drawing.Size(40, 20); this.NUD_RWeightMin.TabIndex = 58; this.NUD_RWeightMin.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RHeightMaxWeight // this.NUD_RHeightMaxWeight.Location = new System.Drawing.Point(128, 58); this.NUD_RHeightMaxWeight.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RHeightMaxWeight.Name = "NUD_RHeightMaxWeight"; this.NUD_RHeightMaxWeight.Size = new System.Drawing.Size(40, 20); this.NUD_RHeightMaxWeight.TabIndex = 57; this.NUD_RHeightMaxWeight.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RHeightMinWeight // this.NUD_RHeightMinWeight.Location = new System.Drawing.Point(128, 38); this.NUD_RHeightMinWeight.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RHeightMinWeight.Name = "NUD_RHeightMinWeight"; this.NUD_RHeightMinWeight.Size = new System.Drawing.Size(40, 20); this.NUD_RHeightMinWeight.TabIndex = 56; this.NUD_RHeightMinWeight.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RWeightMaxHeight // this.NUD_RWeightMaxHeight.Location = new System.Drawing.Point(43, 98); this.NUD_RWeightMaxHeight.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RWeightMaxHeight.Name = "NUD_RWeightMaxHeight"; this.NUD_RWeightMaxHeight.Size = new System.Drawing.Size(40, 20); this.NUD_RWeightMaxHeight.TabIndex = 55; this.NUD_RWeightMaxHeight.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RWeightMinHeight // this.NUD_RWeightMinHeight.Location = new System.Drawing.Point(43, 78); this.NUD_RWeightMinHeight.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RWeightMinHeight.Name = "NUD_RWeightMinHeight"; this.NUD_RWeightMinHeight.Size = new System.Drawing.Size(40, 20); this.NUD_RWeightMinHeight.TabIndex = 54; this.NUD_RWeightMinHeight.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RHeightMax // this.NUD_RHeightMax.Location = new System.Drawing.Point(43, 58); this.NUD_RHeightMax.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RHeightMax.Name = "NUD_RHeightMax"; this.NUD_RHeightMax.Size = new System.Drawing.Size(40, 20); this.NUD_RHeightMax.TabIndex = 53; this.NUD_RHeightMax.Value = new decimal(new int[] { 255, 0, 0, 0}); // // NUD_RHeightMin // this.NUD_RHeightMin.Location = new System.Drawing.Point(43, 38); this.NUD_RHeightMin.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.NUD_RHeightMin.Name = "NUD_RHeightMin"; this.NUD_RHeightMin.Size = new System.Drawing.Size(40, 20); this.NUD_RHeightMin.TabIndex = 52; this.NUD_RHeightMin.Value = new decimal(new int[] { 255, 0, 0, 0}); // // B_Counts // this.B_Counts.Location = new System.Drawing.Point(244, 11); this.B_Counts.Name = "B_Counts"; this.B_Counts.Size = new System.Drawing.Size(97, 23); this.B_Counts.TabIndex = 53; this.B_Counts.Text = "Counts"; this.B_Counts.UseVisualStyleBackColor = true; this.B_Counts.Click += new System.EventHandler(this.B_Counts_Click); // // SAV_PokedexGG // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 423); this.Controls.Add(this.B_Counts); this.Controls.Add(this.GB_SizeRecords); 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_PokedexGG"; 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.GB_SizeRecords.ResumeLayout(false); this.GB_SizeRecords.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMaxWeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMinWeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMaxHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RWeightMinHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMax)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_RHeightMin)).EndInit(); 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; private System.Windows.Forms.GroupBox GB_SizeRecords; private System.Windows.Forms.CheckBox CHK_RMaxWeight; private System.Windows.Forms.CheckBox CHK_RMinWeight; private System.Windows.Forms.CheckBox CHK_RMaxHeight; private System.Windows.Forms.CheckBox CHK_RMinHeight; private System.Windows.Forms.Label L_RWeight; private System.Windows.Forms.Label L_RHeight; private System.Windows.Forms.Label L_RWeightMax; private System.Windows.Forms.Label L_RHeightMax; private System.Windows.Forms.Label L_RWeightMin; private System.Windows.Forms.Label L_RHeightMin; private System.Windows.Forms.NumericUpDown NUD_RWeightMax; private System.Windows.Forms.NumericUpDown NUD_RWeightMin; private System.Windows.Forms.NumericUpDown NUD_RHeightMaxWeight; private System.Windows.Forms.NumericUpDown NUD_RHeightMinWeight; private System.Windows.Forms.NumericUpDown NUD_RWeightMaxHeight; private System.Windows.Forms.NumericUpDown NUD_RWeightMinHeight; private System.Windows.Forms.NumericUpDown NUD_RHeightMax; private System.Windows.Forms.NumericUpDown NUD_RHeightMin; private System.Windows.Forms.Button B_Counts; } }