namespace PKHeX.WinForms { partial class SAV_MysteryGiftDB { /// /// 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.SCR_Box = new System.Windows.Forms.VScrollBar(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.Menu_Close = new System.Windows.Forms.ToolStripMenuItem(); this.Menu_Exit = new System.Windows.Forms.ToolStripMenuItem(); this.Menu_Tools = new System.Windows.Forms.ToolStripMenuItem(); this.Menu_OpenDB = new System.Windows.Forms.ToolStripMenuItem(); this.Menu_Export = new System.Windows.Forms.ToolStripMenuItem(); this.Menu_Import = new System.Windows.Forms.ToolStripMenuItem(); this.P_Results = new System.Windows.Forms.Panel(); this.CB_HeldItem = new System.Windows.Forms.ComboBox(); this.CB_Species = new System.Windows.Forms.ComboBox(); this.CB_Move4 = new System.Windows.Forms.ComboBox(); this.CB_Move3 = new System.Windows.Forms.ComboBox(); this.CB_Move2 = new System.Windows.Forms.ComboBox(); this.CB_Move1 = new System.Windows.Forms.ComboBox(); this.Label_HeldItem = new System.Windows.Forms.Label(); this.Label_Species = new System.Windows.Forms.Label(); this.B_Search = new System.Windows.Forms.Button(); this.L_Move1 = new System.Windows.Forms.Label(); this.L_Move2 = new System.Windows.Forms.Label(); this.L_Move3 = new System.Windows.Forms.Label(); this.L_Move4 = new System.Windows.Forms.Label(); this.B_Reset = new System.Windows.Forms.Button(); this.L_Count = new System.Windows.Forms.Label(); this.L_Viewed = new System.Windows.Forms.Label(); this.FLP_Egg = new System.Windows.Forms.FlowLayoutPanel(); this.CHK_IsEgg = new System.Windows.Forms.CheckBox(); this.CHK_Shiny = new System.Windows.Forms.CheckBox(); this.TLP_Filters = new System.Windows.Forms.TableLayoutPanel(); this.FLP_Format = new System.Windows.Forms.FlowLayoutPanel(); this.CB_FormatComparator = new System.Windows.Forms.ComboBox(); this.CB_Format = new System.Windows.Forms.ComboBox(); this.L_Format = new System.Windows.Forms.Label(); this.FLP_Level = new System.Windows.Forms.FlowLayoutPanel(); this.mnu = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuView = new System.Windows.Forms.ToolStripMenuItem(); this.mnuSaveMG = new System.Windows.Forms.ToolStripMenuItem(); this.mnuSavePK = new System.Windows.Forms.ToolStripMenuItem(); this.hover = new System.Windows.Forms.ToolTip(this.components); this.TC_SearchSettings = new System.Windows.Forms.TabControl(); this.Tab_General = new System.Windows.Forms.TabPage(); this.Tab_Advanced = new System.Windows.Forms.TabPage(); this.RTB_Instructions = new System.Windows.Forms.RichTextBox(); this.MysteryPokeGrid = new PKHeX.WinForms.Controls.PokeGrid(); this.menuStrip1.SuspendLayout(); this.P_Results.SuspendLayout(); this.FLP_Egg.SuspendLayout(); this.TLP_Filters.SuspendLayout(); this.FLP_Format.SuspendLayout(); this.mnu.SuspendLayout(); this.TC_SearchSettings.SuspendLayout(); this.Tab_General.SuspendLayout(); this.Tab_Advanced.SuspendLayout(); this.SuspendLayout(); // // SCR_Box // this.SCR_Box.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.SCR_Box.LargeChange = 1; this.SCR_Box.Location = new System.Drawing.Point(256, 3); this.SCR_Box.Name = "SCR_Box"; this.SCR_Box.Size = new System.Drawing.Size(24, 344); this.SCR_Box.TabIndex = 1; this.SCR_Box.Scroll += new System.Windows.Forms.ScrollEventHandler(this.UpdateScroll); // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.Color.Transparent; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_Close, this.Menu_Tools}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(574, 24); this.menuStrip1.TabIndex = 65; this.menuStrip1.Text = "menuStrip1"; // // Menu_Close // this.Menu_Close.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_Exit}); this.Menu_Close.Name = "Menu_Close"; this.Menu_Close.Size = new System.Drawing.Size(37, 20); this.Menu_Close.Text = "File"; // // Menu_Exit // this.Menu_Exit.Image = global::PKHeX.WinForms.Properties.Resources.exit; this.Menu_Exit.Name = "Menu_Exit"; this.Menu_Exit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.Menu_Exit.ShowShortcutKeys = false; this.Menu_Exit.Size = new System.Drawing.Size(96, 22); this.Menu_Exit.Text = "&Close"; this.Menu_Exit.Click += new System.EventHandler(this.Menu_Exit_Click); // // Menu_Tools // this.Menu_Tools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Menu_OpenDB, this.Menu_Export, this.Menu_Import}); this.Menu_Tools.Name = "Menu_Tools"; this.Menu_Tools.Size = new System.Drawing.Size(47, 20); this.Menu_Tools.Text = "Tools"; // // Menu_OpenDB // this.Menu_OpenDB.Image = global::PKHeX.WinForms.Properties.Resources.folder; this.Menu_OpenDB.Name = "Menu_OpenDB"; this.Menu_OpenDB.Size = new System.Drawing.Size(209, 22); this.Menu_OpenDB.Text = "Open Database Folder"; this.Menu_OpenDB.Click += new System.EventHandler(this.OpenDB); // // Menu_Export // this.Menu_Export.Image = global::PKHeX.WinForms.Properties.Resources.export; this.Menu_Export.Name = "Menu_Export"; this.Menu_Export.Size = new System.Drawing.Size(209, 22); this.Menu_Export.Text = "Export Results to Folder"; this.Menu_Export.Click += new System.EventHandler(this.Menu_Export_Click); // // Menu_Import // this.Menu_Import.Image = global::PKHeX.WinForms.Properties.Resources.savePKM; this.Menu_Import.Name = "Menu_Import"; this.Menu_Import.Size = new System.Drawing.Size(209, 22); this.Menu_Import.Text = "Import Results to SaveFile"; this.Menu_Import.Click += new System.EventHandler(this.Menu_Import_Click); // // P_Results // this.P_Results.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.P_Results.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.P_Results.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.P_Results.Controls.Add(this.MysteryPokeGrid); this.P_Results.Controls.Add(this.SCR_Box); this.P_Results.Location = new System.Drawing.Point(12, 32); this.P_Results.Name = "P_Results"; this.P_Results.Size = new System.Drawing.Size(285, 352); this.P_Results.TabIndex = 66; // // CB_HeldItem // this.CB_HeldItem.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_HeldItem.FormattingEnabled = true; this.CB_HeldItem.Location = new System.Drawing.Point(61, 38); this.CB_HeldItem.Margin = new System.Windows.Forms.Padding(0); this.CB_HeldItem.Name = "CB_HeldItem"; this.CB_HeldItem.Size = new System.Drawing.Size(122, 21); this.CB_HeldItem.TabIndex = 69; // // CB_Species // this.CB_Species.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Species.FormattingEnabled = true; this.CB_Species.Location = new System.Drawing.Point(61, 17); this.CB_Species.Margin = new System.Windows.Forms.Padding(0); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(122, 21); this.CB_Species.TabIndex = 67; // // CB_Move4 // this.CB_Move4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Move4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move4.FormattingEnabled = true; this.CB_Move4.Location = new System.Drawing.Point(61, 122); this.CB_Move4.Margin = new System.Windows.Forms.Padding(0); this.CB_Move4.Name = "CB_Move4"; this.CB_Move4.Size = new System.Drawing.Size(122, 21); this.CB_Move4.TabIndex = 74; // // CB_Move3 // this.CB_Move3.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Move3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move3.FormattingEnabled = true; this.CB_Move3.Location = new System.Drawing.Point(61, 101); this.CB_Move3.Margin = new System.Windows.Forms.Padding(0); this.CB_Move3.Name = "CB_Move3"; this.CB_Move3.Size = new System.Drawing.Size(122, 21); this.CB_Move3.TabIndex = 73; // // CB_Move2 // this.CB_Move2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move2.FormattingEnabled = true; this.CB_Move2.Location = new System.Drawing.Point(61, 80); this.CB_Move2.Margin = new System.Windows.Forms.Padding(0); this.CB_Move2.Name = "CB_Move2"; this.CB_Move2.Size = new System.Drawing.Size(122, 21); this.CB_Move2.TabIndex = 72; // // CB_Move1 // this.CB_Move1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move1.FormattingEnabled = true; this.CB_Move1.Location = new System.Drawing.Point(61, 59); this.CB_Move1.Margin = new System.Windows.Forms.Padding(0); this.CB_Move1.Name = "CB_Move1"; this.CB_Move1.Size = new System.Drawing.Size(122, 21); this.CB_Move1.TabIndex = 71; // // Label_HeldItem // this.Label_HeldItem.Anchor = System.Windows.Forms.AnchorStyles.Right; this.Label_HeldItem.AutoSize = true; this.Label_HeldItem.Location = new System.Drawing.Point(3, 42); this.Label_HeldItem.Margin = new System.Windows.Forms.Padding(3); this.Label_HeldItem.Name = "Label_HeldItem"; this.Label_HeldItem.Size = new System.Drawing.Size(55, 13); this.Label_HeldItem.TabIndex = 93; this.Label_HeldItem.Text = "Held Item:"; this.Label_HeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Label_Species // this.Label_Species.Anchor = System.Windows.Forms.AnchorStyles.Right; this.Label_Species.AutoSize = true; this.Label_Species.Location = new System.Drawing.Point(10, 21); this.Label_Species.Margin = new System.Windows.Forms.Padding(3); this.Label_Species.Name = "Label_Species"; this.Label_Species.Size = new System.Drawing.Size(48, 13); this.Label_Species.TabIndex = 90; this.Label_Species.Text = "Species:"; this.Label_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // B_Search // this.B_Search.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.B_Search.Location = new System.Drawing.Point(333, 354); this.B_Search.Name = "B_Search"; this.B_Search.Size = new System.Drawing.Size(206, 30); this.B_Search.TabIndex = 102; this.B_Search.Text = "Search!"; this.B_Search.UseVisualStyleBackColor = true; this.B_Search.Click += new System.EventHandler(this.B_Search_Click); // // L_Move1 // this.L_Move1.Anchor = System.Windows.Forms.AnchorStyles.Right; this.L_Move1.AutoSize = true; this.L_Move1.Location = new System.Drawing.Point(12, 63); this.L_Move1.Margin = new System.Windows.Forms.Padding(3); this.L_Move1.Name = "L_Move1"; this.L_Move1.Size = new System.Drawing.Size(46, 13); this.L_Move1.TabIndex = 105; this.L_Move1.Text = "Move 1:"; this.L_Move1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Move2 // this.L_Move2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.L_Move2.AutoSize = true; this.L_Move2.Location = new System.Drawing.Point(12, 84); this.L_Move2.Margin = new System.Windows.Forms.Padding(3); this.L_Move2.Name = "L_Move2"; this.L_Move2.Size = new System.Drawing.Size(46, 13); this.L_Move2.TabIndex = 106; this.L_Move2.Text = "Move 2:"; this.L_Move2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Move3 // this.L_Move3.Anchor = System.Windows.Forms.AnchorStyles.Right; this.L_Move3.AutoSize = true; this.L_Move3.Location = new System.Drawing.Point(12, 105); this.L_Move3.Margin = new System.Windows.Forms.Padding(3); this.L_Move3.Name = "L_Move3"; this.L_Move3.Size = new System.Drawing.Size(46, 13); this.L_Move3.TabIndex = 107; this.L_Move3.Text = "Move 3:"; this.L_Move3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Move4 // this.L_Move4.Anchor = System.Windows.Forms.AnchorStyles.Right; this.L_Move4.AutoSize = true; this.L_Move4.Location = new System.Drawing.Point(12, 126); this.L_Move4.Margin = new System.Windows.Forms.Padding(3); this.L_Move4.Name = "L_Move4"; this.L_Move4.Size = new System.Drawing.Size(46, 13); this.L_Move4.TabIndex = 108; this.L_Move4.Text = "Move 4:"; this.L_Move4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // B_Reset // this.B_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.B_Reset.Location = new System.Drawing.Point(499, 0); this.B_Reset.Name = "B_Reset"; this.B_Reset.Size = new System.Drawing.Size(75, 23); this.B_Reset.TabIndex = 111; this.B_Reset.Text = "Reset Filters"; this.B_Reset.UseVisualStyleBackColor = true; this.B_Reset.Click += new System.EventHandler(this.ResetFilters); // // L_Count // this.L_Count.Location = new System.Drawing.Point(99, 18); this.L_Count.Name = "L_Count"; this.L_Count.Size = new System.Drawing.Size(83, 13); this.L_Count.TabIndex = 114; this.L_Count.Text = "Count: {0}"; this.L_Count.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // L_Viewed // this.L_Viewed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.L_Viewed.AutoSize = true; this.L_Viewed.Location = new System.Drawing.Point(9, 386); this.L_Viewed.Name = "L_Viewed"; this.L_Viewed.Size = new System.Drawing.Size(85, 13); this.L_Viewed.TabIndex = 117; this.L_Viewed.Text = "Last Viewed: {0}"; this.L_Viewed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FLP_Egg // this.FLP_Egg.Anchor = System.Windows.Forms.AnchorStyles.Left; this.FLP_Egg.AutoSize = true; this.FLP_Egg.Controls.Add(this.CHK_IsEgg); this.FLP_Egg.Location = new System.Drawing.Point(61, 0); this.FLP_Egg.Margin = new System.Windows.Forms.Padding(0); this.FLP_Egg.Name = "FLP_Egg"; this.FLP_Egg.Size = new System.Drawing.Size(45, 17); this.FLP_Egg.TabIndex = 120; // // CHK_IsEgg // this.CHK_IsEgg.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CHK_IsEgg.AutoSize = true; this.CHK_IsEgg.Checked = true; this.CHK_IsEgg.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.CHK_IsEgg.Location = new System.Drawing.Point(0, 0); this.CHK_IsEgg.Margin = new System.Windows.Forms.Padding(0); this.CHK_IsEgg.Name = "CHK_IsEgg"; this.CHK_IsEgg.Size = new System.Drawing.Size(45, 17); this.CHK_IsEgg.TabIndex = 98; this.CHK_IsEgg.Text = "Egg"; this.CHK_IsEgg.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.CHK_IsEgg.ThreeState = true; this.CHK_IsEgg.UseVisualStyleBackColor = true; // // CHK_Shiny // this.CHK_Shiny.Anchor = System.Windows.Forms.AnchorStyles.Right; this.CHK_Shiny.AutoSize = true; this.CHK_Shiny.Checked = true; this.CHK_Shiny.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.CHK_Shiny.Location = new System.Drawing.Point(9, 0); this.CHK_Shiny.Margin = new System.Windows.Forms.Padding(0); this.CHK_Shiny.Name = "CHK_Shiny"; this.CHK_Shiny.Size = new System.Drawing.Size(52, 17); this.CHK_Shiny.TabIndex = 99; this.CHK_Shiny.Text = "Shiny"; this.CHK_Shiny.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.CHK_Shiny.ThreeState = true; this.CHK_Shiny.UseVisualStyleBackColor = true; // // TLP_Filters // this.TLP_Filters.AutoScroll = true; this.TLP_Filters.AutoScrollMargin = new System.Drawing.Size(3, 3); this.TLP_Filters.AutoSize = true; this.TLP_Filters.ColumnCount = 2; this.TLP_Filters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.TLP_Filters.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.TLP_Filters.Controls.Add(this.FLP_Format, 1, 15); this.TLP_Filters.Controls.Add(this.L_Format, 0, 15); this.TLP_Filters.Controls.Add(this.FLP_Egg, 1, 0); this.TLP_Filters.Controls.Add(this.CHK_Shiny, 0, 0); this.TLP_Filters.Controls.Add(this.Label_Species, 0, 1); this.TLP_Filters.Controls.Add(this.CB_Species, 1, 1); this.TLP_Filters.Controls.Add(this.Label_HeldItem, 0, 3); this.TLP_Filters.Controls.Add(this.CB_HeldItem, 1, 3); this.TLP_Filters.Controls.Add(this.FLP_Level, 1, 5); this.TLP_Filters.Controls.Add(this.L_Move1, 0, 9); this.TLP_Filters.Controls.Add(this.CB_Move1, 1, 9); this.TLP_Filters.Controls.Add(this.L_Move2, 0, 10); this.TLP_Filters.Controls.Add(this.CB_Move2, 1, 10); this.TLP_Filters.Controls.Add(this.L_Move3, 0, 11); this.TLP_Filters.Controls.Add(this.CB_Move3, 1, 11); this.TLP_Filters.Controls.Add(this.L_Move4, 0, 12); this.TLP_Filters.Controls.Add(this.CB_Move4, 1, 12); this.TLP_Filters.Dock = System.Windows.Forms.DockStyle.Fill; this.TLP_Filters.Location = new System.Drawing.Point(3, 3); this.TLP_Filters.Name = "TLP_Filters"; this.TLP_Filters.RowCount = 17; this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.TLP_Filters.Size = new System.Drawing.Size(250, 308); this.TLP_Filters.TabIndex = 118; // // FLP_Format // this.FLP_Format.AutoSize = true; this.FLP_Format.Controls.Add(this.CB_FormatComparator); this.FLP_Format.Controls.Add(this.CB_Format); this.FLP_Format.Location = new System.Drawing.Point(61, 143); this.FLP_Format.Margin = new System.Windows.Forms.Padding(0); this.FLP_Format.Name = "FLP_Format"; this.FLP_Format.Size = new System.Drawing.Size(122, 21); this.FLP_Format.TabIndex = 124; // // CB_FormatComparator // this.CB_FormatComparator.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_FormatComparator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_FormatComparator.FormattingEnabled = true; this.CB_FormatComparator.Items.AddRange(new object[] { "Any", ">=", "==", "<="}); this.CB_FormatComparator.Location = new System.Drawing.Point(0, 0); this.CB_FormatComparator.Margin = new System.Windows.Forms.Padding(0); this.CB_FormatComparator.Name = "CB_FormatComparator"; this.CB_FormatComparator.Size = new System.Drawing.Size(54, 21); this.CB_FormatComparator.TabIndex = 122; this.CB_FormatComparator.SelectedIndexChanged += new System.EventHandler(this.ChangeFormatFilter); // // CB_Format // this.CB_Format.Anchor = System.Windows.Forms.AnchorStyles.Left; this.CB_Format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_Format.DropDownWidth = 100; this.CB_Format.FormattingEnabled = true; this.CB_Format.Items.AddRange(new object[] { "Any", ".wc8", ".wc7", ".wc6", ".pgf", ".pcd/pgt/.wc4", ".wc3"}); this.CB_Format.Location = new System.Drawing.Point(54, 0); this.CB_Format.Margin = new System.Windows.Forms.Padding(0); this.CB_Format.Name = "CB_Format"; this.CB_Format.Size = new System.Drawing.Size(68, 21); this.CB_Format.TabIndex = 121; this.CB_Format.Visible = false; // // L_Format // this.L_Format.Anchor = System.Windows.Forms.AnchorStyles.Right; this.L_Format.AutoSize = true; this.L_Format.Location = new System.Drawing.Point(16, 147); this.L_Format.Margin = new System.Windows.Forms.Padding(3); this.L_Format.Name = "L_Format"; this.L_Format.Size = new System.Drawing.Size(42, 13); this.L_Format.TabIndex = 122; this.L_Format.Text = "Format:"; this.L_Format.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FLP_Level // this.FLP_Level.Anchor = System.Windows.Forms.AnchorStyles.Left; this.FLP_Level.AutoSize = true; this.FLP_Level.Location = new System.Drawing.Point(61, 59); this.FLP_Level.Margin = new System.Windows.Forms.Padding(0); this.FLP_Level.Name = "FLP_Level"; this.FLP_Level.Size = new System.Drawing.Size(0, 0); this.FLP_Level.TabIndex = 119; // // mnu // this.mnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuView, this.mnuSaveMG, this.mnuSavePK}); this.mnu.Name = "contextMenuStrip1"; this.mnu.Size = new System.Drawing.Size(127, 70); // // mnuView // this.mnuView.Image = global::PKHeX.WinForms.Properties.Resources.other; this.mnuView.Name = "mnuView"; this.mnuView.Size = new System.Drawing.Size(126, 22); this.mnuView.Text = "View"; this.mnuView.Click += new System.EventHandler(this.ClickView); // // mnuSaveMG // this.mnuSaveMG.Image = global::PKHeX.WinForms.Properties.Resources.gift; this.mnuSaveMG.Name = "mnuSaveMG"; this.mnuSaveMG.Size = new System.Drawing.Size(126, 22); this.mnuSaveMG.Text = "Save Gift"; this.mnuSaveMG.Click += new System.EventHandler(this.ClickSaveMG); // // mnuSavePK // this.mnuSavePK.Image = global::PKHeX.WinForms.Properties.Resources.savePKM; this.mnuSavePK.Name = "mnuSavePK"; this.mnuSavePK.Size = new System.Drawing.Size(126, 22); this.mnuSavePK.Text = "Save PKM"; this.mnuSavePK.Click += new System.EventHandler(this.ClickSavePK); // // TC_SearchSettings // this.TC_SearchSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.TC_SearchSettings.Controls.Add(this.Tab_General); this.TC_SearchSettings.Controls.Add(this.Tab_Advanced); this.TC_SearchSettings.Location = new System.Drawing.Point(304, 8); this.TC_SearchSettings.Name = "TC_SearchSettings"; this.TC_SearchSettings.SelectedIndex = 0; this.TC_SearchSettings.Size = new System.Drawing.Size(264, 340); this.TC_SearchSettings.TabIndex = 120; // // Tab_General // this.Tab_General.Controls.Add(this.TLP_Filters); this.Tab_General.Location = new System.Drawing.Point(4, 22); this.Tab_General.Name = "Tab_General"; this.Tab_General.Padding = new System.Windows.Forms.Padding(3); this.Tab_General.Size = new System.Drawing.Size(256, 314); this.Tab_General.TabIndex = 0; this.Tab_General.Text = "General"; this.Tab_General.UseVisualStyleBackColor = true; // // Tab_Advanced // this.Tab_Advanced.Controls.Add(this.RTB_Instructions); this.Tab_Advanced.Location = new System.Drawing.Point(4, 22); this.Tab_Advanced.Name = "Tab_Advanced"; this.Tab_Advanced.Size = new System.Drawing.Size(256, 314); this.Tab_Advanced.TabIndex = 1; this.Tab_Advanced.Text = "Advanced"; this.Tab_Advanced.UseVisualStyleBackColor = true; // // RTB_Instructions // this.RTB_Instructions.Dock = System.Windows.Forms.DockStyle.Fill; this.RTB_Instructions.Location = new System.Drawing.Point(0, 0); this.RTB_Instructions.Margin = new System.Windows.Forms.Padding(0); this.RTB_Instructions.Name = "RTB_Instructions"; this.RTB_Instructions.Size = new System.Drawing.Size(256, 314); this.RTB_Instructions.TabIndex = 120; this.RTB_Instructions.Text = ""; // // MysteryPokeGrid // this.MysteryPokeGrid.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.MysteryPokeGrid.Location = new System.Drawing.Point(2, 2); this.MysteryPokeGrid.Margin = new System.Windows.Forms.Padding(0); this.MysteryPokeGrid.Name = "MysteryPokeGrid"; this.MysteryPokeGrid.Size = new System.Drawing.Size(251, 346); this.MysteryPokeGrid.TabIndex = 2; // // SAV_MysteryGiftDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(574, 401); this.Controls.Add(this.B_Reset); this.Controls.Add(this.TC_SearchSettings); this.Controls.Add(this.B_Search); this.Controls.Add(this.L_Viewed); this.Controls.Add(this.L_Count); this.Controls.Add(this.P_Results); this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SAV_MysteryGiftDB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Database"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.P_Results.ResumeLayout(false); this.FLP_Egg.ResumeLayout(false); this.FLP_Egg.PerformLayout(); this.TLP_Filters.ResumeLayout(false); this.TLP_Filters.PerformLayout(); this.FLP_Format.ResumeLayout(false); this.mnu.ResumeLayout(false); this.TC_SearchSettings.ResumeLayout(false); this.Tab_General.ResumeLayout(false); this.Tab_General.PerformLayout(); this.Tab_Advanced.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.VScrollBar SCR_Box; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem Menu_Close; private System.Windows.Forms.ToolStripMenuItem Menu_Exit; private System.Windows.Forms.ToolStripMenuItem Menu_Tools; private System.Windows.Forms.ToolStripMenuItem Menu_OpenDB; private System.Windows.Forms.Panel P_Results; private System.Windows.Forms.ComboBox CB_HeldItem; public System.Windows.Forms.ComboBox CB_Species; private System.Windows.Forms.ComboBox CB_Move4; private System.Windows.Forms.ComboBox CB_Move3; private System.Windows.Forms.ComboBox CB_Move2; private System.Windows.Forms.ComboBox CB_Move1; private System.Windows.Forms.Label Label_HeldItem; private System.Windows.Forms.Label Label_Species; private System.Windows.Forms.Button B_Search; private System.Windows.Forms.Label L_Move1; private System.Windows.Forms.Label L_Move2; private System.Windows.Forms.Label L_Move3; private System.Windows.Forms.Label L_Move4; private System.Windows.Forms.Button B_Reset; private System.Windows.Forms.Label L_Count; private System.Windows.Forms.Label L_Viewed; private System.Windows.Forms.ToolStripMenuItem Menu_Export; private System.Windows.Forms.TableLayoutPanel TLP_Filters; public System.Windows.Forms.CheckBox CHK_Shiny; public System.Windows.Forms.CheckBox CHK_IsEgg; private System.Windows.Forms.FlowLayoutPanel FLP_Egg; private System.Windows.Forms.FlowLayoutPanel FLP_Level; private System.Windows.Forms.Label L_Format; private System.Windows.Forms.FlowLayoutPanel FLP_Format; private System.Windows.Forms.ComboBox CB_FormatComparator; private System.Windows.Forms.ComboBox CB_Format; private System.Windows.Forms.ToolStripMenuItem Menu_Import; private Controls.PokeGrid MysteryPokeGrid; private System.Windows.Forms.ContextMenuStrip mnu; private System.Windows.Forms.ToolStripMenuItem mnuView; private System.Windows.Forms.ToolStripMenuItem mnuSaveMG; private System.Windows.Forms.ToolStripMenuItem mnuSavePK; private System.Windows.Forms.ToolTip hover; private System.Windows.Forms.TabControl TC_SearchSettings; private System.Windows.Forms.TabPage Tab_General; private System.Windows.Forms.TabPage Tab_Advanced; private System.Windows.Forms.RichTextBox RTB_Instructions; } }