Ejemplo n.º 1
0
 internal void ApplyProperties(CheckBoxProperties properties)
 {
     Appearance   = properties.Appearance;
     AutoCheck    = properties.AutoCheck;
     AutoEllipsis = properties.AutoEllipsis;
     AutoSize     = properties.AutoSize;
     CheckAlign   = properties.CheckAlign;
     FlatAppearance.BorderColor        = properties.FlatAppearanceBorderColor;
     FlatAppearance.BorderSize         = properties.FlatAppearanceBorderSize;
     FlatAppearance.CheckedBackColor   = properties.FlatAppearanceCheckedBackColor;
     FlatAppearance.MouseDownBackColor = properties.FlatAppearanceMouseDownBackColor;
     FlatAppearance.MouseOverBackColor = properties.FlatAppearanceMouseOverBackColor;
     FlatStyle   = properties.FlatStyle;
     ForeColor   = properties.ForeColor;
     RightToLeft = properties.RightToLeft;
     TextAlign   = properties.TextAlign;
     ThreeState  = properties.ThreeState;
 }
Ejemplo n.º 2
0
        public CheckBoxComboBox()
        {
            InitializeComponent();
            _CheckBoxProperties = new CheckBoxProperties();
            _CheckBoxProperties.PropertyChanged += _CheckBoxProperties_PropertyChanged;
            // Dumps the ListControl in a(nother) Container to ensure the ScrollBar on the ListControl does not
            // Paint over the Size grip. Setting the Padding or Margin on the Popup or host control does
            // not work as I expected. I don't think it can work that way.
            var ContainerControl = new CheckBoxComboBoxListControlContainer();

            _CheckBoxComboBoxListControl = new CheckBoxComboBoxListControl(this);
            _CheckBoxComboBoxListControl.Items.CheckBoxCheckedChanged += Items_CheckBoxCheckedChanged;
            ContainerControl.Controls.Add(_CheckBoxComboBoxListControl);
            // This padding spaces neatly on the left-hand side and allows space for the size grip at the bottom.
            ContainerControl.Padding = new Padding(4, 0, 0, 14);
            // The ListControl FILLS the ListContainer.
            _CheckBoxComboBoxListControl.Dock = DockStyle.Fill;
            // The DropDownControl used by the base class. Will be wrapped in a popup by the base class.
            DropDownControl = ContainerControl;
            // Must be set after the DropDownControl is set, since the popup is recreated.
            // NOTE: I made the dropDown protected so that it can be accessible here. It was private.
            dropDown.Resizable = true;
        }
Ejemplo n.º 3
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources              = new System.ComponentModel.ComponentResourceManager(typeof(EntralinkSeedSearch));
     RNGReporter.Controls.CheckBoxProperties        checkBoxProperties1    = new RNGReporter.Controls.CheckBoxProperties();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6             = new System.Windows.Forms.ToolStripSeparator();
     this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateAdjacentSeedsFrame1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateAdjacentSeedsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialogTxt             = new System.Windows.Forms.SaveFileDialog();
     this.labelMaxFrame                 = new System.Windows.Forms.Label();
     this.labelMinFrame                 = new System.Windows.Forms.Label();
     this.textBoxChatot                 = new System.Windows.Forms.TextBox();
     this.label3                        = new System.Windows.Forms.Label();
     this.label20                       = new System.Windows.Forms.Label();
     this.textBoxDescription            = new System.Windows.Forms.TextBox();
     this.toolTip1                      = new System.Windows.Forms.ToolTip(this.components);
     this.maskedTextBoxDelayCalibration = new RNGReporter.Controls.MaskedTextBox2();
     this.label12                       = new System.Windows.Forms.Label();
     this.label13                       = new System.Windows.Forms.Label();
     this.label1                        = new System.Windows.Forms.Label();
     this.checkBoxGenderless            = new System.Windows.Forms.CheckBox();
     this.label2                        = new System.Windows.Forms.Label();
     this.label4                        = new System.Windows.Forms.Label();
     this.label5                        = new System.Windows.Forms.Label();
     this.maskedTextBoxGroupSize        = new RNGReporter.Controls.MaskedTextBox2();
     this.maskedTextBoxCGearFrame       = new RNGReporter.Controls.MaskedTextBox2();
     this.maskedTextBoxDelay            = new RNGReporter.Controls.MaskedTextBox2();
     this.comboBoxNature                = new RNGReporter.Controls.CheckBoxComboBox();
     this.buttonAnyNature               = new RNGReporter.GlassButton();
     this.maskedTextBoxYear             = new RNGReporter.Controls.MaskedTextBox2();
     this.textBoxSeed                   = new RNGReporter.Controls.MaskedTextBox2();
     this.dataGridViewCapValues         = new RNGReporter.DoubleBufferedDataGridView();
     this.CapSeed                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Timer0                        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SeedTime                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CSeedTime                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapOffset                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nature                        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapHP                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapAtk                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapDef                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpA                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpD                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpe                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Grey                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Keypresses                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.buttonSeedGenerate        = new RNGReporter.GlassButton();
     this.maskedTextBoxCapMinOffset = new RNGReporter.Controls.MaskedTextBox2();
     this.maskedTextBoxCapMaxOffset = new RNGReporter.Controls.MaskedTextBox2();
     this.groupBoxConfiguration     = new System.Windows.Forms.GroupBox();
     this.labelProfileInformation   = new System.Windows.Forms.Label();
     this.comboBoxProfiles          = new RNGReporter.GlassComboBox();
     this.buttonEditProfile         = new RNGReporter.GlassButton();
     this.contextMenuStripCap.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
     this.groupBoxConfiguration.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuStripCap
     //
     this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copySeedToClipboardToolStripMenuItem1,
         this.toolStripMenuItem6,
         this.generateTimesToolStripMenuItem,
         this.generateAdjacentSeedsFrame1ToolStripMenuItem,
         this.generateAdjacentSeedsToolStripMenuItem,
         this.toolStripMenuItem3,
         this.outputCapResultsToTXTToolStripMenuItem
     });
     this.contextMenuStripCap.Name     = "contextMenuStripCap";
     this.contextMenuStripCap.Size     = new System.Drawing.Size(292, 126);
     this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
     //
     // copySeedToClipboardToolStripMenuItem1
     //
     this.copySeedToClipboardToolStripMenuItem1.Name   = "copySeedToClipboardToolStripMenuItem1";
     this.copySeedToClipboardToolStripMenuItem1.Size   = new System.Drawing.Size(291, 22);
     this.copySeedToClipboardToolStripMenuItem1.Text   = "Copy Seed to Clipboard";
     this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(288, 6);
     //
     // generateTimesToolStripMenuItem
     //
     this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
     this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
     this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
     //
     // generateAdjacentSeedsFrame1ToolStripMenuItem
     //
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Name    = "generateAdjacentSeedsFrame1ToolStripMenuItem";
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Size    = new System.Drawing.Size(291, 22);
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Text    = "Generate Adjacent Seeds (Frame 1)";
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Visible = false;
     //
     // generateAdjacentSeedsToolStripMenuItem
     //
     this.generateAdjacentSeedsToolStripMenuItem.Name    = "generateAdjacentSeedsToolStripMenuItem";
     this.generateAdjacentSeedsToolStripMenuItem.Size    = new System.Drawing.Size(291, 22);
     this.generateAdjacentSeedsToolStripMenuItem.Text    = "Generate Adjacent Seeds (Current Frame)";
     this.generateAdjacentSeedsToolStripMenuItem.Visible = false;
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 6);
     //
     // outputCapResultsToTXTToolStripMenuItem
     //
     this.outputCapResultsToTXTToolStripMenuItem.Name   = "outputCapResultsToTXTToolStripMenuItem";
     this.outputCapResultsToTXTToolStripMenuItem.Size   = new System.Drawing.Size(291, 22);
     this.outputCapResultsToTXTToolStripMenuItem.Text   = "Output Results to TXT ...";
     this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
     //
     // labelMaxFrame
     //
     this.labelMaxFrame.Location  = new System.Drawing.Point(431, 94);
     this.labelMaxFrame.Name      = "labelMaxFrame";
     this.labelMaxFrame.Size      = new System.Drawing.Size(78, 13);
     this.labelMaxFrame.TabIndex  = 107;
     this.labelMaxFrame.Text      = "Max Advances";
     this.labelMaxFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMinFrame
     //
     this.labelMinFrame.Location  = new System.Drawing.Point(431, 68);
     this.labelMinFrame.Name      = "labelMinFrame";
     this.labelMinFrame.Size      = new System.Drawing.Size(78, 13);
     this.labelMinFrame.TabIndex  = 125;
     this.labelMinFrame.Text      = "Min Advances";
     this.labelMinFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBoxChatot
     //
     this.textBoxChatot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxChatot.Location = new System.Drawing.Point(96, 451);
     this.textBoxChatot.Name     = "textBoxChatot";
     this.textBoxChatot.ReadOnly = true;
     this.textBoxChatot.Size     = new System.Drawing.Size(702, 20);
     this.textBoxChatot.TabIndex = 13;
     this.toolTip1.SetToolTip(this.textBoxChatot, resources.GetString("textBoxChatot.ToolTip"));
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(12, 454);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 13);
     this.label3.TabIndex  = 171;
     this.label3.Text      = "Chatot Pitches";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(335, 92);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(29, 13);
     this.label20.TabIndex = 333;
     this.label20.Text     = "Year";
     //
     // textBoxDescription
     //
     this.textBoxDescription.Location  = new System.Drawing.Point(12, 104);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name      = "textBoxDescription";
     this.textBoxDescription.ReadOnly  = true;
     this.textBoxDescription.Size      = new System.Drawing.Size(256, 75);
     this.textBoxDescription.TabIndex  = 175;
     this.textBoxDescription.TabStop   = false;
     this.textBoxDescription.Text      = resources.GetString("textBoxDescription.Text");
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 7000;
     this.toolTip1.InitialDelay = 100;
     this.toolTip1.ReshowDelay  = 100;
     //
     // maskedTextBoxDelayCalibration
     //
     this.maskedTextBoxDelayCalibration.Hex      = false;
     this.maskedTextBoxDelayCalibration.Location = new System.Drawing.Point(665, 89);
     this.maskedTextBoxDelayCalibration.Mask     = "00000";
     this.maskedTextBoxDelayCalibration.Name     = "maskedTextBoxDelayCalibration";
     this.maskedTextBoxDelayCalibration.Size     = new System.Drawing.Size(39, 21);
     this.maskedTextBoxDelayCalibration.TabIndex = 10;
     this.maskedTextBoxDelayCalibration.Text     = "0";
     this.toolTip1.SetToolTip(this.maskedTextBoxDelayCalibration, "This is the amount to offset the time difference between the Standard Seed and th" +
                              "e CGear Seed.");
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(12, 63);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(96, 13);
     this.label12.TabIndex = 176;
     this.label12.Text     = "C-Gear Seed (Hex)";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Location  = new System.Drawing.Point(283, 107);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(39, 13);
     this.label13.TabIndex  = 329;
     this.label13.Text      = "Nature";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(166, 62);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 13);
     this.label1.TabIndex = 332;
     this.label1.Text     = "Delay";
     //
     // checkBoxGenderless
     //
     this.checkBoxGenderless.AutoSize = true;
     this.checkBoxGenderless.Location = new System.Drawing.Point(283, 150);
     this.checkBoxGenderless.Name     = "checkBoxGenderless";
     this.checkBoxGenderless.Size     = new System.Drawing.Size(113, 17);
     this.checkBoxGenderless.TabIndex = 4;
     this.checkBoxGenderless.Text     = "Genderless Target";
     this.checkBoxGenderless.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(265, 68);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 13);
     this.label2.TabIndex  = 336;
     this.label2.Text      = "C-Gear Seed Frame";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(580, 68);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(82, 13);
     this.label4.TabIndex  = 338;
     this.label4.Text      = "Min Cluster Size";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(580, 92);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(86, 13);
     this.label5.TabIndex  = 339;
     this.label5.Text      = "Delay Calibration";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // maskedTextBoxGroupSize
     //
     this.maskedTextBoxGroupSize.Hex      = false;
     this.maskedTextBoxGroupSize.Location = new System.Drawing.Point(665, 65);
     this.maskedTextBoxGroupSize.Mask     = "00000";
     this.maskedTextBoxGroupSize.Name     = "maskedTextBoxGroupSize";
     this.maskedTextBoxGroupSize.Size     = new System.Drawing.Size(39, 21);
     this.maskedTextBoxGroupSize.TabIndex = 9;
     this.maskedTextBoxGroupSize.Text     = "3";
     //
     // maskedTextBoxCGearFrame
     //
     this.maskedTextBoxCGearFrame.Hex      = false;
     this.maskedTextBoxCGearFrame.Location = new System.Drawing.Point(368, 65);
     this.maskedTextBoxCGearFrame.Mask     = "00000";
     this.maskedTextBoxCGearFrame.Name     = "maskedTextBoxCGearFrame";
     this.maskedTextBoxCGearFrame.Size     = new System.Drawing.Size(41, 21);
     this.maskedTextBoxCGearFrame.TabIndex = 5;
     this.maskedTextBoxCGearFrame.Text     = "1";
     //
     // maskedTextBoxDelay
     //
     this.maskedTextBoxDelay.Enabled  = false;
     this.maskedTextBoxDelay.Hex      = false;
     this.maskedTextBoxDelay.Location = new System.Drawing.Point(174, 78);
     this.maskedTextBoxDelay.Mask     = "00000";
     this.maskedTextBoxDelay.Name     = "maskedTextBoxDelay";
     this.maskedTextBoxDelay.Size     = new System.Drawing.Size(42, 20);
     this.maskedTextBoxDelay.TabIndex = 1;
     //
     // comboBoxNature
     //
     this.comboBoxNature.BlankText               = "Any";
     checkBoxProperties1.ForeColor               = System.Drawing.SystemColors.ControlText;
     this.comboBoxNature.CheckBoxProperties      = checkBoxProperties1;
     this.comboBoxNature.DisplayMemberSingleItem = "";
     this.comboBoxNature.DropDownHeight          = 300;
     this.comboBoxNature.DropDownStyle           = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxNature.FormattingEnabled       = true;
     this.comboBoxNature.Location    = new System.Drawing.Point(288, 123);
     this.comboBoxNature.Name        = "comboBoxNature";
     this.comboBoxNature.Size        = new System.Drawing.Size(146, 21);
     this.comboBoxNature.TabIndex    = 2;
     this.comboBoxNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
     //
     // buttonAnyNature
     //
     this.buttonAnyNature.BackColor        = System.Drawing.Color.AntiqueWhite;
     this.buttonAnyNature.ForeColor        = System.Drawing.Color.Black;
     this.buttonAnyNature.ImageAlign       = System.Drawing.ContentAlignment.TopCenter;
     this.buttonAnyNature.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.buttonAnyNature.Location         = new System.Drawing.Point(444, 122);
     this.buttonAnyNature.Margin           = new System.Windows.Forms.Padding(0);
     this.buttonAnyNature.Name             = "buttonAnyNature";
     this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
     this.buttonAnyNature.ShineColor       = System.Drawing.SystemColors.Window;
     this.buttonAnyNature.Size             = new System.Drawing.Size(43, 23);
     this.buttonAnyNature.TabIndex         = 3;
     this.buttonAnyNature.Text             = "Any";
     this.buttonAnyNature.TextAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.buttonAnyNature.Click           += new System.EventHandler(this.buttonAnyNature_Click);
     //
     // maskedTextBoxYear
     //
     this.maskedTextBoxYear.Hex      = false;
     this.maskedTextBoxYear.Location = new System.Drawing.Point(368, 90);
     this.maskedTextBoxYear.Mask     = "2\\000";
     this.maskedTextBoxYear.Name     = "maskedTextBoxYear";
     this.maskedTextBoxYear.Size     = new System.Drawing.Size(41, 20);
     this.maskedTextBoxYear.TabIndex = 6;
     //
     // textBoxSeed
     //
     this.textBoxSeed.Hex      = false;
     this.textBoxSeed.Location = new System.Drawing.Point(17, 78);
     this.textBoxSeed.Mask     = "AAAAAAAA";
     this.textBoxSeed.Name     = "textBoxSeed";
     this.textBoxSeed.Size     = new System.Drawing.Size(146, 20);
     this.textBoxSeed.TabIndex = 0;
     //
     // dataGridViewCapValues
     //
     this.dataGridViewCapValues.AllowUserToAddRows    = false;
     this.dataGridViewCapValues.AllowUserToDeleteRows = false;
     this.dataGridViewCapValues.AllowUserToResizeRows = false;
     this.dataGridViewCapValues.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.dataGridViewCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewCapValues.ColumnHeadersHeight           = 20;
     this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CapSeed,
         this.Timer0,
         this.SeedTime,
         this.CSeedTime,
         this.CapOffset,
         this.Nature,
         this.CapHP,
         this.CapAtk,
         this.CapDef,
         this.CapSpA,
         this.CapSpD,
         this.CapSpe,
         this.Grey,
         this.Keypresses
     });
     this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
     dataGridViewCellStyle3.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor            = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor                   = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewCapValues.DefaultCellStyle        = dataGridViewCellStyle3;
     this.dataGridViewCapValues.Location                = new System.Drawing.Point(12, 185);
     this.dataGridViewCapValues.MultiSelect             = false;
     this.dataGridViewCapValues.Name                    = "dataGridViewCapValues";
     this.dataGridViewCapValues.RowHeadersBorderStyle   = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGridViewCapValues.RowHeadersVisible       = false;
     this.dataGridViewCapValues.RowTemplate.Height      = 20;
     this.dataGridViewCapValues.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewCapValues.ShowCellErrors          = false;
     this.dataGridViewCapValues.ShowCellToolTips        = false;
     this.dataGridViewCapValues.ShowEditingIcon         = false;
     this.dataGridViewCapValues.ShowRowErrors           = false;
     this.dataGridViewCapValues.Size                    = new System.Drawing.Size(786, 260);
     this.dataGridViewCapValues.TabIndex                = 12;
     this.dataGridViewCapValues.CellFormatting         += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
     this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
     this.dataGridViewCapValues.SelectionChanged       += new System.EventHandler(this.dataGridViewCapValues_SelectionChanged);
     this.dataGridViewCapValues.KeyDown                += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
     this.dataGridViewCapValues.MouseDown              += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
     //
     // CapSeed
     //
     this.CapSeed.DataPropertyName = "Seed";
     dataGridViewCellStyle2.Font   = new System.Drawing.Font("Consolas", 8.75F);
     this.CapSeed.DefaultCellStyle = dataGridViewCellStyle2;
     this.CapSeed.FillWeight       = 110F;
     this.CapSeed.HeaderText       = "Seed";
     this.CapSeed.Name             = "CapSeed";
     this.CapSeed.ReadOnly         = true;
     this.CapSeed.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.CapSeed.Width            = 120;
     //
     // Timer0
     //
     this.Timer0.DataPropertyName = "Timer0";
     this.Timer0.HeaderText       = "Timer0";
     this.Timer0.Name             = "Timer0";
     this.Timer0.ReadOnly         = true;
     this.Timer0.Width            = 50;
     //
     // SeedTime
     //
     this.SeedTime.DataPropertyName = "TimeDate";
     this.SeedTime.HeaderText       = "Date\\Time";
     this.SeedTime.Name             = "SeedTime";
     this.SeedTime.ReadOnly         = true;
     //
     // CSeedTime
     //
     this.CSeedTime.DataPropertyName = "CSeedTime";
     this.CSeedTime.HeaderText       = "C-Gear Date\\Time";
     this.CSeedTime.Name             = "CSeedTime";
     //
     // CapOffset
     //
     this.CapOffset.DataPropertyName = "Offset";
     this.CapOffset.HeaderText       = "Frame";
     this.CapOffset.Name             = "CapOffset";
     this.CapOffset.ReadOnly         = true;
     this.CapOffset.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.CapOffset.Width            = 45;
     //
     // Nature
     //
     this.Nature.DataPropertyName = "Nature";
     this.Nature.HeaderText       = "Nature";
     this.Nature.Name             = "Nature";
     this.Nature.ReadOnly         = true;
     this.Nature.Width            = 65;
     //
     // CapHP
     //
     this.CapHP.DataPropertyName = "Hp";
     this.CapHP.HeaderText       = "HP";
     this.CapHP.Name             = "CapHP";
     this.CapHP.ReadOnly         = true;
     this.CapHP.Width            = 30;
     //
     // CapAtk
     //
     this.CapAtk.DataPropertyName = "Atk";
     this.CapAtk.HeaderText       = "Atk";
     this.CapAtk.Name             = "CapAtk";
     this.CapAtk.ReadOnly         = true;
     this.CapAtk.Width            = 30;
     //
     // CapDef
     //
     this.CapDef.DataPropertyName = "Def";
     this.CapDef.HeaderText       = "Def";
     this.CapDef.Name             = "CapDef";
     this.CapDef.ReadOnly         = true;
     this.CapDef.Width            = 30;
     //
     // CapSpA
     //
     this.CapSpA.DataPropertyName = "SpA";
     this.CapSpA.HeaderText       = "SpA";
     this.CapSpA.Name             = "CapSpA";
     this.CapSpA.ReadOnly         = true;
     this.CapSpA.Width            = 30;
     //
     // CapSpD
     //
     this.CapSpD.DataPropertyName = "SpD";
     this.CapSpD.HeaderText       = "SpD";
     this.CapSpD.Name             = "CapSpD";
     this.CapSpD.ReadOnly         = true;
     this.CapSpD.Width            = 30;
     //
     // CapSpe
     //
     this.CapSpe.DataPropertyName = "Spe";
     this.CapSpe.HeaderText       = "Spe";
     this.CapSpe.Name             = "CapSpe";
     this.CapSpe.ReadOnly         = true;
     this.CapSpe.Width            = 30;
     //
     // Grey
     //
     this.Grey.DataPropertyName = "Synchable";
     this.Grey.HeaderText       = "Grey";
     this.Grey.Name             = "Grey";
     this.Grey.ReadOnly         = true;
     this.Grey.Visible          = false;
     //
     // Keypresses
     //
     this.Keypresses.DataPropertyName = "Keypress";
     this.Keypresses.HeaderText       = "Keypresses";
     this.Keypresses.Name             = "Keypresses";
     this.Keypresses.Width            = 120;
     //
     // buttonSeedGenerate
     //
     this.buttonSeedGenerate.BackColor        = System.Drawing.Color.AntiqueWhite;
     this.buttonSeedGenerate.ForeColor        = System.Drawing.Color.Black;
     this.buttonSeedGenerate.Location         = new System.Drawing.Point(716, 144);
     this.buttonSeedGenerate.Name             = "buttonSeedGenerate";
     this.buttonSeedGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
     this.buttonSeedGenerate.ShineColor       = System.Drawing.SystemColors.Window;
     this.buttonSeedGenerate.Size             = new System.Drawing.Size(76, 23);
     this.buttonSeedGenerate.TabIndex         = 11;
     this.buttonSeedGenerate.Text             = "Search";
     this.buttonSeedGenerate.Click           += new System.EventHandler(this.buttonSeedGenerate_Click);
     //
     // maskedTextBoxCapMinOffset
     //
     this.maskedTextBoxCapMinOffset.Hex      = false;
     this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(515, 65);
     this.maskedTextBoxCapMinOffset.Mask     = "00000";
     this.maskedTextBoxCapMinOffset.Name     = "maskedTextBoxCapMinOffset";
     this.maskedTextBoxCapMinOffset.Size     = new System.Drawing.Size(39, 21);
     this.maskedTextBoxCapMinOffset.TabIndex = 7;
     this.maskedTextBoxCapMinOffset.Text     = "40";
     //
     // maskedTextBoxCapMaxOffset
     //
     this.maskedTextBoxCapMaxOffset.Hex      = false;
     this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(515, 90);
     this.maskedTextBoxCapMaxOffset.Mask     = "00000";
     this.maskedTextBoxCapMaxOffset.Name     = "maskedTextBoxCapMaxOffset";
     this.maskedTextBoxCapMaxOffset.Size     = new System.Drawing.Size(39, 21);
     this.maskedTextBoxCapMaxOffset.TabIndex = 8;
     this.maskedTextBoxCapMaxOffset.Text     = "100";
     //
     // groupBoxConfiguration
     //
     this.groupBoxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxConfiguration.Controls.Add(this.labelProfileInformation);
     this.groupBoxConfiguration.Controls.Add(this.comboBoxProfiles);
     this.groupBoxConfiguration.Controls.Add(this.buttonEditProfile);
     this.groupBoxConfiguration.Location = new System.Drawing.Point(12, 12);
     this.groupBoxConfiguration.Name     = "groupBoxConfiguration";
     this.groupBoxConfiguration.Size     = new System.Drawing.Size(786, 48);
     this.groupBoxConfiguration.TabIndex = 340;
     this.groupBoxConfiguration.TabStop  = false;
     this.groupBoxConfiguration.Text     = "Configuration";
     //
     // labelProfileInformation
     //
     this.labelProfileInformation.AutoSize = true;
     this.labelProfileInformation.Location = new System.Drawing.Point(131, 22);
     this.labelProfileInformation.Name     = "labelProfileInformation";
     this.labelProfileInformation.Size     = new System.Drawing.Size(0, 13);
     this.labelProfileInformation.TabIndex = 320;
     //
     // comboBoxProfiles
     //
     this.comboBoxProfiles.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxProfiles.ForeColor         = System.Drawing.Color.Black;
     this.comboBoxProfiles.FormattingEnabled = true;
     this.comboBoxProfiles.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxProfiles.MaxDropDownItems  = 3;
     this.comboBoxProfiles.Name                  = "comboBoxProfiles";
     this.comboBoxProfiles.ShineColor            = System.Drawing.SystemColors.Window;
     this.comboBoxProfiles.Size                  = new System.Drawing.Size(119, 21);
     this.comboBoxProfiles.TabIndex              = 33;
     this.comboBoxProfiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfiles_SelectedIndexChanged);
     //
     // buttonEditProfile
     //
     this.buttonEditProfile.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEditProfile.BackColor        = System.Drawing.Color.AntiqueWhite;
     this.buttonEditProfile.ForeColor        = System.Drawing.Color.Black;
     this.buttonEditProfile.Location         = new System.Drawing.Point(741, 17);
     this.buttonEditProfile.Name             = "buttonEditProfile";
     this.buttonEditProfile.OuterBorderColor = System.Drawing.Color.Transparent;
     this.buttonEditProfile.ShineColor       = System.Drawing.SystemColors.Window;
     this.buttonEditProfile.Size             = new System.Drawing.Size(39, 23);
     this.buttonEditProfile.TabIndex         = 11;
     this.buttonEditProfile.Text             = "Edit";
     this.buttonEditProfile.Click           += new System.EventHandler(this.buttonEditProfile_Click);
     //
     // EntralinkSeedSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(814, 479);
     this.Controls.Add(this.groupBoxConfiguration);
     this.Controls.Add(this.maskedTextBoxDelayCalibration);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBoxDescription);
     this.Controls.Add(this.checkBoxGenderless);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.maskedTextBoxGroupSize);
     this.Controls.Add(this.maskedTextBoxCGearFrame);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.maskedTextBoxYear);
     this.Controls.Add(this.textBoxChatot);
     this.Controls.Add(this.dataGridViewCapValues);
     this.Controls.Add(this.maskedTextBoxCapMinOffset);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.maskedTextBoxDelay);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.buttonSeedGenerate);
     this.Controls.Add(this.maskedTextBoxCapMaxOffset);
     this.Controls.Add(this.comboBoxNature);
     this.Controls.Add(this.buttonAnyNature);
     this.Controls.Add(this.textBoxSeed);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.labelMaxFrame);
     this.Controls.Add(this.labelMinFrame);
     this.MinimumSize   = new System.Drawing.Size(677, 378);
     this.Name          = "EntralinkSeedSearch";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Entralink Seed Search";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
     this.Load         += new System.EventHandler(this.PlatinumTime_Load);
     this.contextMenuStripCap.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
     this.groupBoxConfiguration.ResumeLayout(false);
     this.groupBoxConfiguration.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Adjacents));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     RNGReporter.Controls.CheckBoxProperties        checkBoxProperties1    = new RNGReporter.Controls.CheckBoxProperties();
     this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6             = new System.Windows.Forms.ToolStripSeparator();
     this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateAdjacentSeedsFrame1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.generateAdjacentSeedsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialogTxt       = new System.Windows.Forms.SaveFileDialog();
     this.datePicker              = new System.Windows.Forms.DateTimePicker();
     this.label2                  = new System.Windows.Forms.Label();
     this.labelCapMonthDelay      = new System.Windows.Forms.Label();
     this.numericUpDownSeconds    = new System.Windows.Forms.NumericUpDown();
     this.label8                  = new System.Windows.Forms.Label();
     this.label30                 = new System.Windows.Forms.Label();
     this.label52                 = new System.Windows.Forms.Label();
     this.textBoxChatot           = new System.Windows.Forms.TextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.textBoxDescription      = new System.Windows.Forms.TextBox();
     this.toolTip1                = new System.Windows.Forms.ToolTip(this.components);
     this.labelMaxFrame           = new System.Windows.Forms.Label();
     this.labelMinFrame           = new System.Windows.Forms.Label();
     this.groupBoxConfiguration   = new System.Windows.Forms.GroupBox();
     this.labelProfileInformation = new System.Windows.Forms.Label();
     this.comboBoxProfiles        = new RNGReporter.GlassComboBox();
     this.buttonEditProfile       = new RNGReporter.GlassButton();
     this.comboBoxLead            = new RNGReporter.GlassComboBox();
     this.dataGridViewCapValues   = new RNGReporter.DoubleBufferedDataGridView();
     this.CapSeed                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Timer0                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SeedTime                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapOffset               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PID                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EncounterSlot             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Shiny                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nature                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ability                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapHP                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapAtk                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapDef                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpA                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpD                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CapSpe                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.f50                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.f125                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.f25                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.f75                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Synchable                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.comboBoxKeypresses        = new RNGReporter.Controls.CheckBoxComboBox();
     this.comboBoxEncounterType     = new RNGReporter.GlassComboBox();
     this.buttonSeedGenerate        = new RNGReporter.GlassButton();
     this.comboBoxMethod            = new RNGReporter.GlassComboBox();
     this.maskedTextBoxCapMaxOffset = new MaskedTextBox2();
     this.maskedTextBoxCapMinOffset = new MaskedTextBox2();
     this.contextMenuStripCap.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSeconds)).BeginInit();
     this.groupBoxConfiguration.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStripCap
     //
     this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copySeedToClipboardToolStripMenuItem1,
         this.toolStripMenuItem6,
         this.generateTimesToolStripMenuItem,
         this.generateAdjacentSeedsFrame1ToolStripMenuItem,
         this.generateAdjacentSeedsToolStripMenuItem,
         this.toolStripMenuItem3,
         this.outputCapResultsToTXTToolStripMenuItem
     });
     this.contextMenuStripCap.Name     = "contextMenuStripCap";
     this.contextMenuStripCap.Size     = new System.Drawing.Size(292, 126);
     this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
     //
     // copySeedToClipboardToolStripMenuItem1
     //
     this.copySeedToClipboardToolStripMenuItem1.Name   = "copySeedToClipboardToolStripMenuItem1";
     this.copySeedToClipboardToolStripMenuItem1.Size   = new System.Drawing.Size(291, 22);
     this.copySeedToClipboardToolStripMenuItem1.Text   = "Copy Seed to Clipboard";
     this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(288, 6);
     //
     // generateTimesToolStripMenuItem
     //
     this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
     this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
     this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
     //
     // generateAdjacentSeedsFrame1ToolStripMenuItem
     //
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Name    = "generateAdjacentSeedsFrame1ToolStripMenuItem";
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Size    = new System.Drawing.Size(291, 22);
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Text    = "Generate Adjacent Seeds (Frame 1)";
     this.generateAdjacentSeedsFrame1ToolStripMenuItem.Visible = false;
     //
     // generateAdjacentSeedsToolStripMenuItem
     //
     this.generateAdjacentSeedsToolStripMenuItem.Name    = "generateAdjacentSeedsToolStripMenuItem";
     this.generateAdjacentSeedsToolStripMenuItem.Size    = new System.Drawing.Size(291, 22);
     this.generateAdjacentSeedsToolStripMenuItem.Text    = "Generate Adjacent Seeds (Current Frame)";
     this.generateAdjacentSeedsToolStripMenuItem.Visible = false;
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 6);
     //
     // outputCapResultsToTXTToolStripMenuItem
     //
     this.outputCapResultsToTXTToolStripMenuItem.Name   = "outputCapResultsToTXTToolStripMenuItem";
     this.outputCapResultsToTXTToolStripMenuItem.Size   = new System.Drawing.Size(291, 22);
     this.outputCapResultsToTXTToolStripMenuItem.Text   = "Output Results to TXT ...";
     this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
     //
     // datePicker
     //
     this.datePicker.CustomFormat = "MMMMdd, yyyy     HH:mm:ss";
     this.datePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.datePicker.Location     = new System.Drawing.Point(409, 101);
     this.datePicker.MaxDate      = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
     this.datePicker.MinDate      = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
     this.datePicker.Name         = "datePicker";
     this.datePicker.Size         = new System.Drawing.Size(235, 20);
     this.datePicker.TabIndex     = 160;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(406, 86);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(58, 13);
     this.label2.TabIndex = 162;
     this.label2.Text     = "Date\\Time";
     //
     // labelCapMonthDelay
     //
     this.labelCapMonthDelay.AutoSize  = true;
     this.labelCapMonthDelay.Location  = new System.Drawing.Point(12, 63);
     this.labelCapMonthDelay.Name      = "labelCapMonthDelay";
     this.labelCapMonthDelay.Size      = new System.Drawing.Size(61, 13);
     this.labelCapMonthDelay.TabIndex  = 164;
     this.labelCapMonthDelay.Text      = "Keypresses";
     this.labelCapMonthDelay.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // numericUpDownSeconds
     //
     this.numericUpDownSeconds.Location = new System.Drawing.Point(196, 109);
     this.numericUpDownSeconds.Name     = "numericUpDownSeconds";
     this.numericUpDownSeconds.Size     = new System.Drawing.Size(51, 20);
     this.numericUpDownSeconds.TabIndex = 169;
     this.numericUpDownSeconds.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(125, 112);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(66, 13);
     this.label8.TabIndex = 168;
     this.label8.Text     = "Seconds +\\-";
     //
     // label30
     //
     this.label30.AutoSize  = true;
     this.label30.Location  = new System.Drawing.Point(15, 201);
     this.label30.Name      = "label30";
     this.label30.Size      = new System.Drawing.Size(43, 13);
     this.label30.TabIndex  = 113;
     this.label30.Text      = "Method";
     this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label52
     //
     this.label52.AutoSize  = true;
     this.label52.Location  = new System.Drawing.Point(197, 201);
     this.label52.Name      = "label52";
     this.label52.Size      = new System.Drawing.Size(83, 13);
     this.label52.TabIndex  = 121;
     this.label52.Text      = "Encounter Type";
     this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBoxChatot
     //
     this.textBoxChatot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxChatot.Location = new System.Drawing.Point(96, 405);
     this.textBoxChatot.Name     = "textBoxChatot";
     this.textBoxChatot.ReadOnly = true;
     this.textBoxChatot.Size     = new System.Drawing.Size(557, 20);
     this.textBoxChatot.TabIndex = 170;
     this.toolTip1.SetToolTip(this.textBoxChatot, resources.GetString("textBoxChatot.ToolTip"));
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(12, 408);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 13);
     this.label3.TabIndex  = 171;
     this.label3.Text      = "Chatot Pitches";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(425, 200);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(61, 13);
     this.label4.TabIndex  = 173;
     this.label4.Text      = "Lead Ability";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textBoxDescription
     //
     this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxDescription.Location  = new System.Drawing.Point(12, 137);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name      = "textBoxDescription";
     this.textBoxDescription.ReadOnly  = true;
     this.textBoxDescription.Size      = new System.Drawing.Size(641, 54);
     this.textBoxDescription.TabIndex  = 175;
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 7000;
     this.toolTip1.InitialDelay = 100;
     this.toolTip1.ReshowDelay  = 100;
     //
     // labelMaxFrame
     //
     this.labelMaxFrame.Location  = new System.Drawing.Point(265, 115);
     this.labelMaxFrame.Name      = "labelMaxFrame";
     this.labelMaxFrame.Size      = new System.Drawing.Size(78, 13);
     this.labelMaxFrame.TabIndex  = 107;
     this.labelMaxFrame.Text      = "Max Frame";
     this.labelMaxFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMinFrame
     //
     this.labelMinFrame.Location  = new System.Drawing.Point(265, 86);
     this.labelMinFrame.Name      = "labelMinFrame";
     this.labelMinFrame.Size      = new System.Drawing.Size(78, 13);
     this.labelMinFrame.TabIndex  = 125;
     this.labelMinFrame.Text      = "Min Frame";
     this.labelMinFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBoxConfiguration
     //
     this.groupBoxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBoxConfiguration.Controls.Add(this.labelProfileInformation);
     this.groupBoxConfiguration.Controls.Add(this.comboBoxProfiles);
     this.groupBoxConfiguration.Controls.Add(this.buttonEditProfile);
     this.groupBoxConfiguration.Location = new System.Drawing.Point(12, 12);
     this.groupBoxConfiguration.Name     = "groupBoxConfiguration";
     this.groupBoxConfiguration.Size     = new System.Drawing.Size(644, 48);
     this.groupBoxConfiguration.TabIndex = 176;
     this.groupBoxConfiguration.TabStop  = false;
     this.groupBoxConfiguration.Text     = "Configuration";
     //
     // labelProfileInformation
     //
     this.labelProfileInformation.AutoSize = true;
     this.labelProfileInformation.Location = new System.Drawing.Point(131, 22);
     this.labelProfileInformation.Name     = "labelProfileInformation";
     this.labelProfileInformation.Size     = new System.Drawing.Size(0, 13);
     this.labelProfileInformation.TabIndex = 320;
     //
     // comboBoxProfiles
     //
     this.comboBoxProfiles.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxProfiles.ForeColor         = System.Drawing.Color.Black;
     this.comboBoxProfiles.FormattingEnabled = true;
     this.comboBoxProfiles.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxProfiles.MaxDropDownItems  = 3;
     this.comboBoxProfiles.Name                  = "comboBoxProfiles";
     this.comboBoxProfiles.ShineColor            = System.Drawing.SystemColors.Window;
     this.comboBoxProfiles.Size                  = new System.Drawing.Size(119, 21);
     this.comboBoxProfiles.TabIndex              = 33;
     this.comboBoxProfiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfiles_SelectedIndexChanged);
     //
     // buttonEditProfile
     //
     this.buttonEditProfile.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonEditProfile.BackColor        = System.Drawing.Color.AntiqueWhite;
     this.buttonEditProfile.ForeColor        = System.Drawing.Color.Black;
     this.buttonEditProfile.Location         = new System.Drawing.Point(599, 17);
     this.buttonEditProfile.Name             = "buttonEditProfile";
     this.buttonEditProfile.OuterBorderColor = System.Drawing.Color.Transparent;
     this.buttonEditProfile.ShineColor       = System.Drawing.SystemColors.Window;
     this.buttonEditProfile.Size             = new System.Drawing.Size(39, 23);
     this.buttonEditProfile.TabIndex         = 11;
     this.buttonEditProfile.Text             = "Edit";
     this.buttonEditProfile.Click           += new System.EventHandler(this.buttonEditProfile_Click);
     //
     // comboBoxLead
     //
     this.comboBoxLead.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLead.ForeColor         = System.Drawing.Color.Black;
     this.comboBoxLead.FormattingEnabled = true;
     this.comboBoxLead.Location          = new System.Drawing.Point(492, 197);
     this.comboBoxLead.Name       = "comboBoxLead";
     this.comboBoxLead.ShineColor = System.Drawing.SystemColors.Window;
     this.comboBoxLead.Size       = new System.Drawing.Size(130, 21);
     this.comboBoxLead.TabIndex   = 174;
     //
     // dataGridViewCapValues
     //
     this.dataGridViewCapValues.AllowUserToAddRows    = false;
     this.dataGridViewCapValues.AllowUserToDeleteRows = false;
     this.dataGridViewCapValues.AllowUserToResizeRows = false;
     this.dataGridViewCapValues.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.dataGridViewCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     dataGridViewCellStyle1.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewCapValues.ColumnHeadersHeight           = 20;
     this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CapSeed,
         this.Timer0,
         this.SeedTime,
         this.CapOffset,
         this.PID,
         this.EncounterSlot,
         this.Shiny,
         this.Nature,
         this.Ability,
         this.CapHP,
         this.CapAtk,
         this.CapDef,
         this.CapSpA,
         this.CapSpD,
         this.CapSpe,
         this.f50,
         this.f125,
         this.f25,
         this.f75,
         this.Synchable
     });
     this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
     dataGridViewCellStyle4.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor            = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font                        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor                   = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewCapValues.DefaultCellStyle        = dataGridViewCellStyle4;
     this.dataGridViewCapValues.Location                = new System.Drawing.Point(12, 224);
     this.dataGridViewCapValues.MultiSelect             = false;
     this.dataGridViewCapValues.Name                    = "dataGridViewCapValues";
     this.dataGridViewCapValues.RowHeadersBorderStyle   = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGridViewCapValues.RowHeadersVisible       = false;
     this.dataGridViewCapValues.RowTemplate.Height      = 20;
     this.dataGridViewCapValues.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewCapValues.ShowCellErrors          = false;
     this.dataGridViewCapValues.ShowCellToolTips        = false;
     this.dataGridViewCapValues.ShowEditingIcon         = false;
     this.dataGridViewCapValues.ShowRowErrors           = false;
     this.dataGridViewCapValues.Size                    = new System.Drawing.Size(641, 175);
     this.dataGridViewCapValues.TabIndex                = 51;
     this.dataGridViewCapValues.CellFormatting         += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
     this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
     this.dataGridViewCapValues.SelectionChanged       += new System.EventHandler(this.dataGridViewCapValues_SelectionChanged);
     this.dataGridViewCapValues.KeyDown                += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
     this.dataGridViewCapValues.MouseDown              += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
     //
     // CapSeed
     //
     this.CapSeed.DataPropertyName = "Seed";
     dataGridViewCellStyle2.Font   = new System.Drawing.Font("Consolas", 8.75F);
     this.CapSeed.DefaultCellStyle = dataGridViewCellStyle2;
     this.CapSeed.FillWeight       = 110F;
     this.CapSeed.HeaderText       = "Seed";
     this.CapSeed.Name             = "CapSeed";
     this.CapSeed.ReadOnly         = true;
     this.CapSeed.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.CapSeed.Width            = 120;
     //
     // Timer0
     //
     this.Timer0.DataPropertyName = "Timer0";
     this.Timer0.HeaderText       = "Timer0";
     this.Timer0.Name             = "Timer0";
     this.Timer0.ReadOnly         = true;
     this.Timer0.Width            = 50;
     //
     // SeedTime
     //
     this.SeedTime.DataPropertyName = "TimeDate";
     this.SeedTime.HeaderText       = "Date\\Time";
     this.SeedTime.Name             = "SeedTime";
     this.SeedTime.ReadOnly         = true;
     //
     // CapOffset
     //
     this.CapOffset.DataPropertyName = "Offset";
     this.CapOffset.HeaderText       = "Frame";
     this.CapOffset.Name             = "CapOffset";
     this.CapOffset.ReadOnly         = true;
     this.CapOffset.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.CapOffset.Width            = 45;
     //
     // PID
     //
     this.PID.DataPropertyName   = "Pid";
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Consolas", 8.75F);
     this.PID.DefaultCellStyle   = dataGridViewCellStyle3;
     this.PID.HeaderText         = "PID";
     this.PID.Name     = "PID";
     this.PID.ReadOnly = true;
     this.PID.Width    = 70;
     //
     // EncounterSlot
     //
     this.EncounterSlot.DataPropertyName = "EncounterSlot";
     this.EncounterSlot.FillWeight       = 50F;
     this.EncounterSlot.HeaderText       = "Encounter Slot";
     this.EncounterSlot.Name             = "EncounterSlot";
     this.EncounterSlot.ReadOnly         = true;
     this.EncounterSlot.Width            = 85;
     //
     // Shiny
     //
     this.Shiny.DataPropertyName = "ShinyDisplay";
     this.Shiny.HeaderText       = "!!!";
     this.Shiny.Name             = "Shiny";
     this.Shiny.ReadOnly         = true;
     this.Shiny.Width            = 20;
     //
     // Nature
     //
     this.Nature.DataPropertyName = "Nature";
     this.Nature.HeaderText       = "Nature";
     this.Nature.Name             = "Nature";
     this.Nature.ReadOnly         = true;
     this.Nature.Width            = 65;
     //
     // Ability
     //
     this.Ability.DataPropertyName = "Ability";
     this.Ability.HeaderText       = "Ability";
     this.Ability.Name             = "Ability";
     this.Ability.ReadOnly         = true;
     this.Ability.Width            = 40;
     //
     // CapHP
     //
     this.CapHP.DataPropertyName = "Hp";
     this.CapHP.HeaderText       = "HP";
     this.CapHP.Name             = "CapHP";
     this.CapHP.ReadOnly         = true;
     this.CapHP.Width            = 30;
     //
     // CapAtk
     //
     this.CapAtk.DataPropertyName = "Atk";
     this.CapAtk.HeaderText       = "Atk";
     this.CapAtk.Name             = "CapAtk";
     this.CapAtk.ReadOnly         = true;
     this.CapAtk.Width            = 30;
     //
     // CapDef
     //
     this.CapDef.DataPropertyName = "Def";
     this.CapDef.HeaderText       = "Def";
     this.CapDef.Name             = "CapDef";
     this.CapDef.ReadOnly         = true;
     this.CapDef.Width            = 30;
     //
     // CapSpA
     //
     this.CapSpA.DataPropertyName = "SpA";
     this.CapSpA.HeaderText       = "SpA";
     this.CapSpA.Name             = "CapSpA";
     this.CapSpA.ReadOnly         = true;
     this.CapSpA.Width            = 30;
     //
     // CapSpD
     //
     this.CapSpD.DataPropertyName = "SpD";
     this.CapSpD.HeaderText       = "SpD";
     this.CapSpD.Name             = "CapSpD";
     this.CapSpD.ReadOnly         = true;
     this.CapSpD.Width            = 30;
     //
     // CapSpe
     //
     this.CapSpe.DataPropertyName = "Spe";
     this.CapSpe.HeaderText       = "Spe";
     this.CapSpe.Name             = "CapSpe";
     this.CapSpe.ReadOnly         = true;
     this.CapSpe.Width            = 30;
     //
     // f50
     //
     this.f50.DataPropertyName = "Female50";
     this.f50.HeaderText       = "50% F";
     this.f50.Name             = "f50";
     this.f50.ReadOnly         = true;
     this.f50.Width            = 50;
     //
     // f125
     //
     this.f125.DataPropertyName = "Female125";
     this.f125.HeaderText       = "12.5%F";
     this.f125.Name             = "f125";
     this.f125.ReadOnly         = true;
     this.f125.Width            = 50;
     //
     // f25
     //
     this.f25.DataPropertyName = "Female25";
     this.f25.HeaderText       = "25% F";
     this.f25.Name             = "f25";
     this.f25.ReadOnly         = true;
     this.f25.Width            = 50;
     //
     // f75
     //
     this.f75.DataPropertyName = "Female75";
     this.f75.HeaderText       = "75% F";
     this.f75.Name             = "f75";
     this.f75.ReadOnly         = true;
     this.f75.Width            = 50;
     //
     // Synchable
     //
     this.Synchable.DataPropertyName = "Synchable";
     this.Synchable.HeaderText       = "Synchronized";
     this.Synchable.Name             = "Synchable";
     this.Synchable.ReadOnly         = true;
     this.Synchable.Visible          = false;
     //
     // comboBoxKeypresses
     //
     this.comboBoxKeypresses.BlankText               = "None";
     checkBoxProperties1.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.comboBoxKeypresses.CheckBoxProperties      = checkBoxProperties1;
     this.comboBoxKeypresses.DisplayMemberSingleItem = "";
     this.comboBoxKeypresses.DropDownHeight          = 300;
     this.comboBoxKeypresses.DropDownStyle           = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxKeypresses.FormattingEnabled       = true;
     this.comboBoxKeypresses.Items.AddRange(new object[] {
         "Start",
         "Select",
         "A",
         "B",
         "Right",
         "Left",
         "Up",
         "Down",
         "R",
         "L",
         "X",
         "Y"
     });
     this.comboBoxKeypresses.Location    = new System.Drawing.Point(12, 78);
     this.comboBoxKeypresses.Name        = "comboBoxKeypresses";
     this.comboBoxKeypresses.Size        = new System.Drawing.Size(235, 21);
     this.comboBoxKeypresses.TabIndex    = 165;
     this.comboBoxKeypresses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
     //
     // comboBoxEncounterType
     //
     this.comboBoxEncounterType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEncounterType.Enabled           = false;
     this.comboBoxEncounterType.ForeColor         = System.Drawing.Color.Black;
     this.comboBoxEncounterType.FormattingEnabled = true;
     this.comboBoxEncounterType.Location          = new System.Drawing.Point(283, 197);
     this.comboBoxEncounterType.Name       = "comboBoxEncounterType";
     this.comboBoxEncounterType.ShineColor = System.Drawing.SystemColors.Window;
     this.comboBoxEncounterType.Size       = new System.Drawing.Size(130, 21);
     this.comboBoxEncounterType.TabIndex   = 122;
     //
     // buttonSeedGenerate
     //
     this.buttonSeedGenerate.BackColor        = System.Drawing.Color.AntiqueWhite;
     this.buttonSeedGenerate.ForeColor        = System.Drawing.Color.Black;
     this.buttonSeedGenerate.Location         = new System.Drawing.Point(12, 106);
     this.buttonSeedGenerate.Name             = "buttonSeedGenerate";
     this.buttonSeedGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
     this.buttonSeedGenerate.ShineColor       = System.Drawing.SystemColors.Window;
     this.buttonSeedGenerate.Size             = new System.Drawing.Size(76, 23);
     this.buttonSeedGenerate.TabIndex         = 116;
     this.buttonSeedGenerate.Text             = "Generate";
     this.buttonSeedGenerate.Click           += new System.EventHandler(this.buttonSeedGenerate_Click);
     //
     // comboBoxMethod
     //
     this.comboBoxMethod.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMethod.ForeColor         = System.Drawing.Color.Black;
     this.comboBoxMethod.FormattingEnabled = true;
     this.comboBoxMethod.Location          = new System.Drawing.Point(61, 197);
     this.comboBoxMethod.Name                  = "comboBoxMethod";
     this.comboBoxMethod.ShineColor            = System.Drawing.SystemColors.Window;
     this.comboBoxMethod.Size                  = new System.Drawing.Size(130, 21);
     this.comboBoxMethod.TabIndex              = 115;
     this.comboBoxMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
     //
     // maskedTextBoxCapMaxOffset
     //
     this.maskedTextBoxCapMaxOffset.Hex      = false;
     this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(349, 110);
     this.maskedTextBoxCapMaxOffset.Mask     = "00000";
     this.maskedTextBoxCapMaxOffset.Name     = "maskedTextBoxCapMaxOffset";
     this.maskedTextBoxCapMaxOffset.Size     = new System.Drawing.Size(51, 21);
     this.maskedTextBoxCapMaxOffset.TabIndex = 111;
     this.maskedTextBoxCapMaxOffset.Text     = "1";
     //
     // maskedTextBoxCapMinOffset
     //
     this.maskedTextBoxCapMinOffset.Hex      = false;
     this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(349, 83);
     this.maskedTextBoxCapMinOffset.Mask     = "00000";
     this.maskedTextBoxCapMinOffset.Name     = "maskedTextBoxCapMinOffset";
     this.maskedTextBoxCapMinOffset.Size     = new System.Drawing.Size(51, 21);
     this.maskedTextBoxCapMinOffset.TabIndex = 124;
     this.maskedTextBoxCapMinOffset.Text     = "1";
     //
     // Adjacents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(668, 433);
     this.Controls.Add(this.groupBoxConfiguration);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBoxDescription);
     this.Controls.Add(this.textBoxChatot);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBoxLead);
     this.Controls.Add(this.dataGridViewCapValues);
     this.Controls.Add(this.labelCapMonthDelay);
     this.Controls.Add(this.numericUpDownSeconds);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.comboBoxKeypresses);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.datePicker);
     this.Controls.Add(this.label52);
     this.Controls.Add(this.buttonSeedGenerate);
     this.Controls.Add(this.comboBoxEncounterType);
     this.Controls.Add(this.comboBoxMethod);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.maskedTextBoxCapMaxOffset);
     this.Controls.Add(this.maskedTextBoxCapMinOffset);
     this.Controls.Add(this.labelMinFrame);
     this.Controls.Add(this.labelMaxFrame);
     this.MinimumSize   = new System.Drawing.Size(676, 380);
     this.Name          = "Adjacents";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Adjacent Seed Tool";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
     this.Load         += new System.EventHandler(this.PlatinumTime_Load);
     this.contextMenuStripCap.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSeconds)).EndInit();
     this.groupBoxConfiguration.ResumeLayout(false);
     this.groupBoxConfiguration.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 5
0
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Adjacents));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsFrame1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.datePicker = new System.Windows.Forms.DateTimePicker();
            this.label2 = new System.Windows.Forms.Label();
            this.labelCapMonthDelay = new System.Windows.Forms.Label();
            this.numericUpDownSeconds = new System.Windows.Forms.NumericUpDown();
            this.label8 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.label52 = new System.Windows.Forms.Label();
            this.textBoxChatot = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxDescription = new System.Windows.Forms.TextBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.labelMaxFrame = new System.Windows.Forms.Label();
            this.labelMinFrame = new System.Windows.Forms.Label();
            this.groupBoxConfiguration = new System.Windows.Forms.GroupBox();
            this.labelProfileInformation = new System.Windows.Forms.Label();
            this.comboBoxProfiles = new RNGReporter.GlassComboBox();
            this.buttonEditProfile = new RNGReporter.GlassButton();
            this.comboBoxLead = new RNGReporter.GlassComboBox();
            this.dataGridViewCapValues = new RNGReporter.DoubleBufferedDataGridView();
            this.CapSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Timer0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SeedTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterSlot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Nature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Ability = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Synchable = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.comboBoxKeypresses = new RNGReporter.Controls.CheckBoxComboBox();
            this.comboBoxEncounterType = new RNGReporter.GlassComboBox();
            this.buttonSeedGenerate = new RNGReporter.GlassButton();
            this.comboBoxMethod = new RNGReporter.GlassComboBox();
            this.maskedTextBoxCapMaxOffset = new MaskedTextBox2();
            this.maskedTextBoxCapMinOffset = new MaskedTextBox2();
            this.contextMenuStripCap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSeconds)).BeginInit();
            this.groupBoxConfiguration.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
            this.SuspendLayout();
            // 
            // contextMenuStripCap
            // 
            this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem1,
            this.toolStripMenuItem6,
            this.generateTimesToolStripMenuItem,
            this.generateAdjacentSeedsFrame1ToolStripMenuItem,
            this.generateAdjacentSeedsToolStripMenuItem,
            this.toolStripMenuItem3,
            this.outputCapResultsToTXTToolStripMenuItem});
            this.contextMenuStripCap.Name = "contextMenuStripCap";
            this.contextMenuStripCap.Size = new System.Drawing.Size(292, 126);
            this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem1
            // 
            this.copySeedToClipboardToolStripMenuItem1.Name = "copySeedToClipboardToolStripMenuItem1";
            this.copySeedToClipboardToolStripMenuItem1.Size = new System.Drawing.Size(291, 22);
            this.copySeedToClipboardToolStripMenuItem1.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(288, 6);
            // 
            // generateTimesToolStripMenuItem
            // 
            this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
            this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
            // 
            // generateAdjacentSeedsFrame1ToolStripMenuItem
            // 
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Name = "generateAdjacentSeedsFrame1ToolStripMenuItem";
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Text = "Generate Adjacent Seeds (Frame 1)";
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Visible = false;
            // 
            // generateAdjacentSeedsToolStripMenuItem
            // 
            this.generateAdjacentSeedsToolStripMenuItem.Name = "generateAdjacentSeedsToolStripMenuItem";
            this.generateAdjacentSeedsToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateAdjacentSeedsToolStripMenuItem.Text = "Generate Adjacent Seeds (Current Frame)";
            this.generateAdjacentSeedsToolStripMenuItem.Visible = false;
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 6);
            // 
            // outputCapResultsToTXTToolStripMenuItem
            // 
            this.outputCapResultsToTXTToolStripMenuItem.Name = "outputCapResultsToTXTToolStripMenuItem";
            this.outputCapResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.outputCapResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
            // 
            // datePicker
            // 
            this.datePicker.CustomFormat = "MMMMdd, yyyy     HH:mm:ss";
            this.datePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.datePicker.Location = new System.Drawing.Point(409, 101);
            this.datePicker.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0);
            this.datePicker.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
            this.datePicker.Name = "datePicker";
            this.datePicker.Size = new System.Drawing.Size(235, 20);
            this.datePicker.TabIndex = 160;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(406, 86);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(58, 13);
            this.label2.TabIndex = 162;
            this.label2.Text = "Date\\Time";
            // 
            // labelCapMonthDelay
            // 
            this.labelCapMonthDelay.AutoSize = true;
            this.labelCapMonthDelay.Location = new System.Drawing.Point(12, 63);
            this.labelCapMonthDelay.Name = "labelCapMonthDelay";
            this.labelCapMonthDelay.Size = new System.Drawing.Size(61, 13);
            this.labelCapMonthDelay.TabIndex = 164;
            this.labelCapMonthDelay.Text = "Keypresses";
            this.labelCapMonthDelay.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // numericUpDownSeconds
            // 
            this.numericUpDownSeconds.Location = new System.Drawing.Point(196, 109);
            this.numericUpDownSeconds.Name = "numericUpDownSeconds";
            this.numericUpDownSeconds.Size = new System.Drawing.Size(51, 20);
            this.numericUpDownSeconds.TabIndex = 169;
            this.numericUpDownSeconds.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(125, 112);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(66, 13);
            this.label8.TabIndex = 168;
            this.label8.Text = "Seconds +\\-";
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(15, 201);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(43, 13);
            this.label30.TabIndex = 113;
            this.label30.Text = "Method";
            this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(197, 201);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(83, 13);
            this.label52.TabIndex = 121;
            this.label52.Text = "Encounter Type";
            this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // textBoxChatot
            // 
            this.textBoxChatot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxChatot.Location = new System.Drawing.Point(96, 405);
            this.textBoxChatot.Name = "textBoxChatot";
            this.textBoxChatot.ReadOnly = true;
            this.textBoxChatot.Size = new System.Drawing.Size(557, 20);
            this.textBoxChatot.TabIndex = 170;
            this.toolTip1.SetToolTip(this.textBoxChatot, resources.GetString("textBoxChatot.ToolTip"));
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 408);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 13);
            this.label3.TabIndex = 171;
            this.label3.Text = "Chatot Pitches";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(425, 200);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(61, 13);
            this.label4.TabIndex = 173;
            this.label4.Text = "Lead Ability";
            this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // textBoxDescription
            // 
            this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxDescription.Location = new System.Drawing.Point(12, 137);
            this.textBoxDescription.Multiline = true;
            this.textBoxDescription.Name = "textBoxDescription";
            this.textBoxDescription.ReadOnly = true;
            this.textBoxDescription.Size = new System.Drawing.Size(641, 54);
            this.textBoxDescription.TabIndex = 175;
            // 
            // toolTip1
            // 
            this.toolTip1.AutoPopDelay = 7000;
            this.toolTip1.InitialDelay = 100;
            this.toolTip1.ReshowDelay = 100;
            // 
            // labelMaxFrame
            // 
            this.labelMaxFrame.Location = new System.Drawing.Point(265, 115);
            this.labelMaxFrame.Name = "labelMaxFrame";
            this.labelMaxFrame.Size = new System.Drawing.Size(78, 13);
            this.labelMaxFrame.TabIndex = 107;
            this.labelMaxFrame.Text = "Max Frame";
            this.labelMaxFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelMinFrame
            // 
            this.labelMinFrame.Location = new System.Drawing.Point(265, 86);
            this.labelMinFrame.Name = "labelMinFrame";
            this.labelMinFrame.Size = new System.Drawing.Size(78, 13);
            this.labelMinFrame.TabIndex = 125;
            this.labelMinFrame.Text = "Min Frame";
            this.labelMinFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBoxConfiguration
            // 
            this.groupBoxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxConfiguration.Controls.Add(this.labelProfileInformation);
            this.groupBoxConfiguration.Controls.Add(this.comboBoxProfiles);
            this.groupBoxConfiguration.Controls.Add(this.buttonEditProfile);
            this.groupBoxConfiguration.Location = new System.Drawing.Point(12, 12);
            this.groupBoxConfiguration.Name = "groupBoxConfiguration";
            this.groupBoxConfiguration.Size = new System.Drawing.Size(644, 48);
            this.groupBoxConfiguration.TabIndex = 176;
            this.groupBoxConfiguration.TabStop = false;
            this.groupBoxConfiguration.Text = "Configuration";
            // 
            // labelProfileInformation
            // 
            this.labelProfileInformation.AutoSize = true;
            this.labelProfileInformation.Location = new System.Drawing.Point(131, 22);
            this.labelProfileInformation.Name = "labelProfileInformation";
            this.labelProfileInformation.Size = new System.Drawing.Size(0, 13);
            this.labelProfileInformation.TabIndex = 320;
            // 
            // comboBoxProfiles
            // 
            this.comboBoxProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxProfiles.ForeColor = System.Drawing.Color.Black;
            this.comboBoxProfiles.FormattingEnabled = true;
            this.comboBoxProfiles.Location = new System.Drawing.Point(6, 19);
            this.comboBoxProfiles.MaxDropDownItems = 3;
            this.comboBoxProfiles.Name = "comboBoxProfiles";
            this.comboBoxProfiles.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxProfiles.Size = new System.Drawing.Size(119, 21);
            this.comboBoxProfiles.TabIndex = 33;
            this.comboBoxProfiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfiles_SelectedIndexChanged);
            // 
            // buttonEditProfile
            // 
            this.buttonEditProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditProfile.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEditProfile.ForeColor = System.Drawing.Color.Black;
            this.buttonEditProfile.Location = new System.Drawing.Point(599, 17);
            this.buttonEditProfile.Name = "buttonEditProfile";
            this.buttonEditProfile.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEditProfile.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEditProfile.Size = new System.Drawing.Size(39, 23);
            this.buttonEditProfile.TabIndex = 11;
            this.buttonEditProfile.Text = "Edit";
            this.buttonEditProfile.Click += new System.EventHandler(this.buttonEditProfile_Click);
            // 
            // comboBoxLead
            // 
            this.comboBoxLead.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxLead.ForeColor = System.Drawing.Color.Black;
            this.comboBoxLead.FormattingEnabled = true;
            this.comboBoxLead.Location = new System.Drawing.Point(492, 197);
            this.comboBoxLead.Name = "comboBoxLead";
            this.comboBoxLead.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxLead.Size = new System.Drawing.Size(130, 21);
            this.comboBoxLead.TabIndex = 174;
            // 
            // dataGridViewCapValues
            // 
            this.dataGridViewCapValues.AllowUserToAddRows = false;
            this.dataGridViewCapValues.AllowUserToDeleteRows = false;
            this.dataGridViewCapValues.AllowUserToResizeRows = false;
            this.dataGridViewCapValues.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.dataGridViewCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCapValues.ColumnHeadersHeight = 20;
            this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CapSeed,
            this.Timer0,
            this.SeedTime,
            this.CapOffset,
            this.PID,
            this.EncounterSlot,
            this.Shiny,
            this.Nature,
            this.Ability,
            this.CapHP,
            this.CapAtk,
            this.CapDef,
            this.CapSpA,
            this.CapSpD,
            this.CapSpe,
            this.f50,
            this.f125,
            this.f25,
            this.f75,
            this.Synchable});
            this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewCapValues.DefaultCellStyle = dataGridViewCellStyle4;
            this.dataGridViewCapValues.Location = new System.Drawing.Point(12, 224);
            this.dataGridViewCapValues.MultiSelect = false;
            this.dataGridViewCapValues.Name = "dataGridViewCapValues";
            this.dataGridViewCapValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridViewCapValues.RowHeadersVisible = false;
            this.dataGridViewCapValues.RowTemplate.Height = 20;
            this.dataGridViewCapValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCapValues.ShowCellErrors = false;
            this.dataGridViewCapValues.ShowCellToolTips = false;
            this.dataGridViewCapValues.ShowEditingIcon = false;
            this.dataGridViewCapValues.ShowRowErrors = false;
            this.dataGridViewCapValues.Size = new System.Drawing.Size(641, 175);
            this.dataGridViewCapValues.TabIndex = 51;
            this.dataGridViewCapValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
            this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
            this.dataGridViewCapValues.SelectionChanged += new System.EventHandler(this.dataGridViewCapValues_SelectionChanged);
            this.dataGridViewCapValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
            this.dataGridViewCapValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
            // 
            // CapSeed
            // 
            this.CapSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.CapSeed.DefaultCellStyle = dataGridViewCellStyle2;
            this.CapSeed.FillWeight = 110F;
            this.CapSeed.HeaderText = "Seed";
            this.CapSeed.Name = "CapSeed";
            this.CapSeed.ReadOnly = true;
            this.CapSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapSeed.Width = 120;
            // 
            // Timer0
            // 
            this.Timer0.DataPropertyName = "Timer0";
            this.Timer0.HeaderText = "Timer0";
            this.Timer0.Name = "Timer0";
            this.Timer0.ReadOnly = true;
            this.Timer0.Width = 50;
            // 
            // SeedTime
            // 
            this.SeedTime.DataPropertyName = "TimeDate";
            this.SeedTime.HeaderText = "Date\\Time";
            this.SeedTime.Name = "SeedTime";
            this.SeedTime.ReadOnly = true;
            // 
            // CapOffset
            // 
            this.CapOffset.DataPropertyName = "Offset";
            this.CapOffset.HeaderText = "Frame";
            this.CapOffset.Name = "CapOffset";
            this.CapOffset.ReadOnly = true;
            this.CapOffset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapOffset.Width = 45;
            // 
            // PID
            // 
            this.PID.DataPropertyName = "Pid";
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.PID.DefaultCellStyle = dataGridViewCellStyle3;
            this.PID.HeaderText = "PID";
            this.PID.Name = "PID";
            this.PID.ReadOnly = true;
            this.PID.Width = 70;
            // 
            // EncounterSlot
            // 
            this.EncounterSlot.DataPropertyName = "EncounterSlot";
            this.EncounterSlot.FillWeight = 50F;
            this.EncounterSlot.HeaderText = "Encounter Slot";
            this.EncounterSlot.Name = "EncounterSlot";
            this.EncounterSlot.ReadOnly = true;
            this.EncounterSlot.Width = 85;
            // 
            // Shiny
            // 
            this.Shiny.DataPropertyName = "ShinyDisplay";
            this.Shiny.HeaderText = "!!!";
            this.Shiny.Name = "Shiny";
            this.Shiny.ReadOnly = true;
            this.Shiny.Width = 20;
            // 
            // Nature
            // 
            this.Nature.DataPropertyName = "Nature";
            this.Nature.HeaderText = "Nature";
            this.Nature.Name = "Nature";
            this.Nature.ReadOnly = true;
            this.Nature.Width = 65;
            // 
            // Ability
            // 
            this.Ability.DataPropertyName = "Ability";
            this.Ability.HeaderText = "Ability";
            this.Ability.Name = "Ability";
            this.Ability.ReadOnly = true;
            this.Ability.Width = 40;
            // 
            // CapHP
            // 
            this.CapHP.DataPropertyName = "Hp";
            this.CapHP.HeaderText = "HP";
            this.CapHP.Name = "CapHP";
            this.CapHP.ReadOnly = true;
            this.CapHP.Width = 30;
            // 
            // CapAtk
            // 
            this.CapAtk.DataPropertyName = "Atk";
            this.CapAtk.HeaderText = "Atk";
            this.CapAtk.Name = "CapAtk";
            this.CapAtk.ReadOnly = true;
            this.CapAtk.Width = 30;
            // 
            // CapDef
            // 
            this.CapDef.DataPropertyName = "Def";
            this.CapDef.HeaderText = "Def";
            this.CapDef.Name = "CapDef";
            this.CapDef.ReadOnly = true;
            this.CapDef.Width = 30;
            // 
            // CapSpA
            // 
            this.CapSpA.DataPropertyName = "SpA";
            this.CapSpA.HeaderText = "SpA";
            this.CapSpA.Name = "CapSpA";
            this.CapSpA.ReadOnly = true;
            this.CapSpA.Width = 30;
            // 
            // CapSpD
            // 
            this.CapSpD.DataPropertyName = "SpD";
            this.CapSpD.HeaderText = "SpD";
            this.CapSpD.Name = "CapSpD";
            this.CapSpD.ReadOnly = true;
            this.CapSpD.Width = 30;
            // 
            // CapSpe
            // 
            this.CapSpe.DataPropertyName = "Spe";
            this.CapSpe.HeaderText = "Spe";
            this.CapSpe.Name = "CapSpe";
            this.CapSpe.ReadOnly = true;
            this.CapSpe.Width = 30;
            // 
            // f50
            // 
            this.f50.DataPropertyName = "Female50";
            this.f50.HeaderText = "50% F";
            this.f50.Name = "f50";
            this.f50.ReadOnly = true;
            this.f50.Width = 50;
            // 
            // f125
            // 
            this.f125.DataPropertyName = "Female125";
            this.f125.HeaderText = "12.5%F";
            this.f125.Name = "f125";
            this.f125.ReadOnly = true;
            this.f125.Width = 50;
            // 
            // f25
            // 
            this.f25.DataPropertyName = "Female25";
            this.f25.HeaderText = "25% F";
            this.f25.Name = "f25";
            this.f25.ReadOnly = true;
            this.f25.Width = 50;
            // 
            // f75
            // 
            this.f75.DataPropertyName = "Female75";
            this.f75.HeaderText = "75% F";
            this.f75.Name = "f75";
            this.f75.ReadOnly = true;
            this.f75.Width = 50;
            // 
            // Synchable
            // 
            this.Synchable.DataPropertyName = "Synchable";
            this.Synchable.HeaderText = "Synchronized";
            this.Synchable.Name = "Synchable";
            this.Synchable.ReadOnly = true;
            this.Synchable.Visible = false;
            // 
            // comboBoxKeypresses
            // 
            this.comboBoxKeypresses.BlankText = "None";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxKeypresses.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxKeypresses.DisplayMemberSingleItem = "";
            this.comboBoxKeypresses.DropDownHeight = 300;
            this.comboBoxKeypresses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxKeypresses.FormattingEnabled = true;
            this.comboBoxKeypresses.Items.AddRange(new object[] {
            "Start",
            "Select",
            "A",
            "B",
            "Right",
            "Left",
            "Up",
            "Down",
            "R",
            "L",
            "X",
            "Y"});
            this.comboBoxKeypresses.Location = new System.Drawing.Point(12, 78);
            this.comboBoxKeypresses.Name = "comboBoxKeypresses";
            this.comboBoxKeypresses.Size = new System.Drawing.Size(235, 21);
            this.comboBoxKeypresses.TabIndex = 165;
            this.comboBoxKeypresses.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // comboBoxEncounterType
            // 
            this.comboBoxEncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterType.Enabled = false;
            this.comboBoxEncounterType.ForeColor = System.Drawing.Color.Black;
            this.comboBoxEncounterType.FormattingEnabled = true;
            this.comboBoxEncounterType.Location = new System.Drawing.Point(283, 197);
            this.comboBoxEncounterType.Name = "comboBoxEncounterType";
            this.comboBoxEncounterType.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxEncounterType.Size = new System.Drawing.Size(130, 21);
            this.comboBoxEncounterType.TabIndex = 122;
            // 
            // buttonSeedGenerate
            // 
            this.buttonSeedGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonSeedGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonSeedGenerate.Location = new System.Drawing.Point(12, 106);
            this.buttonSeedGenerate.Name = "buttonSeedGenerate";
            this.buttonSeedGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonSeedGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonSeedGenerate.Size = new System.Drawing.Size(76, 23);
            this.buttonSeedGenerate.TabIndex = 116;
            this.buttonSeedGenerate.Text = "Generate";
            this.buttonSeedGenerate.Click += new System.EventHandler(this.buttonSeedGenerate_Click);
            // 
            // comboBoxMethod
            // 
            this.comboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMethod.ForeColor = System.Drawing.Color.Black;
            this.comboBoxMethod.FormattingEnabled = true;
            this.comboBoxMethod.Location = new System.Drawing.Point(61, 197);
            this.comboBoxMethod.Name = "comboBoxMethod";
            this.comboBoxMethod.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxMethod.Size = new System.Drawing.Size(130, 21);
            this.comboBoxMethod.TabIndex = 115;
            this.comboBoxMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
            // 
            // maskedTextBoxCapMaxOffset
            // 
            this.maskedTextBoxCapMaxOffset.Hex = false;
            this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(349, 110);
            this.maskedTextBoxCapMaxOffset.Mask = "00000";
            this.maskedTextBoxCapMaxOffset.Name = "maskedTextBoxCapMaxOffset";
            this.maskedTextBoxCapMaxOffset.Size = new System.Drawing.Size(51, 21);
            this.maskedTextBoxCapMaxOffset.TabIndex = 111;
            this.maskedTextBoxCapMaxOffset.Text = "1";
            // 
            // maskedTextBoxCapMinOffset
            // 
            this.maskedTextBoxCapMinOffset.Hex = false;
            this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(349, 83);
            this.maskedTextBoxCapMinOffset.Mask = "00000";
            this.maskedTextBoxCapMinOffset.Name = "maskedTextBoxCapMinOffset";
            this.maskedTextBoxCapMinOffset.Size = new System.Drawing.Size(51, 21);
            this.maskedTextBoxCapMinOffset.TabIndex = 124;
            this.maskedTextBoxCapMinOffset.Text = "1";
            // 
            // Adjacents
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(668, 433);
            this.Controls.Add(this.groupBoxConfiguration);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBoxDescription);
            this.Controls.Add(this.textBoxChatot);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.comboBoxLead);
            this.Controls.Add(this.dataGridViewCapValues);
            this.Controls.Add(this.labelCapMonthDelay);
            this.Controls.Add(this.numericUpDownSeconds);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.comboBoxKeypresses);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.datePicker);
            this.Controls.Add(this.label52);
            this.Controls.Add(this.buttonSeedGenerate);
            this.Controls.Add(this.comboBoxEncounterType);
            this.Controls.Add(this.comboBoxMethod);
            this.Controls.Add(this.label30);
            this.Controls.Add(this.maskedTextBoxCapMaxOffset);
            this.Controls.Add(this.maskedTextBoxCapMinOffset);
            this.Controls.Add(this.labelMinFrame);
            this.Controls.Add(this.labelMaxFrame);
            this.MinimumSize = new System.Drawing.Size(676, 380);
            this.Name = "Adjacents";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Adjacent Seed Tool";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
            this.Load += new System.EventHandler(this.PlatinumTime_Load);
            this.contextMenuStripCap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSeconds)).EndInit();
            this.groupBoxConfiguration.ResumeLayout(false);
            this.groupBoxConfiguration.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties2 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties3 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties4 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageShinyRSEgg = new System.Windows.Forms.TabPage();
            this.ivFiltersRSEgg = new RNGReporter.Controls.IVFilters();
            this.panelSpreads = new System.Windows.Forms.Panel();
            this.radioButtonNormalSpreads = new System.Windows.Forms.RadioButton();
            this.radioButtonSplitSpreads = new System.Windows.Forms.RadioButton();
            this.radioButtonAltSpreads = new System.Windows.Forms.RadioButton();
            this.buttonAnyNature = new RNGReporter.GlassButton();
            this.comboBoxShiny3rdNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.comboBoxShiny3rdGender = new RNGReporter.GlassComboBox();
            this.label41 = new System.Windows.Forms.Label();
            this.buttonSwapParents = new RNGReporter.GlassButton();
            this.label96 = new System.Windows.Forms.Label();
            this.label95 = new System.Windows.Forms.Label();
            this.label94 = new System.Windows.Forms.Label();
            this.label70 = new System.Windows.Forms.Label();
            this.label69 = new System.Windows.Forms.Label();
            this.label68 = new System.Windows.Forms.Label();
            this.label67 = new System.Windows.Forms.Label();
            this.label45 = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label66 = new System.Windows.Forms.Label();
            this.buttonShiny3rdGenerate = new RNGReporter.GlassButton();
            this.comboBoxParentCompatibility = new RNGReporter.GlassComboBox();
            this.label58 = new System.Windows.Forms.Label();
            this.checkBoxShiny3rdShinyOnly = new System.Windows.Forms.CheckBox();
            this.checkBoxShiny3rdShowInheritance = new System.Windows.Forms.CheckBox();
            this.label56 = new System.Windows.Forms.Label();
            this.label57 = new System.Windows.Forms.Label();
            this.buttonAnyAbility = new RNGReporter.GlassButton();
            this.comboBoxShiny3rdAbility = new RNGReporter.GlassComboBox();
            this.label43 = new System.Windows.Forms.Label();
            this.label44 = new System.Windows.Forms.Label();
            this.labelDryWarning = new System.Windows.Forms.Label();
            this.dataGridViewShinyRSResults = new RNGReporter.DoubleBufferedDataGridView();
            this.shiny3rdLowerPIDFrame = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdLowerPIDTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdUpperPIDFrame = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdUpperPIDTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny3rdShinyDisplay = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdAbility = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shiny3rdSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny3rdFemale50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny3rdFemale25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny3rdFemale75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny3rdFemale125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStripEggPid3rd = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.outputShiny3rdResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label27 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.maskedTextBox3rdPickupMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox3rdHeldMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox3rdHeldMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox3rdPickupMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_Def = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_Atk = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_Spe = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_SpD = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_SpA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentB_HP = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_Def = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_Atk = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_Spe = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_SpD = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_SpA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdParentA_HP = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdSID = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShiny3rdID = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageShinyEEgg = new System.Windows.Forms.TabPage();
            this.labelCalibration = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.checkEPIDShiny = new System.Windows.Forms.CheckBox();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.dataGridViewEPIDs = new RNGReporter.DoubleBufferedDataGridView();
            this.EPIDFrame = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Advances = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EPIDPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EPIDNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label26 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.textEPIDCalibration = new RNGReporter.Controls.MaskedTextBox2();
            this.comboEPIDEverstone = new RNGReporter.GlassComboBox();
            this.textEPIDMinRedraws = new RNGReporter.Controls.MaskedTextBox2();
            this.textEPIDMaxRedraws = new RNGReporter.Controls.MaskedTextBox2();
            this.buttonEPIDNature = new RNGReporter.GlassButton();
            this.comboEPIDNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.comboEPIDGender = new RNGReporter.GlassComboBox();
            this.buttonGenerateEPIDs = new RNGReporter.GlassButton();
            this.comboEPIDCompatibility = new RNGReporter.GlassComboBox();
            this.buttonEPIDAbility = new RNGReporter.GlassButton();
            this.comboEPIDAbility = new RNGReporter.GlassComboBox();
            this.textEPIDMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.textEPIDMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.textEPIDSID = new RNGReporter.Controls.MaskedTextBox2();
            this.textEPIDID = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageIVEEgg = new System.Windows.Forms.TabPage();
            this.ivFiltersEEgg = new RNGReporter.Controls.IVFilters();
            this.panel2 = new System.Windows.Forms.Panel();
            this.radioButtonEIVNormal = new System.Windows.Forms.RadioButton();
            this.radioButtonEIVSplit = new System.Windows.Forms.RadioButton();
            this.radioButtonEIVAlternate = new System.Windows.Forms.RadioButton();
            this.label33 = new System.Windows.Forms.Label();
            this.label34 = new System.Windows.Forms.Label();
            this.label35 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.label37 = new System.Windows.Forms.Label();
            this.label38 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.checkEIVInheritance = new System.Windows.Forms.CheckBox();
            this.label55 = new System.Windows.Forms.Label();
            this.label63 = new System.Windows.Forms.Label();
            this.dataGridViewEIVs = new RNGReporter.DoubleBufferedDataGridView();
            this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EIVSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonEIVSwapParents = new RNGReporter.GlassButton();
            this.buttonGenerateEIVs = new RNGReporter.GlassButton();
            this.textEIVMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_Def = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_Atk = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_Spe = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_SpD = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_SpA = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentB_HP = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_Def = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_Atk = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_Spe = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_SpD = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_SpA = new RNGReporter.Controls.MaskedTextBox2();
            this.textEIVParentA_HP = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageCapture = new System.Windows.Forms.TabPage();
            this.rbEmerald = new System.Windows.Forms.RadioButton();
            this.rbRS = new System.Windows.Forms.RadioButton();
            this.label12 = new System.Windows.Forms.Label();
            this.cbSynchNature = new RNGReporter.GlassComboBox();
            this.chkSynchOnly = new System.Windows.Forms.CheckBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.txtMaxMinute = new RNGReporter.Controls.MaskedTextBox2();
            this.txtMinHour = new RNGReporter.Controls.MaskedTextBox2();
            this.cbDeadBattery = new System.Windows.Forms.CheckBox();
            this.txtMinMinute = new RNGReporter.Controls.MaskedTextBox2();
            this.dtSeed = new System.Windows.Forms.DateTimePicker();
            this.txtMaxHour = new RNGReporter.Controls.MaskedTextBox2();
            this.labelCapMinMaxFrame = new System.Windows.Forms.Label();
            this.txtCapMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.txtCapMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.ivFiltersCapture = new RNGReporter.Controls.IVFilters();
            this.cbCapGender = new RNGReporter.GlassComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.dgvCapValues = new RNGReporter.DoubleBufferedDataGridView();
            this.SeedTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FrameTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterSlot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Ability = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPowerPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnAnySlot = new RNGReporter.GlassButton();
            this.label54 = new System.Windows.Forms.Label();
            this.cbEncounterType = new RNGReporter.GlassComboBox();
            this.cbEncounterSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.label52 = new System.Windows.Forms.Label();
            this.cbMethod = new RNGReporter.GlassComboBox();
            this.label30 = new System.Windows.Forms.Label();
            this.btnCapGenerate = new RNGReporter.GlassButton();
            this.btnClearNatures = new RNGReporter.GlassButton();
            this.lblID = new System.Windows.Forms.Label();
            this.cbAbility = new RNGReporter.GlassComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.chkShinyOnly = new System.Windows.Forms.CheckBox();
            this.txtID = new RNGReporter.Controls.MaskedTextBox2();
            this.txtSID = new RNGReporter.Controls.MaskedTextBox2();
            this.label21 = new System.Windows.Forms.Label();
            this.cbNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.tabPageColoXD = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lblCurrentTickAlt = new System.Windows.Forms.Label();
            this.lblCurrentTick = new System.Windows.Forms.Label();
            this.button5 = new RNGReporter.GlassButton();
            this.btnGetCurrentTick = new RNGReporter.GlassButton();
            this.comboBox4 = new RNGReporter.GlassComboBox();
            this.label91 = new System.Windows.Forms.Label();
            this.maskedTextBox27 = new RNGReporter.Controls.MaskedTextBox2();
            this.radioButton4 = new System.Windows.Forms.RadioButton();
            this.radioButton6 = new System.Windows.Forms.RadioButton();
            this.maskedTextBox29 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox214 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox216 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox217 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox218 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox219 = new RNGReporter.Controls.MaskedTextBox2();
            this.label98 = new System.Windows.Forms.Label();
            this.label100 = new System.Windows.Forms.Label();
            this.label102 = new System.Windows.Forms.Label();
            this.label103 = new System.Windows.Forms.Label();
            this.label104 = new System.Windows.Forms.Label();
            this.label105 = new System.Windows.Forms.Label();
            this.maskedTextBox220 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox221 = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBox222 = new RNGReporter.Controls.MaskedTextBox2();
            this.dataGridViewXDSearch = new RNGReporter.DoubleBufferedDataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maskedTextBox223 = new RNGReporter.Controls.MaskedTextBox2();
            this.button11 = new RNGReporter.GlassButton();
            this.maskedTextBox224 = new RNGReporter.Controls.MaskedTextBox2();
            this.label106 = new System.Windows.Forms.Label();
            this.label107 = new System.Windows.Forms.Label();
            this.label108 = new System.Windows.Forms.Label();
            this.comboBox8 = new RNGReporter.GlassComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label90 = new System.Windows.Forms.Label();
            this.textBoxXDNature = new RNGReporter.TextBox2();
            this.buttonXDTickReset = new RNGReporter.GlassButton();
            this.label89 = new System.Windows.Forms.Label();
            this.label81 = new System.Windows.Forms.Label();
            this.btnSetGCTick = new RNGReporter.GlassButton();
            this.buttonXDSetStats = new RNGReporter.GlassButton();
            this.maskedTextBoxMaxSpD = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxXDDef = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMinHP = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxXDAtk = new RNGReporter.Controls.MaskedTextBox2();
            this.comboBoxGenderXD = new RNGReporter.GlassComboBox();
            this.maskedTextBoxXDSpe = new RNGReporter.Controls.MaskedTextBox2();
            this.label88 = new System.Windows.Forms.Label();
            this.maskedTextBoxXDSpd = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxXDSpa = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMinSpA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxXDHp = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMinSpD = new RNGReporter.Controls.MaskedTextBox2();
            this.label82 = new System.Windows.Forms.Label();
            this.maskedTextBoxMinSpe = new RNGReporter.Controls.MaskedTextBox2();
            this.label83 = new System.Windows.Forms.Label();
            this.maskedTextBoxMinAtk = new RNGReporter.Controls.MaskedTextBox2();
            this.label84 = new System.Windows.Forms.Label();
            this.maskedTextBoxMinDef = new RNGReporter.Controls.MaskedTextBox2();
            this.label85 = new System.Windows.Forms.Label();
            this.label77 = new System.Windows.Forms.Label();
            this.label86 = new System.Windows.Forms.Label();
            this.label76 = new System.Windows.Forms.Label();
            this.label87 = new System.Windows.Forms.Label();
            this.label75 = new System.Windows.Forms.Label();
            this.label74 = new System.Windows.Forms.Label();
            this.label73 = new System.Windows.Forms.Label();
            this.label72 = new System.Windows.Forms.Label();
            this.maskedTextBoxMaxHP = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMaxSpA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMaxSpe = new RNGReporter.Controls.MaskedTextBox2();
            this.dataGridViewXDCalibration = new RNGReporter.DoubleBufferedDataGridView();
            this.XDSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDTicks = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDHp = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDSpa = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDSpd = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDFemale50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDFemale125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDFemale25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.XDFemale75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maskedTextBoxMaxAtk = new RNGReporter.Controls.MaskedTextBox2();
            this.buttonGenerateXD = new RNGReporter.GlassButton();
            this.maskedTextBoxMaxDef = new RNGReporter.Controls.MaskedTextBox2();
            this.label80 = new System.Windows.Forms.Label();
            this.label78 = new System.Windows.Forms.Label();
            this.label79 = new System.Windows.Forms.Label();
            this.comboBoxNatureXD = new RNGReporter.GlassComboBox();
            this.tabControl.SuspendLayout();
            this.tabPageShinyRSEgg.SuspendLayout();
            this.panelSpreads.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyRSResults)).BeginInit();
            this.contextMenuStripEggPid3rd.SuspendLayout();
            this.tabPageShinyEEgg.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEPIDs)).BeginInit();
            this.tabPageIVEEgg.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEIVs)).BeginInit();
            this.tabPageCapture.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCapValues)).BeginInit();
            this.tabPageColoXD.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXDSearch)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXDCalibration)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.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.tabControl.Controls.Add(this.tabPageShinyRSEgg);
            this.tabControl.Controls.Add(this.tabPageShinyEEgg);
            this.tabControl.Controls.Add(this.tabPageIVEEgg);
            this.tabControl.Controls.Add(this.tabPageCapture);
            this.tabControl.Controls.Add(this.tabPageColoXD);
            this.tabControl.Location = new System.Drawing.Point(12, 12);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(956, 524);
            this.tabControl.TabIndex = 0;
            // 
            // tabPageShinyRSEgg
            // 
            this.tabPageShinyRSEgg.Controls.Add(this.ivFiltersRSEgg);
            this.tabPageShinyRSEgg.Controls.Add(this.panelSpreads);
            this.tabPageShinyRSEgg.Controls.Add(this.buttonAnyNature);
            this.tabPageShinyRSEgg.Controls.Add(this.comboBoxShiny3rdNature);
            this.tabPageShinyRSEgg.Controls.Add(this.comboBoxShiny3rdGender);
            this.tabPageShinyRSEgg.Controls.Add(this.label41);
            this.tabPageShinyRSEgg.Controls.Add(this.buttonSwapParents);
            this.tabPageShinyRSEgg.Controls.Add(this.label96);
            this.tabPageShinyRSEgg.Controls.Add(this.label95);
            this.tabPageShinyRSEgg.Controls.Add(this.label94);
            this.tabPageShinyRSEgg.Controls.Add(this.label70);
            this.tabPageShinyRSEgg.Controls.Add(this.label69);
            this.tabPageShinyRSEgg.Controls.Add(this.label68);
            this.tabPageShinyRSEgg.Controls.Add(this.label67);
            this.tabPageShinyRSEgg.Controls.Add(this.label45);
            this.tabPageShinyRSEgg.Controls.Add(this.label42);
            this.tabPageShinyRSEgg.Controls.Add(this.label66);
            this.tabPageShinyRSEgg.Controls.Add(this.buttonShiny3rdGenerate);
            this.tabPageShinyRSEgg.Controls.Add(this.comboBoxParentCompatibility);
            this.tabPageShinyRSEgg.Controls.Add(this.label58);
            this.tabPageShinyRSEgg.Controls.Add(this.checkBoxShiny3rdShinyOnly);
            this.tabPageShinyRSEgg.Controls.Add(this.checkBoxShiny3rdShowInheritance);
            this.tabPageShinyRSEgg.Controls.Add(this.label56);
            this.tabPageShinyRSEgg.Controls.Add(this.label57);
            this.tabPageShinyRSEgg.Controls.Add(this.buttonAnyAbility);
            this.tabPageShinyRSEgg.Controls.Add(this.comboBoxShiny3rdAbility);
            this.tabPageShinyRSEgg.Controls.Add(this.label43);
            this.tabPageShinyRSEgg.Controls.Add(this.label44);
            this.tabPageShinyRSEgg.Controls.Add(this.labelDryWarning);
            this.tabPageShinyRSEgg.Controls.Add(this.dataGridViewShinyRSResults);
            this.tabPageShinyRSEgg.Controls.Add(this.label27);
            this.tabPageShinyRSEgg.Controls.Add(this.label31);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBox3rdPickupMinFrame);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBox3rdHeldMinFrame);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBox3rdHeldMaxFrame);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBox3rdPickupMaxFrame);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_Def);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_Atk);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_Spe);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_SpD);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_SpA);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentB_HP);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_Def);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_Atk);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_Spe);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_SpD);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_SpA);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdParentA_HP);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdSID);
            this.tabPageShinyRSEgg.Controls.Add(this.maskedTextBoxShiny3rdID);
            this.tabPageShinyRSEgg.Location = new System.Drawing.Point(4, 22);
            this.tabPageShinyRSEgg.Name = "tabPageShinyRSEgg";
            this.tabPageShinyRSEgg.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageShinyRSEgg.Size = new System.Drawing.Size(948, 498);
            this.tabPageShinyRSEgg.TabIndex = 4;
            this.tabPageShinyRSEgg.Text = "Ruby\\Sapphire Shiny Egg";
            this.tabPageShinyRSEgg.UseVisualStyleBackColor = true;
            // 
            // ivFiltersRSEgg
            // 
            this.ivFiltersRSEgg.Location = new System.Drawing.Point(609, 11);
            this.ivFiltersRSEgg.Name = "ivFiltersRSEgg";
            this.ivFiltersRSEgg.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersRSEgg.TabIndex = 320;
            // 
            // panelSpreads
            // 
            this.panelSpreads.Controls.Add(this.radioButtonNormalSpreads);
            this.panelSpreads.Controls.Add(this.radioButtonSplitSpreads);
            this.panelSpreads.Controls.Add(this.radioButtonAltSpreads);
            this.panelSpreads.Location = new System.Drawing.Point(183, 50);
            this.panelSpreads.Name = "panelSpreads";
            this.panelSpreads.Size = new System.Drawing.Size(116, 60);
            this.panelSpreads.TabIndex = 319;
            // 
            // radioButtonNormalSpreads
            // 
            this.radioButtonNormalSpreads.AutoSize = true;
            this.radioButtonNormalSpreads.Checked = true;
            this.radioButtonNormalSpreads.Location = new System.Drawing.Point(7, 6);
            this.radioButtonNormalSpreads.Name = "radioButtonNormalSpreads";
            this.radioButtonNormalSpreads.Size = new System.Drawing.Size(100, 17);
            this.radioButtonNormalSpreads.TabIndex = 4;
            this.radioButtonNormalSpreads.TabStop = true;
            this.radioButtonNormalSpreads.Text = "Normal Spreads";
            this.radioButtonNormalSpreads.UseVisualStyleBackColor = true;
            // 
            // radioButtonSplitSpreads
            // 
            this.radioButtonSplitSpreads.AutoSize = true;
            this.radioButtonSplitSpreads.Location = new System.Drawing.Point(7, 22);
            this.radioButtonSplitSpreads.Name = "radioButtonSplitSpreads";
            this.radioButtonSplitSpreads.Size = new System.Drawing.Size(87, 17);
            this.radioButtonSplitSpreads.TabIndex = 5;
            this.radioButtonSplitSpreads.Text = "Split Spreads";
            this.radioButtonSplitSpreads.UseVisualStyleBackColor = true;
            // 
            // radioButtonAltSpreads
            // 
            this.radioButtonAltSpreads.AutoSize = true;
            this.radioButtonAltSpreads.Location = new System.Drawing.Point(7, 38);
            this.radioButtonAltSpreads.Name = "radioButtonAltSpreads";
            this.radioButtonAltSpreads.Size = new System.Drawing.Size(109, 17);
            this.radioButtonAltSpreads.TabIndex = 6;
            this.radioButtonAltSpreads.Text = "Alternate Spreads";
            this.radioButtonAltSpreads.UseVisualStyleBackColor = true;
            this.radioButtonAltSpreads.Visible = false;
            // 
            // buttonAnyNature
            // 
            this.buttonAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonAnyNature.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Location = new System.Drawing.Point(521, 14);
            this.buttonAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnyNature.Name = "buttonAnyNature";
            this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyNature.Size = new System.Drawing.Size(41, 22);
            this.buttonAnyNature.TabIndex = 12;
            this.buttonAnyNature.Text = "Any";
            this.buttonAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Click += new System.EventHandler(this.buttonAnyNature_Click);
            // 
            // comboBoxShiny3rdNature
            // 
            this.comboBoxShiny3rdNature.BlankText = "Any";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxShiny3rdNature.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxShiny3rdNature.DisplayMemberSingleItem = "";
            this.comboBoxShiny3rdNature.DropDownHeight = 300;
            this.comboBoxShiny3rdNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShiny3rdNature.FormattingEnabled = true;
            this.comboBoxShiny3rdNature.Location = new System.Drawing.Point(342, 16);
            this.comboBoxShiny3rdNature.Name = "comboBoxShiny3rdNature";
            this.comboBoxShiny3rdNature.Size = new System.Drawing.Size(176, 21);
            this.comboBoxShiny3rdNature.TabIndex = 11;
            this.comboBoxShiny3rdNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // comboBoxShiny3rdGender
            // 
            this.comboBoxShiny3rdGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShiny3rdGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShiny3rdGender.FormattingEnabled = true;
            this.comboBoxShiny3rdGender.Items.AddRange(new object[] {
            "Don\'t Care/Fixed Gender/Genderless",
            "Female (50% Male, 50% Female)",
            "Male (50% Male, 50% Female)",
            "Female (25% Male, 75% Female)",
            "Male (25% Male, 75% Female)",
            "Female (75% Male, 25% Female)",
            "Male (75% Male, 25% Female)",
            "Female (87.5% Male, 12.5% Female)",
            "Male (87.5% Male, 12.5% Female)"});
            this.comboBoxShiny3rdGender.Location = new System.Drawing.Point(342, 66);
            this.comboBoxShiny3rdGender.MaxDropDownItems = 3;
            this.comboBoxShiny3rdGender.Name = "comboBoxShiny3rdGender";
            this.comboBoxShiny3rdGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShiny3rdGender.Size = new System.Drawing.Size(238, 21);
            this.comboBoxShiny3rdGender.TabIndex = 15;
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Location = new System.Drawing.Point(294, 69);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(42, 13);
            this.label41.TabIndex = 315;
            this.label41.Text = "Gender";
            // 
            // buttonSwapParents
            // 
            this.buttonSwapParents.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonSwapParents.ForeColor = System.Drawing.Color.Black;
            this.buttonSwapParents.Location = new System.Drawing.Point(91, 160);
            this.buttonSwapParents.Name = "buttonSwapParents";
            this.buttonSwapParents.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonSwapParents.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonSwapParents.Size = new System.Drawing.Size(104, 23);
            this.buttonSwapParents.TabIndex = 9;
            this.buttonSwapParents.Text = "Swap Parents";
            this.buttonSwapParents.Click += new System.EventHandler(this.buttonSwapParents_Click);
            // 
            // label96
            // 
            this.label96.AutoSize = true;
            this.label96.Location = new System.Drawing.Point(136, 51);
            this.label96.Name = "label96";
            this.label96.Size = new System.Drawing.Size(27, 13);
            this.label96.TabIndex = 313;
            this.label96.Text = "Max";
            // 
            // label95
            // 
            this.label95.AutoSize = true;
            this.label95.Location = new System.Drawing.Point(13, 96);
            this.label95.Name = "label95";
            this.label95.Size = new System.Drawing.Size(72, 13);
            this.label95.TabIndex = 310;
            this.label95.Text = "Pickup Frame";
            // 
            // label94
            // 
            this.label94.AutoSize = true;
            this.label94.Location = new System.Drawing.Point(91, 51);
            this.label94.Name = "label94";
            this.label94.Size = new System.Drawing.Size(24, 13);
            this.label94.TabIndex = 308;
            this.label94.Text = "Min";
            // 
            // label70
            // 
            this.label70.AutoSize = true;
            this.label70.Location = new System.Drawing.Point(541, 90);
            this.label70.Name = "label70";
            this.label70.Size = new System.Drawing.Size(26, 13);
            this.label70.TabIndex = 256;
            this.label70.Text = "Spe";
            this.label70.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label69
            // 
            this.label69.AutoSize = true;
            this.label69.Location = new System.Drawing.Point(501, 90);
            this.label69.Name = "label69";
            this.label69.Size = new System.Drawing.Size(28, 13);
            this.label69.TabIndex = 255;
            this.label69.Text = "SpD";
            this.label69.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label68
            // 
            this.label68.AutoSize = true;
            this.label68.Location = new System.Drawing.Point(461, 90);
            this.label68.Name = "label68";
            this.label68.Size = new System.Drawing.Size(27, 13);
            this.label68.TabIndex = 254;
            this.label68.Text = "SpA";
            this.label68.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label67
            // 
            this.label67.AutoSize = true;
            this.label67.Location = new System.Drawing.Point(421, 90);
            this.label67.Name = "label67";
            this.label67.Size = new System.Drawing.Size(24, 13);
            this.label67.TabIndex = 253;
            this.label67.Text = "Def";
            this.label67.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label45
            // 
            this.label45.AutoSize = true;
            this.label45.Location = new System.Drawing.Point(381, 90);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(23, 13);
            this.label45.TabIndex = 252;
            this.label45.Text = "Atk";
            this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Location = new System.Drawing.Point(341, 90);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(22, 13);
            this.label42.TabIndex = 251;
            this.label42.Text = "HP";
            this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label66
            // 
            this.label66.AutoSize = true;
            this.label66.Location = new System.Drawing.Point(24, 74);
            this.label66.Name = "label66";
            this.label66.Size = new System.Drawing.Size(61, 13);
            this.label66.TabIndex = 249;
            this.label66.Text = "Frame Held";
            // 
            // buttonShiny3rdGenerate
            // 
            this.buttonShiny3rdGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShiny3rdGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonShiny3rdGenerate.Location = new System.Drawing.Point(6, 160);
            this.buttonShiny3rdGenerate.Name = "buttonShiny3rdGenerate";
            this.buttonShiny3rdGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShiny3rdGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShiny3rdGenerate.Size = new System.Drawing.Size(75, 23);
            this.buttonShiny3rdGenerate.TabIndex = 8;
            this.buttonShiny3rdGenerate.Text = "Generate";
            this.buttonShiny3rdGenerate.Click += new System.EventHandler(this.buttonShiny3rdGenerate_Click);
            // 
            // comboBoxParentCompatibility
            // 
            this.comboBoxParentCompatibility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxParentCompatibility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxParentCompatibility.FormattingEnabled = true;
            this.comboBoxParentCompatibility.Items.AddRange(new object[] {
            "The two don\'t seem to like each other",
            "The two seem to get along",
            "The two seem to get along very well"});
            this.comboBoxParentCompatibility.Location = new System.Drawing.Point(91, 133);
            this.comboBoxParentCompatibility.MaxDropDownItems = 3;
            this.comboBoxParentCompatibility.Name = "comboBoxParentCompatibility";
            this.comboBoxParentCompatibility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxParentCompatibility.Size = new System.Drawing.Size(193, 21);
            this.comboBoxParentCompatibility.TabIndex = 7;
            // 
            // label58
            // 
            this.label58.AutoSize = true;
            this.label58.Location = new System.Drawing.Point(19, 136);
            this.label58.Name = "label58";
            this.label58.Size = new System.Drawing.Size(65, 13);
            this.label58.TabIndex = 204;
            this.label58.Text = "Compatibility";
            // 
            // checkBoxShiny3rdShinyOnly
            // 
            this.checkBoxShiny3rdShinyOnly.AutoSize = true;
            this.checkBoxShiny3rdShinyOnly.Location = new System.Drawing.Point(506, 164);
            this.checkBoxShiny3rdShinyOnly.Name = "checkBoxShiny3rdShinyOnly";
            this.checkBoxShiny3rdShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShiny3rdShinyOnly.TabIndex = 30;
            this.checkBoxShiny3rdShinyOnly.Text = "Shiny Only";
            this.checkBoxShiny3rdShinyOnly.UseVisualStyleBackColor = true;
            // 
            // checkBoxShiny3rdShowInheritance
            // 
            this.checkBoxShiny3rdShowInheritance.AutoSize = true;
            this.checkBoxShiny3rdShowInheritance.Location = new System.Drawing.Point(204, 164);
            this.checkBoxShiny3rdShowInheritance.Name = "checkBoxShiny3rdShowInheritance";
            this.checkBoxShiny3rdShowInheritance.Size = new System.Drawing.Size(109, 17);
            this.checkBoxShiny3rdShowInheritance.TabIndex = 10;
            this.checkBoxShiny3rdShowInheritance.Text = "Show Inheritance";
            this.checkBoxShiny3rdShowInheritance.UseVisualStyleBackColor = true;
            this.checkBoxShiny3rdShowInheritance.CheckedChanged += new System.EventHandler(this.checkBoxShiny3rdShowInheritance_CheckedChanged);
            // 
            // label56
            // 
            this.label56.AutoSize = true;
            this.label56.Location = new System.Drawing.Point(293, 132);
            this.label56.Name = "label56";
            this.label56.Size = new System.Drawing.Size(48, 13);
            this.label56.TabIndex = 201;
            this.label56.Text = "Parent B";
            // 
            // label57
            // 
            this.label57.AutoSize = true;
            this.label57.Location = new System.Drawing.Point(293, 110);
            this.label57.Name = "label57";
            this.label57.Size = new System.Drawing.Size(48, 13);
            this.label57.TabIndex = 200;
            this.label57.Text = "Parent A";
            // 
            // buttonAnyAbility
            // 
            this.buttonAnyAbility.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyAbility.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonAnyAbility.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyAbility.Location = new System.Drawing.Point(424, 40);
            this.buttonAnyAbility.Name = "buttonAnyAbility";
            this.buttonAnyAbility.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyAbility.Size = new System.Drawing.Size(46, 22);
            this.buttonAnyAbility.TabIndex = 14;
            this.buttonAnyAbility.TabStop = false;
            this.buttonAnyAbility.Text = "Any";
            this.buttonAnyAbility.Click += new System.EventHandler(this.buttonAnyAbility_Click);
            // 
            // comboBoxShiny3rdAbility
            // 
            this.comboBoxShiny3rdAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShiny3rdAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShiny3rdAbility.FormattingEnabled = true;
            this.comboBoxShiny3rdAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxShiny3rdAbility.Location = new System.Drawing.Point(342, 41);
            this.comboBoxShiny3rdAbility.MaxDropDownItems = 3;
            this.comboBoxShiny3rdAbility.Name = "comboBoxShiny3rdAbility";
            this.comboBoxShiny3rdAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShiny3rdAbility.Size = new System.Drawing.Size(76, 21);
            this.comboBoxShiny3rdAbility.TabIndex = 13;
            // 
            // label43
            // 
            this.label43.AutoSize = true;
            this.label43.Location = new System.Drawing.Point(297, 19);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(39, 13);
            this.label43.TabIndex = 124;
            this.label43.Text = "Nature";
            // 
            // label44
            // 
            this.label44.AutoSize = true;
            this.label44.Location = new System.Drawing.Point(302, 45);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(34, 13);
            this.label44.TabIndex = 127;
            this.label44.Text = "Ability";
            // 
            // labelDryWarning
            // 
            this.labelDryWarning.Location = new System.Drawing.Point(10, 9);
            this.labelDryWarning.Name = "labelDryWarning";
            this.labelDryWarning.Size = new System.Drawing.Size(286, 45);
            this.labelDryWarning.TabIndex = 118;
            this.labelDryWarning.Text = "This feature will only work for a copy of Ruby\\Sapphire that displays the \"intern" +
    "al battery has run dry\" error.";
            // 
            // dataGridViewShinyRSResults
            // 
            this.dataGridViewShinyRSResults.AllowUserToAddRows = false;
            this.dataGridViewShinyRSResults.AllowUserToDeleteRows = false;
            this.dataGridViewShinyRSResults.AllowUserToOrderColumns = true;
            this.dataGridViewShinyRSResults.AllowUserToResizeRows = false;
            this.dataGridViewShinyRSResults.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)));
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewShinyRSResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewShinyRSResults.ColumnHeadersHeight = 20;
            this.dataGridViewShinyRSResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewShinyRSResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.shiny3rdLowerPIDFrame,
            this.shiny3rdLowerPIDTime,
            this.shiny3rdUpperPIDFrame,
            this.shiny3rdUpperPIDTime,
            this.shiny3rdPID,
            this.Shiny3rdShinyDisplay,
            this.shiny3rdNature,
            this.shiny3rdAbility,
            this.shiny3rdHP,
            this.shiny3rdAtk,
            this.shiny3rdDef,
            this.shiny3rdSpA,
            this.shiny3rdSpD,
            this.shiny3rdSpe,
            this.Shiny3rdFemale50,
            this.Shiny3rdFemale25,
            this.Shiny3rdFemale75,
            this.Shiny3rdFemale125});
            this.dataGridViewShinyRSResults.ContextMenuStrip = this.contextMenuStripEggPid3rd;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewShinyRSResults.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridViewShinyRSResults.Location = new System.Drawing.Point(0, 189);
            this.dataGridViewShinyRSResults.MultiSelect = false;
            this.dataGridViewShinyRSResults.Name = "dataGridViewShinyRSResults";
            this.dataGridViewShinyRSResults.ReadOnly = true;
            this.dataGridViewShinyRSResults.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewShinyRSResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dataGridViewShinyRSResults.RowHeadersVisible = false;
            this.dataGridViewShinyRSResults.RowTemplate.Height = 20;
            this.dataGridViewShinyRSResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewShinyRSResults.ShowCellErrors = false;
            this.dataGridViewShinyRSResults.ShowCellToolTips = false;
            this.dataGridViewShinyRSResults.ShowEditingIcon = false;
            this.dataGridViewShinyRSResults.ShowRowErrors = false;
            this.dataGridViewShinyRSResults.Size = new System.Drawing.Size(948, 303);
            this.dataGridViewShinyRSResults.TabIndex = 43;
            this.dataGridViewShinyRSResults.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewShiny3rdResults_CellFormatting);
            this.dataGridViewShinyRSResults.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewShiny3rdResults_MouseDown);
            // 
            // shiny3rdLowerPIDFrame
            // 
            this.shiny3rdLowerPIDFrame.DataPropertyName = "FrameLowerPID";
            this.shiny3rdLowerPIDFrame.HeaderText = "Egg Held Frame";
            this.shiny3rdLowerPIDFrame.Name = "shiny3rdLowerPIDFrame";
            this.shiny3rdLowerPIDFrame.ReadOnly = true;
            // 
            // shiny3rdLowerPIDTime
            // 
            this.shiny3rdLowerPIDTime.DataPropertyName = "TimeLowerPID";
            this.shiny3rdLowerPIDTime.HeaderText = "Egg Held Time";
            this.shiny3rdLowerPIDTime.Name = "shiny3rdLowerPIDTime";
            this.shiny3rdLowerPIDTime.ReadOnly = true;
            // 
            // shiny3rdUpperPIDFrame
            // 
            this.shiny3rdUpperPIDFrame.DataPropertyName = "FrameUpperPID";
            this.shiny3rdUpperPIDFrame.HeaderText = "Egg Pickup Frame";
            this.shiny3rdUpperPIDFrame.Name = "shiny3rdUpperPIDFrame";
            this.shiny3rdUpperPIDFrame.ReadOnly = true;
            // 
            // shiny3rdUpperPIDTime
            // 
            this.shiny3rdUpperPIDTime.DataPropertyName = "TimeUpperPID";
            this.shiny3rdUpperPIDTime.HeaderText = "Egg Pickup Time";
            this.shiny3rdUpperPIDTime.Name = "shiny3rdUpperPIDTime";
            this.shiny3rdUpperPIDTime.ReadOnly = true;
            // 
            // shiny3rdPID
            // 
            this.shiny3rdPID.DataPropertyName = "Pid";
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.shiny3rdPID.DefaultCellStyle = dataGridViewCellStyle2;
            this.shiny3rdPID.HeaderText = "PID";
            this.shiny3rdPID.Name = "shiny3rdPID";
            this.shiny3rdPID.ReadOnly = true;
            this.shiny3rdPID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.shiny3rdPID.Width = 70;
            // 
            // Shiny3rdShinyDisplay
            // 
            this.Shiny3rdShinyDisplay.DataPropertyName = "ShinyDisplay";
            this.Shiny3rdShinyDisplay.HeaderText = "!!!";
            this.Shiny3rdShinyDisplay.Name = "Shiny3rdShinyDisplay";
            this.Shiny3rdShinyDisplay.ReadOnly = true;
            this.Shiny3rdShinyDisplay.Width = 20;
            // 
            // shiny3rdNature
            // 
            this.shiny3rdNature.DataPropertyName = "Nature";
            this.shiny3rdNature.HeaderText = "Nature";
            this.shiny3rdNature.Name = "shiny3rdNature";
            this.shiny3rdNature.ReadOnly = true;
            this.shiny3rdNature.Width = 75;
            // 
            // shiny3rdAbility
            // 
            this.shiny3rdAbility.DataPropertyName = "Ability";
            this.shiny3rdAbility.HeaderText = "Ability";
            this.shiny3rdAbility.Name = "shiny3rdAbility";
            this.shiny3rdAbility.ReadOnly = true;
            this.shiny3rdAbility.Width = 40;
            // 
            // shiny3rdHP
            // 
            this.shiny3rdHP.DataPropertyName = "DisplayHp";
            this.shiny3rdHP.HeaderText = "HP";
            this.shiny3rdHP.Name = "shiny3rdHP";
            this.shiny3rdHP.ReadOnly = true;
            this.shiny3rdHP.Width = 30;
            // 
            // shiny3rdAtk
            // 
            this.shiny3rdAtk.DataPropertyName = "DisplayAtk";
            this.shiny3rdAtk.HeaderText = "Atk";
            this.shiny3rdAtk.Name = "shiny3rdAtk";
            this.shiny3rdAtk.ReadOnly = true;
            this.shiny3rdAtk.Width = 30;
            // 
            // shiny3rdDef
            // 
            this.shiny3rdDef.DataPropertyName = "DisplayDef";
            this.shiny3rdDef.HeaderText = "Def";
            this.shiny3rdDef.Name = "shiny3rdDef";
            this.shiny3rdDef.ReadOnly = true;
            this.shiny3rdDef.Width = 30;
            // 
            // shiny3rdSpA
            // 
            this.shiny3rdSpA.DataPropertyName = "DisplaySpa";
            this.shiny3rdSpA.HeaderText = "SpA";
            this.shiny3rdSpA.Name = "shiny3rdSpA";
            this.shiny3rdSpA.ReadOnly = true;
            this.shiny3rdSpA.Width = 30;
            // 
            // shiny3rdSpD
            // 
            this.shiny3rdSpD.DataPropertyName = "DisplaySpd";
            this.shiny3rdSpD.HeaderText = "SpD";
            this.shiny3rdSpD.Name = "shiny3rdSpD";
            this.shiny3rdSpD.ReadOnly = true;
            this.shiny3rdSpD.Width = 30;
            // 
            // shiny3rdSpe
            // 
            this.shiny3rdSpe.DataPropertyName = "DisplaySpe";
            this.shiny3rdSpe.HeaderText = "Spe";
            this.shiny3rdSpe.Name = "shiny3rdSpe";
            this.shiny3rdSpe.ReadOnly = true;
            this.shiny3rdSpe.Width = 30;
            // 
            // Shiny3rdFemale50
            // 
            this.Shiny3rdFemale50.DataPropertyName = "Female50";
            this.Shiny3rdFemale50.HeaderText = "50% F";
            this.Shiny3rdFemale50.Name = "Shiny3rdFemale50";
            this.Shiny3rdFemale50.ReadOnly = true;
            this.Shiny3rdFemale50.Width = 50;
            // 
            // Shiny3rdFemale25
            // 
            this.Shiny3rdFemale25.DataPropertyName = "Female75";
            this.Shiny3rdFemale25.HeaderText = "25% F";
            this.Shiny3rdFemale25.Name = "Shiny3rdFemale25";
            this.Shiny3rdFemale25.ReadOnly = true;
            this.Shiny3rdFemale25.Width = 50;
            // 
            // Shiny3rdFemale75
            // 
            this.Shiny3rdFemale75.DataPropertyName = "Female75";
            this.Shiny3rdFemale75.HeaderText = "75% F";
            this.Shiny3rdFemale75.Name = "Shiny3rdFemale75";
            this.Shiny3rdFemale75.ReadOnly = true;
            this.Shiny3rdFemale75.Width = 50;
            // 
            // Shiny3rdFemale125
            // 
            this.Shiny3rdFemale125.DataPropertyName = "Female125";
            this.Shiny3rdFemale125.HeaderText = "12.5%F";
            this.Shiny3rdFemale125.Name = "Shiny3rdFemale125";
            this.Shiny3rdFemale125.ReadOnly = true;
            this.Shiny3rdFemale125.Width = 50;
            // 
            // contextMenuStripEggPid3rd
            // 
            this.contextMenuStripEggPid3rd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.outputShiny3rdResultsToTXTToolStripMenuItem});
            this.contextMenuStripEggPid3rd.Name = "contextMenuStripEggPid3rd";
            this.contextMenuStripEggPid3rd.Size = new System.Drawing.Size(200, 26);
            this.contextMenuStripEggPid3rd.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripEggPid3rd_Opening);
            // 
            // outputShiny3rdResultsToTXTToolStripMenuItem
            // 
            this.outputShiny3rdResultsToTXTToolStripMenuItem.Name = "outputShiny3rdResultsToTXTToolStripMenuItem";
            this.outputShiny3rdResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
            this.outputShiny3rdResultsToTXTToolStripMenuItem.Text = "Output Results to TXT...";
            this.outputShiny3rdResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputShiny3rdResultsToTXTToolStripMenuItem_Click);
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(411, 165);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(25, 13);
            this.label27.TabIndex = 109;
            this.label27.Text = "SID";
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(320, 165);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(18, 13);
            this.label31.TabIndex = 108;
            this.label31.Text = "ID";
            // 
            // maskedTextBox3rdPickupMinFrame
            // 
            this.maskedTextBox3rdPickupMinFrame.Hex = false;
            this.maskedTextBox3rdPickupMinFrame.Location = new System.Drawing.Point(91, 93);
            this.maskedTextBox3rdPickupMinFrame.Mask = "0000000";
            this.maskedTextBox3rdPickupMinFrame.Name = "maskedTextBox3rdPickupMinFrame";
            this.maskedTextBox3rdPickupMinFrame.Size = new System.Drawing.Size(40, 20);
            this.maskedTextBox3rdPickupMinFrame.TabIndex = 2;
            this.maskedTextBox3rdPickupMinFrame.Text = "1000";
            this.maskedTextBox3rdPickupMinFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBox3rdHeldMinFrame
            // 
            this.maskedTextBox3rdHeldMinFrame.Hex = false;
            this.maskedTextBox3rdHeldMinFrame.Location = new System.Drawing.Point(91, 67);
            this.maskedTextBox3rdHeldMinFrame.Mask = "0000000";
            this.maskedTextBox3rdHeldMinFrame.Name = "maskedTextBox3rdHeldMinFrame";
            this.maskedTextBox3rdHeldMinFrame.Size = new System.Drawing.Size(40, 20);
            this.maskedTextBox3rdHeldMinFrame.TabIndex = 0;
            this.maskedTextBox3rdHeldMinFrame.Text = "1000";
            this.maskedTextBox3rdHeldMinFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBox3rdHeldMaxFrame
            // 
            this.maskedTextBox3rdHeldMaxFrame.Hex = false;
            this.maskedTextBox3rdHeldMaxFrame.Location = new System.Drawing.Point(137, 67);
            this.maskedTextBox3rdHeldMaxFrame.Mask = "0000000";
            this.maskedTextBox3rdHeldMaxFrame.Name = "maskedTextBox3rdHeldMaxFrame";
            this.maskedTextBox3rdHeldMaxFrame.Size = new System.Drawing.Size(40, 20);
            this.maskedTextBox3rdHeldMaxFrame.TabIndex = 1;
            this.maskedTextBox3rdHeldMaxFrame.Text = "5000";
            this.maskedTextBox3rdHeldMaxFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBox3rdPickupMaxFrame
            // 
            this.maskedTextBox3rdPickupMaxFrame.Hex = false;
            this.maskedTextBox3rdPickupMaxFrame.Location = new System.Drawing.Point(137, 93);
            this.maskedTextBox3rdPickupMaxFrame.Mask = "0000000";
            this.maskedTextBox3rdPickupMaxFrame.Name = "maskedTextBox3rdPickupMaxFrame";
            this.maskedTextBox3rdPickupMaxFrame.Size = new System.Drawing.Size(40, 20);
            this.maskedTextBox3rdPickupMaxFrame.TabIndex = 3;
            this.maskedTextBox3rdPickupMaxFrame.Text = "5000";
            this.maskedTextBox3rdPickupMaxFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShiny3rdParentB_Def
            // 
            this.maskedTextBoxShiny3rdParentB_Def.Hex = false;
            this.maskedTextBoxShiny3rdParentB_Def.Location = new System.Drawing.Point(424, 129);
            this.maskedTextBoxShiny3rdParentB_Def.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_Def.Name = "maskedTextBoxShiny3rdParentB_Def";
            this.maskedTextBoxShiny3rdParentB_Def.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_Def.TabIndex = 24;
            this.maskedTextBoxShiny3rdParentB_Def.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentB_Atk
            // 
            this.maskedTextBoxShiny3rdParentB_Atk.Hex = false;
            this.maskedTextBoxShiny3rdParentB_Atk.Location = new System.Drawing.Point(384, 129);
            this.maskedTextBoxShiny3rdParentB_Atk.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_Atk.Name = "maskedTextBoxShiny3rdParentB_Atk";
            this.maskedTextBoxShiny3rdParentB_Atk.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_Atk.TabIndex = 23;
            this.maskedTextBoxShiny3rdParentB_Atk.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentB_Spe
            // 
            this.maskedTextBoxShiny3rdParentB_Spe.Hex = false;
            this.maskedTextBoxShiny3rdParentB_Spe.Location = new System.Drawing.Point(544, 129);
            this.maskedTextBoxShiny3rdParentB_Spe.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_Spe.Name = "maskedTextBoxShiny3rdParentB_Spe";
            this.maskedTextBoxShiny3rdParentB_Spe.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_Spe.TabIndex = 27;
            this.maskedTextBoxShiny3rdParentB_Spe.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentB_SpD
            // 
            this.maskedTextBoxShiny3rdParentB_SpD.Hex = false;
            this.maskedTextBoxShiny3rdParentB_SpD.Location = new System.Drawing.Point(504, 129);
            this.maskedTextBoxShiny3rdParentB_SpD.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_SpD.Name = "maskedTextBoxShiny3rdParentB_SpD";
            this.maskedTextBoxShiny3rdParentB_SpD.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_SpD.TabIndex = 26;
            this.maskedTextBoxShiny3rdParentB_SpD.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentB_SpA
            // 
            this.maskedTextBoxShiny3rdParentB_SpA.Hex = false;
            this.maskedTextBoxShiny3rdParentB_SpA.Location = new System.Drawing.Point(464, 129);
            this.maskedTextBoxShiny3rdParentB_SpA.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_SpA.Name = "maskedTextBoxShiny3rdParentB_SpA";
            this.maskedTextBoxShiny3rdParentB_SpA.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_SpA.TabIndex = 25;
            this.maskedTextBoxShiny3rdParentB_SpA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentB_HP
            // 
            this.maskedTextBoxShiny3rdParentB_HP.Hex = false;
            this.maskedTextBoxShiny3rdParentB_HP.Location = new System.Drawing.Point(344, 129);
            this.maskedTextBoxShiny3rdParentB_HP.Mask = "00";
            this.maskedTextBoxShiny3rdParentB_HP.Name = "maskedTextBoxShiny3rdParentB_HP";
            this.maskedTextBoxShiny3rdParentB_HP.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentB_HP.TabIndex = 22;
            // 
            // maskedTextBoxShiny3rdParentA_Def
            // 
            this.maskedTextBoxShiny3rdParentA_Def.Hex = false;
            this.maskedTextBoxShiny3rdParentA_Def.Location = new System.Drawing.Point(424, 106);
            this.maskedTextBoxShiny3rdParentA_Def.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_Def.Name = "maskedTextBoxShiny3rdParentA_Def";
            this.maskedTextBoxShiny3rdParentA_Def.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_Def.TabIndex = 18;
            this.maskedTextBoxShiny3rdParentA_Def.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentA_Atk
            // 
            this.maskedTextBoxShiny3rdParentA_Atk.Hex = false;
            this.maskedTextBoxShiny3rdParentA_Atk.Location = new System.Drawing.Point(384, 106);
            this.maskedTextBoxShiny3rdParentA_Atk.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_Atk.Name = "maskedTextBoxShiny3rdParentA_Atk";
            this.maskedTextBoxShiny3rdParentA_Atk.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_Atk.TabIndex = 17;
            this.maskedTextBoxShiny3rdParentA_Atk.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentA_Spe
            // 
            this.maskedTextBoxShiny3rdParentA_Spe.Hex = false;
            this.maskedTextBoxShiny3rdParentA_Spe.Location = new System.Drawing.Point(544, 106);
            this.maskedTextBoxShiny3rdParentA_Spe.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_Spe.Name = "maskedTextBoxShiny3rdParentA_Spe";
            this.maskedTextBoxShiny3rdParentA_Spe.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_Spe.TabIndex = 21;
            this.maskedTextBoxShiny3rdParentA_Spe.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentA_SpD
            // 
            this.maskedTextBoxShiny3rdParentA_SpD.Hex = false;
            this.maskedTextBoxShiny3rdParentA_SpD.Location = new System.Drawing.Point(504, 106);
            this.maskedTextBoxShiny3rdParentA_SpD.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_SpD.Name = "maskedTextBoxShiny3rdParentA_SpD";
            this.maskedTextBoxShiny3rdParentA_SpD.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_SpD.TabIndex = 20;
            this.maskedTextBoxShiny3rdParentA_SpD.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentA_SpA
            // 
            this.maskedTextBoxShiny3rdParentA_SpA.Hex = false;
            this.maskedTextBoxShiny3rdParentA_SpA.Location = new System.Drawing.Point(464, 106);
            this.maskedTextBoxShiny3rdParentA_SpA.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_SpA.Name = "maskedTextBoxShiny3rdParentA_SpA";
            this.maskedTextBoxShiny3rdParentA_SpA.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_SpA.TabIndex = 19;
            this.maskedTextBoxShiny3rdParentA_SpA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShiny3rdParentA_HP
            // 
            this.maskedTextBoxShiny3rdParentA_HP.Hex = false;
            this.maskedTextBoxShiny3rdParentA_HP.Location = new System.Drawing.Point(344, 106);
            this.maskedTextBoxShiny3rdParentA_HP.Mask = "00";
            this.maskedTextBoxShiny3rdParentA_HP.Name = "maskedTextBoxShiny3rdParentA_HP";
            this.maskedTextBoxShiny3rdParentA_HP.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxShiny3rdParentA_HP.TabIndex = 16;
            // 
            // maskedTextBoxShiny3rdSID
            // 
            this.maskedTextBoxShiny3rdSID.Hex = false;
            this.maskedTextBoxShiny3rdSID.Location = new System.Drawing.Point(438, 162);
            this.maskedTextBoxShiny3rdSID.Mask = "00000";
            this.maskedTextBoxShiny3rdSID.Name = "maskedTextBoxShiny3rdSID";
            this.maskedTextBoxShiny3rdSID.Size = new System.Drawing.Size(60, 20);
            this.maskedTextBoxShiny3rdSID.TabIndex = 29;
            this.maskedTextBoxShiny3rdSID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShiny3rdID
            // 
            this.maskedTextBoxShiny3rdID.Hex = false;
            this.maskedTextBoxShiny3rdID.Location = new System.Drawing.Point(344, 162);
            this.maskedTextBoxShiny3rdID.Mask = "00000";
            this.maskedTextBoxShiny3rdID.Name = "maskedTextBoxShiny3rdID";
            this.maskedTextBoxShiny3rdID.Size = new System.Drawing.Size(60, 20);
            this.maskedTextBoxShiny3rdID.TabIndex = 28;
            this.maskedTextBoxShiny3rdID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // tabPageShinyEEgg
            // 
            this.tabPageShinyEEgg.Controls.Add(this.labelCalibration);
            this.tabPageShinyEEgg.Controls.Add(this.label1);
            this.tabPageShinyEEgg.Controls.Add(this.label2);
            this.tabPageShinyEEgg.Controls.Add(this.label3);
            this.tabPageShinyEEgg.Controls.Add(this.label4);
            this.tabPageShinyEEgg.Controls.Add(this.label6);
            this.tabPageShinyEEgg.Controls.Add(this.label13);
            this.tabPageShinyEEgg.Controls.Add(this.label20);
            this.tabPageShinyEEgg.Controls.Add(this.checkEPIDShiny);
            this.tabPageShinyEEgg.Controls.Add(this.label23);
            this.tabPageShinyEEgg.Controls.Add(this.label24);
            this.tabPageShinyEEgg.Controls.Add(this.dataGridViewEPIDs);
            this.tabPageShinyEEgg.Controls.Add(this.label26);
            this.tabPageShinyEEgg.Controls.Add(this.label28);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDCalibration);
            this.tabPageShinyEEgg.Controls.Add(this.comboEPIDEverstone);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDMinRedraws);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDMaxRedraws);
            this.tabPageShinyEEgg.Controls.Add(this.buttonEPIDNature);
            this.tabPageShinyEEgg.Controls.Add(this.comboEPIDNature);
            this.tabPageShinyEEgg.Controls.Add(this.comboEPIDGender);
            this.tabPageShinyEEgg.Controls.Add(this.buttonGenerateEPIDs);
            this.tabPageShinyEEgg.Controls.Add(this.comboEPIDCompatibility);
            this.tabPageShinyEEgg.Controls.Add(this.buttonEPIDAbility);
            this.tabPageShinyEEgg.Controls.Add(this.comboEPIDAbility);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDMinFrame);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDMaxFrame);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDSID);
            this.tabPageShinyEEgg.Controls.Add(this.textEPIDID);
            this.tabPageShinyEEgg.Location = new System.Drawing.Point(4, 22);
            this.tabPageShinyEEgg.Name = "tabPageShinyEEgg";
            this.tabPageShinyEEgg.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageShinyEEgg.Size = new System.Drawing.Size(948, 498);
            this.tabPageShinyEEgg.TabIndex = 6;
            this.tabPageShinyEEgg.Text = "Emerald Shiny Egg";
            this.tabPageShinyEEgg.ToolTipText = "This value is typically 13 + number of pokemon in party";
            this.tabPageShinyEEgg.UseVisualStyleBackColor = true;
            // 
            // labelCalibration
            // 
            this.labelCalibration.AutoSize = true;
            this.labelCalibration.Location = new System.Drawing.Point(29, 122);
            this.labelCalibration.Name = "labelCalibration";
            this.labelCalibration.Size = new System.Drawing.Size(56, 13);
            this.labelCalibration.TabIndex = 427;
            this.labelCalibration.Text = "Calibration";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(634, 108);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 13);
            this.label1.TabIndex = 425;
            this.label1.Text = "Everstone";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(36, 96);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(49, 13);
            this.label2.TabIndex = 423;
            this.label2.Text = "Redraws";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(647, 81);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(42, 13);
            this.label3.TabIndex = 417;
            this.label3.Text = "Gender";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(136, 51);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(27, 13);
            this.label4.TabIndex = 416;
            this.label4.Text = "Max";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(91, 51);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(24, 13);
            this.label6.TabIndex = 414;
            this.label6.Text = "Min";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(49, 70);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(36, 13);
            this.label13.TabIndex = 407;
            this.label13.Text = "Frame";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(624, 135);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(65, 13);
            this.label20.TabIndex = 376;
            this.label20.Text = "Compatibility";
            // 
            // checkEPIDShiny
            // 
            this.checkEPIDShiny.AutoSize = true;
            this.checkEPIDShiny.Location = new System.Drawing.Point(506, 164);
            this.checkEPIDShiny.Name = "checkEPIDShiny";
            this.checkEPIDShiny.Size = new System.Drawing.Size(76, 17);
            this.checkEPIDShiny.TabIndex = 355;
            this.checkEPIDShiny.Text = "Shiny Only";
            this.checkEPIDShiny.UseVisualStyleBackColor = true;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(650, 31);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(39, 13);
            this.label23.TabIndex = 372;
            this.label23.Text = "Nature";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(655, 56);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(34, 13);
            this.label24.TabIndex = 373;
            this.label24.Text = "Ability";
            // 
            // dataGridViewEPIDs
            // 
            this.dataGridViewEPIDs.AllowUserToAddRows = false;
            this.dataGridViewEPIDs.AllowUserToDeleteRows = false;
            this.dataGridViewEPIDs.AllowUserToOrderColumns = true;
            this.dataGridViewEPIDs.AllowUserToResizeRows = false;
            this.dataGridViewEPIDs.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)));
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEPIDs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridViewEPIDs.ColumnHeadersHeight = 20;
            this.dataGridViewEPIDs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewEPIDs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.EPIDFrame,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn18,
            this.Advances,
            this.EPIDPID,
            this.dataGridViewTextBoxColumn22,
            this.EPIDNature,
            this.dataGridViewTextBoxColumn24,
            this.dataGridViewTextBoxColumn31,
            this.dataGridViewTextBoxColumn32,
            this.dataGridViewTextBoxColumn33,
            this.dataGridViewTextBoxColumn34});
            this.dataGridViewEPIDs.ContextMenuStrip = this.contextMenuStripEggPid3rd;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewEPIDs.DefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridViewEPIDs.Location = new System.Drawing.Point(0, 189);
            this.dataGridViewEPIDs.MultiSelect = false;
            this.dataGridViewEPIDs.Name = "dataGridViewEPIDs";
            this.dataGridViewEPIDs.ReadOnly = true;
            this.dataGridViewEPIDs.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEPIDs.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridViewEPIDs.RowHeadersVisible = false;
            this.dataGridViewEPIDs.RowTemplate.Height = 20;
            this.dataGridViewEPIDs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewEPIDs.ShowCellErrors = false;
            this.dataGridViewEPIDs.ShowCellToolTips = false;
            this.dataGridViewEPIDs.ShowEditingIcon = false;
            this.dataGridViewEPIDs.ShowRowErrors = false;
            this.dataGridViewEPIDs.Size = new System.Drawing.Size(948, 303);
            this.dataGridViewEPIDs.TabIndex = 368;
            // 
            // EPIDFrame
            // 
            this.EPIDFrame.DataPropertyName = "FrameLowerPID";
            this.EPIDFrame.HeaderText = "Egg Held Frame";
            this.EPIDFrame.Name = "EPIDFrame";
            this.EPIDFrame.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.DataPropertyName = "TimeLowerPID";
            this.dataGridViewTextBoxColumn7.HeaderText = "Egg Held Time";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn18
            // 
            this.dataGridViewTextBoxColumn18.DataPropertyName = "Redraws";
            this.dataGridViewTextBoxColumn18.HeaderText = "Redraws";
            this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
            this.dataGridViewTextBoxColumn18.ReadOnly = true;
            this.dataGridViewTextBoxColumn18.Width = 60;
            // 
            // Advances
            // 
            this.Advances.DataPropertyName = "Advances";
            this.Advances.HeaderText = "Advances";
            this.Advances.Name = "Advances";
            this.Advances.ReadOnly = true;
            this.Advances.Visible = false;
            this.Advances.Width = 60;
            // 
            // EPIDPID
            // 
            this.EPIDPID.DataPropertyName = "Pid";
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Consolas", 8.75F);
            dataGridViewCellStyle6.Format = "X";
            this.EPIDPID.DefaultCellStyle = dataGridViewCellStyle6;
            this.EPIDPID.HeaderText = "PID";
            this.EPIDPID.Name = "EPIDPID";
            this.EPIDPID.ReadOnly = true;
            this.EPIDPID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.EPIDPID.Width = 70;
            // 
            // dataGridViewTextBoxColumn22
            // 
            this.dataGridViewTextBoxColumn22.DataPropertyName = "ShinyDisplay";
            this.dataGridViewTextBoxColumn22.HeaderText = "!!!";
            this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
            this.dataGridViewTextBoxColumn22.ReadOnly = true;
            this.dataGridViewTextBoxColumn22.Width = 20;
            // 
            // EPIDNature
            // 
            this.EPIDNature.DataPropertyName = "Nature";
            this.EPIDNature.HeaderText = "Nature";
            this.EPIDNature.Name = "EPIDNature";
            this.EPIDNature.ReadOnly = true;
            this.EPIDNature.Width = 75;
            // 
            // dataGridViewTextBoxColumn24
            // 
            this.dataGridViewTextBoxColumn24.DataPropertyName = "Ability";
            this.dataGridViewTextBoxColumn24.HeaderText = "Ability";
            this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
            this.dataGridViewTextBoxColumn24.ReadOnly = true;
            this.dataGridViewTextBoxColumn24.Width = 40;
            // 
            // dataGridViewTextBoxColumn31
            // 
            this.dataGridViewTextBoxColumn31.DataPropertyName = "Female50";
            this.dataGridViewTextBoxColumn31.HeaderText = "50% F";
            this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
            this.dataGridViewTextBoxColumn31.ReadOnly = true;
            this.dataGridViewTextBoxColumn31.Width = 50;
            // 
            // dataGridViewTextBoxColumn32
            // 
            this.dataGridViewTextBoxColumn32.DataPropertyName = "Female25";
            this.dataGridViewTextBoxColumn32.HeaderText = "25% F";
            this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
            this.dataGridViewTextBoxColumn32.ReadOnly = true;
            this.dataGridViewTextBoxColumn32.Width = 50;
            // 
            // dataGridViewTextBoxColumn33
            // 
            this.dataGridViewTextBoxColumn33.DataPropertyName = "Female75";
            this.dataGridViewTextBoxColumn33.HeaderText = "75% F";
            this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
            this.dataGridViewTextBoxColumn33.ReadOnly = true;
            this.dataGridViewTextBoxColumn33.Width = 50;
            // 
            // dataGridViewTextBoxColumn34
            // 
            this.dataGridViewTextBoxColumn34.DataPropertyName = "Female125";
            this.dataGridViewTextBoxColumn34.HeaderText = "12.5%F";
            this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
            this.dataGridViewTextBoxColumn34.ReadOnly = true;
            this.dataGridViewTextBoxColumn34.Width = 50;
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(411, 165);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(25, 13);
            this.label26.TabIndex = 370;
            this.label26.Text = "SID";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(320, 165);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(18, 13);
            this.label28.TabIndex = 369;
            this.label28.Text = "ID";
            // 
            // textEPIDCalibration
            // 
            this.textEPIDCalibration.Hex = false;
            this.textEPIDCalibration.Location = new System.Drawing.Point(91, 119);
            this.textEPIDCalibration.Mask = "000000";
            this.textEPIDCalibration.Name = "textEPIDCalibration";
            this.textEPIDCalibration.Size = new System.Drawing.Size(40, 20);
            this.textEPIDCalibration.TabIndex = 426;
            this.textEPIDCalibration.Text = "18";
            this.textEPIDCalibration.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // comboEPIDEverstone
            // 
            this.comboEPIDEverstone.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboEPIDEverstone.ForeColor = System.Drawing.Color.Black;
            this.comboEPIDEverstone.FormattingEnabled = true;
            this.comboEPIDEverstone.Location = new System.Drawing.Point(695, 105);
            this.comboEPIDEverstone.MaxDropDownItems = 26;
            this.comboEPIDEverstone.Name = "comboEPIDEverstone";
            this.comboEPIDEverstone.ShineColor = System.Drawing.SystemColors.Window;
            this.comboEPIDEverstone.Size = new System.Drawing.Size(86, 21);
            this.comboEPIDEverstone.TabIndex = 424;
            // 
            // textEPIDMinRedraws
            // 
            this.textEPIDMinRedraws.Hex = false;
            this.textEPIDMinRedraws.Location = new System.Drawing.Point(91, 93);
            this.textEPIDMinRedraws.Mask = "0000000";
            this.textEPIDMinRedraws.Name = "textEPIDMinRedraws";
            this.textEPIDMinRedraws.Size = new System.Drawing.Size(40, 20);
            this.textEPIDMinRedraws.TabIndex = 421;
            this.textEPIDMinRedraws.Text = "0";
            this.textEPIDMinRedraws.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEPIDMaxRedraws
            // 
            this.textEPIDMaxRedraws.Hex = false;
            this.textEPIDMaxRedraws.Location = new System.Drawing.Point(137, 93);
            this.textEPIDMaxRedraws.Mask = "0000000";
            this.textEPIDMaxRedraws.Name = "textEPIDMaxRedraws";
            this.textEPIDMaxRedraws.Size = new System.Drawing.Size(40, 20);
            this.textEPIDMaxRedraws.TabIndex = 422;
            this.textEPIDMaxRedraws.Text = "5";
            this.textEPIDMaxRedraws.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // buttonEPIDNature
            // 
            this.buttonEPIDNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEPIDNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonEPIDNature.ForeColor = System.Drawing.Color.Black;
            this.buttonEPIDNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonEPIDNature.Location = new System.Drawing.Point(874, 26);
            this.buttonEPIDNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonEPIDNature.Name = "buttonEPIDNature";
            this.buttonEPIDNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEPIDNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEPIDNature.Size = new System.Drawing.Size(41, 22);
            this.buttonEPIDNature.TabIndex = 337;
            this.buttonEPIDNature.Text = "Any";
            this.buttonEPIDNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonEPIDNature.Click += new System.EventHandler(this.buttonEPIDNature_Click);
            // 
            // comboEPIDNature
            // 
            this.comboEPIDNature.BlankText = "Any";
            checkBoxProperties2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboEPIDNature.CheckBoxProperties = checkBoxProperties2;
            this.comboEPIDNature.DisplayMemberSingleItem = "";
            this.comboEPIDNature.DropDownHeight = 300;
            this.comboEPIDNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboEPIDNature.FormattingEnabled = true;
            this.comboEPIDNature.Location = new System.Drawing.Point(695, 28);
            this.comboEPIDNature.Name = "comboEPIDNature";
            this.comboEPIDNature.Size = new System.Drawing.Size(176, 21);
            this.comboEPIDNature.TabIndex = 336;
            this.comboEPIDNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // comboEPIDGender
            // 
            this.comboEPIDGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboEPIDGender.ForeColor = System.Drawing.Color.Black;
            this.comboEPIDGender.FormattingEnabled = true;
            this.comboEPIDGender.Items.AddRange(new object[] {
            "Don\'t Care/Fixed Gender/Genderless",
            "Female (50% Male, 50% Female)",
            "Male (50% Male, 50% Female)",
            "Female (25% Male, 75% Female)",
            "Male (25% Male, 75% Female)",
            "Female (75% Male, 25% Female)",
            "Male (75% Male, 25% Female)",
            "Female (87.5% Male, 12.5% Female)",
            "Male (87.5% Male, 12.5% Female)"});
            this.comboEPIDGender.Location = new System.Drawing.Point(695, 78);
            this.comboEPIDGender.MaxDropDownItems = 3;
            this.comboEPIDGender.Name = "comboEPIDGender";
            this.comboEPIDGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboEPIDGender.Size = new System.Drawing.Size(238, 21);
            this.comboEPIDGender.TabIndex = 340;
            // 
            // buttonGenerateEPIDs
            // 
            this.buttonGenerateEPIDs.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonGenerateEPIDs.ForeColor = System.Drawing.Color.Black;
            this.buttonGenerateEPIDs.Location = new System.Drawing.Point(6, 160);
            this.buttonGenerateEPIDs.Name = "buttonGenerateEPIDs";
            this.buttonGenerateEPIDs.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonGenerateEPIDs.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonGenerateEPIDs.Size = new System.Drawing.Size(75, 23);
            this.buttonGenerateEPIDs.TabIndex = 333;
            this.buttonGenerateEPIDs.Text = "Generate";
            this.buttonGenerateEPIDs.Click += new System.EventHandler(this.buttonGenerateEPIDs_Click);
            // 
            // comboEPIDCompatibility
            // 
            this.comboEPIDCompatibility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboEPIDCompatibility.ForeColor = System.Drawing.Color.Black;
            this.comboEPIDCompatibility.FormattingEnabled = true;
            this.comboEPIDCompatibility.Items.AddRange(new object[] {
            "The two don\'t seem to like each other",
            "The two seem to get along",
            "The two seem to get along very well"});
            this.comboEPIDCompatibility.Location = new System.Drawing.Point(695, 132);
            this.comboEPIDCompatibility.MaxDropDownItems = 3;
            this.comboEPIDCompatibility.Name = "comboEPIDCompatibility";
            this.comboEPIDCompatibility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboEPIDCompatibility.Size = new System.Drawing.Size(193, 21);
            this.comboEPIDCompatibility.TabIndex = 332;
            // 
            // buttonEPIDAbility
            // 
            this.buttonEPIDAbility.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEPIDAbility.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.buttonEPIDAbility.ForeColor = System.Drawing.Color.Black;
            this.buttonEPIDAbility.Location = new System.Drawing.Point(777, 52);
            this.buttonEPIDAbility.Name = "buttonEPIDAbility";
            this.buttonEPIDAbility.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEPIDAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEPIDAbility.Size = new System.Drawing.Size(46, 22);
            this.buttonEPIDAbility.TabIndex = 339;
            this.buttonEPIDAbility.TabStop = false;
            this.buttonEPIDAbility.Text = "Any";
            this.buttonEPIDAbility.Click += new System.EventHandler(this.buttonEPIDAbility_Click);
            // 
            // comboEPIDAbility
            // 
            this.comboEPIDAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboEPIDAbility.ForeColor = System.Drawing.Color.Black;
            this.comboEPIDAbility.FormattingEnabled = true;
            this.comboEPIDAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboEPIDAbility.Location = new System.Drawing.Point(695, 53);
            this.comboEPIDAbility.MaxDropDownItems = 3;
            this.comboEPIDAbility.Name = "comboEPIDAbility";
            this.comboEPIDAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboEPIDAbility.Size = new System.Drawing.Size(76, 21);
            this.comboEPIDAbility.TabIndex = 338;
            // 
            // textEPIDMinFrame
            // 
            this.textEPIDMinFrame.Hex = false;
            this.textEPIDMinFrame.Location = new System.Drawing.Point(91, 67);
            this.textEPIDMinFrame.Mask = "0000000";
            this.textEPIDMinFrame.Name = "textEPIDMinFrame";
            this.textEPIDMinFrame.Size = new System.Drawing.Size(40, 20);
            this.textEPIDMinFrame.TabIndex = 328;
            this.textEPIDMinFrame.Text = "1000";
            this.textEPIDMinFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEPIDMaxFrame
            // 
            this.textEPIDMaxFrame.Hex = false;
            this.textEPIDMaxFrame.Location = new System.Drawing.Point(137, 67);
            this.textEPIDMaxFrame.Mask = "0000000";
            this.textEPIDMaxFrame.Name = "textEPIDMaxFrame";
            this.textEPIDMaxFrame.Size = new System.Drawing.Size(40, 20);
            this.textEPIDMaxFrame.TabIndex = 329;
            this.textEPIDMaxFrame.Text = "5000";
            this.textEPIDMaxFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEPIDSID
            // 
            this.textEPIDSID.Hex = false;
            this.textEPIDSID.Location = new System.Drawing.Point(438, 162);
            this.textEPIDSID.Mask = "00000";
            this.textEPIDSID.Name = "textEPIDSID";
            this.textEPIDSID.Size = new System.Drawing.Size(60, 20);
            this.textEPIDSID.TabIndex = 354;
            this.textEPIDSID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEPIDID
            // 
            this.textEPIDID.Hex = false;
            this.textEPIDID.Location = new System.Drawing.Point(344, 162);
            this.textEPIDID.Mask = "00000";
            this.textEPIDID.Name = "textEPIDID";
            this.textEPIDID.Size = new System.Drawing.Size(60, 20);
            this.textEPIDID.TabIndex = 353;
            this.textEPIDID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // tabPageIVEEgg
            // 
            this.tabPageIVEEgg.Controls.Add(this.ivFiltersEEgg);
            this.tabPageIVEEgg.Controls.Add(this.panel2);
            this.tabPageIVEEgg.Controls.Add(this.label33);
            this.tabPageIVEEgg.Controls.Add(this.label34);
            this.tabPageIVEEgg.Controls.Add(this.label35);
            this.tabPageIVEEgg.Controls.Add(this.label36);
            this.tabPageIVEEgg.Controls.Add(this.label37);
            this.tabPageIVEEgg.Controls.Add(this.label38);
            this.tabPageIVEEgg.Controls.Add(this.label39);
            this.tabPageIVEEgg.Controls.Add(this.label40);
            this.tabPageIVEEgg.Controls.Add(this.label46);
            this.tabPageIVEEgg.Controls.Add(this.checkEIVInheritance);
            this.tabPageIVEEgg.Controls.Add(this.label55);
            this.tabPageIVEEgg.Controls.Add(this.label63);
            this.tabPageIVEEgg.Controls.Add(this.dataGridViewEIVs);
            this.tabPageIVEEgg.Controls.Add(this.buttonEIVSwapParents);
            this.tabPageIVEEgg.Controls.Add(this.buttonGenerateEIVs);
            this.tabPageIVEEgg.Controls.Add(this.textEIVMinFrame);
            this.tabPageIVEEgg.Controls.Add(this.textEIVMaxFrame);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_Def);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_Atk);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_Spe);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_SpD);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_SpA);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentB_HP);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_Def);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_Atk);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_Spe);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_SpD);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_SpA);
            this.tabPageIVEEgg.Controls.Add(this.textEIVParentA_HP);
            this.tabPageIVEEgg.Location = new System.Drawing.Point(4, 22);
            this.tabPageIVEEgg.Name = "tabPageIVEEgg";
            this.tabPageIVEEgg.Size = new System.Drawing.Size(948, 498);
            this.tabPageIVEEgg.TabIndex = 7;
            this.tabPageIVEEgg.Text = "Emerald Egg IVs";
            this.tabPageIVEEgg.UseVisualStyleBackColor = true;
            // 
            // ivFiltersEEgg
            // 
            this.ivFiltersEEgg.Location = new System.Drawing.Point(609, 11);
            this.ivFiltersEEgg.Name = "ivFiltersEEgg";
            this.ivFiltersEEgg.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersEEgg.TabIndex = 421;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.radioButtonEIVNormal);
            this.panel2.Controls.Add(this.radioButtonEIVSplit);
            this.panel2.Controls.Add(this.radioButtonEIVAlternate);
            this.panel2.Location = new System.Drawing.Point(183, 50);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(116, 60);
            this.panel2.TabIndex = 420;
            // 
            // radioButtonEIVNormal
            // 
            this.radioButtonEIVNormal.AutoSize = true;
            this.radioButtonEIVNormal.Checked = true;
            this.radioButtonEIVNormal.Location = new System.Drawing.Point(7, 6);
            this.radioButtonEIVNormal.Name = "radioButtonEIVNormal";
            this.radioButtonEIVNormal.Size = new System.Drawing.Size(100, 17);
            this.radioButtonEIVNormal.TabIndex = 4;
            this.radioButtonEIVNormal.TabStop = true;
            this.radioButtonEIVNormal.Text = "Normal Spreads";
            this.radioButtonEIVNormal.UseVisualStyleBackColor = true;
            // 
            // radioButtonEIVSplit
            // 
            this.radioButtonEIVSplit.AutoSize = true;
            this.radioButtonEIVSplit.Location = new System.Drawing.Point(7, 22);
            this.radioButtonEIVSplit.Name = "radioButtonEIVSplit";
            this.radioButtonEIVSplit.Size = new System.Drawing.Size(87, 17);
            this.radioButtonEIVSplit.TabIndex = 5;
            this.radioButtonEIVSplit.Text = "Split Spreads";
            this.radioButtonEIVSplit.UseVisualStyleBackColor = true;
            // 
            // radioButtonEIVAlternate
            // 
            this.radioButtonEIVAlternate.AutoSize = true;
            this.radioButtonEIVAlternate.Location = new System.Drawing.Point(7, 38);
            this.radioButtonEIVAlternate.Name = "radioButtonEIVAlternate";
            this.radioButtonEIVAlternate.Size = new System.Drawing.Size(109, 17);
            this.radioButtonEIVAlternate.TabIndex = 6;
            this.radioButtonEIVAlternate.Text = "Alternate Spreads";
            this.radioButtonEIVAlternate.UseVisualStyleBackColor = true;
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(136, 51);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(27, 13);
            this.label33.TabIndex = 416;
            this.label33.Text = "Max";
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Location = new System.Drawing.Point(49, 70);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(36, 13);
            this.label34.TabIndex = 415;
            this.label34.Text = "Frame";
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(91, 51);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(24, 13);
            this.label35.TabIndex = 414;
            this.label35.Text = "Min";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(541, 90);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(26, 13);
            this.label36.TabIndex = 413;
            this.label36.Text = "Spe";
            this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label37
            // 
            this.label37.AutoSize = true;
            this.label37.Location = new System.Drawing.Point(501, 90);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(28, 13);
            this.label37.TabIndex = 412;
            this.label37.Text = "SpD";
            this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label38
            // 
            this.label38.AutoSize = true;
            this.label38.Location = new System.Drawing.Point(461, 90);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(27, 13);
            this.label38.TabIndex = 411;
            this.label38.Text = "SpA";
            this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(421, 90);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(24, 13);
            this.label39.TabIndex = 410;
            this.label39.Text = "Def";
            this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Location = new System.Drawing.Point(381, 90);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(23, 13);
            this.label40.TabIndex = 409;
            this.label40.Text = "Atk";
            this.label40.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label46
            // 
            this.label46.AutoSize = true;
            this.label46.Location = new System.Drawing.Point(341, 90);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(22, 13);
            this.label46.TabIndex = 408;
            this.label46.Text = "HP";
            this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkEIVInheritance
            // 
            this.checkEIVInheritance.AutoSize = true;
            this.checkEIVInheritance.Location = new System.Drawing.Point(204, 164);
            this.checkEIVInheritance.Name = "checkEIVInheritance";
            this.checkEIVInheritance.Size = new System.Drawing.Size(109, 17);
            this.checkEIVInheritance.TabIndex = 335;
            this.checkEIVInheritance.Text = "Show Inheritance";
            this.checkEIVInheritance.UseVisualStyleBackColor = true;
            this.checkEIVInheritance.CheckedChanged += new System.EventHandler(this.checkEIVInheritance_CheckedChanged);
            // 
            // label55
            // 
            this.label55.AutoSize = true;
            this.label55.Location = new System.Drawing.Point(293, 132);
            this.label55.Name = "label55";
            this.label55.Size = new System.Drawing.Size(48, 13);
            this.label55.TabIndex = 375;
            this.label55.Text = "Parent B";
            // 
            // label63
            // 
            this.label63.AutoSize = true;
            this.label63.Location = new System.Drawing.Point(293, 110);
            this.label63.Name = "label63";
            this.label63.Size = new System.Drawing.Size(48, 13);
            this.label63.TabIndex = 374;
            this.label63.Text = "Parent A";
            // 
            // dataGridViewEIVs
            // 
            this.dataGridViewEIVs.AllowUserToAddRows = false;
            this.dataGridViewEIVs.AllowUserToDeleteRows = false;
            this.dataGridViewEIVs.AllowUserToOrderColumns = true;
            this.dataGridViewEIVs.AllowUserToResizeRows = false;
            this.dataGridViewEIVs.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)));
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEIVs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.dataGridViewEIVs.ColumnHeadersHeight = 20;
            this.dataGridViewEIVs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewEIVs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn38,
            this.dataGridViewTextBoxColumn39,
            this.EIVHP,
            this.EIVAtk,
            this.EIVDef,
            this.EIVSpA,
            this.EIVSpD,
            this.EIVSpe});
            this.dataGridViewEIVs.ContextMenuStrip = this.contextMenuStripEggPid3rd;
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewEIVs.DefaultCellStyle = dataGridViewCellStyle10;
            this.dataGridViewEIVs.Location = new System.Drawing.Point(0, 189);
            this.dataGridViewEIVs.MultiSelect = false;
            this.dataGridViewEIVs.Name = "dataGridViewEIVs";
            this.dataGridViewEIVs.ReadOnly = true;
            this.dataGridViewEIVs.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEIVs.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
            this.dataGridViewEIVs.RowHeadersVisible = false;
            this.dataGridViewEIVs.RowTemplate.Height = 20;
            this.dataGridViewEIVs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewEIVs.ShowCellErrors = false;
            this.dataGridViewEIVs.ShowCellToolTips = false;
            this.dataGridViewEIVs.ShowEditingIcon = false;
            this.dataGridViewEIVs.ShowRowErrors = false;
            this.dataGridViewEIVs.Size = new System.Drawing.Size(948, 303);
            this.dataGridViewEIVs.TabIndex = 368;
            // 
            // dataGridViewTextBoxColumn38
            // 
            this.dataGridViewTextBoxColumn38.DataPropertyName = "FrameNumber";
            this.dataGridViewTextBoxColumn38.HeaderText = "Egg Pickup Frame";
            this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38";
            this.dataGridViewTextBoxColumn38.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn39
            // 
            this.dataGridViewTextBoxColumn39.DataPropertyName = "TimeUpperPID";
            this.dataGridViewTextBoxColumn39.HeaderText = "Egg Pickup Time";
            this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
            this.dataGridViewTextBoxColumn39.ReadOnly = true;
            // 
            // EIVHP
            // 
            this.EIVHP.DataPropertyName = "DisplayHp";
            this.EIVHP.HeaderText = "HP";
            this.EIVHP.Name = "EIVHP";
            this.EIVHP.ReadOnly = true;
            this.EIVHP.Width = 30;
            // 
            // EIVAtk
            // 
            this.EIVAtk.DataPropertyName = "DisplayAtk";
            this.EIVAtk.HeaderText = "Atk";
            this.EIVAtk.Name = "EIVAtk";
            this.EIVAtk.ReadOnly = true;
            this.EIVAtk.Width = 30;
            // 
            // EIVDef
            // 
            this.EIVDef.DataPropertyName = "DisplayDef";
            this.EIVDef.HeaderText = "Def";
            this.EIVDef.Name = "EIVDef";
            this.EIVDef.ReadOnly = true;
            this.EIVDef.Width = 30;
            // 
            // EIVSpA
            // 
            this.EIVSpA.DataPropertyName = "DisplaySpa";
            this.EIVSpA.HeaderText = "SpA";
            this.EIVSpA.Name = "EIVSpA";
            this.EIVSpA.ReadOnly = true;
            this.EIVSpA.Width = 30;
            // 
            // EIVSpD
            // 
            this.EIVSpD.DataPropertyName = "DisplaySpd";
            this.EIVSpD.HeaderText = "SpD";
            this.EIVSpD.Name = "EIVSpD";
            this.EIVSpD.ReadOnly = true;
            this.EIVSpD.Width = 30;
            // 
            // EIVSpe
            // 
            this.EIVSpe.DataPropertyName = "DisplaySpe";
            this.EIVSpe.HeaderText = "Spe";
            this.EIVSpe.Name = "EIVSpe";
            this.EIVSpe.ReadOnly = true;
            this.EIVSpe.Width = 30;
            // 
            // buttonEIVSwapParents
            // 
            this.buttonEIVSwapParents.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEIVSwapParents.ForeColor = System.Drawing.Color.Black;
            this.buttonEIVSwapParents.Location = new System.Drawing.Point(91, 160);
            this.buttonEIVSwapParents.Name = "buttonEIVSwapParents";
            this.buttonEIVSwapParents.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEIVSwapParents.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEIVSwapParents.Size = new System.Drawing.Size(104, 23);
            this.buttonEIVSwapParents.TabIndex = 334;
            this.buttonEIVSwapParents.Text = "Swap Parents";
            this.buttonEIVSwapParents.Click += new System.EventHandler(this.buttonEIVSwapParents_Click);
            // 
            // buttonGenerateEIVs
            // 
            this.buttonGenerateEIVs.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonGenerateEIVs.ForeColor = System.Drawing.Color.Black;
            this.buttonGenerateEIVs.Location = new System.Drawing.Point(6, 160);
            this.buttonGenerateEIVs.Name = "buttonGenerateEIVs";
            this.buttonGenerateEIVs.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonGenerateEIVs.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonGenerateEIVs.Size = new System.Drawing.Size(75, 23);
            this.buttonGenerateEIVs.TabIndex = 333;
            this.buttonGenerateEIVs.Text = "Generate";
            this.buttonGenerateEIVs.Click += new System.EventHandler(this.buttonGenerateEIVs_Click);
            // 
            // textEIVMinFrame
            // 
            this.textEIVMinFrame.Hex = false;
            this.textEIVMinFrame.Location = new System.Drawing.Point(91, 67);
            this.textEIVMinFrame.Mask = "0000000";
            this.textEIVMinFrame.Name = "textEIVMinFrame";
            this.textEIVMinFrame.Size = new System.Drawing.Size(40, 20);
            this.textEIVMinFrame.TabIndex = 330;
            this.textEIVMinFrame.Text = "1000";
            this.textEIVMinFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEIVMaxFrame
            // 
            this.textEIVMaxFrame.Hex = false;
            this.textEIVMaxFrame.Location = new System.Drawing.Point(137, 67);
            this.textEIVMaxFrame.Mask = "0000000";
            this.textEIVMaxFrame.Name = "textEIVMaxFrame";
            this.textEIVMaxFrame.Size = new System.Drawing.Size(40, 20);
            this.textEIVMaxFrame.TabIndex = 331;
            this.textEIVMaxFrame.Text = "5000";
            this.textEIVMaxFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // textEIVParentB_Def
            // 
            this.textEIVParentB_Def.Hex = false;
            this.textEIVParentB_Def.Location = new System.Drawing.Point(424, 129);
            this.textEIVParentB_Def.Mask = "00";
            this.textEIVParentB_Def.Name = "textEIVParentB_Def";
            this.textEIVParentB_Def.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_Def.TabIndex = 349;
            this.textEIVParentB_Def.ValidatingType = typeof(int);
            // 
            // textEIVParentB_Atk
            // 
            this.textEIVParentB_Atk.Hex = false;
            this.textEIVParentB_Atk.Location = new System.Drawing.Point(384, 129);
            this.textEIVParentB_Atk.Mask = "00";
            this.textEIVParentB_Atk.Name = "textEIVParentB_Atk";
            this.textEIVParentB_Atk.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_Atk.TabIndex = 348;
            this.textEIVParentB_Atk.ValidatingType = typeof(int);
            // 
            // textEIVParentB_Spe
            // 
            this.textEIVParentB_Spe.Hex = false;
            this.textEIVParentB_Spe.Location = new System.Drawing.Point(544, 129);
            this.textEIVParentB_Spe.Mask = "00";
            this.textEIVParentB_Spe.Name = "textEIVParentB_Spe";
            this.textEIVParentB_Spe.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_Spe.TabIndex = 352;
            this.textEIVParentB_Spe.ValidatingType = typeof(int);
            // 
            // textEIVParentB_SpD
            // 
            this.textEIVParentB_SpD.Hex = false;
            this.textEIVParentB_SpD.Location = new System.Drawing.Point(504, 129);
            this.textEIVParentB_SpD.Mask = "00";
            this.textEIVParentB_SpD.Name = "textEIVParentB_SpD";
            this.textEIVParentB_SpD.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_SpD.TabIndex = 351;
            this.textEIVParentB_SpD.ValidatingType = typeof(int);
            // 
            // textEIVParentB_SpA
            // 
            this.textEIVParentB_SpA.Hex = false;
            this.textEIVParentB_SpA.Location = new System.Drawing.Point(464, 129);
            this.textEIVParentB_SpA.Mask = "00";
            this.textEIVParentB_SpA.Name = "textEIVParentB_SpA";
            this.textEIVParentB_SpA.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_SpA.TabIndex = 350;
            this.textEIVParentB_SpA.ValidatingType = typeof(int);
            // 
            // textEIVParentB_HP
            // 
            this.textEIVParentB_HP.Hex = false;
            this.textEIVParentB_HP.Location = new System.Drawing.Point(344, 129);
            this.textEIVParentB_HP.Mask = "00";
            this.textEIVParentB_HP.Name = "textEIVParentB_HP";
            this.textEIVParentB_HP.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentB_HP.TabIndex = 347;
            // 
            // textEIVParentA_Def
            // 
            this.textEIVParentA_Def.Hex = false;
            this.textEIVParentA_Def.Location = new System.Drawing.Point(424, 106);
            this.textEIVParentA_Def.Mask = "00";
            this.textEIVParentA_Def.Name = "textEIVParentA_Def";
            this.textEIVParentA_Def.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_Def.TabIndex = 343;
            this.textEIVParentA_Def.ValidatingType = typeof(int);
            // 
            // textEIVParentA_Atk
            // 
            this.textEIVParentA_Atk.Hex = false;
            this.textEIVParentA_Atk.Location = new System.Drawing.Point(384, 106);
            this.textEIVParentA_Atk.Mask = "00";
            this.textEIVParentA_Atk.Name = "textEIVParentA_Atk";
            this.textEIVParentA_Atk.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_Atk.TabIndex = 342;
            this.textEIVParentA_Atk.ValidatingType = typeof(int);
            // 
            // textEIVParentA_Spe
            // 
            this.textEIVParentA_Spe.Hex = false;
            this.textEIVParentA_Spe.Location = new System.Drawing.Point(544, 106);
            this.textEIVParentA_Spe.Mask = "00";
            this.textEIVParentA_Spe.Name = "textEIVParentA_Spe";
            this.textEIVParentA_Spe.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_Spe.TabIndex = 346;
            this.textEIVParentA_Spe.ValidatingType = typeof(int);
            // 
            // textEIVParentA_SpD
            // 
            this.textEIVParentA_SpD.Hex = false;
            this.textEIVParentA_SpD.Location = new System.Drawing.Point(504, 106);
            this.textEIVParentA_SpD.Mask = "00";
            this.textEIVParentA_SpD.Name = "textEIVParentA_SpD";
            this.textEIVParentA_SpD.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_SpD.TabIndex = 345;
            this.textEIVParentA_SpD.ValidatingType = typeof(int);
            // 
            // textEIVParentA_SpA
            // 
            this.textEIVParentA_SpA.Hex = false;
            this.textEIVParentA_SpA.Location = new System.Drawing.Point(464, 106);
            this.textEIVParentA_SpA.Mask = "00";
            this.textEIVParentA_SpA.Name = "textEIVParentA_SpA";
            this.textEIVParentA_SpA.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_SpA.TabIndex = 344;
            this.textEIVParentA_SpA.ValidatingType = typeof(int);
            // 
            // textEIVParentA_HP
            // 
            this.textEIVParentA_HP.Hex = false;
            this.textEIVParentA_HP.Location = new System.Drawing.Point(344, 106);
            this.textEIVParentA_HP.Mask = "00";
            this.textEIVParentA_HP.Name = "textEIVParentA_HP";
            this.textEIVParentA_HP.Size = new System.Drawing.Size(38, 20);
            this.textEIVParentA_HP.TabIndex = 341;
            // 
            // tabPageCapture
            // 
            this.tabPageCapture.Controls.Add(this.rbEmerald);
            this.tabPageCapture.Controls.Add(this.rbRS);
            this.tabPageCapture.Controls.Add(this.label12);
            this.tabPageCapture.Controls.Add(this.cbSynchNature);
            this.tabPageCapture.Controls.Add(this.chkSynchOnly);
            this.tabPageCapture.Controls.Add(this.label11);
            this.tabPageCapture.Controls.Add(this.label8);
            this.tabPageCapture.Controls.Add(this.txtMaxMinute);
            this.tabPageCapture.Controls.Add(this.txtMinHour);
            this.tabPageCapture.Controls.Add(this.cbDeadBattery);
            this.tabPageCapture.Controls.Add(this.txtMinMinute);
            this.tabPageCapture.Controls.Add(this.dtSeed);
            this.tabPageCapture.Controls.Add(this.txtMaxHour);
            this.tabPageCapture.Controls.Add(this.labelCapMinMaxFrame);
            this.tabPageCapture.Controls.Add(this.txtCapMaxFrame);
            this.tabPageCapture.Controls.Add(this.txtCapMinFrame);
            this.tabPageCapture.Controls.Add(this.ivFiltersCapture);
            this.tabPageCapture.Controls.Add(this.cbCapGender);
            this.tabPageCapture.Controls.Add(this.label7);
            this.tabPageCapture.Controls.Add(this.dgvCapValues);
            this.tabPageCapture.Controls.Add(this.btnAnySlot);
            this.tabPageCapture.Controls.Add(this.label54);
            this.tabPageCapture.Controls.Add(this.cbEncounterType);
            this.tabPageCapture.Controls.Add(this.cbEncounterSlot);
            this.tabPageCapture.Controls.Add(this.label52);
            this.tabPageCapture.Controls.Add(this.cbMethod);
            this.tabPageCapture.Controls.Add(this.label30);
            this.tabPageCapture.Controls.Add(this.btnCapGenerate);
            this.tabPageCapture.Controls.Add(this.btnClearNatures);
            this.tabPageCapture.Controls.Add(this.lblID);
            this.tabPageCapture.Controls.Add(this.cbAbility);
            this.tabPageCapture.Controls.Add(this.label9);
            this.tabPageCapture.Controls.Add(this.label10);
            this.tabPageCapture.Controls.Add(this.chkShinyOnly);
            this.tabPageCapture.Controls.Add(this.txtID);
            this.tabPageCapture.Controls.Add(this.txtSID);
            this.tabPageCapture.Controls.Add(this.label21);
            this.tabPageCapture.Controls.Add(this.cbNature);
            this.tabPageCapture.Location = new System.Drawing.Point(4, 22);
            this.tabPageCapture.Name = "tabPageCapture";
            this.tabPageCapture.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCapture.Size = new System.Drawing.Size(948, 498);
            this.tabPageCapture.TabIndex = 8;
            this.tabPageCapture.Text = "Capture";
            this.tabPageCapture.UseVisualStyleBackColor = true;
            // 
            // rbEmerald
            // 
            this.rbEmerald.AutoSize = true;
            this.rbEmerald.Location = new System.Drawing.Point(170, 62);
            this.rbEmerald.Name = "rbEmerald";
            this.rbEmerald.Size = new System.Drawing.Size(63, 17);
            this.rbEmerald.TabIndex = 375;
            this.rbEmerald.Text = "Emerald";
            this.rbEmerald.UseVisualStyleBackColor = true;
            // 
            // rbRS
            // 
            this.rbRS.AutoSize = true;
            this.rbRS.Checked = true;
            this.rbRS.Location = new System.Drawing.Point(170, 42);
            this.rbRS.Name = "rbRS";
            this.rbRS.Size = new System.Drawing.Size(97, 17);
            this.rbRS.TabIndex = 374;
            this.rbRS.TabStop = true;
            this.rbRS.Text = "Ruby\\Sapphire";
            this.rbRS.UseVisualStyleBackColor = true;
            this.rbRS.CheckedChanged += new System.EventHandler(this.rbRS_CheckedChanged);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(652, 66);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(72, 13);
            this.label12.TabIndex = 373;
            this.label12.Text = "Synch Nature";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbSynchNature
            // 
            this.cbSynchNature.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.cbSynchNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSynchNature.Enabled = false;
            this.cbSynchNature.ForeColor = System.Drawing.Color.Black;
            this.cbSynchNature.FormattingEnabled = true;
            this.cbSynchNature.Location = new System.Drawing.Point(725, 63);
            this.cbSynchNature.Name = "cbSynchNature";
            this.cbSynchNature.ShineColor = System.Drawing.SystemColors.Window;
            this.cbSynchNature.Size = new System.Drawing.Size(176, 21);
            this.cbSynchNature.TabIndex = 372;
            // 
            // chkSynchOnly
            // 
            this.chkSynchOnly.AutoSize = true;
            this.chkSynchOnly.Location = new System.Drawing.Point(796, 155);
            this.chkSynchOnly.Name = "chkSynchOnly";
            this.chkSynchOnly.Size = new System.Drawing.Size(108, 17);
            this.chkSynchOnly.TabIndex = 371;
            this.chkSynchOnly.Text = "Synchronize Only";
            this.chkSynchOnly.UseVisualStyleBackColor = true;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(93, 28);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(90, 13);
            this.label11.TabIndex = 370;
            this.label11.Text = "Min / Max Minute";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 28);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(81, 13);
            this.label8.TabIndex = 369;
            this.label8.Text = "Min / Max Hour";
            // 
            // txtMaxMinute
            // 
            this.txtMaxMinute.Enabled = false;
            this.txtMaxMinute.Hex = false;
            this.txtMaxMinute.Location = new System.Drawing.Point(140, 42);
            this.txtMaxMinute.Mask = "00";
            this.txtMaxMinute.Name = "txtMaxMinute";
            this.txtMaxMinute.Size = new System.Drawing.Size(24, 20);
            this.txtMaxMinute.TabIndex = 368;
            this.txtMaxMinute.Text = "0";
            // 
            // txtMinHour
            // 
            this.txtMinHour.Enabled = false;
            this.txtMinHour.Hex = false;
            this.txtMinHour.Location = new System.Drawing.Point(20, 42);
            this.txtMinHour.Mask = "00";
            this.txtMinHour.Name = "txtMinHour";
            this.txtMinHour.Size = new System.Drawing.Size(24, 20);
            this.txtMinHour.TabIndex = 367;
            this.txtMinHour.Text = "0";
            // 
            // cbDeadBattery
            // 
            this.cbDeadBattery.AutoSize = true;
            this.cbDeadBattery.Checked = true;
            this.cbDeadBattery.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbDeadBattery.Location = new System.Drawing.Point(6, 6);
            this.cbDeadBattery.Name = "cbDeadBattery";
            this.cbDeadBattery.Size = new System.Drawing.Size(88, 17);
            this.cbDeadBattery.TabIndex = 363;
            this.cbDeadBattery.Text = "Dead Battery";
            this.cbDeadBattery.UseVisualStyleBackColor = true;
            this.cbDeadBattery.CheckedChanged += new System.EventHandler(this.cbDeadBattery_CheckedChanged);
            // 
            // txtMinMinute
            // 
            this.txtMinMinute.Enabled = false;
            this.txtMinMinute.Hex = false;
            this.txtMinMinute.Location = new System.Drawing.Point(110, 42);
            this.txtMinMinute.Mask = "00";
            this.txtMinMinute.Name = "txtMinMinute";
            this.txtMinMinute.Size = new System.Drawing.Size(24, 20);
            this.txtMinMinute.TabIndex = 360;
            this.txtMinMinute.Text = "0";
            // 
            // dtSeed
            // 
            this.dtSeed.CustomFormat = "";
            this.dtSeed.Enabled = false;
            this.dtSeed.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtSeed.Location = new System.Drawing.Point(115, 6);
            this.dtSeed.MaxDate = new System.DateTime(2038, 1, 19, 0, 0, 0, 0);
            this.dtSeed.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
            this.dtSeed.Name = "dtSeed";
            this.dtSeed.Size = new System.Drawing.Size(99, 20);
            this.dtSeed.TabIndex = 358;
            this.dtSeed.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
            // 
            // txtMaxHour
            // 
            this.txtMaxHour.Enabled = false;
            this.txtMaxHour.Hex = false;
            this.txtMaxHour.Location = new System.Drawing.Point(50, 42);
            this.txtMaxHour.Mask = "00";
            this.txtMaxHour.Name = "txtMaxHour";
            this.txtMaxHour.Size = new System.Drawing.Size(24, 20);
            this.txtMaxHour.TabIndex = 359;
            this.txtMaxHour.Text = "0";
            // 
            // labelCapMinMaxFrame
            // 
            this.labelCapMinMaxFrame.AutoSize = true;
            this.labelCapMinMaxFrame.Location = new System.Drawing.Point(220, 6);
            this.labelCapMinMaxFrame.Name = "labelCapMinMaxFrame";
            this.labelCapMinMaxFrame.Size = new System.Drawing.Size(87, 13);
            this.labelCapMinMaxFrame.TabIndex = 366;
            this.labelCapMinMaxFrame.Text = "Min / Max Frame";
            // 
            // txtCapMaxFrame
            // 
            this.txtCapMaxFrame.Hex = false;
            this.txtCapMaxFrame.Location = new System.Drawing.Point(267, 21);
            this.txtCapMaxFrame.Mask = "0000000000";
            this.txtCapMaxFrame.Name = "txtCapMaxFrame";
            this.txtCapMaxFrame.Size = new System.Drawing.Size(44, 20);
            this.txtCapMaxFrame.TabIndex = 365;
            this.txtCapMaxFrame.Text = "1000";
            // 
            // txtCapMinFrame
            // 
            this.txtCapMinFrame.Hex = false;
            this.txtCapMinFrame.Location = new System.Drawing.Point(217, 21);
            this.txtCapMinFrame.Mask = "0000000000";
            this.txtCapMinFrame.Name = "txtCapMinFrame";
            this.txtCapMinFrame.Size = new System.Drawing.Size(44, 20);
            this.txtCapMinFrame.TabIndex = 364;
            this.txtCapMinFrame.Text = "1";
            // 
            // ivFiltersCapture
            // 
            this.ivFiltersCapture.Location = new System.Drawing.Point(335, 6);
            this.ivFiltersCapture.Name = "ivFiltersCapture";
            this.ivFiltersCapture.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersCapture.TabIndex = 357;
            // 
            // cbCapGender
            // 
            this.cbCapGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbCapGender.ForeColor = System.Drawing.Color.Black;
            this.cbCapGender.FormattingEnabled = true;
            this.cbCapGender.Items.AddRange(new object[] {
            "Any",
            "Male",
            "Female"});
            this.cbCapGender.Location = new System.Drawing.Point(725, 90);
            this.cbCapGender.MaxDropDownItems = 3;
            this.cbCapGender.Name = "cbCapGender";
            this.cbCapGender.ShineColor = System.Drawing.SystemColors.Window;
            this.cbCapGender.Size = new System.Drawing.Size(176, 21);
            this.cbCapGender.TabIndex = 341;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(680, 93);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(42, 13);
            this.label7.TabIndex = 355;
            this.label7.Text = "Gender";
            // 
            // dgvCapValues
            // 
            this.dgvCapValues.AllowUserToAddRows = false;
            this.dgvCapValues.AllowUserToDeleteRows = false;
            this.dgvCapValues.AllowUserToResizeRows = false;
            this.dgvCapValues.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.dgvCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
            this.dgvCapValues.ColumnHeadersHeight = 20;
            this.dgvCapValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgvCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.SeedTime,
            this.CapNumber,
            this.Offset,
            this.FrameTime,
            this.EncounterSlot,
            this.PID,
            this.Shiny,
            this.cNature,
            this.Ability,
            this.CapHP,
            this.CapAtk,
            this.CapDef,
            this.CapSpA,
            this.CapSpD,
            this.CapSpe,
            this.HiddenPower,
            this.HiddenPowerPower,
            this.f50,
            this.f125,
            this.f25,
            this.f75});
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvCapValues.DefaultCellStyle = dataGridViewCellStyle15;
            this.dgvCapValues.Location = new System.Drawing.Point(0, 189);
            this.dgvCapValues.MultiSelect = false;
            this.dgvCapValues.Name = "dgvCapValues";
            this.dgvCapValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvCapValues.RowHeadersDefaultCellStyle = dataGridViewCellStyle16;
            this.dgvCapValues.RowHeadersVisible = false;
            this.dgvCapValues.RowTemplate.Height = 20;
            this.dgvCapValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvCapValues.ShowCellErrors = false;
            this.dgvCapValues.ShowCellToolTips = false;
            this.dgvCapValues.ShowEditingIcon = false;
            this.dgvCapValues.ShowRowErrors = false;
            this.dgvCapValues.Size = new System.Drawing.Size(945, 303);
            this.dgvCapValues.TabIndex = 336;
            // 
            // SeedTime
            // 
            this.SeedTime.DataPropertyName = "SeedTime";
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.SeedTime.DefaultCellStyle = dataGridViewCellStyle13;
            this.SeedTime.FillWeight = 110F;
            this.SeedTime.HeaderText = "Seed Time";
            this.SeedTime.Name = "SeedTime";
            this.SeedTime.ReadOnly = true;
            this.SeedTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.SeedTime.Width = 65;
            // 
            // CapNumber
            // 
            this.CapNumber.DataPropertyName = "Number";
            this.CapNumber.HeaderText = "Frame";
            this.CapNumber.Name = "CapNumber";
            this.CapNumber.ReadOnly = true;
            this.CapNumber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapNumber.Width = 45;
            // 
            // Offset
            // 
            this.Offset.DataPropertyName = "Offset";
            this.Offset.HeaderText = "Occidentary";
            this.Offset.Name = "Offset";
            this.Offset.ReadOnly = true;
            // 
            // FrameTime
            // 
            this.FrameTime.DataPropertyName = "FrameTime";
            this.FrameTime.HeaderText = "Frame Time";
            this.FrameTime.Name = "FrameTime";
            this.FrameTime.ReadOnly = true;
            // 
            // EncounterSlot
            // 
            this.EncounterSlot.DataPropertyName = "EncounterSlot";
            this.EncounterSlot.FillWeight = 50F;
            this.EncounterSlot.HeaderText = "Encounter Slot";
            this.EncounterSlot.Name = "EncounterSlot";
            this.EncounterSlot.ReadOnly = true;
            this.EncounterSlot.Width = 85;
            // 
            // PID
            // 
            this.PID.DataPropertyName = "Pid";
            dataGridViewCellStyle14.Font = new System.Drawing.Font("Consolas", 8.75F);
            dataGridViewCellStyle14.Format = "X8";
            this.PID.DefaultCellStyle = dataGridViewCellStyle14;
            this.PID.HeaderText = "PID";
            this.PID.Name = "PID";
            this.PID.ReadOnly = true;
            this.PID.Width = 70;
            // 
            // Shiny
            // 
            this.Shiny.DataPropertyName = "ShinyDisplay";
            this.Shiny.HeaderText = "!!!";
            this.Shiny.Name = "Shiny";
            this.Shiny.ReadOnly = true;
            this.Shiny.Width = 20;
            // 
            // cNature
            // 
            this.cNature.DataPropertyName = "Nature";
            this.cNature.HeaderText = "Nature";
            this.cNature.Name = "cNature";
            this.cNature.ReadOnly = true;
            this.cNature.Width = 65;
            // 
            // Ability
            // 
            this.Ability.DataPropertyName = "Ability";
            this.Ability.HeaderText = "Ability";
            this.Ability.Name = "Ability";
            this.Ability.ReadOnly = true;
            this.Ability.Width = 40;
            // 
            // CapHP
            // 
            this.CapHP.DataPropertyName = "Hp";
            this.CapHP.HeaderText = "HP";
            this.CapHP.Name = "CapHP";
            this.CapHP.ReadOnly = true;
            this.CapHP.Width = 30;
            // 
            // CapAtk
            // 
            this.CapAtk.DataPropertyName = "Atk";
            this.CapAtk.HeaderText = "Atk";
            this.CapAtk.Name = "CapAtk";
            this.CapAtk.ReadOnly = true;
            this.CapAtk.Width = 30;
            // 
            // CapDef
            // 
            this.CapDef.DataPropertyName = "Def";
            this.CapDef.HeaderText = "Def";
            this.CapDef.Name = "CapDef";
            this.CapDef.ReadOnly = true;
            this.CapDef.Width = 30;
            // 
            // CapSpA
            // 
            this.CapSpA.DataPropertyName = "SpA";
            this.CapSpA.HeaderText = "SpA";
            this.CapSpA.Name = "CapSpA";
            this.CapSpA.ReadOnly = true;
            this.CapSpA.Width = 30;
            // 
            // CapSpD
            // 
            this.CapSpD.DataPropertyName = "SpD";
            this.CapSpD.HeaderText = "SpD";
            this.CapSpD.Name = "CapSpD";
            this.CapSpD.ReadOnly = true;
            this.CapSpD.Width = 30;
            // 
            // CapSpe
            // 
            this.CapSpe.DataPropertyName = "Spe";
            this.CapSpe.HeaderText = "Spe";
            this.CapSpe.Name = "CapSpe";
            this.CapSpe.ReadOnly = true;
            this.CapSpe.Width = 30;
            // 
            // HiddenPower
            // 
            this.HiddenPower.DataPropertyName = "HiddenPowerType";
            this.HiddenPower.HeaderText = "Hidden";
            this.HiddenPower.Name = "HiddenPower";
            this.HiddenPower.ReadOnly = true;
            this.HiddenPower.Width = 50;
            // 
            // HiddenPowerPower
            // 
            this.HiddenPowerPower.DataPropertyName = "HiddenPowerPower";
            this.HiddenPowerPower.HeaderText = "Power";
            this.HiddenPowerPower.Name = "HiddenPowerPower";
            this.HiddenPowerPower.ReadOnly = true;
            this.HiddenPowerPower.Width = 50;
            // 
            // f50
            // 
            this.f50.DataPropertyName = "Female50";
            this.f50.HeaderText = "50% F";
            this.f50.Name = "f50";
            this.f50.ReadOnly = true;
            this.f50.Width = 50;
            // 
            // f125
            // 
            this.f125.DataPropertyName = "Female125";
            this.f125.HeaderText = "12.5%F";
            this.f125.Name = "f125";
            this.f125.ReadOnly = true;
            this.f125.Width = 50;
            // 
            // f25
            // 
            this.f25.DataPropertyName = "Female25";
            this.f25.HeaderText = "25% F";
            this.f25.Name = "f25";
            this.f25.ReadOnly = true;
            this.f25.Width = 50;
            // 
            // f75
            // 
            this.f75.DataPropertyName = "Female75";
            this.f75.HeaderText = "75% F";
            this.f75.Name = "f75";
            this.f75.ReadOnly = true;
            this.f75.Width = 50;
            // 
            // btnAnySlot
            // 
            this.btnAnySlot.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnAnySlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.btnAnySlot.ForeColor = System.Drawing.Color.Black;
            this.btnAnySlot.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnAnySlot.Location = new System.Drawing.Point(287, 130);
            this.btnAnySlot.Margin = new System.Windows.Forms.Padding(0);
            this.btnAnySlot.Name = "btnAnySlot";
            this.btnAnySlot.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnAnySlot.ShineColor = System.Drawing.SystemColors.Window;
            this.btnAnySlot.Size = new System.Drawing.Size(41, 22);
            this.btnAnySlot.TabIndex = 334;
            this.btnAnySlot.Text = "Any";
            this.btnAnySlot.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnAnySlot.Click += new System.EventHandler(this.btnAnySlot_Click);
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(48, 136);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(77, 13);
            this.label54.TabIndex = 353;
            this.label54.Text = "Encounter Slot";
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbEncounterType
            // 
            this.cbEncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEncounterType.ForeColor = System.Drawing.Color.Black;
            this.cbEncounterType.FormattingEnabled = true;
            this.cbEncounterType.Items.AddRange(new object[] {
            "Stationary\\Gift Pokémon"});
            this.cbEncounterType.Location = new System.Drawing.Point(128, 108);
            this.cbEncounterType.Name = "cbEncounterType";
            this.cbEncounterType.ShineColor = System.Drawing.SystemColors.Window;
            this.cbEncounterType.Size = new System.Drawing.Size(156, 21);
            this.cbEncounterType.TabIndex = 332;
            // 
            // cbEncounterSlot
            // 
            this.cbEncounterSlot.BlankText = "Any";
            checkBoxProperties3.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbEncounterSlot.CheckBoxProperties = checkBoxProperties3;
            this.cbEncounterSlot.DisplayMemberSingleItem = "";
            this.cbEncounterSlot.DropDownHeight = 310;
            this.cbEncounterSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbEncounterSlot.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbEncounterSlot.FormattingEnabled = true;
            this.cbEncounterSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11"});
            this.cbEncounterSlot.Location = new System.Drawing.Point(128, 131);
            this.cbEncounterSlot.Name = "cbEncounterSlot";
            this.cbEncounterSlot.Size = new System.Drawing.Size(156, 21);
            this.cbEncounterSlot.TabIndex = 333;
            this.cbEncounterSlot.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(43, 113);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(83, 13);
            this.label52.TabIndex = 354;
            this.label52.Text = "Encounter Type";
            this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cbMethod
            // 
            this.cbMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMethod.ForeColor = System.Drawing.Color.Black;
            this.cbMethod.FormattingEnabled = true;
            this.cbMethod.Location = new System.Drawing.Point(128, 85);
            this.cbMethod.Name = "cbMethod";
            this.cbMethod.ShineColor = System.Drawing.SystemColors.Window;
            this.cbMethod.Size = new System.Drawing.Size(156, 21);
            this.cbMethod.TabIndex = 331;
            this.cbMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(82, 89);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(43, 13);
            this.label30.TabIndex = 352;
            this.label30.Text = "Method";
            this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // btnCapGenerate
            // 
            this.btnCapGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnCapGenerate.ForeColor = System.Drawing.Color.Black;
            this.btnCapGenerate.Location = new System.Drawing.Point(23, 157);
            this.btnCapGenerate.Name = "btnCapGenerate";
            this.btnCapGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnCapGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.btnCapGenerate.Size = new System.Drawing.Size(73, 23);
            this.btnCapGenerate.TabIndex = 335;
            this.btnCapGenerate.Text = "Generate";
            this.btnCapGenerate.Click += new System.EventHandler(this.buttonCapGenerate_Click);
            // 
            // btnClearNatures
            // 
            this.btnClearNatures.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnClearNatures.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.btnClearNatures.ForeColor = System.Drawing.Color.Black;
            this.btnClearNatures.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnClearNatures.Location = new System.Drawing.Point(904, 8);
            this.btnClearNatures.Margin = new System.Windows.Forms.Padding(0);
            this.btnClearNatures.Name = "btnClearNatures";
            this.btnClearNatures.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnClearNatures.ShineColor = System.Drawing.SystemColors.Window;
            this.btnClearNatures.Size = new System.Drawing.Size(41, 22);
            this.btnClearNatures.TabIndex = 339;
            this.btnClearNatures.Text = "Any";
            this.btnClearNatures.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnClearNatures.Click += new System.EventHandler(this.btnClearNatures_Click);
            // 
            // lblID
            // 
            this.lblID.AutoSize = true;
            this.lblID.Location = new System.Drawing.Point(724, 116);
            this.lblID.Name = "lblID";
            this.lblID.Size = new System.Drawing.Size(18, 13);
            this.lblID.TabIndex = 347;
            this.lblID.Text = "ID";
            this.lblID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbAbility
            // 
            this.cbAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAbility.ForeColor = System.Drawing.Color.Black;
            this.cbAbility.FormattingEnabled = true;
            this.cbAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.cbAbility.Location = new System.Drawing.Point(725, 36);
            this.cbAbility.Name = "cbAbility";
            this.cbAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.cbAbility.Size = new System.Drawing.Size(67, 21);
            this.cbAbility.TabIndex = 340;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(778, 116);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(25, 13);
            this.label9.TabIndex = 348;
            this.label9.Text = "SID";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(688, 40);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(34, 13);
            this.label10.TabIndex = 346;
            this.label10.Text = "Ability";
            // 
            // chkShinyOnly
            // 
            this.chkShinyOnly.AutoSize = true;
            this.chkShinyOnly.Location = new System.Drawing.Point(715, 155);
            this.chkShinyOnly.Name = "chkShinyOnly";
            this.chkShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.chkShinyOnly.TabIndex = 345;
            this.chkShinyOnly.Text = "Shiny Only";
            this.chkShinyOnly.UseVisualStyleBackColor = true;
            // 
            // txtID
            // 
            this.txtID.Hex = false;
            this.txtID.Location = new System.Drawing.Point(715, 130);
            this.txtID.Mask = "00000";
            this.txtID.Name = "txtID";
            this.txtID.Size = new System.Drawing.Size(48, 20);
            this.txtID.TabIndex = 343;
            this.txtID.Text = "0";
            this.txtID.ValidatingType = typeof(int);
            // 
            // txtSID
            // 
            this.txtSID.Hex = false;
            this.txtSID.Location = new System.Drawing.Point(769, 130);
            this.txtSID.Mask = "00000";
            this.txtSID.Name = "txtSID";
            this.txtSID.Size = new System.Drawing.Size(48, 20);
            this.txtSID.TabIndex = 344;
            this.txtSID.Text = "0";
            this.txtSID.ValidatingType = typeof(int);
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(685, 13);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(39, 13);
            this.label21.TabIndex = 337;
            this.label21.Text = "Nature";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbNature
            // 
            this.cbNature.BlankText = "Any";
            checkBoxProperties4.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbNature.CheckBoxProperties = checkBoxProperties4;
            this.cbNature.DisplayMemberSingleItem = "";
            this.cbNature.DropDownHeight = 300;
            this.cbNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbNature.FormattingEnabled = true;
            this.cbNature.Location = new System.Drawing.Point(725, 9);
            this.cbNature.Name = "cbNature";
            this.cbNature.Size = new System.Drawing.Size(176, 21);
            this.cbNature.TabIndex = 338;
            // 
            // tabPageColoXD
            // 
            this.tabPageColoXD.Controls.Add(this.groupBox2);
            this.tabPageColoXD.Controls.Add(this.groupBox1);
            this.tabPageColoXD.Location = new System.Drawing.Point(4, 22);
            this.tabPageColoXD.Name = "tabPageColoXD";
            this.tabPageColoXD.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageColoXD.Size = new System.Drawing.Size(948, 498);
            this.tabPageColoXD.TabIndex = 5;
            this.tabPageColoXD.Text = "XD Capture";
            this.tabPageColoXD.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lblCurrentTickAlt);
            this.groupBox2.Controls.Add(this.lblCurrentTick);
            this.groupBox2.Controls.Add(this.button5);
            this.groupBox2.Controls.Add(this.btnGetCurrentTick);
            this.groupBox2.Controls.Add(this.comboBox4);
            this.groupBox2.Controls.Add(this.label91);
            this.groupBox2.Controls.Add(this.maskedTextBox27);
            this.groupBox2.Controls.Add(this.radioButton4);
            this.groupBox2.Controls.Add(this.radioButton6);
            this.groupBox2.Controls.Add(this.maskedTextBox29);
            this.groupBox2.Controls.Add(this.maskedTextBox214);
            this.groupBox2.Controls.Add(this.maskedTextBox216);
            this.groupBox2.Controls.Add(this.maskedTextBox217);
            this.groupBox2.Controls.Add(this.maskedTextBox218);
            this.groupBox2.Controls.Add(this.maskedTextBox219);
            this.groupBox2.Controls.Add(this.label98);
            this.groupBox2.Controls.Add(this.label100);
            this.groupBox2.Controls.Add(this.label102);
            this.groupBox2.Controls.Add(this.label103);
            this.groupBox2.Controls.Add(this.label104);
            this.groupBox2.Controls.Add(this.label105);
            this.groupBox2.Controls.Add(this.maskedTextBox220);
            this.groupBox2.Controls.Add(this.maskedTextBox221);
            this.groupBox2.Controls.Add(this.maskedTextBox222);
            this.groupBox2.Controls.Add(this.dataGridViewXDSearch);
            this.groupBox2.Controls.Add(this.maskedTextBox223);
            this.groupBox2.Controls.Add(this.button11);
            this.groupBox2.Controls.Add(this.maskedTextBox224);
            this.groupBox2.Controls.Add(this.label106);
            this.groupBox2.Controls.Add(this.label107);
            this.groupBox2.Controls.Add(this.label108);
            this.groupBox2.Controls.Add(this.comboBox8);
            this.groupBox2.Location = new System.Drawing.Point(6, 259);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(936, 232);
            this.groupBox2.TabIndex = 305;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Spread Search";
            // 
            // lblCurrentTickAlt
            // 
            this.lblCurrentTickAlt.AutoSize = true;
            this.lblCurrentTickAlt.Location = new System.Drawing.Point(408, 208);
            this.lblCurrentTickAlt.Name = "lblCurrentTickAlt";
            this.lblCurrentTickAlt.Size = new System.Drawing.Size(43, 13);
            this.lblCurrentTickAlt.TabIndex = 304;
            this.lblCurrentTickAlt.Text = "Tick 2: ";
            this.lblCurrentTickAlt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblCurrentTick
            // 
            this.lblCurrentTick.AutoSize = true;
            this.lblCurrentTick.Location = new System.Drawing.Point(238, 208);
            this.lblCurrentTick.Name = "lblCurrentTick";
            this.lblCurrentTick.Size = new System.Drawing.Size(34, 13);
            this.lblCurrentTick.TabIndex = 303;
            this.lblCurrentTick.Text = "Tick: ";
            this.lblCurrentTick.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.AntiqueWhite;
            this.button5.Enabled = false;
            this.button5.ForeColor = System.Drawing.Color.Black;
            this.button5.Location = new System.Drawing.Point(126, 203);
            this.button5.Name = "button5";
            this.button5.OuterBorderColor = System.Drawing.Color.Transparent;
            this.button5.ShineColor = System.Drawing.SystemColors.Window;
            this.button5.Size = new System.Drawing.Size(106, 23);
            this.button5.TabIndex = 302;
            this.button5.Text = "Start Timer";
            // 
            // btnGetCurrentTick
            // 
            this.btnGetCurrentTick.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnGetCurrentTick.ForeColor = System.Drawing.Color.Black;
            this.btnGetCurrentTick.Location = new System.Drawing.Point(15, 203);
            this.btnGetCurrentTick.Name = "btnGetCurrentTick";
            this.btnGetCurrentTick.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnGetCurrentTick.ShineColor = System.Drawing.SystemColors.Window;
            this.btnGetCurrentTick.Size = new System.Drawing.Size(106, 23);
            this.btnGetCurrentTick.TabIndex = 301;
            this.btnGetCurrentTick.Text = "Get Current Tick";
            this.btnGetCurrentTick.Click += new System.EventHandler(this.btnGetCurrentTick_Click);
            // 
            // comboBox4
            // 
            this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox4.ForeColor = System.Drawing.Color.Black;
            this.comboBox4.FormattingEnabled = true;
            this.comboBox4.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBox4.Location = new System.Drawing.Point(528, 51);
            this.comboBox4.Name = "comboBox4";
            this.comboBox4.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBox4.Size = new System.Drawing.Size(63, 21);
            this.comboBox4.TabIndex = 69;
            // 
            // label91
            // 
            this.label91.AutoSize = true;
            this.label91.Location = new System.Drawing.Point(488, 55);
            this.label91.Name = "label91";
            this.label91.Size = new System.Drawing.Size(34, 13);
            this.label91.TabIndex = 70;
            this.label91.Text = "Ability";
            // 
            // maskedTextBox27
            // 
            this.maskedTextBox27.Hex = false;
            this.maskedTextBox27.Location = new System.Drawing.Point(332, 51);
            this.maskedTextBox27.Mask = "00";
            this.maskedTextBox27.Name = "maskedTextBox27";
            this.maskedTextBox27.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox27.TabIndex = 278;
            this.maskedTextBox27.ValidatingType = typeof(int);
            // 
            // radioButton4
            // 
            this.radioButton4.AutoSize = true;
            this.radioButton4.Enabled = false;
            this.radioButton4.Location = new System.Drawing.Point(701, 49);
            this.radioButton4.Name = "radioButton4";
            this.radioButton4.Size = new System.Drawing.Size(200, 17);
            this.radioButton4.TabIndex = 284;
            this.radioButton4.Text = "Snagged Pokémon (with nature lock)";
            this.radioButton4.UseVisualStyleBackColor = true;
            // 
            // radioButton6
            // 
            this.radioButton6.AutoSize = true;
            this.radioButton6.Checked = true;
            this.radioButton6.Location = new System.Drawing.Point(701, 34);
            this.radioButton6.Name = "radioButton6";
            this.radioButton6.Size = new System.Drawing.Size(180, 17);
            this.radioButton6.TabIndex = 282;
            this.radioButton6.TabStop = true;
            this.radioButton6.Text = "Snagged Pokémon (first position)";
            this.radioButton6.UseVisualStyleBackColor = true;
            // 
            // maskedTextBox29
            // 
            this.maskedTextBox29.Hex = false;
            this.maskedTextBox29.Location = new System.Drawing.Point(172, 29);
            this.maskedTextBox29.Mask = "00";
            this.maskedTextBox29.Name = "maskedTextBox29";
            this.maskedTextBox29.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox29.TabIndex = 257;
            // 
            // maskedTextBox214
            // 
            this.maskedTextBox214.Hex = false;
            this.maskedTextBox214.Location = new System.Drawing.Point(292, 29);
            this.maskedTextBox214.Mask = "00";
            this.maskedTextBox214.Name = "maskedTextBox214";
            this.maskedTextBox214.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox214.TabIndex = 260;
            this.maskedTextBox214.ValidatingType = typeof(int);
            // 
            // maskedTextBox216
            // 
            this.maskedTextBox216.Hex = false;
            this.maskedTextBox216.Location = new System.Drawing.Point(332, 29);
            this.maskedTextBox216.Mask = "00";
            this.maskedTextBox216.Name = "maskedTextBox216";
            this.maskedTextBox216.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox216.TabIndex = 261;
            this.maskedTextBox216.ValidatingType = typeof(int);
            // 
            // maskedTextBox217
            // 
            this.maskedTextBox217.Hex = false;
            this.maskedTextBox217.Location = new System.Drawing.Point(372, 29);
            this.maskedTextBox217.Mask = "00";
            this.maskedTextBox217.Name = "maskedTextBox217";
            this.maskedTextBox217.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox217.TabIndex = 262;
            this.maskedTextBox217.ValidatingType = typeof(int);
            // 
            // maskedTextBox218
            // 
            this.maskedTextBox218.Hex = false;
            this.maskedTextBox218.Location = new System.Drawing.Point(212, 29);
            this.maskedTextBox218.Mask = "00";
            this.maskedTextBox218.Name = "maskedTextBox218";
            this.maskedTextBox218.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox218.TabIndex = 258;
            this.maskedTextBox218.ValidatingType = typeof(int);
            // 
            // maskedTextBox219
            // 
            this.maskedTextBox219.Hex = false;
            this.maskedTextBox219.Location = new System.Drawing.Point(252, 29);
            this.maskedTextBox219.Mask = "00";
            this.maskedTextBox219.Name = "maskedTextBox219";
            this.maskedTextBox219.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox219.TabIndex = 259;
            this.maskedTextBox219.ValidatingType = typeof(int);
            // 
            // label98
            // 
            this.label98.AutoSize = true;
            this.label98.Location = new System.Drawing.Point(169, 12);
            this.label98.Name = "label98";
            this.label98.Size = new System.Drawing.Size(22, 13);
            this.label98.TabIndex = 263;
            this.label98.Text = "HP";
            this.label98.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label100
            // 
            this.label100.AutoSize = true;
            this.label100.Location = new System.Drawing.Point(209, 12);
            this.label100.Name = "label100";
            this.label100.Size = new System.Drawing.Size(23, 13);
            this.label100.TabIndex = 264;
            this.label100.Text = "Atk";
            this.label100.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label102
            // 
            this.label102.AutoSize = true;
            this.label102.Location = new System.Drawing.Point(249, 12);
            this.label102.Name = "label102";
            this.label102.Size = new System.Drawing.Size(24, 13);
            this.label102.TabIndex = 265;
            this.label102.Text = "Def";
            this.label102.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label103
            // 
            this.label103.AutoSize = true;
            this.label103.Location = new System.Drawing.Point(289, 12);
            this.label103.Name = "label103";
            this.label103.Size = new System.Drawing.Size(27, 13);
            this.label103.TabIndex = 266;
            this.label103.Text = "SpA";
            this.label103.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label104
            // 
            this.label104.AutoSize = true;
            this.label104.Location = new System.Drawing.Point(329, 12);
            this.label104.Name = "label104";
            this.label104.Size = new System.Drawing.Size(28, 13);
            this.label104.TabIndex = 267;
            this.label104.Text = "SpD";
            this.label104.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label105
            // 
            this.label105.AutoSize = true;
            this.label105.Location = new System.Drawing.Point(369, 12);
            this.label105.Name = "label105";
            this.label105.Size = new System.Drawing.Size(26, 13);
            this.label105.TabIndex = 268;
            this.label105.Text = "Spe";
            this.label105.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBox220
            // 
            this.maskedTextBox220.Hex = false;
            this.maskedTextBox220.Location = new System.Drawing.Point(172, 51);
            this.maskedTextBox220.Mask = "00";
            this.maskedTextBox220.Name = "maskedTextBox220";
            this.maskedTextBox220.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox220.TabIndex = 274;
            // 
            // maskedTextBox221
            // 
            this.maskedTextBox221.Hex = false;
            this.maskedTextBox221.Location = new System.Drawing.Point(292, 51);
            this.maskedTextBox221.Mask = "00";
            this.maskedTextBox221.Name = "maskedTextBox221";
            this.maskedTextBox221.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox221.TabIndex = 277;
            this.maskedTextBox221.ValidatingType = typeof(int);
            // 
            // maskedTextBox222
            // 
            this.maskedTextBox222.Hex = false;
            this.maskedTextBox222.Location = new System.Drawing.Point(372, 51);
            this.maskedTextBox222.Mask = "00";
            this.maskedTextBox222.Name = "maskedTextBox222";
            this.maskedTextBox222.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox222.TabIndex = 279;
            this.maskedTextBox222.ValidatingType = typeof(int);
            // 
            // dataGridViewXDSearch
            // 
            this.dataGridViewXDSearch.AllowUserToAddRows = false;
            this.dataGridViewXDSearch.AllowUserToDeleteRows = false;
            this.dataGridViewXDSearch.AllowUserToResizeRows = false;
            this.dataGridViewXDSearch.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)));
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewXDSearch.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
            this.dataGridViewXDSearch.ColumnHeadersHeight = 20;
            this.dataGridViewXDSearch.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11,
            this.dataGridViewTextBoxColumn12,
            this.dataGridViewTextBoxColumn13,
            this.dataGridViewTextBoxColumn14,
            this.dataGridViewTextBoxColumn15,
            this.dataGridViewTextBoxColumn16,
            this.dataGridViewTextBoxColumn17});
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewXDSearch.DefaultCellStyle = dataGridViewCellStyle18;
            this.dataGridViewXDSearch.Location = new System.Drawing.Point(15, 81);
            this.dataGridViewXDSearch.MultiSelect = false;
            this.dataGridViewXDSearch.Name = "dataGridViewXDSearch";
            this.dataGridViewXDSearch.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewXDSearch.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
            this.dataGridViewXDSearch.RowHeadersVisible = false;
            this.dataGridViewXDSearch.RowTemplate.Height = 20;
            this.dataGridViewXDSearch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewXDSearch.ShowCellErrors = false;
            this.dataGridViewXDSearch.ShowCellToolTips = false;
            this.dataGridViewXDSearch.ShowEditingIcon = false;
            this.dataGridViewXDSearch.ShowRowErrors = false;
            this.dataGridViewXDSearch.Size = new System.Drawing.Size(886, 113);
            this.dataGridViewXDSearch.TabIndex = 270;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "Seed";
            this.dataGridViewTextBoxColumn1.FillWeight = 110F;
            this.dataGridViewTextBoxColumn1.HeaderText = "Seed";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.Width = 70;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "Pid";
            this.dataGridViewTextBoxColumn2.HeaderText = "PID";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 70;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "Ticks";
            this.dataGridViewTextBoxColumn3.HeaderText = "Ticks";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "Time";
            this.dataGridViewTextBoxColumn5.HeaderText = "Time (s)";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "Nature";
            this.dataGridViewTextBoxColumn6.HeaderText = "Nature";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            this.dataGridViewTextBoxColumn6.Width = 75;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "DisplayHp";
            this.dataGridViewTextBoxColumn8.HeaderText = "HP";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            this.dataGridViewTextBoxColumn8.Width = 30;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "DisplayAtk";
            this.dataGridViewTextBoxColumn9.HeaderText = "Atk";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.Width = 30;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "DisplayDef";
            this.dataGridViewTextBoxColumn10.HeaderText = "Def";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            this.dataGridViewTextBoxColumn10.Width = 30;
            // 
            // dataGridViewTextBoxColumn11
            // 
            this.dataGridViewTextBoxColumn11.DataPropertyName = "DisplaySpa";
            this.dataGridViewTextBoxColumn11.HeaderText = "SpA";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            this.dataGridViewTextBoxColumn11.Width = 30;
            // 
            // dataGridViewTextBoxColumn12
            // 
            this.dataGridViewTextBoxColumn12.DataPropertyName = "DisplaySpd";
            this.dataGridViewTextBoxColumn12.HeaderText = "SpD";
            this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
            this.dataGridViewTextBoxColumn12.ReadOnly = true;
            this.dataGridViewTextBoxColumn12.Width = 30;
            // 
            // dataGridViewTextBoxColumn13
            // 
            this.dataGridViewTextBoxColumn13.DataPropertyName = "DisplaySpe";
            this.dataGridViewTextBoxColumn13.HeaderText = "Spe";
            this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
            this.dataGridViewTextBoxColumn13.ReadOnly = true;
            this.dataGridViewTextBoxColumn13.Width = 30;
            // 
            // dataGridViewTextBoxColumn14
            // 
            this.dataGridViewTextBoxColumn14.DataPropertyName = "Female50";
            this.dataGridViewTextBoxColumn14.HeaderText = "50%";
            this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
            this.dataGridViewTextBoxColumn14.ReadOnly = true;
            this.dataGridViewTextBoxColumn14.Width = 40;
            // 
            // dataGridViewTextBoxColumn15
            // 
            this.dataGridViewTextBoxColumn15.DataPropertyName = "Female125";
            this.dataGridViewTextBoxColumn15.HeaderText = "12.5%";
            this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
            this.dataGridViewTextBoxColumn15.ReadOnly = true;
            this.dataGridViewTextBoxColumn15.Width = 40;
            // 
            // dataGridViewTextBoxColumn16
            // 
            this.dataGridViewTextBoxColumn16.DataPropertyName = "Female25";
            this.dataGridViewTextBoxColumn16.HeaderText = "25%";
            this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
            this.dataGridViewTextBoxColumn16.ReadOnly = true;
            this.dataGridViewTextBoxColumn16.Width = 40;
            // 
            // dataGridViewTextBoxColumn17
            // 
            this.dataGridViewTextBoxColumn17.DataPropertyName = "Female75";
            this.dataGridViewTextBoxColumn17.HeaderText = "75%";
            this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
            this.dataGridViewTextBoxColumn17.ReadOnly = true;
            this.dataGridViewTextBoxColumn17.Width = 40;
            // 
            // maskedTextBox223
            // 
            this.maskedTextBox223.Hex = false;
            this.maskedTextBox223.Location = new System.Drawing.Point(212, 51);
            this.maskedTextBox223.Mask = "00";
            this.maskedTextBox223.Name = "maskedTextBox223";
            this.maskedTextBox223.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox223.TabIndex = 275;
            this.maskedTextBox223.ValidatingType = typeof(int);
            // 
            // button11
            // 
            this.button11.BackColor = System.Drawing.Color.AntiqueWhite;
            this.button11.Enabled = false;
            this.button11.ForeColor = System.Drawing.Color.Black;
            this.button11.Location = new System.Drawing.Point(15, 26);
            this.button11.Name = "button11";
            this.button11.OuterBorderColor = System.Drawing.Color.Transparent;
            this.button11.ShineColor = System.Drawing.SystemColors.Window;
            this.button11.Size = new System.Drawing.Size(106, 23);
            this.button11.TabIndex = 269;
            this.button11.Text = "Search Spreads";
            // 
            // maskedTextBox224
            // 
            this.maskedTextBox224.Hex = false;
            this.maskedTextBox224.Location = new System.Drawing.Point(252, 51);
            this.maskedTextBox224.Mask = "00";
            this.maskedTextBox224.Name = "maskedTextBox224";
            this.maskedTextBox224.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBox224.TabIndex = 276;
            this.maskedTextBox224.ValidatingType = typeof(int);
            // 
            // label106
            // 
            this.label106.AutoSize = true;
            this.label106.Location = new System.Drawing.Point(144, 54);
            this.label106.Name = "label106";
            this.label106.Size = new System.Drawing.Size(27, 13);
            this.label106.TabIndex = 281;
            this.label106.Text = "Max";
            this.label106.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label107
            // 
            this.label107.AutoSize = true;
            this.label107.Location = new System.Drawing.Point(483, 31);
            this.label107.Name = "label107";
            this.label107.Size = new System.Drawing.Size(39, 13);
            this.label107.TabIndex = 271;
            this.label107.Text = "Nature";
            this.label107.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label108
            // 
            this.label108.AutoSize = true;
            this.label108.Location = new System.Drawing.Point(144, 32);
            this.label108.Name = "label108";
            this.label108.Size = new System.Drawing.Size(24, 13);
            this.label108.TabIndex = 280;
            this.label108.Text = "Min";
            this.label108.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBox8
            // 
            this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox8.ForeColor = System.Drawing.Color.Black;
            this.comboBox8.FormattingEnabled = true;
            this.comboBox8.Items.AddRange(new object[] {
            "Hardy",
            "Lonely",
            "Brave",
            "Adamant",
            "Naughty",
            "Bold",
            "Docile",
            "Relaxed",
            "Impish",
            "Lax",
            "Timid",
            "Hasty",
            "Serious",
            "Jolly",
            "Naive",
            "Modest",
            "Mild",
            "Quiet",
            "Bashful",
            "Rash",
            "Calm",
            "Gentle",
            "Sassy",
            "Careful",
            "Quirky"});
            this.comboBox8.Location = new System.Drawing.Point(528, 28);
            this.comboBox8.Name = "comboBox8";
            this.comboBox8.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBox8.Size = new System.Drawing.Size(112, 21);
            this.comboBox8.TabIndex = 272;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label90);
            this.groupBox1.Controls.Add(this.textBoxXDNature);
            this.groupBox1.Controls.Add(this.buttonXDTickReset);
            this.groupBox1.Controls.Add(this.label89);
            this.groupBox1.Controls.Add(this.label81);
            this.groupBox1.Controls.Add(this.btnSetGCTick);
            this.groupBox1.Controls.Add(this.buttonXDSetStats);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxSpD);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDDef);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinHP);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDAtk);
            this.groupBox1.Controls.Add(this.comboBoxGenderXD);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDSpe);
            this.groupBox1.Controls.Add(this.label88);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDSpd);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDSpa);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinSpA);
            this.groupBox1.Controls.Add(this.maskedTextBoxXDHp);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinSpD);
            this.groupBox1.Controls.Add(this.label82);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinSpe);
            this.groupBox1.Controls.Add(this.label83);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinAtk);
            this.groupBox1.Controls.Add(this.label84);
            this.groupBox1.Controls.Add(this.maskedTextBoxMinDef);
            this.groupBox1.Controls.Add(this.label85);
            this.groupBox1.Controls.Add(this.label77);
            this.groupBox1.Controls.Add(this.label86);
            this.groupBox1.Controls.Add(this.label76);
            this.groupBox1.Controls.Add(this.label87);
            this.groupBox1.Controls.Add(this.label75);
            this.groupBox1.Controls.Add(this.label74);
            this.groupBox1.Controls.Add(this.label73);
            this.groupBox1.Controls.Add(this.label72);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxHP);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxSpA);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxSpe);
            this.groupBox1.Controls.Add(this.dataGridViewXDCalibration);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxAtk);
            this.groupBox1.Controls.Add(this.buttonGenerateXD);
            this.groupBox1.Controls.Add(this.maskedTextBoxMaxDef);
            this.groupBox1.Controls.Add(this.label80);
            this.groupBox1.Controls.Add(this.label78);
            this.groupBox1.Controls.Add(this.label79);
            this.groupBox1.Controls.Add(this.comboBoxNatureXD);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(936, 248);
            this.groupBox1.TabIndex = 304;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Calibration";
            // 
            // label90
            // 
            this.label90.AutoSize = true;
            this.label90.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label90.ForeColor = System.Drawing.Color.Red;
            this.label90.Location = new System.Drawing.Point(684, 29);
            this.label90.Name = "label90";
            this.label90.Size = new System.Drawing.Size(217, 16);
            this.label90.TabIndex = 306;
            this.label90.Text = "This feature is not working yet.";
            this.label90.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxXDNature
            // 
            this.textBoxXDNature.Enabled = false;
            this.textBoxXDNature.Location = new System.Drawing.Point(528, 202);
            this.textBoxXDNature.MaxLength = 12;
            this.textBoxXDNature.Name = "textBoxXDNature";
            this.textBoxXDNature.Size = new System.Drawing.Size(112, 20);
            this.textBoxXDNature.TabIndex = 305;
            // 
            // buttonXDTickReset
            // 
            this.buttonXDTickReset.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonXDTickReset.ForeColor = System.Drawing.Color.Black;
            this.buttonXDTickReset.Location = new System.Drawing.Point(660, 200);
            this.buttonXDTickReset.Name = "buttonXDTickReset";
            this.buttonXDTickReset.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonXDTickReset.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonXDTickReset.Size = new System.Drawing.Size(106, 23);
            this.buttonXDTickReset.TabIndex = 304;
            this.buttonXDTickReset.Text = "Reset";
            this.buttonXDTickReset.Click += new System.EventHandler(this.buttonXDTickReset_Click);
            // 
            // label89
            // 
            this.label89.AutoSize = true;
            this.label89.Location = new System.Drawing.Point(483, 204);
            this.label89.Name = "label89";
            this.label89.Size = new System.Drawing.Size(39, 13);
            this.label89.TabIndex = 301;
            this.label89.Text = "Nature";
            this.label89.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label81
            // 
            this.label81.AutoSize = true;
            this.label81.Location = new System.Drawing.Point(16, 225);
            this.label81.Name = "label81";
            this.label81.Size = new System.Drawing.Size(426, 13);
            this.label81.TabIndex = 286;
            this.label81.Text = "Click \"Set Tick\" at the exact moment you start the game from the Gamecube\\Wii scr" +
    "een.";
            this.label81.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnSetGCTick
            // 
            this.btnSetGCTick.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnSetGCTick.ForeColor = System.Drawing.Color.Black;
            this.btnSetGCTick.Location = new System.Drawing.Point(15, 20);
            this.btnSetGCTick.Name = "btnSetGCTick";
            this.btnSetGCTick.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnSetGCTick.ShineColor = System.Drawing.SystemColors.Window;
            this.btnSetGCTick.Size = new System.Drawing.Size(106, 23);
            this.btnSetGCTick.TabIndex = 285;
            this.btnSetGCTick.Text = "Set Tick";
            this.btnSetGCTick.Click += new System.EventHandler(this.btnSetGCTick_Click);
            // 
            // buttonXDSetStats
            // 
            this.buttonXDSetStats.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonXDSetStats.ForeColor = System.Drawing.Color.Black;
            this.buttonXDSetStats.Location = new System.Drawing.Point(19, 199);
            this.buttonXDSetStats.Name = "buttonXDSetStats";
            this.buttonXDSetStats.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonXDSetStats.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonXDSetStats.Size = new System.Drawing.Size(106, 23);
            this.buttonXDSetStats.TabIndex = 303;
            this.buttonXDSetStats.Text = "Confirm Stats";
            this.buttonXDSetStats.Click += new System.EventHandler(this.buttonXDSetStats_Click);
            // 
            // maskedTextBoxMaxSpD
            // 
            this.maskedTextBoxMaxSpD.Hex = false;
            this.maskedTextBoxMaxSpD.Location = new System.Drawing.Point(332, 51);
            this.maskedTextBoxMaxSpD.Mask = "00";
            this.maskedTextBoxMaxSpD.Name = "maskedTextBoxMaxSpD";
            this.maskedTextBoxMaxSpD.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxSpD.TabIndex = 278;
            this.maskedTextBoxMaxSpD.ValidatingType = typeof(int);
            // 
            // maskedTextBoxXDDef
            // 
            this.maskedTextBoxXDDef.Enabled = false;
            this.maskedTextBoxXDDef.Hex = false;
            this.maskedTextBoxXDDef.Location = new System.Drawing.Point(230, 202);
            this.maskedTextBoxXDDef.Mask = "00";
            this.maskedTextBoxXDDef.Name = "maskedTextBoxXDDef";
            this.maskedTextBoxXDDef.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDDef.TabIndex = 295;
            this.maskedTextBoxXDDef.ValidatingType = typeof(int);
            // 
            // maskedTextBoxMinHP
            // 
            this.maskedTextBoxMinHP.Hex = false;
            this.maskedTextBoxMinHP.Location = new System.Drawing.Point(172, 29);
            this.maskedTextBoxMinHP.Mask = "00";
            this.maskedTextBoxMinHP.Name = "maskedTextBoxMinHP";
            this.maskedTextBoxMinHP.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinHP.TabIndex = 257;
            // 
            // maskedTextBoxXDAtk
            // 
            this.maskedTextBoxXDAtk.Enabled = false;
            this.maskedTextBoxXDAtk.Hex = false;
            this.maskedTextBoxXDAtk.Location = new System.Drawing.Point(190, 202);
            this.maskedTextBoxXDAtk.Mask = "00";
            this.maskedTextBoxXDAtk.Name = "maskedTextBoxXDAtk";
            this.maskedTextBoxXDAtk.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDAtk.TabIndex = 294;
            this.maskedTextBoxXDAtk.ValidatingType = typeof(int);
            // 
            // comboBoxGenderXD
            // 
            this.comboBoxGenderXD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGenderXD.ForeColor = System.Drawing.Color.Black;
            this.comboBoxGenderXD.FormattingEnabled = true;
            this.comboBoxGenderXD.Items.AddRange(new object[] {
            "Male (25% Male, 75% Female)",
            "Male (50% Male, 50% Female)",
            "Male (75% Male, 25% Female)",
            "Male (87.5% Male, 12.5% Female)",
            "Female (25% Male, 75% Female)",
            "Female (50% Male, 50% Female)",
            "Female (75% Male, 25% Female)",
            "Female (87.5% Male, 12.5% Female)",
            "Don\'t Care/Fixed Gender/Genderless"});
            this.comboBoxGenderXD.Location = new System.Drawing.Point(528, 51);
            this.comboBoxGenderXD.MaxDropDownItems = 3;
            this.comboBoxGenderXD.Name = "comboBoxGenderXD";
            this.comboBoxGenderXD.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxGenderXD.Size = new System.Drawing.Size(203, 21);
            this.comboBoxGenderXD.TabIndex = 300;
            // 
            // maskedTextBoxXDSpe
            // 
            this.maskedTextBoxXDSpe.Enabled = false;
            this.maskedTextBoxXDSpe.Hex = false;
            this.maskedTextBoxXDSpe.Location = new System.Drawing.Point(350, 202);
            this.maskedTextBoxXDSpe.Mask = "00";
            this.maskedTextBoxXDSpe.Name = "maskedTextBoxXDSpe";
            this.maskedTextBoxXDSpe.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDSpe.TabIndex = 298;
            this.maskedTextBoxXDSpe.ValidatingType = typeof(int);
            // 
            // label88
            // 
            this.label88.AutoSize = true;
            this.label88.Location = new System.Drawing.Point(480, 54);
            this.label88.Name = "label88";
            this.label88.Size = new System.Drawing.Size(42, 13);
            this.label88.TabIndex = 299;
            this.label88.Text = "Gender";
            // 
            // maskedTextBoxXDSpd
            // 
            this.maskedTextBoxXDSpd.Enabled = false;
            this.maskedTextBoxXDSpd.Hex = false;
            this.maskedTextBoxXDSpd.Location = new System.Drawing.Point(310, 202);
            this.maskedTextBoxXDSpd.Mask = "00";
            this.maskedTextBoxXDSpd.Name = "maskedTextBoxXDSpd";
            this.maskedTextBoxXDSpd.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDSpd.TabIndex = 297;
            this.maskedTextBoxXDSpd.ValidatingType = typeof(int);
            // 
            // maskedTextBoxXDSpa
            // 
            this.maskedTextBoxXDSpa.Enabled = false;
            this.maskedTextBoxXDSpa.Hex = false;
            this.maskedTextBoxXDSpa.Location = new System.Drawing.Point(270, 202);
            this.maskedTextBoxXDSpa.Mask = "00";
            this.maskedTextBoxXDSpa.Name = "maskedTextBoxXDSpa";
            this.maskedTextBoxXDSpa.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDSpa.TabIndex = 296;
            this.maskedTextBoxXDSpa.ValidatingType = typeof(int);
            // 
            // maskedTextBoxMinSpA
            // 
            this.maskedTextBoxMinSpA.Hex = false;
            this.maskedTextBoxMinSpA.Location = new System.Drawing.Point(292, 29);
            this.maskedTextBoxMinSpA.Mask = "00";
            this.maskedTextBoxMinSpA.Name = "maskedTextBoxMinSpA";
            this.maskedTextBoxMinSpA.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinSpA.TabIndex = 260;
            this.maskedTextBoxMinSpA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxXDHp
            // 
            this.maskedTextBoxXDHp.Enabled = false;
            this.maskedTextBoxXDHp.Hex = false;
            this.maskedTextBoxXDHp.Location = new System.Drawing.Point(150, 202);
            this.maskedTextBoxXDHp.Mask = "00";
            this.maskedTextBoxXDHp.Name = "maskedTextBoxXDHp";
            this.maskedTextBoxXDHp.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxXDHp.TabIndex = 293;
            // 
            // maskedTextBoxMinSpD
            // 
            this.maskedTextBoxMinSpD.Hex = false;
            this.maskedTextBoxMinSpD.Location = new System.Drawing.Point(332, 29);
            this.maskedTextBoxMinSpD.Mask = "00";
            this.maskedTextBoxMinSpD.Name = "maskedTextBoxMinSpD";
            this.maskedTextBoxMinSpD.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinSpD.TabIndex = 261;
            this.maskedTextBoxMinSpD.ValidatingType = typeof(int);
            // 
            // label82
            // 
            this.label82.AutoSize = true;
            this.label82.Location = new System.Drawing.Point(347, 186);
            this.label82.Name = "label82";
            this.label82.Size = new System.Drawing.Size(26, 13);
            this.label82.TabIndex = 292;
            this.label82.Text = "Spe";
            this.label82.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxMinSpe
            // 
            this.maskedTextBoxMinSpe.Hex = false;
            this.maskedTextBoxMinSpe.Location = new System.Drawing.Point(372, 29);
            this.maskedTextBoxMinSpe.Mask = "00";
            this.maskedTextBoxMinSpe.Name = "maskedTextBoxMinSpe";
            this.maskedTextBoxMinSpe.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinSpe.TabIndex = 262;
            this.maskedTextBoxMinSpe.ValidatingType = typeof(int);
            // 
            // label83
            // 
            this.label83.AutoSize = true;
            this.label83.Location = new System.Drawing.Point(307, 186);
            this.label83.Name = "label83";
            this.label83.Size = new System.Drawing.Size(28, 13);
            this.label83.TabIndex = 291;
            this.label83.Text = "SpD";
            this.label83.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxMinAtk
            // 
            this.maskedTextBoxMinAtk.Hex = false;
            this.maskedTextBoxMinAtk.Location = new System.Drawing.Point(212, 29);
            this.maskedTextBoxMinAtk.Mask = "00";
            this.maskedTextBoxMinAtk.Name = "maskedTextBoxMinAtk";
            this.maskedTextBoxMinAtk.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinAtk.TabIndex = 258;
            this.maskedTextBoxMinAtk.ValidatingType = typeof(int);
            // 
            // label84
            // 
            this.label84.AutoSize = true;
            this.label84.Location = new System.Drawing.Point(267, 186);
            this.label84.Name = "label84";
            this.label84.Size = new System.Drawing.Size(27, 13);
            this.label84.TabIndex = 290;
            this.label84.Text = "SpA";
            this.label84.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxMinDef
            // 
            this.maskedTextBoxMinDef.Hex = false;
            this.maskedTextBoxMinDef.Location = new System.Drawing.Point(252, 29);
            this.maskedTextBoxMinDef.Mask = "00";
            this.maskedTextBoxMinDef.Name = "maskedTextBoxMinDef";
            this.maskedTextBoxMinDef.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMinDef.TabIndex = 259;
            this.maskedTextBoxMinDef.ValidatingType = typeof(int);
            // 
            // label85
            // 
            this.label85.AutoSize = true;
            this.label85.Location = new System.Drawing.Point(227, 186);
            this.label85.Name = "label85";
            this.label85.Size = new System.Drawing.Size(24, 13);
            this.label85.TabIndex = 289;
            this.label85.Text = "Def";
            this.label85.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label77
            // 
            this.label77.AutoSize = true;
            this.label77.Location = new System.Drawing.Point(169, 12);
            this.label77.Name = "label77";
            this.label77.Size = new System.Drawing.Size(22, 13);
            this.label77.TabIndex = 263;
            this.label77.Text = "HP";
            this.label77.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label86
            // 
            this.label86.AutoSize = true;
            this.label86.Location = new System.Drawing.Point(187, 186);
            this.label86.Name = "label86";
            this.label86.Size = new System.Drawing.Size(23, 13);
            this.label86.TabIndex = 288;
            this.label86.Text = "Atk";
            this.label86.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label76
            // 
            this.label76.AutoSize = true;
            this.label76.Location = new System.Drawing.Point(209, 12);
            this.label76.Name = "label76";
            this.label76.Size = new System.Drawing.Size(23, 13);
            this.label76.TabIndex = 264;
            this.label76.Text = "Atk";
            this.label76.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label87
            // 
            this.label87.AutoSize = true;
            this.label87.Location = new System.Drawing.Point(147, 186);
            this.label87.Name = "label87";
            this.label87.Size = new System.Drawing.Size(22, 13);
            this.label87.TabIndex = 287;
            this.label87.Text = "HP";
            this.label87.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label75
            // 
            this.label75.AutoSize = true;
            this.label75.Location = new System.Drawing.Point(249, 12);
            this.label75.Name = "label75";
            this.label75.Size = new System.Drawing.Size(24, 13);
            this.label75.TabIndex = 265;
            this.label75.Text = "Def";
            this.label75.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label74
            // 
            this.label74.AutoSize = true;
            this.label74.Location = new System.Drawing.Point(289, 12);
            this.label74.Name = "label74";
            this.label74.Size = new System.Drawing.Size(27, 13);
            this.label74.TabIndex = 266;
            this.label74.Text = "SpA";
            this.label74.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label73
            // 
            this.label73.AutoSize = true;
            this.label73.Location = new System.Drawing.Point(329, 12);
            this.label73.Name = "label73";
            this.label73.Size = new System.Drawing.Size(28, 13);
            this.label73.TabIndex = 267;
            this.label73.Text = "SpD";
            this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label72
            // 
            this.label72.AutoSize = true;
            this.label72.Location = new System.Drawing.Point(369, 12);
            this.label72.Name = "label72";
            this.label72.Size = new System.Drawing.Size(26, 13);
            this.label72.TabIndex = 268;
            this.label72.Text = "Spe";
            this.label72.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxMaxHP
            // 
            this.maskedTextBoxMaxHP.Hex = false;
            this.maskedTextBoxMaxHP.Location = new System.Drawing.Point(172, 51);
            this.maskedTextBoxMaxHP.Mask = "00";
            this.maskedTextBoxMaxHP.Name = "maskedTextBoxMaxHP";
            this.maskedTextBoxMaxHP.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxHP.TabIndex = 274;
            // 
            // maskedTextBoxMaxSpA
            // 
            this.maskedTextBoxMaxSpA.Hex = false;
            this.maskedTextBoxMaxSpA.Location = new System.Drawing.Point(292, 51);
            this.maskedTextBoxMaxSpA.Mask = "00";
            this.maskedTextBoxMaxSpA.Name = "maskedTextBoxMaxSpA";
            this.maskedTextBoxMaxSpA.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxSpA.TabIndex = 277;
            this.maskedTextBoxMaxSpA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxMaxSpe
            // 
            this.maskedTextBoxMaxSpe.Hex = false;
            this.maskedTextBoxMaxSpe.Location = new System.Drawing.Point(372, 51);
            this.maskedTextBoxMaxSpe.Mask = "00";
            this.maskedTextBoxMaxSpe.Name = "maskedTextBoxMaxSpe";
            this.maskedTextBoxMaxSpe.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxSpe.TabIndex = 279;
            this.maskedTextBoxMaxSpe.ValidatingType = typeof(int);
            // 
            // dataGridViewXDCalibration
            // 
            this.dataGridViewXDCalibration.AllowUserToAddRows = false;
            this.dataGridViewXDCalibration.AllowUserToDeleteRows = false;
            this.dataGridViewXDCalibration.AllowUserToResizeRows = false;
            this.dataGridViewXDCalibration.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)));
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewXDCalibration.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle20;
            this.dataGridViewXDCalibration.ColumnHeadersHeight = 20;
            this.dataGridViewXDCalibration.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.XDSeed,
            this.XDPID,
            this.XDTicks,
            this.XDTime,
            this.XDNature,
            this.XDHp,
            this.XDAtk,
            this.XDDef,
            this.XDSpa,
            this.XDSpd,
            this.XDSpe,
            this.XDFemale50,
            this.XDFemale125,
            this.XDFemale25,
            this.XDFemale75});
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewXDCalibration.DefaultCellStyle = dataGridViewCellStyle21;
            this.dataGridViewXDCalibration.Location = new System.Drawing.Point(15, 81);
            this.dataGridViewXDCalibration.MultiSelect = false;
            this.dataGridViewXDCalibration.Name = "dataGridViewXDCalibration";
            this.dataGridViewXDCalibration.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewXDCalibration.RowHeadersDefaultCellStyle = dataGridViewCellStyle22;
            this.dataGridViewXDCalibration.RowHeadersVisible = false;
            this.dataGridViewXDCalibration.RowTemplate.Height = 20;
            this.dataGridViewXDCalibration.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewXDCalibration.ShowCellErrors = false;
            this.dataGridViewXDCalibration.ShowCellToolTips = false;
            this.dataGridViewXDCalibration.ShowEditingIcon = false;
            this.dataGridViewXDCalibration.ShowRowErrors = false;
            this.dataGridViewXDCalibration.Size = new System.Drawing.Size(886, 96);
            this.dataGridViewXDCalibration.TabIndex = 270;
            // 
            // XDSeed
            // 
            this.XDSeed.DataPropertyName = "Seed";
            this.XDSeed.FillWeight = 110F;
            this.XDSeed.HeaderText = "Seed";
            this.XDSeed.Name = "XDSeed";
            this.XDSeed.ReadOnly = true;
            this.XDSeed.Width = 70;
            // 
            // XDPID
            // 
            this.XDPID.DataPropertyName = "Pid";
            this.XDPID.HeaderText = "PID";
            this.XDPID.Name = "XDPID";
            this.XDPID.ReadOnly = true;
            this.XDPID.Width = 70;
            // 
            // XDTicks
            // 
            this.XDTicks.DataPropertyName = "Ticks";
            this.XDTicks.HeaderText = "Ticks";
            this.XDTicks.Name = "XDTicks";
            this.XDTicks.ReadOnly = true;
            // 
            // XDTime
            // 
            this.XDTime.DataPropertyName = "Time";
            this.XDTime.HeaderText = "Time (s)";
            this.XDTime.Name = "XDTime";
            this.XDTime.ReadOnly = true;
            // 
            // XDNature
            // 
            this.XDNature.DataPropertyName = "Nature";
            this.XDNature.HeaderText = "Nature";
            this.XDNature.Name = "XDNature";
            this.XDNature.ReadOnly = true;
            this.XDNature.Width = 75;
            // 
            // XDHp
            // 
            this.XDHp.DataPropertyName = "DisplayHp";
            this.XDHp.HeaderText = "HP";
            this.XDHp.Name = "XDHp";
            this.XDHp.ReadOnly = true;
            this.XDHp.Width = 30;
            // 
            // XDAtk
            // 
            this.XDAtk.DataPropertyName = "DisplayAtk";
            this.XDAtk.HeaderText = "Atk";
            this.XDAtk.Name = "XDAtk";
            this.XDAtk.ReadOnly = true;
            this.XDAtk.Width = 30;
            // 
            // XDDef
            // 
            this.XDDef.DataPropertyName = "DisplayDef";
            this.XDDef.HeaderText = "Def";
            this.XDDef.Name = "XDDef";
            this.XDDef.ReadOnly = true;
            this.XDDef.Width = 30;
            // 
            // XDSpa
            // 
            this.XDSpa.DataPropertyName = "DisplaySpa";
            this.XDSpa.HeaderText = "SpA";
            this.XDSpa.Name = "XDSpa";
            this.XDSpa.ReadOnly = true;
            this.XDSpa.Width = 30;
            // 
            // XDSpd
            // 
            this.XDSpd.DataPropertyName = "DisplaySpd";
            this.XDSpd.HeaderText = "SpD";
            this.XDSpd.Name = "XDSpd";
            this.XDSpd.ReadOnly = true;
            this.XDSpd.Width = 30;
            // 
            // XDSpe
            // 
            this.XDSpe.DataPropertyName = "DisplaySpe";
            this.XDSpe.HeaderText = "Spe";
            this.XDSpe.Name = "XDSpe";
            this.XDSpe.ReadOnly = true;
            this.XDSpe.Width = 30;
            // 
            // XDFemale50
            // 
            this.XDFemale50.DataPropertyName = "Female50";
            this.XDFemale50.HeaderText = "50%";
            this.XDFemale50.Name = "XDFemale50";
            this.XDFemale50.ReadOnly = true;
            this.XDFemale50.Width = 40;
            // 
            // XDFemale125
            // 
            this.XDFemale125.DataPropertyName = "Female125";
            this.XDFemale125.HeaderText = "12.5%";
            this.XDFemale125.Name = "XDFemale125";
            this.XDFemale125.ReadOnly = true;
            this.XDFemale125.Width = 40;
            // 
            // XDFemale25
            // 
            this.XDFemale25.DataPropertyName = "Female25";
            this.XDFemale25.HeaderText = "25%";
            this.XDFemale25.Name = "XDFemale25";
            this.XDFemale25.ReadOnly = true;
            this.XDFemale25.Width = 40;
            // 
            // XDFemale75
            // 
            this.XDFemale75.DataPropertyName = "Female75";
            this.XDFemale75.HeaderText = "75%";
            this.XDFemale75.Name = "XDFemale75";
            this.XDFemale75.ReadOnly = true;
            this.XDFemale75.Width = 40;
            // 
            // maskedTextBoxMaxAtk
            // 
            this.maskedTextBoxMaxAtk.Hex = false;
            this.maskedTextBoxMaxAtk.Location = new System.Drawing.Point(212, 51);
            this.maskedTextBoxMaxAtk.Mask = "00";
            this.maskedTextBoxMaxAtk.Name = "maskedTextBoxMaxAtk";
            this.maskedTextBoxMaxAtk.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxAtk.TabIndex = 275;
            this.maskedTextBoxMaxAtk.ValidatingType = typeof(int);
            // 
            // buttonGenerateXD
            // 
            this.buttonGenerateXD.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonGenerateXD.Enabled = false;
            this.buttonGenerateXD.ForeColor = System.Drawing.Color.Black;
            this.buttonGenerateXD.Location = new System.Drawing.Point(15, 49);
            this.buttonGenerateXD.Name = "buttonGenerateXD";
            this.buttonGenerateXD.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonGenerateXD.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonGenerateXD.Size = new System.Drawing.Size(106, 23);
            this.buttonGenerateXD.TabIndex = 269;
            this.buttonGenerateXD.Text = "Search Spreads";
            this.buttonGenerateXD.Click += new System.EventHandler(this.buttonGenerateXD_Click);
            // 
            // maskedTextBoxMaxDef
            // 
            this.maskedTextBoxMaxDef.Hex = false;
            this.maskedTextBoxMaxDef.Location = new System.Drawing.Point(252, 51);
            this.maskedTextBoxMaxDef.Mask = "00";
            this.maskedTextBoxMaxDef.Name = "maskedTextBoxMaxDef";
            this.maskedTextBoxMaxDef.Size = new System.Drawing.Size(38, 20);
            this.maskedTextBoxMaxDef.TabIndex = 276;
            this.maskedTextBoxMaxDef.ValidatingType = typeof(int);
            // 
            // label80
            // 
            this.label80.AutoSize = true;
            this.label80.Location = new System.Drawing.Point(144, 54);
            this.label80.Name = "label80";
            this.label80.Size = new System.Drawing.Size(27, 13);
            this.label80.TabIndex = 281;
            this.label80.Text = "Max";
            this.label80.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label78
            // 
            this.label78.AutoSize = true;
            this.label78.Location = new System.Drawing.Point(483, 31);
            this.label78.Name = "label78";
            this.label78.Size = new System.Drawing.Size(39, 13);
            this.label78.TabIndex = 271;
            this.label78.Text = "Nature";
            this.label78.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label79
            // 
            this.label79.AutoSize = true;
            this.label79.Location = new System.Drawing.Point(144, 32);
            this.label79.Name = "label79";
            this.label79.Size = new System.Drawing.Size(24, 13);
            this.label79.TabIndex = 280;
            this.label79.Text = "Min";
            this.label79.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxNatureXD
            // 
            this.comboBoxNatureXD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxNatureXD.ForeColor = System.Drawing.Color.Black;
            this.comboBoxNatureXD.FormattingEnabled = true;
            this.comboBoxNatureXD.Items.AddRange(new object[] {
            "Hardy",
            "Lonely",
            "Brave",
            "Adamant",
            "Naughty",
            "Bold",
            "Docile",
            "Relaxed",
            "Impish",
            "Lax",
            "Timid",
            "Hasty",
            "Serious",
            "Jolly",
            "Naive",
            "Modest",
            "Mild",
            "Quiet",
            "Bashful",
            "Rash",
            "Calm",
            "Gentle",
            "Sassy",
            "Careful",
            "Quirky"});
            this.comboBoxNatureXD.Location = new System.Drawing.Point(528, 28);
            this.comboBoxNatureXD.Name = "comboBoxNatureXD";
            this.comboBoxNatureXD.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxNatureXD.Size = new System.Drawing.Size(112, 21);
            this.comboBoxNatureXD.TabIndex = 272;
            // 
            // TimeFinder3rd
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(981, 548);
            this.Controls.Add(this.tabControl);
            this.Name = "TimeFinder3rd";
            this.Text = "3rd Generation Time Finder";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
            this.Load += new System.EventHandler(this.PlatinumTime_Load);
            this.tabControl.ResumeLayout(false);
            this.tabPageShinyRSEgg.ResumeLayout(false);
            this.tabPageShinyRSEgg.PerformLayout();
            this.panelSpreads.ResumeLayout(false);
            this.panelSpreads.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyRSResults)).EndInit();
            this.contextMenuStripEggPid3rd.ResumeLayout(false);
            this.tabPageShinyEEgg.ResumeLayout(false);
            this.tabPageShinyEEgg.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEPIDs)).EndInit();
            this.tabPageIVEEgg.ResumeLayout(false);
            this.tabPageIVEEgg.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEIVs)).EndInit();
            this.tabPageCapture.ResumeLayout(false);
            this.tabPageCapture.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCapValues)).EndInit();
            this.tabPageColoXD.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXDSearch)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXDCalibration)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntralinkSeedSearch));
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsFrame1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.labelMaxFrame = new System.Windows.Forms.Label();
            this.labelMinFrame = new System.Windows.Forms.Label();
            this.textBoxChatot = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.textBoxDescription = new System.Windows.Forms.TextBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.maskedTextBoxDelayCalibration = new RNGReporter.Controls.MaskedTextBox2();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.checkBoxGenderless = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.maskedTextBoxGroupSize = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCGearFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.comboBoxNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.buttonAnyNature = new RNGReporter.GlassButton();
            this.maskedTextBoxYear = new RNGReporter.Controls.MaskedTextBox2();
            this.textBoxSeed = new RNGReporter.Controls.MaskedTextBox2();
            this.dataGridViewCapValues = new RNGReporter.DoubleBufferedDataGridView();
            this.CapSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Timer0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SeedTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CSeedTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Nature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Grey = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Keypresses = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonSeedGenerate = new RNGReporter.GlassButton();
            this.maskedTextBoxCapMinOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCapMaxOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.groupBoxConfiguration = new System.Windows.Forms.GroupBox();
            this.labelProfileInformation = new System.Windows.Forms.Label();
            this.comboBoxProfiles = new RNGReporter.GlassComboBox();
            this.buttonEditProfile = new RNGReporter.GlassButton();
            this.contextMenuStripCap.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
            this.groupBoxConfiguration.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStripCap
            // 
            this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem1,
            this.toolStripMenuItem6,
            this.generateTimesToolStripMenuItem,
            this.generateAdjacentSeedsFrame1ToolStripMenuItem,
            this.generateAdjacentSeedsToolStripMenuItem,
            this.toolStripMenuItem3,
            this.outputCapResultsToTXTToolStripMenuItem});
            this.contextMenuStripCap.Name = "contextMenuStripCap";
            this.contextMenuStripCap.Size = new System.Drawing.Size(292, 126);
            this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem1
            // 
            this.copySeedToClipboardToolStripMenuItem1.Name = "copySeedToClipboardToolStripMenuItem1";
            this.copySeedToClipboardToolStripMenuItem1.Size = new System.Drawing.Size(291, 22);
            this.copySeedToClipboardToolStripMenuItem1.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(288, 6);
            // 
            // generateTimesToolStripMenuItem
            // 
            this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
            this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
            // 
            // generateAdjacentSeedsFrame1ToolStripMenuItem
            // 
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Name = "generateAdjacentSeedsFrame1ToolStripMenuItem";
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Text = "Generate Adjacent Seeds (Frame 1)";
            this.generateAdjacentSeedsFrame1ToolStripMenuItem.Visible = false;
            // 
            // generateAdjacentSeedsToolStripMenuItem
            // 
            this.generateAdjacentSeedsToolStripMenuItem.Name = "generateAdjacentSeedsToolStripMenuItem";
            this.generateAdjacentSeedsToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.generateAdjacentSeedsToolStripMenuItem.Text = "Generate Adjacent Seeds (Current Frame)";
            this.generateAdjacentSeedsToolStripMenuItem.Visible = false;
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(288, 6);
            // 
            // outputCapResultsToTXTToolStripMenuItem
            // 
            this.outputCapResultsToTXTToolStripMenuItem.Name = "outputCapResultsToTXTToolStripMenuItem";
            this.outputCapResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(291, 22);
            this.outputCapResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
            // 
            // labelMaxFrame
            // 
            this.labelMaxFrame.Location = new System.Drawing.Point(431, 94);
            this.labelMaxFrame.Name = "labelMaxFrame";
            this.labelMaxFrame.Size = new System.Drawing.Size(78, 13);
            this.labelMaxFrame.TabIndex = 107;
            this.labelMaxFrame.Text = "Max Advances";
            this.labelMaxFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelMinFrame
            // 
            this.labelMinFrame.Location = new System.Drawing.Point(431, 68);
            this.labelMinFrame.Name = "labelMinFrame";
            this.labelMinFrame.Size = new System.Drawing.Size(78, 13);
            this.labelMinFrame.TabIndex = 125;
            this.labelMinFrame.Text = "Min Advances";
            this.labelMinFrame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBoxChatot
            // 
            this.textBoxChatot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxChatot.Location = new System.Drawing.Point(96, 451);
            this.textBoxChatot.Name = "textBoxChatot";
            this.textBoxChatot.ReadOnly = true;
            this.textBoxChatot.Size = new System.Drawing.Size(702, 20);
            this.textBoxChatot.TabIndex = 13;
            this.toolTip1.SetToolTip(this.textBoxChatot, resources.GetString("textBoxChatot.ToolTip"));
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 454);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 13);
            this.label3.TabIndex = 171;
            this.label3.Text = "Chatot Pitches";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(335, 92);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(29, 13);
            this.label20.TabIndex = 333;
            this.label20.Text = "Year";
            // 
            // textBoxDescription
            // 
            this.textBoxDescription.Location = new System.Drawing.Point(12, 104);
            this.textBoxDescription.Multiline = true;
            this.textBoxDescription.Name = "textBoxDescription";
            this.textBoxDescription.ReadOnly = true;
            this.textBoxDescription.Size = new System.Drawing.Size(256, 75);
            this.textBoxDescription.TabIndex = 175;
            this.textBoxDescription.TabStop = false;
            this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
            // 
            // toolTip1
            // 
            this.toolTip1.AutoPopDelay = 7000;
            this.toolTip1.InitialDelay = 100;
            this.toolTip1.ReshowDelay = 100;
            // 
            // maskedTextBoxDelayCalibration
            // 
            this.maskedTextBoxDelayCalibration.Hex = false;
            this.maskedTextBoxDelayCalibration.Location = new System.Drawing.Point(665, 89);
            this.maskedTextBoxDelayCalibration.Mask = "00000";
            this.maskedTextBoxDelayCalibration.Name = "maskedTextBoxDelayCalibration";
            this.maskedTextBoxDelayCalibration.Size = new System.Drawing.Size(39, 21);
            this.maskedTextBoxDelayCalibration.TabIndex = 10;
            this.maskedTextBoxDelayCalibration.Text = "0";
            this.toolTip1.SetToolTip(this.maskedTextBoxDelayCalibration, "This is the amount to offset the time difference between the Standard Seed and th" +
        "e CGear Seed.");
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(12, 63);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(96, 13);
            this.label12.TabIndex = 176;
            this.label12.Text = "C-Gear Seed (Hex)";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(283, 107);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(39, 13);
            this.label13.TabIndex = 329;
            this.label13.Text = "Nature";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(166, 62);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(34, 13);
            this.label1.TabIndex = 332;
            this.label1.Text = "Delay";
            // 
            // checkBoxGenderless
            // 
            this.checkBoxGenderless.AutoSize = true;
            this.checkBoxGenderless.Location = new System.Drawing.Point(283, 150);
            this.checkBoxGenderless.Name = "checkBoxGenderless";
            this.checkBoxGenderless.Size = new System.Drawing.Size(113, 17);
            this.checkBoxGenderless.TabIndex = 4;
            this.checkBoxGenderless.Text = "Genderless Target";
            this.checkBoxGenderless.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(265, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 13);
            this.label2.TabIndex = 336;
            this.label2.Text = "C-Gear Seed Frame";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(580, 68);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(82, 13);
            this.label4.TabIndex = 338;
            this.label4.Text = "Min Cluster Size";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(580, 92);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(86, 13);
            this.label5.TabIndex = 339;
            this.label5.Text = "Delay Calibration";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxGroupSize
            // 
            this.maskedTextBoxGroupSize.Hex = false;
            this.maskedTextBoxGroupSize.Location = new System.Drawing.Point(665, 65);
            this.maskedTextBoxGroupSize.Mask = "00000";
            this.maskedTextBoxGroupSize.Name = "maskedTextBoxGroupSize";
            this.maskedTextBoxGroupSize.Size = new System.Drawing.Size(39, 21);
            this.maskedTextBoxGroupSize.TabIndex = 9;
            this.maskedTextBoxGroupSize.Text = "3";
            // 
            // maskedTextBoxCGearFrame
            // 
            this.maskedTextBoxCGearFrame.Hex = false;
            this.maskedTextBoxCGearFrame.Location = new System.Drawing.Point(368, 65);
            this.maskedTextBoxCGearFrame.Mask = "00000";
            this.maskedTextBoxCGearFrame.Name = "maskedTextBoxCGearFrame";
            this.maskedTextBoxCGearFrame.Size = new System.Drawing.Size(41, 21);
            this.maskedTextBoxCGearFrame.TabIndex = 5;
            this.maskedTextBoxCGearFrame.Text = "1";
            // 
            // maskedTextBoxDelay
            // 
            this.maskedTextBoxDelay.Enabled = false;
            this.maskedTextBoxDelay.Hex = false;
            this.maskedTextBoxDelay.Location = new System.Drawing.Point(174, 78);
            this.maskedTextBoxDelay.Mask = "00000";
            this.maskedTextBoxDelay.Name = "maskedTextBoxDelay";
            this.maskedTextBoxDelay.Size = new System.Drawing.Size(42, 20);
            this.maskedTextBoxDelay.TabIndex = 1;
            // 
            // comboBoxNature
            // 
            this.comboBoxNature.BlankText = "Any";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxNature.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxNature.DisplayMemberSingleItem = "";
            this.comboBoxNature.DropDownHeight = 300;
            this.comboBoxNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxNature.FormattingEnabled = true;
            this.comboBoxNature.Location = new System.Drawing.Point(288, 123);
            this.comboBoxNature.Name = "comboBoxNature";
            this.comboBoxNature.Size = new System.Drawing.Size(146, 21);
            this.comboBoxNature.TabIndex = 2;
            this.comboBoxNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // buttonAnyNature
            // 
            this.buttonAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyNature.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonAnyNature.Location = new System.Drawing.Point(444, 122);
            this.buttonAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnyNature.Name = "buttonAnyNature";
            this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyNature.Size = new System.Drawing.Size(43, 23);
            this.buttonAnyNature.TabIndex = 3;
            this.buttonAnyNature.Text = "Any";
            this.buttonAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Click += new System.EventHandler(this.buttonAnyNature_Click);
            // 
            // maskedTextBoxYear
            // 
            this.maskedTextBoxYear.Hex = false;
            this.maskedTextBoxYear.Location = new System.Drawing.Point(368, 90);
            this.maskedTextBoxYear.Mask = "2\\000";
            this.maskedTextBoxYear.Name = "maskedTextBoxYear";
            this.maskedTextBoxYear.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxYear.TabIndex = 6;
            // 
            // textBoxSeed
            // 
            this.textBoxSeed.Hex = false;
            this.textBoxSeed.Location = new System.Drawing.Point(17, 78);
            this.textBoxSeed.Mask = "AAAAAAAA";
            this.textBoxSeed.Name = "textBoxSeed";
            this.textBoxSeed.Size = new System.Drawing.Size(146, 20);
            this.textBoxSeed.TabIndex = 0;
            // 
            // dataGridViewCapValues
            // 
            this.dataGridViewCapValues.AllowUserToAddRows = false;
            this.dataGridViewCapValues.AllowUserToDeleteRows = false;
            this.dataGridViewCapValues.AllowUserToResizeRows = false;
            this.dataGridViewCapValues.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.dataGridViewCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCapValues.ColumnHeadersHeight = 20;
            this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CapSeed,
            this.Timer0,
            this.SeedTime,
            this.CSeedTime,
            this.CapOffset,
            this.Nature,
            this.CapHP,
            this.CapAtk,
            this.CapDef,
            this.CapSpA,
            this.CapSpD,
            this.CapSpe,
            this.Grey,
            this.Keypresses});
            this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewCapValues.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridViewCapValues.Location = new System.Drawing.Point(12, 185);
            this.dataGridViewCapValues.MultiSelect = false;
            this.dataGridViewCapValues.Name = "dataGridViewCapValues";
            this.dataGridViewCapValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridViewCapValues.RowHeadersVisible = false;
            this.dataGridViewCapValues.RowTemplate.Height = 20;
            this.dataGridViewCapValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCapValues.ShowCellErrors = false;
            this.dataGridViewCapValues.ShowCellToolTips = false;
            this.dataGridViewCapValues.ShowEditingIcon = false;
            this.dataGridViewCapValues.ShowRowErrors = false;
            this.dataGridViewCapValues.Size = new System.Drawing.Size(786, 260);
            this.dataGridViewCapValues.TabIndex = 12;
            this.dataGridViewCapValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
            this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
            this.dataGridViewCapValues.SelectionChanged += new System.EventHandler(this.dataGridViewCapValues_SelectionChanged);
            this.dataGridViewCapValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
            this.dataGridViewCapValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
            // 
            // CapSeed
            // 
            this.CapSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.CapSeed.DefaultCellStyle = dataGridViewCellStyle2;
            this.CapSeed.FillWeight = 110F;
            this.CapSeed.HeaderText = "Seed";
            this.CapSeed.Name = "CapSeed";
            this.CapSeed.ReadOnly = true;
            this.CapSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapSeed.Width = 120;
            // 
            // Timer0
            // 
            this.Timer0.DataPropertyName = "Timer0";
            this.Timer0.HeaderText = "Timer0";
            this.Timer0.Name = "Timer0";
            this.Timer0.ReadOnly = true;
            this.Timer0.Width = 50;
            // 
            // SeedTime
            // 
            this.SeedTime.DataPropertyName = "TimeDate";
            this.SeedTime.HeaderText = "Date\\Time";
            this.SeedTime.Name = "SeedTime";
            this.SeedTime.ReadOnly = true;
            // 
            // CSeedTime
            // 
            this.CSeedTime.DataPropertyName = "CSeedTime";
            this.CSeedTime.HeaderText = "C-Gear Date\\Time";
            this.CSeedTime.Name = "CSeedTime";
            // 
            // CapOffset
            // 
            this.CapOffset.DataPropertyName = "Offset";
            this.CapOffset.HeaderText = "Frame";
            this.CapOffset.Name = "CapOffset";
            this.CapOffset.ReadOnly = true;
            this.CapOffset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapOffset.Width = 45;
            // 
            // Nature
            // 
            this.Nature.DataPropertyName = "Nature";
            this.Nature.HeaderText = "Nature";
            this.Nature.Name = "Nature";
            this.Nature.ReadOnly = true;
            this.Nature.Width = 65;
            // 
            // CapHP
            // 
            this.CapHP.DataPropertyName = "Hp";
            this.CapHP.HeaderText = "HP";
            this.CapHP.Name = "CapHP";
            this.CapHP.ReadOnly = true;
            this.CapHP.Width = 30;
            // 
            // CapAtk
            // 
            this.CapAtk.DataPropertyName = "Atk";
            this.CapAtk.HeaderText = "Atk";
            this.CapAtk.Name = "CapAtk";
            this.CapAtk.ReadOnly = true;
            this.CapAtk.Width = 30;
            // 
            // CapDef
            // 
            this.CapDef.DataPropertyName = "Def";
            this.CapDef.HeaderText = "Def";
            this.CapDef.Name = "CapDef";
            this.CapDef.ReadOnly = true;
            this.CapDef.Width = 30;
            // 
            // CapSpA
            // 
            this.CapSpA.DataPropertyName = "SpA";
            this.CapSpA.HeaderText = "SpA";
            this.CapSpA.Name = "CapSpA";
            this.CapSpA.ReadOnly = true;
            this.CapSpA.Width = 30;
            // 
            // CapSpD
            // 
            this.CapSpD.DataPropertyName = "SpD";
            this.CapSpD.HeaderText = "SpD";
            this.CapSpD.Name = "CapSpD";
            this.CapSpD.ReadOnly = true;
            this.CapSpD.Width = 30;
            // 
            // CapSpe
            // 
            this.CapSpe.DataPropertyName = "Spe";
            this.CapSpe.HeaderText = "Spe";
            this.CapSpe.Name = "CapSpe";
            this.CapSpe.ReadOnly = true;
            this.CapSpe.Width = 30;
            // 
            // Grey
            // 
            this.Grey.DataPropertyName = "Synchable";
            this.Grey.HeaderText = "Grey";
            this.Grey.Name = "Grey";
            this.Grey.ReadOnly = true;
            this.Grey.Visible = false;
            // 
            // Keypresses
            // 
            this.Keypresses.DataPropertyName = "Keypress";
            this.Keypresses.HeaderText = "Keypresses";
            this.Keypresses.Name = "Keypresses";
            this.Keypresses.Width = 120;
            // 
            // buttonSeedGenerate
            // 
            this.buttonSeedGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonSeedGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonSeedGenerate.Location = new System.Drawing.Point(716, 144);
            this.buttonSeedGenerate.Name = "buttonSeedGenerate";
            this.buttonSeedGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonSeedGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonSeedGenerate.Size = new System.Drawing.Size(76, 23);
            this.buttonSeedGenerate.TabIndex = 11;
            this.buttonSeedGenerate.Text = "Search";
            this.buttonSeedGenerate.Click += new System.EventHandler(this.buttonSeedGenerate_Click);
            // 
            // maskedTextBoxCapMinOffset
            // 
            this.maskedTextBoxCapMinOffset.Hex = false;
            this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(515, 65);
            this.maskedTextBoxCapMinOffset.Mask = "00000";
            this.maskedTextBoxCapMinOffset.Name = "maskedTextBoxCapMinOffset";
            this.maskedTextBoxCapMinOffset.Size = new System.Drawing.Size(39, 21);
            this.maskedTextBoxCapMinOffset.TabIndex = 7;
            this.maskedTextBoxCapMinOffset.Text = "40";
            // 
            // maskedTextBoxCapMaxOffset
            // 
            this.maskedTextBoxCapMaxOffset.Hex = false;
            this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(515, 90);
            this.maskedTextBoxCapMaxOffset.Mask = "00000";
            this.maskedTextBoxCapMaxOffset.Name = "maskedTextBoxCapMaxOffset";
            this.maskedTextBoxCapMaxOffset.Size = new System.Drawing.Size(39, 21);
            this.maskedTextBoxCapMaxOffset.TabIndex = 8;
            this.maskedTextBoxCapMaxOffset.Text = "100";
            // 
            // groupBoxConfiguration
            // 
            this.groupBoxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxConfiguration.Controls.Add(this.labelProfileInformation);
            this.groupBoxConfiguration.Controls.Add(this.comboBoxProfiles);
            this.groupBoxConfiguration.Controls.Add(this.buttonEditProfile);
            this.groupBoxConfiguration.Location = new System.Drawing.Point(12, 12);
            this.groupBoxConfiguration.Name = "groupBoxConfiguration";
            this.groupBoxConfiguration.Size = new System.Drawing.Size(786, 48);
            this.groupBoxConfiguration.TabIndex = 340;
            this.groupBoxConfiguration.TabStop = false;
            this.groupBoxConfiguration.Text = "Configuration";
            // 
            // labelProfileInformation
            // 
            this.labelProfileInformation.AutoSize = true;
            this.labelProfileInformation.Location = new System.Drawing.Point(131, 22);
            this.labelProfileInformation.Name = "labelProfileInformation";
            this.labelProfileInformation.Size = new System.Drawing.Size(0, 13);
            this.labelProfileInformation.TabIndex = 320;
            // 
            // comboBoxProfiles
            // 
            this.comboBoxProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxProfiles.ForeColor = System.Drawing.Color.Black;
            this.comboBoxProfiles.FormattingEnabled = true;
            this.comboBoxProfiles.Location = new System.Drawing.Point(6, 19);
            this.comboBoxProfiles.MaxDropDownItems = 3;
            this.comboBoxProfiles.Name = "comboBoxProfiles";
            this.comboBoxProfiles.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxProfiles.Size = new System.Drawing.Size(119, 21);
            this.comboBoxProfiles.TabIndex = 33;
            this.comboBoxProfiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfiles_SelectedIndexChanged);
            // 
            // buttonEditProfile
            // 
            this.buttonEditProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditProfile.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEditProfile.ForeColor = System.Drawing.Color.Black;
            this.buttonEditProfile.Location = new System.Drawing.Point(741, 17);
            this.buttonEditProfile.Name = "buttonEditProfile";
            this.buttonEditProfile.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEditProfile.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEditProfile.Size = new System.Drawing.Size(39, 23);
            this.buttonEditProfile.TabIndex = 11;
            this.buttonEditProfile.Text = "Edit";
            this.buttonEditProfile.Click += new System.EventHandler(this.buttonEditProfile_Click);
            // 
            // EntralinkSeedSearch
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(814, 479);
            this.Controls.Add(this.groupBoxConfiguration);
            this.Controls.Add(this.maskedTextBoxDelayCalibration);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBoxDescription);
            this.Controls.Add(this.checkBoxGenderless);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.maskedTextBoxGroupSize);
            this.Controls.Add(this.maskedTextBoxCGearFrame);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.maskedTextBoxYear);
            this.Controls.Add(this.textBoxChatot);
            this.Controls.Add(this.dataGridViewCapValues);
            this.Controls.Add(this.maskedTextBoxCapMinOffset);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.maskedTextBoxDelay);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.buttonSeedGenerate);
            this.Controls.Add(this.maskedTextBoxCapMaxOffset);
            this.Controls.Add(this.comboBoxNature);
            this.Controls.Add(this.buttonAnyNature);
            this.Controls.Add(this.textBoxSeed);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.labelMaxFrame);
            this.Controls.Add(this.labelMinFrame);
            this.MinimumSize = new System.Drawing.Size(677, 378);
            this.Name = "EntralinkSeedSearch";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Entralink Seed Search";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
            this.Load += new System.EventHandler(this.PlatinumTime_Load);
            this.contextMenuStripCap.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
            this.groupBoxConfiguration.ResumeLayout(false);
            this.groupBoxConfiguration.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties8 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties11 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties2 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties9 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties10 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties5 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties6 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties3 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties4 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
            this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateEntralinkNatureSeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripEggPid = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAdjacentSeedsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
            this.outputResultsToTXTToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.tabPageShinyEgg = new System.Windows.Forms.TabPage();
            this.cbShinyCharm = new System.Windows.Forms.CheckBox();
            this.cbNidoBeat = new System.Windows.Forms.CheckBox();
            this.ivFiltersEggs = new RNGReporter.Controls.IVFilters();
            this.buttonLoadEggSeeds = new RNGReporter.GlassButton();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.checkBoxIntlParents = new System.Windows.Forms.CheckBox();
            this.label92 = new System.Windows.Forms.Label();
            this.checkBoxShinyShinyOnly = new System.Windows.Forms.CheckBox();
            this.checkBoxShowInheritance = new System.Windows.Forms.CheckBox();
            this.labelShinyFatherIVs = new System.Windows.Forms.Label();
            this.checkBoxShinyDittoParent = new System.Windows.Forms.CheckBox();
            this.label33 = new System.Windows.Forms.Label();
            this.labelShinyMinMaxFrame = new System.Windows.Forms.Label();
            this.checkBoxShinyDreamWorld = new System.Windows.Forms.CheckBox();
            this.labelShinyMotherIVs = new System.Windows.Forms.Label();
            this.labelShinyNature = new System.Windows.Forms.Label();
            this.labelShinyAbility = new System.Windows.Forms.Label();
            this.labelShinyMonth = new System.Windows.Forms.Label();
            this.labelShinyYear = new System.Windows.Forms.Label();
            this.dataGridViewShinyResults = new RNGReporter.DoubleBufferedDataGridView();
            this.EggSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EggPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shinyShinyDisplay = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyDreamAbility = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinySpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinySpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinySpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyHidden = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnEggDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shinyKeypress = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.comboBoxShinyGender = new RNGReporter.GlassComboBox();
            this.comboBoxShinyEverstoneNature = new RNGReporter.GlassComboBox();
            this.comboBoxShinyAbility = new RNGReporter.GlassComboBox();
            this.buttonShinyGenerate = new RNGReporter.GlassButton();
            this.buttonShinyClearNature = new RNGReporter.GlassButton();
            this.comboBoxShinyNature = new RNGReporter.GlassComboBox();
            this.comboBoxShinyMonth = new RNGReporter.Controls.CheckBoxComboBox();
            this.maskedTextBoxShinyMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyDefParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyAtkParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpeParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpDParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpAParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyHPParentB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyDefParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyAtkParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpeParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpDParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySpAParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyHPParentA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyYear = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageCapture = new System.Windows.Forms.TabPage();
            this.ivFiltersCapture = new RNGReporter.Controls.IVFilters();
            this.comboBoxShiny = new RNGReporter.GlassComboBox();
            this.labelWCShiny = new System.Windows.Forms.Label();
            this.comboBoxCapGenderRatio = new RNGReporter.GlassComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.comboBoxCapGender = new RNGReporter.GlassComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.comboBoxCapMonth = new RNGReporter.Controls.CheckBoxComboBox();
            this.buttonAnySlot = new RNGReporter.GlassButton();
            this.maskedTextBoxCapMinOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.label54 = new System.Windows.Forms.Label();
            this.comboBoxEncounterType = new RNGReporter.GlassComboBox();
            this.comboBoxEncounterSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.label52 = new System.Windows.Forms.Label();
            this.maskedTextBoxCapYear = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCapMaxOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.labelCapMinMaxFrame = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.comboBoxMethod = new RNGReporter.GlassComboBox();
            this.label30 = new System.Windows.Forms.Label();
            this.labelCapMonthDelay = new System.Windows.Forms.Label();
            this.buttonCapGenerate = new RNGReporter.GlassButton();
            this.buttonAnyNature = new RNGReporter.GlassButton();
            this.labelMaxShiny = new System.Windows.Forms.Label();
            this.comboBoxAbility = new RNGReporter.GlassComboBox();
            this.label23 = new System.Windows.Forms.Label();
            this.checkBoxShinyOnly = new System.Windows.Forms.CheckBox();
            this.checkBoxSynchOnly = new System.Windows.Forms.CheckBox();
            this.label21 = new System.Windows.Forms.Label();
            this.maskedTextBoxMaxShiny = new RNGReporter.Controls.MaskedTextBox2();
            this.comboBoxNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.dataGridViewCapValues = new RNGReporter.DoubleBufferedDataGridView();
            this.CapSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterMod = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NearestShiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterSlot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Nature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Ability = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPowerPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapTimer0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapKeypress = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Synchable = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maskedTextBoxCapMaxDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCapMinDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageHiddenGrotto = new System.Windows.Forms.TabPage();
            this.cbHHGenderRatio = new RNGReporter.GlassComboBox();
            this.cbHHGender = new RNGReporter.GlassComboBox();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.cbHHSubSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.cbHHSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.cbHHHollowNumber = new RNGReporter.Controls.CheckBoxComboBox();
            this.label16 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.cbHHMonth = new RNGReporter.Controls.CheckBoxComboBox();
            this.txtHHAdvances = new RNGReporter.Controls.MaskedTextBox2();
            this.txtHHYear = new RNGReporter.Controls.MaskedTextBox2();
            this.txtHHOpenHollows = new RNGReporter.Controls.MaskedTextBox2();
            this.label6 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.btnHHGenerate = new RNGReporter.GlassButton();
            this.dgvHiddenGrottos = new RNGReporter.DoubleBufferedDataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cmsHiddenGrotto = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.tabPageDreamRadar = new System.Windows.Forms.TabPage();
            this.ivDR = new RNGReporter.Controls.IVFilters();
            this.cbDRShinyness = new RNGReporter.GlassComboBox();
            this.label19 = new System.Windows.Forms.Label();
            this.cbDRRatio = new RNGReporter.GlassComboBox();
            this.label22 = new System.Windows.Forms.Label();
            this.cbDRGender = new RNGReporter.GlassComboBox();
            this.label24 = new System.Windows.Forms.Label();
            this.cbDRMonth = new RNGReporter.Controls.CheckBoxComboBox();
            this.txtDRMinFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.txtDRYear = new RNGReporter.Controls.MaskedTextBox2();
            this.txtDRMaxFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.label25 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.btnDRGenerate = new RNGReporter.GlassButton();
            this.btnDRAnyNature = new RNGReporter.GlassButton();
            this.cbDRShiny = new System.Windows.Forms.CheckBox();
            this.label28 = new System.Windows.Forms.Label();
            this.cbDRNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.gvDreamRadar = new RNGReporter.DoubleBufferedDataGridView();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolTipGenderRatio = new System.Windows.Forms.ToolTip(this.components);
            this.toolTipDataGrid = new System.Windows.Forms.ToolTip(this.components);
            this.groupBoxConfiguration = new System.Windows.Forms.GroupBox();
            this.labelProfileInformation = new System.Windows.Forms.Label();
            this.comboBoxProfiles = new RNGReporter.GlassComboBox();
            this.buttonEditProfile = new RNGReporter.GlassButton();
            this.contextMenuStripCap.SuspendLayout();
            this.contextMenuStripEggPid.SuspendLayout();
            this.tabPageShinyEgg.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyResults)).BeginInit();
            this.tabPageCapture.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
            this.tabControl.SuspendLayout();
            this.tabPageHiddenGrotto.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvHiddenGrottos)).BeginInit();
            this.cmsHiddenGrotto.SuspendLayout();
            this.tabPageDreamRadar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvDreamRadar)).BeginInit();
            this.groupBoxConfiguration.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStripCap
            // 
            this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem1,
            this.toolStripMenuItem6,
            this.generateTimesToolStripMenuItem,
            this.generateAdjacentSeedsToolStripMenuItem,
            this.generateEntralinkNatureSeedsToolStripMenuItem,
            this.toolStripMenuItem3,
            this.outputCapResultsToTXTToolStripMenuItem});
            this.contextMenuStripCap.Name = "contextMenuStripCap";
            this.contextMenuStripCap.Size = new System.Drawing.Size(255, 126);
            this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem1
            // 
            this.copySeedToClipboardToolStripMenuItem1.Name = "copySeedToClipboardToolStripMenuItem1";
            this.copySeedToClipboardToolStripMenuItem1.Size = new System.Drawing.Size(254, 22);
            this.copySeedToClipboardToolStripMenuItem1.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(251, 6);
            // 
            // generateTimesToolStripMenuItem
            // 
            this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
            this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(254, 22);
            this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
            this.generateTimesToolStripMenuItem.Click += new System.EventHandler(this.generateTimesToolStripMenuItem_Click);
            // 
            // generateAdjacentSeedsToolStripMenuItem
            // 
            this.generateAdjacentSeedsToolStripMenuItem.Name = "generateAdjacentSeedsToolStripMenuItem";
            this.generateAdjacentSeedsToolStripMenuItem.Size = new System.Drawing.Size(254, 22);
            this.generateAdjacentSeedsToolStripMenuItem.Text = "Generate Adjacent Seeds ...";
            this.generateAdjacentSeedsToolStripMenuItem.Click += new System.EventHandler(this.generateAdjacentSeedsToolStripMenuItem_Click);
            // 
            // generateEntralinkNatureSeedsToolStripMenuItem
            // 
            this.generateEntralinkNatureSeedsToolStripMenuItem.Name = "generateEntralinkNatureSeedsToolStripMenuItem";
            this.generateEntralinkNatureSeedsToolStripMenuItem.Size = new System.Drawing.Size(254, 22);
            this.generateEntralinkNatureSeedsToolStripMenuItem.Text = "Generate Entralink Nature Seeds ...";
            this.generateEntralinkNatureSeedsToolStripMenuItem.Click += new System.EventHandler(this.generateEntralinkNatureSeedsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(251, 6);
            // 
            // outputCapResultsToTXTToolStripMenuItem
            // 
            this.outputCapResultsToTXTToolStripMenuItem.Name = "outputCapResultsToTXTToolStripMenuItem";
            this.outputCapResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(254, 22);
            this.outputCapResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
            // 
            // contextMenuStripEggPid
            // 
            this.contextMenuStripEggPid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem2,
            this.generateAdjacentSeedsToolStripMenuItem1,
            this.toolStripMenuItem7,
            this.outputResultsToTXTToolStripMenuItem1});
            this.contextMenuStripEggPid.Name = "contextMenuStripEggPid";
            this.contextMenuStripEggPid.Size = new System.Drawing.Size(214, 76);
            this.contextMenuStripEggPid.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripEggPid_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem2
            // 
            this.copySeedToClipboardToolStripMenuItem2.Name = "copySeedToClipboardToolStripMenuItem2";
            this.copySeedToClipboardToolStripMenuItem2.Size = new System.Drawing.Size(213, 22);
            this.copySeedToClipboardToolStripMenuItem2.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem2.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem2_Click);
            // 
            // generateAdjacentSeedsToolStripMenuItem1
            // 
            this.generateAdjacentSeedsToolStripMenuItem1.Name = "generateAdjacentSeedsToolStripMenuItem1";
            this.generateAdjacentSeedsToolStripMenuItem1.Size = new System.Drawing.Size(213, 22);
            this.generateAdjacentSeedsToolStripMenuItem1.Text = "Generate Adjacent Seeds...";
            this.generateAdjacentSeedsToolStripMenuItem1.Click += new System.EventHandler(this.generateAdjacentSeedsToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(210, 6);
            // 
            // outputResultsToTXTToolStripMenuItem1
            // 
            this.outputResultsToTXTToolStripMenuItem1.Name = "outputResultsToTXTToolStripMenuItem1";
            this.outputResultsToTXTToolStripMenuItem1.Size = new System.Drawing.Size(213, 22);
            this.outputResultsToTXTToolStripMenuItem1.Text = "Output Results to TXT ...";
            this.outputResultsToTXTToolStripMenuItem1.Click += new System.EventHandler(this.outputResultsToTXTToolStripMenuItem1_Click);
            // 
            // tabPageShinyEgg
            // 
            this.tabPageShinyEgg.Controls.Add(this.cbShinyCharm);
            this.tabPageShinyEgg.Controls.Add(this.cbNidoBeat);
            this.tabPageShinyEgg.Controls.Add(this.ivFiltersEggs);
            this.tabPageShinyEgg.Controls.Add(this.buttonLoadEggSeeds);
            this.tabPageShinyEgg.Controls.Add(this.label8);
            this.tabPageShinyEgg.Controls.Add(this.label7);
            this.tabPageShinyEgg.Controls.Add(this.label5);
            this.tabPageShinyEgg.Controls.Add(this.label4);
            this.tabPageShinyEgg.Controls.Add(this.label3);
            this.tabPageShinyEgg.Controls.Add(this.label2);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxIntlParents);
            this.tabPageShinyEgg.Controls.Add(this.label92);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxShinyShinyOnly);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxShowInheritance);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyFatherIVs);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxShinyDittoParent);
            this.tabPageShinyEgg.Controls.Add(this.label33);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyMinMaxFrame);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxShinyDreamWorld);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyMotherIVs);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyNature);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyAbility);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyMonth);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyYear);
            this.tabPageShinyEgg.Controls.Add(this.dataGridViewShinyResults);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyGender);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyEverstoneNature);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyAbility);
            this.tabPageShinyEgg.Controls.Add(this.buttonShinyGenerate);
            this.tabPageShinyEgg.Controls.Add(this.buttonShinyClearNature);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyNature);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyMonth);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyMaxFrame);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyMinFrame);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyDefParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyAtkParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpeParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpDParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpAParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyHPParentB);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyDefParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyAtkParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpeParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpDParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySpAParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyHPParentA);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyYear);
            this.tabPageShinyEgg.Location = new System.Drawing.Point(4, 22);
            this.tabPageShinyEgg.Name = "tabPageShinyEgg";
            this.tabPageShinyEgg.Size = new System.Drawing.Size(948, 444);
            this.tabPageShinyEgg.TabIndex = 2;
            this.tabPageShinyEgg.Text = "Eggs";
            this.tabPageShinyEgg.UseVisualStyleBackColor = true;
            // 
            // cbShinyCharm
            // 
            this.cbShinyCharm.AutoSize = true;
            this.cbShinyCharm.Location = new System.Drawing.Point(782, 118);
            this.cbShinyCharm.Name = "cbShinyCharm";
            this.cbShinyCharm.Size = new System.Drawing.Size(85, 17);
            this.cbShinyCharm.TabIndex = 330;
            this.cbShinyCharm.Text = "Shiny Charm";
            this.cbShinyCharm.UseVisualStyleBackColor = true;
            // 
            // cbNidoBeat
            // 
            this.cbNidoBeat.AutoSize = true;
            this.cbNidoBeat.Location = new System.Drawing.Point(218, 45);
            this.cbNidoBeat.Name = "cbNidoBeat";
            this.cbNidoBeat.Size = new System.Drawing.Size(104, 17);
            this.cbNidoBeat.TabIndex = 329;
            this.cbNidoBeat.Text = "Nidoran/Volbeat";
            this.cbNidoBeat.UseVisualStyleBackColor = true;
            // 
            // ivFiltersEggs
            // 
            this.ivFiltersEggs.Location = new System.Drawing.Point(319, 9);
            this.ivFiltersEggs.Name = "ivFiltersEggs";
            this.ivFiltersEggs.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersEggs.TabIndex = 328;
            // 
            // buttonLoadEggSeeds
            // 
            this.buttonLoadEggSeeds.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonLoadEggSeeds.ForeColor = System.Drawing.Color.Black;
            this.buttonLoadEggSeeds.Location = new System.Drawing.Point(700, 148);
            this.buttonLoadEggSeeds.Name = "buttonLoadEggSeeds";
            this.buttonLoadEggSeeds.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonLoadEggSeeds.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonLoadEggSeeds.Size = new System.Drawing.Size(130, 23);
            this.buttonLoadEggSeeds.TabIndex = 327;
            this.buttonLoadEggSeeds.Text = "Load eggseeds.dat";
            this.buttonLoadEggSeeds.Visible = false;
            this.buttonLoadEggSeeds.Click += new System.EventHandler(this.buttonLoadEggSeeds_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(256, 68);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(26, 13);
            this.label8.TabIndex = 326;
            this.label8.Text = "Spe";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(224, 68);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(28, 13);
            this.label7.TabIndex = 325;
            this.label7.Text = "SpD";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(191, 68);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(27, 13);
            this.label5.TabIndex = 324;
            this.label5.Text = "SpA";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(161, 68);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(24, 13);
            this.label4.TabIndex = 323;
            this.label4.Text = "Def";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(130, 68);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 13);
            this.label3.TabIndex = 322;
            this.label3.Text = "Atk";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(97, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(22, 13);
            this.label2.TabIndex = 321;
            this.label2.Text = "HP";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkBoxIntlParents
            // 
            this.checkBoxIntlParents.AutoSize = true;
            this.checkBoxIntlParents.Location = new System.Drawing.Point(6, 45);
            this.checkBoxIntlParents.Name = "checkBoxIntlParents";
            this.checkBoxIntlParents.Size = new System.Drawing.Size(123, 17);
            this.checkBoxIntlParents.TabIndex = 4;
            this.checkBoxIntlParents.Text = "International Parents";
            this.checkBoxIntlParents.UseVisualStyleBackColor = true;
            // 
            // label92
            // 
            this.label92.AutoSize = true;
            this.label92.Location = new System.Drawing.Point(655, 94);
            this.label92.Name = "label92";
            this.label92.Size = new System.Drawing.Size(42, 13);
            this.label92.TabIndex = 317;
            this.label92.Text = "Gender";
            // 
            // checkBoxShinyShinyOnly
            // 
            this.checkBoxShinyShinyOnly.AutoSize = true;
            this.checkBoxShinyShinyOnly.Location = new System.Drawing.Point(700, 118);
            this.checkBoxShinyShinyOnly.Name = "checkBoxShinyShinyOnly";
            this.checkBoxShinyShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShinyShinyOnly.TabIndex = 41;
            this.checkBoxShinyShinyOnly.Text = "Shiny Only";
            this.checkBoxShinyShinyOnly.UseVisualStyleBackColor = true;
            // 
            // checkBoxShowInheritance
            // 
            this.checkBoxShowInheritance.AutoSize = true;
            this.checkBoxShowInheritance.Location = new System.Drawing.Point(96, 161);
            this.checkBoxShowInheritance.Name = "checkBoxShowInheritance";
            this.checkBoxShowInheritance.Size = new System.Drawing.Size(109, 17);
            this.checkBoxShowInheritance.TabIndex = 19;
            this.checkBoxShowInheritance.Text = "Show Inheritance";
            this.checkBoxShowInheritance.UseVisualStyleBackColor = true;
            this.checkBoxShowInheritance.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // labelShinyFatherIVs
            // 
            this.labelShinyFatherIVs.AutoSize = true;
            this.labelShinyFatherIVs.Location = new System.Drawing.Point(38, 111);
            this.labelShinyFatherIVs.Name = "labelShinyFatherIVs";
            this.labelShinyFatherIVs.Size = new System.Drawing.Size(55, 13);
            this.labelShinyFatherIVs.TabIndex = 186;
            this.labelShinyFatherIVs.Text = "Father IVs";
            // 
            // checkBoxShinyDittoParent
            // 
            this.checkBoxShinyDittoParent.AutoSize = true;
            this.checkBoxShinyDittoParent.Location = new System.Drawing.Point(130, 45);
            this.checkBoxShinyDittoParent.Name = "checkBoxShinyDittoParent";
            this.checkBoxShinyDittoParent.Size = new System.Drawing.Size(82, 17);
            this.checkBoxShinyDittoParent.TabIndex = 5;
            this.checkBoxShinyDittoParent.Text = "Ditto Parent";
            this.checkBoxShinyDittoParent.UseVisualStyleBackColor = true;
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Location = new System.Drawing.Point(38, 135);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(55, 13);
            this.label33.TabIndex = 183;
            this.label33.Text = "Everstone";
            // 
            // labelShinyMinMaxFrame
            // 
            this.labelShinyMinMaxFrame.AutoSize = true;
            this.labelShinyMinMaxFrame.Location = new System.Drawing.Point(184, 9);
            this.labelShinyMinMaxFrame.Name = "labelShinyMinMaxFrame";
            this.labelShinyMinMaxFrame.Size = new System.Drawing.Size(106, 13);
            this.labelShinyMinMaxFrame.TabIndex = 179;
            this.labelShinyMinMaxFrame.Text = "Min / Max Advances";
            // 
            // checkBoxShinyDreamWorld
            // 
            this.checkBoxShinyDreamWorld.AutoSize = true;
            this.checkBoxShinyDreamWorld.Location = new System.Drawing.Point(700, 69);
            this.checkBoxShinyDreamWorld.Name = "checkBoxShinyDreamWorld";
            this.checkBoxShinyDreamWorld.Size = new System.Drawing.Size(142, 17);
            this.checkBoxShinyDreamWorld.TabIndex = 37;
            this.checkBoxShinyDreamWorld.Text = "Dream World Ability Only";
            this.checkBoxShinyDreamWorld.UseVisualStyleBackColor = true;
            // 
            // labelShinyMotherIVs
            // 
            this.labelShinyMotherIVs.AutoSize = true;
            this.labelShinyMotherIVs.Location = new System.Drawing.Point(35, 87);
            this.labelShinyMotherIVs.Name = "labelShinyMotherIVs";
            this.labelShinyMotherIVs.Size = new System.Drawing.Size(58, 13);
            this.labelShinyMotherIVs.TabIndex = 132;
            this.labelShinyMotherIVs.Text = "Mother IVs";
            // 
            // labelShinyNature
            // 
            this.labelShinyNature.AutoSize = true;
            this.labelShinyNature.Location = new System.Drawing.Point(660, 20);
            this.labelShinyNature.Name = "labelShinyNature";
            this.labelShinyNature.Size = new System.Drawing.Size(39, 13);
            this.labelShinyNature.TabIndex = 14;
            this.labelShinyNature.Text = "Nature";
            // 
            // labelShinyAbility
            // 
            this.labelShinyAbility.AutoSize = true;
            this.labelShinyAbility.Location = new System.Drawing.Point(663, 47);
            this.labelShinyAbility.Name = "labelShinyAbility";
            this.labelShinyAbility.Size = new System.Drawing.Size(34, 13);
            this.labelShinyAbility.TabIndex = 20;
            this.labelShinyAbility.Text = "Ability";
            // 
            // labelShinyMonth
            // 
            this.labelShinyMonth.AutoSize = true;
            this.labelShinyMonth.Location = new System.Drawing.Point(96, 9);
            this.labelShinyMonth.Name = "labelShinyMonth";
            this.labelShinyMonth.Size = new System.Drawing.Size(37, 13);
            this.labelShinyMonth.TabIndex = 4;
            this.labelShinyMonth.Text = "Month";
            // 
            // labelShinyYear
            // 
            this.labelShinyYear.AutoSize = true;
            this.labelShinyYear.Location = new System.Drawing.Point(52, 9);
            this.labelShinyYear.Name = "labelShinyYear";
            this.labelShinyYear.Size = new System.Drawing.Size(29, 13);
            this.labelShinyYear.TabIndex = 2;
            this.labelShinyYear.Text = "Year";
            // 
            // dataGridViewShinyResults
            // 
            this.dataGridViewShinyResults.AllowUserToAddRows = false;
            this.dataGridViewShinyResults.AllowUserToDeleteRows = false;
            this.dataGridViewShinyResults.AllowUserToOrderColumns = true;
            this.dataGridViewShinyResults.AllowUserToResizeRows = false;
            this.dataGridViewShinyResults.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.dataGridViewShinyResults.ColumnHeadersHeight = 20;
            this.dataGridViewShinyResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.EggSeed,
            this.ShinyOffset,
            this.EggPID,
            this.shinyShinyDisplay,
            this.ShinyNature,
            this.dataGridViewTextBoxColumn4,
            this.ShinyDreamAbility,
            this.ShinyHP,
            this.ShinyAtk,
            this.ShinyDef,
            this.ShinySpA,
            this.ShinySpD,
            this.ShinySpe,
            this.ShinyHidden,
            this.ShinyPower,
            this.ShinyFemale50,
            this.ShinyFemale25,
            this.ShinyFemale125,
            this.ShinyFemale75,
            this.ColumnEggDate,
            this.shinyKeypress});
            this.dataGridViewShinyResults.ContextMenuStrip = this.contextMenuStripEggPid;
            this.dataGridViewShinyResults.Location = new System.Drawing.Point(6, 189);
            this.dataGridViewShinyResults.MultiSelect = false;
            this.dataGridViewShinyResults.Name = "dataGridViewShinyResults";
            this.dataGridViewShinyResults.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridViewShinyResults.RowHeadersVisible = false;
            this.dataGridViewShinyResults.RowTemplate.Height = 20;
            this.dataGridViewShinyResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewShinyResults.ShowCellErrors = false;
            this.dataGridViewShinyResults.ShowCellToolTips = false;
            this.dataGridViewShinyResults.ShowEditingIcon = false;
            this.dataGridViewShinyResults.ShowRowErrors = false;
            this.dataGridViewShinyResults.Size = new System.Drawing.Size(942, 255);
            this.dataGridViewShinyResults.TabIndex = 21;
            this.dataGridViewShinyResults.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewShinyResults_CellFormatting);
            this.dataGridViewShinyResults.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewShinyResults_MouseDown);
            // 
            // EggSeed
            // 
            this.EggSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.EggSeed.DefaultCellStyle = dataGridViewCellStyle19;
            this.EggSeed.HeaderText = "Seed";
            this.EggSeed.Name = "EggSeed";
            this.EggSeed.ReadOnly = true;
            this.EggSeed.Width = 160;
            // 
            // ShinyOffset
            // 
            this.ShinyOffset.DataPropertyName = "Offset";
            this.ShinyOffset.HeaderText = "Frame";
            this.ShinyOffset.Name = "ShinyOffset";
            this.ShinyOffset.ReadOnly = true;
            this.ShinyOffset.Width = 45;
            // 
            // EggPID
            // 
            this.EggPID.DataPropertyName = "Pid";
            dataGridViewCellStyle20.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.EggPID.DefaultCellStyle = dataGridViewCellStyle20;
            this.EggPID.HeaderText = "PID";
            this.EggPID.Name = "EggPID";
            this.EggPID.ReadOnly = true;
            this.EggPID.Width = 70;
            // 
            // shinyShinyDisplay
            // 
            this.shinyShinyDisplay.DataPropertyName = "ShinyDisplay";
            this.shinyShinyDisplay.HeaderText = "!!!";
            this.shinyShinyDisplay.Name = "shinyShinyDisplay";
            this.shinyShinyDisplay.ReadOnly = true;
            this.shinyShinyDisplay.Width = 31;
            // 
            // ShinyNature
            // 
            this.ShinyNature.DataPropertyName = "Nature";
            this.ShinyNature.HeaderText = "Nature";
            this.ShinyNature.Name = "ShinyNature";
            this.ShinyNature.ReadOnly = true;
            this.ShinyNature.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ShinyNature.Width = 65;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "Ability";
            this.dataGridViewTextBoxColumn4.HeaderText = "Ability";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn4.Width = 40;
            // 
            // ShinyDreamAbility
            // 
            this.ShinyDreamAbility.DataPropertyName = "DreamAbility";
            this.ShinyDreamAbility.HeaderText = "Dream Ability";
            this.ShinyDreamAbility.Name = "ShinyDreamAbility";
            this.ShinyDreamAbility.Width = 75;
            // 
            // ShinyHP
            // 
            this.ShinyHP.DataPropertyName = "DisplayHpAlt";
            this.ShinyHP.HeaderText = "HP";
            this.ShinyHP.Name = "ShinyHP";
            this.ShinyHP.ReadOnly = true;
            this.ShinyHP.Width = 30;
            // 
            // ShinyAtk
            // 
            this.ShinyAtk.DataPropertyName = "DisplayAtkAlt";
            this.ShinyAtk.HeaderText = "Atk";
            this.ShinyAtk.Name = "ShinyAtk";
            this.ShinyAtk.ReadOnly = true;
            this.ShinyAtk.Width = 30;
            // 
            // ShinyDef
            // 
            this.ShinyDef.DataPropertyName = "DisplayDefAlt";
            this.ShinyDef.HeaderText = "Def";
            this.ShinyDef.Name = "ShinyDef";
            this.ShinyDef.ReadOnly = true;
            this.ShinyDef.Width = 30;
            // 
            // ShinySpA
            // 
            this.ShinySpA.DataPropertyName = "DisplaySpaAlt";
            this.ShinySpA.HeaderText = "SpA";
            this.ShinySpA.Name = "ShinySpA";
            this.ShinySpA.ReadOnly = true;
            this.ShinySpA.Width = 30;
            // 
            // ShinySpD
            // 
            this.ShinySpD.DataPropertyName = "DisplaySpdAlt";
            this.ShinySpD.HeaderText = "SpD";
            this.ShinySpD.Name = "ShinySpD";
            this.ShinySpD.ReadOnly = true;
            this.ShinySpD.Width = 30;
            // 
            // ShinySpe
            // 
            this.ShinySpe.DataPropertyName = "DisplaySpeAlt";
            this.ShinySpe.HeaderText = "Spe";
            this.ShinySpe.Name = "ShinySpe";
            this.ShinySpe.ReadOnly = true;
            this.ShinySpe.Width = 30;
            // 
            // ShinyHidden
            // 
            this.ShinyHidden.DataPropertyName = "HiddenPowerType";
            this.ShinyHidden.HeaderText = "Hidden";
            this.ShinyHidden.Name = "ShinyHidden";
            this.ShinyHidden.ReadOnly = true;
            this.ShinyHidden.Width = 50;
            // 
            // ShinyPower
            // 
            this.ShinyPower.DataPropertyName = "HiddenPowerPower";
            this.ShinyPower.HeaderText = "Power";
            this.ShinyPower.Name = "ShinyPower";
            this.ShinyPower.ReadOnly = true;
            this.ShinyPower.Width = 45;
            // 
            // ShinyFemale50
            // 
            this.ShinyFemale50.DataPropertyName = "Female50";
            this.ShinyFemale50.HeaderText = "50% F";
            this.ShinyFemale50.Name = "ShinyFemale50";
            this.ShinyFemale50.ReadOnly = true;
            this.ShinyFemale50.Width = 45;
            // 
            // ShinyFemale25
            // 
            this.ShinyFemale25.DataPropertyName = "Female25";
            this.ShinyFemale25.HeaderText = "25% F";
            this.ShinyFemale25.Name = "ShinyFemale25";
            this.ShinyFemale25.ReadOnly = true;
            this.ShinyFemale25.Width = 45;
            // 
            // ShinyFemale125
            // 
            this.ShinyFemale125.DataPropertyName = "Female125";
            this.ShinyFemale125.HeaderText = "12.5%F";
            this.ShinyFemale125.Name = "ShinyFemale125";
            this.ShinyFemale125.ReadOnly = true;
            this.ShinyFemale125.Width = 45;
            // 
            // ShinyFemale75
            // 
            this.ShinyFemale75.DataPropertyName = "Female75";
            this.ShinyFemale75.HeaderText = "75% F";
            this.ShinyFemale75.Name = "ShinyFemale75";
            this.ShinyFemale75.ReadOnly = true;
            this.ShinyFemale75.Width = 45;
            // 
            // ColumnEggDate
            // 
            this.ColumnEggDate.DataPropertyName = "TimeDate";
            this.ColumnEggDate.HeaderText = "Date\\Time";
            this.ColumnEggDate.Name = "ColumnEggDate";
            this.ColumnEggDate.ReadOnly = true;
            // 
            // shinyKeypress
            // 
            this.shinyKeypress.DataPropertyName = "Keypress";
            this.shinyKeypress.HeaderText = "Keypress";
            this.shinyKeypress.Name = "shinyKeypress";
            this.shinyKeypress.Width = 120;
            // 
            // comboBoxShinyGender
            // 
            this.comboBoxShinyGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyGender.FormattingEnabled = true;
            this.comboBoxShinyGender.Items.AddRange(new object[] {
            "Don\'t Care/Fixed Gender/Genderless",
            "Female (50% Male, 50% Female)",
            "Male (50% Male, 50% Female)",
            "Female (25% Male, 75% Female)",
            "Male (25% Male, 75% Female)",
            "Female (75% Male, 25% Female)",
            "Male (75% Male, 25% Female)",
            "Female (87.5% Male, 12.5% Female)",
            "Male (87.5% Male, 12.5% Female)"});
            this.comboBoxShinyGender.Location = new System.Drawing.Point(700, 91);
            this.comboBoxShinyGender.MaxDropDownItems = 3;
            this.comboBoxShinyGender.Name = "comboBoxShinyGender";
            this.comboBoxShinyGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyGender.Size = new System.Drawing.Size(220, 21);
            this.comboBoxShinyGender.TabIndex = 38;
            // 
            // comboBoxShinyEverstoneNature
            // 
            this.comboBoxShinyEverstoneNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyEverstoneNature.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyEverstoneNature.FormattingEnabled = true;
            this.comboBoxShinyEverstoneNature.Location = new System.Drawing.Point(96, 133);
            this.comboBoxShinyEverstoneNature.MaxDropDownItems = 26;
            this.comboBoxShinyEverstoneNature.Name = "comboBoxShinyEverstoneNature";
            this.comboBoxShinyEverstoneNature.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyEverstoneNature.Size = new System.Drawing.Size(86, 21);
            this.comboBoxShinyEverstoneNature.TabIndex = 18;
            // 
            // comboBoxShinyAbility
            // 
            this.comboBoxShinyAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyAbility.FormattingEnabled = true;
            this.comboBoxShinyAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxShinyAbility.Location = new System.Drawing.Point(700, 43);
            this.comboBoxShinyAbility.MaxDropDownItems = 3;
            this.comboBoxShinyAbility.Name = "comboBoxShinyAbility";
            this.comboBoxShinyAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyAbility.Size = new System.Drawing.Size(67, 21);
            this.comboBoxShinyAbility.TabIndex = 36;
            // 
            // buttonShinyGenerate
            // 
            this.buttonShinyGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShinyGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonShinyGenerate.Location = new System.Drawing.Point(12, 157);
            this.buttonShinyGenerate.Name = "buttonShinyGenerate";
            this.buttonShinyGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShinyGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShinyGenerate.Size = new System.Drawing.Size(73, 23);
            this.buttonShinyGenerate.TabIndex = 20;
            this.buttonShinyGenerate.Text = "Generate";
            this.buttonShinyGenerate.Click += new System.EventHandler(this.buttonShinyGenerate_Click);
            // 
            // buttonShinyClearNature
            // 
            this.buttonShinyClearNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShinyClearNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonShinyClearNature.ForeColor = System.Drawing.Color.Black;
            this.buttonShinyClearNature.Location = new System.Drawing.Point(879, 14);
            this.buttonShinyClearNature.Name = "buttonShinyClearNature";
            this.buttonShinyClearNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShinyClearNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShinyClearNature.Size = new System.Drawing.Size(41, 23);
            this.buttonShinyClearNature.TabIndex = 35;
            this.buttonShinyClearNature.TabStop = false;
            this.buttonShinyClearNature.Text = "Any";
            this.buttonShinyClearNature.Click += new System.EventHandler(this.buttonShinyClearNature_Click);
            // 
            // comboBoxShinyNature
            // 
            this.comboBoxShinyNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyNature.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyNature.FormattingEnabled = true;
            this.comboBoxShinyNature.Location = new System.Drawing.Point(700, 16);
            this.comboBoxShinyNature.MaxDropDownItems = 26;
            this.comboBoxShinyNature.Name = "comboBoxShinyNature";
            this.comboBoxShinyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyNature.Size = new System.Drawing.Size(176, 21);
            this.comboBoxShinyNature.TabIndex = 34;
            this.comboBoxShinyNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // comboBoxShinyMonth
            // 
            this.comboBoxShinyMonth.BlankText = null;
            checkBoxProperties8.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxShinyMonth.CheckBoxProperties = checkBoxProperties8;
            this.comboBoxShinyMonth.DisplayMemberSingleItem = "";
            this.comboBoxShinyMonth.DropDownHeight = 300;
            this.comboBoxShinyMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyMonth.FormattingEnabled = true;
            this.comboBoxShinyMonth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.comboBoxShinyMonth.Location = new System.Drawing.Point(96, 24);
            this.comboBoxShinyMonth.Name = "comboBoxShinyMonth";
            this.comboBoxShinyMonth.Size = new System.Drawing.Size(87, 21);
            this.comboBoxShinyMonth.TabIndex = 1;
            this.comboBoxShinyMonth.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // maskedTextBoxShinyMaxFrame
            // 
            this.maskedTextBoxShinyMaxFrame.Hex = false;
            this.maskedTextBoxShinyMaxFrame.Location = new System.Drawing.Point(238, 24);
            this.maskedTextBoxShinyMaxFrame.Mask = "0000";
            this.maskedTextBoxShinyMaxFrame.Name = "maskedTextBoxShinyMaxFrame";
            this.maskedTextBoxShinyMaxFrame.Size = new System.Drawing.Size(44, 21);
            this.maskedTextBoxShinyMaxFrame.TabIndex = 3;
            this.maskedTextBoxShinyMaxFrame.Text = "45";
            this.maskedTextBoxShinyMaxFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyMinFrame
            // 
            this.maskedTextBoxShinyMinFrame.Hex = false;
            this.maskedTextBoxShinyMinFrame.Location = new System.Drawing.Point(188, 24);
            this.maskedTextBoxShinyMinFrame.Mask = "0000";
            this.maskedTextBoxShinyMinFrame.Name = "maskedTextBoxShinyMinFrame";
            this.maskedTextBoxShinyMinFrame.Size = new System.Drawing.Size(44, 21);
            this.maskedTextBoxShinyMinFrame.TabIndex = 2;
            this.maskedTextBoxShinyMinFrame.Text = "10";
            this.maskedTextBoxShinyMinFrame.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyDefParentB
            // 
            this.maskedTextBoxShinyDefParentB.Hex = false;
            this.maskedTextBoxShinyDefParentB.Location = new System.Drawing.Point(160, 108);
            this.maskedTextBoxShinyDefParentB.Mask = "00";
            this.maskedTextBoxShinyDefParentB.Name = "maskedTextBoxShinyDefParentB";
            this.maskedTextBoxShinyDefParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyDefParentB.TabIndex = 14;
            this.maskedTextBoxShinyDefParentB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinyAtkParentB
            // 
            this.maskedTextBoxShinyAtkParentB.Hex = false;
            this.maskedTextBoxShinyAtkParentB.Location = new System.Drawing.Point(129, 108);
            this.maskedTextBoxShinyAtkParentB.Mask = "00";
            this.maskedTextBoxShinyAtkParentB.Name = "maskedTextBoxShinyAtkParentB";
            this.maskedTextBoxShinyAtkParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyAtkParentB.TabIndex = 13;
            this.maskedTextBoxShinyAtkParentB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpeParentB
            // 
            this.maskedTextBoxShinySpeParentB.Hex = false;
            this.maskedTextBoxShinySpeParentB.Location = new System.Drawing.Point(256, 108);
            this.maskedTextBoxShinySpeParentB.Mask = "00";
            this.maskedTextBoxShinySpeParentB.Name = "maskedTextBoxShinySpeParentB";
            this.maskedTextBoxShinySpeParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpeParentB.TabIndex = 17;
            this.maskedTextBoxShinySpeParentB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpDParentB
            // 
            this.maskedTextBoxShinySpDParentB.Hex = false;
            this.maskedTextBoxShinySpDParentB.Location = new System.Drawing.Point(224, 108);
            this.maskedTextBoxShinySpDParentB.Mask = "00";
            this.maskedTextBoxShinySpDParentB.Name = "maskedTextBoxShinySpDParentB";
            this.maskedTextBoxShinySpDParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpDParentB.TabIndex = 16;
            this.maskedTextBoxShinySpDParentB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpAParentB
            // 
            this.maskedTextBoxShinySpAParentB.Hex = false;
            this.maskedTextBoxShinySpAParentB.Location = new System.Drawing.Point(192, 108);
            this.maskedTextBoxShinySpAParentB.Mask = "00";
            this.maskedTextBoxShinySpAParentB.Name = "maskedTextBoxShinySpAParentB";
            this.maskedTextBoxShinySpAParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpAParentB.TabIndex = 15;
            this.maskedTextBoxShinySpAParentB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinyHPParentB
            // 
            this.maskedTextBoxShinyHPParentB.Hex = false;
            this.maskedTextBoxShinyHPParentB.Location = new System.Drawing.Point(97, 108);
            this.maskedTextBoxShinyHPParentB.Mask = "00";
            this.maskedTextBoxShinyHPParentB.Name = "maskedTextBoxShinyHPParentB";
            this.maskedTextBoxShinyHPParentB.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyHPParentB.TabIndex = 12;
            // 
            // maskedTextBoxShinyDefParentA
            // 
            this.maskedTextBoxShinyDefParentA.Hex = false;
            this.maskedTextBoxShinyDefParentA.Location = new System.Drawing.Point(160, 83);
            this.maskedTextBoxShinyDefParentA.Mask = "00";
            this.maskedTextBoxShinyDefParentA.Name = "maskedTextBoxShinyDefParentA";
            this.maskedTextBoxShinyDefParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyDefParentA.TabIndex = 8;
            this.maskedTextBoxShinyDefParentA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinyAtkParentA
            // 
            this.maskedTextBoxShinyAtkParentA.Hex = false;
            this.maskedTextBoxShinyAtkParentA.Location = new System.Drawing.Point(129, 83);
            this.maskedTextBoxShinyAtkParentA.Mask = "00";
            this.maskedTextBoxShinyAtkParentA.Name = "maskedTextBoxShinyAtkParentA";
            this.maskedTextBoxShinyAtkParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyAtkParentA.TabIndex = 7;
            this.maskedTextBoxShinyAtkParentA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpeParentA
            // 
            this.maskedTextBoxShinySpeParentA.Hex = false;
            this.maskedTextBoxShinySpeParentA.Location = new System.Drawing.Point(256, 83);
            this.maskedTextBoxShinySpeParentA.Mask = "00";
            this.maskedTextBoxShinySpeParentA.Name = "maskedTextBoxShinySpeParentA";
            this.maskedTextBoxShinySpeParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpeParentA.TabIndex = 11;
            this.maskedTextBoxShinySpeParentA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpDParentA
            // 
            this.maskedTextBoxShinySpDParentA.Hex = false;
            this.maskedTextBoxShinySpDParentA.Location = new System.Drawing.Point(224, 83);
            this.maskedTextBoxShinySpDParentA.Mask = "00";
            this.maskedTextBoxShinySpDParentA.Name = "maskedTextBoxShinySpDParentA";
            this.maskedTextBoxShinySpDParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpDParentA.TabIndex = 10;
            this.maskedTextBoxShinySpDParentA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinySpAParentA
            // 
            this.maskedTextBoxShinySpAParentA.Hex = false;
            this.maskedTextBoxShinySpAParentA.Location = new System.Drawing.Point(192, 83);
            this.maskedTextBoxShinySpAParentA.Mask = "00";
            this.maskedTextBoxShinySpAParentA.Name = "maskedTextBoxShinySpAParentA";
            this.maskedTextBoxShinySpAParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinySpAParentA.TabIndex = 9;
            this.maskedTextBoxShinySpAParentA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxShinyHPParentA
            // 
            this.maskedTextBoxShinyHPParentA.Hex = false;
            this.maskedTextBoxShinyHPParentA.Location = new System.Drawing.Point(97, 83);
            this.maskedTextBoxShinyHPParentA.Mask = "00";
            this.maskedTextBoxShinyHPParentA.Name = "maskedTextBoxShinyHPParentA";
            this.maskedTextBoxShinyHPParentA.Size = new System.Drawing.Size(27, 21);
            this.maskedTextBoxShinyHPParentA.TabIndex = 6;
            // 
            // maskedTextBoxShinyYear
            // 
            this.maskedTextBoxShinyYear.Hex = false;
            this.maskedTextBoxShinyYear.Location = new System.Drawing.Point(55, 24);
            this.maskedTextBoxShinyYear.Mask = "0000";
            this.maskedTextBoxShinyYear.Name = "maskedTextBoxShinyYear";
            this.maskedTextBoxShinyYear.Size = new System.Drawing.Size(35, 21);
            this.maskedTextBoxShinyYear.TabIndex = 0;
            this.maskedTextBoxShinyYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // tabPageCapture
            // 
            this.tabPageCapture.Controls.Add(this.ivFiltersCapture);
            this.tabPageCapture.Controls.Add(this.comboBoxShiny);
            this.tabPageCapture.Controls.Add(this.labelWCShiny);
            this.tabPageCapture.Controls.Add(this.comboBoxCapGenderRatio);
            this.tabPageCapture.Controls.Add(this.label10);
            this.tabPageCapture.Controls.Add(this.label9);
            this.tabPageCapture.Controls.Add(this.comboBoxCapGender);
            this.tabPageCapture.Controls.Add(this.label1);
            this.tabPageCapture.Controls.Add(this.comboBoxCapMonth);
            this.tabPageCapture.Controls.Add(this.buttonAnySlot);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMinOffset);
            this.tabPageCapture.Controls.Add(this.label54);
            this.tabPageCapture.Controls.Add(this.comboBoxEncounterType);
            this.tabPageCapture.Controls.Add(this.comboBoxEncounterSlot);
            this.tabPageCapture.Controls.Add(this.label52);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapYear);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMaxOffset);
            this.tabPageCapture.Controls.Add(this.labelCapMinMaxFrame);
            this.tabPageCapture.Controls.Add(this.label20);
            this.tabPageCapture.Controls.Add(this.comboBoxMethod);
            this.tabPageCapture.Controls.Add(this.label30);
            this.tabPageCapture.Controls.Add(this.labelCapMonthDelay);
            this.tabPageCapture.Controls.Add(this.buttonCapGenerate);
            this.tabPageCapture.Controls.Add(this.buttonAnyNature);
            this.tabPageCapture.Controls.Add(this.labelMaxShiny);
            this.tabPageCapture.Controls.Add(this.comboBoxAbility);
            this.tabPageCapture.Controls.Add(this.label23);
            this.tabPageCapture.Controls.Add(this.checkBoxShinyOnly);
            this.tabPageCapture.Controls.Add(this.checkBoxSynchOnly);
            this.tabPageCapture.Controls.Add(this.label21);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxMaxShiny);
            this.tabPageCapture.Controls.Add(this.comboBoxNature);
            this.tabPageCapture.Controls.Add(this.dataGridViewCapValues);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMaxDelay);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMinDelay);
            this.tabPageCapture.Location = new System.Drawing.Point(4, 22);
            this.tabPageCapture.Name = "tabPageCapture";
            this.tabPageCapture.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCapture.Size = new System.Drawing.Size(948, 444);
            this.tabPageCapture.TabIndex = 1;
            this.tabPageCapture.Text = "Capture";
            this.tabPageCapture.UseVisualStyleBackColor = true;
            // 
            // ivFiltersCapture
            // 
            this.ivFiltersCapture.Location = new System.Drawing.Point(319, 9);
            this.ivFiltersCapture.Name = "ivFiltersCapture";
            this.ivFiltersCapture.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersCapture.TabIndex = 329;
            this.ivFiltersCapture.FiltersChanged += new System.EventHandler(this.IVFilters_Changed);
            // 
            // comboBoxShiny
            // 
            this.comboBoxShiny.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShiny.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShiny.FormattingEnabled = true;
            this.comboBoxShiny.Items.AddRange(new object[] {
            "Never Shiny",
            "May Be Shiny",
            "Always Shiny"});
            this.comboBoxShiny.Location = new System.Drawing.Point(801, 155);
            this.comboBoxShiny.Name = "comboBoxShiny";
            this.comboBoxShiny.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShiny.Size = new System.Drawing.Size(119, 21);
            this.comboBoxShiny.TabIndex = 323;
            this.comboBoxShiny.Visible = false;
            // 
            // labelWCShiny
            // 
            this.labelWCShiny.AutoSize = true;
            this.labelWCShiny.Location = new System.Drawing.Point(798, 140);
            this.labelWCShiny.Name = "labelWCShiny";
            this.labelWCShiny.Size = new System.Drawing.Size(52, 13);
            this.labelWCShiny.TabIndex = 324;
            this.labelWCShiny.Text = "Shininess";
            this.labelWCShiny.Visible = false;
            // 
            // comboBoxCapGenderRatio
            // 
            this.comboBoxCapGenderRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCapGenderRatio.ForeColor = System.Drawing.Color.Black;
            this.comboBoxCapGenderRatio.FormattingEnabled = true;
            this.comboBoxCapGenderRatio.Items.AddRange(new object[] {
            "All Ratios",
            "50% M / 50% F",
            "25% M / 75% F",
            "75% M / 25% F",
            "87.5% M / 12.5% F",
            "Fixed Gender"});
            this.comboBoxCapGenderRatio.Location = new System.Drawing.Point(801, 90);
            this.comboBoxCapGenderRatio.MaxDropDownItems = 3;
            this.comboBoxCapGenderRatio.Name = "comboBoxCapGenderRatio";
            this.comboBoxCapGenderRatio.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxCapGenderRatio.Size = new System.Drawing.Size(119, 21);
            this.comboBoxCapGenderRatio.TabIndex = 32;
            this.toolTipGenderRatio.SetToolTip(this.comboBoxCapGenderRatio, "Right-click to look up the gender\r\nratio of a certain Pokémon.\r\n\r\nUse this box to" +
        " filter out unwanted\r\nCute Charm results.");
            this.comboBoxCapGenderRatio.SelectedIndexChanged += new System.EventHandler(this.comboBoxCapGenderRatio_SelectedIndexChanged);
            this.comboBoxCapGenderRatio.EnabledChanged += new System.EventHandler(this.comboBoxCapGenderRatio_SelectedIndexChanged);
            this.comboBoxCapGenderRatio.MouseDown += new System.Windows.Forms.MouseEventHandler(this.comboBoxCapGenderRatio_MouseDown);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(768, 95);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(32, 13);
            this.label10.TabIndex = 322;
            this.label10.Text = "Ratio";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(97, 126);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(208, 39);
            this.label9.TabIndex = 321;
            this.label9.Text = "IV filters are not set to allow fast searching.\r\nTry searching for a common sprea" +
    "d\r\nsuch as flawless, or a Trick Room spread.";
            // 
            // comboBoxCapGender
            // 
            this.comboBoxCapGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCapGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxCapGender.FormattingEnabled = true;
            this.comboBoxCapGender.Items.AddRange(new object[] {
            "Any",
            "Male",
            "Female"});
            this.comboBoxCapGender.Location = new System.Drawing.Point(700, 91);
            this.comboBoxCapGender.MaxDropDownItems = 3;
            this.comboBoxCapGender.Name = "comboBoxCapGender";
            this.comboBoxCapGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxCapGender.Size = new System.Drawing.Size(59, 21);
            this.comboBoxCapGender.TabIndex = 31;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(655, 94);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(42, 13);
            this.label1.TabIndex = 319;
            this.label1.Text = "Gender";
            // 
            // comboBoxCapMonth
            // 
            this.comboBoxCapMonth.BlankText = null;
            checkBoxProperties11.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxCapMonth.CheckBoxProperties = checkBoxProperties11;
            this.comboBoxCapMonth.DisplayMemberSingleItem = "";
            this.comboBoxCapMonth.DropDownHeight = 300;
            this.comboBoxCapMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCapMonth.FormattingEnabled = true;
            this.comboBoxCapMonth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.comboBoxCapMonth.Location = new System.Drawing.Point(96, 24);
            this.comboBoxCapMonth.Name = "comboBoxCapMonth";
            this.comboBoxCapMonth.Size = new System.Drawing.Size(87, 21);
            this.comboBoxCapMonth.TabIndex = 1;
            this.comboBoxCapMonth.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // buttonAnySlot
            // 
            this.buttonAnySlot.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnySlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonAnySlot.ForeColor = System.Drawing.Color.Black;
            this.buttonAnySlot.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.Location = new System.Drawing.Point(256, 98);
            this.buttonAnySlot.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnySlot.Name = "buttonAnySlot";
            this.buttonAnySlot.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnySlot.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnySlot.Size = new System.Drawing.Size(41, 22);
            this.buttonAnySlot.TabIndex = 9;
            this.buttonAnySlot.Text = "Any";
            this.buttonAnySlot.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.Click += new System.EventHandler(this.buttonAnySlot_Click);
            // 
            // maskedTextBoxCapMinOffset
            // 
            this.maskedTextBoxCapMinOffset.Hex = false;
            this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(188, 24);
            this.maskedTextBoxCapMinOffset.Mask = "00000";
            this.maskedTextBoxCapMinOffset.Name = "maskedTextBoxCapMinOffset";
            this.maskedTextBoxCapMinOffset.Size = new System.Drawing.Size(44, 21);
            this.maskedTextBoxCapMinOffset.TabIndex = 4;
            this.maskedTextBoxCapMinOffset.Text = "1";
            this.maskedTextBoxCapMinOffset.TextChanged += new System.EventHandler(this.IVFilters_Changed);
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(17, 104);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(77, 13);
            this.label54.TabIndex = 120;
            this.label54.Text = "Encounter Slot";
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxEncounterType
            // 
            this.comboBoxEncounterType.DisplayMember = "Value";
            this.comboBoxEncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterType.Enabled = false;
            this.comboBoxEncounterType.ForeColor = System.Drawing.Color.Black;
            this.comboBoxEncounterType.FormattingEnabled = true;
            this.comboBoxEncounterType.Location = new System.Drawing.Point(97, 76);
            this.comboBoxEncounterType.Name = "comboBoxEncounterType";
            this.comboBoxEncounterType.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxEncounterType.Size = new System.Drawing.Size(156, 21);
            this.comboBoxEncounterType.TabIndex = 7;
            this.comboBoxEncounterType.ValueMember = "Key";
            this.comboBoxEncounterType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEncounterType_SelectedIndexChanged);
            // 
            // comboBoxEncounterSlot
            // 
            this.comboBoxEncounterSlot.BlankText = "Any";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxEncounterSlot.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxEncounterSlot.DisplayMemberSingleItem = "";
            this.comboBoxEncounterSlot.DropDownHeight = 310;
            this.comboBoxEncounterSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterSlot.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboBoxEncounterSlot.FormattingEnabled = true;
            this.comboBoxEncounterSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "Swarm"});
            this.comboBoxEncounterSlot.Location = new System.Drawing.Point(97, 99);
            this.comboBoxEncounterSlot.Name = "comboBoxEncounterSlot";
            this.comboBoxEncounterSlot.Size = new System.Drawing.Size(156, 21);
            this.comboBoxEncounterSlot.TabIndex = 8;
            this.comboBoxEncounterSlot.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(12, 81);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(83, 13);
            this.label52.TabIndex = 121;
            this.label52.Text = "Encounter Type";
            this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // maskedTextBoxCapYear
            // 
            this.maskedTextBoxCapYear.Hex = false;
            this.maskedTextBoxCapYear.Location = new System.Drawing.Point(55, 24);
            this.maskedTextBoxCapYear.Mask = "0000";
            this.maskedTextBoxCapYear.Name = "maskedTextBoxCapYear";
            this.maskedTextBoxCapYear.Size = new System.Drawing.Size(35, 21);
            this.maskedTextBoxCapYear.TabIndex = 0;
            this.maskedTextBoxCapYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxCapMaxOffset
            // 
            this.maskedTextBoxCapMaxOffset.Hex = false;
            this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(238, 24);
            this.maskedTextBoxCapMaxOffset.Mask = "00000";
            this.maskedTextBoxCapMaxOffset.Name = "maskedTextBoxCapMaxOffset";
            this.maskedTextBoxCapMaxOffset.Size = new System.Drawing.Size(44, 21);
            this.maskedTextBoxCapMaxOffset.TabIndex = 5;
            this.maskedTextBoxCapMaxOffset.TextChanged += new System.EventHandler(this.IVFilters_Changed);
            // 
            // labelCapMinMaxFrame
            // 
            this.labelCapMinMaxFrame.AutoSize = true;
            this.labelCapMinMaxFrame.Location = new System.Drawing.Point(191, 9);
            this.labelCapMinMaxFrame.Name = "labelCapMinMaxFrame";
            this.labelCapMinMaxFrame.Size = new System.Drawing.Size(87, 13);
            this.labelCapMinMaxFrame.TabIndex = 107;
            this.labelCapMinMaxFrame.Text = "Min / Max Frame";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(52, 9);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(29, 13);
            this.label20.TabIndex = 106;
            this.label20.Text = "Year";
            // 
            // comboBoxMethod
            // 
            this.comboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMethod.ForeColor = System.Drawing.Color.Black;
            this.comboBoxMethod.FormattingEnabled = true;
            this.comboBoxMethod.Location = new System.Drawing.Point(97, 53);
            this.comboBoxMethod.Name = "comboBoxMethod";
            this.comboBoxMethod.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxMethod.Size = new System.Drawing.Size(156, 21);
            this.comboBoxMethod.TabIndex = 6;
            this.comboBoxMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(51, 57);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(43, 13);
            this.label30.TabIndex = 113;
            this.label30.Text = "Method";
            this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // labelCapMonthDelay
            // 
            this.labelCapMonthDelay.AutoSize = true;
            this.labelCapMonthDelay.Location = new System.Drawing.Point(96, 9);
            this.labelCapMonthDelay.Name = "labelCapMonthDelay";
            this.labelCapMonthDelay.Size = new System.Drawing.Size(37, 13);
            this.labelCapMonthDelay.TabIndex = 117;
            this.labelCapMonthDelay.Text = "Month";
            this.labelCapMonthDelay.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // buttonCapGenerate
            // 
            this.buttonCapGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonCapGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonCapGenerate.Location = new System.Drawing.Point(12, 157);
            this.buttonCapGenerate.Name = "buttonCapGenerate";
            this.buttonCapGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonCapGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonCapGenerate.Size = new System.Drawing.Size(73, 23);
            this.buttonCapGenerate.TabIndex = 10;
            this.buttonCapGenerate.Text = "Generate";
            this.buttonCapGenerate.Click += new System.EventHandler(this.buttonCapGenerate_Click);
            // 
            // buttonAnyNature
            // 
            this.buttonAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonAnyNature.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Location = new System.Drawing.Point(879, 15);
            this.buttonAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnyNature.Name = "buttonAnyNature";
            this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyNature.Size = new System.Drawing.Size(41, 22);
            this.buttonAnyNature.TabIndex = 25;
            this.buttonAnyNature.Text = "Any";
            this.buttonAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Click += new System.EventHandler(this.buttonAnyNature_Click);
            // 
            // labelMaxShiny
            // 
            this.labelMaxShiny.AutoSize = true;
            this.labelMaxShiny.Location = new System.Drawing.Point(697, 115);
            this.labelMaxShiny.Name = "labelMaxShiny";
            this.labelMaxShiny.Size = new System.Drawing.Size(107, 13);
            this.labelMaxShiny.TabIndex = 100;
            this.labelMaxShiny.Text = "Max Shiny Advances";
            this.labelMaxShiny.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelMaxShiny.Visible = false;
            // 
            // comboBoxAbility
            // 
            this.comboBoxAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxAbility.FormattingEnabled = true;
            this.comboBoxAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxAbility.Location = new System.Drawing.Point(700, 43);
            this.comboBoxAbility.Name = "comboBoxAbility";
            this.comboBoxAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxAbility.Size = new System.Drawing.Size(67, 21);
            this.comboBoxAbility.TabIndex = 29;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(663, 47);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(34, 13);
            this.label23.TabIndex = 68;
            this.label23.Text = "Ability";
            // 
            // checkBoxShinyOnly
            // 
            this.checkBoxShinyOnly.AutoSize = true;
            this.checkBoxShinyOnly.Location = new System.Drawing.Point(700, 157);
            this.checkBoxShinyOnly.Name = "checkBoxShinyOnly";
            this.checkBoxShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShinyOnly.TabIndex = 36;
            this.checkBoxShinyOnly.Text = "Shiny Only";
            this.checkBoxShinyOnly.UseVisualStyleBackColor = true;
            this.checkBoxShinyOnly.CheckedChanged += new System.EventHandler(this.checkBoxShinyOnly_CheckedChanged);
            // 
            // checkBoxSynchOnly
            // 
            this.checkBoxSynchOnly.AutoSize = true;
            this.checkBoxSynchOnly.Location = new System.Drawing.Point(700, 69);
            this.checkBoxSynchOnly.Name = "checkBoxSynchOnly";
            this.checkBoxSynchOnly.Size = new System.Drawing.Size(145, 17);
            this.checkBoxSynchOnly.TabIndex = 30;
            this.checkBoxSynchOnly.Text = "Synchronize Frames Only";
            this.checkBoxSynchOnly.UseVisualStyleBackColor = true;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(660, 20);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(39, 13);
            this.label21.TabIndex = 11;
            this.label21.Text = "Nature";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // maskedTextBoxMaxShiny
            // 
            this.maskedTextBoxMaxShiny.Hex = false;
            this.maskedTextBoxMaxShiny.Location = new System.Drawing.Point(699, 130);
            this.maskedTextBoxMaxShiny.Mask = "0000";
            this.maskedTextBoxMaxShiny.Name = "maskedTextBoxMaxShiny";
            this.maskedTextBoxMaxShiny.Size = new System.Drawing.Size(86, 21);
            this.maskedTextBoxMaxShiny.TabIndex = 35;
            this.maskedTextBoxMaxShiny.Text = "300";
            this.maskedTextBoxMaxShiny.ValidatingType = typeof(int);
            this.maskedTextBoxMaxShiny.Visible = false;
            // 
            // comboBoxNature
            // 
            this.comboBoxNature.BlankText = "Any";
            checkBoxProperties2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxNature.CheckBoxProperties = checkBoxProperties2;
            this.comboBoxNature.DisplayMemberSingleItem = "";
            this.comboBoxNature.DropDownHeight = 300;
            this.comboBoxNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxNature.FormattingEnabled = true;
            this.comboBoxNature.Location = new System.Drawing.Point(700, 16);
            this.comboBoxNature.Name = "comboBoxNature";
            this.comboBoxNature.Size = new System.Drawing.Size(176, 21);
            this.comboBoxNature.TabIndex = 24;
            this.comboBoxNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // dataGridViewCapValues
            // 
            this.dataGridViewCapValues.AllowUserToAddRows = false;
            this.dataGridViewCapValues.AllowUserToDeleteRows = false;
            this.dataGridViewCapValues.AllowUserToResizeRows = false;
            this.dataGridViewCapValues.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.dataGridViewCapValues.ColumnHeadersHeight = 20;
            this.dataGridViewCapValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CapSeed,
            this.CapOffset,
            this.EncounterMod,
            this.NearestShiny,
            this.PID,
            this.EncounterSlot,
            this.Shiny,
            this.Nature,
            this.Ability,
            this.CapHP,
            this.CapAtk,
            this.CapDef,
            this.CapSpA,
            this.CapSpD,
            this.CapSpe,
            this.HiddenPower,
            this.HiddenPowerPower,
            this.f50,
            this.f125,
            this.f25,
            this.f75,
            this.CapDateTime,
            this.CapTimer0,
            this.CapKeypress,
            this.Synchable});
            this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
            this.dataGridViewCapValues.Location = new System.Drawing.Point(6, 189);
            this.dataGridViewCapValues.MultiSelect = false;
            this.dataGridViewCapValues.Name = "dataGridViewCapValues";
            this.dataGridViewCapValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridViewCapValues.RowHeadersVisible = false;
            this.dataGridViewCapValues.RowTemplate.Height = 20;
            this.dataGridViewCapValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCapValues.ShowCellErrors = false;
            this.dataGridViewCapValues.ShowCellToolTips = false;
            this.dataGridViewCapValues.ShowEditingIcon = false;
            this.dataGridViewCapValues.ShowRowErrors = false;
            this.dataGridViewCapValues.Size = new System.Drawing.Size(942, 255);
            this.dataGridViewCapValues.TabIndex = 0;
            this.dataGridViewCapValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
            this.dataGridViewCapValues.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewCapValues_CellMouseEnter);
            this.dataGridViewCapValues.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewCapValues_CellMouseLeave);
            this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
            this.dataGridViewCapValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
            this.dataGridViewCapValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
            // 
            // CapSeed
            // 
            this.CapSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle21.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.CapSeed.DefaultCellStyle = dataGridViewCellStyle21;
            this.CapSeed.FillWeight = 90F;
            this.CapSeed.HeaderText = "Seed";
            this.CapSeed.Name = "CapSeed";
            this.CapSeed.ReadOnly = true;
            this.CapSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapSeed.Width = 70;
            // 
            // CapOffset
            // 
            this.CapOffset.DataPropertyName = "Offset";
            this.CapOffset.FillWeight = 80F;
            this.CapOffset.HeaderText = "Frame";
            this.CapOffset.Name = "CapOffset";
            this.CapOffset.ReadOnly = true;
            this.CapOffset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapOffset.Width = 45;
            // 
            // EncounterMod
            // 
            this.EncounterMod.DataPropertyName = "EncounterMod";
            this.EncounterMod.FillWeight = 150F;
            this.EncounterMod.HeaderText = "Required Lead";
            this.EncounterMod.Name = "EncounterMod";
            this.EncounterMod.ReadOnly = true;
            this.EncounterMod.Width = 130;
            // 
            // NearestShiny
            // 
            this.NearestShiny.DataPropertyName = "NearestShiny";
            this.NearestShiny.HeaderText = "Shiny Frame";
            this.NearestShiny.Name = "NearestShiny";
            this.NearestShiny.ReadOnly = true;
            this.NearestShiny.Width = 75;
            // 
            // PID
            // 
            this.PID.DataPropertyName = "Pid";
            dataGridViewCellStyle22.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.PID.DefaultCellStyle = dataGridViewCellStyle22;
            this.PID.HeaderText = "PID";
            this.PID.Name = "PID";
            this.PID.ReadOnly = true;
            this.PID.Width = 80;
            // 
            // EncounterSlot
            // 
            this.EncounterSlot.DataPropertyName = "EncounterSlot";
            this.EncounterSlot.FillWeight = 120F;
            this.EncounterSlot.HeaderText = "Encounter Slot";
            this.EncounterSlot.Name = "EncounterSlot";
            this.EncounterSlot.ReadOnly = true;
            this.EncounterSlot.Width = 85;
            // 
            // Shiny
            // 
            this.Shiny.DataPropertyName = "ShinyDisplay";
            this.Shiny.FillWeight = 30F;
            this.Shiny.HeaderText = "!!!";
            this.Shiny.Name = "Shiny";
            this.Shiny.ReadOnly = true;
            this.Shiny.Width = 31;
            // 
            // Nature
            // 
            this.Nature.DataPropertyName = "Nature";
            this.Nature.FillWeight = 80F;
            this.Nature.HeaderText = "Nature";
            this.Nature.Name = "Nature";
            this.Nature.ReadOnly = true;
            this.Nature.Width = 65;
            // 
            // Ability
            // 
            this.Ability.DataPropertyName = "Ability";
            this.Ability.FillWeight = 50F;
            this.Ability.HeaderText = "Ability";
            this.Ability.Name = "Ability";
            this.Ability.ReadOnly = true;
            this.Ability.Width = 40;
            // 
            // CapHP
            // 
            this.CapHP.DataPropertyName = "Hp";
            this.CapHP.FillWeight = 45F;
            this.CapHP.HeaderText = "HP";
            this.CapHP.Name = "CapHP";
            this.CapHP.ReadOnly = true;
            this.CapHP.Width = 30;
            // 
            // CapAtk
            // 
            this.CapAtk.DataPropertyName = "Atk";
            this.CapAtk.FillWeight = 45F;
            this.CapAtk.HeaderText = "Atk";
            this.CapAtk.Name = "CapAtk";
            this.CapAtk.ReadOnly = true;
            this.CapAtk.Width = 30;
            // 
            // CapDef
            // 
            this.CapDef.DataPropertyName = "Def";
            this.CapDef.FillWeight = 45F;
            this.CapDef.HeaderText = "Def";
            this.CapDef.Name = "CapDef";
            this.CapDef.ReadOnly = true;
            this.CapDef.Width = 30;
            // 
            // CapSpA
            // 
            this.CapSpA.DataPropertyName = "SpA";
            this.CapSpA.FillWeight = 45F;
            this.CapSpA.HeaderText = "SpA";
            this.CapSpA.Name = "CapSpA";
            this.CapSpA.ReadOnly = true;
            this.CapSpA.Width = 30;
            // 
            // CapSpD
            // 
            this.CapSpD.DataPropertyName = "SpD";
            this.CapSpD.FillWeight = 45F;
            this.CapSpD.HeaderText = "SpD";
            this.CapSpD.Name = "CapSpD";
            this.CapSpD.ReadOnly = true;
            this.CapSpD.Width = 30;
            // 
            // CapSpe
            // 
            this.CapSpe.DataPropertyName = "Spe";
            this.CapSpe.FillWeight = 45F;
            this.CapSpe.HeaderText = "Spe";
            this.CapSpe.Name = "CapSpe";
            this.CapSpe.ReadOnly = true;
            this.CapSpe.Width = 30;
            // 
            // HiddenPower
            // 
            this.HiddenPower.DataPropertyName = "HiddenPowerType";
            this.HiddenPower.FillWeight = 80F;
            this.HiddenPower.HeaderText = "Hidden";
            this.HiddenPower.Name = "HiddenPower";
            this.HiddenPower.ReadOnly = true;
            this.HiddenPower.Width = 50;
            // 
            // HiddenPowerPower
            // 
            this.HiddenPowerPower.DataPropertyName = "HiddenPowerPower";
            this.HiddenPowerPower.FillWeight = 50F;
            this.HiddenPowerPower.HeaderText = "Power";
            this.HiddenPowerPower.Name = "HiddenPowerPower";
            this.HiddenPowerPower.ReadOnly = true;
            this.HiddenPowerPower.Width = 50;
            // 
            // f50
            // 
            this.f50.DataPropertyName = "Female50";
            this.f50.FillWeight = 50F;
            this.f50.HeaderText = "50% F";
            this.f50.Name = "f50";
            this.f50.ReadOnly = true;
            this.f50.Width = 50;
            // 
            // f125
            // 
            this.f125.DataPropertyName = "Female125";
            this.f125.FillWeight = 50F;
            this.f125.HeaderText = "12.5%F";
            this.f125.Name = "f125";
            this.f125.ReadOnly = true;
            this.f125.Width = 50;
            // 
            // f25
            // 
            this.f25.DataPropertyName = "Female25";
            this.f25.FillWeight = 50F;
            this.f25.HeaderText = "25% F";
            this.f25.Name = "f25";
            this.f25.ReadOnly = true;
            this.f25.Width = 50;
            // 
            // f75
            // 
            this.f75.DataPropertyName = "Female75";
            this.f75.FillWeight = 50F;
            this.f75.HeaderText = "75% F";
            this.f75.Name = "f75";
            this.f75.ReadOnly = true;
            this.f75.Width = 50;
            // 
            // CapDateTime
            // 
            this.CapDateTime.DataPropertyName = "TimeDate";
            this.CapDateTime.HeaderText = "Date\\Time";
            this.CapDateTime.Name = "CapDateTime";
            this.CapDateTime.ReadOnly = true;
            // 
            // CapTimer0
            // 
            this.CapTimer0.DataPropertyName = "Timer0";
            this.CapTimer0.FillWeight = 60F;
            this.CapTimer0.HeaderText = "Timer0";
            this.CapTimer0.Name = "CapTimer0";
            this.CapTimer0.Visible = false;
            this.CapTimer0.Width = 45;
            // 
            // CapKeypress
            // 
            this.CapKeypress.DataPropertyName = "Keypress";
            this.CapKeypress.HeaderText = "Keypresses";
            this.CapKeypress.Name = "CapKeypress";
            this.CapKeypress.Visible = false;
            this.CapKeypress.Width = 120;
            // 
            // Synchable
            // 
            this.Synchable.DataPropertyName = "Synchable";
            this.Synchable.HeaderText = "Synchronized";
            this.Synchable.Name = "Synchable";
            this.Synchable.ReadOnly = true;
            this.Synchable.Visible = false;
            this.Synchable.Width = 151;
            // 
            // maskedTextBoxCapMaxDelay
            // 
            this.maskedTextBoxCapMaxDelay.Hex = false;
            this.maskedTextBoxCapMaxDelay.Location = new System.Drawing.Point(142, 24);
            this.maskedTextBoxCapMaxDelay.Mask = "00000";
            this.maskedTextBoxCapMaxDelay.Name = "maskedTextBoxCapMaxDelay";
            this.maskedTextBoxCapMaxDelay.Size = new System.Drawing.Size(41, 21);
            this.maskedTextBoxCapMaxDelay.TabIndex = 331;
            // 
            // maskedTextBoxCapMinDelay
            // 
            this.maskedTextBoxCapMinDelay.Hex = false;
            this.maskedTextBoxCapMinDelay.Location = new System.Drawing.Point(96, 24);
            this.maskedTextBoxCapMinDelay.Mask = "00000";
            this.maskedTextBoxCapMinDelay.Name = "maskedTextBoxCapMinDelay";
            this.maskedTextBoxCapMinDelay.Size = new System.Drawing.Size(41, 21);
            this.maskedTextBoxCapMinDelay.TabIndex = 330;
            this.maskedTextBoxCapMinDelay.ValidatingType = typeof(int);
            // 
            // tabControl
            // 
            this.tabControl.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.tabControl.Controls.Add(this.tabPageCapture);
            this.tabControl.Controls.Add(this.tabPageShinyEgg);
            this.tabControl.Controls.Add(this.tabPageHiddenGrotto);
            this.tabControl.Controls.Add(this.tabPageDreamRadar);
            this.tabControl.Location = new System.Drawing.Point(12, 66);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(956, 470);
            this.tabControl.TabIndex = 0;
            this.tabControl.Tag = "";
            // 
            // tabPageHiddenGrotto
            // 
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHGenderRatio);
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHGender);
            this.tabPageHiddenGrotto.Controls.Add(this.label18);
            this.tabPageHiddenGrotto.Controls.Add(this.label17);
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHSubSlot);
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHSlot);
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHHollowNumber);
            this.tabPageHiddenGrotto.Controls.Add(this.label16);
            this.tabPageHiddenGrotto.Controls.Add(this.label14);
            this.tabPageHiddenGrotto.Controls.Add(this.label15);
            this.tabPageHiddenGrotto.Controls.Add(this.label13);
            this.tabPageHiddenGrotto.Controls.Add(this.cbHHMonth);
            this.tabPageHiddenGrotto.Controls.Add(this.txtHHAdvances);
            this.tabPageHiddenGrotto.Controls.Add(this.txtHHYear);
            this.tabPageHiddenGrotto.Controls.Add(this.txtHHOpenHollows);
            this.tabPageHiddenGrotto.Controls.Add(this.label6);
            this.tabPageHiddenGrotto.Controls.Add(this.label11);
            this.tabPageHiddenGrotto.Controls.Add(this.label12);
            this.tabPageHiddenGrotto.Controls.Add(this.btnHHGenerate);
            this.tabPageHiddenGrotto.Controls.Add(this.dgvHiddenGrottos);
            this.tabPageHiddenGrotto.Location = new System.Drawing.Point(4, 22);
            this.tabPageHiddenGrotto.Name = "tabPageHiddenGrotto";
            this.tabPageHiddenGrotto.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageHiddenGrotto.Size = new System.Drawing.Size(948, 444);
            this.tabPageHiddenGrotto.TabIndex = 3;
            this.tabPageHiddenGrotto.Text = "Hidden Grotto";
            this.tabPageHiddenGrotto.UseVisualStyleBackColor = true;
            // 
            // cbHHGenderRatio
            // 
            this.cbHHGenderRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHGenderRatio.ForeColor = System.Drawing.Color.Black;
            this.cbHHGenderRatio.FormattingEnabled = true;
            this.cbHHGenderRatio.Items.AddRange(new object[] {
            "60",
            "30",
            "10",
            "5"});
            this.cbHHGenderRatio.Location = new System.Drawing.Point(557, 75);
            this.cbHHGenderRatio.MaxDropDownItems = 3;
            this.cbHHGenderRatio.Name = "cbHHGenderRatio";
            this.cbHHGenderRatio.ShineColor = System.Drawing.SystemColors.Window;
            this.cbHHGenderRatio.Size = new System.Drawing.Size(87, 21);
            this.cbHHGenderRatio.TabIndex = 322;
            // 
            // cbHHGender
            // 
            this.cbHHGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHGender.ForeColor = System.Drawing.Color.Black;
            this.cbHHGender.FormattingEnabled = true;
            this.cbHHGender.Items.AddRange(new object[] {
            "M",
            "F"});
            this.cbHHGender.Location = new System.Drawing.Point(464, 75);
            this.cbHHGender.MaxDropDownItems = 3;
            this.cbHHGender.Name = "cbHHGender";
            this.cbHHGender.ShineColor = System.Drawing.SystemColors.Window;
            this.cbHHGender.Size = new System.Drawing.Size(87, 21);
            this.cbHHGender.TabIndex = 321;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(554, 59);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(96, 13);
            this.label18.TabIndex = 138;
            this.label18.Text = "Gender Ratio (% F)";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(461, 59);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(42, 13);
            this.label17.TabIndex = 137;
            this.label17.Text = "Gender";
            // 
            // cbHHSubSlot
            // 
            this.cbHHSubSlot.BlankText = null;
            checkBoxProperties9.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbHHSubSlot.CheckBoxProperties = checkBoxProperties9;
            this.cbHHSubSlot.DisplayMemberSingleItem = "";
            this.cbHHSubSlot.DropDownHeight = 300;
            this.cbHHSubSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHSubSlot.FormattingEnabled = true;
            this.cbHHSubSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.cbHHSubSlot.Location = new System.Drawing.Point(371, 75);
            this.cbHHSubSlot.Name = "cbHHSubSlot";
            this.cbHHSubSlot.Size = new System.Drawing.Size(87, 21);
            this.cbHHSubSlot.TabIndex = 134;
            // 
            // cbHHSlot
            // 
            this.cbHHSlot.BlankText = null;
            checkBoxProperties10.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbHHSlot.CheckBoxProperties = checkBoxProperties10;
            this.cbHHSlot.DisplayMemberSingleItem = "";
            this.cbHHSlot.DropDownHeight = 300;
            this.cbHHSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHSlot.FormattingEnabled = true;
            this.cbHHSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10"});
            this.cbHHSlot.Location = new System.Drawing.Point(278, 75);
            this.cbHHSlot.Name = "cbHHSlot";
            this.cbHHSlot.Size = new System.Drawing.Size(87, 21);
            this.cbHHSlot.TabIndex = 133;
            // 
            // cbHHHollowNumber
            // 
            this.cbHHHollowNumber.BlankText = null;
            checkBoxProperties5.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbHHHollowNumber.CheckBoxProperties = checkBoxProperties5;
            this.cbHHHollowNumber.DisplayMemberSingleItem = "";
            this.cbHHHollowNumber.DropDownHeight = 300;
            this.cbHHHollowNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHHollowNumber.FormattingEnabled = true;
            this.cbHHHollowNumber.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19"});
            this.cbHHHollowNumber.Location = new System.Drawing.Point(188, 75);
            this.cbHHHollowNumber.Name = "cbHHHollowNumber";
            this.cbHHHollowNumber.Size = new System.Drawing.Size(87, 21);
            this.cbHHHollowNumber.TabIndex = 132;
            this.cbHHHollowNumber.Visible = false;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(368, 59);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(44, 13);
            this.label16.TabIndex = 131;
            this.label16.Text = "SubSlot";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(275, 59);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(25, 13);
            this.label14.TabIndex = 130;
            this.label14.Text = "Slot";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(185, 59);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(76, 13);
            this.label15.TabIndex = 129;
            this.label15.Text = "Grotto Number";
            this.label15.Visible = false;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(275, 9);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(73, 13);
            this.label13.TabIndex = 126;
            this.label13.Text = "Open Hollows";
            this.label13.Visible = false;
            // 
            // cbHHMonth
            // 
            this.cbHHMonth.BlankText = null;
            checkBoxProperties6.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbHHMonth.CheckBoxProperties = checkBoxProperties6;
            this.cbHHMonth.DisplayMemberSingleItem = "";
            this.cbHHMonth.DropDownHeight = 300;
            this.cbHHMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHHMonth.FormattingEnabled = true;
            this.cbHHMonth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.cbHHMonth.Location = new System.Drawing.Point(96, 24);
            this.cbHHMonth.Name = "cbHHMonth";
            this.cbHHMonth.Size = new System.Drawing.Size(87, 21);
            this.cbHHMonth.TabIndex = 119;
            // 
            // txtHHAdvances
            // 
            this.txtHHAdvances.Hex = false;
            this.txtHHAdvances.Location = new System.Drawing.Point(188, 24);
            this.txtHHAdvances.Mask = "00000";
            this.txtHHAdvances.Name = "txtHHAdvances";
            this.txtHHAdvances.Size = new System.Drawing.Size(44, 21);
            this.txtHHAdvances.TabIndex = 120;
            this.txtHHAdvances.Text = "0";
            this.txtHHAdvances.Visible = false;
            // 
            // txtHHYear
            // 
            this.txtHHYear.Hex = false;
            this.txtHHYear.Location = new System.Drawing.Point(55, 24);
            this.txtHHYear.Mask = "0000";
            this.txtHHYear.Name = "txtHHYear";
            this.txtHHYear.Size = new System.Drawing.Size(35, 21);
            this.txtHHYear.TabIndex = 118;
            this.txtHHYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // txtHHOpenHollows
            // 
            this.txtHHOpenHollows.Hex = false;
            this.txtHHOpenHollows.Location = new System.Drawing.Point(278, 25);
            this.txtHHOpenHollows.Mask = "00";
            this.txtHHOpenHollows.Name = "txtHHOpenHollows";
            this.txtHHOpenHollows.Size = new System.Drawing.Size(44, 21);
            this.txtHHOpenHollows.TabIndex = 121;
            this.txtHHOpenHollows.Text = "1";
            this.txtHHOpenHollows.Visible = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(191, 9);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(78, 13);
            this.label6.TabIndex = 124;
            this.label6.Text = "Max Advances";
            this.label6.Visible = false;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(52, 9);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(29, 13);
            this.label11.TabIndex = 123;
            this.label11.Text = "Year";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(96, 9);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(37, 13);
            this.label12.TabIndex = 125;
            this.label12.Text = "Month";
            this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnHHGenerate
            // 
            this.btnHHGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnHHGenerate.ForeColor = System.Drawing.Color.Black;
            this.btnHHGenerate.Location = new System.Drawing.Point(12, 157);
            this.btnHHGenerate.Name = "btnHHGenerate";
            this.btnHHGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnHHGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.btnHHGenerate.Size = new System.Drawing.Size(73, 23);
            this.btnHHGenerate.TabIndex = 122;
            this.btnHHGenerate.Text = "Generate";
            this.btnHHGenerate.Click += new System.EventHandler(this.btnHHGenerate_Click);
            // 
            // dgvHiddenGrottos
            // 
            this.dgvHiddenGrottos.AllowUserToAddRows = false;
            this.dgvHiddenGrottos.AllowUserToDeleteRows = false;
            this.dgvHiddenGrottos.AllowUserToResizeRows = false;
            this.dgvHiddenGrottos.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.dgvHiddenGrottos.ColumnHeadersHeight = 20;
            this.dgvHiddenGrottos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dgvHiddenGrottos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn9,
            this.dataGridViewTextBoxColumn19,
            this.dataGridViewTextBoxColumn20,
            this.dataGridViewTextBoxColumn21,
            this.dataGridViewTextBoxColumn22,
            this.dataGridViewTextBoxColumn23,
            this.dataGridViewTextBoxColumn24,
            this.dataGridViewTextBoxColumn25});
            this.dgvHiddenGrottos.ContextMenuStrip = this.cmsHiddenGrotto;
            this.dgvHiddenGrottos.Location = new System.Drawing.Point(6, 189);
            this.dgvHiddenGrottos.MultiSelect = false;
            this.dgvHiddenGrottos.Name = "dgvHiddenGrottos";
            this.dgvHiddenGrottos.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dgvHiddenGrottos.RowHeadersVisible = false;
            this.dgvHiddenGrottos.RowTemplate.Height = 20;
            this.dgvHiddenGrottos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvHiddenGrottos.ShowCellErrors = false;
            this.dgvHiddenGrottos.ShowCellToolTips = false;
            this.dgvHiddenGrottos.ShowEditingIcon = false;
            this.dgvHiddenGrottos.ShowRowErrors = false;
            this.dgvHiddenGrottos.Size = new System.Drawing.Size(942, 255);
            this.dgvHiddenGrottos.TabIndex = 1;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "Seed";
            dataGridViewCellStyle25.Font = new System.Drawing.Font("Consolas", 8.75F);
            dataGridViewCellStyle25.Format = "X16";
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle25;
            this.dataGridViewTextBoxColumn1.FillWeight = 90F;
            this.dataGridViewTextBoxColumn1.HeaderText = "Seed";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.dataGridViewTextBoxColumn1.Width = 70;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "HollowNumber";
            this.dataGridViewTextBoxColumn8.FillWeight = 30F;
            this.dataGridViewTextBoxColumn8.HeaderText = "Hollow Number";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            this.dataGridViewTextBoxColumn8.Visible = false;
            this.dataGridViewTextBoxColumn8.Width = 31;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "StartingFrame";
            this.dataGridViewTextBoxColumn2.FillWeight = 80F;
            this.dataGridViewTextBoxColumn2.HeaderText = "Starting Frame";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.dataGridViewTextBoxColumn2.Visible = false;
            this.dataGridViewTextBoxColumn2.Width = 45;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "Frame";
            this.dataGridViewTextBoxColumn3.FillWeight = 150F;
            this.dataGridViewTextBoxColumn3.HeaderText = "Frame";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            this.dataGridViewTextBoxColumn3.Visible = false;
            this.dataGridViewTextBoxColumn3.Width = 130;
            // 
            // dataGridViewTextBoxColumn5
            // 
            this.dataGridViewTextBoxColumn5.DataPropertyName = "Slot";
            this.dataGridViewTextBoxColumn5.HeaderText = "Slot";
            this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
            this.dataGridViewTextBoxColumn5.ReadOnly = true;
            this.dataGridViewTextBoxColumn5.Width = 75;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.DataPropertyName = "SubSlot";
            this.dataGridViewTextBoxColumn7.FillWeight = 120F;
            this.dataGridViewTextBoxColumn7.HeaderText = "Sub Slot";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            this.dataGridViewTextBoxColumn7.Width = 85;
            // 
            // dataGridViewTextBoxColumn9
            // 
            this.dataGridViewTextBoxColumn9.DataPropertyName = "Gender";
            this.dataGridViewTextBoxColumn9.FillWeight = 80F;
            this.dataGridViewTextBoxColumn9.HeaderText = "Gender";
            this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
            this.dataGridViewTextBoxColumn9.ReadOnly = true;
            this.dataGridViewTextBoxColumn9.Visible = false;
            this.dataGridViewTextBoxColumn9.Width = 65;
            // 
            // dataGridViewTextBoxColumn19
            // 
            this.dataGridViewTextBoxColumn19.DataPropertyName = "Female60";
            this.dataGridViewTextBoxColumn19.FillWeight = 50F;
            this.dataGridViewTextBoxColumn19.HeaderText = "60% F";
            this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
            this.dataGridViewTextBoxColumn19.ReadOnly = true;
            this.dataGridViewTextBoxColumn19.Width = 50;
            // 
            // dataGridViewTextBoxColumn20
            // 
            this.dataGridViewTextBoxColumn20.DataPropertyName = "Female30";
            this.dataGridViewTextBoxColumn20.FillWeight = 50F;
            this.dataGridViewTextBoxColumn20.HeaderText = "30%F";
            this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
            this.dataGridViewTextBoxColumn20.ReadOnly = true;
            this.dataGridViewTextBoxColumn20.Width = 50;
            // 
            // dataGridViewTextBoxColumn21
            // 
            this.dataGridViewTextBoxColumn21.DataPropertyName = "Female10";
            this.dataGridViewTextBoxColumn21.FillWeight = 50F;
            this.dataGridViewTextBoxColumn21.HeaderText = "10% F";
            this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
            this.dataGridViewTextBoxColumn21.ReadOnly = true;
            this.dataGridViewTextBoxColumn21.Width = 50;
            // 
            // dataGridViewTextBoxColumn22
            // 
            this.dataGridViewTextBoxColumn22.DataPropertyName = "Female5";
            this.dataGridViewTextBoxColumn22.FillWeight = 50F;
            this.dataGridViewTextBoxColumn22.HeaderText = "5% F";
            this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
            this.dataGridViewTextBoxColumn22.ReadOnly = true;
            this.dataGridViewTextBoxColumn22.Width = 50;
            // 
            // dataGridViewTextBoxColumn23
            // 
            this.dataGridViewTextBoxColumn23.DataPropertyName = "DateTime";
            dataGridViewCellStyle26.Format = "MM/dd/yy HH:mm:ss";
            this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle26;
            this.dataGridViewTextBoxColumn23.HeaderText = "Date\\Time";
            this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
            this.dataGridViewTextBoxColumn23.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn24
            // 
            this.dataGridViewTextBoxColumn24.DataPropertyName = "Timer0";
            dataGridViewCellStyle27.Format = "X";
            this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle27;
            this.dataGridViewTextBoxColumn24.FillWeight = 60F;
            this.dataGridViewTextBoxColumn24.HeaderText = "Timer0";
            this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
            this.dataGridViewTextBoxColumn24.Width = 45;
            // 
            // dataGridViewTextBoxColumn25
            // 
            this.dataGridViewTextBoxColumn25.DataPropertyName = "Keypress";
            this.dataGridViewTextBoxColumn25.HeaderText = "Keypresses";
            this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
            this.dataGridViewTextBoxColumn25.Width = 120;
            // 
            // cmsHiddenGrotto
            // 
            this.cmsHiddenGrotto.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.toolStripMenuItem2,
            this.toolStripSeparator1,
            this.toolStripMenuItem4});
            this.cmsHiddenGrotto.Name = "contextMenuStripEggPid";
            this.cmsHiddenGrotto.Size = new System.Drawing.Size(214, 76);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(213, 22);
            this.toolStripMenuItem1.Text = "Copy Seed to Clipboard";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(213, 22);
            this.toolStripMenuItem2.Text = "Generate Adjacent Seeds...";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(210, 6);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(213, 22);
            this.toolStripMenuItem4.Text = "Output Results to TXT ...";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
            // 
            // tabPageDreamRadar
            // 
            this.tabPageDreamRadar.Controls.Add(this.ivDR);
            this.tabPageDreamRadar.Controls.Add(this.cbDRShinyness);
            this.tabPageDreamRadar.Controls.Add(this.label19);
            this.tabPageDreamRadar.Controls.Add(this.cbDRRatio);
            this.tabPageDreamRadar.Controls.Add(this.label22);
            this.tabPageDreamRadar.Controls.Add(this.cbDRGender);
            this.tabPageDreamRadar.Controls.Add(this.label24);
            this.tabPageDreamRadar.Controls.Add(this.cbDRMonth);
            this.tabPageDreamRadar.Controls.Add(this.txtDRMinFrame);
            this.tabPageDreamRadar.Controls.Add(this.txtDRYear);
            this.tabPageDreamRadar.Controls.Add(this.txtDRMaxFrame);
            this.tabPageDreamRadar.Controls.Add(this.label25);
            this.tabPageDreamRadar.Controls.Add(this.label26);
            this.tabPageDreamRadar.Controls.Add(this.label27);
            this.tabPageDreamRadar.Controls.Add(this.btnDRGenerate);
            this.tabPageDreamRadar.Controls.Add(this.btnDRAnyNature);
            this.tabPageDreamRadar.Controls.Add(this.cbDRShiny);
            this.tabPageDreamRadar.Controls.Add(this.label28);
            this.tabPageDreamRadar.Controls.Add(this.cbDRNature);
            this.tabPageDreamRadar.Controls.Add(this.gvDreamRadar);
            this.tabPageDreamRadar.Location = new System.Drawing.Point(4, 22);
            this.tabPageDreamRadar.Name = "tabPageDreamRadar";
            this.tabPageDreamRadar.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageDreamRadar.Size = new System.Drawing.Size(948, 444);
            this.tabPageDreamRadar.TabIndex = 4;
            this.tabPageDreamRadar.Text = "Dream Radar";
            this.tabPageDreamRadar.UseVisualStyleBackColor = true;
            // 
            // ivDR
            // 
            this.ivDR.Location = new System.Drawing.Point(319, 9);
            this.ivDR.Name = "ivDR";
            this.ivDR.Size = new System.Drawing.Size(315, 166);
            this.ivDR.TabIndex = 345;
            // 
            // cbDRShinyness
            // 
            this.cbDRShinyness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDRShinyness.ForeColor = System.Drawing.Color.Black;
            this.cbDRShinyness.FormattingEnabled = true;
            this.cbDRShinyness.Items.AddRange(new object[] {
            "Never Shiny",
            "May Be Shiny",
            "Always Shiny"});
            this.cbDRShinyness.Location = new System.Drawing.Point(801, 155);
            this.cbDRShinyness.Name = "cbDRShinyness";
            this.cbDRShinyness.ShineColor = System.Drawing.SystemColors.Window;
            this.cbDRShinyness.Size = new System.Drawing.Size(119, 21);
            this.cbDRShinyness.TabIndex = 343;
            this.cbDRShinyness.Visible = false;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(798, 140);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(52, 13);
            this.label19.TabIndex = 344;
            this.label19.Text = "Shininess";
            this.label19.Visible = false;
            // 
            // cbDRRatio
            // 
            this.cbDRRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDRRatio.ForeColor = System.Drawing.Color.Black;
            this.cbDRRatio.FormattingEnabled = true;
            this.cbDRRatio.Items.AddRange(new object[] {
            "All Ratios",
            "50% M / 50% F",
            "25% M / 75% F",
            "75% M / 25% F",
            "87.5% M / 12.5% F",
            "Fixed Gender"});
            this.cbDRRatio.Location = new System.Drawing.Point(801, 90);
            this.cbDRRatio.MaxDropDownItems = 3;
            this.cbDRRatio.Name = "cbDRRatio";
            this.cbDRRatio.ShineColor = System.Drawing.SystemColors.Window;
            this.cbDRRatio.Size = new System.Drawing.Size(119, 21);
            this.cbDRRatio.TabIndex = 336;
            this.toolTipGenderRatio.SetToolTip(this.cbDRRatio, "Right-click to look up the gender\r\nratio of a certain Pokémon.\r\n\r\nUse this box to" +
        " filter out unwanted\r\nCute Charm results.");
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(768, 95);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(32, 13);
            this.label22.TabIndex = 342;
            this.label22.Text = "Ratio";
            // 
            // cbDRGender
            // 
            this.cbDRGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDRGender.ForeColor = System.Drawing.Color.Black;
            this.cbDRGender.FormattingEnabled = true;
            this.cbDRGender.Items.AddRange(new object[] {
            "Any",
            "Male",
            "Female"});
            this.cbDRGender.Location = new System.Drawing.Point(700, 91);
            this.cbDRGender.MaxDropDownItems = 3;
            this.cbDRGender.Name = "cbDRGender";
            this.cbDRGender.ShineColor = System.Drawing.SystemColors.Window;
            this.cbDRGender.Size = new System.Drawing.Size(59, 21);
            this.cbDRGender.TabIndex = 335;
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(655, 94);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(42, 13);
            this.label24.TabIndex = 341;
            this.label24.Text = "Gender";
            // 
            // cbDRMonth
            // 
            this.cbDRMonth.BlankText = null;
            checkBoxProperties3.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbDRMonth.CheckBoxProperties = checkBoxProperties3;
            this.cbDRMonth.DisplayMemberSingleItem = "";
            this.cbDRMonth.DropDownHeight = 300;
            this.cbDRMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDRMonth.FormattingEnabled = true;
            this.cbDRMonth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12"});
            this.cbDRMonth.Location = new System.Drawing.Point(96, 24);
            this.cbDRMonth.Name = "cbDRMonth";
            this.cbDRMonth.Size = new System.Drawing.Size(87, 21);
            this.cbDRMonth.TabIndex = 327;
            // 
            // txtDRMinFrame
            // 
            this.txtDRMinFrame.Hex = false;
            this.txtDRMinFrame.Location = new System.Drawing.Point(188, 24);
            this.txtDRMinFrame.Mask = "00000";
            this.txtDRMinFrame.Name = "txtDRMinFrame";
            this.txtDRMinFrame.Size = new System.Drawing.Size(44, 21);
            this.txtDRMinFrame.TabIndex = 329;
            this.txtDRMinFrame.Text = "1";
            // 
            // txtDRYear
            // 
            this.txtDRYear.Hex = false;
            this.txtDRYear.Location = new System.Drawing.Point(55, 24);
            this.txtDRYear.Mask = "0000";
            this.txtDRYear.Name = "txtDRYear";
            this.txtDRYear.Size = new System.Drawing.Size(35, 21);
            this.txtDRYear.TabIndex = 325;
            this.txtDRYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // txtDRMaxFrame
            // 
            this.txtDRMaxFrame.Hex = false;
            this.txtDRMaxFrame.Location = new System.Drawing.Point(238, 24);
            this.txtDRMaxFrame.Mask = "00000";
            this.txtDRMaxFrame.Name = "txtDRMaxFrame";
            this.txtDRMaxFrame.Size = new System.Drawing.Size(44, 21);
            this.txtDRMaxFrame.TabIndex = 330;
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(191, 9);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(87, 13);
            this.label25.TabIndex = 339;
            this.label25.Text = "Min / Max Frame";
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(52, 9);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(29, 13);
            this.label26.TabIndex = 338;
            this.label26.Text = "Year";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(96, 9);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(37, 13);
            this.label27.TabIndex = 340;
            this.label27.Text = "Month";
            this.label27.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnDRGenerate
            // 
            this.btnDRGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnDRGenerate.ForeColor = System.Drawing.Color.Black;
            this.btnDRGenerate.Location = new System.Drawing.Point(12, 157);
            this.btnDRGenerate.Name = "btnDRGenerate";
            this.btnDRGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnDRGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.btnDRGenerate.Size = new System.Drawing.Size(73, 23);
            this.btnDRGenerate.TabIndex = 331;
            this.btnDRGenerate.Text = "Generate";
            this.btnDRGenerate.Click += new System.EventHandler(this.btnDRGenerate_Click);
            // 
            // btnDRAnyNature
            // 
            this.btnDRAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.btnDRAnyNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.btnDRAnyNature.ForeColor = System.Drawing.Color.Black;
            this.btnDRAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnDRAnyNature.Location = new System.Drawing.Point(879, 15);
            this.btnDRAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.btnDRAnyNature.Name = "btnDRAnyNature";
            this.btnDRAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.btnDRAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.btnDRAnyNature.Size = new System.Drawing.Size(41, 22);
            this.btnDRAnyNature.TabIndex = 334;
            this.btnDRAnyNature.Text = "Any";
            this.btnDRAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnDRAnyNature.Click += new System.EventHandler(this.btnDRAnyNature_Click);
            // 
            // cbDRShiny
            // 
            this.cbDRShiny.AutoSize = true;
            this.cbDRShiny.Location = new System.Drawing.Point(700, 157);
            this.cbDRShiny.Name = "cbDRShiny";
            this.cbDRShiny.Size = new System.Drawing.Size(76, 17);
            this.cbDRShiny.TabIndex = 337;
            this.cbDRShiny.Text = "Shiny Only";
            this.cbDRShiny.UseVisualStyleBackColor = true;
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(660, 20);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(39, 13);
            this.label28.TabIndex = 332;
            this.label28.Text = "Nature";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cbDRNature
            // 
            this.cbDRNature.BlankText = "Any";
            checkBoxProperties4.ForeColor = System.Drawing.SystemColors.ControlText;
            this.cbDRNature.CheckBoxProperties = checkBoxProperties4;
            this.cbDRNature.DisplayMemberSingleItem = "";
            this.cbDRNature.DropDownHeight = 300;
            this.cbDRNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDRNature.FormattingEnabled = true;
            this.cbDRNature.Location = new System.Drawing.Point(700, 16);
            this.cbDRNature.Name = "cbDRNature";
            this.cbDRNature.Size = new System.Drawing.Size(176, 21);
            this.cbDRNature.TabIndex = 333;
            // 
            // gvDreamRadar
            // 
            this.gvDreamRadar.AllowUserToAddRows = false;
            this.gvDreamRadar.AllowUserToDeleteRows = false;
            this.gvDreamRadar.AllowUserToOrderColumns = true;
            this.gvDreamRadar.AllowUserToResizeRows = false;
            this.gvDreamRadar.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.gvDreamRadar.ColumnHeadersHeight = 20;
            this.gvDreamRadar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn10,
            this.dataGridViewTextBoxColumn11,
            this.dataGridViewTextBoxColumn12,
            this.dataGridViewTextBoxColumn13,
            this.dataGridViewTextBoxColumn16,
            this.dataGridViewTextBoxColumn17,
            this.dataGridViewTextBoxColumn18,
            this.dataGridViewTextBoxColumn26,
            this.dataGridViewTextBoxColumn27,
            this.dataGridViewTextBoxColumn28,
            this.dataGridViewTextBoxColumn29,
            this.dataGridViewTextBoxColumn30,
            this.dataGridViewTextBoxColumn35,
            this.dataGridViewTextBoxColumn36});
            this.gvDreamRadar.ContextMenuStrip = this.contextMenuStripEggPid;
            this.gvDreamRadar.Location = new System.Drawing.Point(6, 189);
            this.gvDreamRadar.MultiSelect = false;
            this.gvDreamRadar.Name = "gvDreamRadar";
            this.gvDreamRadar.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.gvDreamRadar.RowHeadersVisible = false;
            this.gvDreamRadar.RowTemplate.Height = 20;
            this.gvDreamRadar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.gvDreamRadar.ShowCellErrors = false;
            this.gvDreamRadar.ShowCellToolTips = false;
            this.gvDreamRadar.ShowEditingIcon = false;
            this.gvDreamRadar.ShowRowErrors = false;
            this.gvDreamRadar.Size = new System.Drawing.Size(942, 255);
            this.gvDreamRadar.TabIndex = 22;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.DataPropertyName = "Seed";
            dataGridViewCellStyle23.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle23;
            this.dataGridViewTextBoxColumn6.HeaderText = "Seed";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            this.dataGridViewTextBoxColumn6.Width = 160;
            // 
            // dataGridViewTextBoxColumn10
            // 
            this.dataGridViewTextBoxColumn10.DataPropertyName = "Offset";
            this.dataGridViewTextBoxColumn10.HeaderText = "Frame";
            this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
            this.dataGridViewTextBoxColumn10.ReadOnly = true;
            this.dataGridViewTextBoxColumn10.Width = 45;
            // 
            // dataGridViewTextBoxColumn11
            // 
            this.dataGridViewTextBoxColumn11.DataPropertyName = "Pid";
            dataGridViewCellStyle24.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle24;
            this.dataGridViewTextBoxColumn11.HeaderText = "PID";
            this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
            this.dataGridViewTextBoxColumn11.ReadOnly = true;
            this.dataGridViewTextBoxColumn11.Width = 70;
            // 
            // dataGridViewTextBoxColumn12
            // 
            this.dataGridViewTextBoxColumn12.DataPropertyName = "ShinyDisplay";
            this.dataGridViewTextBoxColumn12.HeaderText = "!!!";
            this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
            this.dataGridViewTextBoxColumn12.ReadOnly = true;
            this.dataGridViewTextBoxColumn12.Width = 31;
            // 
            // dataGridViewTextBoxColumn13
            // 
            this.dataGridViewTextBoxColumn13.DataPropertyName = "Nature";
            this.dataGridViewTextBoxColumn13.HeaderText = "Nature";
            this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
            this.dataGridViewTextBoxColumn13.ReadOnly = true;
            this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn13.Width = 65;
            // 
            // dataGridViewTextBoxColumn16
            // 
            this.dataGridViewTextBoxColumn16.DataPropertyName = "DisplayHpAlt";
            this.dataGridViewTextBoxColumn16.HeaderText = "HP";
            this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
            this.dataGridViewTextBoxColumn16.ReadOnly = true;
            this.dataGridViewTextBoxColumn16.Width = 30;
            // 
            // dataGridViewTextBoxColumn17
            // 
            this.dataGridViewTextBoxColumn17.DataPropertyName = "DisplayAtkAlt";
            this.dataGridViewTextBoxColumn17.HeaderText = "Atk";
            this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
            this.dataGridViewTextBoxColumn17.ReadOnly = true;
            this.dataGridViewTextBoxColumn17.Width = 30;
            // 
            // dataGridViewTextBoxColumn18
            // 
            this.dataGridViewTextBoxColumn18.DataPropertyName = "DisplayDefAlt";
            this.dataGridViewTextBoxColumn18.HeaderText = "Def";
            this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
            this.dataGridViewTextBoxColumn18.ReadOnly = true;
            this.dataGridViewTextBoxColumn18.Width = 30;
            // 
            // dataGridViewTextBoxColumn26
            // 
            this.dataGridViewTextBoxColumn26.DataPropertyName = "DisplaySpaAlt";
            this.dataGridViewTextBoxColumn26.HeaderText = "SpA";
            this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
            this.dataGridViewTextBoxColumn26.ReadOnly = true;
            this.dataGridViewTextBoxColumn26.Width = 30;
            // 
            // dataGridViewTextBoxColumn27
            // 
            this.dataGridViewTextBoxColumn27.DataPropertyName = "DisplaySpdAlt";
            this.dataGridViewTextBoxColumn27.HeaderText = "SpD";
            this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
            this.dataGridViewTextBoxColumn27.ReadOnly = true;
            this.dataGridViewTextBoxColumn27.Width = 30;
            // 
            // dataGridViewTextBoxColumn28
            // 
            this.dataGridViewTextBoxColumn28.DataPropertyName = "DisplaySpeAlt";
            this.dataGridViewTextBoxColumn28.HeaderText = "Spe";
            this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
            this.dataGridViewTextBoxColumn28.ReadOnly = true;
            this.dataGridViewTextBoxColumn28.Width = 30;
            // 
            // dataGridViewTextBoxColumn29
            // 
            this.dataGridViewTextBoxColumn29.DataPropertyName = "HiddenPowerType";
            this.dataGridViewTextBoxColumn29.HeaderText = "Hidden";
            this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
            this.dataGridViewTextBoxColumn29.ReadOnly = true;
            this.dataGridViewTextBoxColumn29.Width = 50;
            // 
            // dataGridViewTextBoxColumn30
            // 
            this.dataGridViewTextBoxColumn30.DataPropertyName = "HiddenPowerPower";
            this.dataGridViewTextBoxColumn30.HeaderText = "Power";
            this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
            this.dataGridViewTextBoxColumn30.ReadOnly = true;
            this.dataGridViewTextBoxColumn30.Width = 45;
            // 
            // dataGridViewTextBoxColumn35
            // 
            this.dataGridViewTextBoxColumn35.DataPropertyName = "TimeDate";
            this.dataGridViewTextBoxColumn35.HeaderText = "Date\\Time";
            this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35";
            this.dataGridViewTextBoxColumn35.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn36
            // 
            this.dataGridViewTextBoxColumn36.DataPropertyName = "Keypress";
            this.dataGridViewTextBoxColumn36.HeaderText = "Keypress";
            this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36";
            this.dataGridViewTextBoxColumn36.Width = 120;
            // 
            // toolTipGenderRatio
            // 
            this.toolTipGenderRatio.AutoPopDelay = 6000;
            this.toolTipGenderRatio.InitialDelay = 300;
            this.toolTipGenderRatio.ReshowDelay = 100;
            this.toolTipGenderRatio.ToolTipTitle = "Gender Ratio";
            // 
            // toolTipDataGrid
            // 
            this.toolTipDataGrid.AutoPopDelay = 6000;
            this.toolTipDataGrid.InitialDelay = 300;
            this.toolTipDataGrid.ReshowDelay = 100;
            this.toolTipDataGrid.ToolTipTitle = "Gender Ratio";
            // 
            // groupBoxConfiguration
            // 
            this.groupBoxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxConfiguration.Controls.Add(this.labelProfileInformation);
            this.groupBoxConfiguration.Controls.Add(this.comboBoxProfiles);
            this.groupBoxConfiguration.Controls.Add(this.buttonEditProfile);
            this.groupBoxConfiguration.Location = new System.Drawing.Point(12, 12);
            this.groupBoxConfiguration.Name = "groupBoxConfiguration";
            this.groupBoxConfiguration.Size = new System.Drawing.Size(956, 48);
            this.groupBoxConfiguration.TabIndex = 2;
            this.groupBoxConfiguration.TabStop = false;
            this.groupBoxConfiguration.Text = "Configuration";
            // 
            // labelProfileInformation
            // 
            this.labelProfileInformation.AutoSize = true;
            this.labelProfileInformation.Location = new System.Drawing.Point(131, 22);
            this.labelProfileInformation.Name = "labelProfileInformation";
            this.labelProfileInformation.Size = new System.Drawing.Size(0, 13);
            this.labelProfileInformation.TabIndex = 320;
            // 
            // comboBoxProfiles
            // 
            this.comboBoxProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxProfiles.ForeColor = System.Drawing.Color.Black;
            this.comboBoxProfiles.FormattingEnabled = true;
            this.comboBoxProfiles.Location = new System.Drawing.Point(6, 19);
            this.comboBoxProfiles.MaxDropDownItems = 3;
            this.comboBoxProfiles.Name = "comboBoxProfiles";
            this.comboBoxProfiles.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxProfiles.Size = new System.Drawing.Size(119, 21);
            this.comboBoxProfiles.TabIndex = 33;
            this.comboBoxProfiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfiles_SelectedIndexChanged);
            // 
            // buttonEditProfile
            // 
            this.buttonEditProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEditProfile.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEditProfile.ForeColor = System.Drawing.Color.Black;
            this.buttonEditProfile.Location = new System.Drawing.Point(877, 19);
            this.buttonEditProfile.Name = "buttonEditProfile";
            this.buttonEditProfile.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEditProfile.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEditProfile.Size = new System.Drawing.Size(73, 23);
            this.buttonEditProfile.TabIndex = 11;
            this.buttonEditProfile.Text = "Edit";
            this.buttonEditProfile.Click += new System.EventHandler(this.buttonEditProfile_Click);
            // 
            // TimeFinder5th
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(981, 548);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.groupBoxConfiguration);
            this.Name = "TimeFinder5th";
            this.Text = "5th Generation Time Finder";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
            this.Load += new System.EventHandler(this.PlatinumTime_Load);
            this.contextMenuStripCap.ResumeLayout(false);
            this.contextMenuStripEggPid.ResumeLayout(false);
            this.tabPageShinyEgg.ResumeLayout(false);
            this.tabPageShinyEgg.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyResults)).EndInit();
            this.tabPageCapture.ResumeLayout(false);
            this.tabPageCapture.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.tabPageHiddenGrotto.ResumeLayout(false);
            this.tabPageHiddenGrotto.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvHiddenGrottos)).EndInit();
            this.cmsHiddenGrotto.ResumeLayout(false);
            this.tabPageDreamRadar.ResumeLayout(false);
            this.tabPageDreamRadar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvDreamRadar)).EndInit();
            this.groupBoxConfiguration.ResumeLayout(false);
            this.groupBoxConfiguration.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties2 = new RNGReporter.Controls.CheckBoxProperties();
            this.contextMenuStripEggPid = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
            this.generateTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.outputResultsToTXTToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.setAsTargetFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.jumpToTargetFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.generateAdjacentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.returnToResultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.outputResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.tabPageEggIVs = new System.Windows.Forms.TabPage();
            this.ivFiltersEgg = new RNGReporter.Controls.IVFilters();
            this.radioButtonEggHGSS = new System.Windows.Forms.RadioButton();
            this.radioButtonEggDPPt = new System.Windows.Forms.RadioButton();
            this.checkBoxShowInheritance = new System.Windows.Forms.CheckBox();
            this.label29 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblIVB = new System.Windows.Forms.Label();
            this.lblIVA = new System.Windows.Forms.Label();
            this.button1 = new RNGReporter.GlassButton();
            this.dataGridViewEggIVValues = new RNGReporter.DoubleBufferedDataGridView();
            this.Seed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Delay = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Atk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Def = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Spe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Flips = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonEggGenerate = new RNGReporter.GlassButton();
            this.label14 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.maskedTextBoxDefB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxAtkB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpeB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpDB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpAB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxHPB = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxDefA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxAtkA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpeA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpDA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSpAA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxHPA = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMaxOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMinOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxYear = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMinDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMaxDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageShinyEgg = new System.Windows.Forms.TabPage();
            this.labelHappinessWarning = new System.Windows.Forms.Label();
            this.checkBoxNoHappiness = new System.Windows.Forms.CheckBox();
            this.label8 = new System.Windows.Forms.Label();
            this.checkBoxIntlParents = new System.Windows.Forms.CheckBox();
            this.radioButtonHGSS = new System.Windows.Forms.RadioButton();
            this.radioButtonDPPt = new System.Windows.Forms.RadioButton();
            this.comboBoxShinyGender = new RNGReporter.GlassComboBox();
            this.label92 = new System.Windows.Forms.Label();
            this.checkBoxShinyShinyOnly = new System.Windows.Forms.CheckBox();
            this.labelDPPtWarning = new System.Windows.Forms.Label();
            this.dataGridViewShinyResults = new RNGReporter.DoubleBufferedDataGridView();
            this.EggSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EggPID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.shinyShinyDisplay = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyNature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFemale75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFlipSequence = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyTaps = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ShinyFlips = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.buttonShinyClearAbility = new RNGReporter.GlassButton();
            this.comboBoxShinyAbility = new RNGReporter.GlassComboBox();
            this.buttonShinyGenerate = new RNGReporter.GlassButton();
            this.labelShinySecretID = new System.Windows.Forms.Label();
            this.labelShinyNature = new System.Windows.Forms.Label();
            this.labelShinyTrainerID = new System.Windows.Forms.Label();
            this.buttonShinyClearNature = new RNGReporter.GlassButton();
            this.labelShinyAbility = new System.Windows.Forms.Label();
            this.comboBoxShinyNature = new RNGReporter.GlassComboBox();
            this.labelShinyDelay = new System.Windows.Forms.Label();
            this.labelShinyYear = new System.Windows.Forms.Label();
            this.maskedTextBoxMaxTaps = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinySecretID = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyID = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyMaxDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyMinDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxShinyYear = new RNGReporter.Controls.MaskedTextBox2();
            this.tabPageCapture = new System.Windows.Forms.TabPage();
            this.ivFiltersCapture = new RNGReporter.Controls.IVFilters();
            this.comboBoxCapGenderRatio = new RNGReporter.GlassComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBoxCapGender = new RNGReporter.GlassComboBox();
            this.label31 = new System.Windows.Forms.Label();
            this.dataGridViewCapValues = new RNGReporter.DoubleBufferedDataGridView();
            this.CapSeed = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapOffset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Hour = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterMod = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterSlot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Nature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Ability = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapHP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapAtk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapDef = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CapSpe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPowerPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStripCap = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.copySeedToClipboardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.generateTimesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.outputCapResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonAnySlot = new RNGReporter.GlassButton();
            this.maskedTextBoxCapMinOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.label54 = new System.Windows.Forms.Label();
            this.comboBoxEncounterType = new RNGReporter.GlassComboBox();
            this.comboBoxEncounterSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.maskedTextBoxCapMaxDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.label52 = new System.Windows.Forms.Label();
            this.maskedTextBoxCapMinDelay = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCapYear = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxCapMaxOffset = new RNGReporter.Controls.MaskedTextBox2();
            this.labelCapMinMaxFrame = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.comboBoxMethod = new RNGReporter.GlassComboBox();
            this.label30 = new System.Windows.Forms.Label();
            this.buttonCapGenerate = new RNGReporter.GlassButton();
            this.buttonAnyNature = new RNGReporter.GlassButton();
            this.lblID = new System.Windows.Forms.Label();
            this.comboBoxAbility = new RNGReporter.GlassComboBox();
            this.label26 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.checkBoxShinyOnly = new System.Windows.Forms.CheckBox();
            this.maskedTextBoxID = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxSID = new RNGReporter.Controls.MaskedTextBox2();
            this.label21 = new System.Windows.Forms.Label();
            this.comboBoxNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.toolTipDataGrid = new System.Windows.Forms.ToolTip(this.components);
            this.toolTipGenderRatio = new System.Windows.Forms.ToolTip(this.components);
            this.contextMenuStripEggPid.SuspendLayout();
            this.contextMenuStrip.SuspendLayout();
            this.tabPageEggIVs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEggIVValues)).BeginInit();
            this.tabPageShinyEgg.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyResults)).BeginInit();
            this.tabPageCapture.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).BeginInit();
            this.contextMenuStripCap.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // contextMenuStripEggPid
            // 
            this.contextMenuStripEggPid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem2,
            this.toolStripMenuItem7,
            this.generateTimeToolStripMenuItem,
            this.toolStripMenuItem4,
            this.outputResultsToTXTToolStripMenuItem1});
            this.contextMenuStripEggPid.Name = "contextMenuStripEggPid";
            this.contextMenuStripEggPid.Size = new System.Drawing.Size(203, 82);
            this.contextMenuStripEggPid.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripEggPid_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem2
            // 
            this.copySeedToClipboardToolStripMenuItem2.Name = "copySeedToClipboardToolStripMenuItem2";
            this.copySeedToClipboardToolStripMenuItem2.Size = new System.Drawing.Size(202, 22);
            this.copySeedToClipboardToolStripMenuItem2.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem2.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem2_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(199, 6);
            // 
            // generateTimeToolStripMenuItem
            // 
            this.generateTimeToolStripMenuItem.Name = "generateTimeToolStripMenuItem";
            this.generateTimeToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.generateTimeToolStripMenuItem.Text = "Generate More Times ...";
            this.generateTimeToolStripMenuItem.Click += new System.EventHandler(this.generateTimeToolStripMenuItem_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(199, 6);
            // 
            // outputResultsToTXTToolStripMenuItem1
            // 
            this.outputResultsToTXTToolStripMenuItem1.Name = "outputResultsToTXTToolStripMenuItem1";
            this.outputResultsToTXTToolStripMenuItem1.Size = new System.Drawing.Size(202, 22);
            this.outputResultsToTXTToolStripMenuItem1.Text = "Output Results to TXT ...";
            this.outputResultsToTXTToolStripMenuItem1.Click += new System.EventHandler(this.outputResultsToTXTToolStripMenuItem1_Click);
            // 
            // contextMenuStrip
            // 
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem,
            this.toolStripMenuItem5,
            this.setAsTargetFrameToolStripMenuItem,
            this.jumpToTargetFrameToolStripMenuItem,
            this.toolStripMenuItem2,
            this.generateAdjacentToolStripMenuItem,
            this.returnToResultsToolStripMenuItem,
            this.toolStripMenuItem1,
            this.outputResultsToTXTToolStripMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            this.contextMenuStrip.Size = new System.Drawing.Size(224, 154);
            this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem
            // 
            this.copySeedToClipboardToolStripMenuItem.Name = "copySeedToClipboardToolStripMenuItem";
            this.copySeedToClipboardToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.copySeedToClipboardToolStripMenuItem.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(220, 6);
            // 
            // setAsTargetFrameToolStripMenuItem
            // 
            this.setAsTargetFrameToolStripMenuItem.Name = "setAsTargetFrameToolStripMenuItem";
            this.setAsTargetFrameToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.setAsTargetFrameToolStripMenuItem.Text = "Set as Target Frame";
            this.setAsTargetFrameToolStripMenuItem.Click += new System.EventHandler(this.setAsTargetFrameToolStripMenuItem_Click);
            // 
            // jumpToTargetFrameToolStripMenuItem
            // 
            this.jumpToTargetFrameToolStripMenuItem.Name = "jumpToTargetFrameToolStripMenuItem";
            this.jumpToTargetFrameToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.jumpToTargetFrameToolStripMenuItem.Text = "Jump to Target Frame";
            this.jumpToTargetFrameToolStripMenuItem.Click += new System.EventHandler(this.jumpToTargetFrameToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(220, 6);
            // 
            // generateAdjacentToolStripMenuItem
            // 
            this.generateAdjacentToolStripMenuItem.Name = "generateAdjacentToolStripMenuItem";
            this.generateAdjacentToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.generateAdjacentToolStripMenuItem.Text = "Generate Adjacent Results ...";
            this.generateAdjacentToolStripMenuItem.Click += new System.EventHandler(this.generateAdjacentToolStripMenuItem_Click);
            // 
            // returnToResultsToolStripMenuItem
            // 
            this.returnToResultsToolStripMenuItem.Name = "returnToResultsToolStripMenuItem";
            this.returnToResultsToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.returnToResultsToolStripMenuItem.Text = "Return to Results";
            this.returnToResultsToolStripMenuItem.Visible = false;
            this.returnToResultsToolStripMenuItem.Click += new System.EventHandler(this.returnToResultsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(220, 6);
            // 
            // outputResultsToTXTToolStripMenuItem
            // 
            this.outputResultsToTXTToolStripMenuItem.Name = "outputResultsToTXTToolStripMenuItem";
            this.outputResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(223, 22);
            this.outputResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputResultsToTXTToolStripMenuItem_Click);
            // 
            // tabPageEggIVs
            // 
            this.tabPageEggIVs.Controls.Add(this.ivFiltersEgg);
            this.tabPageEggIVs.Controls.Add(this.radioButtonEggHGSS);
            this.tabPageEggIVs.Controls.Add(this.radioButtonEggDPPt);
            this.tabPageEggIVs.Controls.Add(this.checkBoxShowInheritance);
            this.tabPageEggIVs.Controls.Add(this.label29);
            this.tabPageEggIVs.Controls.Add(this.label27);
            this.tabPageEggIVs.Controls.Add(this.label25);
            this.tabPageEggIVs.Controls.Add(this.label24);
            this.tabPageEggIVs.Controls.Add(this.label12);
            this.tabPageEggIVs.Controls.Add(this.label11);
            this.tabPageEggIVs.Controls.Add(this.lblIVB);
            this.tabPageEggIVs.Controls.Add(this.lblIVA);
            this.tabPageEggIVs.Controls.Add(this.button1);
            this.tabPageEggIVs.Controls.Add(this.dataGridViewEggIVValues);
            this.tabPageEggIVs.Controls.Add(this.buttonEggGenerate);
            this.tabPageEggIVs.Controls.Add(this.label14);
            this.tabPageEggIVs.Controls.Add(this.label5);
            this.tabPageEggIVs.Controls.Add(this.label3);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxDefB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxAtkB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpeB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpDB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpAB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxHPB);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxDefA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxAtkA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpeA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpDA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxSpAA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxHPA);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxMaxOffset);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxMinOffset);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxYear);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxMinDelay);
            this.tabPageEggIVs.Controls.Add(this.maskedTextBoxMaxDelay);
            this.tabPageEggIVs.Location = new System.Drawing.Point(4, 22);
            this.tabPageEggIVs.Name = "tabPageEggIVs";
            this.tabPageEggIVs.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageEggIVs.Size = new System.Drawing.Size(948, 498);
            this.tabPageEggIVs.TabIndex = 0;
            this.tabPageEggIVs.Text = "Egg IVs";
            this.tabPageEggIVs.UseVisualStyleBackColor = true;
            // 
            // ivFiltersEgg
            // 
            this.ivFiltersEgg.Location = new System.Drawing.Point(315, 6);
            this.ivFiltersEgg.Name = "ivFiltersEgg";
            this.ivFiltersEgg.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersEgg.TabIndex = 101;
            // 
            // radioButtonEggHGSS
            // 
            this.radioButtonEggHGSS.AutoSize = true;
            this.radioButtonEggHGSS.Location = new System.Drawing.Point(178, 127);
            this.radioButtonEggHGSS.Name = "radioButtonEggHGSS";
            this.radioButtonEggHGSS.Size = new System.Drawing.Size(131, 17);
            this.radioButtonEggHGSS.TabIndex = 19;
            this.radioButtonEggHGSS.Text = "Heart Gold\\Soul Silver";
            this.radioButtonEggHGSS.UseVisualStyleBackColor = true;
            // 
            // radioButtonEggDPPt
            // 
            this.radioButtonEggDPPt.AutoSize = true;
            this.radioButtonEggDPPt.Checked = true;
            this.radioButtonEggDPPt.Location = new System.Drawing.Point(27, 127);
            this.radioButtonEggDPPt.Name = "radioButtonEggDPPt";
            this.radioButtonEggDPPt.Size = new System.Drawing.Size(141, 17);
            this.radioButtonEggDPPt.TabIndex = 18;
            this.radioButtonEggDPPt.TabStop = true;
            this.radioButtonEggDPPt.Text = "Diamond\\Pearl\\Platinum";
            this.radioButtonEggDPPt.UseVisualStyleBackColor = true;
            // 
            // checkBoxShowInheritance
            // 
            this.checkBoxShowInheritance.AutoSize = true;
            this.checkBoxShowInheritance.Location = new System.Drawing.Point(178, 160);
            this.checkBoxShowInheritance.Name = "checkBoxShowInheritance";
            this.checkBoxShowInheritance.Size = new System.Drawing.Size(109, 17);
            this.checkBoxShowInheritance.TabIndex = 22;
            this.checkBoxShowInheritance.Text = "Show Inheritance";
            this.checkBoxShowInheritance.UseVisualStyleBackColor = true;
            this.checkBoxShowInheritance.CheckedChanged += new System.EventHandler(this.checkBoxShowInheritance_CheckedChanged);
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(256, 57);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(26, 13);
            this.label29.TabIndex = 100;
            this.label29.Text = "Spe";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Location = new System.Drawing.Point(224, 57);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(28, 13);
            this.label27.TabIndex = 99;
            this.label27.Text = "SpD";
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Location = new System.Drawing.Point(191, 57);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(27, 13);
            this.label25.TabIndex = 98;
            this.label25.Text = "SpA";
            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Location = new System.Drawing.Point(161, 57);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(24, 13);
            this.label24.TabIndex = 97;
            this.label24.Text = "Def";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(130, 57);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(23, 13);
            this.label12.TabIndex = 96;
            this.label12.Text = "Atk";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(97, 57);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(22, 13);
            this.label11.TabIndex = 95;
            this.label11.Text = "HP";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblIVB
            // 
            this.lblIVB.AutoSize = true;
            this.lblIVB.Location = new System.Drawing.Point(43, 99);
            this.lblIVB.Name = "lblIVB";
            this.lblIVB.Size = new System.Drawing.Size(48, 13);
            this.lblIVB.TabIndex = 87;
            this.lblIVB.Text = "Parent B";
            // 
            // lblIVA
            // 
            this.lblIVA.AutoSize = true;
            this.lblIVA.Location = new System.Drawing.Point(43, 75);
            this.lblIVA.Name = "lblIVA";
            this.lblIVA.Size = new System.Drawing.Size(48, 13);
            this.lblIVA.TabIndex = 86;
            this.lblIVA.Text = "Parent A";
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.AntiqueWhite;
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(93, 157);
            this.button1.Name = "button1";
            this.button1.OuterBorderColor = System.Drawing.Color.Transparent;
            this.button1.ShineColor = System.Drawing.SystemColors.Window;
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 21;
            this.button1.Text = "Search Flips";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // dataGridViewEggIVValues
            // 
            this.dataGridViewEggIVValues.AllowUserToAddRows = false;
            this.dataGridViewEggIVValues.AllowUserToDeleteRows = false;
            this.dataGridViewEggIVValues.AllowUserToResizeRows = false;
            this.dataGridViewEggIVValues.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)));
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEggIVValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewEggIVValues.ColumnHeadersHeight = 20;
            this.dataGridViewEggIVValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Seed,
            this.Date,
            this.Delay,
            this.Offset,
            this.HP,
            this.Atk,
            this.Def,
            this.SpA,
            this.SpD,
            this.Spe,
            this.Flips});
            this.dataGridViewEggIVValues.ContextMenuStrip = this.contextMenuStrip;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewEggIVValues.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridViewEggIVValues.Location = new System.Drawing.Point(6, 189);
            this.dataGridViewEggIVValues.MultiSelect = false;
            this.dataGridViewEggIVValues.Name = "dataGridViewEggIVValues";
            this.dataGridViewEggIVValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewEggIVValues.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridViewEggIVValues.RowHeadersVisible = false;
            this.dataGridViewEggIVValues.RowTemplate.Height = 20;
            this.dataGridViewEggIVValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewEggIVValues.ShowCellErrors = false;
            this.dataGridViewEggIVValues.ShowCellToolTips = false;
            this.dataGridViewEggIVValues.ShowEditingIcon = false;
            this.dataGridViewEggIVValues.ShowRowErrors = false;
            this.dataGridViewEggIVValues.Size = new System.Drawing.Size(914, 303);
            this.dataGridViewEggIVValues.TabIndex = 35;
            this.dataGridViewEggIVValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewValues_CellFormatting);
            this.dataGridViewEggIVValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewValues_MouseDown);
            // 
            // Seed
            // 
            this.Seed.DataPropertyName = "Seed";
            this.Seed.HeaderText = "Seed";
            this.Seed.Name = "Seed";
            this.Seed.ReadOnly = true;
            this.Seed.Width = 60;
            // 
            // Date
            // 
            this.Date.DataPropertyName = "SeedTime";
            this.Date.HeaderText = "Date";
            this.Date.Name = "Date";
            this.Date.ReadOnly = true;
            this.Date.Width = 120;
            // 
            // Delay
            // 
            this.Delay.DataPropertyName = "Delay";
            this.Delay.HeaderText = "Delay";
            this.Delay.Name = "Delay";
            this.Delay.ReadOnly = true;
            this.Delay.Width = 40;
            // 
            // Offset
            // 
            this.Offset.DataPropertyName = "Offset";
            this.Offset.HeaderText = "Frame";
            this.Offset.Name = "Offset";
            this.Offset.ReadOnly = true;
            this.Offset.Width = 40;
            // 
            // HP
            // 
            this.HP.DataPropertyName = "Hp";
            this.HP.HeaderText = "HP";
            this.HP.Name = "HP";
            this.HP.ReadOnly = true;
            this.HP.Width = 30;
            // 
            // Atk
            // 
            this.Atk.DataPropertyName = "Atk";
            this.Atk.HeaderText = "Atk";
            this.Atk.Name = "Atk";
            this.Atk.ReadOnly = true;
            this.Atk.Width = 30;
            // 
            // Def
            // 
            this.Def.DataPropertyName = "Def";
            this.Def.HeaderText = "Def";
            this.Def.Name = "Def";
            this.Def.ReadOnly = true;
            this.Def.Width = 30;
            // 
            // SpA
            // 
            this.SpA.DataPropertyName = "Spa";
            this.SpA.HeaderText = "SpA";
            this.SpA.Name = "SpA";
            this.SpA.ReadOnly = true;
            this.SpA.Width = 30;
            // 
            // SpD
            // 
            this.SpD.DataPropertyName = "Spd";
            this.SpD.HeaderText = "SpD";
            this.SpD.Name = "SpD";
            this.SpD.ReadOnly = true;
            this.SpD.Width = 30;
            // 
            // Spe
            // 
            this.Spe.DataPropertyName = "Spe";
            this.Spe.HeaderText = "Spe";
            this.Spe.Name = "Spe";
            this.Spe.ReadOnly = true;
            this.Spe.Width = 30;
            // 
            // Flips
            // 
            this.Flips.DataPropertyName = "Flips";
            this.Flips.HeaderText = "Flip Sequence";
            this.Flips.Name = "Flips";
            this.Flips.ReadOnly = true;
            this.Flips.Width = 400;
            // 
            // buttonEggGenerate
            // 
            this.buttonEggGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonEggGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonEggGenerate.Location = new System.Drawing.Point(12, 157);
            this.buttonEggGenerate.Name = "buttonEggGenerate";
            this.buttonEggGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonEggGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonEggGenerate.Size = new System.Drawing.Size(73, 23);
            this.buttonEggGenerate.TabIndex = 20;
            this.buttonEggGenerate.Text = "Generate";
            this.buttonEggGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(52, 9);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(29, 13);
            this.label14.TabIndex = 0;
            this.label14.Text = "Year";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(97, 9);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(85, 13);
            this.label5.TabIndex = 14;
            this.label5.Text = "Min / Max Delay";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(191, 9);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(87, 13);
            this.label3.TabIndex = 12;
            this.label3.Text = "Min / Max Frame";
            // 
            // maskedTextBoxDefB
            // 
            this.maskedTextBoxDefB.Hex = false;
            this.maskedTextBoxDefB.Location = new System.Drawing.Point(160, 96);
            this.maskedTextBoxDefB.Mask = "00";
            this.maskedTextBoxDefB.Name = "maskedTextBoxDefB";
            this.maskedTextBoxDefB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxDefB.TabIndex = 14;
            this.maskedTextBoxDefB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxAtkB
            // 
            this.maskedTextBoxAtkB.Hex = false;
            this.maskedTextBoxAtkB.Location = new System.Drawing.Point(129, 96);
            this.maskedTextBoxAtkB.Mask = "00";
            this.maskedTextBoxAtkB.Name = "maskedTextBoxAtkB";
            this.maskedTextBoxAtkB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxAtkB.TabIndex = 12;
            this.maskedTextBoxAtkB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpeB
            // 
            this.maskedTextBoxSpeB.Hex = false;
            this.maskedTextBoxSpeB.Location = new System.Drawing.Point(256, 96);
            this.maskedTextBoxSpeB.Mask = "00";
            this.maskedTextBoxSpeB.Name = "maskedTextBoxSpeB";
            this.maskedTextBoxSpeB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpeB.TabIndex = 17;
            this.maskedTextBoxSpeB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpDB
            // 
            this.maskedTextBoxSpDB.Hex = false;
            this.maskedTextBoxSpDB.Location = new System.Drawing.Point(224, 96);
            this.maskedTextBoxSpDB.Mask = "00";
            this.maskedTextBoxSpDB.Name = "maskedTextBoxSpDB";
            this.maskedTextBoxSpDB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpDB.TabIndex = 16;
            this.maskedTextBoxSpDB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpAB
            // 
            this.maskedTextBoxSpAB.Hex = false;
            this.maskedTextBoxSpAB.Location = new System.Drawing.Point(192, 96);
            this.maskedTextBoxSpAB.Mask = "00";
            this.maskedTextBoxSpAB.Name = "maskedTextBoxSpAB";
            this.maskedTextBoxSpAB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpAB.TabIndex = 15;
            this.maskedTextBoxSpAB.ValidatingType = typeof(int);
            // 
            // maskedTextBoxHPB
            // 
            this.maskedTextBoxHPB.Hex = false;
            this.maskedTextBoxHPB.Location = new System.Drawing.Point(97, 96);
            this.maskedTextBoxHPB.Mask = "00";
            this.maskedTextBoxHPB.Name = "maskedTextBoxHPB";
            this.maskedTextBoxHPB.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxHPB.TabIndex = 11;
            // 
            // maskedTextBoxDefA
            // 
            this.maskedTextBoxDefA.Hex = false;
            this.maskedTextBoxDefA.Location = new System.Drawing.Point(160, 72);
            this.maskedTextBoxDefA.Mask = "00";
            this.maskedTextBoxDefA.Name = "maskedTextBoxDefA";
            this.maskedTextBoxDefA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxDefA.TabIndex = 7;
            this.maskedTextBoxDefA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxAtkA
            // 
            this.maskedTextBoxAtkA.Hex = false;
            this.maskedTextBoxAtkA.Location = new System.Drawing.Point(129, 72);
            this.maskedTextBoxAtkA.Mask = "00";
            this.maskedTextBoxAtkA.Name = "maskedTextBoxAtkA";
            this.maskedTextBoxAtkA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxAtkA.TabIndex = 6;
            this.maskedTextBoxAtkA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpeA
            // 
            this.maskedTextBoxSpeA.Hex = false;
            this.maskedTextBoxSpeA.Location = new System.Drawing.Point(256, 72);
            this.maskedTextBoxSpeA.Mask = "00";
            this.maskedTextBoxSpeA.Name = "maskedTextBoxSpeA";
            this.maskedTextBoxSpeA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpeA.TabIndex = 10;
            this.maskedTextBoxSpeA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpDA
            // 
            this.maskedTextBoxSpDA.Hex = false;
            this.maskedTextBoxSpDA.Location = new System.Drawing.Point(224, 72);
            this.maskedTextBoxSpDA.Mask = "00";
            this.maskedTextBoxSpDA.Name = "maskedTextBoxSpDA";
            this.maskedTextBoxSpDA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpDA.TabIndex = 9;
            this.maskedTextBoxSpDA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSpAA
            // 
            this.maskedTextBoxSpAA.Hex = false;
            this.maskedTextBoxSpAA.Location = new System.Drawing.Point(192, 72);
            this.maskedTextBoxSpAA.Mask = "00";
            this.maskedTextBoxSpAA.Name = "maskedTextBoxSpAA";
            this.maskedTextBoxSpAA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxSpAA.TabIndex = 8;
            this.maskedTextBoxSpAA.ValidatingType = typeof(int);
            // 
            // maskedTextBoxHPA
            // 
            this.maskedTextBoxHPA.Hex = false;
            this.maskedTextBoxHPA.Location = new System.Drawing.Point(97, 72);
            this.maskedTextBoxHPA.Mask = "00";
            this.maskedTextBoxHPA.Name = "maskedTextBoxHPA";
            this.maskedTextBoxHPA.Size = new System.Drawing.Size(27, 20);
            this.maskedTextBoxHPA.TabIndex = 5;
            // 
            // maskedTextBoxMaxOffset
            // 
            this.maskedTextBoxMaxOffset.Hex = false;
            this.maskedTextBoxMaxOffset.Location = new System.Drawing.Point(238, 24);
            this.maskedTextBoxMaxOffset.Mask = "00";
            this.maskedTextBoxMaxOffset.Name = "maskedTextBoxMaxOffset";
            this.maskedTextBoxMaxOffset.Size = new System.Drawing.Size(44, 20);
            this.maskedTextBoxMaxOffset.TabIndex = 4;
            // 
            // maskedTextBoxMinOffset
            // 
            this.maskedTextBoxMinOffset.Hex = false;
            this.maskedTextBoxMinOffset.Location = new System.Drawing.Point(188, 24);
            this.maskedTextBoxMinOffset.Mask = "00";
            this.maskedTextBoxMinOffset.Name = "maskedTextBoxMinOffset";
            this.maskedTextBoxMinOffset.Size = new System.Drawing.Size(44, 20);
            this.maskedTextBoxMinOffset.TabIndex = 3;
            // 
            // maskedTextBoxYear
            // 
            this.maskedTextBoxYear.Hex = false;
            this.maskedTextBoxYear.Location = new System.Drawing.Point(55, 24);
            this.maskedTextBoxYear.Mask = "0000";
            this.maskedTextBoxYear.Name = "maskedTextBoxYear";
            this.maskedTextBoxYear.Size = new System.Drawing.Size(35, 20);
            this.maskedTextBoxYear.TabIndex = 0;
            this.maskedTextBoxYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxMinDelay
            // 
            this.maskedTextBoxMinDelay.Hex = false;
            this.maskedTextBoxMinDelay.Location = new System.Drawing.Point(96, 24);
            this.maskedTextBoxMinDelay.Mask = "00000";
            this.maskedTextBoxMinDelay.Name = "maskedTextBoxMinDelay";
            this.maskedTextBoxMinDelay.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxMinDelay.TabIndex = 1;
            this.maskedTextBoxMinDelay.ValidatingType = typeof(int);
            // 
            // maskedTextBoxMaxDelay
            // 
            this.maskedTextBoxMaxDelay.Hex = false;
            this.maskedTextBoxMaxDelay.Location = new System.Drawing.Point(142, 24);
            this.maskedTextBoxMaxDelay.Mask = "00000";
            this.maskedTextBoxMaxDelay.Name = "maskedTextBoxMaxDelay";
            this.maskedTextBoxMaxDelay.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxMaxDelay.TabIndex = 2;
            // 
            // tabPageShinyEgg
            // 
            this.tabPageShinyEgg.Controls.Add(this.labelHappinessWarning);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxNoHappiness);
            this.tabPageShinyEgg.Controls.Add(this.label8);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxIntlParents);
            this.tabPageShinyEgg.Controls.Add(this.radioButtonHGSS);
            this.tabPageShinyEgg.Controls.Add(this.radioButtonDPPt);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyGender);
            this.tabPageShinyEgg.Controls.Add(this.label92);
            this.tabPageShinyEgg.Controls.Add(this.checkBoxShinyShinyOnly);
            this.tabPageShinyEgg.Controls.Add(this.labelDPPtWarning);
            this.tabPageShinyEgg.Controls.Add(this.dataGridViewShinyResults);
            this.tabPageShinyEgg.Controls.Add(this.buttonShinyClearAbility);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyAbility);
            this.tabPageShinyEgg.Controls.Add(this.buttonShinyGenerate);
            this.tabPageShinyEgg.Controls.Add(this.labelShinySecretID);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyNature);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyTrainerID);
            this.tabPageShinyEgg.Controls.Add(this.buttonShinyClearNature);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyAbility);
            this.tabPageShinyEgg.Controls.Add(this.comboBoxShinyNature);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyDelay);
            this.tabPageShinyEgg.Controls.Add(this.labelShinyYear);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxMaxTaps);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinySecretID);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyID);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyMaxDelay);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyMinDelay);
            this.tabPageShinyEgg.Controls.Add(this.maskedTextBoxShinyYear);
            this.tabPageShinyEgg.Location = new System.Drawing.Point(4, 22);
            this.tabPageShinyEgg.Name = "tabPageShinyEgg";
            this.tabPageShinyEgg.Size = new System.Drawing.Size(948, 498);
            this.tabPageShinyEgg.TabIndex = 2;
            this.tabPageShinyEgg.Text = "Shiny Egg";
            this.tabPageShinyEgg.UseVisualStyleBackColor = true;
            // 
            // labelHappinessWarning
            // 
            this.labelHappinessWarning.Location = new System.Drawing.Point(221, 84);
            this.labelHappinessWarning.Name = "labelHappinessWarning";
            this.labelHappinessWarning.Size = new System.Drawing.Size(269, 81);
            this.labelHappinessWarning.TabIndex = 325;
            this.labelHappinessWarning.Text = "It also assumes that you start the game from the coin flip application, and then " +
    "switch to the happiness checker application.\r\n";
            // 
            // checkBoxNoHappiness
            // 
            this.checkBoxNoHappiness.AutoSize = true;
            this.checkBoxNoHappiness.Location = new System.Drawing.Point(499, 50);
            this.checkBoxNoHappiness.Name = "checkBoxNoHappiness";
            this.checkBoxNoHappiness.Size = new System.Drawing.Size(149, 17);
            this.checkBoxNoHappiness.TabIndex = 8;
            this.checkBoxNoHappiness.Text = "Avoid Happiness Checker";
            this.checkBoxNoHappiness.UseVisualStyleBackColor = true;
            this.checkBoxNoHappiness.CheckedChanged += new System.EventHandler(this.checkBoxNoHappiness_CheckedChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(496, 8);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(54, 13);
            this.label8.TabIndex = 322;
            this.label8.Text = "Max Taps";
            // 
            // checkBoxIntlParents
            // 
            this.checkBoxIntlParents.AutoSize = true;
            this.checkBoxIntlParents.Location = new System.Drawing.Point(55, 86);
            this.checkBoxIntlParents.Name = "checkBoxIntlParents";
            this.checkBoxIntlParents.Size = new System.Drawing.Size(123, 17);
            this.checkBoxIntlParents.TabIndex = 5;
            this.checkBoxIntlParents.Text = "International Parents";
            this.checkBoxIntlParents.UseVisualStyleBackColor = true;
            // 
            // radioButtonHGSS
            // 
            this.radioButtonHGSS.AutoSize = true;
            this.radioButtonHGSS.Location = new System.Drawing.Point(55, 67);
            this.radioButtonHGSS.Name = "radioButtonHGSS";
            this.radioButtonHGSS.Size = new System.Drawing.Size(131, 17);
            this.radioButtonHGSS.TabIndex = 4;
            this.radioButtonHGSS.Text = "Heart Gold\\Soul Silver";
            this.radioButtonHGSS.UseVisualStyleBackColor = true;
            this.radioButtonHGSS.CheckedChanged += new System.EventHandler(this.comboBoxShinyVersion_SelectedIndexChanged);
            // 
            // radioButtonDPPt
            // 
            this.radioButtonDPPt.AutoSize = true;
            this.radioButtonDPPt.Checked = true;
            this.radioButtonDPPt.Location = new System.Drawing.Point(55, 49);
            this.radioButtonDPPt.Name = "radioButtonDPPt";
            this.radioButtonDPPt.Size = new System.Drawing.Size(141, 17);
            this.radioButtonDPPt.TabIndex = 3;
            this.radioButtonDPPt.TabStop = true;
            this.radioButtonDPPt.Text = "Diamond\\Pearl\\Platinum";
            this.radioButtonDPPt.UseVisualStyleBackColor = true;
            this.radioButtonDPPt.CheckedChanged += new System.EventHandler(this.comboBoxShinyVersion_SelectedIndexChanged);
            // 
            // comboBoxShinyGender
            // 
            this.comboBoxShinyGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyGender.FormattingEnabled = true;
            this.comboBoxShinyGender.Items.AddRange(new object[] {
            "Don\'t Care/Fixed Gender/Genderless",
            "Female (50% Male, 50% Female)",
            "Male (50% Male, 50% Female)",
            "Female (25% Male, 75% Female)",
            "Male (25% Male, 75% Female)",
            "Female (75% Male, 25% Female)",
            "Male (75% Male, 25% Female)",
            "Female (87.5% Male, 12.5% Female)",
            "Male (87.5% Male, 12.5% Female)"});
            this.comboBoxShinyGender.Location = new System.Drawing.Point(700, 91);
            this.comboBoxShinyGender.MaxDropDownItems = 3;
            this.comboBoxShinyGender.Name = "comboBoxShinyGender";
            this.comboBoxShinyGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyGender.Size = new System.Drawing.Size(220, 21);
            this.comboBoxShinyGender.TabIndex = 13;
            // 
            // label92
            // 
            this.label92.AutoSize = true;
            this.label92.Location = new System.Drawing.Point(655, 94);
            this.label92.Name = "label92";
            this.label92.Size = new System.Drawing.Size(42, 13);
            this.label92.TabIndex = 317;
            this.label92.Text = "Gender";
            // 
            // checkBoxShinyShinyOnly
            // 
            this.checkBoxShinyShinyOnly.AutoSize = true;
            this.checkBoxShinyShinyOnly.Location = new System.Drawing.Point(700, 157);
            this.checkBoxShinyShinyOnly.Name = "checkBoxShinyShinyOnly";
            this.checkBoxShinyShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShinyShinyOnly.TabIndex = 16;
            this.checkBoxShinyShinyOnly.Text = "Shiny Only";
            this.checkBoxShinyShinyOnly.UseVisualStyleBackColor = true;
            // 
            // labelDPPtWarning
            // 
            this.labelDPPtWarning.Location = new System.Drawing.Point(221, 11);
            this.labelDPPtWarning.Name = "labelDPPtWarning";
            this.labelDPPtWarning.Size = new System.Drawing.Size(269, 71);
            this.labelDPPtWarning.TabIndex = 117;
            this.labelDPPtWarning.Text = "Please note that number of flips and taps that are listed assume that you will al" +
    "so be doing 10 coin flips to verify your initial seed. ";
            // 
            // dataGridViewShinyResults
            // 
            this.dataGridViewShinyResults.AllowUserToAddRows = false;
            this.dataGridViewShinyResults.AllowUserToDeleteRows = false;
            this.dataGridViewShinyResults.AllowUserToOrderColumns = true;
            this.dataGridViewShinyResults.AllowUserToResizeRows = false;
            this.dataGridViewShinyResults.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)));
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewShinyResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dataGridViewShinyResults.ColumnHeadersHeight = 20;
            this.dataGridViewShinyResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.EggSeed,
            this.ShinyOffset,
            this.EggPID,
            this.shinyShinyDisplay,
            this.ShinyNature,
            this.dataGridViewTextBoxColumn4,
            this.ShinyFemale50,
            this.ShinyFemale25,
            this.ShinyFemale125,
            this.ShinyFemale75,
            this.ShinyFlipSequence,
            this.ShinyTaps,
            this.ShinyFlips});
            this.dataGridViewShinyResults.ContextMenuStrip = this.contextMenuStripEggPid;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewShinyResults.DefaultCellStyle = dataGridViewCellStyle7;
            this.dataGridViewShinyResults.Location = new System.Drawing.Point(6, 189);
            this.dataGridViewShinyResults.MultiSelect = false;
            this.dataGridViewShinyResults.Name = "dataGridViewShinyResults";
            this.dataGridViewShinyResults.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewShinyResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
            this.dataGridViewShinyResults.RowHeadersVisible = false;
            this.dataGridViewShinyResults.RowTemplate.Height = 20;
            this.dataGridViewShinyResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewShinyResults.ShowCellErrors = false;
            this.dataGridViewShinyResults.ShowCellToolTips = false;
            this.dataGridViewShinyResults.ShowEditingIcon = false;
            this.dataGridViewShinyResults.ShowRowErrors = false;
            this.dataGridViewShinyResults.Size = new System.Drawing.Size(914, 303);
            this.dataGridViewShinyResults.TabIndex = 17;
            this.dataGridViewShinyResults.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewShinyResults_CellFormatting);
            this.dataGridViewShinyResults.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewShinyResults_MouseDown);
            // 
            // EggSeed
            // 
            this.EggSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.EggSeed.DefaultCellStyle = dataGridViewCellStyle5;
            this.EggSeed.HeaderText = "Seed";
            this.EggSeed.Name = "EggSeed";
            this.EggSeed.ReadOnly = true;
            this.EggSeed.Width = 65;
            // 
            // ShinyOffset
            // 
            this.ShinyOffset.DataPropertyName = "Offset";
            this.ShinyOffset.HeaderText = "Frame";
            this.ShinyOffset.Name = "ShinyOffset";
            this.ShinyOffset.ReadOnly = true;
            this.ShinyOffset.Width = 45;
            // 
            // EggPID
            // 
            this.EggPID.DataPropertyName = "Pid";
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.EggPID.DefaultCellStyle = dataGridViewCellStyle6;
            this.EggPID.HeaderText = "PID";
            this.EggPID.Name = "EggPID";
            this.EggPID.ReadOnly = true;
            this.EggPID.Width = 70;
            // 
            // shinyShinyDisplay
            // 
            this.shinyShinyDisplay.DataPropertyName = "ShinyDisplay";
            this.shinyShinyDisplay.HeaderText = "!!!";
            this.shinyShinyDisplay.Name = "shinyShinyDisplay";
            this.shinyShinyDisplay.ReadOnly = true;
            this.shinyShinyDisplay.Width = 20;
            // 
            // ShinyNature
            // 
            this.ShinyNature.DataPropertyName = "Nature";
            this.ShinyNature.HeaderText = "Nature";
            this.ShinyNature.Name = "ShinyNature";
            this.ShinyNature.ReadOnly = true;
            this.ShinyNature.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ShinyNature.Width = 75;
            // 
            // dataGridViewTextBoxColumn4
            // 
            this.dataGridViewTextBoxColumn4.DataPropertyName = "Ability";
            this.dataGridViewTextBoxColumn4.HeaderText = "Ability";
            this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
            this.dataGridViewTextBoxColumn4.ReadOnly = true;
            this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.dataGridViewTextBoxColumn4.Width = 40;
            // 
            // ShinyFemale50
            // 
            this.ShinyFemale50.DataPropertyName = "Female50";
            this.ShinyFemale50.HeaderText = "50% F";
            this.ShinyFemale50.Name = "ShinyFemale50";
            this.ShinyFemale50.ReadOnly = true;
            this.ShinyFemale50.Width = 50;
            // 
            // ShinyFemale25
            // 
            this.ShinyFemale25.DataPropertyName = "Female25";
            this.ShinyFemale25.HeaderText = "25% F";
            this.ShinyFemale25.Name = "ShinyFemale25";
            this.ShinyFemale25.ReadOnly = true;
            this.ShinyFemale25.Width = 50;
            // 
            // ShinyFemale125
            // 
            this.ShinyFemale125.DataPropertyName = "Female125";
            this.ShinyFemale125.HeaderText = "12.5%F";
            this.ShinyFemale125.Name = "ShinyFemale125";
            this.ShinyFemale125.ReadOnly = true;
            this.ShinyFemale125.Width = 50;
            // 
            // ShinyFemale75
            // 
            this.ShinyFemale75.DataPropertyName = "Female75";
            this.ShinyFemale75.HeaderText = "75% F";
            this.ShinyFemale75.Name = "ShinyFemale75";
            this.ShinyFemale75.ReadOnly = true;
            this.ShinyFemale75.Width = 50;
            // 
            // ShinyFlipSequence
            // 
            this.ShinyFlipSequence.DataPropertyName = "FlipSequence";
            this.ShinyFlipSequence.HeaderText = "Flip Sequence";
            this.ShinyFlipSequence.Name = "ShinyFlipSequence";
            this.ShinyFlipSequence.ReadOnly = true;
            this.ShinyFlipSequence.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ShinyFlipSequence.Width = 150;
            // 
            // ShinyTaps
            // 
            this.ShinyTaps.DataPropertyName = "Taps";
            this.ShinyTaps.HeaderText = "Taps";
            this.ShinyTaps.Name = "ShinyTaps";
            this.ShinyTaps.ReadOnly = true;
            this.ShinyTaps.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.ShinyTaps.Width = 50;
            // 
            // ShinyFlips
            // 
            this.ShinyFlips.DataPropertyName = "Flips";
            this.ShinyFlips.HeaderText = "Additional Flips";
            this.ShinyFlips.Name = "ShinyFlips";
            this.ShinyFlips.ReadOnly = true;
            this.ShinyFlips.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // buttonShinyClearAbility
            // 
            this.buttonShinyClearAbility.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShinyClearAbility.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonShinyClearAbility.ForeColor = System.Drawing.Color.Black;
            this.buttonShinyClearAbility.Location = new System.Drawing.Point(784, 42);
            this.buttonShinyClearAbility.Name = "buttonShinyClearAbility";
            this.buttonShinyClearAbility.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShinyClearAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShinyClearAbility.Size = new System.Drawing.Size(46, 22);
            this.buttonShinyClearAbility.TabIndex = 12;
            this.buttonShinyClearAbility.TabStop = false;
            this.buttonShinyClearAbility.Text = "Any";
            this.buttonShinyClearAbility.Click += new System.EventHandler(this.buttonShinyClearAbility_Click);
            // 
            // comboBoxShinyAbility
            // 
            this.comboBoxShinyAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyAbility.FormattingEnabled = true;
            this.comboBoxShinyAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxShinyAbility.Location = new System.Drawing.Point(700, 43);
            this.comboBoxShinyAbility.MaxDropDownItems = 3;
            this.comboBoxShinyAbility.Name = "comboBoxShinyAbility";
            this.comboBoxShinyAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyAbility.Size = new System.Drawing.Size(76, 21);
            this.comboBoxShinyAbility.TabIndex = 11;
            // 
            // buttonShinyGenerate
            // 
            this.buttonShinyGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShinyGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonShinyGenerate.Location = new System.Drawing.Point(12, 157);
            this.buttonShinyGenerate.Name = "buttonShinyGenerate";
            this.buttonShinyGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShinyGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShinyGenerate.Size = new System.Drawing.Size(73, 23);
            this.buttonShinyGenerate.TabIndex = 6;
            this.buttonShinyGenerate.Text = "Generate";
            this.buttonShinyGenerate.Click += new System.EventHandler(this.buttonShinyGenerate_Click);
            // 
            // labelShinySecretID
            // 
            this.labelShinySecretID.AutoSize = true;
            this.labelShinySecretID.Location = new System.Drawing.Point(753, 117);
            this.labelShinySecretID.Name = "labelShinySecretID";
            this.labelShinySecretID.Size = new System.Drawing.Size(25, 13);
            this.labelShinySecretID.TabIndex = 23;
            this.labelShinySecretID.Text = "SID";
            // 
            // labelShinyNature
            // 
            this.labelShinyNature.AutoSize = true;
            this.labelShinyNature.Location = new System.Drawing.Point(660, 20);
            this.labelShinyNature.Name = "labelShinyNature";
            this.labelShinyNature.Size = new System.Drawing.Size(39, 13);
            this.labelShinyNature.TabIndex = 14;
            this.labelShinyNature.Text = "Nature";
            // 
            // labelShinyTrainerID
            // 
            this.labelShinyTrainerID.AutoSize = true;
            this.labelShinyTrainerID.Location = new System.Drawing.Point(699, 117);
            this.labelShinyTrainerID.Name = "labelShinyTrainerID";
            this.labelShinyTrainerID.Size = new System.Drawing.Size(18, 13);
            this.labelShinyTrainerID.TabIndex = 21;
            this.labelShinyTrainerID.Text = "ID";
            // 
            // buttonShinyClearNature
            // 
            this.buttonShinyClearNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonShinyClearNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonShinyClearNature.ForeColor = System.Drawing.Color.Black;
            this.buttonShinyClearNature.Location = new System.Drawing.Point(784, 14);
            this.buttonShinyClearNature.Name = "buttonShinyClearNature";
            this.buttonShinyClearNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonShinyClearNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonShinyClearNature.Size = new System.Drawing.Size(46, 22);
            this.buttonShinyClearNature.TabIndex = 10;
            this.buttonShinyClearNature.TabStop = false;
            this.buttonShinyClearNature.Text = "Any";
            this.buttonShinyClearNature.Click += new System.EventHandler(this.buttonShinyClearNature_Click);
            // 
            // labelShinyAbility
            // 
            this.labelShinyAbility.AutoSize = true;
            this.labelShinyAbility.Location = new System.Drawing.Point(663, 47);
            this.labelShinyAbility.Name = "labelShinyAbility";
            this.labelShinyAbility.Size = new System.Drawing.Size(34, 13);
            this.labelShinyAbility.TabIndex = 20;
            this.labelShinyAbility.Text = "Ability";
            // 
            // comboBoxShinyNature
            // 
            this.comboBoxShinyNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxShinyNature.ForeColor = System.Drawing.Color.Black;
            this.comboBoxShinyNature.FormattingEnabled = true;
            this.comboBoxShinyNature.Location = new System.Drawing.Point(700, 16);
            this.comboBoxShinyNature.MaxDropDownItems = 26;
            this.comboBoxShinyNature.Name = "comboBoxShinyNature";
            this.comboBoxShinyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxShinyNature.Size = new System.Drawing.Size(76, 21);
            this.comboBoxShinyNature.TabIndex = 9;
            this.comboBoxShinyNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // labelShinyDelay
            // 
            this.labelShinyDelay.AutoSize = true;
            this.labelShinyDelay.Location = new System.Drawing.Point(97, 9);
            this.labelShinyDelay.Name = "labelShinyDelay";
            this.labelShinyDelay.Size = new System.Drawing.Size(85, 13);
            this.labelShinyDelay.TabIndex = 12;
            this.labelShinyDelay.Text = "Min / Max Delay";
            // 
            // labelShinyYear
            // 
            this.labelShinyYear.AutoSize = true;
            this.labelShinyYear.Location = new System.Drawing.Point(52, 9);
            this.labelShinyYear.Name = "labelShinyYear";
            this.labelShinyYear.Size = new System.Drawing.Size(29, 13);
            this.labelShinyYear.TabIndex = 2;
            this.labelShinyYear.Text = "Year";
            // 
            // maskedTextBoxMaxTaps
            // 
            this.maskedTextBoxMaxTaps.Hex = false;
            this.maskedTextBoxMaxTaps.Location = new System.Drawing.Point(499, 24);
            this.maskedTextBoxMaxTaps.Mask = "000";
            this.maskedTextBoxMaxTaps.Name = "maskedTextBoxMaxTaps";
            this.maskedTextBoxMaxTaps.Size = new System.Drawing.Size(44, 20);
            this.maskedTextBoxMaxTaps.TabIndex = 7;
            this.maskedTextBoxMaxTaps.Text = "10";
            // 
            // maskedTextBoxShinySecretID
            // 
            this.maskedTextBoxShinySecretID.Hex = false;
            this.maskedTextBoxShinySecretID.Location = new System.Drawing.Point(754, 132);
            this.maskedTextBoxShinySecretID.Mask = "00000";
            this.maskedTextBoxShinySecretID.Name = "maskedTextBoxShinySecretID";
            this.maskedTextBoxShinySecretID.Size = new System.Drawing.Size(48, 20);
            this.maskedTextBoxShinySecretID.TabIndex = 15;
            this.maskedTextBoxShinySecretID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyID
            // 
            this.maskedTextBoxShinyID.Hex = false;
            this.maskedTextBoxShinyID.Location = new System.Drawing.Point(700, 132);
            this.maskedTextBoxShinyID.Mask = "00000";
            this.maskedTextBoxShinyID.Name = "maskedTextBoxShinyID";
            this.maskedTextBoxShinyID.Size = new System.Drawing.Size(48, 20);
            this.maskedTextBoxShinyID.TabIndex = 14;
            this.maskedTextBoxShinyID.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyMaxDelay
            // 
            this.maskedTextBoxShinyMaxDelay.Hex = false;
            this.maskedTextBoxShinyMaxDelay.Location = new System.Drawing.Point(142, 24);
            this.maskedTextBoxShinyMaxDelay.Mask = "00000";
            this.maskedTextBoxShinyMaxDelay.Name = "maskedTextBoxShinyMaxDelay";
            this.maskedTextBoxShinyMaxDelay.Size = new System.Drawing.Size(40, 20);
            this.maskedTextBoxShinyMaxDelay.TabIndex = 2;
            this.maskedTextBoxShinyMaxDelay.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyMinDelay
            // 
            this.maskedTextBoxShinyMinDelay.Hex = false;
            this.maskedTextBoxShinyMinDelay.Location = new System.Drawing.Point(96, 24);
            this.maskedTextBoxShinyMinDelay.Mask = "00000";
            this.maskedTextBoxShinyMinDelay.Name = "maskedTextBoxShinyMinDelay";
            this.maskedTextBoxShinyMinDelay.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxShinyMinDelay.TabIndex = 1;
            this.maskedTextBoxShinyMinDelay.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxShinyYear
            // 
            this.maskedTextBoxShinyYear.Hex = false;
            this.maskedTextBoxShinyYear.Location = new System.Drawing.Point(55, 24);
            this.maskedTextBoxShinyYear.Mask = "0000";
            this.maskedTextBoxShinyYear.Name = "maskedTextBoxShinyYear";
            this.maskedTextBoxShinyYear.Size = new System.Drawing.Size(35, 20);
            this.maskedTextBoxShinyYear.TabIndex = 0;
            this.maskedTextBoxShinyYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // tabPageCapture
            // 
            this.tabPageCapture.Controls.Add(this.ivFiltersCapture);
            this.tabPageCapture.Controls.Add(this.comboBoxCapGenderRatio);
            this.tabPageCapture.Controls.Add(this.label2);
            this.tabPageCapture.Controls.Add(this.comboBoxCapGender);
            this.tabPageCapture.Controls.Add(this.label31);
            this.tabPageCapture.Controls.Add(this.dataGridViewCapValues);
            this.tabPageCapture.Controls.Add(this.buttonAnySlot);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMinOffset);
            this.tabPageCapture.Controls.Add(this.label54);
            this.tabPageCapture.Controls.Add(this.comboBoxEncounterType);
            this.tabPageCapture.Controls.Add(this.comboBoxEncounterSlot);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMaxDelay);
            this.tabPageCapture.Controls.Add(this.label52);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMinDelay);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapYear);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxCapMaxOffset);
            this.tabPageCapture.Controls.Add(this.labelCapMinMaxFrame);
            this.tabPageCapture.Controls.Add(this.label22);
            this.tabPageCapture.Controls.Add(this.label20);
            this.tabPageCapture.Controls.Add(this.comboBoxMethod);
            this.tabPageCapture.Controls.Add(this.label30);
            this.tabPageCapture.Controls.Add(this.buttonCapGenerate);
            this.tabPageCapture.Controls.Add(this.buttonAnyNature);
            this.tabPageCapture.Controls.Add(this.lblID);
            this.tabPageCapture.Controls.Add(this.comboBoxAbility);
            this.tabPageCapture.Controls.Add(this.label26);
            this.tabPageCapture.Controls.Add(this.label23);
            this.tabPageCapture.Controls.Add(this.checkBoxShinyOnly);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxID);
            this.tabPageCapture.Controls.Add(this.maskedTextBoxSID);
            this.tabPageCapture.Controls.Add(this.label21);
            this.tabPageCapture.Controls.Add(this.comboBoxNature);
            this.tabPageCapture.Location = new System.Drawing.Point(4, 22);
            this.tabPageCapture.Name = "tabPageCapture";
            this.tabPageCapture.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCapture.Size = new System.Drawing.Size(948, 498);
            this.tabPageCapture.TabIndex = 1;
            this.tabPageCapture.Text = "Capture";
            this.tabPageCapture.UseVisualStyleBackColor = true;
            // 
            // ivFiltersCapture
            // 
            this.ivFiltersCapture.Location = new System.Drawing.Point(324, 6);
            this.ivFiltersCapture.Name = "ivFiltersCapture";
            this.ivFiltersCapture.Size = new System.Drawing.Size(315, 166);
            this.ivFiltersCapture.TabIndex = 325;
            // 
            // comboBoxCapGenderRatio
            // 
            this.comboBoxCapGenderRatio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCapGenderRatio.ForeColor = System.Drawing.Color.Black;
            this.comboBoxCapGenderRatio.FormattingEnabled = true;
            this.comboBoxCapGenderRatio.Items.AddRange(new object[] {
            "All Ratios",
            "50% M / 50% F",
            "25% M / 75% F",
            "75% M / 25% F",
            "87.5% M / 12.5% F",
            "Fixed Gender"});
            this.comboBoxCapGenderRatio.Location = new System.Drawing.Point(801, 90);
            this.comboBoxCapGenderRatio.MaxDropDownItems = 3;
            this.comboBoxCapGenderRatio.Name = "comboBoxCapGenderRatio";
            this.comboBoxCapGenderRatio.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxCapGenderRatio.Size = new System.Drawing.Size(119, 21);
            this.comboBoxCapGenderRatio.TabIndex = 27;
            this.toolTipGenderRatio.SetToolTip(this.comboBoxCapGenderRatio, "Right-click to look up the gender\r\nratio of a certain Pokémon.\r\n\r\nUse this box to" +
        " filter out unwanted\r\nCute Charm results.\r\n");
            this.comboBoxCapGenderRatio.SelectedIndexChanged += new System.EventHandler(this.comboBoxCapGenderRatio_SelectedIndexChanged);
            this.comboBoxCapGenderRatio.MouseDown += new System.Windows.Forms.MouseEventHandler(this.comboBoxCapGenderRatio_MouseDown);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(768, 95);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(32, 13);
            this.label2.TabIndex = 324;
            this.label2.Text = "Ratio";
            // 
            // comboBoxCapGender
            // 
            this.comboBoxCapGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCapGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxCapGender.FormattingEnabled = true;
            this.comboBoxCapGender.Items.AddRange(new object[] {
            "Any",
            "Male",
            "Female"});
            this.comboBoxCapGender.Location = new System.Drawing.Point(700, 91);
            this.comboBoxCapGender.MaxDropDownItems = 3;
            this.comboBoxCapGender.Name = "comboBoxCapGender";
            this.comboBoxCapGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxCapGender.Size = new System.Drawing.Size(59, 21);
            this.comboBoxCapGender.TabIndex = 26;
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(655, 94);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(42, 13);
            this.label31.TabIndex = 321;
            this.label31.Text = "Gender";
            // 
            // dataGridViewCapValues
            // 
            this.dataGridViewCapValues.AllowUserToAddRows = false;
            this.dataGridViewCapValues.AllowUserToDeleteRows = false;
            this.dataGridViewCapValues.AllowUserToResizeRows = false;
            this.dataGridViewCapValues.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.dataGridViewCapValues.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewCapValues.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
            this.dataGridViewCapValues.ColumnHeadersHeight = 20;
            this.dataGridViewCapValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewCapValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.CapSeed,
            this.CapOffset,
            this.Hour,
            this.EncounterMod,
            this.PID,
            this.EncounterSlot,
            this.Shiny,
            this.Nature,
            this.Ability,
            this.CapHP,
            this.CapAtk,
            this.CapDef,
            this.CapSpA,
            this.CapSpD,
            this.CapSpe,
            this.HiddenPower,
            this.HiddenPowerPower,
            this.f50,
            this.f125,
            this.f25,
            this.f75});
            this.dataGridViewCapValues.ContextMenuStrip = this.contextMenuStripCap;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewCapValues.DefaultCellStyle = dataGridViewCellStyle12;
            this.dataGridViewCapValues.Location = new System.Drawing.Point(6, 189);
            this.dataGridViewCapValues.MultiSelect = false;
            this.dataGridViewCapValues.Name = "dataGridViewCapValues";
            this.dataGridViewCapValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewCapValues.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
            this.dataGridViewCapValues.RowHeadersVisible = false;
            this.dataGridViewCapValues.RowTemplate.Height = 20;
            this.dataGridViewCapValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCapValues.ShowCellErrors = false;
            this.dataGridViewCapValues.ShowCellToolTips = false;
            this.dataGridViewCapValues.ShowEditingIcon = false;
            this.dataGridViewCapValues.ShowRowErrors = false;
            this.dataGridViewCapValues.Size = new System.Drawing.Size(914, 303);
            this.dataGridViewCapValues.TabIndex = 10;
            this.toolTipDataGrid.SetToolTip(this.dataGridViewCapValues, "test");
            this.dataGridViewCapValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewCapValues_CellFormatting);
            this.dataGridViewCapValues.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewCapValues_CellMouseEnter);
            this.dataGridViewCapValues.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewCapValues_CellMouseLeave);
            this.dataGridViewCapValues.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewCapValues_ColumnHeaderMouseClick);
            this.dataGridViewCapValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewCapValues_KeyDown);
            this.dataGridViewCapValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewCapValues_MouseDown);
            // 
            // CapSeed
            // 
            this.CapSeed.DataPropertyName = "Seed";
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.CapSeed.DefaultCellStyle = dataGridViewCellStyle10;
            this.CapSeed.FillWeight = 110F;
            this.CapSeed.HeaderText = "Seed";
            this.CapSeed.Name = "CapSeed";
            this.CapSeed.ReadOnly = true;
            this.CapSeed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapSeed.Width = 65;
            // 
            // CapOffset
            // 
            this.CapOffset.DataPropertyName = "Offset";
            this.CapOffset.HeaderText = "Frame";
            this.CapOffset.Name = "CapOffset";
            this.CapOffset.ReadOnly = true;
            this.CapOffset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            this.CapOffset.Width = 45;
            // 
            // Hour
            // 
            this.Hour.DataPropertyName = "Hour";
            this.Hour.HeaderText = "Hour";
            this.Hour.Name = "Hour";
            this.Hour.ReadOnly = true;
            this.Hour.Width = 40;
            // 
            // EncounterMod
            // 
            this.EncounterMod.DataPropertyName = "EncounterMod";
            this.EncounterMod.HeaderText = "Required Lead";
            this.EncounterMod.Name = "EncounterMod";
            this.EncounterMod.ReadOnly = true;
            this.EncounterMod.Width = 115;
            // 
            // PID
            // 
            this.PID.DataPropertyName = "Pid";
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.PID.DefaultCellStyle = dataGridViewCellStyle11;
            this.PID.HeaderText = "PID";
            this.PID.Name = "PID";
            this.PID.ReadOnly = true;
            this.PID.Width = 70;
            // 
            // EncounterSlot
            // 
            this.EncounterSlot.DataPropertyName = "EncounterSlot";
            this.EncounterSlot.FillWeight = 50F;
            this.EncounterSlot.HeaderText = "Encounter Slot";
            this.EncounterSlot.Name = "EncounterSlot";
            this.EncounterSlot.ReadOnly = true;
            this.EncounterSlot.Width = 85;
            // 
            // Shiny
            // 
            this.Shiny.DataPropertyName = "ShinyDisplay";
            this.Shiny.HeaderText = "!!!";
            this.Shiny.Name = "Shiny";
            this.Shiny.ReadOnly = true;
            this.Shiny.Width = 20;
            // 
            // Nature
            // 
            this.Nature.DataPropertyName = "Nature";
            this.Nature.HeaderText = "Nature";
            this.Nature.Name = "Nature";
            this.Nature.ReadOnly = true;
            this.Nature.Width = 65;
            // 
            // Ability
            // 
            this.Ability.DataPropertyName = "Ability";
            this.Ability.HeaderText = "Ability";
            this.Ability.Name = "Ability";
            this.Ability.ReadOnly = true;
            this.Ability.Width = 40;
            // 
            // CapHP
            // 
            this.CapHP.DataPropertyName = "Hp";
            this.CapHP.HeaderText = "HP";
            this.CapHP.Name = "CapHP";
            this.CapHP.ReadOnly = true;
            this.CapHP.Width = 30;
            // 
            // CapAtk
            // 
            this.CapAtk.DataPropertyName = "Atk";
            this.CapAtk.HeaderText = "Atk";
            this.CapAtk.Name = "CapAtk";
            this.CapAtk.ReadOnly = true;
            this.CapAtk.Width = 30;
            // 
            // CapDef
            // 
            this.CapDef.DataPropertyName = "Def";
            this.CapDef.HeaderText = "Def";
            this.CapDef.Name = "CapDef";
            this.CapDef.ReadOnly = true;
            this.CapDef.Width = 30;
            // 
            // CapSpA
            // 
            this.CapSpA.DataPropertyName = "SpA";
            this.CapSpA.HeaderText = "SpA";
            this.CapSpA.Name = "CapSpA";
            this.CapSpA.ReadOnly = true;
            this.CapSpA.Width = 30;
            // 
            // CapSpD
            // 
            this.CapSpD.DataPropertyName = "SpD";
            this.CapSpD.HeaderText = "SpD";
            this.CapSpD.Name = "CapSpD";
            this.CapSpD.ReadOnly = true;
            this.CapSpD.Width = 30;
            // 
            // CapSpe
            // 
            this.CapSpe.DataPropertyName = "Spe";
            this.CapSpe.HeaderText = "Spe";
            this.CapSpe.Name = "CapSpe";
            this.CapSpe.ReadOnly = true;
            this.CapSpe.Width = 30;
            // 
            // HiddenPower
            // 
            this.HiddenPower.DataPropertyName = "HiddenPowerType";
            this.HiddenPower.HeaderText = "Hidden";
            this.HiddenPower.Name = "HiddenPower";
            this.HiddenPower.ReadOnly = true;
            this.HiddenPower.Width = 50;
            // 
            // HiddenPowerPower
            // 
            this.HiddenPowerPower.DataPropertyName = "HiddenPowerPower";
            this.HiddenPowerPower.HeaderText = "Power";
            this.HiddenPowerPower.Name = "HiddenPowerPower";
            this.HiddenPowerPower.ReadOnly = true;
            this.HiddenPowerPower.Width = 50;
            // 
            // f50
            // 
            this.f50.DataPropertyName = "Female50";
            this.f50.HeaderText = "50% F";
            this.f50.Name = "f50";
            this.f50.ReadOnly = true;
            this.f50.Width = 50;
            // 
            // f125
            // 
            this.f125.DataPropertyName = "Female125";
            this.f125.HeaderText = "12.5%F";
            this.f125.Name = "f125";
            this.f125.ReadOnly = true;
            this.f125.Width = 50;
            // 
            // f25
            // 
            this.f25.DataPropertyName = "Female25";
            this.f25.HeaderText = "25% F";
            this.f25.Name = "f25";
            this.f25.ReadOnly = true;
            this.f25.Width = 50;
            // 
            // f75
            // 
            this.f75.DataPropertyName = "Female75";
            this.f75.HeaderText = "75% F";
            this.f75.Name = "f75";
            this.f75.ReadOnly = true;
            this.f75.Width = 50;
            // 
            // contextMenuStripCap
            // 
            this.contextMenuStripCap.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copySeedToClipboardToolStripMenuItem1,
            this.toolStripMenuItem6,
            this.generateTimesToolStripMenuItem,
            this.toolStripMenuItem3,
            this.outputCapResultsToTXTToolStripMenuItem});
            this.contextMenuStripCap.Name = "contextMenuStripCap";
            this.contextMenuStripCap.Size = new System.Drawing.Size(203, 82);
            this.contextMenuStripCap.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripCap_Opening);
            // 
            // copySeedToClipboardToolStripMenuItem1
            // 
            this.copySeedToClipboardToolStripMenuItem1.Name = "copySeedToClipboardToolStripMenuItem1";
            this.copySeedToClipboardToolStripMenuItem1.Size = new System.Drawing.Size(202, 22);
            this.copySeedToClipboardToolStripMenuItem1.Text = "Copy Seed to Clipboard";
            this.copySeedToClipboardToolStripMenuItem1.Click += new System.EventHandler(this.copySeedToClipboardToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(199, 6);
            // 
            // generateTimesToolStripMenuItem
            // 
            this.generateTimesToolStripMenuItem.Name = "generateTimesToolStripMenuItem";
            this.generateTimesToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.generateTimesToolStripMenuItem.Text = "Generate More Times ...";
            this.generateTimesToolStripMenuItem.Click += new System.EventHandler(this.generateTimesToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(199, 6);
            // 
            // outputCapResultsToTXTToolStripMenuItem
            // 
            this.outputCapResultsToTXTToolStripMenuItem.Name = "outputCapResultsToTXTToolStripMenuItem";
            this.outputCapResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
            this.outputCapResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputCapResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputCapResultsToTXTToolStripMenuItem_Click);
            // 
            // buttonAnySlot
            // 
            this.buttonAnySlot.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnySlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonAnySlot.ForeColor = System.Drawing.Color.Black;
            this.buttonAnySlot.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.Location = new System.Drawing.Point(256, 98);
            this.buttonAnySlot.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnySlot.Name = "buttonAnySlot";
            this.buttonAnySlot.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnySlot.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnySlot.Size = new System.Drawing.Size(41, 22);
            this.buttonAnySlot.TabIndex = 8;
            this.buttonAnySlot.Text = "Any";
            this.buttonAnySlot.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.Click += new System.EventHandler(this.buttonAnySlot_Click);
            // 
            // maskedTextBoxCapMinOffset
            // 
            this.maskedTextBoxCapMinOffset.Hex = false;
            this.maskedTextBoxCapMinOffset.Location = new System.Drawing.Point(188, 24);
            this.maskedTextBoxCapMinOffset.Mask = "00000";
            this.maskedTextBoxCapMinOffset.Name = "maskedTextBoxCapMinOffset";
            this.maskedTextBoxCapMinOffset.Size = new System.Drawing.Size(44, 20);
            this.maskedTextBoxCapMinOffset.TabIndex = 3;
            this.maskedTextBoxCapMinOffset.Text = "1";
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(17, 104);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(77, 13);
            this.label54.TabIndex = 120;
            this.label54.Text = "Encounter Slot";
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxEncounterType
            // 
            this.comboBoxEncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterType.ForeColor = System.Drawing.Color.Black;
            this.comboBoxEncounterType.FormattingEnabled = true;
            this.comboBoxEncounterType.Items.AddRange(new object[] {
            "Stationary\\Gift Pokémon"});
            this.comboBoxEncounterType.Location = new System.Drawing.Point(97, 76);
            this.comboBoxEncounterType.Name = "comboBoxEncounterType";
            this.comboBoxEncounterType.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxEncounterType.Size = new System.Drawing.Size(156, 21);
            this.comboBoxEncounterType.TabIndex = 6;
            // 
            // comboBoxEncounterSlot
            // 
            this.comboBoxEncounterSlot.BlankText = "Any";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxEncounterSlot.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxEncounterSlot.DisplayMemberSingleItem = "";
            this.comboBoxEncounterSlot.DropDownHeight = 310;
            this.comboBoxEncounterSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterSlot.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.comboBoxEncounterSlot.FormattingEnabled = true;
            this.comboBoxEncounterSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11"});
            this.comboBoxEncounterSlot.Location = new System.Drawing.Point(97, 99);
            this.comboBoxEncounterSlot.Name = "comboBoxEncounterSlot";
            this.comboBoxEncounterSlot.Size = new System.Drawing.Size(156, 21);
            this.comboBoxEncounterSlot.TabIndex = 7;
            this.comboBoxEncounterSlot.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // maskedTextBoxCapMaxDelay
            // 
            this.maskedTextBoxCapMaxDelay.Hex = false;
            this.maskedTextBoxCapMaxDelay.Location = new System.Drawing.Point(142, 24);
            this.maskedTextBoxCapMaxDelay.Mask = "00000";
            this.maskedTextBoxCapMaxDelay.Name = "maskedTextBoxCapMaxDelay";
            this.maskedTextBoxCapMaxDelay.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxCapMaxDelay.TabIndex = 2;
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(12, 81);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(83, 13);
            this.label52.TabIndex = 121;
            this.label52.Text = "Encounter Type";
            this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // maskedTextBoxCapMinDelay
            // 
            this.maskedTextBoxCapMinDelay.Hex = false;
            this.maskedTextBoxCapMinDelay.Location = new System.Drawing.Point(96, 24);
            this.maskedTextBoxCapMinDelay.Mask = "00000";
            this.maskedTextBoxCapMinDelay.Name = "maskedTextBoxCapMinDelay";
            this.maskedTextBoxCapMinDelay.Size = new System.Drawing.Size(41, 20);
            this.maskedTextBoxCapMinDelay.TabIndex = 1;
            this.maskedTextBoxCapMinDelay.ValidatingType = typeof(int);
            // 
            // maskedTextBoxCapYear
            // 
            this.maskedTextBoxCapYear.Hex = false;
            this.maskedTextBoxCapYear.Location = new System.Drawing.Point(55, 24);
            this.maskedTextBoxCapYear.Mask = "0000";
            this.maskedTextBoxCapYear.Name = "maskedTextBoxCapYear";
            this.maskedTextBoxCapYear.Size = new System.Drawing.Size(35, 20);
            this.maskedTextBoxCapYear.TabIndex = 0;
            this.maskedTextBoxCapYear.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
            // 
            // maskedTextBoxCapMaxOffset
            // 
            this.maskedTextBoxCapMaxOffset.Hex = false;
            this.maskedTextBoxCapMaxOffset.Location = new System.Drawing.Point(238, 24);
            this.maskedTextBoxCapMaxOffset.Mask = "00000";
            this.maskedTextBoxCapMaxOffset.Name = "maskedTextBoxCapMaxOffset";
            this.maskedTextBoxCapMaxOffset.Size = new System.Drawing.Size(44, 20);
            this.maskedTextBoxCapMaxOffset.TabIndex = 4;
            // 
            // labelCapMinMaxFrame
            // 
            this.labelCapMinMaxFrame.AutoSize = true;
            this.labelCapMinMaxFrame.Location = new System.Drawing.Point(191, 9);
            this.labelCapMinMaxFrame.Name = "labelCapMinMaxFrame";
            this.labelCapMinMaxFrame.Size = new System.Drawing.Size(87, 13);
            this.labelCapMinMaxFrame.TabIndex = 107;
            this.labelCapMinMaxFrame.Text = "Min / Max Frame";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(97, 9);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(85, 13);
            this.label22.TabIndex = 108;
            this.label22.Text = "Min / Max Delay";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(52, 9);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(29, 13);
            this.label20.TabIndex = 106;
            this.label20.Text = "Year";
            // 
            // comboBoxMethod
            // 
            this.comboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMethod.ForeColor = System.Drawing.Color.Black;
            this.comboBoxMethod.FormattingEnabled = true;
            this.comboBoxMethod.Location = new System.Drawing.Point(97, 53);
            this.comboBoxMethod.Name = "comboBoxMethod";
            this.comboBoxMethod.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxMethod.Size = new System.Drawing.Size(156, 21);
            this.comboBoxMethod.TabIndex = 5;
            this.comboBoxMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(51, 57);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(43, 13);
            this.label30.TabIndex = 113;
            this.label30.Text = "Method";
            this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // buttonCapGenerate
            // 
            this.buttonCapGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonCapGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonCapGenerate.Location = new System.Drawing.Point(12, 157);
            this.buttonCapGenerate.Name = "buttonCapGenerate";
            this.buttonCapGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonCapGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonCapGenerate.Size = new System.Drawing.Size(73, 23);
            this.buttonCapGenerate.TabIndex = 9;
            this.buttonCapGenerate.Text = "Generate";
            this.buttonCapGenerate.Click += new System.EventHandler(this.buttonCapGenerate_Click);
            // 
            // buttonAnyNature
            // 
            this.buttonAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyNature.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.buttonAnyNature.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Location = new System.Drawing.Point(879, 15);
            this.buttonAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnyNature.Name = "buttonAnyNature";
            this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyNature.Size = new System.Drawing.Size(41, 22);
            this.buttonAnyNature.TabIndex = 24;
            this.buttonAnyNature.Text = "Any";
            this.buttonAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Click += new System.EventHandler(this.buttonAnyNature_Click);
            // 
            // lblID
            // 
            this.lblID.AutoSize = true;
            this.lblID.Location = new System.Drawing.Point(699, 117);
            this.lblID.Name = "lblID";
            this.lblID.Size = new System.Drawing.Size(18, 13);
            this.lblID.TabIndex = 69;
            this.lblID.Text = "ID";
            this.lblID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxAbility
            // 
            this.comboBoxAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxAbility.FormattingEnabled = true;
            this.comboBoxAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxAbility.Location = new System.Drawing.Point(700, 43);
            this.comboBoxAbility.Name = "comboBoxAbility";
            this.comboBoxAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxAbility.Size = new System.Drawing.Size(67, 21);
            this.comboBoxAbility.TabIndex = 25;
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Location = new System.Drawing.Point(753, 117);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(25, 13);
            this.label26.TabIndex = 71;
            this.label26.Text = "SID";
            this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Location = new System.Drawing.Point(663, 47);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(34, 13);
            this.label23.TabIndex = 68;
            this.label23.Text = "Ability";
            // 
            // checkBoxShinyOnly
            // 
            this.checkBoxShinyOnly.AutoSize = true;
            this.checkBoxShinyOnly.Location = new System.Drawing.Point(700, 157);
            this.checkBoxShinyOnly.Name = "checkBoxShinyOnly";
            this.checkBoxShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShinyOnly.TabIndex = 30;
            this.checkBoxShinyOnly.Text = "Shiny Only";
            this.checkBoxShinyOnly.UseVisualStyleBackColor = true;
            // 
            // maskedTextBoxID
            // 
            this.maskedTextBoxID.Hex = false;
            this.maskedTextBoxID.Location = new System.Drawing.Point(700, 132);
            this.maskedTextBoxID.Mask = "00000";
            this.maskedTextBoxID.Name = "maskedTextBoxID";
            this.maskedTextBoxID.Size = new System.Drawing.Size(48, 20);
            this.maskedTextBoxID.TabIndex = 28;
            this.maskedTextBoxID.ValidatingType = typeof(int);
            // 
            // maskedTextBoxSID
            // 
            this.maskedTextBoxSID.Hex = false;
            this.maskedTextBoxSID.Location = new System.Drawing.Point(754, 132);
            this.maskedTextBoxSID.Mask = "00000";
            this.maskedTextBoxSID.Name = "maskedTextBoxSID";
            this.maskedTextBoxSID.Size = new System.Drawing.Size(48, 20);
            this.maskedTextBoxSID.TabIndex = 29;
            this.maskedTextBoxSID.ValidatingType = typeof(int);
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(660, 20);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(39, 13);
            this.label21.TabIndex = 11;
            this.label21.Text = "Nature";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxNature
            // 
            this.comboBoxNature.BlankText = "Any";
            checkBoxProperties2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxNature.CheckBoxProperties = checkBoxProperties2;
            this.comboBoxNature.DisplayMemberSingleItem = "";
            this.comboBoxNature.DropDownHeight = 300;
            this.comboBoxNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxNature.FormattingEnabled = true;
            this.comboBoxNature.Location = new System.Drawing.Point(700, 16);
            this.comboBoxNature.Name = "comboBoxNature";
            this.comboBoxNature.Size = new System.Drawing.Size(176, 21);
            this.comboBoxNature.TabIndex = 23;
            this.comboBoxNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // tabControl
            // 
            this.tabControl.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.tabControl.Controls.Add(this.tabPageCapture);
            this.tabControl.Controls.Add(this.tabPageShinyEgg);
            this.tabControl.Controls.Add(this.tabPageEggIVs);
            this.tabControl.Location = new System.Drawing.Point(12, 12);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(956, 524);
            this.tabControl.TabIndex = 0;
            // 
            // toolTipDataGrid
            // 
            this.toolTipDataGrid.AutoPopDelay = 6000;
            this.toolTipDataGrid.InitialDelay = 300;
            this.toolTipDataGrid.ReshowDelay = 100;
            this.toolTipDataGrid.ToolTipTitle = "Gender Ratio";
            // 
            // toolTipGenderRatio
            // 
            this.toolTipGenderRatio.AutoPopDelay = 6000;
            this.toolTipGenderRatio.InitialDelay = 300;
            this.toolTipGenderRatio.ReshowDelay = 100;
            this.toolTipGenderRatio.ToolTipTitle = "Gender Ratio";
            // 
            // TimeFinder4th
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(981, 548);
            this.Controls.Add(this.tabControl);
            this.Name = "TimeFinder4th";
            this.Text = "4th Generation Time Finder";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PlatinumTime_FormClosing);
            this.Load += new System.EventHandler(this.TimeFinder4th_Load);
            this.contextMenuStripEggPid.ResumeLayout(false);
            this.contextMenuStrip.ResumeLayout(false);
            this.tabPageEggIVs.ResumeLayout(false);
            this.tabPageEggIVs.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEggIVValues)).EndInit();
            this.tabPageShinyEgg.ResumeLayout(false);
            this.tabPageShinyEgg.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewShinyResults)).EndInit();
            this.tabPageCapture.ResumeLayout(false);
            this.tabPageCapture.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCapValues)).EndInit();
            this.contextMenuStripCap.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 10
0
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties1 = new RNGReporter.Controls.CheckBoxProperties();
            RNGReporter.Controls.CheckBoxProperties checkBoxProperties2 = new RNGReporter.Controls.CheckBoxProperties();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.checkBoxShinyOnly = new System.Windows.Forms.CheckBox();
            this.contextMenuStripGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.lockFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.jumpFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.centerTo1SecondToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.centerTo2SecondsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.centerTo3SecondsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.centerTo5SecondsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.centerTo10SecondsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.centerTp1MinuteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeCenteringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.calculatePoketechTapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.searchCoinFlipsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchNaturesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchElmToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.displayParentsInSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resetParentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.outputResultsToTXTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.saveFileDialogTxt = new System.Windows.Forms.SaveFileDialog();
            this.label14 = new System.Windows.Forms.Label();
            this.labelTargetFrame = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.labelFlipsForSeed = new System.Windows.Forms.Label();
            this.labelElmForSeed = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.checkBoxRPresent = new System.Windows.Forms.CheckBox();
            this.checkBoxEPresent = new System.Windows.Forms.CheckBox();
            this.checkBoxLPresent = new System.Windows.Forms.CheckBox();
            this.label18 = new System.Windows.Forms.Label();
            this.labelRoamerRoutes = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.checkBoxDreamWorld = new System.Windows.Forms.CheckBox();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.pokedexIVCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rdGenToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.rubyEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sapphireEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.emeraldEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.fireRedEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.leafGreenEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.thGenToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.iVsToPIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findSIDFromChainedShiniesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.seedToTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.findSeedByIVsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findSeedByStatsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.findSeedByIVRangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.simpleSeedGeneratorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.diamondEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pearlEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.platinumEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.heartGoldEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.soulSilverEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.thGenToolsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.findDSParametersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.unovaLinkParametersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.seedToTimeCGearSeedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.simpleSeedGeneratorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.adjacentSeedToolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.entralinkSeedToolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.blackEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.whiteEncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.black2EncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.white2EncounterTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hiddenGrottoEncounterTablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.donationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.performanceOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.numberOfCPUCoresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.comboBoxCPUCount = new System.Windows.Forms.ToolStripComboBox();
            this.pIDDisplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.hexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.decimalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.showToolTipsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.researcherToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.languageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.englishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.日本語ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deutschToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.españolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.françaisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.italianoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.한국어ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.profilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.checkBoxDittoParent = new System.Windows.Forms.CheckBox();
            this.checkBoxSynchOnly = new System.Windows.Forms.CheckBox();
            this.label52 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.labelCalcWarning = new System.Windows.Forms.Label();
            this.checkBoxRoamerReleased = new System.Windows.Forms.CheckBox();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.label41 = new System.Windows.Forms.Label();
            this.contextMenuStripTimeFinder = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.FifthGenerationTimeFinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.FourthGenerationTimeFinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ThirdGenerationTimeFinderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolTipDataGrid = new System.Windows.Forms.ToolTip(this.components);
            this.buttonLead = new System.Windows.Forms.Button();
            this.checkBoxBW2 = new System.Windows.Forms.CheckBox();
            this.cbNidoBeat = new System.Windows.Forms.CheckBox();
            this.cbShinyCharm = new System.Windows.Forms.CheckBox();
            this.maskedTextBoxSID = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxID = new RNGReporter.Controls.MaskedTextBox2();
            this.ivFilters = new RNGReporter.Controls.IVFilters();
            this.buttonAnySlot = new RNGReporter.GlassButton();
            this.buttonRoamerMap = new RNGReporter.GlassButton();
            this.comboBoxGender = new RNGReporter.GlassComboBox();
            this.buttonCalcInitialFrame = new RNGReporter.GlassButton();
            this.buttonDSParameters = new RNGReporter.GlassButton();
            this.comboBoxEncounterType = new RNGReporter.GlassComboBox();
            this.maskedTextBoxERoute = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxRRoute = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxLRoute = new RNGReporter.Controls.MaskedTextBox2();
            this.comboBoxSynchNatures = new RNGReporter.GlassComboBox();
            this.comboBoxEncounterSlot = new RNGReporter.Controls.CheckBoxComboBox();
            this.comboBoxAbility = new RNGReporter.GlassComboBox();
            this.textBoxSeed = new RNGReporter.Controls.MaskedTextBox2();
            this.buttonFindTime = new RNGReporter.GlassButton();
            this.comboBoxNature = new RNGReporter.Controls.CheckBoxComboBox();
            this.buttonAnyNature = new RNGReporter.GlassButton();
            this.buttonGenerate = new RNGReporter.GlassButton();
            this.dataGridViewValues = new RNGReporter.DoubleBufferedDataGridView();
            this.Frame = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Elm = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Chatot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EncounterSlot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ItemCalc = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CaveSpot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Shiny = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Nature = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Ability = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Dream = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Coin = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Atk = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Def = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SpA = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SpD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Spe = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HiddenPowerPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Characteristic = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MaleOnlySpecies = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f125 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.f75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PossibleShakingSpot = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Synchable = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maskedTextBoxStartingFrame = new RNGReporter.Controls.MaskedTextBox2();
            this.maskedTextBoxMaxFrames = new RNGReporter.Controls.MaskedTextBox2();
            this.comboBoxMethod = new RNGReporter.GlassComboBox();
            this.checkBoxMemoryLink = new System.Windows.Forms.CheckBox();
            this.contextMenuStripGrid.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.contextMenuStripTimeFinder.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label1.Location = new System.Drawing.Point(356, 198);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(25, 13);
            this.label1.TabIndex = 53;
            this.label1.Text = "SID";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label2.Location = new System.Drawing.Point(277, 197);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(18, 13);
            this.label2.TabIndex = 51;
            this.label2.Text = "ID";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label3.Location = new System.Drawing.Point(52, 39);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(43, 13);
            this.label3.TabIndex = 0;
            this.label3.Text = "Method";
            this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // checkBoxShinyOnly
            // 
            this.checkBoxShinyOnly.AutoSize = true;
            this.checkBoxShinyOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxShinyOnly.Location = new System.Drawing.Point(299, 220);
            this.checkBoxShinyOnly.Name = "checkBoxShinyOnly";
            this.checkBoxShinyOnly.Size = new System.Drawing.Size(76, 17);
            this.checkBoxShinyOnly.TabIndex = 24;
            this.checkBoxShinyOnly.Text = "Shiny Only";
            this.checkBoxShinyOnly.UseVisualStyleBackColor = true;
            // 
            // contextMenuStripGrid
            // 
            this.contextMenuStripGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lockFrameToolStripMenuItem,
            this.jumpFrameToolStripMenuItem,
            this.toolStripMenuItem1,
            this.centerTo1SecondToolStripMenuItem,
            this.centerTo2SecondsToolStripMenuItem,
            this.centerTo3SecondsToolStripMenuItem,
            this.centerTo5SecondsToolStripMenuItem,
            this.centerTo10SecondsToolStripMenuItem,
            this.centerTp1MinuteToolStripMenuItem,
            this.removeCenteringToolStripMenuItem,
            this.toolStripMenuItem2,
            this.calculatePoketechTapsToolStripMenuItem,
            this.toolStripMenuItem4,
            this.searchCoinFlipsToolStripMenuItem,
            this.searchNaturesToolStripMenuItem,
            this.searchElmToolStripMenuItem,
            this.displayParentsInSearchToolStripMenuItem,
            this.resetParentsToolStripMenuItem,
            this.toolStripMenuItem3,
            this.outputResultsToTXTToolStripMenuItem});
            this.contextMenuStripGrid.Name = "contextMenuStripGrid";
            this.contextMenuStripGrid.Size = new System.Drawing.Size(336, 380);
            this.contextMenuStripGrid.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripGrid_Opening);
            // 
            // lockFrameToolStripMenuItem
            // 
            this.lockFrameToolStripMenuItem.Name = "lockFrameToolStripMenuItem";
            this.lockFrameToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.lockFrameToolStripMenuItem.Text = "Set as Target Frame";
            this.lockFrameToolStripMenuItem.Click += new System.EventHandler(this.lockFrameToolStripMenuItem_Click);
            // 
            // jumpFrameToolStripMenuItem
            // 
            this.jumpFrameToolStripMenuItem.Name = "jumpFrameToolStripMenuItem";
            this.jumpFrameToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.jumpFrameToolStripMenuItem.Text = "Jump to Target Frame";
            this.jumpFrameToolStripMenuItem.Click += new System.EventHandler(this.jumpFrameToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(332, 6);
            // 
            // centerTo1SecondToolStripMenuItem
            // 
            this.centerTo1SecondToolStripMenuItem.Name = "centerTo1SecondToolStripMenuItem";
            this.centerTo1SecondToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTo1SecondToolStripMenuItem.Text = "Center to +/- 1 Second and Set as Target Frame";
            this.centerTo1SecondToolStripMenuItem.Click += new System.EventHandler(this.centerTo1SecondToolStripMenuItem_Click);
            // 
            // centerTo2SecondsToolStripMenuItem
            // 
            this.centerTo2SecondsToolStripMenuItem.Name = "centerTo2SecondsToolStripMenuItem";
            this.centerTo2SecondsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTo2SecondsToolStripMenuItem.Text = "Center to +/- 2 Seconds and Set as Target Frame";
            this.centerTo2SecondsToolStripMenuItem.Click += new System.EventHandler(this.centerTo2SecondsToolStripMenuItem_Click);
            // 
            // centerTo3SecondsToolStripMenuItem
            // 
            this.centerTo3SecondsToolStripMenuItem.Name = "centerTo3SecondsToolStripMenuItem";
            this.centerTo3SecondsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTo3SecondsToolStripMenuItem.Text = "Center to +/- 3 Seconds and Set as Target Frame";
            this.centerTo3SecondsToolStripMenuItem.Click += new System.EventHandler(this.centerTo3SecondsToolStripMenuItem_Click);
            // 
            // centerTo5SecondsToolStripMenuItem
            // 
            this.centerTo5SecondsToolStripMenuItem.Name = "centerTo5SecondsToolStripMenuItem";
            this.centerTo5SecondsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTo5SecondsToolStripMenuItem.Text = "Center to +/- 5 Seconds and Set as Target Frame";
            this.centerTo5SecondsToolStripMenuItem.Click += new System.EventHandler(this.centerTo5SecondsToolStripMenuItem_Click);
            // 
            // centerTo10SecondsToolStripMenuItem
            // 
            this.centerTo10SecondsToolStripMenuItem.Name = "centerTo10SecondsToolStripMenuItem";
            this.centerTo10SecondsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTo10SecondsToolStripMenuItem.Text = "Center to +/- 10 Seconds and Set as Target Frame";
            this.centerTo10SecondsToolStripMenuItem.Click += new System.EventHandler(this.centerTo10SecondsToolStripMenuItem_Click);
            // 
            // centerTp1MinuteToolStripMenuItem
            // 
            this.centerTp1MinuteToolStripMenuItem.Name = "centerTp1MinuteToolStripMenuItem";
            this.centerTp1MinuteToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.centerTp1MinuteToolStripMenuItem.Text = "Center to +/- 1 Minute and Set as Target Frame";
            this.centerTp1MinuteToolStripMenuItem.Click += new System.EventHandler(this.centerTp1MinuteToolStripMenuItem_Click);
            // 
            // removeCenteringToolStripMenuItem
            // 
            this.removeCenteringToolStripMenuItem.Name = "removeCenteringToolStripMenuItem";
            this.removeCenteringToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.removeCenteringToolStripMenuItem.Text = "Remove Centering";
            this.removeCenteringToolStripMenuItem.Click += new System.EventHandler(this.removeCenteringToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(332, 6);
            // 
            // calculatePoketechTapsToolStripMenuItem
            // 
            this.calculatePoketechTapsToolStripMenuItem.Name = "calculatePoketechTapsToolStripMenuItem";
            this.calculatePoketechTapsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.calculatePoketechTapsToolStripMenuItem.Text = "Calculate Poketech Taps ...";
            this.calculatePoketechTapsToolStripMenuItem.Click += new System.EventHandler(this.calculatePoketechTapsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(332, 6);
            // 
            // searchCoinFlipsToolStripMenuItem
            // 
            this.searchCoinFlipsToolStripMenuItem.Name = "searchCoinFlipsToolStripMenuItem";
            this.searchCoinFlipsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.searchCoinFlipsToolStripMenuItem.Text = "Search Coin Flips ...";
            this.searchCoinFlipsToolStripMenuItem.Click += new System.EventHandler(this.searchCoinFlipsToolStripMenuItem_Click);
            // 
            // searchNaturesToolStripMenuItem
            // 
            this.searchNaturesToolStripMenuItem.Name = "searchNaturesToolStripMenuItem";
            this.searchNaturesToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.searchNaturesToolStripMenuItem.Text = "Search Natures ...";
            this.searchNaturesToolStripMenuItem.Click += new System.EventHandler(this.searchNaturesToolStripMenuItem_Click);
            // 
            // searchElmToolStripMenuItem
            // 
            this.searchElmToolStripMenuItem.Name = "searchElmToolStripMenuItem";
            this.searchElmToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.searchElmToolStripMenuItem.Text = "Search Elm Responses ...";
            this.searchElmToolStripMenuItem.Click += new System.EventHandler(this.searchElmToolStripMenuItem_Click);
            // 
            // displayParentsInSearchToolStripMenuItem
            // 
            this.displayParentsInSearchToolStripMenuItem.Name = "displayParentsInSearchToolStripMenuItem";
            this.displayParentsInSearchToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.displayParentsInSearchToolStripMenuItem.Text = "Display Parents in Search...";
            this.displayParentsInSearchToolStripMenuItem.Click += new System.EventHandler(this.displayParentsInSearchToolStripMenuItem_Click);
            // 
            // resetParentsToolStripMenuItem
            // 
            this.resetParentsToolStripMenuItem.Name = "resetParentsToolStripMenuItem";
            this.resetParentsToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.resetParentsToolStripMenuItem.Text = "Reset Parents";
            this.resetParentsToolStripMenuItem.Visible = false;
            this.resetParentsToolStripMenuItem.Click += new System.EventHandler(this.resetParentsToolStripMenuItem_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(332, 6);
            // 
            // outputResultsToTXTToolStripMenuItem
            // 
            this.outputResultsToTXTToolStripMenuItem.Name = "outputResultsToTXTToolStripMenuItem";
            this.outputResultsToTXTToolStripMenuItem.Size = new System.Drawing.Size(335, 22);
            this.outputResultsToTXTToolStripMenuItem.Text = "Output Results to TXT ...";
            this.outputResultsToTXTToolStripMenuItem.Click += new System.EventHandler(this.outputResultsToTXTToolStripMenuItem_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label10.Location = new System.Drawing.Point(30, 115);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 13);
            this.label10.TabIndex = 4;
            this.label10.Text = "Max Results";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label11.Location = new System.Drawing.Point(20, 141);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(75, 13);
            this.label11.TabIndex = 6;
            this.label11.Text = "Starting Frame";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label12.Location = new System.Drawing.Point(35, 168);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(60, 13);
            this.label12.TabIndex = 8;
            this.label12.Text = "Seed (Hex)";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label13.Location = new System.Drawing.Point(619, 39);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(39, 13);
            this.label13.TabIndex = 46;
            this.label13.Text = "Nature";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label14
            // 
            this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label14.AutoSize = true;
            this.label14.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label14.Location = new System.Drawing.Point(12, 467);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(73, 13);
            this.label14.TabIndex = 72;
            this.label14.Text = "Target Frame:";
            this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // labelTargetFrame
            // 
            this.labelTargetFrame.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelTargetFrame.AutoSize = true;
            this.labelTargetFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.labelTargetFrame.Location = new System.Drawing.Point(89, 467);
            this.labelTargetFrame.Name = "labelTargetFrame";
            this.labelTargetFrame.Size = new System.Drawing.Size(33, 13);
            this.labelTargetFrame.TabIndex = 37;
            this.labelTargetFrame.Text = "None";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label16.Location = new System.Drawing.Point(624, 66);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(34, 13);
            this.label16.TabIndex = 49;
            this.label16.Text = "Ability";
            // 
            // label17
            // 
            this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label17.AutoSize = true;
            this.label17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label17.Location = new System.Drawing.Point(130, 467);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(98, 13);
            this.label17.TabIndex = 74;
            this.label17.Text = "Coin Flips for Seed:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // labelFlipsForSeed
            // 
            this.labelFlipsForSeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelFlipsForSeed.AutoSize = true;
            this.labelFlipsForSeed.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.labelFlipsForSeed.Location = new System.Drawing.Point(227, 467);
            this.labelFlipsForSeed.Name = "labelFlipsForSeed";
            this.labelFlipsForSeed.Size = new System.Drawing.Size(0, 13);
            this.labelFlipsForSeed.TabIndex = 75;
            this.labelFlipsForSeed.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // labelElmForSeed
            // 
            this.labelElmForSeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelElmForSeed.AutoSize = true;
            this.labelElmForSeed.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.labelElmForSeed.Location = new System.Drawing.Point(524, 467);
            this.labelElmForSeed.Name = "labelElmForSeed";
            this.labelElmForSeed.Size = new System.Drawing.Size(0, 13);
            this.labelElmForSeed.TabIndex = 77;
            this.labelElmForSeed.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label19
            // 
            this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label19.AutoSize = true;
            this.label19.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label19.Location = new System.Drawing.Point(398, 467);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(126, 13);
            this.label19.TabIndex = 76;
            this.label19.Text = "Elm Responses for Seed:";
            this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // checkBoxRPresent
            // 
            this.checkBoxRPresent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkBoxRPresent.AutoSize = true;
            this.checkBoxRPresent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxRPresent.Location = new System.Drawing.Point(184, 491);
            this.checkBoxRPresent.Name = "checkBoxRPresent";
            this.checkBoxRPresent.Size = new System.Drawing.Size(34, 17);
            this.checkBoxRPresent.TabIndex = 39;
            this.checkBoxRPresent.Text = "R";
            this.checkBoxRPresent.UseVisualStyleBackColor = true;
            // 
            // checkBoxEPresent
            // 
            this.checkBoxEPresent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkBoxEPresent.AutoSize = true;
            this.checkBoxEPresent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxEPresent.Location = new System.Drawing.Point(249, 491);
            this.checkBoxEPresent.Name = "checkBoxEPresent";
            this.checkBoxEPresent.Size = new System.Drawing.Size(33, 17);
            this.checkBoxEPresent.TabIndex = 41;
            this.checkBoxEPresent.Text = "E";
            this.checkBoxEPresent.UseVisualStyleBackColor = true;
            // 
            // checkBoxLPresent
            // 
            this.checkBoxLPresent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.checkBoxLPresent.AutoSize = true;
            this.checkBoxLPresent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxLPresent.Location = new System.Drawing.Point(314, 491);
            this.checkBoxLPresent.Name = "checkBoxLPresent";
            this.checkBoxLPresent.Size = new System.Drawing.Size(32, 17);
            this.checkBoxLPresent.TabIndex = 43;
            this.checkBoxLPresent.Text = "L";
            this.checkBoxLPresent.UseVisualStyleBackColor = true;
            // 
            // label18
            // 
            this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label18.AutoSize = true;
            this.label18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label18.Location = new System.Drawing.Point(375, 492);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(149, 13);
            this.label18.TabIndex = 85;
            this.label18.Text = "Roaming Pokemon Locations:";
            // 
            // labelRoamerRoutes
            // 
            this.labelRoamerRoutes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelRoamerRoutes.AutoSize = true;
            this.labelRoamerRoutes.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.labelRoamerRoutes.Location = new System.Drawing.Point(524, 492);
            this.labelRoamerRoutes.Name = "labelRoamerRoutes";
            this.labelRoamerRoutes.Size = new System.Drawing.Size(0, 13);
            this.labelRoamerRoutes.TabIndex = 0;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label20.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label20.Location = new System.Drawing.Point(581, 92);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(77, 13);
            this.label20.TabIndex = 57;
            this.label20.Text = "Encounter Slot";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkBoxDreamWorld
            // 
            this.checkBoxDreamWorld.AutoSize = true;
            this.checkBoxDreamWorld.Enabled = false;
            this.checkBoxDreamWorld.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxDreamWorld.Location = new System.Drawing.Point(422, 236);
            this.checkBoxDreamWorld.Name = "checkBoxDreamWorld";
            this.checkBoxDreamWorld.Size = new System.Drawing.Size(134, 17);
            this.checkBoxDreamWorld.TabIndex = 27;
            this.checkBoxDreamWorld.Text = "Dream World Egg Only";
            this.checkBoxDreamWorld.UseVisualStyleBackColor = true;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.pokedexIVCheckerToolStripMenuItem,
            this.rdGenToolsToolStripMenuItem,
            this.thGenToolsToolStripMenuItem,
            this.thGenToolsToolStripMenuItem1,
            this.donationToolStripMenuItem,
            this.performanceOptionsToolStripMenuItem,
            this.researcherToolStripMenuItem,
            this.languageToolStripMenuItem,
            this.profilesToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.menuStrip1.Size = new System.Drawing.Size(916, 29);
            this.menuStrip1.Stretch = false;
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // pokedexIVCheckerToolStripMenuItem
            // 
            this.pokedexIVCheckerToolStripMenuItem.Name = "pokedexIVCheckerToolStripMenuItem";
            this.pokedexIVCheckerToolStripMenuItem.Size = new System.Drawing.Size(124, 25);
            this.pokedexIVCheckerToolStripMenuItem.Text = "Pokédex-IV Checker";
            this.pokedexIVCheckerToolStripMenuItem.Click += new System.EventHandler(this.pokedexIVCheckerToolStripMenuItem_Click);
            // 
            // rdGenToolsToolStripMenuItem
            // 
            this.rdGenToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2,
            this.toolStripSeparator4,
            this.rubyEncounterTableToolStripMenuItem,
            this.sapphireEncounterTableToolStripMenuItem,
            this.emeraldEncounterTableToolStripMenuItem,
            this.fireRedEncounterTableToolStripMenuItem,
            this.leafGreenEncounterTableToolStripMenuItem});
            this.rdGenToolsToolStripMenuItem.Name = "rdGenToolsToolStripMenuItem";
            this.rdGenToolsToolStripMenuItem.Size = new System.Drawing.Size(92, 25);
            this.rdGenToolsToolStripMenuItem.Text = "3rd Gen Tools";
            // 
            // tIDSIDManipulationPandorasBoxToolStripMenuItem2
            // 
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2.Name = "tIDSIDManipulationPandorasBoxToolStripMenuItem2";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2.Size = new System.Drawing.Size(283, 22);
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2.Text = "TID\\SID Manipulation (\"Pandora\'s Box\")";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem2.Click += new System.EventHandler(this.tIDSIDManipulationPandorasBoxToolStripMenuItem2_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(280, 6);
            // 
            // rubyEncounterTableToolStripMenuItem
            // 
            this.rubyEncounterTableToolStripMenuItem.Name = "rubyEncounterTableToolStripMenuItem";
            this.rubyEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.rubyEncounterTableToolStripMenuItem.Text = "Ruby Encounter Table";
            this.rubyEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.rubyEncounterTableToolStripMenuItem_Click);
            // 
            // sapphireEncounterTableToolStripMenuItem
            // 
            this.sapphireEncounterTableToolStripMenuItem.Name = "sapphireEncounterTableToolStripMenuItem";
            this.sapphireEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.sapphireEncounterTableToolStripMenuItem.Text = "Sapphire Encounter Table";
            this.sapphireEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.sapphireEncounterTableToolStripMenuItem_Click);
            // 
            // emeraldEncounterTableToolStripMenuItem
            // 
            this.emeraldEncounterTableToolStripMenuItem.Name = "emeraldEncounterTableToolStripMenuItem";
            this.emeraldEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.emeraldEncounterTableToolStripMenuItem.Text = "Emerald Encounter Table";
            this.emeraldEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.emeraldEncounterTableToolStripMenuItem_Click);
            // 
            // fireRedEncounterTableToolStripMenuItem
            // 
            this.fireRedEncounterTableToolStripMenuItem.Name = "fireRedEncounterTableToolStripMenuItem";
            this.fireRedEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.fireRedEncounterTableToolStripMenuItem.Text = "Fire Red Encounter Table";
            this.fireRedEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.fireRedEncounterTableToolStripMenuItem_Click);
            // 
            // leafGreenEncounterTableToolStripMenuItem
            // 
            this.leafGreenEncounterTableToolStripMenuItem.Name = "leafGreenEncounterTableToolStripMenuItem";
            this.leafGreenEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.leafGreenEncounterTableToolStripMenuItem.Text = "Leaf Green Encounter Table";
            this.leafGreenEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.leafGreenEncounterTableToolStripMenuItem_Click);
            // 
            // thGenToolsToolStripMenuItem
            // 
            this.thGenToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.iVsToPIDToolStripMenuItem,
            this.findSIDFromChainedShiniesToolStripMenuItem,
            this.seedToTimeToolStripMenuItem,
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem,
            this.toolStripSeparator1,
            this.findSeedByIVsToolStripMenuItem,
            this.findSeedByStatsToolStripMenuItem,
            this.findSeedByIVRangeToolStripMenuItem,
            this.simpleSeedGeneratorToolStripMenuItem,
            this.toolStripSeparator3,
            this.diamondEncounterTableToolStripMenuItem,
            this.pearlEncounterTableToolStripMenuItem,
            this.platinumEncounterTableToolStripMenuItem,
            this.heartGoldEncounterTableToolStripMenuItem,
            this.soulSilverEncounterTableToolStripMenuItem});
            this.thGenToolsToolStripMenuItem.Name = "thGenToolsToolStripMenuItem";
            this.thGenToolsToolStripMenuItem.Size = new System.Drawing.Size(92, 25);
            this.thGenToolsToolStripMenuItem.Text = "4th Gen Tools";
            // 
            // iVsToPIDToolStripMenuItem
            // 
            this.iVsToPIDToolStripMenuItem.Name = "iVsToPIDToolStripMenuItem";
            this.iVsToPIDToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.iVsToPIDToolStripMenuItem.Text = "Calculate PID from IVs";
            this.iVsToPIDToolStripMenuItem.Click += new System.EventHandler(this.iVsToPIDToolStripMenuItem_Click);
            // 
            // findSIDFromChainedShiniesToolStripMenuItem
            // 
            this.findSIDFromChainedShiniesToolStripMenuItem.Name = "findSIDFromChainedShiniesToolStripMenuItem";
            this.findSIDFromChainedShiniesToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.findSIDFromChainedShiniesToolStripMenuItem.Text = "Find SID from Chained Shinies";
            this.findSIDFromChainedShiniesToolStripMenuItem.Click += new System.EventHandler(this.findSIDFromChainedShiniesToolStripMenuItem_Click);
            // 
            // seedToTimeToolStripMenuItem
            // 
            this.seedToTimeToolStripMenuItem.Name = "seedToTimeToolStripMenuItem";
            this.seedToTimeToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.seedToTimeToolStripMenuItem.Text = "Seed to Time";
            this.seedToTimeToolStripMenuItem.Click += new System.EventHandler(this.seedToTimeToolStripMenuItem_Click);
            // 
            // tIDSIDManipulationPandorasBoxToolStripMenuItem
            // 
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem.Name = "tIDSIDManipulationPandorasBoxToolStripMenuItem";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem.Text = "TID\\SID Manipulation (\"Pandora\'s Box\")";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem.Click += new System.EventHandler(this.tIDSIDManipulationPandorasBoxToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(280, 6);
            // 
            // findSeedByIVsToolStripMenuItem
            // 
            this.findSeedByIVsToolStripMenuItem.Name = "findSeedByIVsToolStripMenuItem";
            this.findSeedByIVsToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.findSeedByIVsToolStripMenuItem.Text = "Find Seed by IVs";
            this.findSeedByIVsToolStripMenuItem.Click += new System.EventHandler(this.findSeedByIVsToolStripMenuItem_Click);
            // 
            // findSeedByStatsToolStripMenuItem
            // 
            this.findSeedByStatsToolStripMenuItem.Name = "findSeedByStatsToolStripMenuItem";
            this.findSeedByStatsToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.findSeedByStatsToolStripMenuItem.Text = "Find Seed by Stats";
            this.findSeedByStatsToolStripMenuItem.Click += new System.EventHandler(this.findSeedByStatsToolStripMenuItem_Click);
            // 
            // findSeedByIVRangeToolStripMenuItem
            // 
            this.findSeedByIVRangeToolStripMenuItem.Name = "findSeedByIVRangeToolStripMenuItem";
            this.findSeedByIVRangeToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.findSeedByIVRangeToolStripMenuItem.Text = "Find Seed by IV Range";
            this.findSeedByIVRangeToolStripMenuItem.Click += new System.EventHandler(this.findSeedByIVRangeToolStripMenuItem_Click);
            // 
            // simpleSeedGeneratorToolStripMenuItem
            // 
            this.simpleSeedGeneratorToolStripMenuItem.Name = "simpleSeedGeneratorToolStripMenuItem";
            this.simpleSeedGeneratorToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.simpleSeedGeneratorToolStripMenuItem.Text = "Simple Seed Generator";
            this.simpleSeedGeneratorToolStripMenuItem.Click += new System.EventHandler(this.simpleSeedGeneratorToolStripMenuItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(280, 6);
            // 
            // diamondEncounterTableToolStripMenuItem
            // 
            this.diamondEncounterTableToolStripMenuItem.Name = "diamondEncounterTableToolStripMenuItem";
            this.diamondEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.diamondEncounterTableToolStripMenuItem.Text = "Diamond Encounter Table";
            this.diamondEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.diamondEncounterTableToolStripMenuItem_Click);
            // 
            // pearlEncounterTableToolStripMenuItem
            // 
            this.pearlEncounterTableToolStripMenuItem.Name = "pearlEncounterTableToolStripMenuItem";
            this.pearlEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.pearlEncounterTableToolStripMenuItem.Text = "Pearl Encounter Table";
            this.pearlEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.pearlEncounterTableToolStripMenuItem_Click);
            // 
            // platinumEncounterTableToolStripMenuItem
            // 
            this.platinumEncounterTableToolStripMenuItem.Name = "platinumEncounterTableToolStripMenuItem";
            this.platinumEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.platinumEncounterTableToolStripMenuItem.Text = "Platinum Encounter Table";
            this.platinumEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.platinumEncounterTableToolStripMenuItem_Click);
            // 
            // heartGoldEncounterTableToolStripMenuItem
            // 
            this.heartGoldEncounterTableToolStripMenuItem.Name = "heartGoldEncounterTableToolStripMenuItem";
            this.heartGoldEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.heartGoldEncounterTableToolStripMenuItem.Text = "Heart Gold Encounter Table";
            this.heartGoldEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.heartGoldEncounterTableToolStripMenuItem_Click);
            // 
            // soulSilverEncounterTableToolStripMenuItem
            // 
            this.soulSilverEncounterTableToolStripMenuItem.Name = "soulSilverEncounterTableToolStripMenuItem";
            this.soulSilverEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.soulSilverEncounterTableToolStripMenuItem.Text = "Soul Silver Encounter Table";
            this.soulSilverEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.soulSilverEncounterTableToolStripMenuItem_Click);
            // 
            // thGenToolsToolStripMenuItem1
            // 
            this.thGenToolsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.findDSParametersToolStripMenuItem,
            this.unovaLinkParametersToolStripMenuItem,
            this.seedToTimeCGearSeedsToolStripMenuItem,
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1,
            this.simpleSeedGeneratorToolStripMenuItem1,
            this.adjacentSeedToolToolStripMenuItem,
            this.entralinkSeedToolToolStripMenuItem,
            this.toolStripSeparator2,
            this.blackEncounterTableToolStripMenuItem,
            this.whiteEncounterTableToolStripMenuItem,
            this.black2EncounterTableToolStripMenuItem,
            this.white2EncounterTableToolStripMenuItem,
            this.hiddenGrottoEncounterTablesToolStripMenuItem});
            this.thGenToolsToolStripMenuItem1.Name = "thGenToolsToolStripMenuItem1";
            this.thGenToolsToolStripMenuItem1.Size = new System.Drawing.Size(92, 25);
            this.thGenToolsToolStripMenuItem1.Text = "5th Gen Tools";
            // 
            // findDSParametersToolStripMenuItem
            // 
            this.findDSParametersToolStripMenuItem.Name = "findDSParametersToolStripMenuItem";
            this.findDSParametersToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.findDSParametersToolStripMenuItem.Text = "Find DS Parameters (Standard Seeds)";
            this.findDSParametersToolStripMenuItem.Click += new System.EventHandler(this.findDSParametersToolStripMenuItem_Click);
            // 
            // unovaLinkParametersToolStripMenuItem
            // 
            this.unovaLinkParametersToolStripMenuItem.Name = "unovaLinkParametersToolStripMenuItem";
            this.unovaLinkParametersToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.unovaLinkParametersToolStripMenuItem.Text = "Unova Link Parameters";
            this.unovaLinkParametersToolStripMenuItem.Click += new System.EventHandler(this.unovaLinkParametersToolStripMenuItem_Click);
            // 
            // seedToTimeCGearSeedsToolStripMenuItem
            // 
            this.seedToTimeCGearSeedsToolStripMenuItem.Name = "seedToTimeCGearSeedsToolStripMenuItem";
            this.seedToTimeCGearSeedsToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.seedToTimeCGearSeedsToolStripMenuItem.Text = "Seed to Time (C-Gear Seeds)";
            this.seedToTimeCGearSeedsToolStripMenuItem.Click += new System.EventHandler(this.seedToTimeCGearSeedsToolStripMenuItem_Click);
            // 
            // tIDSIDManipulationPandorasBoxToolStripMenuItem1
            // 
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1.Name = "tIDSIDManipulationPandorasBoxToolStripMenuItem1";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1.Size = new System.Drawing.Size(283, 22);
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1.Text = "TID\\SID Manipulation (\"Pandora\'s Box\")";
            this.tIDSIDManipulationPandorasBoxToolStripMenuItem1.Click += new System.EventHandler(this.tIDSIDManipulationPandorasBoxToolStripMenuItem1_Click);
            // 
            // simpleSeedGeneratorToolStripMenuItem1
            // 
            this.simpleSeedGeneratorToolStripMenuItem1.Name = "simpleSeedGeneratorToolStripMenuItem1";
            this.simpleSeedGeneratorToolStripMenuItem1.Size = new System.Drawing.Size(283, 22);
            this.simpleSeedGeneratorToolStripMenuItem1.Text = "Simple Seed Generator";
            this.simpleSeedGeneratorToolStripMenuItem1.Click += new System.EventHandler(this.simpleSeedGeneratorToolStripMenuItem1_Click);
            // 
            // adjacentSeedToolToolStripMenuItem
            // 
            this.adjacentSeedToolToolStripMenuItem.Name = "adjacentSeedToolToolStripMenuItem";
            this.adjacentSeedToolToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.adjacentSeedToolToolStripMenuItem.Text = "Adjacent Seed Tool";
            this.adjacentSeedToolToolStripMenuItem.Click += new System.EventHandler(this.adjacentSeedToolToolStripMenuItem_Click);
            // 
            // entralinkSeedToolToolStripMenuItem
            // 
            this.entralinkSeedToolToolStripMenuItem.Name = "entralinkSeedToolToolStripMenuItem";
            this.entralinkSeedToolToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.entralinkSeedToolToolStripMenuItem.Text = "Entralink Seed Search";
            this.entralinkSeedToolToolStripMenuItem.Click += new System.EventHandler(this.entralinkSeedSearchToolToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(280, 6);
            this.toolStripSeparator2.Click += new System.EventHandler(this.toolStripSeparator2_Click);
            // 
            // blackEncounterTableToolStripMenuItem
            // 
            this.blackEncounterTableToolStripMenuItem.Name = "blackEncounterTableToolStripMenuItem";
            this.blackEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.blackEncounterTableToolStripMenuItem.Text = "Black Encounter Table";
            this.blackEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.blackEncounterTableToolStripMenuItem_Click);
            // 
            // whiteEncounterTableToolStripMenuItem
            // 
            this.whiteEncounterTableToolStripMenuItem.Name = "whiteEncounterTableToolStripMenuItem";
            this.whiteEncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.whiteEncounterTableToolStripMenuItem.Text = "White Encounter Table";
            this.whiteEncounterTableToolStripMenuItem.Click += new System.EventHandler(this.whiteEncounterTableToolStripMenuItem_Click);
            // 
            // black2EncounterTableToolStripMenuItem
            // 
            this.black2EncounterTableToolStripMenuItem.Name = "black2EncounterTableToolStripMenuItem";
            this.black2EncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.black2EncounterTableToolStripMenuItem.Text = "Black 2 Encounter Table";
            this.black2EncounterTableToolStripMenuItem.Click += new System.EventHandler(this.black2EncounterTableToolStripMenuItem_Click);
            // 
            // white2EncounterTableToolStripMenuItem
            // 
            this.white2EncounterTableToolStripMenuItem.Name = "white2EncounterTableToolStripMenuItem";
            this.white2EncounterTableToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.white2EncounterTableToolStripMenuItem.Text = "White 2 Encounter Table";
            this.white2EncounterTableToolStripMenuItem.Click += new System.EventHandler(this.white2EncounterTableToolStripMenuItem_Click);
            // 
            // hiddenGrottoEncounterTablesToolStripMenuItem
            // 
            this.hiddenGrottoEncounterTablesToolStripMenuItem.Name = "hiddenGrottoEncounterTablesToolStripMenuItem";
            this.hiddenGrottoEncounterTablesToolStripMenuItem.Size = new System.Drawing.Size(283, 22);
            this.hiddenGrottoEncounterTablesToolStripMenuItem.Text = "Hidden Grotto Encounter Tables";
            this.hiddenGrottoEncounterTablesToolStripMenuItem.Click += new System.EventHandler(this.hiddenGrottoEncounterTablesToolStripMenuItem_Click);
            // 
            // donationToolStripMenuItem
            // 
            this.donationToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.donationToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("donationToolStripMenuItem.Image")));
            this.donationToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.donationToolStripMenuItem.Name = "donationToolStripMenuItem";
            this.donationToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0);
            this.donationToolStripMenuItem.Size = new System.Drawing.Size(78, 25);
            this.donationToolStripMenuItem.Click += new System.EventHandler(this.donationToolStripMenuItem_Click);
            // 
            // performanceOptionsToolStripMenuItem
            // 
            this.performanceOptionsToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.performanceOptionsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.performanceOptionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.numberOfCPUCoresToolStripMenuItem,
            this.pIDDisplayToolStripMenuItem,
            this.showToolTipsToolStripMenuItem});
            this.performanceOptionsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ControlText;
            this.performanceOptionsToolStripMenuItem.Name = "performanceOptionsToolStripMenuItem";
            this.performanceOptionsToolStripMenuItem.Size = new System.Drawing.Size(61, 25);
            this.performanceOptionsToolStripMenuItem.Text = "Options";
            // 
            // numberOfCPUCoresToolStripMenuItem
            // 
            this.numberOfCPUCoresToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.comboBoxCPUCount});
            this.numberOfCPUCoresToolStripMenuItem.Name = "numberOfCPUCoresToolStripMenuItem";
            this.numberOfCPUCoresToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.numberOfCPUCoresToolStripMenuItem.Text = "Number of CPU Cores";
            // 
            // comboBoxCPUCount
            // 
            this.comboBoxCPUCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCPUCount.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8"});
            this.comboBoxCPUCount.Name = "comboBoxCPUCount";
            this.comboBoxCPUCount.Size = new System.Drawing.Size(121, 23);
            this.comboBoxCPUCount.SelectedIndexChanged += new System.EventHandler(this.comboBoxCPUCount_SelectedIndexChanged);
            // 
            // pIDDisplayToolStripMenuItem
            // 
            this.pIDDisplayToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.hexToolStripMenuItem,
            this.decimalToolStripMenuItem});
            this.pIDDisplayToolStripMenuItem.Name = "pIDDisplayToolStripMenuItem";
            this.pIDDisplayToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.pIDDisplayToolStripMenuItem.Text = "PID Display";
            // 
            // hexToolStripMenuItem
            // 
            this.hexToolStripMenuItem.Checked = true;
            this.hexToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.hexToolStripMenuItem.Name = "hexToolStripMenuItem";
            this.hexToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.hexToolStripMenuItem.Text = "Hex";
            this.hexToolStripMenuItem.Click += new System.EventHandler(this.hexToolStripMenuItem_Click);
            // 
            // decimalToolStripMenuItem
            // 
            this.decimalToolStripMenuItem.Name = "decimalToolStripMenuItem";
            this.decimalToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.decimalToolStripMenuItem.Text = "Decimal";
            this.decimalToolStripMenuItem.Click += new System.EventHandler(this.decimalToolStripMenuItem_Click);
            // 
            // showToolTipsToolStripMenuItem
            // 
            this.showToolTipsToolStripMenuItem.CheckOnClick = true;
            this.showToolTipsToolStripMenuItem.Name = "showToolTipsToolStripMenuItem";
            this.showToolTipsToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
            this.showToolTipsToolStripMenuItem.Text = "Show ToolTips";
            this.showToolTipsToolStripMenuItem.Click += new System.EventHandler(this.showToolTipsToolStripMenuItem_Click);
            // 
            // researcherToolStripMenuItem
            // 
            this.researcherToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.researcherToolStripMenuItem.Name = "researcherToolStripMenuItem";
            this.researcherToolStripMenuItem.Size = new System.Drawing.Size(76, 25);
            this.researcherToolStripMenuItem.Text = "Researcher";
            this.researcherToolStripMenuItem.Click += new System.EventHandler(this.researcherToolStripMenuItem_Click);
            // 
            // languageToolStripMenuItem
            // 
            this.languageToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.languageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.englishToolStripMenuItem,
            this.日本語ToolStripMenuItem,
            this.deutschToolStripMenuItem,
            this.españolToolStripMenuItem,
            this.françaisToolStripMenuItem,
            this.italianoToolStripMenuItem,
            this.한국어ToolStripMenuItem});
            this.languageToolStripMenuItem.Name = "languageToolStripMenuItem";
            this.languageToolStripMenuItem.Size = new System.Drawing.Size(71, 25);
            this.languageToolStripMenuItem.Text = "Language";
            // 
            // englishToolStripMenuItem
            // 
            this.englishToolStripMenuItem.Checked = true;
            this.englishToolStripMenuItem.CheckOnClick = true;
            this.englishToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.englishToolStripMenuItem.Name = "englishToolStripMenuItem";
            this.englishToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.englishToolStripMenuItem.Text = "English";
            this.englishToolStripMenuItem.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
            // 
            // 日本語ToolStripMenuItem
            // 
            this.日本語ToolStripMenuItem.CheckOnClick = true;
            this.日本語ToolStripMenuItem.Font = new System.Drawing.Font("Meiryo UI", 7.75F);
            this.日本語ToolStripMenuItem.Name = "日本語ToolStripMenuItem";
            this.日本語ToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.日本語ToolStripMenuItem.Text = "日本語";
            this.日本語ToolStripMenuItem.Click += new System.EventHandler(this.日本語ToolStripMenuItem_Click);
            // 
            // deutschToolStripMenuItem
            // 
            this.deutschToolStripMenuItem.CheckOnClick = true;
            this.deutschToolStripMenuItem.Name = "deutschToolStripMenuItem";
            this.deutschToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.deutschToolStripMenuItem.Text = "Deutsch";
            this.deutschToolStripMenuItem.Click += new System.EventHandler(this.deutschToolStripMenuItem_Click);
            // 
            // españolToolStripMenuItem
            // 
            this.españolToolStripMenuItem.CheckOnClick = true;
            this.españolToolStripMenuItem.Name = "españolToolStripMenuItem";
            this.españolToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.españolToolStripMenuItem.Text = "Español";
            this.españolToolStripMenuItem.Click += new System.EventHandler(this.españolToolStripMenuItem_Click);
            // 
            // françaisToolStripMenuItem
            // 
            this.françaisToolStripMenuItem.CheckOnClick = true;
            this.françaisToolStripMenuItem.Name = "françaisToolStripMenuItem";
            this.françaisToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.françaisToolStripMenuItem.Text = "Français";
            this.françaisToolStripMenuItem.Click += new System.EventHandler(this.françaisToolStripMenuItem_Click);
            // 
            // italianoToolStripMenuItem
            // 
            this.italianoToolStripMenuItem.CheckOnClick = true;
            this.italianoToolStripMenuItem.Name = "italianoToolStripMenuItem";
            this.italianoToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.italianoToolStripMenuItem.Text = "Italiano";
            this.italianoToolStripMenuItem.Click += new System.EventHandler(this.italianoToolStripMenuItem_Click);
            // 
            // 한국어ToolStripMenuItem
            // 
            this.한국어ToolStripMenuItem.CheckOnClick = true;
            this.한국어ToolStripMenuItem.Font = new System.Drawing.Font("Malgun Gothic", 8.25F);
            this.한국어ToolStripMenuItem.Name = "한국어ToolStripMenuItem";
            this.한국어ToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.한국어ToolStripMenuItem.Text = "한국어";
            this.한국어ToolStripMenuItem.Click += new System.EventHandler(this.한국어ToolStripMenuItem_Click);
            // 
            // profilesToolStripMenuItem
            // 
            this.profilesToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.profilesToolStripMenuItem.Name = "profilesToolStripMenuItem";
            this.profilesToolStripMenuItem.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.profilesToolStripMenuItem.Size = new System.Drawing.Size(58, 25);
            this.profilesToolStripMenuItem.Text = "Profiles";
            this.profilesToolStripMenuItem.Click += new System.EventHandler(this.profilesToolStripMenuItem_Click);
            // 
            // checkBoxDittoParent
            // 
            this.checkBoxDittoParent.AutoSize = true;
            this.checkBoxDittoParent.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxDittoParent.Location = new System.Drawing.Point(422, 220);
            this.checkBoxDittoParent.Name = "checkBoxDittoParent";
            this.checkBoxDittoParent.Size = new System.Drawing.Size(82, 17);
            this.checkBoxDittoParent.TabIndex = 26;
            this.checkBoxDittoParent.Text = "Ditto Parent";
            this.checkBoxDittoParent.UseVisualStyleBackColor = true;
            // 
            // checkBoxSynchOnly
            // 
            this.checkBoxSynchOnly.AutoSize = true;
            this.checkBoxSynchOnly.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxSynchOnly.Location = new System.Drawing.Point(299, 236);
            this.checkBoxSynchOnly.Name = "checkBoxSynchOnly";
            this.checkBoxSynchOnly.Size = new System.Drawing.Size(117, 17);
            this.checkBoxSynchOnly.TabIndex = 25;
            this.checkBoxSynchOnly.Text = "Synch Frames Only";
            this.checkBoxSynchOnly.UseVisualStyleBackColor = true;
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label52.Location = new System.Drawing.Point(12, 64);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(83, 13);
            this.label52.TabIndex = 105;
            this.label52.Text = "Encounter Type";
            this.label52.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.label21.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label21.Location = new System.Drawing.Point(662, 239);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(170, 12);
            this.label21.TabIndex = 108;
            this.label21.Text = "required for Black\\White Standard Seeds";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelCalcWarning
            // 
            this.labelCalcWarning.AutoSize = true;
            this.labelCalcWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
            this.labelCalcWarning.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.labelCalcWarning.Location = new System.Drawing.Point(666, 188);
            this.labelCalcWarning.Name = "labelCalcWarning";
            this.labelCalcWarning.Size = new System.Drawing.Size(157, 24);
            this.labelCalcWarning.TabIndex = 110;
            this.labelCalcWarning.Text = "Note: frame prediction will not be\naccurate if there are NPCs in the area";
            this.labelCalcWarning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // checkBoxRoamerReleased
            // 
            this.checkBoxRoamerReleased.AutoSize = true;
            this.checkBoxRoamerReleased.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxRoamerReleased.Location = new System.Drawing.Point(666, 170);
            this.checkBoxRoamerReleased.Name = "checkBoxRoamerReleased";
            this.checkBoxRoamerReleased.Size = new System.Drawing.Size(111, 17);
            this.checkBoxRoamerReleased.TabIndex = 35;
            this.checkBoxRoamerReleased.Text = "Roamer Released";
            this.checkBoxRoamerReleased.UseVisualStyleBackColor = true;
            this.checkBoxRoamerReleased.Visible = false;
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(32, 19);
            this.toolStripMenuItem5.Text = "4";
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label41.Location = new System.Drawing.Point(616, 119);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(42, 13);
            this.label41.TabIndex = 317;
            this.label41.Text = "Gender";
            // 
            // contextMenuStripTimeFinder
            // 
            this.contextMenuStripTimeFinder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.FifthGenerationTimeFinderToolStripMenuItem,
            this.FourthGenerationTimeFinderToolStripMenuItem,
            this.ThirdGenerationTimeFinderToolStripMenuItem});
            this.contextMenuStripTimeFinder.Name = "contextMenuStripTimeFinder";
            this.contextMenuStripTimeFinder.Size = new System.Drawing.Size(219, 70);
            // 
            // FifthGenerationTimeFinderToolStripMenuItem
            // 
            this.FifthGenerationTimeFinderToolStripMenuItem.Name = "FifthGenerationTimeFinderToolStripMenuItem";
            this.FifthGenerationTimeFinderToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
            this.FifthGenerationTimeFinderToolStripMenuItem.Text = "5th Generation Time Finder";
            this.FifthGenerationTimeFinderToolStripMenuItem.Click += new System.EventHandler(this.buttonFindTime5thGen_Click);
            // 
            // FourthGenerationTimeFinderToolStripMenuItem
            // 
            this.FourthGenerationTimeFinderToolStripMenuItem.Name = "FourthGenerationTimeFinderToolStripMenuItem";
            this.FourthGenerationTimeFinderToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
            this.FourthGenerationTimeFinderToolStripMenuItem.Text = "4th Generation Time Finder";
            this.FourthGenerationTimeFinderToolStripMenuItem.Click += new System.EventHandler(this.buttonFindTime4thGen_Click);
            // 
            // ThirdGenerationTimeFinderToolStripMenuItem
            // 
            this.ThirdGenerationTimeFinderToolStripMenuItem.Name = "ThirdGenerationTimeFinderToolStripMenuItem";
            this.ThirdGenerationTimeFinderToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
            this.ThirdGenerationTimeFinderToolStripMenuItem.Text = "3rd Generation Time Finder";
            this.ThirdGenerationTimeFinderToolStripMenuItem.Click += new System.EventHandler(this.buttonFindTime3rdGen_Click);
            // 
            // toolTipDataGrid
            // 
            this.toolTipDataGrid.AutoPopDelay = 6000;
            this.toolTipDataGrid.InitialDelay = 300;
            this.toolTipDataGrid.ReshowDelay = 100;
            this.toolTipDataGrid.ToolTipTitle = "Chatot Pitch";
            // 
            // buttonLead
            // 
            this.buttonLead.BackColor = System.Drawing.SystemColors.ButtonFace;
            this.buttonLead.FlatAppearance.BorderSize = 0;
            this.buttonLead.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.buttonLead.ForeColor = System.Drawing.Color.Black;
            this.buttonLead.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonLead.Location = new System.Drawing.Point(7, 86);
            this.buttonLead.Name = "buttonLead";
            this.buttonLead.Size = new System.Drawing.Size(87, 23);
            this.buttonLead.TabIndex = 3;
            this.buttonLead.UseVisualStyleBackColor = false;
            this.buttonLead.Click += new System.EventHandler(this.buttonLead_Click);
            // 
            // checkBoxBW2
            // 
            this.checkBoxBW2.AutoSize = true;
            this.checkBoxBW2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxBW2.Location = new System.Drawing.Point(783, 170);
            this.checkBoxBW2.Name = "checkBoxBW2";
            this.checkBoxBW2.Size = new System.Drawing.Size(99, 17);
            this.checkBoxBW2.TabIndex = 319;
            this.checkBoxBW2.Text = "Black White 2?";
            this.checkBoxBW2.UseVisualStyleBackColor = true;
            this.checkBoxBW2.Visible = false;
            // 
            // cbNidoBeat
            // 
            this.cbNidoBeat.AutoSize = true;
            this.cbNidoBeat.Location = new System.Drawing.Point(510, 220);
            this.cbNidoBeat.Name = "cbNidoBeat";
            this.cbNidoBeat.Size = new System.Drawing.Size(104, 17);
            this.cbNidoBeat.TabIndex = 330;
            this.cbNidoBeat.Text = "Nidoran/Volbeat";
            this.cbNidoBeat.UseVisualStyleBackColor = true;
            // 
            // cbShinyCharm
            // 
            this.cbShinyCharm.AutoSize = true;
            this.cbShinyCharm.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.cbShinyCharm.Location = new System.Drawing.Point(562, 236);
            this.cbShinyCharm.Name = "cbShinyCharm";
            this.cbShinyCharm.Size = new System.Drawing.Size(85, 17);
            this.cbShinyCharm.TabIndex = 331;
            this.cbShinyCharm.Text = "Shiny Charm";
            this.cbShinyCharm.UseVisualStyleBackColor = true;
            // 
            // maskedTextBoxSID
            // 
            this.maskedTextBoxSID.Hex = false;
            this.maskedTextBoxSID.Location = new System.Drawing.Point(384, 194);
            this.maskedTextBoxSID.Mask = "00000";
            this.maskedTextBoxSID.Name = "maskedTextBoxSID";
            this.maskedTextBoxSID.Size = new System.Drawing.Size(51, 20);
            this.maskedTextBoxSID.TabIndex = 23;
            this.maskedTextBoxSID.ValidatingType = typeof(int);
            // 
            // maskedTextBoxID
            // 
            this.maskedTextBoxID.Hex = false;
            this.maskedTextBoxID.Location = new System.Drawing.Point(299, 194);
            this.maskedTextBoxID.Mask = "00000";
            this.maskedTextBoxID.Name = "maskedTextBoxID";
            this.maskedTextBoxID.Size = new System.Drawing.Size(51, 20);
            this.maskedTextBoxID.TabIndex = 22;
            this.maskedTextBoxID.ValidatingType = typeof(int);
            // 
            // ivFilters
            // 
            this.ivFilters.Location = new System.Drawing.Point(260, 32);
            this.ivFilters.Name = "ivFilters";
            this.ivFilters.Size = new System.Drawing.Size(315, 166);
            this.ivFilters.TabIndex = 318;
            // 
            // buttonAnySlot
            // 
            this.buttonAnySlot.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnySlot.ForeColor = System.Drawing.Color.Black;
            this.buttonAnySlot.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonAnySlot.Location = new System.Drawing.Point(846, 86);
            this.buttonAnySlot.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnySlot.Name = "buttonAnySlot";
            this.buttonAnySlot.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnySlot.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnySlot.Size = new System.Drawing.Size(48, 23);
            this.buttonAnySlot.TabIndex = 32;
            this.buttonAnySlot.Text = "Any";
            this.buttonAnySlot.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnySlot.Click += new System.EventHandler(this.buttonAnySlot_Click);
            // 
            // buttonRoamerMap
            // 
            this.buttonRoamerMap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.buttonRoamerMap.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonRoamerMap.ForeColor = System.Drawing.Color.Black;
            this.buttonRoamerMap.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonRoamerMap.Location = new System.Drawing.Point(133, 487);
            this.buttonRoamerMap.Name = "buttonRoamerMap";
            this.buttonRoamerMap.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonRoamerMap.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonRoamerMap.Size = new System.Drawing.Size(45, 23);
            this.buttonRoamerMap.TabIndex = 38;
            this.buttonRoamerMap.Text = "Map";
            this.buttonRoamerMap.Click += new System.EventHandler(this.buttonRoamerMap_Click);
            // 
            // comboBoxGender
            // 
            this.comboBoxGender.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.comboBoxGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGender.ForeColor = System.Drawing.Color.Black;
            this.comboBoxGender.FormattingEnabled = true;
            this.comboBoxGender.Location = new System.Drawing.Point(662, 115);
            this.comboBoxGender.MaxDropDownItems = 3;
            this.comboBoxGender.Name = "comboBoxGender";
            this.comboBoxGender.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxGender.Size = new System.Drawing.Size(170, 21);
            this.comboBoxGender.TabIndex = 33;
            // 
            // buttonCalcInitialFrame
            // 
            this.buttonCalcInitialFrame.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonCalcInitialFrame.ForeColor = System.Drawing.Color.Black;
            this.buttonCalcInitialFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonCalcInitialFrame.Location = new System.Drawing.Point(662, 143);
            this.buttonCalcInitialFrame.Name = "buttonCalcInitialFrame";
            this.buttonCalcInitialFrame.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonCalcInitialFrame.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonCalcInitialFrame.Size = new System.Drawing.Size(169, 23);
            this.buttonCalcInitialFrame.TabIndex = 34;
            this.buttonCalcInitialFrame.Text = "Calculate Initial PIDRNG Frame";
            this.buttonCalcInitialFrame.Click += new System.EventHandler(this.buttonCalcInitialFrame_Click);
            // 
            // buttonDSParameters
            // 
            this.buttonDSParameters.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonDSParameters.ForeColor = System.Drawing.Color.Black;
            this.buttonDSParameters.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonDSParameters.Location = new System.Drawing.Point(662, 216);
            this.buttonDSParameters.Name = "buttonDSParameters";
            this.buttonDSParameters.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonDSParameters.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonDSParameters.Size = new System.Drawing.Size(169, 23);
            this.buttonDSParameters.TabIndex = 36;
            this.buttonDSParameters.Text = "DS Parameters Search";
            this.buttonDSParameters.Click += new System.EventHandler(this.findDSParametersToolStripMenuItem_Click);
            // 
            // comboBoxEncounterType
            // 
            this.comboBoxEncounterType.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.comboBoxEncounterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterType.Enabled = false;
            this.comboBoxEncounterType.ForeColor = System.Drawing.Color.Black;
            this.comboBoxEncounterType.FormattingEnabled = true;
            this.comboBoxEncounterType.Items.AddRange(new object[] {
            "Wild Pokémon",
            "Wild Pokémon (Surfing)",
            "Wild Pokémon (Fishing)",
            "Wild Pokémon (Bubble Spot)",
            "Wild Pokémon (Shaking Grass)",
            "Wild Pokémon (Cave Spot)",
            "Stationary Pokémon",
            "Roaming Pokémon",
            "Gift Pokémon (Non-Mystery Gift)",
            "Safari Zone",
            "Bug-Catching Contest"});
            this.comboBoxEncounterType.Location = new System.Drawing.Point(101, 60);
            this.comboBoxEncounterType.Name = "comboBoxEncounterType";
            this.comboBoxEncounterType.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxEncounterType.Size = new System.Drawing.Size(153, 21);
            this.comboBoxEncounterType.TabIndex = 2;
            // 
            // maskedTextBoxERoute
            // 
            this.maskedTextBoxERoute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.maskedTextBoxERoute.Hex = false;
            this.maskedTextBoxERoute.Location = new System.Drawing.Point(282, 489);
            this.maskedTextBoxERoute.Mask = "00";
            this.maskedTextBoxERoute.Name = "maskedTextBoxERoute";
            this.maskedTextBoxERoute.Size = new System.Drawing.Size(20, 20);
            this.maskedTextBoxERoute.TabIndex = 42;
            this.maskedTextBoxERoute.ValidatingType = typeof(int);
            // 
            // maskedTextBoxRRoute
            // 
            this.maskedTextBoxRRoute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.maskedTextBoxRRoute.Hex = false;
            this.maskedTextBoxRRoute.Location = new System.Drawing.Point(217, 489);
            this.maskedTextBoxRRoute.Mask = "00";
            this.maskedTextBoxRRoute.Name = "maskedTextBoxRRoute";
            this.maskedTextBoxRRoute.Size = new System.Drawing.Size(20, 20);
            this.maskedTextBoxRRoute.TabIndex = 40;
            this.maskedTextBoxRRoute.ValidatingType = typeof(int);
            // 
            // maskedTextBoxLRoute
            // 
            this.maskedTextBoxLRoute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.maskedTextBoxLRoute.Hex = false;
            this.maskedTextBoxLRoute.Location = new System.Drawing.Point(347, 489);
            this.maskedTextBoxLRoute.Mask = "00";
            this.maskedTextBoxLRoute.Name = "maskedTextBoxLRoute";
            this.maskedTextBoxLRoute.Size = new System.Drawing.Size(20, 20);
            this.maskedTextBoxLRoute.TabIndex = 44;
            this.maskedTextBoxLRoute.ValidatingType = typeof(int);
            // 
            // comboBoxSynchNatures
            // 
            this.comboBoxSynchNatures.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.comboBoxSynchNatures.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxSynchNatures.Enabled = false;
            this.comboBoxSynchNatures.ForeColor = System.Drawing.Color.Black;
            this.comboBoxSynchNatures.FormattingEnabled = true;
            this.comboBoxSynchNatures.Location = new System.Drawing.Point(101, 86);
            this.comboBoxSynchNatures.Name = "comboBoxSynchNatures";
            this.comboBoxSynchNatures.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxSynchNatures.Size = new System.Drawing.Size(153, 21);
            this.comboBoxSynchNatures.TabIndex = 4;
            // 
            // comboBoxEncounterSlot
            // 
            this.comboBoxEncounterSlot.BlankText = "Any";
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxEncounterSlot.CheckBoxProperties = checkBoxProperties1;
            this.comboBoxEncounterSlot.DisplayMemberSingleItem = "";
            this.comboBoxEncounterSlot.DropDownHeight = 300;
            this.comboBoxEncounterSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxEncounterSlot.FormattingEnabled = true;
            this.comboBoxEncounterSlot.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "Swarm"});
            this.comboBoxEncounterSlot.Location = new System.Drawing.Point(662, 88);
            this.comboBoxEncounterSlot.Name = "comboBoxEncounterSlot";
            this.comboBoxEncounterSlot.Size = new System.Drawing.Size(170, 21);
            this.comboBoxEncounterSlot.TabIndex = 31;
            this.comboBoxEncounterSlot.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // comboBoxAbility
            // 
            this.comboBoxAbility.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.comboBoxAbility.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAbility.ForeColor = System.Drawing.Color.Black;
            this.comboBoxAbility.FormattingEnabled = true;
            this.comboBoxAbility.Items.AddRange(new object[] {
            "Any",
            "Ability 0",
            "Ability 1"});
            this.comboBoxAbility.Location = new System.Drawing.Point(662, 61);
            this.comboBoxAbility.Name = "comboBoxAbility";
            this.comboBoxAbility.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxAbility.Size = new System.Drawing.Size(79, 21);
            this.comboBoxAbility.TabIndex = 30;
            // 
            // textBoxSeed
            // 
            this.textBoxSeed.Hex = true;
            this.textBoxSeed.Location = new System.Drawing.Point(101, 164);
            this.textBoxSeed.Mask = "AAAAAAAAAAAAAAAA";
            this.textBoxSeed.Name = "textBoxSeed";
            this.textBoxSeed.Size = new System.Drawing.Size(153, 20);
            this.textBoxSeed.TabIndex = 7;
            // 
            // buttonFindTime
            // 
            this.buttonFindTime.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonFindTime.ForeColor = System.Drawing.Color.Black;
            this.buttonFindTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonFindTime.Location = new System.Drawing.Point(101, 188);
            this.buttonFindTime.Name = "buttonFindTime";
            this.buttonFindTime.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonFindTime.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonFindTime.Size = new System.Drawing.Size(153, 23);
            this.buttonFindTime.TabIndex = 8;
            this.buttonFindTime.Text = "Time Finder";
            this.buttonFindTime.Click += new System.EventHandler(this.buttonFindTime_Click);
            // 
            // comboBoxNature
            // 
            this.comboBoxNature.BlankText = "Any";
            checkBoxProperties2.ForeColor = System.Drawing.SystemColors.ControlText;
            this.comboBoxNature.CheckBoxProperties = checkBoxProperties2;
            this.comboBoxNature.DisplayMemberSingleItem = "";
            this.comboBoxNature.DropDownHeight = 300;
            this.comboBoxNature.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxNature.FormattingEnabled = true;
            this.comboBoxNature.Location = new System.Drawing.Point(662, 34);
            this.comboBoxNature.Name = "comboBoxNature";
            this.comboBoxNature.Size = new System.Drawing.Size(170, 21);
            this.comboBoxNature.TabIndex = 28;
            this.comboBoxNature.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FocusControl);
            // 
            // buttonAnyNature
            // 
            this.buttonAnyNature.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonAnyNature.ForeColor = System.Drawing.Color.Black;
            this.buttonAnyNature.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonAnyNature.Location = new System.Drawing.Point(846, 32);
            this.buttonAnyNature.Margin = new System.Windows.Forms.Padding(0);
            this.buttonAnyNature.Name = "buttonAnyNature";
            this.buttonAnyNature.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonAnyNature.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonAnyNature.Size = new System.Drawing.Size(48, 23);
            this.buttonAnyNature.TabIndex = 29;
            this.buttonAnyNature.Text = "Any";
            this.buttonAnyNature.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAnyNature.Click += new System.EventHandler(this.buttonAnyNature_Click);
            // 
            // buttonGenerate
            // 
            this.buttonGenerate.BackColor = System.Drawing.Color.AntiqueWhite;
            this.buttonGenerate.ForeColor = System.Drawing.Color.Black;
            this.buttonGenerate.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.buttonGenerate.Location = new System.Drawing.Point(101, 232);
            this.buttonGenerate.Name = "buttonGenerate";
            this.buttonGenerate.OuterBorderColor = System.Drawing.Color.Transparent;
            this.buttonGenerate.ShineColor = System.Drawing.SystemColors.Window;
            this.buttonGenerate.Size = new System.Drawing.Size(153, 23);
            this.buttonGenerate.TabIndex = 9;
            this.buttonGenerate.Text = "Generate";
            this.buttonGenerate.Click += new System.EventHandler(this.buttonGenerate_Click);
            // 
            // dataGridViewValues
            // 
            this.dataGridViewValues.AllowUserToAddRows = false;
            this.dataGridViewValues.AllowUserToDeleteRows = false;
            this.dataGridViewValues.AllowUserToResizeRows = false;
            this.dataGridViewValues.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.dataGridViewValues.ColumnHeadersHeight = 20;
            this.dataGridViewValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridViewValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Frame,
            this.Offset,
            this.Time,
            this.Elm,
            this.Chatot,
            this.EncounterSlot,
            this.ItemCalc,
            this.PID,
            this.CaveSpot,
            this.Shiny,
            this.Nature,
            this.Ability,
            this.Dream,
            this.Coin,
            this.HP,
            this.Atk,
            this.Def,
            this.SpA,
            this.SpD,
            this.Spe,
            this.HiddenPower,
            this.HiddenPowerPower,
            this.Characteristic,
            this.MaleOnlySpecies,
            this.f50,
            this.f125,
            this.f25,
            this.f75,
            this.PossibleShakingSpot,
            this.Synchable});
            this.dataGridViewValues.ContextMenuStrip = this.contextMenuStripGrid;
            this.dataGridViewValues.Location = new System.Drawing.Point(11, 261);
            this.dataGridViewValues.MultiSelect = false;
            this.dataGridViewValues.Name = "dataGridViewValues";
            this.dataGridViewValues.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridViewValues.RowHeadersVisible = false;
            this.dataGridViewValues.RowHeadersWidth = 21;
            this.dataGridViewValues.RowTemplate.Height = 20;
            this.dataGridViewValues.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewValues.ShowCellErrors = false;
            this.dataGridViewValues.ShowCellToolTips = false;
            this.dataGridViewValues.ShowEditingIcon = false;
            this.dataGridViewValues.ShowRowErrors = false;
            this.dataGridViewValues.Size = new System.Drawing.Size(892, 193);
            this.dataGridViewValues.TabIndex = 9;
            this.dataGridViewValues.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridViewValues_CellFormatting);
            this.dataGridViewValues.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewValues_CellMouseEnter);
            this.dataGridViewValues.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewValues_CellMouseLeave);
            this.dataGridViewValues.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewValues_MouseDown);
            // 
            // Frame
            // 
            this.Frame.DataPropertyName = "Number";
            this.Frame.HeaderText = "Frame";
            this.Frame.Name = "Frame";
            this.Frame.ReadOnly = true;
            this.Frame.Width = 55;
            // 
            // Offset
            // 
            this.Offset.DataPropertyName = "Offset";
            this.Offset.HeaderText = "Occidentary";
            this.Offset.Name = "Offset";
            this.Offset.ReadOnly = true;
            this.Offset.Width = 75;
            // 
            // Time
            // 
            this.Time.DataPropertyName = "Time";
            this.Time.HeaderText = "Time";
            this.Time.Name = "Time";
            this.Time.ReadOnly = true;
            this.Time.Width = 55;
            // 
            // Elm
            // 
            this.Elm.DataPropertyName = "Elm";
            this.Elm.HeaderText = "Elm";
            this.Elm.Name = "Elm";
            this.Elm.ReadOnly = true;
            this.Elm.Width = 35;
            // 
            // Chatot
            // 
            this.Chatot.DataPropertyName = "Chatot";
            this.Chatot.HeaderText = "Chatot Pitch";
            this.Chatot.Name = "Chatot";
            this.Chatot.ReadOnly = true;
            this.Chatot.Width = 85;
            // 
            // EncounterSlot
            // 
            this.EncounterSlot.DataPropertyName = "EncounterString";
            this.EncounterSlot.HeaderText = "Encounter Slot";
            this.EncounterSlot.Name = "EncounterSlot";
            this.EncounterSlot.ReadOnly = true;
            this.EncounterSlot.Width = 90;
            // 
            // ItemCalc
            // 
            this.ItemCalc.DataPropertyName = "ItemCalc";
            this.ItemCalc.HeaderText = "Item Percent";
            this.ItemCalc.Name = "ItemCalc";
            this.ItemCalc.ReadOnly = true;
            this.ItemCalc.Visible = false;
            this.ItemCalc.Width = 105;
            // 
            // PID
            // 
            this.PID.DataPropertyName = "Pid";
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Consolas", 8.75F);
            this.PID.DefaultCellStyle = dataGridViewCellStyle1;
            this.PID.HeaderText = "PID";
            this.PID.Name = "PID";
            this.PID.ReadOnly = true;
            this.PID.Width = 75;
            // 
            // CaveSpot
            // 
            this.CaveSpot.DataPropertyName = "CaveSpotting";
            this.CaveSpot.HeaderText = "Cave Spot";
            this.CaveSpot.Name = "CaveSpot";
            this.CaveSpot.ReadOnly = true;
            this.CaveSpot.Visible = false;
            this.CaveSpot.Width = 87;
            // 
            // Shiny
            // 
            this.Shiny.DataPropertyName = "ShinyDisplay";
            this.Shiny.HeaderText = "!!!";
            this.Shiny.Name = "Shiny";
            this.Shiny.ReadOnly = true;
            this.Shiny.Width = 25;
            // 
            // Nature
            // 
            this.Nature.DataPropertyName = "NatureDisplay";
            this.Nature.HeaderText = "Nature";
            this.Nature.Name = "Nature";
            this.Nature.ReadOnly = true;
            this.Nature.Width = 75;
            // 
            // Ability
            // 
            this.Ability.DataPropertyName = "Ability";
            this.Ability.HeaderText = "Ability";
            this.Ability.Name = "Ability";
            this.Ability.ReadOnly = true;
            this.Ability.Width = 45;
            // 
            // Dream
            // 
            this.Dream.DataPropertyName = "DreamAbility";
            this.Dream.HeaderText = "Dream World";
            this.Dream.Name = "Dream";
            this.Dream.ReadOnly = true;
            this.Dream.Visible = false;
            this.Dream.Width = 80;
            // 
            // Coin
            // 
            this.Coin.DataPropertyName = "Coin";
            this.Coin.HeaderText = "Coin";
            this.Coin.Name = "Coin";
            this.Coin.ReadOnly = true;
            this.Coin.Width = 55;
            // 
            // HP
            // 
            this.HP.DataPropertyName = "DisplayHp";
            this.HP.HeaderText = "HP";
            this.HP.Name = "HP";
            this.HP.ReadOnly = true;
            this.HP.Width = 35;
            // 
            // Atk
            // 
            this.Atk.DataPropertyName = "DisplayAtk";
            this.Atk.HeaderText = "Atk";
            this.Atk.Name = "Atk";
            this.Atk.ReadOnly = true;
            this.Atk.Width = 35;
            // 
            // Def
            // 
            this.Def.DataPropertyName = "DisplayDef";
            this.Def.HeaderText = "Def";
            this.Def.Name = "Def";
            this.Def.ReadOnly = true;
            this.Def.Width = 35;
            // 
            // SpA
            // 
            this.SpA.DataPropertyName = "DisplaySpa";
            this.SpA.HeaderText = "SpA";
            this.SpA.Name = "SpA";
            this.SpA.ReadOnly = true;
            this.SpA.Width = 35;
            // 
            // SpD
            // 
            this.SpD.DataPropertyName = "DisplaySpd";
            this.SpD.HeaderText = "SpD";
            this.SpD.Name = "SpD";
            this.SpD.ReadOnly = true;
            this.SpD.Width = 35;
            // 
            // Spe
            // 
            this.Spe.DataPropertyName = "DisplaySpe";
            this.Spe.HeaderText = "Spe";
            this.Spe.Name = "Spe";
            this.Spe.ReadOnly = true;
            this.Spe.Width = 35;
            // 
            // HiddenPower
            // 
            this.HiddenPower.DataPropertyName = "HiddenPowerType";
            this.HiddenPower.HeaderText = "Hidden";
            this.HiddenPower.Name = "HiddenPower";
            this.HiddenPower.ReadOnly = true;
            this.HiddenPower.Width = 50;
            // 
            // HiddenPowerPower
            // 
            this.HiddenPowerPower.DataPropertyName = "HiddenPowerPower";
            this.HiddenPowerPower.HeaderText = "Power";
            this.HiddenPowerPower.Name = "HiddenPowerPower";
            this.HiddenPowerPower.ReadOnly = true;
            this.HiddenPowerPower.Width = 50;
            // 
            // Characteristic
            // 
            this.Characteristic.DataPropertyName = "Characteristic";
            this.Characteristic.HeaderText = "Characteristic";
            this.Characteristic.Name = "Characteristic";
            this.Characteristic.ReadOnly = true;
            this.Characteristic.Visible = false;
            this.Characteristic.Width = 155;
            // 
            // MaleOnlySpecies
            // 
            this.MaleOnlySpecies.DataPropertyName = "MaleOnly";
            this.MaleOnlySpecies.HeaderText = "Species";
            this.MaleOnlySpecies.Name = "MaleOnlySpecies";
            this.MaleOnlySpecies.ReadOnly = true;
            this.MaleOnlySpecies.Width = 105;
            // 
            // f50
            // 
            this.f50.DataPropertyName = "Female50";
            this.f50.HeaderText = "50% F";
            this.f50.Name = "f50";
            this.f50.ReadOnly = true;
            this.f50.Width = 50;
            // 
            // f125
            // 
            this.f125.DataPropertyName = "Female125";
            this.f125.HeaderText = "12.5%F";
            this.f125.Name = "f125";
            this.f125.ReadOnly = true;
            this.f125.Width = 50;
            // 
            // f25
            // 
            this.f25.DataPropertyName = "Female25";
            this.f25.HeaderText = "25% F";
            this.f25.Name = "f25";
            this.f25.ReadOnly = true;
            this.f25.Width = 50;
            // 
            // f75
            // 
            this.f75.DataPropertyName = "Female75";
            this.f75.HeaderText = "75% F";
            this.f75.Name = "f75";
            this.f75.ReadOnly = true;
            this.f75.Width = 50;
            // 
            // PossibleShakingSpot
            // 
            this.PossibleShakingSpot.DataPropertyName = "ShakingSpotPossible";
            this.PossibleShakingSpot.HeaderText = "Possible Shaking Spot";
            this.PossibleShakingSpot.Name = "PossibleShakingSpot";
            this.PossibleShakingSpot.ReadOnly = true;
            this.PossibleShakingSpot.Visible = false;
            this.PossibleShakingSpot.Width = 105;
            // 
            // Synchable
            // 
            this.Synchable.DataPropertyName = "Synchable";
            this.Synchable.HeaderText = "Synchable";
            this.Synchable.Name = "Synchable";
            this.Synchable.ReadOnly = true;
            this.Synchable.Visible = false;
            this.Synchable.Width = 105;
            // 
            // maskedTextBoxStartingFrame
            // 
            this.maskedTextBoxStartingFrame.Hex = false;
            this.maskedTextBoxStartingFrame.Location = new System.Drawing.Point(101, 138);
            this.maskedTextBoxStartingFrame.Mask = "0000000000";
            this.maskedTextBoxStartingFrame.Name = "maskedTextBoxStartingFrame";
            this.maskedTextBoxStartingFrame.Size = new System.Drawing.Size(153, 20);
            this.maskedTextBoxStartingFrame.TabIndex = 6;
            this.maskedTextBoxStartingFrame.Text = "1";
            this.maskedTextBoxStartingFrame.ValidatingType = typeof(int);
            // 
            // maskedTextBoxMaxFrames
            // 
            this.maskedTextBoxMaxFrames.Hex = false;
            this.maskedTextBoxMaxFrames.Location = new System.Drawing.Point(101, 112);
            this.maskedTextBoxMaxFrames.Mask = "0000000000";
            this.maskedTextBoxMaxFrames.Name = "maskedTextBoxMaxFrames";
            this.maskedTextBoxMaxFrames.Size = new System.Drawing.Size(153, 20);
            this.maskedTextBoxMaxFrames.TabIndex = 5;
            this.maskedTextBoxMaxFrames.Text = "100000";
            // 
            // comboBoxMethod
            // 
            this.comboBoxMethod.BackColor = System.Drawing.SystemColors.ScrollBar;
            this.comboBoxMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxMethod.ForeColor = System.Drawing.Color.Black;
            this.comboBoxMethod.FormattingEnabled = true;
            this.comboBoxMethod.Location = new System.Drawing.Point(101, 34);
            this.comboBoxMethod.Name = "comboBoxMethod";
            this.comboBoxMethod.ShineColor = System.Drawing.SystemColors.Window;
            this.comboBoxMethod.Size = new System.Drawing.Size(153, 21);
            this.comboBoxMethod.TabIndex = 1;
            this.comboBoxMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxMethod_SelectedIndexChanged);
            // 
            // checkBoxMemoryLink
            // 
            this.checkBoxMemoryLink.AutoSize = true;
            this.checkBoxMemoryLink.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.checkBoxMemoryLink.Location = new System.Drawing.Point(817, 188);
            this.checkBoxMemoryLink.Name = "checkBoxMemoryLink";
            this.checkBoxMemoryLink.Size = new System.Drawing.Size(92, 17);
            this.checkBoxMemoryLink.TabIndex = 332;
            this.checkBoxMemoryLink.Text = "Memory Link?";
            this.checkBoxMemoryLink.UseVisualStyleBackColor = true;
            this.checkBoxMemoryLink.Visible = false;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(916, 516);
            this.Controls.Add(this.checkBoxMemoryLink);
            this.Controls.Add(this.cbShinyCharm);
            this.Controls.Add(this.cbNidoBeat);
            this.Controls.Add(this.maskedTextBoxSID);
            this.Controls.Add(this.maskedTextBoxID);
            this.Controls.Add(this.checkBoxBW2);
            this.Controls.Add(this.ivFilters);
            this.Controls.Add(this.buttonAnySlot);
            this.Controls.Add(this.buttonRoamerMap);
            this.Controls.Add(this.checkBoxRoamerReleased);
            this.Controls.Add(this.buttonLead);
            this.Controls.Add(this.comboBoxGender);
            this.Controls.Add(this.label41);
            this.Controls.Add(this.labelRoamerRoutes);
            this.Controls.Add(this.buttonCalcInitialFrame);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.labelCalcWarning);
            this.Controls.Add(this.buttonDSParameters);
            this.Controls.Add(this.labelElmForSeed);
            this.Controls.Add(this.comboBoxEncounterType);
            this.Controls.Add(this.labelFlipsForSeed);
            this.Controls.Add(this.label52);
            this.Controls.Add(this.label18);
            this.Controls.Add(this.label19);
            this.Controls.Add(this.checkBoxEPresent);
            this.Controls.Add(this.maskedTextBoxERoute);
            this.Controls.Add(this.maskedTextBoxRRoute);
            this.Controls.Add(this.maskedTextBoxLRoute);
            this.Controls.Add(this.checkBoxRPresent);
            this.Controls.Add(this.checkBoxLPresent);
            this.Controls.Add(this.label17);
            this.Controls.Add(this.checkBoxSynchOnly);
            this.Controls.Add(this.checkBoxDittoParent);
            this.Controls.Add(this.comboBoxSynchNatures);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.checkBoxDreamWorld);
            this.Controls.Add(this.labelTargetFrame);
            this.Controls.Add(this.comboBoxEncounterSlot);
            this.Controls.Add(this.comboBoxAbility);
            this.Controls.Add(this.label16);
            this.Controls.Add(this.textBoxSeed);
            this.Controls.Add(this.buttonFindTime);
            this.Controls.Add(this.comboBoxNature);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.buttonAnyNature);
            this.Controls.Add(this.buttonGenerate);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.dataGridViewValues);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.maskedTextBoxStartingFrame);
            this.Controls.Add(this.maskedTextBoxMaxFrames);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.comboBoxMethod);
            this.Controls.Add(this.checkBoxShinyOnly);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.label2);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.Text = " RNG Reporter 9.96.6 BETA";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.contextMenuStripGrid.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextMenuStripTimeFinder.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }