namespace PKHeX { partial class SAV_PokedexORAS { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_PokedexORAS)); 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_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.GB_Displayed = new System.Windows.Forms.GroupBox(); this.L_DexNav = new System.Windows.Forms.Label(); this.MT_Count = new System.Windows.Forms.MaskedTextBox(); this.GB_Owned = new System.Windows.Forms.GroupBox(); this.TB_Spinda = new System.Windows.Forms.TextBox(); this.L_Spinda = new System.Windows.Forms.Label(); this.GB_Encountered = new System.Windows.Forms.GroupBox(); this.CHK_P5 = new System.Windows.Forms.CheckBox(); this.CHK_P4 = new System.Windows.Forms.CheckBox(); this.CHK_P3 = new System.Windows.Forms.CheckBox(); this.CHK_P2 = new System.Windows.Forms.CheckBox(); 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.mnuResetNav = new System.Windows.Forms.ToolStripMenuItem(); this.mnuDexNav = new System.Windows.Forms.ToolStripMenuItem(); this.CLB_FormsSeen = new System.Windows.Forms.CheckedListBox(); this.L_FormsSeen = new System.Windows.Forms.Label(); this.CLB_FormDisplayed = new System.Windows.Forms.CheckedListBox(); this.L_FormDisplayed = new System.Windows.Forms.Label(); this.B_ModifyForms = new System.Windows.Forms.Button(); this.modifyMenuForms = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuFormNone = new System.Windows.Forms.ToolStripMenuItem(); this.mnuFormAll = new System.Windows.Forms.ToolStripMenuItem(); this.mnuForm1 = new System.Windows.Forms.ToolStripMenuItem(); this.GB_Language.SuspendLayout(); this.GB_Displayed.SuspendLayout(); this.GB_Owned.SuspendLayout(); this.GB_Encountered.SuspendLayout(); this.modifyMenu.SuspendLayout(); this.modifyMenuForms.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(461, 242); 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); 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(130, 225); 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(6, 14); this.CHK_P1.Name = "CHK_P1"; this.CHK_P1.Size = new System.Drawing.Size(69, 17); this.CHK_P1.TabIndex = 3; this.CHK_P1.Text = "Obtained"; this.CHK_P1.UseVisualStyleBackColor = true; // // CHK_P6 // this.CHK_P6.AutoSize = true; this.CHK_P6.Location = new System.Drawing.Point(5, 13); 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(5, 27); 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(5, 41); 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(5, 55); 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, 125); 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, 108); 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, 91); 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, 74); 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, 57); 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, 40); 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, 23); 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(92, 21); this.CB_Species.TabIndex = 21; this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.changeCBSpecies); this.CB_Species.SelectedValueChanged += new System.EventHandler(this.changeCBSpecies); this.CB_Species.KeyDown += new System.Windows.Forms.KeyEventHandler(this.removedropCB); // // B_GiveAll // this.B_GiveAll.Location = new System.Drawing.Point(149, 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(547, 242); 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(317, 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_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(269, 40); this.GB_Language.Name = "GB_Language"; this.GB_Language.Size = new System.Drawing.Size(108, 153); this.GB_Language.TabIndex = 26; this.GB_Language.TabStop = false; this.GB_Language.Text = "Languages"; // // 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(148, 157); this.GB_Displayed.Name = "GB_Displayed"; this.GB_Displayed.Size = new System.Drawing.Size(115, 76); this.GB_Displayed.TabIndex = 27; this.GB_Displayed.TabStop = false; this.GB_Displayed.Text = "Displayed"; // // L_DexNav // this.L_DexNav.Location = new System.Drawing.Point(184, 239); this.L_DexNav.Name = "L_DexNav"; this.L_DexNav.Size = new System.Drawing.Size(104, 20); this.L_DexNav.TabIndex = 32; this.L_DexNav.Text = "DexNav Lv:"; this.L_DexNav.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MT_Count // this.MT_Count.Location = new System.Drawing.Point(148, 239); this.MT_Count.Mask = "0000"; this.MT_Count.Name = "MT_Count"; this.MT_Count.Size = new System.Drawing.Size(32, 20); this.MT_Count.TabIndex = 31; this.MT_Count.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // GB_Owned // this.GB_Owned.Controls.Add(this.CHK_P1); this.GB_Owned.Location = new System.Drawing.Point(148, 120); this.GB_Owned.Name = "GB_Owned"; this.GB_Owned.Size = new System.Drawing.Size(115, 34); this.GB_Owned.TabIndex = 28; this.GB_Owned.TabStop = false; this.GB_Owned.Text = "Owned"; // // TB_Spinda // this.TB_Spinda.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_Spinda.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_Spinda.Location = new System.Drawing.Point(317, 195); this.TB_Spinda.Name = "TB_Spinda"; this.TB_Spinda.Size = new System.Drawing.Size(60, 20); this.TB_Spinda.TabIndex = 29; this.TB_Spinda.Text = "12345678"; // // L_Spinda // this.L_Spinda.AutoSize = true; this.L_Spinda.Location = new System.Drawing.Point(269, 198); this.L_Spinda.Name = "L_Spinda"; this.L_Spinda.Size = new System.Drawing.Size(43, 13); this.L_Spinda.TabIndex = 30; this.L_Spinda.Text = "Spinda:"; // // 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(148, 40); this.GB_Encountered.Name = "GB_Encountered"; this.GB_Encountered.Size = new System.Drawing.Size(115, 78); this.GB_Encountered.TabIndex = 31; this.GB_Encountered.TabStop = false; this.GB_Encountered.Text = "Seen"; // // CHK_P5 // this.CHK_P5.AutoSize = true; this.CHK_P5.Location = new System.Drawing.Point(6, 57); 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_P4 // this.CHK_P4.AutoSize = true; this.CHK_P4.Location = new System.Drawing.Point(6, 43); 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_P3 // this.CHK_P3.AutoSize = true; this.CHK_P3.Location = new System.Drawing.Point(6, 29); 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_P2 // this.CHK_P2.AutoSize = true; this.CHK_P2.Location = new System.Drawing.Point(6, 15); 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); // // modifyMenu // this.modifyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuSeenNone, this.mnuSeenAll, this.mnuCaughtNone, this.mnuCaughtAll, this.mnuComplete, this.mnuResetNav, this.mnuDexNav}); this.modifyMenu.Name = "modifyMenu"; this.modifyMenu.Size = new System.Drawing.Size(149, 158); // // mnuSeenNone // this.mnuSeenNone.Name = "mnuSeenNone"; this.mnuSeenNone.Size = new System.Drawing.Size(148, 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(148, 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(148, 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(148, 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(148, 22); this.mnuComplete.Text = "Complete Dex"; this.mnuComplete.Click += new System.EventHandler(this.modifyAll); // // mnuResetNav // this.mnuResetNav.Name = "mnuResetNav"; this.mnuResetNav.Size = new System.Drawing.Size(148, 22); this.mnuResetNav.Text = "Reset DexNav"; this.mnuResetNav.Click += new System.EventHandler(this.modifyAll); // // mnuDexNav // this.mnuDexNav.Name = "mnuDexNav"; this.mnuDexNav.Size = new System.Drawing.Size(148, 22); this.mnuDexNav.Text = "999 DexNav"; this.mnuDexNav.Click += new System.EventHandler(this.modifyAll); // // CLB_FormsSeen // this.CLB_FormsSeen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.CLB_FormsSeen.FormattingEnabled = true; this.CLB_FormsSeen.Location = new System.Drawing.Point(383, 61); this.CLB_FormsSeen.Name = "CLB_FormsSeen"; this.CLB_FormsSeen.Size = new System.Drawing.Size(119, 154); this.CLB_FormsSeen.TabIndex = 34; // // L_FormsSeen // this.L_FormsSeen.Location = new System.Drawing.Point(380, 40); this.L_FormsSeen.Name = "L_FormsSeen"; this.L_FormsSeen.Size = new System.Drawing.Size(104, 20); this.L_FormsSeen.TabIndex = 35; this.L_FormsSeen.Text = "Seen Forms:"; this.L_FormsSeen.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // CLB_FormDisplayed // this.CLB_FormDisplayed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.CLB_FormDisplayed.FormattingEnabled = true; this.CLB_FormDisplayed.Location = new System.Drawing.Point(508, 61); this.CLB_FormDisplayed.Name = "CLB_FormDisplayed"; this.CLB_FormDisplayed.Size = new System.Drawing.Size(119, 154); this.CLB_FormDisplayed.TabIndex = 36; this.CLB_FormDisplayed.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.updateDisplayedForm); // // L_FormDisplayed // this.L_FormDisplayed.Location = new System.Drawing.Point(505, 40); this.L_FormDisplayed.Name = "L_FormDisplayed"; this.L_FormDisplayed.Size = new System.Drawing.Size(104, 20); this.L_FormDisplayed.TabIndex = 37; this.L_FormDisplayed.Text = "Displayed Form:"; this.L_FormDisplayed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // B_ModifyForms // this.B_ModifyForms.Location = new System.Drawing.Point(567, 11); this.B_ModifyForms.Name = "B_ModifyForms"; this.B_ModifyForms.Size = new System.Drawing.Size(60, 23); this.B_ModifyForms.TabIndex = 38; this.B_ModifyForms.Text = "Modify..."; this.B_ModifyForms.UseVisualStyleBackColor = true; this.B_ModifyForms.Click += new System.EventHandler(this.B_ModifyForms_Click); // // modifyMenuForms // this.modifyMenuForms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFormNone, this.mnuForm1, this.mnuFormAll}); this.modifyMenuForms.Name = "modifyMenu"; this.modifyMenuForms.Size = new System.Drawing.Size(130, 70); // // mnuFormNone // this.mnuFormNone.Name = "mnuFormNone"; this.mnuFormNone.Size = new System.Drawing.Size(129, 22); this.mnuFormNone.Text = "Seen none"; this.mnuFormNone.Click += new System.EventHandler(this.modifyAllForms); // // mnuFormAll // this.mnuFormAll.Name = "mnuFormAll"; this.mnuFormAll.Size = new System.Drawing.Size(129, 22); this.mnuFormAll.Text = "Seen all"; this.mnuFormAll.Click += new System.EventHandler(this.modifyAllForms); // // mnuForm1 // this.mnuForm1.Name = "mnuForm1"; this.mnuForm1.Size = new System.Drawing.Size(129, 22); this.mnuForm1.Text = "Seen one"; this.mnuForm1.Click += new System.EventHandler(this.modifyAllForms); // // SAV_PokedexORAS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(634, 272); this.Controls.Add(this.B_ModifyForms); this.Controls.Add(this.L_FormDisplayed); this.Controls.Add(this.CLB_FormDisplayed); this.Controls.Add(this.L_FormsSeen); this.Controls.Add(this.CLB_FormsSeen); this.Controls.Add(this.L_DexNav); this.Controls.Add(this.GB_Encountered); this.Controls.Add(this.L_Spinda); this.Controls.Add(this.MT_Count); this.Controls.Add(this.TB_Spinda); this.Controls.Add(this.GB_Owned); this.Controls.Add(this.GB_Displayed); 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 = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SAV_PokedexORAS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Pokédex Editor"; this.GB_Language.ResumeLayout(false); this.GB_Language.PerformLayout(); this.GB_Displayed.ResumeLayout(false); this.GB_Displayed.PerformLayout(); this.GB_Owned.ResumeLayout(false); this.GB_Owned.PerformLayout(); this.GB_Encountered.ResumeLayout(false); this.GB_Encountered.PerformLayout(); this.modifyMenu.ResumeLayout(false); this.modifyMenuForms.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_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_Displayed; private System.Windows.Forms.GroupBox GB_Owned; private System.Windows.Forms.TextBox TB_Spinda; private System.Windows.Forms.Label L_Spinda; private System.Windows.Forms.MaskedTextBox MT_Count; private System.Windows.Forms.Label L_DexNav; private System.Windows.Forms.GroupBox GB_Encountered; private System.Windows.Forms.CheckBox CHK_P5; private System.Windows.Forms.CheckBox CHK_P4; private System.Windows.Forms.CheckBox CHK_P3; private System.Windows.Forms.CheckBox CHK_P2; 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 mnuDexNav; private System.Windows.Forms.ToolStripMenuItem mnuResetNav; private System.Windows.Forms.Label L_FormsSeen; private System.Windows.Forms.CheckedListBox CLB_FormsSeen; private System.Windows.Forms.CheckedListBox CLB_FormDisplayed; private System.Windows.Forms.Label L_FormDisplayed; private System.Windows.Forms.Button B_ModifyForms; private System.Windows.Forms.ContextMenuStrip modifyMenuForms; private System.Windows.Forms.ToolStripMenuItem mnuFormNone; private System.Windows.Forms.ToolStripMenuItem mnuFormAll; private System.Windows.Forms.ToolStripMenuItem mnuForm1; } }