private void InitializeComponent()
 {
     this.components               = (IContainer) new Container();
     this.groupBoxDungeon          = new GroupBox();
     this.listViewActiveDungeon    = new ListView();
     this.columnHeaderBattleBoss   = new ColumnHeader();
     this.columnHeaderBattleName   = new ColumnHeader();
     this.columnHeaderBattleRounds = new ColumnHeader();
     this.columnHeaderStamina      = new ColumnHeader();
     this.groupBoxAllItems         = new GroupBox();
     this.textBoxNameFilter        = new TextBox();
     this.label2                   = new Label();
     this.checkBoxRepeatable       = new CheckBox();
     this.label1                   = new Label();
     this.numericUpDown1           = new NumericUpDown();
     this.checkBoxFilterSamples    = new CheckBox();
     this.groupBoxCurrentDungeon   = new GroupBox();
     this.listViewMasteryCondition = new ListView();
     this.columnMasteryCond        = new ColumnHeader();
     this.columnMasteryCondEnglish = new ColumnHeader();
     this.columnCondBattle         = new ColumnHeader();
     this.listViewAllDrops         = new ListViewEx();
     this.groupBoxDungeon.SuspendLayout();
     this.groupBoxAllItems.SuspendLayout();
     this.numericUpDown1.BeginInit();
     this.groupBoxCurrentDungeon.SuspendLayout();
     this.SuspendLayout();
     this.groupBoxDungeon.Controls.Add((Control)this.listViewActiveDungeon);
     this.groupBoxDungeon.Location     = new Point(3, 3);
     this.groupBoxDungeon.Name         = "groupBoxDungeon";
     this.groupBoxDungeon.Size         = new Size(427, 213);
     this.groupBoxDungeon.TabIndex     = 1;
     this.groupBoxDungeon.TabStop      = false;
     this.groupBoxDungeon.Text         = "(No Active Dungeon)";
     this.listViewActiveDungeon.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.listViewActiveDungeon.Columns.AddRange(new ColumnHeader[4]
     {
         this.columnHeaderBattleBoss,
         this.columnHeaderBattleName,
         this.columnHeaderBattleRounds,
         this.columnHeaderStamina
     });
     this.listViewActiveDungeon.FullRowSelect = true;
     this.listViewActiveDungeon.Location      = new Point(6, 19);
     this.listViewActiveDungeon.Name          = "listViewActiveDungeon";
     this.listViewActiveDungeon.Size          = new Size(412, 188);
     this.listViewActiveDungeon.TabIndex      = 0;
     this.listViewActiveDungeon.UseCompatibleStateImageBehavior = false;
     this.listViewActiveDungeon.View    = View.Details;
     this.columnHeaderBattleBoss.Text   = "BOSS";
     this.columnHeaderBattleBoss.Width  = 57;
     this.columnHeaderBattleName.Text   = "Name";
     this.columnHeaderBattleName.Width  = 190;
     this.columnHeaderBattleRounds.Text = "Rounds";
     this.columnHeaderStamina.Text      = "Stamina";
     this.groupBoxAllItems.Anchor       = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBoxAllItems.Controls.Add((Control)this.textBoxNameFilter);
     this.groupBoxAllItems.Controls.Add((Control)this.label2);
     this.groupBoxAllItems.Controls.Add((Control)this.checkBoxRepeatable);
     this.groupBoxAllItems.Controls.Add((Control)this.label1);
     this.groupBoxAllItems.Controls.Add((Control)this.numericUpDown1);
     this.groupBoxAllItems.Controls.Add((Control)this.checkBoxFilterSamples);
     this.groupBoxAllItems.Controls.Add((Control)this.listViewAllDrops);
     this.groupBoxAllItems.Location      = new Point(0, 225);
     this.groupBoxAllItems.Name          = "groupBoxAllItems";
     this.groupBoxAllItems.Size          = new Size(1024, 201);
     this.groupBoxAllItems.TabIndex      = 10;
     this.groupBoxAllItems.TabStop       = false;
     this.groupBoxAllItems.Text          = "All items dropped in this dungeon";
     this.textBoxNameFilter.Location     = new Point(699, 21);
     this.textBoxNameFilter.Name         = "textBoxNameFilter";
     this.textBoxNameFilter.Size         = new Size(182, 20);
     this.textBoxNameFilter.TabIndex     = 9;
     this.textBoxNameFilter.TextChanged += new EventHandler(this.textBoxNameFilter_TextChanged);
     this.label2.AutoSize             = true;
     this.label2.Location             = new Point(480, 24);
     this.label2.Name                 = "label2";
     this.label2.Size                 = new Size(213, 13);
     this.label2.TabIndex             = 8;
     this.label2.Text                 = "Show only items with a name that contains: ";
     this.checkBoxRepeatable.AutoSize = true;
     this.checkBoxRepeatable.Location = new Point(307, 22);
     this.checkBoxRepeatable.Name     = "checkBoxRepeatable";
     this.checkBoxRepeatable.Size     = new Size(154, 17);
     this.checkBoxRepeatable.TabIndex = 7;
     this.checkBoxRepeatable.Text     = "Show only repeatable runs.";
     this.checkBoxRepeatable.UseVisualStyleBackColor = true;
     this.checkBoxRepeatable.CheckedChanged         += new EventHandler(this.checkBoxRepeatable_CheckedChanged);
     this.label1.AutoSize                = true;
     this.label1.Location                = new Point(262, 23);
     this.label1.Name                    = "label1";
     this.label1.Size                    = new Size(30, 13);
     this.label1.TabIndex                = 6;
     this.label1.Text                    = "runs.";
     this.numericUpDown1.Enabled         = false;
     this.numericUpDown1.Location        = new Point(199, 21);
     this.numericUpDown1.Name            = "numericUpDown1";
     this.numericUpDown1.Size            = new Size(57, 20);
     this.numericUpDown1.TabIndex        = 5;
     this.numericUpDown1.ValueChanged   += new EventHandler(this.numericUpDown1_ValueChanged);
     this.checkBoxFilterSamples.AutoSize = true;
     this.checkBoxFilterSamples.Location = new Point(20, 22);
     this.checkBoxFilterSamples.Margin   = new Padding(0);
     this.checkBoxFilterSamples.Name     = "checkBoxFilterSamples";
     this.checkBoxFilterSamples.Size     = new Size(171, 17);
     this.checkBoxFilterSamples.TabIndex = 4;
     this.checkBoxFilterSamples.Text     = "Show only battles with at least ";
     this.checkBoxFilterSamples.UseVisualStyleBackColor = true;
     this.checkBoxFilterSamples.CheckedChanged         += new EventHandler(this.checkBoxFilterSamples_CheckedChanged);
     this.groupBoxCurrentDungeon.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBoxCurrentDungeon.Controls.Add((Control)this.listViewMasteryCondition);
     this.groupBoxCurrentDungeon.Location = new Point(436, 3);
     this.groupBoxCurrentDungeon.Name     = "groupBoxCurrentDungeon";
     this.groupBoxCurrentDungeon.Size     = new Size(588, 213);
     this.groupBoxCurrentDungeon.TabIndex = 11;
     this.groupBoxCurrentDungeon.TabStop  = false;
     this.groupBoxCurrentDungeon.Text     = "Dungeon Information";
     this.listViewMasteryCondition.Columns.AddRange(new ColumnHeader[3]
     {
         this.columnCondBattle,
         this.columnMasteryCond,
         this.columnMasteryCondEnglish
     });
     this.listViewMasteryCondition.Dock     = DockStyle.Fill;
     this.listViewMasteryCondition.Location = new Point(3, 16);
     this.listViewMasteryCondition.Name     = "listViewMasteryCondition";
     this.listViewMasteryCondition.Size     = new Size(582, 194);
     this.listViewMasteryCondition.TabIndex = 0;
     this.listViewMasteryCondition.UseCompatibleStateImageBehavior = false;
     this.listViewMasteryCondition.View  = View.Details;
     this.columnMasteryCond.Text         = "Mastery Condition";
     this.columnMasteryCond.Width        = 296;
     this.columnMasteryCondEnglish.Text  = "English";
     this.columnMasteryCondEnglish.Width = 300;
     this.columnCondBattle.Text          = "Stage";
     this.columnCondBattle.Width         = 136;
     this.listViewAllDrops.Anchor        = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
     this.listViewAllDrops.DataBinding   = (IListViewBinding)null;
     this.listViewAllDrops.FullRowSelect = true;
     this.listViewAllDrops.Location      = new Point(14, 55);
     this.listViewAllDrops.Name          = "listViewAllDrops";
     this.listViewAllDrops.SettingsKey   = "FFRKViewActiveDungeon_AllDropsList";
     this.listViewAllDrops.Size          = new Size(1004, 140);
     this.listViewAllDrops.TabIndex      = 3;
     this.listViewAllDrops.UseCompatibleStateImageBehavior = false;
     this.listViewAllDrops.View        = View.Details;
     this.listViewAllDrops.VirtualMode = true;
     this.AutoScaleDimensions          = new SizeF(6f, 13f);
     this.AutoScaleMode = AutoScaleMode.Font;
     this.Controls.Add((Control)this.groupBoxCurrentDungeon);
     this.Controls.Add((Control)this.groupBoxAllItems);
     this.Controls.Add((Control)this.groupBoxDungeon);
     this.Name  = nameof(FFRKViewActiveDungeon);
     this.Size  = new Size(1038, 441);
     this.Load += new EventHandler(this.FFRKViewCurrentBattle_Load);
     this.groupBoxDungeon.ResumeLayout(false);
     this.groupBoxAllItems.ResumeLayout(false);
     this.groupBoxAllItems.PerformLayout();
     this.numericUpDown1.EndInit();
     this.groupBoxCurrentDungeon.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = (IContainer) new Container();
     this.groupBoxItemAndLocation = new GroupBox();
     this.textBoxNameFilter       = new TextBox();
     this.label3                          = new Label();
     this.label2                          = new Label();
     this.listBoxWorld                    = new DeselectableListBox();
     this.labelHelp                       = new Label();
     this.Battle                          = new Label();
     this.listBoxBattle                   = new DeselectableListBox();
     this.labelDungeon                    = new Label();
     this.listBoxDungeon                  = new DeselectableListBox();
     this.label1                          = new Label();
     this.listBoxRealmSynergy             = new DeselectableListBox();
     this.labelRarity                     = new Label();
     this.listBoxRarity                   = new DeselectableListBox();
     this.label4                          = new Label();
     this.numericUpDownMinBattles         = new NumericUpDown();
     this.checkBoxRepeatable              = new CheckBox();
     this.buttonResetAll                  = new Button();
     this.buttonSearch                    = new Button();
     this.groupBoxSampleSize              = new GroupBox();
     this.numericUpDownLowSampleThreshold = new NumericUpDown();
     this.radioButtonMinSamples           = new RadioButton();
     this.radioButtonHelp                 = new RadioButton();
     this.radioButtonAllSamples           = new RadioButton();
     this.groupBoxAdditional              = new GroupBox();
     this.checkBoxNoInactive              = new CheckBox();
     this.checkBoxUseStamToReach          = new CheckBox();
     this.buttonHideParameters            = new Button();
     this.listViewResults                 = new ListViewEx();
     this.groupBoxItemAndLocation.SuspendLayout();
     this.numericUpDownMinBattles.BeginInit();
     this.groupBoxSampleSize.SuspendLayout();
     this.numericUpDownLowSampleThreshold.BeginInit();
     this.groupBoxAdditional.SuspendLayout();
     this.SuspendLayout();
     this.groupBoxItemAndLocation.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBoxItemAndLocation.Controls.Add((Control)this.textBoxNameFilter);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.label3);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.label2);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.listBoxWorld);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.labelHelp);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.Battle);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.listBoxBattle);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.labelDungeon);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.listBoxDungeon);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.label1);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.listBoxRealmSynergy);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.labelRarity);
     this.groupBoxItemAndLocation.Controls.Add((Control)this.listBoxRarity);
     this.groupBoxItemAndLocation.Location = new Point(16, 8);
     this.groupBoxItemAndLocation.Name     = "groupBoxItemAndLocation";
     this.groupBoxItemAndLocation.Size     = new Size(963, 233);
     this.groupBoxItemAndLocation.TabIndex = 0;
     this.groupBoxItemAndLocation.TabStop  = false;
     this.groupBoxItemAndLocation.Text     = "Item and Location";
     this.textBoxNameFilter.Location       = new Point(227, 200);
     this.textBoxNameFilter.Name           = "textBoxNameFilter";
     this.textBoxNameFilter.Size           = new Size(217, 20);
     this.textBoxNameFilter.TabIndex       = 23;
     this.label3.AutoSize = true;
     this.label3.Location = new Point(2, 203);
     this.label3.Name     = "label3";
     this.label3.Size     = new Size(213, 13);
     this.label3.TabIndex = 22;
     this.label3.Text     = "Show only items with a name that contains: ";
     this.label2.AutoSize = true;
     this.label2.Location = new Point(184, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new Size(35, 13);
     this.label2.TabIndex = 16;
     this.label2.Text     = "World";
     this.listBoxWorld.FormattingEnabled = true;
     this.listBoxWorld.Items.AddRange(new object[3]
     {
         (object)"FF1",
         (object)"FF2",
         (object)"FF3"
     });
     this.listBoxWorld.Location              = new Point(187, 63);
     this.listBoxWorld.Name                  = "listBoxWorld";
     this.listBoxWorld.Size                  = new Size(186, 121);
     this.listBoxWorld.TabIndex              = 15;
     this.listBoxWorld.SelectionCleared     += new EventHandler(this.listBoxWorld_SelectionCleared);
     this.listBoxWorld.SelectedIndexChanged += new EventHandler(this.listBoxWorld_SelectedIndexChanged);
     this.labelHelp.AutoSize                 = true;
     this.labelHelp.Location                 = new Point(18, 23);
     this.labelHelp.Name     = "labelHelp";
     this.labelHelp.Size     = new Size(582, 13);
     this.labelHelp.TabIndex = 14;
     this.labelHelp.Text     = "Enter search parameters here.  Selecting nothing for a parameter will match everything.  You may select at most one world.";
     this.Battle.AutoSize    = true;
     this.Battle.Location    = new Point(613, 45);
     this.Battle.Name        = "Battle";
     this.Battle.Size        = new Size(34, 13);
     this.Battle.TabIndex    = 13;
     this.Battle.Text        = "Battle";
     this.listBoxBattle.FormattingEnabled = true;
     this.listBoxBattle.Items.AddRange(new object[1]
     {
         (object)"Zozo (Elite) - Whatever"
     });
     this.listBoxBattle.Location              = new Point(616, 63);
     this.listBoxBattle.Name                  = "listBoxBattle";
     this.listBoxBattle.SelectionMode         = SelectionMode.MultiExtended;
     this.listBoxBattle.Size                  = new Size(225, 121);
     this.listBoxBattle.TabIndex              = 12;
     this.listBoxBattle.SelectedIndexChanged += new EventHandler(this.listBoxBattle_SelectedIndexChanged);
     this.labelDungeon.AutoSize               = true;
     this.labelDungeon.Location               = new Point(376, 45);
     this.labelDungeon.Name                = "labelDungeon";
     this.labelDungeon.Size                = new Size(51, 13);
     this.labelDungeon.TabIndex            = 11;
     this.labelDungeon.Text                = "Dungeon";
     this.listBoxDungeon.FormattingEnabled = true;
     this.listBoxDungeon.Items.AddRange(new object[3]
     {
         (object)"Zozo",
         (object)"Phantom Train",
         (object)"Darill's Tomb"
     });
     this.listBoxDungeon.Location              = new Point(379, 63);
     this.listBoxDungeon.Name                  = "listBoxDungeon";
     this.listBoxDungeon.Size                  = new Size(231, 121);
     this.listBoxDungeon.TabIndex              = 10;
     this.listBoxDungeon.SelectionCleared     += new EventHandler(this.listBoxDungeon_SelectionCleared);
     this.listBoxDungeon.SelectedIndexChanged += new EventHandler(this.listBoxDungeon_SelectedIndexChanged);
     this.label1.AutoSize = true;
     this.label1.Location = new Point(97, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new Size(78, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Realm Synergy";
     this.listBoxRealmSynergy.FormattingEnabled = true;
     this.listBoxRealmSynergy.Items.AddRange(new object[14]
     {
         (object)"Core",
         (object)"I",
         (object)"II",
         (object)"III",
         (object)"IV",
         (object)"V",
         (object)"VI",
         (object)"VII",
         (object)"VIII",
         (object)"IX",
         (object)"X",
         (object)"XI",
         (object)"XII",
         (object)"XIII"
     });
     this.listBoxRealmSynergy.Location      = new Point(100, 63);
     this.listBoxRealmSynergy.Name          = "listBoxRealmSynergy";
     this.listBoxRealmSynergy.SelectionMode = SelectionMode.MultiExtended;
     this.listBoxRealmSynergy.Size          = new Size(82, 121);
     this.listBoxRealmSynergy.TabIndex      = 4;
     this.labelRarity.AutoSize            = true;
     this.labelRarity.Location            = new Point(9, 45);
     this.labelRarity.Name                = "labelRarity";
     this.labelRarity.Size                = new Size(34, 13);
     this.labelRarity.TabIndex            = 3;
     this.labelRarity.Text                = "Rarity";
     this.listBoxRarity.FormattingEnabled = true;
     this.listBoxRarity.Items.AddRange(new object[5]
     {
         (object)"1",
         (object)"2",
         (object)"3",
         (object)"4",
         (object)"5"
     });
     this.listBoxRarity.Location      = new Point(12, 63);
     this.listBoxRarity.Name          = "listBoxRarity";
     this.listBoxRarity.SelectionMode = SelectionMode.MultiExtended;
     this.listBoxRarity.Size          = new Size(82, 121);
     this.listBoxRarity.TabIndex      = 2;
     this.label4.AutoSize             = true;
     this.label4.Location             = new Point(362, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new Size(48, 13);
     this.label4.TabIndex = 20;
     this.label4.Text     = "samples.";
     this.numericUpDownMinBattles.Enabled  = false;
     this.numericUpDownMinBattles.Location = new Point(301, 64);
     this.numericUpDownMinBattles.Maximum  = new Decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.numericUpDownMinBattles.Name          = "numericUpDownMinBattles";
     this.numericUpDownMinBattles.Size          = new Size(57, 20);
     this.numericUpDownMinBattles.TabIndex      = 19;
     this.numericUpDownMinBattles.ValueChanged += new EventHandler(this.numericUpDownMinBattles_ValueChanged);
     this.checkBoxRepeatable.AutoSize           = true;
     this.checkBoxRepeatable.Location           = new Point(10, 19);
     this.checkBoxRepeatable.Name     = "checkBoxRepeatable";
     this.checkBoxRepeatable.Size     = new Size(154, 17);
     this.checkBoxRepeatable.TabIndex = 21;
     this.checkBoxRepeatable.Text     = "Show only repeatable runs.";
     this.checkBoxRepeatable.UseVisualStyleBackColor = true;
     this.checkBoxRepeatable.CheckedChanged         += new EventHandler(this.checkBoxRepeatable_CheckedChanged);
     this.buttonResetAll.Anchor   = AnchorStyles.Bottom | AnchorStyles.Right;
     this.buttonResetAll.Location = new Point(761, 579);
     this.buttonResetAll.Name     = "buttonResetAll";
     this.buttonResetAll.Size     = new Size(120, 27);
     this.buttonResetAll.TabIndex = 17;
     this.buttonResetAll.Text     = "Reset all selections";
     this.buttonResetAll.UseVisualStyleBackColor = true;
     this.buttonResetAll.Click += new EventHandler(this.buttonResetAll_Click);
     this.buttonSearch.Anchor   = AnchorStyles.Bottom | AnchorStyles.Right;
     this.buttonSearch.Location = new Point(887, 579);
     this.buttonSearch.Name     = "buttonSearch";
     this.buttonSearch.Size     = new Size(92, 27);
     this.buttonSearch.TabIndex = 2;
     this.buttonSearch.Text     = "Search";
     this.buttonSearch.UseVisualStyleBackColor = true;
     this.buttonSearch.Click += new EventHandler(this.buttonSearch_Click);
     this.groupBoxSampleSize.Controls.Add((Control)this.numericUpDownLowSampleThreshold);
     this.groupBoxSampleSize.Controls.Add((Control)this.radioButtonMinSamples);
     this.groupBoxSampleSize.Controls.Add((Control)this.radioButtonHelp);
     this.groupBoxSampleSize.Controls.Add((Control)this.label4);
     this.groupBoxSampleSize.Controls.Add((Control)this.radioButtonAllSamples);
     this.groupBoxSampleSize.Controls.Add((Control)this.numericUpDownMinBattles);
     this.groupBoxSampleSize.Location              = new Point(16, 280);
     this.groupBoxSampleSize.Name                  = "groupBoxSampleSize";
     this.groupBoxSampleSize.Size                  = new Size(515, 101);
     this.groupBoxSampleSize.TabIndex              = 18;
     this.groupBoxSampleSize.TabStop               = false;
     this.groupBoxSampleSize.Text                  = "Sample Size";
     this.numericUpDownLowSampleThreshold.Enabled  = false;
     this.numericUpDownLowSampleThreshold.Location = new Point(444, 41);
     this.numericUpDownLowSampleThreshold.Maximum  = new Decimal(new int[4]
     {
         50,
         0,
         0,
         0
     });
     this.numericUpDownLowSampleThreshold.Name          = "numericUpDownLowSampleThreshold";
     this.numericUpDownLowSampleThreshold.Size          = new Size(54, 20);
     this.numericUpDownLowSampleThreshold.TabIndex      = 21;
     this.numericUpDownLowSampleThreshold.ValueChanged += new EventHandler(this.numericUpDownLowSampleThreshold_ValueChanged);
     this.radioButtonMinSamples.AutoSize = true;
     this.radioButtonMinSamples.Location = new Point(12, 65);
     this.radioButtonMinSamples.Name     = "radioButtonMinSamples";
     this.radioButtonMinSamples.Size     = new Size(266, 17);
     this.radioButtonMinSamples.TabIndex = 2;
     this.radioButtonMinSamples.Text     = "I just want my stuff!  Show only battles with at least ";
     this.radioButtonMinSamples.UseVisualStyleBackColor = true;
     this.radioButtonMinSamples.CheckedChanged         += new EventHandler(this.radioButtonMinSamples_CheckedChanged);
     this.radioButtonHelp.AutoSize = true;
     this.radioButtonHelp.Location = new Point(12, 42);
     this.radioButtonHelp.Name     = "radioButtonHelp";
     this.radioButtonHelp.Size     = new Size(401, 17);
     this.radioButtonHelp.TabIndex = 1;
     this.radioButtonHelp.Text     = "I want to help!  Show only results that need more data.  Low sample threshold = ";
     this.radioButtonHelp.UseVisualStyleBackColor = true;
     this.radioButtonHelp.CheckedChanged         += new EventHandler(this.radioButtonHelp_CheckedChanged);
     this.radioButtonAllSamples.AutoSize          = true;
     this.radioButtonAllSamples.Checked           = true;
     this.radioButtonAllSamples.Location          = new Point(12, 19);
     this.radioButtonAllSamples.Name     = "radioButtonAllSamples";
     this.radioButtonAllSamples.Size     = new Size(224, 17);
     this.radioButtonAllSamples.TabIndex = 0;
     this.radioButtonAllSamples.TabStop  = true;
     this.radioButtonAllSamples.Text     = "Show all results, regardless of sample size.";
     this.radioButtonAllSamples.UseVisualStyleBackColor = true;
     this.radioButtonAllSamples.CheckedChanged         += new EventHandler(this.radioButtonAllSamples_CheckedChanged);
     this.groupBoxAdditional.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBoxAdditional.Controls.Add((Control)this.checkBoxNoInactive);
     this.groupBoxAdditional.Controls.Add((Control)this.checkBoxUseStamToReach);
     this.groupBoxAdditional.Controls.Add((Control)this.checkBoxRepeatable);
     this.groupBoxAdditional.Location = new Point(537, 280);
     this.groupBoxAdditional.Name     = "groupBoxAdditional";
     this.groupBoxAdditional.Size     = new Size(442, 101);
     this.groupBoxAdditional.TabIndex = 19;
     this.groupBoxAdditional.TabStop  = false;
     this.groupBoxAdditional.Text     = "Additional Options";
     this.checkBoxNoInactive.AutoSize = true;
     this.checkBoxNoInactive.Location = new Point(10, 65);
     this.checkBoxNoInactive.Name     = "checkBoxNoInactive";
     this.checkBoxNoInactive.Size     = new Size(195, 17);
     this.checkBoxNoInactive.TabIndex = 23;
     this.checkBoxNoInactive.Text     = "Don't show runs for inactive events.";
     this.checkBoxNoInactive.UseVisualStyleBackColor = true;
     this.checkBoxNoInactive.CheckedChanged         += new EventHandler(this.checkBoxNoInactive_CheckedChanged);
     this.checkBoxUseStamToReach.Anchor     = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.checkBoxUseStamToReach.CheckAlign = ContentAlignment.TopLeft;
     this.checkBoxUseStamToReach.Checked    = true;
     this.checkBoxUseStamToReach.CheckState = CheckState.Checked;
     this.checkBoxUseStamToReach.Location   = new Point(10, 41);
     this.checkBoxUseStamToReach.Name       = "checkBoxUseStamToReach";
     this.checkBoxUseStamToReach.Size       = new Size(421, 33);
     this.checkBoxUseStamToReach.TabIndex   = 22;
     this.checkBoxUseStamToReach.Text       = "For non-repeatable runs, factor in Stamina to Reach when computing Stamina/Drop";
     this.checkBoxUseStamToReach.TextAlign  = ContentAlignment.TopLeft;
     this.checkBoxUseStamToReach.UseVisualStyleBackColor = true;
     this.checkBoxUseStamToReach.CheckedChanged         += new EventHandler(this.checkBoxUseStamToReach_CheckedChanged);
     this.buttonHideParameters.Location = new Point(16, 247);
     this.buttonHideParameters.Name     = "buttonHideParameters";
     this.buttonHideParameters.Size     = new Size((int)sbyte.MaxValue, 27);
     this.buttonHideParameters.TabIndex = 20;
     this.buttonHideParameters.Text     = "Hide Parameters ↑";
     this.buttonHideParameters.UseVisualStyleBackColor = true;
     this.buttonHideParameters.Click   += new EventHandler(this.buttonHideParameters_Click);
     this.listViewResults.Anchor        = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
     this.listViewResults.DataBinding   = (IListViewBinding)null;
     this.listViewResults.FullRowSelect = true;
     this.listViewResults.HideSelection = false;
     this.listViewResults.Location      = new Point(16, 387);
     this.listViewResults.Name          = "listViewResults";
     this.listViewResults.SettingsKey   = "FFRKViewItemSearch_ListViewResults";
     this.listViewResults.Size          = new Size(963, 186);
     this.listViewResults.TabIndex      = 1;
     this.listViewResults.UseCompatibleStateImageBehavior = false;
     this.listViewResults.View        = View.Details;
     this.listViewResults.VirtualMode = true;
     this.AutoScaleDimensions         = new SizeF(6f, 13f);
     this.AutoScaleMode = AutoScaleMode.Font;
     this.Controls.Add((Control)this.buttonHideParameters);
     this.Controls.Add((Control)this.groupBoxAdditional);
     this.Controls.Add((Control)this.groupBoxSampleSize);
     this.Controls.Add((Control)this.buttonSearch);
     this.Controls.Add((Control)this.listViewResults);
     this.Controls.Add((Control)this.groupBoxItemAndLocation);
     this.Controls.Add((Control)this.buttonResetAll);
     this.DoubleBuffered = true;
     this.Name           = nameof(FFRKViewItemSearch);
     this.Size           = new Size(997, 622);
     this.Load          += new EventHandler(this.FFRKViewItemSearch_Load);
     this.groupBoxItemAndLocation.ResumeLayout(false);
     this.groupBoxItemAndLocation.PerformLayout();
     this.numericUpDownMinBattles.EndInit();
     this.groupBoxSampleSize.ResumeLayout(false);
     this.groupBoxSampleSize.PerformLayout();
     this.numericUpDownLowSampleThreshold.EndInit();
     this.groupBoxAdditional.ResumeLayout(false);
     this.groupBoxAdditional.PerformLayout();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.groupBoxEnemyInfo    = new GroupBox();
     this.listViewEnemyInfo    = new ListView();
     this.listViewPrevDrops    = new ListViewEx();
     this.columnEnemy          = new ColumnHeader();
     this.columnMaxHP          = new ColumnHeader();
     this.columnAtk            = new ColumnHeader();
     this.columnDef            = new ColumnHeader();
     this.columnMag            = new ColumnHeader();
     this.columnRes            = new ColumnHeader();
     this.columnMnd            = new ColumnHeader();
     this.columnSpd            = new ColumnHeader();
     this.columnFireDef        = new ColumnHeader();
     this.columnIceDef         = new ColumnHeader();
     this.columnLitDef         = new ColumnHeader();
     this.columnEarthDef       = new ColumnHeader();
     this.columnWindDef        = new ColumnHeader();
     this.columnWaterDef       = new ColumnHeader();
     this.columnHolyDef        = new ColumnHeader();
     this.columnDarkDef        = new ColumnHeader();
     this.columnBioDef         = new ColumnHeader();
     this.columnStatusWeakness = new ColumnHeader();
     this.groupBox1            = new GroupBox();
     this.listViewDropInfo     = new ListView();
     this.columnDropItem       = new ColumnHeader();
     this.columnDropRarity     = new ColumnHeader();
     this.columnDropRound      = new ColumnHeader();
     this.columnDropEnemy      = new ColumnHeader();
     this.groupBox2            = new GroupBox();
     this.abilityJsonBox       = new GroupBox();
     this.abilityJsonText      = new TextBox();
     this.groupBoxEnemyInfo.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.abilityJsonBox.SuspendLayout();
     this.SuspendLayout();
     this.groupBoxEnemyInfo.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBoxEnemyInfo.Controls.Add((Control)this.listViewEnemyInfo);
     this.groupBoxEnemyInfo.Location = new Point(3, 8);
     this.groupBoxEnemyInfo.Name     = "groupBoxEnemyInfo";
     this.groupBoxEnemyInfo.Size     = new Size(1032, 205);
     this.groupBoxEnemyInfo.TabIndex = 0;
     this.groupBoxEnemyInfo.TabStop  = false;
     this.groupBoxEnemyInfo.Text     = "Enemy Info";
     this.listViewEnemyInfo.Columns.AddRange(new ColumnHeader[18]
     {
         this.columnEnemy,
         this.columnMaxHP,
         this.columnAtk,
         this.columnDef,
         this.columnMag,
         this.columnRes,
         this.columnMnd,
         this.columnSpd,
         this.columnFireDef,
         this.columnIceDef,
         this.columnLitDef,
         this.columnEarthDef,
         this.columnWindDef,
         this.columnWaterDef,
         this.columnHolyDef,
         this.columnDarkDef,
         this.columnBioDef,
         this.columnStatusWeakness
     });
     this.listViewEnemyInfo.Dock     = DockStyle.Fill;
     this.listViewEnemyInfo.Location = new Point(3, 16);
     this.listViewEnemyInfo.Name     = "listViewEnemyInfo";
     this.listViewEnemyInfo.Size     = new Size(1026, 186);
     this.listViewEnemyInfo.TabIndex = 0;
     this.listViewEnemyInfo.UseCompatibleStateImageBehavior = false;
     this.listViewEnemyInfo.View     = View.Details;
     this.columnEnemy.Text           = "Enemy";
     this.columnEnemy.Width          = 211;
     this.columnMaxHP.Text           = "Max HP";
     this.columnMaxHP.Width          = 52;
     this.columnAtk.Text             = "ATK";
     this.columnAtk.Width            = 33;
     this.columnDef.Text             = "DEF";
     this.columnDef.Width            = 33;
     this.columnMag.Text             = "MAG";
     this.columnMag.Width            = 36;
     this.columnRes.Text             = "RES";
     this.columnRes.Width            = 36;
     this.columnMnd.Text             = "MND";
     this.columnMnd.Width            = 37;
     this.columnSpd.Text             = "SPD";
     this.columnSpd.Width            = 35;
     this.columnFireDef.Text         = "Fire";
     this.columnFireDef.Width        = 29;
     this.columnIceDef.Text          = "Ice";
     this.columnIceDef.Width         = 28;
     this.columnLitDef.Text          = "Lit.";
     this.columnLitDef.Width         = 27;
     this.columnEarthDef.Text        = "Earth";
     this.columnEarthDef.Width       = 39;
     this.columnWindDef.Text         = "Wind";
     this.columnWindDef.Width        = 38;
     this.columnWaterDef.Text        = "Water";
     this.columnWaterDef.Width       = 41;
     this.columnHolyDef.Text         = "Holy";
     this.columnHolyDef.Width        = 33;
     this.columnDarkDef.Text         = "Dark";
     this.columnDarkDef.Width        = 36;
     this.columnBioDef.Text          = "Bio";
     this.columnBioDef.Width         = 27;
     this.columnStatusWeakness.Text  = "Status Weaknesses";
     this.columnStatusWeakness.Width = 112;
     this.groupBox1.Anchor           = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
     this.groupBox1.Controls.Add((Control)this.listViewDropInfo);
     this.groupBox1.Location = new Point(6, 219);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(464, 221);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Drop Info";
     this.groupBox1.Enter   += new EventHandler(this.groupBox1_Enter);
     this.listViewDropInfo.Columns.AddRange(new ColumnHeader[4]
     {
         this.columnDropItem,
         this.columnDropRarity,
         this.columnDropRound,
         this.columnDropEnemy
     });
     this.listViewDropInfo.Dock     = DockStyle.Fill;
     this.listViewDropInfo.Location = new Point(3, 16);
     this.listViewDropInfo.Name     = "listViewDropInfo";
     this.listViewDropInfo.Size     = new Size(458, 202);
     this.listViewDropInfo.TabIndex = 0;
     this.listViewDropInfo.UseCompatibleStateImageBehavior = false;
     this.listViewDropInfo.View = View.Details;
     this.columnDropItem.Text   = "Item";
     this.columnDropItem.Width  = 120;
     this.columnDropRarity.Text = "Rarity";
     this.columnDropRound.Text  = "Round";
     this.columnDropEnemy.Text  = "Enemy";
     this.columnDropEnemy.Width = 120;
     this.groupBox2.Controls.Add((Control)this.listViewPrevDrops);
     this.groupBox2.Location            = new Point(476, 219);
     this.groupBox2.Name                = "groupBox2";
     this.groupBox2.Size                = new Size(443, 221);
     this.groupBox2.Text                = "Previously Recorded Drops";
     this.groupBox2.TabIndex            = 2;
     this.groupBox2.TabStop             = false;
     this.listViewPrevDrops.DataBinding = (IListViewBinding)null;
     this.listViewPrevDrops.Location    = new Point(3, 17);
     this.listViewPrevDrops.Name        = "listViewPrevDrops";
     this.listViewPrevDrops.SettingsKey = "FFRKViewActiveDungeon_AllDropsList";
     this.listViewPrevDrops.Size        = new Size(434, 203);
     this.listViewPrevDrops.TabIndex    = 0;
     this.listViewPrevDrops.UseCompatibleStateImageBehavior = false;
     this.listViewPrevDrops.View        = View.Details;
     this.listViewPrevDrops.VirtualMode = true;
     this.abilityJsonBox.Controls.Add((Control)this.abilityJsonText);
     this.abilityJsonBox.Location   = new Point(9, 446);
     this.abilityJsonBox.Name       = "abilityJsonBox";
     this.abilityJsonBox.Size       = new Size(910, 167);
     this.abilityJsonBox.TabIndex   = 3;
     this.abilityJsonBox.TabStop    = false;
     this.abilityJsonBox.Text       = "Ability JSON";
     this.abilityJsonText.Location  = new Point(6, 19);
     this.abilityJsonText.Multiline = true;
     this.abilityJsonText.Name      = "abilityJsonText";
     this.abilityJsonText.Size      = new Size(898, 142);
     this.abilityJsonText.TabIndex  = 0;
     this.AutoScaleDimensions       = new SizeF(6f, 13f);
     this.AutoScaleMode             = AutoScaleMode.Font;
     this.Controls.Add((Control)this.abilityJsonBox);
     this.Controls.Add((Control)this.groupBox2);
     this.Controls.Add((Control)this.groupBox1);
     this.Controls.Add((Control)this.groupBoxEnemyInfo);
     this.Name  = nameof(FFRKViewActiveBattle);
     this.Size  = new Size(1038, 671);
     this.Load += new EventHandler(this.FFRKViewCurrentBattle_Load);
     this.groupBoxEnemyInfo.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.abilityJsonBox.ResumeLayout(false);
     this.abilityJsonBox.PerformLayout();
     this.ResumeLayout(false);
 }