DS-Pokemon-Rom-Editor/DS_Map/Editors/WildEditorDPPt.Designer.cs
Yako b483a759c3
Add form editing to DPPT (#78)
- support for shellos / gastrodon forms
- support for setting the unown table
2025-08-27 19:50:49 +02:00

2805 lines
173 KiB
C#

namespace DSPRE
{
partial class WildEditorDPPt
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WildEditorDPPt));
this.encounterFileLabel = new System.Windows.Forms.Label();
this.removeEventFileButton = new System.Windows.Forms.Button();
this.addEventFileButton = new System.Windows.Forms.Button();
this.selectEncounterComboBox = new System.Windows.Forms.ComboBox();
this.exportEncounterFileButton = new System.Windows.Forms.Button();
this.importEncounterFileButton = new System.Windows.Forms.Button();
this.saveEventsButton = new System.Windows.Forms.Button();
this.mainTabControl = new System.Windows.Forms.TabControl();
this.grassGroundTabPage = new System.Windows.Forms.TabPage();
this.formDataGroupBox = new System.Windows.Forms.GroupBox();
this.formDataTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.unownLabel = new System.Windows.Forms.Label();
this.gastrodonLabel = new System.Windows.Forms.Label();
this.shellosLabel = new System.Windows.Forms.Label();
this.shellosComboBox = new DSPRE.InputComboBox();
this.gastrodonComboBox = new DSPRE.InputComboBox();
this.unownComboBox = new DSPRE.InputComboBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.walkingGroupBox = new System.Windows.Forms.GroupBox();
this.walkingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.leveLabel = new System.Windows.Forms.Label();
this.pokeRadarLabel1 = new System.Windows.Forms.Label();
this.leafGreenFirstComboBox = new DSPRE.InputComboBox();
this.walkingTenSecondUpDown = new System.Windows.Forms.NumericUpDown();
this.leafGreenSecondComboBox = new DSPRE.InputComboBox();
this.fireRedSecondComboBox = new DSPRE.InputComboBox();
this.walkingTenFirstUpDown = new System.Windows.Forms.NumericUpDown();
this.label23 = new System.Windows.Forms.Label();
this.nightSecondComboBox = new DSPRE.InputComboBox();
this.nightFirstComboBox = new DSPRE.InputComboBox();
this.leafGreenLabel = new System.Windows.Forms.Label();
this.morningSecondLabel = new System.Windows.Forms.Label();
this.rubyFirstComboBox = new DSPRE.InputComboBox();
this.fireRedFirstComboBox = new DSPRE.InputComboBox();
this.rubySecondComboBox = new DSPRE.InputComboBox();
this.fireRedLabel = new System.Windows.Forms.Label();
this.sapphireLabel = new System.Windows.Forms.Label();
this.sapphireSecondComboBox = new DSPRE.InputComboBox();
this.emeraldSecondComboBox = new DSPRE.InputComboBox();
this.sapphireFirstComboBox = new DSPRE.InputComboBox();
this.walkingTwentyFirstLabel = new System.Windows.Forms.Label();
this.emeraldFirstComboBox = new DSPRE.InputComboBox();
this.morningFirstLabel = new System.Windows.Forms.Label();
this.emeraldLabel = new System.Windows.Forms.Label();
this.radarFourthComboBox = new DSPRE.InputComboBox();
this.walkingOneSecondUpDown = new System.Windows.Forms.NumericUpDown();
this.label22 = new System.Windows.Forms.Label();
this.walkingOneFirstComboBox = new DSPRE.InputComboBox();
this.radarThirdComboBox = new DSPRE.InputComboBox();
this.walkingOneFirstUpDown = new System.Windows.Forms.NumericUpDown();
this.radarSecondComboBox = new DSPRE.InputComboBox();
this.label8 = new System.Windows.Forms.Label();
this.swarmFirstComboBox = new DSPRE.InputComboBox();
this.walkingOneSecondComboBox = new DSPRE.InputComboBox();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.swarmSecondComboBox = new DSPRE.InputComboBox();
this.walkingTwentyFirstComboBox = new DSPRE.InputComboBox();
this.walkingTenFourthComboBox = new DSPRE.InputComboBox();
this.walkingFiveFirstComboBox = new DSPRE.InputComboBox();
this.walkingTenThirdComboBox = new DSPRE.InputComboBox();
this.label9 = new System.Windows.Forms.Label();
this.walkingTwentySecondLabel = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.walkingTenThirdUpDown = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.walkingFourFirstComboBox = new DSPRE.InputComboBox();
this.label12 = new System.Windows.Forms.Label();
this.walkingFourSecondComboBox = new DSPRE.InputComboBox();
this.walkingTwentySecondComboBox = new DSPRE.InputComboBox();
this.walkingFourSecondUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingFiveSecondComboBox = new DSPRE.InputComboBox();
this.walkingFourFirstUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingTwentyFirstUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingTwentySecondUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingFiveFirstUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingFiveSecondUpDown = new System.Windows.Forms.NumericUpDown();
this.walkingTenFourthUpDown = new System.Windows.Forms.NumericUpDown();
this.radarFirstComboBox = new DSPRE.InputComboBox();
this.rubyLabel = new System.Windows.Forms.Label();
this.pokeRadarLabel2 = new System.Windows.Forms.Label();
this.typeLabel = new System.Windows.Forms.Label();
this.dayOnlyLabel = new System.Windows.Forms.Label();
this.morningOnlyLabel = new System.Windows.Forms.Label();
this.dayFirstComboBox = new DSPRE.InputComboBox();
this.walkingTenFirstComboBox = new DSPRE.InputComboBox();
this.daySecondComboBox = new DSPRE.InputComboBox();
this.walkingTenSecondComboBox = new DSPRE.InputComboBox();
this.walkingRateUpDown = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.waterTabPage = new System.Windows.Forms.TabPage();
this.waterTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.surfPanel = new System.Windows.Forms.Panel();
this.surfPicture = new System.Windows.Forms.PictureBox();
this.surfGroupBox = new System.Windows.Forms.GroupBox();
this.label68 = new System.Windows.Forms.Label();
this.label67 = new System.Windows.Forms.Label();
this.surfRateUpDown = new System.Windows.Forms.NumericUpDown();
this.label61 = new System.Windows.Forms.Label();
this.surfOneMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.surfOneMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label62 = new System.Windows.Forms.Label();
this.surfOneComboBox = new DSPRE.InputComboBox();
this.surfFourMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.surfFourMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label63 = new System.Windows.Forms.Label();
this.surfFourComboBox = new DSPRE.InputComboBox();
this.surfFiveMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.surfFiveMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label64 = new System.Windows.Forms.Label();
this.surfFiveComboBox = new DSPRE.InputComboBox();
this.surfThirtyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.surfThirtyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label65 = new System.Windows.Forms.Label();
this.surfThirtyComboBox = new DSPRE.InputComboBox();
this.surfSixtyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.surfSixtyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label66 = new System.Windows.Forms.Label();
this.surfSixtyComboBox = new DSPRE.InputComboBox();
this.superRodPanel = new System.Windows.Forms.Panel();
this.superRodPictureBox = new System.Windows.Forms.PictureBox();
this.superRodGroupBox = new System.Windows.Forms.GroupBox();
this.label15 = new System.Windows.Forms.Label();
this.label59 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label60 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.superRodRateUpDown = new System.Windows.Forms.NumericUpDown();
this.label18 = new System.Windows.Forms.Label();
this.label69 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.superRodOneMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodOneMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodOneComboBox = new DSPRE.InputComboBox();
this.superRodFourMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFourMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFourComboBox = new DSPRE.InputComboBox();
this.superRodFifteenMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFifteenMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFifteenComboBox = new DSPRE.InputComboBox();
this.superRodSecondFortyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodSecondFortyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodSecondFortyComboBox = new DSPRE.InputComboBox();
this.superRodFirstFortyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFirstFortyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.superRodFirstFortyComboBox = new DSPRE.InputComboBox();
this.goodRodPanel = new System.Windows.Forms.Panel();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.goodRodGroupBox = new System.Windows.Forms.GroupBox();
this.label51 = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.goodRodRateUpDown = new System.Windows.Forms.NumericUpDown();
this.label53 = new System.Windows.Forms.Label();
this.goodRodOneMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.goodRodOneMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label54 = new System.Windows.Forms.Label();
this.goodRodOneComboBox = new DSPRE.InputComboBox();
this.goodRodFourMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.goodRodFourMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label55 = new System.Windows.Forms.Label();
this.goodRodFourComboBox = new DSPRE.InputComboBox();
this.goodRodFifteenMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.goodRodFifteenMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label56 = new System.Windows.Forms.Label();
this.goodRodFifteenComboBox = new DSPRE.InputComboBox();
this.goodRodSecondFortyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.goodRodSecondFortyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label57 = new System.Windows.Forms.Label();
this.goodRodSecondFortyComboBox = new DSPRE.InputComboBox();
this.goodRodFirstFortyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.goodRodFirstFortyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.label58 = new System.Windows.Forms.Label();
this.goodRodFirstFortyComboBox = new DSPRE.InputComboBox();
this.oldRodPanel = new System.Windows.Forms.Panel();
this.oldRodPictureBox = new System.Windows.Forms.PictureBox();
this.oldRodGroupBox = new System.Windows.Forms.GroupBox();
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.label5 = new System.Windows.Forms.Label();
this.label43 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
this.oldRodRateUpDown = new System.Windows.Forms.NumericUpDown();
this.label45 = new System.Windows.Forms.Label();
this.oldRodOneMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodOneMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodOneComboBox = new DSPRE.InputComboBox();
this.oldRodFourMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodFourMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodFourComboBox = new DSPRE.InputComboBox();
this.oldRodFiveMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodFiveMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodFiveComboBox = new DSPRE.InputComboBox();
this.oldRodThirtyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodThirtyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodThirtyComboBox = new DSPRE.InputComboBox();
this.oldRodSixtyMaxLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodSixtyMinLevelUpDown = new System.Windows.Forms.NumericUpDown();
this.oldRodSixtyComboBox = new DSPRE.InputComboBox();
this.repairAllButton = new System.Windows.Forms.Button();
this.mainTabControl.SuspendLayout();
this.grassGroundTabPage.SuspendLayout();
this.formDataGroupBox.SuspendLayout();
this.formDataTableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.walkingGroupBox.SuspendLayout();
this.walkingTableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.walkingTenSecondUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenFirstUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingOneSecondUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingOneFirstUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenThirdUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFourSecondUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFourFirstUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTwentyFirstUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTwentySecondUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFiveFirstUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFiveSecondUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenFourthUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.walkingRateUpDown)).BeginInit();
this.waterTabPage.SuspendLayout();
this.waterTableLayoutPanel.SuspendLayout();
this.surfPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.surfPicture)).BeginInit();
this.surfGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.surfRateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfOneMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfOneMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfFourMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfFourMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfFiveMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfFiveMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMinLevelUpDown)).BeginInit();
this.superRodPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superRodPictureBox)).BeginInit();
this.superRodGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.superRodRateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodOneMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodOneMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFourMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFourMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFifteenMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFifteenMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodSecondFortyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodSecondFortyMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFirstFortyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFirstFortyMinLevelUpDown)).BeginInit();
this.goodRodPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.goodRodGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.goodRodRateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFifteenMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFifteenMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodSecondFortyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodSecondFortyMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFirstFortyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFirstFortyMinLevelUpDown)).BeginInit();
this.oldRodPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.oldRodPictureBox)).BeginInit();
this.oldRodGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.oldRodRateUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMinLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMaxLevelUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMinLevelUpDown)).BeginInit();
this.SuspendLayout();
//
// encounterFileLabel
//
this.encounterFileLabel.AutoSize = true;
this.encounterFileLabel.Location = new System.Drawing.Point(12, 10);
this.encounterFileLabel.Name = "encounterFileLabel";
this.encounterFileLabel.Size = new System.Drawing.Size(117, 13);
this.encounterFileLabel.TabIndex = 1;
this.encounterFileLabel.Text = "Current Encounters File";
//
// removeEventFileButton
//
this.removeEventFileButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
this.removeEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.removeEventFileButton.Location = new System.Drawing.Point(92, 745);
this.removeEventFileButton.Name = "removeEventFileButton";
this.removeEventFileButton.Size = new System.Drawing.Size(95, 35);
this.removeEventFileButton.TabIndex = 60;
this.removeEventFileButton.Text = "Remove Last";
this.removeEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.removeEventFileButton.UseVisualStyleBackColor = true;
this.removeEventFileButton.Click += new System.EventHandler(this.removeLastEncounterFileButton_Click);
//
// addEventFileButton
//
this.addEventFileButton.Image = global::DSPRE.Properties.Resources.addIcon;
this.addEventFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.addEventFileButton.Location = new System.Drawing.Point(14, 745);
this.addEventFileButton.Name = "addEventFileButton";
this.addEventFileButton.Size = new System.Drawing.Size(72, 35);
this.addEventFileButton.TabIndex = 59;
this.addEventFileButton.Text = "Add File";
this.addEventFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.addEventFileButton.UseVisualStyleBackColor = true;
this.addEventFileButton.Click += new System.EventHandler(this.addEncounterFileButton_Click);
//
// selectEncounterComboBox
//
this.selectEncounterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.selectEncounterComboBox.FormattingEnabled = true;
this.selectEncounterComboBox.Location = new System.Drawing.Point(14, 26);
this.selectEncounterComboBox.Name = "selectEncounterComboBox";
this.selectEncounterComboBox.Size = new System.Drawing.Size(438, 21);
this.selectEncounterComboBox.TabIndex = 58;
this.selectEncounterComboBox.SelectedIndexChanged += new System.EventHandler(this.selectEncounterComboBox_SelectedIndexChanged);
//
// exportEncounterFileButton
//
this.exportEncounterFileButton.Image = global::DSPRE.Properties.Resources.exportArrow;
this.exportEncounterFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.exportEncounterFileButton.Location = new System.Drawing.Point(623, 13);
this.exportEncounterFileButton.Name = "exportEncounterFileButton";
this.exportEncounterFileButton.Size = new System.Drawing.Size(90, 35);
this.exportEncounterFileButton.TabIndex = 57;
this.exportEncounterFileButton.Text = "Export\r\nCurrent";
this.exportEncounterFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.exportEncounterFileButton.UseVisualStyleBackColor = true;
this.exportEncounterFileButton.Click += new System.EventHandler(this.exportEncounterFileButton_Click);
//
// importEncounterFileButton
//
this.importEncounterFileButton.Image = global::DSPRE.Properties.Resources.importArrow;
this.importEncounterFileButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.importEncounterFileButton.Location = new System.Drawing.Point(520, 13);
this.importEncounterFileButton.Name = "importEncounterFileButton";
this.importEncounterFileButton.Size = new System.Drawing.Size(90, 35);
this.importEncounterFileButton.TabIndex = 56;
this.importEncounterFileButton.Text = "Replace Current";
this.importEncounterFileButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.importEncounterFileButton.UseVisualStyleBackColor = true;
this.importEncounterFileButton.Click += new System.EventHandler(this.importEncounterFileButton_Click);
//
// saveEventsButton
//
this.saveEventsButton.Image = global::DSPRE.Properties.Resources.saveButton;
this.saveEventsButton.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.saveEventsButton.Location = new System.Drawing.Point(773, 745);
this.saveEventsButton.Name = "saveEventsButton";
this.saveEventsButton.Size = new System.Drawing.Size(117, 35);
this.saveEventsButton.TabIndex = 55;
this.saveEventsButton.Text = "&Save Encounters";
this.saveEventsButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.saveEventsButton.UseVisualStyleBackColor = true;
this.saveEventsButton.Click += new System.EventHandler(this.saveEncountersButton_Click);
//
// mainTabControl
//
this.mainTabControl.Controls.Add(this.grassGroundTabPage);
this.mainTabControl.Controls.Add(this.waterTabPage);
this.mainTabControl.Location = new System.Drawing.Point(15, 59);
this.mainTabControl.Name = "mainTabControl";
this.mainTabControl.SelectedIndex = 0;
this.mainTabControl.Size = new System.Drawing.Size(879, 684);
this.mainTabControl.TabIndex = 0;
//
// grassGroundTabPage
//
this.grassGroundTabPage.Controls.Add(this.formDataGroupBox);
this.grassGroundTabPage.Controls.Add(this.pictureBox2);
this.grassGroundTabPage.Controls.Add(this.walkingGroupBox);
this.grassGroundTabPage.Controls.Add(this.walkingRateUpDown);
this.grassGroundTabPage.Controls.Add(this.label14);
this.grassGroundTabPage.Location = new System.Drawing.Point(4, 22);
this.grassGroundTabPage.Name = "grassGroundTabPage";
this.grassGroundTabPage.Padding = new System.Windows.Forms.Padding(3);
this.grassGroundTabPage.Size = new System.Drawing.Size(871, 658);
this.grassGroundTabPage.TabIndex = 0;
this.grassGroundTabPage.Text = "Grass/Ground";
this.grassGroundTabPage.UseVisualStyleBackColor = true;
//
// formDataGroupBox
//
this.formDataGroupBox.Controls.Add(this.formDataTableLayoutPanel);
this.formDataGroupBox.Location = new System.Drawing.Point(15, 566);
this.formDataGroupBox.Name = "formDataGroupBox";
this.formDataGroupBox.Size = new System.Drawing.Size(397, 76);
this.formDataGroupBox.TabIndex = 194;
this.formDataGroupBox.TabStop = false;
this.formDataGroupBox.Text = "Form Data";
//
// formDataTableLayoutPanel
//
this.formDataTableLayoutPanel.ColumnCount = 3;
this.formDataTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.formDataTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.formDataTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.formDataTableLayoutPanel.Controls.Add(this.unownLabel, 2, 0);
this.formDataTableLayoutPanel.Controls.Add(this.gastrodonLabel, 1, 0);
this.formDataTableLayoutPanel.Controls.Add(this.shellosLabel, 0, 0);
this.formDataTableLayoutPanel.Controls.Add(this.shellosComboBox, 0, 1);
this.formDataTableLayoutPanel.Controls.Add(this.gastrodonComboBox, 1, 1);
this.formDataTableLayoutPanel.Controls.Add(this.unownComboBox, 2, 1);
this.formDataTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.formDataTableLayoutPanel.Location = new System.Drawing.Point(3, 16);
this.formDataTableLayoutPanel.Name = "formDataTableLayoutPanel";
this.formDataTableLayoutPanel.RowCount = 2;
this.formDataTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.formDataTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.formDataTableLayoutPanel.Size = new System.Drawing.Size(391, 57);
this.formDataTableLayoutPanel.TabIndex = 0;
//
// unownLabel
//
this.unownLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.unownLabel.AutoSize = true;
this.unownLabel.Location = new System.Drawing.Point(263, 0);
this.unownLabel.Name = "unownLabel";
this.unownLabel.Size = new System.Drawing.Size(125, 13);
this.unownLabel.TabIndex = 190;
this.unownLabel.Text = "Unown Table";
//
// gastrodonLabel
//
this.gastrodonLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.gastrodonLabel.AutoSize = true;
this.gastrodonLabel.Location = new System.Drawing.Point(133, 0);
this.gastrodonLabel.Name = "gastrodonLabel";
this.gastrodonLabel.Size = new System.Drawing.Size(124, 13);
this.gastrodonLabel.TabIndex = 189;
this.gastrodonLabel.Text = "Gastrodon Form";
//
// shellosLabel
//
this.shellosLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.shellosLabel.AutoSize = true;
this.shellosLabel.Location = new System.Drawing.Point(3, 0);
this.shellosLabel.Name = "shellosLabel";
this.shellosLabel.Size = new System.Drawing.Size(124, 13);
this.shellosLabel.TabIndex = 188;
this.shellosLabel.Text = "Shellos Form";
//
// shellosComboBox
//
this.shellosComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.shellosComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.shellosComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.shellosComboBox.FormattingEnabled = true;
this.shellosComboBox.Location = new System.Drawing.Point(3, 24);
this.shellosComboBox.Name = "shellosComboBox";
this.shellosComboBox.Size = new System.Drawing.Size(124, 21);
this.shellosComboBox.TabIndex = 148;
//
// gastrodonComboBox
//
this.gastrodonComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.gastrodonComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.gastrodonComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.gastrodonComboBox.FormattingEnabled = true;
this.gastrodonComboBox.Location = new System.Drawing.Point(133, 24);
this.gastrodonComboBox.Name = "gastrodonComboBox";
this.gastrodonComboBox.Size = new System.Drawing.Size(124, 21);
this.gastrodonComboBox.TabIndex = 149;
//
// unownComboBox
//
this.unownComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.unownComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.unownComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.unownComboBox.FormattingEnabled = true;
this.unownComboBox.Location = new System.Drawing.Point(263, 24);
this.unownComboBox.Name = "unownComboBox";
this.unownComboBox.Size = new System.Drawing.Size(125, 21);
this.unownComboBox.TabIndex = 150;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(67, 28);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(25, 24);
this.pictureBox2.TabIndex = 193;
this.pictureBox2.TabStop = false;
//
// walkingGroupBox
//
this.walkingGroupBox.Controls.Add(this.walkingTableLayoutPanel);
this.walkingGroupBox.Location = new System.Drawing.Point(15, 35);
this.walkingGroupBox.Name = "walkingGroupBox";
this.walkingGroupBox.Padding = new System.Windows.Forms.Padding(5);
this.walkingGroupBox.Size = new System.Drawing.Size(857, 529);
this.walkingGroupBox.TabIndex = 188;
this.walkingGroupBox.TabStop = false;
this.walkingGroupBox.Text = "Walking";
//
// walkingTableLayoutPanel
//
this.walkingTableLayoutPanel.ColumnCount = 9;
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.walkingTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.walkingTableLayoutPanel.Controls.Add(this.leveLabel, 7, 0);
this.walkingTableLayoutPanel.Controls.Add(this.pokeRadarLabel1, 2, 7);
this.walkingTableLayoutPanel.Controls.Add(this.leafGreenFirstComboBox, 6, 13);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenSecondUpDown, 7, 6);
this.walkingTableLayoutPanel.Controls.Add(this.leafGreenSecondComboBox, 6, 14);
this.walkingTableLayoutPanel.Controls.Add(this.fireRedSecondComboBox, 5, 14);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenFirstUpDown, 7, 5);
this.walkingTableLayoutPanel.Controls.Add(this.label23, 2, 1);
this.walkingTableLayoutPanel.Controls.Add(this.nightSecondComboBox, 3, 6);
this.walkingTableLayoutPanel.Controls.Add(this.nightFirstComboBox, 3, 5);
this.walkingTableLayoutPanel.Controls.Add(this.leafGreenLabel, 6, 12);
this.walkingTableLayoutPanel.Controls.Add(this.morningSecondLabel, 0, 6);
this.walkingTableLayoutPanel.Controls.Add(this.rubyFirstComboBox, 2, 13);
this.walkingTableLayoutPanel.Controls.Add(this.fireRedFirstComboBox, 5, 13);
this.walkingTableLayoutPanel.Controls.Add(this.rubySecondComboBox, 2, 14);
this.walkingTableLayoutPanel.Controls.Add(this.fireRedLabel, 5, 12);
this.walkingTableLayoutPanel.Controls.Add(this.sapphireLabel, 3, 12);
this.walkingTableLayoutPanel.Controls.Add(this.sapphireSecondComboBox, 3, 14);
this.walkingTableLayoutPanel.Controls.Add(this.emeraldSecondComboBox, 4, 14);
this.walkingTableLayoutPanel.Controls.Add(this.sapphireFirstComboBox, 3, 13);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentyFirstLabel, 0, 2);
this.walkingTableLayoutPanel.Controls.Add(this.emeraldFirstComboBox, 4, 13);
this.walkingTableLayoutPanel.Controls.Add(this.morningFirstLabel, 0, 5);
this.walkingTableLayoutPanel.Controls.Add(this.emeraldLabel, 4, 12);
this.walkingTableLayoutPanel.Controls.Add(this.radarFourthComboBox, 2, 17);
this.walkingTableLayoutPanel.Controls.Add(this.walkingOneSecondUpDown, 7, 17);
this.walkingTableLayoutPanel.Controls.Add(this.label22, 3, 4);
this.walkingTableLayoutPanel.Controls.Add(this.walkingOneFirstComboBox, 1, 16);
this.walkingTableLayoutPanel.Controls.Add(this.radarThirdComboBox, 2, 16);
this.walkingTableLayoutPanel.Controls.Add(this.walkingOneFirstUpDown, 7, 16);
this.walkingTableLayoutPanel.Controls.Add(this.radarSecondComboBox, 2, 9);
this.walkingTableLayoutPanel.Controls.Add(this.label8, 0, 9);
this.walkingTableLayoutPanel.Controls.Add(this.swarmFirstComboBox, 2, 2);
this.walkingTableLayoutPanel.Controls.Add(this.walkingOneSecondComboBox, 1, 17);
this.walkingTableLayoutPanel.Controls.Add(this.label11, 0, 16);
this.walkingTableLayoutPanel.Controls.Add(this.label10, 0, 17);
this.walkingTableLayoutPanel.Controls.Add(this.swarmSecondComboBox, 2, 3);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentyFirstComboBox, 1, 2);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenFourthComboBox, 1, 9);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFiveFirstComboBox, 1, 10);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenThirdComboBox, 1, 8);
this.walkingTableLayoutPanel.Controls.Add(this.label9, 0, 8);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentySecondLabel, 0, 3);
this.walkingTableLayoutPanel.Controls.Add(this.label7, 0, 10);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenThirdUpDown, 7, 8);
this.walkingTableLayoutPanel.Controls.Add(this.label6, 0, 11);
this.walkingTableLayoutPanel.Controls.Add(this.label13, 0, 13);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFourFirstComboBox, 1, 13);
this.walkingTableLayoutPanel.Controls.Add(this.label12, 0, 14);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFourSecondComboBox, 1, 14);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentySecondComboBox, 1, 3);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFourSecondUpDown, 7, 14);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFiveSecondComboBox, 1, 11);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFourFirstUpDown, 7, 13);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentyFirstUpDown, 7, 2);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTwentySecondUpDown, 7, 3);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFiveFirstUpDown, 7, 10);
this.walkingTableLayoutPanel.Controls.Add(this.walkingFiveSecondUpDown, 7, 11);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenFourthUpDown, 7, 9);
this.walkingTableLayoutPanel.Controls.Add(this.radarFirstComboBox, 2, 8);
this.walkingTableLayoutPanel.Controls.Add(this.rubyLabel, 2, 12);
this.walkingTableLayoutPanel.Controls.Add(this.pokeRadarLabel2, 2, 15);
this.walkingTableLayoutPanel.Controls.Add(this.typeLabel, 1, 0);
this.walkingTableLayoutPanel.Controls.Add(this.dayOnlyLabel, 2, 4);
this.walkingTableLayoutPanel.Controls.Add(this.morningOnlyLabel, 1, 4);
this.walkingTableLayoutPanel.Controls.Add(this.dayFirstComboBox, 2, 5);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenFirstComboBox, 1, 5);
this.walkingTableLayoutPanel.Controls.Add(this.daySecondComboBox, 2, 6);
this.walkingTableLayoutPanel.Controls.Add(this.walkingTenSecondComboBox, 1, 6);
this.walkingTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.walkingTableLayoutPanel.Location = new System.Drawing.Point(5, 18);
this.walkingTableLayoutPanel.Name = "walkingTableLayoutPanel";
this.walkingTableLayoutPanel.RowCount = 19;
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.walkingTableLayoutPanel.Size = new System.Drawing.Size(847, 506);
this.walkingTableLayoutPanel.TabIndex = 195;
this.walkingTableLayoutPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.walkingTableLayoutPanel_Paint);
//
// leveLabel
//
this.leveLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.leveLabel.AutoSize = true;
this.leveLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.leveLabel.Location = new System.Drawing.Point(758, 8);
this.leveLabel.Name = "leveLabel";
this.leveLabel.Size = new System.Drawing.Size(64, 13);
this.leveLabel.TabIndex = 195;
this.leveLabel.Text = "Level";
//
// pokeRadarLabel1
//
this.pokeRadarLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pokeRadarLabel1.Image = ((System.Drawing.Image)(resources.GetObject("pokeRadarLabel1.Image")));
this.pokeRadarLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.pokeRadarLabel1.Location = new System.Drawing.Point(158, 178);
this.pokeRadarLabel1.Name = "pokeRadarLabel1";
this.pokeRadarLabel1.Size = new System.Drawing.Size(90, 35);
this.pokeRadarLabel1.TabIndex = 188;
this.pokeRadarLabel1.Text = "PokéRadar";
this.pokeRadarLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// leafGreenFirstComboBox
//
this.leafGreenFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.leafGreenFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.leafGreenFirstComboBox.FormattingEnabled = true;
this.leafGreenFirstComboBox.Location = new System.Drawing.Point(638, 359);
this.leafGreenFirstComboBox.Name = "leafGreenFirstComboBox";
this.leafGreenFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.leafGreenFirstComboBox.TabIndex = 207;
//
// walkingTenSecondUpDown
//
this.walkingTenSecondUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenSecondUpDown.Location = new System.Drawing.Point(758, 154);
this.walkingTenSecondUpDown.Name = "walkingTenSecondUpDown";
this.walkingTenSecondUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTenSecondUpDown.TabIndex = 160;
//
// leafGreenSecondComboBox
//
this.leafGreenSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.leafGreenSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.leafGreenSecondComboBox.FormattingEnabled = true;
this.leafGreenSecondComboBox.Location = new System.Drawing.Point(638, 386);
this.leafGreenSecondComboBox.Name = "leafGreenSecondComboBox";
this.leafGreenSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.leafGreenSecondComboBox.TabIndex = 209;
//
// fireRedSecondComboBox
//
this.fireRedSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.fireRedSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.fireRedSecondComboBox.FormattingEnabled = true;
this.fireRedSecondComboBox.Location = new System.Drawing.Point(518, 386);
this.fireRedSecondComboBox.Name = "fireRedSecondComboBox";
this.fireRedSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.fireRedSecondComboBox.TabIndex = 205;
//
// walkingTenFirstUpDown
//
this.walkingTenFirstUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenFirstUpDown.Location = new System.Drawing.Point(758, 127);
this.walkingTenFirstUpDown.Name = "walkingTenFirstUpDown";
this.walkingTenFirstUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTenFirstUpDown.TabIndex = 159;
//
// label23
//
this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(158, 33);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(114, 13);
this.label23.TabIndex = 187;
this.label23.Text = "Swarms";
//
// nightSecondComboBox
//
this.nightSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.nightSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.nightSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.nightSecondComboBox.FormattingEnabled = true;
this.nightSecondComboBox.Location = new System.Drawing.Point(278, 154);
this.nightSecondComboBox.Name = "nightSecondComboBox";
this.nightSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.nightSecondComboBox.TabIndex = 175;
//
// nightFirstComboBox
//
this.nightFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.nightFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.nightFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.nightFirstComboBox.FormattingEnabled = true;
this.nightFirstComboBox.Location = new System.Drawing.Point(278, 127);
this.nightFirstComboBox.Name = "nightFirstComboBox";
this.nightFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.nightFirstComboBox.TabIndex = 173;
//
// leafGreenLabel
//
this.leafGreenLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.leafGreenLabel.Image = ((System.Drawing.Image)(resources.GetObject("leafGreenLabel.Image")));
this.leafGreenLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.leafGreenLabel.Location = new System.Drawing.Point(638, 321);
this.leafGreenLabel.Name = "leafGreenLabel";
this.leafGreenLabel.Size = new System.Drawing.Size(95, 35);
this.leafGreenLabel.TabIndex = 216;
this.leafGreenLabel.Text = "LeafGreen";
this.leafGreenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// morningSecondLabel
//
this.morningSecondLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.morningSecondLabel.AutoSize = true;
this.morningSecondLabel.Location = new System.Drawing.Point(3, 158);
this.morningSecondLabel.Name = "morningSecondLabel";
this.morningSecondLabel.Size = new System.Drawing.Size(29, 13);
this.morningSecondLabel.TabIndex = 170;
this.morningSecondLabel.Text = "10%";
this.morningSecondLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// rubyFirstComboBox
//
this.rubyFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.rubyFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.rubyFirstComboBox.FormattingEnabled = true;
this.rubyFirstComboBox.Location = new System.Drawing.Point(158, 359);
this.rubyFirstComboBox.Name = "rubyFirstComboBox";
this.rubyFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.rubyFirstComboBox.TabIndex = 188;
//
// fireRedFirstComboBox
//
this.fireRedFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.fireRedFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.fireRedFirstComboBox.FormattingEnabled = true;
this.fireRedFirstComboBox.Location = new System.Drawing.Point(518, 359);
this.fireRedFirstComboBox.Name = "fireRedFirstComboBox";
this.fireRedFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.fireRedFirstComboBox.TabIndex = 203;
//
// rubySecondComboBox
//
this.rubySecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.rubySecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.rubySecondComboBox.FormattingEnabled = true;
this.rubySecondComboBox.Location = new System.Drawing.Point(158, 386);
this.rubySecondComboBox.Name = "rubySecondComboBox";
this.rubySecondComboBox.Size = new System.Drawing.Size(114, 21);
this.rubySecondComboBox.TabIndex = 190;
//
// fireRedLabel
//
this.fireRedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.fireRedLabel.Image = ((System.Drawing.Image)(resources.GetObject("fireRedLabel.Image")));
this.fireRedLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.fireRedLabel.Location = new System.Drawing.Point(518, 321);
this.fireRedLabel.Name = "fireRedLabel";
this.fireRedLabel.Size = new System.Drawing.Size(80, 35);
this.fireRedLabel.TabIndex = 215;
this.fireRedLabel.Text = "FireRed";
this.fireRedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// sapphireLabel
//
this.sapphireLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.sapphireLabel.Image = ((System.Drawing.Image)(resources.GetObject("sapphireLabel.Image")));
this.sapphireLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.sapphireLabel.Location = new System.Drawing.Point(278, 321);
this.sapphireLabel.Name = "sapphireLabel";
this.sapphireLabel.Size = new System.Drawing.Size(85, 35);
this.sapphireLabel.TabIndex = 201;
this.sapphireLabel.Text = "Sapphire";
this.sapphireLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// sapphireSecondComboBox
//
this.sapphireSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.sapphireSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.sapphireSecondComboBox.FormattingEnabled = true;
this.sapphireSecondComboBox.Location = new System.Drawing.Point(278, 386);
this.sapphireSecondComboBox.Name = "sapphireSecondComboBox";
this.sapphireSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.sapphireSecondComboBox.TabIndex = 194;
//
// emeraldSecondComboBox
//
this.emeraldSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.emeraldSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.emeraldSecondComboBox.FormattingEnabled = true;
this.emeraldSecondComboBox.Location = new System.Drawing.Point(398, 386);
this.emeraldSecondComboBox.Name = "emeraldSecondComboBox";
this.emeraldSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.emeraldSecondComboBox.TabIndex = 198;
//
// sapphireFirstComboBox
//
this.sapphireFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.sapphireFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.sapphireFirstComboBox.FormattingEnabled = true;
this.sapphireFirstComboBox.Location = new System.Drawing.Point(278, 359);
this.sapphireFirstComboBox.Name = "sapphireFirstComboBox";
this.sapphireFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.sapphireFirstComboBox.TabIndex = 192;
//
// walkingTwentyFirstLabel
//
this.walkingTwentyFirstLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentyFirstLabel.AutoSize = true;
this.walkingTwentyFirstLabel.Location = new System.Drawing.Point(3, 57);
this.walkingTwentyFirstLabel.Name = "walkingTwentyFirstLabel";
this.walkingTwentyFirstLabel.Size = new System.Drawing.Size(29, 13);
this.walkingTwentyFirstLabel.TabIndex = 132;
this.walkingTwentyFirstLabel.Text = "20%";
this.walkingTwentyFirstLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// emeraldFirstComboBox
//
this.emeraldFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.emeraldFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.emeraldFirstComboBox.FormattingEnabled = true;
this.emeraldFirstComboBox.Location = new System.Drawing.Point(398, 359);
this.emeraldFirstComboBox.Name = "emeraldFirstComboBox";
this.emeraldFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.emeraldFirstComboBox.TabIndex = 196;
//
// morningFirstLabel
//
this.morningFirstLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.morningFirstLabel.AutoSize = true;
this.morningFirstLabel.Location = new System.Drawing.Point(3, 131);
this.morningFirstLabel.Name = "morningFirstLabel";
this.morningFirstLabel.Size = new System.Drawing.Size(29, 13);
this.morningFirstLabel.TabIndex = 168;
this.morningFirstLabel.Text = "10%";
this.morningFirstLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// emeraldLabel
//
this.emeraldLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.emeraldLabel.Image = ((System.Drawing.Image)(resources.GetObject("emeraldLabel.Image")));
this.emeraldLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.emeraldLabel.Location = new System.Drawing.Point(398, 321);
this.emeraldLabel.Name = "emeraldLabel";
this.emeraldLabel.Size = new System.Drawing.Size(80, 35);
this.emeraldLabel.TabIndex = 202;
this.emeraldLabel.Text = "Emerald";
this.emeraldLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// radarFourthComboBox
//
this.radarFourthComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.radarFourthComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.radarFourthComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.radarFourthComboBox.FormattingEnabled = true;
this.radarFourthComboBox.Location = new System.Drawing.Point(158, 475);
this.radarFourthComboBox.Name = "radarFourthComboBox";
this.radarFourthComboBox.Size = new System.Drawing.Size(114, 21);
this.radarFourthComboBox.TabIndex = 173;
//
// walkingOneSecondUpDown
//
this.walkingOneSecondUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingOneSecondUpDown.Location = new System.Drawing.Point(758, 475);
this.walkingOneSecondUpDown.Name = "walkingOneSecondUpDown";
this.walkingOneSecondUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingOneSecondUpDown.TabIndex = 166;
//
// label22
//
this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(278, 107);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(114, 13);
this.label22.TabIndex = 186;
this.label22.Text = "Night only";
//
// walkingOneFirstComboBox
//
this.walkingOneFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingOneFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingOneFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingOneFirstComboBox.FormattingEnabled = true;
this.walkingOneFirstComboBox.Location = new System.Drawing.Point(38, 448);
this.walkingOneFirstComboBox.Name = "walkingOneFirstComboBox";
this.walkingOneFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingOneFirstComboBox.TabIndex = 151;
//
// radarThirdComboBox
//
this.radarThirdComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.radarThirdComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.radarThirdComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.radarThirdComboBox.FormattingEnabled = true;
this.radarThirdComboBox.Location = new System.Drawing.Point(158, 448);
this.radarThirdComboBox.Name = "radarThirdComboBox";
this.radarThirdComboBox.Size = new System.Drawing.Size(114, 21);
this.radarThirdComboBox.TabIndex = 171;
//
// walkingOneFirstUpDown
//
this.walkingOneFirstUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingOneFirstUpDown.Location = new System.Drawing.Point(758, 448);
this.walkingOneFirstUpDown.Name = "walkingOneFirstUpDown";
this.walkingOneFirstUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingOneFirstUpDown.TabIndex = 165;
//
// radarSecondComboBox
//
this.radarSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.radarSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.radarSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.radarSecondComboBox.FormattingEnabled = true;
this.radarSecondComboBox.Location = new System.Drawing.Point(158, 243);
this.radarSecondComboBox.Name = "radarSecondComboBox";
this.radarSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.radarSecondComboBox.TabIndex = 169;
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(3, 247);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 13);
this.label8.TabIndex = 142;
this.label8.Text = "10%";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// swarmFirstComboBox
//
this.swarmFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.swarmFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.swarmFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.swarmFirstComboBox.FormattingEnabled = true;
this.swarmFirstComboBox.Location = new System.Drawing.Point(158, 53);
this.swarmFirstComboBox.Name = "swarmFirstComboBox";
this.swarmFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.swarmFirstComboBox.TabIndex = 179;
//
// walkingOneSecondComboBox
//
this.walkingOneSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingOneSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingOneSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingOneSecondComboBox.FormattingEnabled = true;
this.walkingOneSecondComboBox.Location = new System.Drawing.Point(38, 475);
this.walkingOneSecondComboBox.Name = "walkingOneSecondComboBox";
this.walkingOneSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingOneSecondComboBox.TabIndex = 153;
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 452);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 13);
this.label11.TabIndex = 152;
this.label11.Text = "1%";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(3, 479);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 13);
this.label10.TabIndex = 154;
this.label10.Text = "1%";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// swarmSecondComboBox
//
this.swarmSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.swarmSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.swarmSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.swarmSecondComboBox.FormattingEnabled = true;
this.swarmSecondComboBox.Location = new System.Drawing.Point(158, 80);
this.swarmSecondComboBox.Name = "swarmSecondComboBox";
this.swarmSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.swarmSecondComboBox.TabIndex = 181;
//
// walkingTwentyFirstComboBox
//
this.walkingTwentyFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentyFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTwentyFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTwentyFirstComboBox.FormattingEnabled = true;
this.walkingTwentyFirstComboBox.Location = new System.Drawing.Point(38, 53);
this.walkingTwentyFirstComboBox.Name = "walkingTwentyFirstComboBox";
this.walkingTwentyFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTwentyFirstComboBox.TabIndex = 131;
//
// walkingTenFourthComboBox
//
this.walkingTenFourthComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenFourthComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTenFourthComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTenFourthComboBox.FormattingEnabled = true;
this.walkingTenFourthComboBox.Location = new System.Drawing.Point(38, 243);
this.walkingTenFourthComboBox.Name = "walkingTenFourthComboBox";
this.walkingTenFourthComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTenFourthComboBox.TabIndex = 141;
//
// walkingFiveFirstComboBox
//
this.walkingFiveFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFiveFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingFiveFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingFiveFirstComboBox.FormattingEnabled = true;
this.walkingFiveFirstComboBox.Location = new System.Drawing.Point(38, 270);
this.walkingFiveFirstComboBox.Name = "walkingFiveFirstComboBox";
this.walkingFiveFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingFiveFirstComboBox.TabIndex = 143;
//
// walkingTenThirdComboBox
//
this.walkingTenThirdComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenThirdComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTenThirdComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTenThirdComboBox.FormattingEnabled = true;
this.walkingTenThirdComboBox.Location = new System.Drawing.Point(38, 216);
this.walkingTenThirdComboBox.Name = "walkingTenThirdComboBox";
this.walkingTenThirdComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTenThirdComboBox.TabIndex = 139;
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(3, 220);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 13);
this.label9.TabIndex = 140;
this.label9.Text = "10%";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// walkingTwentySecondLabel
//
this.walkingTwentySecondLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentySecondLabel.AutoSize = true;
this.walkingTwentySecondLabel.Location = new System.Drawing.Point(3, 84);
this.walkingTwentySecondLabel.Name = "walkingTwentySecondLabel";
this.walkingTwentySecondLabel.Size = new System.Drawing.Size(29, 13);
this.walkingTwentySecondLabel.TabIndex = 134;
this.walkingTwentySecondLabel.Text = "20%";
this.walkingTwentySecondLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 274);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 13);
this.label7.TabIndex = 144;
this.label7.Text = "5%";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// walkingTenThirdUpDown
//
this.walkingTenThirdUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenThirdUpDown.Location = new System.Drawing.Point(758, 216);
this.walkingTenThirdUpDown.Name = "walkingTenThirdUpDown";
this.walkingTenThirdUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTenThirdUpDown.TabIndex = 163;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 301);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 13);
this.label6.TabIndex = 146;
this.label6.Text = "5%";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label13
//
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 363);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 13);
this.label13.TabIndex = 148;
this.label13.Text = "4%";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// walkingFourFirstComboBox
//
this.walkingFourFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFourFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingFourFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingFourFirstComboBox.FormattingEnabled = true;
this.walkingFourFirstComboBox.Location = new System.Drawing.Point(38, 359);
this.walkingFourFirstComboBox.Name = "walkingFourFirstComboBox";
this.walkingFourFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingFourFirstComboBox.TabIndex = 147;
//
// label12
//
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(3, 390);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 13);
this.label12.TabIndex = 150;
this.label12.Text = "4%";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// walkingFourSecondComboBox
//
this.walkingFourSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFourSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingFourSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingFourSecondComboBox.FormattingEnabled = true;
this.walkingFourSecondComboBox.Location = new System.Drawing.Point(38, 386);
this.walkingFourSecondComboBox.Name = "walkingFourSecondComboBox";
this.walkingFourSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingFourSecondComboBox.TabIndex = 149;
//
// walkingTwentySecondComboBox
//
this.walkingTwentySecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentySecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTwentySecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTwentySecondComboBox.FormattingEnabled = true;
this.walkingTwentySecondComboBox.Location = new System.Drawing.Point(38, 80);
this.walkingTwentySecondComboBox.Name = "walkingTwentySecondComboBox";
this.walkingTwentySecondComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTwentySecondComboBox.TabIndex = 133;
//
// walkingFourSecondUpDown
//
this.walkingFourSecondUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFourSecondUpDown.Location = new System.Drawing.Point(758, 386);
this.walkingFourSecondUpDown.Name = "walkingFourSecondUpDown";
this.walkingFourSecondUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingFourSecondUpDown.TabIndex = 162;
//
// walkingFiveSecondComboBox
//
this.walkingFiveSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFiveSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingFiveSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingFiveSecondComboBox.FormattingEnabled = true;
this.walkingFiveSecondComboBox.Location = new System.Drawing.Point(38, 297);
this.walkingFiveSecondComboBox.Name = "walkingFiveSecondComboBox";
this.walkingFiveSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingFiveSecondComboBox.TabIndex = 145;
//
// walkingFourFirstUpDown
//
this.walkingFourFirstUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFourFirstUpDown.Location = new System.Drawing.Point(758, 359);
this.walkingFourFirstUpDown.Name = "walkingFourFirstUpDown";
this.walkingFourFirstUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingFourFirstUpDown.TabIndex = 161;
//
// walkingTwentyFirstUpDown
//
this.walkingTwentyFirstUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentyFirstUpDown.Location = new System.Drawing.Point(758, 53);
this.walkingTwentyFirstUpDown.Name = "walkingTwentyFirstUpDown";
this.walkingTwentyFirstUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTwentyFirstUpDown.TabIndex = 155;
//
// walkingTwentySecondUpDown
//
this.walkingTwentySecondUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTwentySecondUpDown.Location = new System.Drawing.Point(758, 80);
this.walkingTwentySecondUpDown.Name = "walkingTwentySecondUpDown";
this.walkingTwentySecondUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTwentySecondUpDown.TabIndex = 156;
//
// walkingFiveFirstUpDown
//
this.walkingFiveFirstUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFiveFirstUpDown.Location = new System.Drawing.Point(758, 270);
this.walkingFiveFirstUpDown.Name = "walkingFiveFirstUpDown";
this.walkingFiveFirstUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingFiveFirstUpDown.TabIndex = 157;
//
// walkingFiveSecondUpDown
//
this.walkingFiveSecondUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingFiveSecondUpDown.Location = new System.Drawing.Point(758, 297);
this.walkingFiveSecondUpDown.Name = "walkingFiveSecondUpDown";
this.walkingFiveSecondUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingFiveSecondUpDown.TabIndex = 158;
//
// walkingTenFourthUpDown
//
this.walkingTenFourthUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenFourthUpDown.Location = new System.Drawing.Point(758, 243);
this.walkingTenFourthUpDown.Name = "walkingTenFourthUpDown";
this.walkingTenFourthUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingTenFourthUpDown.TabIndex = 164;
//
// radarFirstComboBox
//
this.radarFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.radarFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.radarFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.radarFirstComboBox.FormattingEnabled = true;
this.radarFirstComboBox.Location = new System.Drawing.Point(158, 216);
this.radarFirstComboBox.Name = "radarFirstComboBox";
this.radarFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.radarFirstComboBox.TabIndex = 167;
//
// rubyLabel
//
this.rubyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.rubyLabel.Image = ((System.Drawing.Image)(resources.GetObject("rubyLabel.Image")));
this.rubyLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.rubyLabel.Location = new System.Drawing.Point(158, 321);
this.rubyLabel.Name = "rubyLabel";
this.rubyLabel.Size = new System.Drawing.Size(65, 35);
this.rubyLabel.TabIndex = 200;
this.rubyLabel.Text = "Ruby";
this.rubyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// pokeRadarLabel2
//
this.pokeRadarLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pokeRadarLabel2.Image = ((System.Drawing.Image)(resources.GetObject("pokeRadarLabel2.Image")));
this.pokeRadarLabel2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.pokeRadarLabel2.Location = new System.Drawing.Point(158, 410);
this.pokeRadarLabel2.Name = "pokeRadarLabel2";
this.pokeRadarLabel2.Size = new System.Drawing.Size(90, 35);
this.pokeRadarLabel2.TabIndex = 217;
this.pokeRadarLabel2.Text = "PokéRadar";
this.pokeRadarLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// typeLabel
//
this.typeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.typeLabel.AutoSize = true;
this.walkingTableLayoutPanel.SetColumnSpan(this.typeLabel, 6);
this.typeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.typeLabel.Location = new System.Drawing.Point(38, 8);
this.typeLabel.Name = "typeLabel";
this.typeLabel.Size = new System.Drawing.Size(714, 13);
this.typeLabel.TabIndex = 218;
this.typeLabel.Text = "Encounter Type";
//
// dayOnlyLabel
//
this.dayOnlyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.dayOnlyLabel.AutoSize = true;
this.dayOnlyLabel.Location = new System.Drawing.Point(158, 107);
this.dayOnlyLabel.Name = "dayOnlyLabel";
this.dayOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.dayOnlyLabel.TabIndex = 187;
this.dayOnlyLabel.Text = "Day only";
//
// morningOnlyLabel
//
this.morningOnlyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.morningOnlyLabel.AutoSize = true;
this.morningOnlyLabel.Location = new System.Drawing.Point(38, 107);
this.morningOnlyLabel.Name = "morningOnlyLabel";
this.morningOnlyLabel.Size = new System.Drawing.Size(114, 13);
this.morningOnlyLabel.TabIndex = 185;
this.morningOnlyLabel.Text = "Morning only";
//
// dayFirstComboBox
//
this.dayFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.dayFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.dayFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.dayFirstComboBox.FormattingEnabled = true;
this.dayFirstComboBox.Location = new System.Drawing.Point(158, 127);
this.dayFirstComboBox.Name = "dayFirstComboBox";
this.dayFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.dayFirstComboBox.TabIndex = 167;
//
// walkingTenFirstComboBox
//
this.walkingTenFirstComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenFirstComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTenFirstComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTenFirstComboBox.FormattingEnabled = true;
this.walkingTenFirstComboBox.Location = new System.Drawing.Point(38, 127);
this.walkingTenFirstComboBox.Name = "walkingTenFirstComboBox";
this.walkingTenFirstComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTenFirstComboBox.TabIndex = 135;
//
// daySecondComboBox
//
this.daySecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.daySecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.daySecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.daySecondComboBox.FormattingEnabled = true;
this.daySecondComboBox.Location = new System.Drawing.Point(158, 154);
this.daySecondComboBox.Name = "daySecondComboBox";
this.daySecondComboBox.Size = new System.Drawing.Size(114, 21);
this.daySecondComboBox.TabIndex = 169;
//
// walkingTenSecondComboBox
//
this.walkingTenSecondComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.walkingTenSecondComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.walkingTenSecondComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.walkingTenSecondComboBox.FormattingEnabled = true;
this.walkingTenSecondComboBox.Location = new System.Drawing.Point(38, 154);
this.walkingTenSecondComboBox.Name = "walkingTenSecondComboBox";
this.walkingTenSecondComboBox.Size = new System.Drawing.Size(114, 21);
this.walkingTenSecondComboBox.TabIndex = 137;
//
// walkingRateUpDown
//
this.walkingRateUpDown.Location = new System.Drawing.Point(778, 9);
this.walkingRateUpDown.Name = "walkingRateUpDown";
this.walkingRateUpDown.Size = new System.Drawing.Size(64, 20);
this.walkingRateUpDown.TabIndex = 101;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(689, 12);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(82, 13);
this.label14.TabIndex = 100;
this.label14.Text = "Encounter Rate";
//
// waterTabPage
//
this.waterTabPage.Controls.Add(this.waterTableLayoutPanel);
this.waterTabPage.Location = new System.Drawing.Point(4, 22);
this.waterTabPage.Name = "waterTabPage";
this.waterTabPage.Padding = new System.Windows.Forms.Padding(3);
this.waterTabPage.Size = new System.Drawing.Size(871, 658);
this.waterTabPage.TabIndex = 1;
this.waterTabPage.Text = "Water";
this.waterTabPage.UseVisualStyleBackColor = true;
//
// waterTableLayoutPanel
//
this.waterTableLayoutPanel.ColumnCount = 2;
this.waterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.waterTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.waterTableLayoutPanel.Controls.Add(this.surfPanel, 0, 0);
this.waterTableLayoutPanel.Controls.Add(this.superRodPanel, 1, 1);
this.waterTableLayoutPanel.Controls.Add(this.goodRodPanel, 0, 1);
this.waterTableLayoutPanel.Controls.Add(this.oldRodPanel, 1, 0);
this.waterTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.waterTableLayoutPanel.Location = new System.Drawing.Point(3, 3);
this.waterTableLayoutPanel.Name = "waterTableLayoutPanel";
this.waterTableLayoutPanel.RowCount = 2;
this.waterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.waterTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.waterTableLayoutPanel.Size = new System.Drawing.Size(865, 652);
this.waterTableLayoutPanel.TabIndex = 203;
//
// surfPanel
//
this.surfPanel.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.surfPanel.Controls.Add(this.surfGroupBox);
this.surfPanel.Location = new System.Drawing.Point(3, 3);
this.surfPanel.Name = "surfPanel";
this.surfPanel.Size = new System.Drawing.Size(426, 320);
this.surfPanel.TabIndex = 202;
//
// surfPicture
//
this.surfPicture.Image = global::DSPRE.Properties.Resources.SurfIcon;
this.surfPicture.Location = new System.Drawing.Point(6, 19);
this.surfPicture.Name = "surfPicture";
this.surfPicture.Size = new System.Drawing.Size(42, 42);
this.surfPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.surfPicture.TabIndex = 198;
this.surfPicture.TabStop = false;
//
// surfGroupBox
//
this.surfGroupBox.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.surfGroupBox.Controls.Add(this.surfPicture);
this.surfGroupBox.Controls.Add(this.label68);
this.surfGroupBox.Controls.Add(this.label67);
this.surfGroupBox.Controls.Add(this.surfRateUpDown);
this.surfGroupBox.Controls.Add(this.label61);
this.surfGroupBox.Controls.Add(this.surfOneMaxLevelUpDown);
this.surfGroupBox.Controls.Add(this.surfOneMinLevelUpDown);
this.surfGroupBox.Controls.Add(this.label62);
this.surfGroupBox.Controls.Add(this.surfOneComboBox);
this.surfGroupBox.Controls.Add(this.surfFourMaxLevelUpDown);
this.surfGroupBox.Controls.Add(this.surfFourMinLevelUpDown);
this.surfGroupBox.Controls.Add(this.label63);
this.surfGroupBox.Controls.Add(this.surfFourComboBox);
this.surfGroupBox.Controls.Add(this.surfFiveMaxLevelUpDown);
this.surfGroupBox.Controls.Add(this.surfFiveMinLevelUpDown);
this.surfGroupBox.Controls.Add(this.label64);
this.surfGroupBox.Controls.Add(this.surfFiveComboBox);
this.surfGroupBox.Controls.Add(this.surfThirtyMaxLevelUpDown);
this.surfGroupBox.Controls.Add(this.surfThirtyMinLevelUpDown);
this.surfGroupBox.Controls.Add(this.label65);
this.surfGroupBox.Controls.Add(this.surfThirtyComboBox);
this.surfGroupBox.Controls.Add(this.surfSixtyMaxLevelUpDown);
this.surfGroupBox.Controls.Add(this.surfSixtyMinLevelUpDown);
this.surfGroupBox.Controls.Add(this.label66);
this.surfGroupBox.Controls.Add(this.surfSixtyComboBox);
this.surfGroupBox.Location = new System.Drawing.Point(51, 45);
this.surfGroupBox.Name = "surfGroupBox";
this.surfGroupBox.Size = new System.Drawing.Size(325, 220);
this.surfGroupBox.TabIndex = 4;
this.surfGroupBox.TabStop = false;
this.surfGroupBox.Text = "Surfing";
//
// label68
//
this.label68.AutoSize = true;
this.label68.Location = new System.Drawing.Point(264, 57);
this.label68.Name = "label68";
this.label68.Size = new System.Drawing.Size(47, 13);
this.label68.TabIndex = 41;
this.label68.Text = "Max Lvl.";
//
// label67
//
this.label67.AutoSize = true;
this.label67.Location = new System.Drawing.Point(214, 57);
this.label67.Name = "label67";
this.label67.Size = new System.Drawing.Size(44, 13);
this.label67.TabIndex = 40;
this.label67.Text = "Min Lvl.";
//
// surfRateUpDown
//
this.surfRateUpDown.Location = new System.Drawing.Point(265, 16);
this.surfRateUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.surfRateUpDown.Name = "surfRateUpDown";
this.surfRateUpDown.Size = new System.Drawing.Size(42, 20);
this.surfRateUpDown.TabIndex = 39;
//
// label61
//
this.label61.AutoSize = true;
this.label61.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label61.Location = new System.Drawing.Point(229, 18);
this.label61.Name = "label61";
this.label61.Size = new System.Drawing.Size(30, 13);
this.label61.TabIndex = 38;
this.label61.Text = "Rate";
//
// surfOneMaxLevelUpDown
//
this.surfOneMaxLevelUpDown.Location = new System.Drawing.Point(265, 186);
this.surfOneMaxLevelUpDown.Name = "surfOneMaxLevelUpDown";
this.surfOneMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfOneMaxLevelUpDown.TabIndex = 22;
//
// surfOneMinLevelUpDown
//
this.surfOneMinLevelUpDown.Location = new System.Drawing.Point(217, 186);
this.surfOneMinLevelUpDown.Name = "surfOneMinLevelUpDown";
this.surfOneMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfOneMinLevelUpDown.TabIndex = 21;
//
// label62
//
this.label62.AutoSize = true;
this.label62.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label62.Location = new System.Drawing.Point(18, 188);
this.label62.Name = "label62";
this.label62.Size = new System.Drawing.Size(21, 13);
this.label62.TabIndex = 20;
this.label62.Text = "1%";
//
// surfOneComboBox
//
this.surfOneComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.surfOneComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.surfOneComboBox.FormattingEnabled = true;
this.surfOneComboBox.Location = new System.Drawing.Point(45, 185);
this.surfOneComboBox.Name = "surfOneComboBox";
this.surfOneComboBox.Size = new System.Drawing.Size(154, 21);
this.surfOneComboBox.TabIndex = 19;
//
// surfFourMaxLevelUpDown
//
this.surfFourMaxLevelUpDown.Location = new System.Drawing.Point(265, 159);
this.surfFourMaxLevelUpDown.Name = "surfFourMaxLevelUpDown";
this.surfFourMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfFourMaxLevelUpDown.TabIndex = 18;
//
// surfFourMinLevelUpDown
//
this.surfFourMinLevelUpDown.Location = new System.Drawing.Point(217, 159);
this.surfFourMinLevelUpDown.Name = "surfFourMinLevelUpDown";
this.surfFourMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfFourMinLevelUpDown.TabIndex = 17;
//
// label63
//
this.label63.AutoSize = true;
this.label63.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label63.Location = new System.Drawing.Point(18, 161);
this.label63.Name = "label63";
this.label63.Size = new System.Drawing.Size(21, 13);
this.label63.TabIndex = 16;
this.label63.Text = "4%";
//
// surfFourComboBox
//
this.surfFourComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.surfFourComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.surfFourComboBox.FormattingEnabled = true;
this.surfFourComboBox.Location = new System.Drawing.Point(45, 158);
this.surfFourComboBox.Name = "surfFourComboBox";
this.surfFourComboBox.Size = new System.Drawing.Size(154, 21);
this.surfFourComboBox.TabIndex = 15;
//
// surfFiveMaxLevelUpDown
//
this.surfFiveMaxLevelUpDown.Location = new System.Drawing.Point(265, 132);
this.surfFiveMaxLevelUpDown.Name = "surfFiveMaxLevelUpDown";
this.surfFiveMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfFiveMaxLevelUpDown.TabIndex = 14;
//
// surfFiveMinLevelUpDown
//
this.surfFiveMinLevelUpDown.Location = new System.Drawing.Point(217, 132);
this.surfFiveMinLevelUpDown.Name = "surfFiveMinLevelUpDown";
this.surfFiveMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfFiveMinLevelUpDown.TabIndex = 13;
//
// label64
//
this.label64.AutoSize = true;
this.label64.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label64.Location = new System.Drawing.Point(18, 134);
this.label64.Name = "label64";
this.label64.Size = new System.Drawing.Size(21, 13);
this.label64.TabIndex = 12;
this.label64.Text = "5%";
//
// surfFiveComboBox
//
this.surfFiveComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.surfFiveComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.surfFiveComboBox.FormattingEnabled = true;
this.surfFiveComboBox.Location = new System.Drawing.Point(45, 131);
this.surfFiveComboBox.Name = "surfFiveComboBox";
this.surfFiveComboBox.Size = new System.Drawing.Size(154, 21);
this.surfFiveComboBox.TabIndex = 11;
//
// surfThirtyMaxLevelUpDown
//
this.surfThirtyMaxLevelUpDown.Location = new System.Drawing.Point(265, 105);
this.surfThirtyMaxLevelUpDown.Name = "surfThirtyMaxLevelUpDown";
this.surfThirtyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfThirtyMaxLevelUpDown.TabIndex = 10;
//
// surfThirtyMinLevelUpDown
//
this.surfThirtyMinLevelUpDown.Location = new System.Drawing.Point(217, 105);
this.surfThirtyMinLevelUpDown.Name = "surfThirtyMinLevelUpDown";
this.surfThirtyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfThirtyMinLevelUpDown.TabIndex = 9;
//
// label65
//
this.label65.AutoSize = true;
this.label65.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label65.Location = new System.Drawing.Point(12, 107);
this.label65.Name = "label65";
this.label65.Size = new System.Drawing.Size(27, 13);
this.label65.TabIndex = 8;
this.label65.Text = "30%";
//
// surfThirtyComboBox
//
this.surfThirtyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.surfThirtyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.surfThirtyComboBox.FormattingEnabled = true;
this.surfThirtyComboBox.Location = new System.Drawing.Point(45, 104);
this.surfThirtyComboBox.Name = "surfThirtyComboBox";
this.surfThirtyComboBox.Size = new System.Drawing.Size(154, 21);
this.surfThirtyComboBox.TabIndex = 7;
//
// surfSixtyMaxLevelUpDown
//
this.surfSixtyMaxLevelUpDown.Location = new System.Drawing.Point(265, 78);
this.surfSixtyMaxLevelUpDown.Name = "surfSixtyMaxLevelUpDown";
this.surfSixtyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfSixtyMaxLevelUpDown.TabIndex = 6;
//
// surfSixtyMinLevelUpDown
//
this.surfSixtyMinLevelUpDown.Location = new System.Drawing.Point(217, 78);
this.surfSixtyMinLevelUpDown.Name = "surfSixtyMinLevelUpDown";
this.surfSixtyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.surfSixtyMinLevelUpDown.TabIndex = 5;
//
// label66
//
this.label66.AutoSize = true;
this.label66.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label66.Location = new System.Drawing.Point(12, 80);
this.label66.Name = "label66";
this.label66.Size = new System.Drawing.Size(27, 13);
this.label66.TabIndex = 4;
this.label66.Text = "60%";
//
// surfSixtyComboBox
//
this.surfSixtyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.surfSixtyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.surfSixtyComboBox.FormattingEnabled = true;
this.surfSixtyComboBox.Location = new System.Drawing.Point(45, 77);
this.surfSixtyComboBox.Name = "surfSixtyComboBox";
this.surfSixtyComboBox.Size = new System.Drawing.Size(154, 21);
this.surfSixtyComboBox.TabIndex = 3;
//
// superRodPanel
//
this.superRodPanel.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.superRodPanel.Controls.Add(this.superRodGroupBox);
this.superRodPanel.Location = new System.Drawing.Point(435, 329);
this.superRodPanel.Name = "superRodPanel";
this.superRodPanel.Size = new System.Drawing.Size(427, 320);
this.superRodPanel.TabIndex = 200;
//
// superRodPictureBox
//
this.superRodPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("superRodPictureBox.Image")));
this.superRodPictureBox.Location = new System.Drawing.Point(12, 19);
this.superRodPictureBox.Name = "superRodPictureBox";
this.superRodPictureBox.Size = new System.Drawing.Size(25, 26);
this.superRodPictureBox.TabIndex = 196;
this.superRodPictureBox.TabStop = false;
//
// superRodGroupBox
//
this.superRodGroupBox.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.superRodGroupBox.Controls.Add(this.superRodPictureBox);
this.superRodGroupBox.Controls.Add(this.label15);
this.superRodGroupBox.Controls.Add(this.label59);
this.superRodGroupBox.Controls.Add(this.label16);
this.superRodGroupBox.Controls.Add(this.label60);
this.superRodGroupBox.Controls.Add(this.label17);
this.superRodGroupBox.Controls.Add(this.superRodRateUpDown);
this.superRodGroupBox.Controls.Add(this.label18);
this.superRodGroupBox.Controls.Add(this.label69);
this.superRodGroupBox.Controls.Add(this.label19);
this.superRodGroupBox.Controls.Add(this.superRodOneMaxLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodOneMinLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodOneComboBox);
this.superRodGroupBox.Controls.Add(this.superRodFourMaxLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFourMinLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFourComboBox);
this.superRodGroupBox.Controls.Add(this.superRodFifteenMaxLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFifteenMinLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFifteenComboBox);
this.superRodGroupBox.Controls.Add(this.superRodSecondFortyMaxLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodSecondFortyMinLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodSecondFortyComboBox);
this.superRodGroupBox.Controls.Add(this.superRodFirstFortyMaxLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFirstFortyMinLevelUpDown);
this.superRodGroupBox.Controls.Add(this.superRodFirstFortyComboBox);
this.superRodGroupBox.Location = new System.Drawing.Point(51, 29);
this.superRodGroupBox.Name = "superRodGroupBox";
this.superRodGroupBox.Size = new System.Drawing.Size(325, 220);
this.superRodGroupBox.TabIndex = 44;
this.superRodGroupBox.TabStop = false;
this.superRodGroupBox.Text = "Super Rod";
//
// label15
//
this.label15.AutoSize = true;
this.label15.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label15.Location = new System.Drawing.Point(18, 188);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(21, 13);
this.label15.TabIndex = 46;
this.label15.Text = "1%";
//
// label59
//
this.label59.AutoSize = true;
this.label59.Location = new System.Drawing.Point(264, 57);
this.label59.Name = "label59";
this.label59.Size = new System.Drawing.Size(47, 13);
this.label59.TabIndex = 41;
this.label59.Text = "Max Lvl.";
//
// label16
//
this.label16.AutoSize = true;
this.label16.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label16.Location = new System.Drawing.Point(18, 161);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(21, 13);
this.label16.TabIndex = 45;
this.label16.Text = "4%";
//
// label60
//
this.label60.AutoSize = true;
this.label60.Location = new System.Drawing.Point(214, 57);
this.label60.Name = "label60";
this.label60.Size = new System.Drawing.Size(44, 13);
this.label60.TabIndex = 40;
this.label60.Text = "Min Lvl.";
//
// label17
//
this.label17.AutoSize = true;
this.label17.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label17.Location = new System.Drawing.Point(12, 134);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(27, 13);
this.label17.TabIndex = 44;
this.label17.Text = "15%";
//
// superRodRateUpDown
//
this.superRodRateUpDown.Location = new System.Drawing.Point(265, 16);
this.superRodRateUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.superRodRateUpDown.Name = "superRodRateUpDown";
this.superRodRateUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodRateUpDown.TabIndex = 39;
//
// label18
//
this.label18.AutoSize = true;
this.label18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label18.Location = new System.Drawing.Point(12, 107);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(27, 13);
this.label18.TabIndex = 43;
this.label18.Text = "40%";
//
// label69
//
this.label69.AutoSize = true;
this.label69.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label69.Location = new System.Drawing.Point(229, 18);
this.label69.Name = "label69";
this.label69.Size = new System.Drawing.Size(30, 13);
this.label69.TabIndex = 38;
this.label69.Text = "Rate";
//
// label19
//
this.label19.AutoSize = true;
this.label19.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label19.Location = new System.Drawing.Point(12, 80);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(27, 13);
this.label19.TabIndex = 42;
this.label19.Text = "40%";
//
// superRodOneMaxLevelUpDown
//
this.superRodOneMaxLevelUpDown.Location = new System.Drawing.Point(265, 186);
this.superRodOneMaxLevelUpDown.Name = "superRodOneMaxLevelUpDown";
this.superRodOneMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodOneMaxLevelUpDown.TabIndex = 22;
//
// superRodOneMinLevelUpDown
//
this.superRodOneMinLevelUpDown.Location = new System.Drawing.Point(217, 186);
this.superRodOneMinLevelUpDown.Name = "superRodOneMinLevelUpDown";
this.superRodOneMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodOneMinLevelUpDown.TabIndex = 21;
//
// superRodOneComboBox
//
this.superRodOneComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.superRodOneComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.superRodOneComboBox.FormattingEnabled = true;
this.superRodOneComboBox.Location = new System.Drawing.Point(45, 185);
this.superRodOneComboBox.Name = "superRodOneComboBox";
this.superRodOneComboBox.Size = new System.Drawing.Size(154, 21);
this.superRodOneComboBox.TabIndex = 19;
//
// superRodFourMaxLevelUpDown
//
this.superRodFourMaxLevelUpDown.Location = new System.Drawing.Point(265, 159);
this.superRodFourMaxLevelUpDown.Name = "superRodFourMaxLevelUpDown";
this.superRodFourMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFourMaxLevelUpDown.TabIndex = 18;
//
// superRodFourMinLevelUpDown
//
this.superRodFourMinLevelUpDown.Location = new System.Drawing.Point(217, 159);
this.superRodFourMinLevelUpDown.Name = "superRodFourMinLevelUpDown";
this.superRodFourMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFourMinLevelUpDown.TabIndex = 17;
//
// superRodFourComboBox
//
this.superRodFourComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.superRodFourComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.superRodFourComboBox.FormattingEnabled = true;
this.superRodFourComboBox.Location = new System.Drawing.Point(45, 158);
this.superRodFourComboBox.Name = "superRodFourComboBox";
this.superRodFourComboBox.Size = new System.Drawing.Size(154, 21);
this.superRodFourComboBox.TabIndex = 15;
//
// superRodFifteenMaxLevelUpDown
//
this.superRodFifteenMaxLevelUpDown.Location = new System.Drawing.Point(265, 132);
this.superRodFifteenMaxLevelUpDown.Name = "superRodFifteenMaxLevelUpDown";
this.superRodFifteenMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFifteenMaxLevelUpDown.TabIndex = 14;
//
// superRodFifteenMinLevelUpDown
//
this.superRodFifteenMinLevelUpDown.Location = new System.Drawing.Point(217, 132);
this.superRodFifteenMinLevelUpDown.Name = "superRodFifteenMinLevelUpDown";
this.superRodFifteenMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFifteenMinLevelUpDown.TabIndex = 13;
//
// superRodFifteenComboBox
//
this.superRodFifteenComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.superRodFifteenComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.superRodFifteenComboBox.FormattingEnabled = true;
this.superRodFifteenComboBox.Location = new System.Drawing.Point(45, 131);
this.superRodFifteenComboBox.Name = "superRodFifteenComboBox";
this.superRodFifteenComboBox.Size = new System.Drawing.Size(154, 21);
this.superRodFifteenComboBox.TabIndex = 11;
//
// superRodSecondFortyMaxLevelUpDown
//
this.superRodSecondFortyMaxLevelUpDown.Location = new System.Drawing.Point(265, 105);
this.superRodSecondFortyMaxLevelUpDown.Name = "superRodSecondFortyMaxLevelUpDown";
this.superRodSecondFortyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodSecondFortyMaxLevelUpDown.TabIndex = 10;
//
// superRodSecondFortyMinLevelUpDown
//
this.superRodSecondFortyMinLevelUpDown.Location = new System.Drawing.Point(217, 105);
this.superRodSecondFortyMinLevelUpDown.Name = "superRodSecondFortyMinLevelUpDown";
this.superRodSecondFortyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodSecondFortyMinLevelUpDown.TabIndex = 9;
//
// superRodSecondFortyComboBox
//
this.superRodSecondFortyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.superRodSecondFortyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.superRodSecondFortyComboBox.FormattingEnabled = true;
this.superRodSecondFortyComboBox.Location = new System.Drawing.Point(45, 104);
this.superRodSecondFortyComboBox.Name = "superRodSecondFortyComboBox";
this.superRodSecondFortyComboBox.Size = new System.Drawing.Size(154, 21);
this.superRodSecondFortyComboBox.TabIndex = 7;
//
// superRodFirstFortyMaxLevelUpDown
//
this.superRodFirstFortyMaxLevelUpDown.Location = new System.Drawing.Point(265, 78);
this.superRodFirstFortyMaxLevelUpDown.Name = "superRodFirstFortyMaxLevelUpDown";
this.superRodFirstFortyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFirstFortyMaxLevelUpDown.TabIndex = 6;
//
// superRodFirstFortyMinLevelUpDown
//
this.superRodFirstFortyMinLevelUpDown.Location = new System.Drawing.Point(217, 78);
this.superRodFirstFortyMinLevelUpDown.Name = "superRodFirstFortyMinLevelUpDown";
this.superRodFirstFortyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.superRodFirstFortyMinLevelUpDown.TabIndex = 5;
//
// superRodFirstFortyComboBox
//
this.superRodFirstFortyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.superRodFirstFortyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.superRodFirstFortyComboBox.FormattingEnabled = true;
this.superRodFirstFortyComboBox.Location = new System.Drawing.Point(45, 77);
this.superRodFirstFortyComboBox.Name = "superRodFirstFortyComboBox";
this.superRodFirstFortyComboBox.Size = new System.Drawing.Size(154, 21);
this.superRodFirstFortyComboBox.TabIndex = 3;
//
// goodRodPanel
//
this.goodRodPanel.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.goodRodPanel.Controls.Add(this.goodRodGroupBox);
this.goodRodPanel.Location = new System.Drawing.Point(3, 329);
this.goodRodPanel.Name = "goodRodPanel";
this.goodRodPanel.Size = new System.Drawing.Size(426, 320);
this.goodRodPanel.TabIndex = 201;
//
// pictureBox6
//
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
this.pictureBox6.Location = new System.Drawing.Point(6, 19);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(25, 26);
this.pictureBox6.TabIndex = 195;
this.pictureBox6.TabStop = false;
//
// goodRodGroupBox
//
this.goodRodGroupBox.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.goodRodGroupBox.Controls.Add(this.pictureBox6);
this.goodRodGroupBox.Controls.Add(this.label51);
this.goodRodGroupBox.Controls.Add(this.label52);
this.goodRodGroupBox.Controls.Add(this.goodRodRateUpDown);
this.goodRodGroupBox.Controls.Add(this.label53);
this.goodRodGroupBox.Controls.Add(this.goodRodOneMaxLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.goodRodOneMinLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.label54);
this.goodRodGroupBox.Controls.Add(this.goodRodOneComboBox);
this.goodRodGroupBox.Controls.Add(this.goodRodFourMaxLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.goodRodFourMinLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.label55);
this.goodRodGroupBox.Controls.Add(this.goodRodFourComboBox);
this.goodRodGroupBox.Controls.Add(this.goodRodFifteenMaxLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.goodRodFifteenMinLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.label56);
this.goodRodGroupBox.Controls.Add(this.goodRodFifteenComboBox);
this.goodRodGroupBox.Controls.Add(this.goodRodSecondFortyMaxLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.goodRodSecondFortyMinLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.label57);
this.goodRodGroupBox.Controls.Add(this.goodRodSecondFortyComboBox);
this.goodRodGroupBox.Controls.Add(this.goodRodFirstFortyMaxLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.goodRodFirstFortyMinLevelUpDown);
this.goodRodGroupBox.Controls.Add(this.label58);
this.goodRodGroupBox.Controls.Add(this.goodRodFirstFortyComboBox);
this.goodRodGroupBox.Location = new System.Drawing.Point(51, 29);
this.goodRodGroupBox.Name = "goodRodGroupBox";
this.goodRodGroupBox.Size = new System.Drawing.Size(325, 220);
this.goodRodGroupBox.TabIndex = 43;
this.goodRodGroupBox.TabStop = false;
this.goodRodGroupBox.Text = "Good Rod";
//
// label51
//
this.label51.AutoSize = true;
this.label51.Location = new System.Drawing.Point(264, 57);
this.label51.Name = "label51";
this.label51.Size = new System.Drawing.Size(47, 13);
this.label51.TabIndex = 41;
this.label51.Text = "Max Lvl.";
//
// label52
//
this.label52.AutoSize = true;
this.label52.Location = new System.Drawing.Point(214, 57);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(44, 13);
this.label52.TabIndex = 40;
this.label52.Text = "Min Lvl.";
//
// goodRodRateUpDown
//
this.goodRodRateUpDown.Location = new System.Drawing.Point(265, 16);
this.goodRodRateUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.goodRodRateUpDown.Name = "goodRodRateUpDown";
this.goodRodRateUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodRateUpDown.TabIndex = 39;
//
// label53
//
this.label53.AutoSize = true;
this.label53.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label53.Location = new System.Drawing.Point(229, 18);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(30, 13);
this.label53.TabIndex = 38;
this.label53.Text = "Rate";
//
// goodRodOneMaxLevelUpDown
//
this.goodRodOneMaxLevelUpDown.Location = new System.Drawing.Point(265, 186);
this.goodRodOneMaxLevelUpDown.Name = "goodRodOneMaxLevelUpDown";
this.goodRodOneMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodOneMaxLevelUpDown.TabIndex = 22;
//
// goodRodOneMinLevelUpDown
//
this.goodRodOneMinLevelUpDown.Location = new System.Drawing.Point(217, 186);
this.goodRodOneMinLevelUpDown.Name = "goodRodOneMinLevelUpDown";
this.goodRodOneMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodOneMinLevelUpDown.TabIndex = 21;
//
// label54
//
this.label54.AutoSize = true;
this.label54.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label54.Location = new System.Drawing.Point(18, 188);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(21, 13);
this.label54.TabIndex = 20;
this.label54.Text = "1%";
//
// goodRodOneComboBox
//
this.goodRodOneComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.goodRodOneComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.goodRodOneComboBox.FormattingEnabled = true;
this.goodRodOneComboBox.Location = new System.Drawing.Point(45, 185);
this.goodRodOneComboBox.Name = "goodRodOneComboBox";
this.goodRodOneComboBox.Size = new System.Drawing.Size(154, 21);
this.goodRodOneComboBox.TabIndex = 19;
//
// goodRodFourMaxLevelUpDown
//
this.goodRodFourMaxLevelUpDown.Location = new System.Drawing.Point(265, 159);
this.goodRodFourMaxLevelUpDown.Name = "goodRodFourMaxLevelUpDown";
this.goodRodFourMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFourMaxLevelUpDown.TabIndex = 18;
//
// goodRodFourMinLevelUpDown
//
this.goodRodFourMinLevelUpDown.Location = new System.Drawing.Point(217, 159);
this.goodRodFourMinLevelUpDown.Name = "goodRodFourMinLevelUpDown";
this.goodRodFourMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFourMinLevelUpDown.TabIndex = 17;
//
// label55
//
this.label55.AutoSize = true;
this.label55.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label55.Location = new System.Drawing.Point(18, 161);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(21, 13);
this.label55.TabIndex = 16;
this.label55.Text = "4%";
//
// goodRodFourComboBox
//
this.goodRodFourComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.goodRodFourComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.goodRodFourComboBox.FormattingEnabled = true;
this.goodRodFourComboBox.Location = new System.Drawing.Point(45, 158);
this.goodRodFourComboBox.Name = "goodRodFourComboBox";
this.goodRodFourComboBox.Size = new System.Drawing.Size(154, 21);
this.goodRodFourComboBox.TabIndex = 15;
//
// goodRodFifteenMaxLevelUpDown
//
this.goodRodFifteenMaxLevelUpDown.Location = new System.Drawing.Point(265, 132);
this.goodRodFifteenMaxLevelUpDown.Name = "goodRodFifteenMaxLevelUpDown";
this.goodRodFifteenMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFifteenMaxLevelUpDown.TabIndex = 14;
//
// goodRodFifteenMinLevelUpDown
//
this.goodRodFifteenMinLevelUpDown.Location = new System.Drawing.Point(217, 132);
this.goodRodFifteenMinLevelUpDown.Name = "goodRodFifteenMinLevelUpDown";
this.goodRodFifteenMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFifteenMinLevelUpDown.TabIndex = 13;
//
// label56
//
this.label56.AutoSize = true;
this.label56.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label56.Location = new System.Drawing.Point(12, 134);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(27, 13);
this.label56.TabIndex = 12;
this.label56.Text = "15%";
//
// goodRodFifteenComboBox
//
this.goodRodFifteenComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.goodRodFifteenComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.goodRodFifteenComboBox.FormattingEnabled = true;
this.goodRodFifteenComboBox.Location = new System.Drawing.Point(45, 131);
this.goodRodFifteenComboBox.Name = "goodRodFifteenComboBox";
this.goodRodFifteenComboBox.Size = new System.Drawing.Size(154, 21);
this.goodRodFifteenComboBox.TabIndex = 11;
//
// goodRodSecondFortyMaxLevelUpDown
//
this.goodRodSecondFortyMaxLevelUpDown.Location = new System.Drawing.Point(265, 105);
this.goodRodSecondFortyMaxLevelUpDown.Name = "goodRodSecondFortyMaxLevelUpDown";
this.goodRodSecondFortyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodSecondFortyMaxLevelUpDown.TabIndex = 10;
//
// goodRodSecondFortyMinLevelUpDown
//
this.goodRodSecondFortyMinLevelUpDown.Location = new System.Drawing.Point(217, 105);
this.goodRodSecondFortyMinLevelUpDown.Name = "goodRodSecondFortyMinLevelUpDown";
this.goodRodSecondFortyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodSecondFortyMinLevelUpDown.TabIndex = 9;
//
// label57
//
this.label57.AutoSize = true;
this.label57.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label57.Location = new System.Drawing.Point(12, 107);
this.label57.Name = "label57";
this.label57.Size = new System.Drawing.Size(27, 13);
this.label57.TabIndex = 8;
this.label57.Text = "40%";
//
// goodRodSecondFortyComboBox
//
this.goodRodSecondFortyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.goodRodSecondFortyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.goodRodSecondFortyComboBox.FormattingEnabled = true;
this.goodRodSecondFortyComboBox.Location = new System.Drawing.Point(45, 104);
this.goodRodSecondFortyComboBox.Name = "goodRodSecondFortyComboBox";
this.goodRodSecondFortyComboBox.Size = new System.Drawing.Size(154, 21);
this.goodRodSecondFortyComboBox.TabIndex = 7;
//
// goodRodFirstFortyMaxLevelUpDown
//
this.goodRodFirstFortyMaxLevelUpDown.Location = new System.Drawing.Point(265, 78);
this.goodRodFirstFortyMaxLevelUpDown.Name = "goodRodFirstFortyMaxLevelUpDown";
this.goodRodFirstFortyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFirstFortyMaxLevelUpDown.TabIndex = 6;
//
// goodRodFirstFortyMinLevelUpDown
//
this.goodRodFirstFortyMinLevelUpDown.Location = new System.Drawing.Point(217, 78);
this.goodRodFirstFortyMinLevelUpDown.Name = "goodRodFirstFortyMinLevelUpDown";
this.goodRodFirstFortyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.goodRodFirstFortyMinLevelUpDown.TabIndex = 5;
//
// label58
//
this.label58.AutoSize = true;
this.label58.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label58.Location = new System.Drawing.Point(12, 80);
this.label58.Name = "label58";
this.label58.Size = new System.Drawing.Size(27, 13);
this.label58.TabIndex = 4;
this.label58.Text = "40%";
//
// goodRodFirstFortyComboBox
//
this.goodRodFirstFortyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.goodRodFirstFortyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.goodRodFirstFortyComboBox.FormattingEnabled = true;
this.goodRodFirstFortyComboBox.Location = new System.Drawing.Point(45, 77);
this.goodRodFirstFortyComboBox.Name = "goodRodFirstFortyComboBox";
this.goodRodFirstFortyComboBox.Size = new System.Drawing.Size(154, 21);
this.goodRodFirstFortyComboBox.TabIndex = 3;
//
// oldRodPanel
//
this.oldRodPanel.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.oldRodPanel.Controls.Add(this.oldRodGroupBox);
this.oldRodPanel.Location = new System.Drawing.Point(435, 3);
this.oldRodPanel.Name = "oldRodPanel";
this.oldRodPanel.Size = new System.Drawing.Size(427, 320);
this.oldRodPanel.TabIndex = 199;
//
// oldRodPictureBox
//
this.oldRodPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("oldRodPictureBox.Image")));
this.oldRodPictureBox.Location = new System.Drawing.Point(6, 19);
this.oldRodPictureBox.Name = "oldRodPictureBox";
this.oldRodPictureBox.Size = new System.Drawing.Size(25, 26);
this.oldRodPictureBox.TabIndex = 194;
this.oldRodPictureBox.TabStop = false;
//
// oldRodGroupBox
//
this.oldRodGroupBox.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.oldRodGroupBox.Controls.Add(this.oldRodPictureBox);
this.oldRodGroupBox.Controls.Add(this.label1);
this.oldRodGroupBox.Controls.Add(this.label2);
this.oldRodGroupBox.Controls.Add(this.label3);
this.oldRodGroupBox.Controls.Add(this.label4);
this.oldRodGroupBox.Controls.Add(this.label5);
this.oldRodGroupBox.Controls.Add(this.label43);
this.oldRodGroupBox.Controls.Add(this.label44);
this.oldRodGroupBox.Controls.Add(this.oldRodRateUpDown);
this.oldRodGroupBox.Controls.Add(this.label45);
this.oldRodGroupBox.Controls.Add(this.oldRodOneMaxLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodOneMinLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodOneComboBox);
this.oldRodGroupBox.Controls.Add(this.oldRodFourMaxLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodFourMinLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodFourComboBox);
this.oldRodGroupBox.Controls.Add(this.oldRodFiveMaxLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodFiveMinLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodFiveComboBox);
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyMaxLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyMinLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyComboBox);
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyMaxLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyMinLevelUpDown);
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyComboBox);
this.oldRodGroupBox.Location = new System.Drawing.Point(51, 29);
this.oldRodGroupBox.Name = "oldRodGroupBox";
this.oldRodGroupBox.Size = new System.Drawing.Size(325, 220);
this.oldRodGroupBox.TabIndex = 42;
this.oldRodGroupBox.TabStop = false;
this.oldRodGroupBox.Text = "Old Rod";
//
// label1
//
this.label1.AutoSize = true;
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label1.Location = new System.Drawing.Point(18, 188);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(21, 13);
this.label1.TabIndex = 46;
this.label1.Text = "1%";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label2.Location = new System.Drawing.Point(18, 161);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(21, 13);
this.label2.TabIndex = 45;
this.label2.Text = "4%";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label3.Location = new System.Drawing.Point(18, 134);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(21, 13);
this.label3.TabIndex = 44;
this.label3.Text = "5%";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label4.Location = new System.Drawing.Point(12, 107);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(27, 13);
this.label4.TabIndex = 43;
this.label4.Text = "30%";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label5.Location = new System.Drawing.Point(12, 80);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(27, 13);
this.label5.TabIndex = 42;
this.label5.Text = "60%";
//
// label43
//
this.label43.AutoSize = true;
this.label43.Location = new System.Drawing.Point(264, 57);
this.label43.Name = "label43";
this.label43.Size = new System.Drawing.Size(47, 13);
this.label43.TabIndex = 41;
this.label43.Text = "Max Lvl.";
//
// label44
//
this.label44.AutoSize = true;
this.label44.Location = new System.Drawing.Point(214, 57);
this.label44.Name = "label44";
this.label44.Size = new System.Drawing.Size(44, 13);
this.label44.TabIndex = 40;
this.label44.Text = "Min Lvl.";
//
// oldRodRateUpDown
//
this.oldRodRateUpDown.Location = new System.Drawing.Point(265, 16);
this.oldRodRateUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.oldRodRateUpDown.Name = "oldRodRateUpDown";
this.oldRodRateUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodRateUpDown.TabIndex = 39;
//
// label45
//
this.label45.AutoSize = true;
this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label45.Location = new System.Drawing.Point(229, 18);
this.label45.Name = "label45";
this.label45.Size = new System.Drawing.Size(30, 13);
this.label45.TabIndex = 38;
this.label45.Text = "Rate";
//
// oldRodOneMaxLevelUpDown
//
this.oldRodOneMaxLevelUpDown.Location = new System.Drawing.Point(265, 186);
this.oldRodOneMaxLevelUpDown.Name = "oldRodOneMaxLevelUpDown";
this.oldRodOneMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodOneMaxLevelUpDown.TabIndex = 22;
//
// oldRodOneMinLevelUpDown
//
this.oldRodOneMinLevelUpDown.Location = new System.Drawing.Point(217, 186);
this.oldRodOneMinLevelUpDown.Name = "oldRodOneMinLevelUpDown";
this.oldRodOneMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodOneMinLevelUpDown.TabIndex = 21;
//
// oldRodOneComboBox
//
this.oldRodOneComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.oldRodOneComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.oldRodOneComboBox.FormattingEnabled = true;
this.oldRodOneComboBox.Location = new System.Drawing.Point(45, 185);
this.oldRodOneComboBox.Name = "oldRodOneComboBox";
this.oldRodOneComboBox.Size = new System.Drawing.Size(154, 21);
this.oldRodOneComboBox.TabIndex = 19;
//
// oldRodFourMaxLevelUpDown
//
this.oldRodFourMaxLevelUpDown.Location = new System.Drawing.Point(265, 159);
this.oldRodFourMaxLevelUpDown.Name = "oldRodFourMaxLevelUpDown";
this.oldRodFourMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodFourMaxLevelUpDown.TabIndex = 18;
//
// oldRodFourMinLevelUpDown
//
this.oldRodFourMinLevelUpDown.Location = new System.Drawing.Point(217, 159);
this.oldRodFourMinLevelUpDown.Name = "oldRodFourMinLevelUpDown";
this.oldRodFourMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodFourMinLevelUpDown.TabIndex = 17;
//
// oldRodFourComboBox
//
this.oldRodFourComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.oldRodFourComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.oldRodFourComboBox.FormattingEnabled = true;
this.oldRodFourComboBox.Location = new System.Drawing.Point(45, 158);
this.oldRodFourComboBox.Name = "oldRodFourComboBox";
this.oldRodFourComboBox.Size = new System.Drawing.Size(154, 21);
this.oldRodFourComboBox.TabIndex = 15;
//
// oldRodFiveMaxLevelUpDown
//
this.oldRodFiveMaxLevelUpDown.Location = new System.Drawing.Point(265, 132);
this.oldRodFiveMaxLevelUpDown.Name = "oldRodFiveMaxLevelUpDown";
this.oldRodFiveMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodFiveMaxLevelUpDown.TabIndex = 14;
//
// oldRodFiveMinLevelUpDown
//
this.oldRodFiveMinLevelUpDown.Location = new System.Drawing.Point(217, 132);
this.oldRodFiveMinLevelUpDown.Name = "oldRodFiveMinLevelUpDown";
this.oldRodFiveMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodFiveMinLevelUpDown.TabIndex = 13;
//
// oldRodFiveComboBox
//
this.oldRodFiveComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.oldRodFiveComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.oldRodFiveComboBox.FormattingEnabled = true;
this.oldRodFiveComboBox.Location = new System.Drawing.Point(45, 131);
this.oldRodFiveComboBox.Name = "oldRodFiveComboBox";
this.oldRodFiveComboBox.Size = new System.Drawing.Size(154, 21);
this.oldRodFiveComboBox.TabIndex = 11;
//
// oldRodThirtyMaxLevelUpDown
//
this.oldRodThirtyMaxLevelUpDown.Location = new System.Drawing.Point(265, 105);
this.oldRodThirtyMaxLevelUpDown.Name = "oldRodThirtyMaxLevelUpDown";
this.oldRodThirtyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodThirtyMaxLevelUpDown.TabIndex = 10;
//
// oldRodThirtyMinLevelUpDown
//
this.oldRodThirtyMinLevelUpDown.Location = new System.Drawing.Point(217, 105);
this.oldRodThirtyMinLevelUpDown.Name = "oldRodThirtyMinLevelUpDown";
this.oldRodThirtyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodThirtyMinLevelUpDown.TabIndex = 9;
//
// oldRodThirtyComboBox
//
this.oldRodThirtyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.oldRodThirtyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.oldRodThirtyComboBox.FormattingEnabled = true;
this.oldRodThirtyComboBox.Location = new System.Drawing.Point(45, 104);
this.oldRodThirtyComboBox.Name = "oldRodThirtyComboBox";
this.oldRodThirtyComboBox.Size = new System.Drawing.Size(154, 21);
this.oldRodThirtyComboBox.TabIndex = 7;
//
// oldRodSixtyMaxLevelUpDown
//
this.oldRodSixtyMaxLevelUpDown.Location = new System.Drawing.Point(265, 78);
this.oldRodSixtyMaxLevelUpDown.Name = "oldRodSixtyMaxLevelUpDown";
this.oldRodSixtyMaxLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodSixtyMaxLevelUpDown.TabIndex = 6;
//
// oldRodSixtyMinLevelUpDown
//
this.oldRodSixtyMinLevelUpDown.Location = new System.Drawing.Point(217, 78);
this.oldRodSixtyMinLevelUpDown.Name = "oldRodSixtyMinLevelUpDown";
this.oldRodSixtyMinLevelUpDown.Size = new System.Drawing.Size(42, 20);
this.oldRodSixtyMinLevelUpDown.TabIndex = 5;
//
// oldRodSixtyComboBox
//
this.oldRodSixtyComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.oldRodSixtyComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.oldRodSixtyComboBox.FormattingEnabled = true;
this.oldRodSixtyComboBox.Location = new System.Drawing.Point(45, 77);
this.oldRodSixtyComboBox.Name = "oldRodSixtyComboBox";
this.oldRodSixtyComboBox.Size = new System.Drawing.Size(154, 21);
this.oldRodSixtyComboBox.TabIndex = 3;
//
// repairAllButton
//
this.repairAllButton.Image = global::DSPRE.Properties.Resources.wrenchIcon;
this.repairAllButton.Location = new System.Drawing.Point(734, 13);
this.repairAllButton.Name = "repairAllButton";
this.repairAllButton.Size = new System.Drawing.Size(38, 40);
this.repairAllButton.TabIndex = 61;
this.repairAllButton.UseVisualStyleBackColor = true;
this.repairAllButton.Click += new System.EventHandler(this.repairAllButton_Click);
//
// WildEditorDPPt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(895, 786);
this.Controls.Add(this.repairAllButton);
this.Controls.Add(this.mainTabControl);
this.Controls.Add(this.removeEventFileButton);
this.Controls.Add(this.addEventFileButton);
this.Controls.Add(this.selectEncounterComboBox);
this.Controls.Add(this.exportEncounterFileButton);
this.Controls.Add(this.importEncounterFileButton);
this.Controls.Add(this.saveEventsButton);
this.Controls.Add(this.encounterFileLabel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "WildEditorDPPt";
this.Text = "DSPRE Reloaded 1.13.1 - DPPt Encounters Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WildEditorDPPt_FormClosing);
this.mainTabControl.ResumeLayout(false);
this.grassGroundTabPage.ResumeLayout(false);
this.grassGroundTabPage.PerformLayout();
this.formDataGroupBox.ResumeLayout(false);
this.formDataTableLayoutPanel.ResumeLayout(false);
this.formDataTableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.walkingGroupBox.ResumeLayout(false);
this.walkingTableLayoutPanel.ResumeLayout(false);
this.walkingTableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.walkingTenSecondUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenFirstUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingOneSecondUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingOneFirstUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenThirdUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFourSecondUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFourFirstUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTwentyFirstUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTwentySecondUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFiveFirstUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingFiveSecondUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingTenFourthUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.walkingRateUpDown)).EndInit();
this.waterTabPage.ResumeLayout(false);
this.waterTableLayoutPanel.ResumeLayout(false);
this.surfPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.surfPicture)).EndInit();
this.surfGroupBox.ResumeLayout(false);
this.surfGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.surfRateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfOneMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfOneMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfFourMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfFourMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfFiveMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfFiveMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMinLevelUpDown)).EndInit();
this.superRodPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.superRodPictureBox)).EndInit();
this.superRodGroupBox.ResumeLayout(false);
this.superRodGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.superRodRateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodOneMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodOneMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFourMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFourMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFifteenMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFifteenMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodSecondFortyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodSecondFortyMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFirstFortyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.superRodFirstFortyMinLevelUpDown)).EndInit();
this.goodRodPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.goodRodGroupBox.ResumeLayout(false);
this.goodRodGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.goodRodRateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFifteenMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFifteenMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodSecondFortyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodSecondFortyMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFirstFortyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.goodRodFirstFortyMinLevelUpDown)).EndInit();
this.oldRodPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.oldRodPictureBox)).EndInit();
this.oldRodGroupBox.ResumeLayout(false);
this.oldRodGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.oldRodRateUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMinLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMaxLevelUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMinLevelUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label encounterFileLabel;
private System.Windows.Forms.Button removeEventFileButton;
private System.Windows.Forms.Button addEventFileButton;
private System.Windows.Forms.ComboBox selectEncounterComboBox;
private System.Windows.Forms.Button exportEncounterFileButton;
private System.Windows.Forms.Button importEncounterFileButton;
private System.Windows.Forms.Button saveEventsButton;
private System.Windows.Forms.TabControl mainTabControl;
private System.Windows.Forms.TabPage grassGroundTabPage;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label morningOnlyLabel;
private DSPRE.InputComboBox swarmFirstComboBox;
private DSPRE.InputComboBox swarmSecondComboBox;
private DSPRE.InputComboBox nightFirstComboBox;
private DSPRE.InputComboBox nightSecondComboBox;
private DSPRE.InputComboBox dayFirstComboBox;
private System.Windows.Forms.Label morningFirstLabel;
private DSPRE.InputComboBox daySecondComboBox;
private System.Windows.Forms.Label morningSecondLabel;
private System.Windows.Forms.NumericUpDown walkingOneSecondUpDown;
private System.Windows.Forms.NumericUpDown walkingOneFirstUpDown;
private System.Windows.Forms.NumericUpDown walkingTenFourthUpDown;
private System.Windows.Forms.NumericUpDown walkingTenThirdUpDown;
private System.Windows.Forms.NumericUpDown walkingFourSecondUpDown;
private System.Windows.Forms.NumericUpDown walkingFourFirstUpDown;
private System.Windows.Forms.NumericUpDown walkingTenSecondUpDown;
private System.Windows.Forms.NumericUpDown walkingTenFirstUpDown;
private System.Windows.Forms.NumericUpDown walkingFiveSecondUpDown;
private System.Windows.Forms.NumericUpDown walkingFiveFirstUpDown;
private System.Windows.Forms.NumericUpDown walkingTwentySecondUpDown;
private System.Windows.Forms.NumericUpDown walkingTwentyFirstUpDown;
private DSPRE.InputComboBox walkingFiveSecondComboBox;
private System.Windows.Forms.Label label10;
private DSPRE.InputComboBox walkingTwentyFirstComboBox;
private DSPRE.InputComboBox walkingOneSecondComboBox;
private System.Windows.Forms.Label walkingTwentyFirstLabel;
private System.Windows.Forms.Label label11;
private DSPRE.InputComboBox walkingTwentySecondComboBox;
private DSPRE.InputComboBox walkingOneFirstComboBox;
private System.Windows.Forms.Label walkingTwentySecondLabel;
private System.Windows.Forms.Label label12;
private DSPRE.InputComboBox walkingTenFirstComboBox;
private DSPRE.InputComboBox walkingFourSecondComboBox;
private System.Windows.Forms.Label label13;
private DSPRE.InputComboBox walkingTenSecondComboBox;
private DSPRE.InputComboBox walkingFourFirstComboBox;
private System.Windows.Forms.Label label6;
private DSPRE.InputComboBox walkingTenThirdComboBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label7;
private DSPRE.InputComboBox walkingTenFourthComboBox;
private DSPRE.InputComboBox walkingFiveFirstComboBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown walkingRateUpDown;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox walkingGroupBox;
private DSPRE.InputComboBox leafGreenFirstComboBox;
private DSPRE.InputComboBox fireRedSecondComboBox;
private DSPRE.InputComboBox fireRedFirstComboBox;
private System.Windows.Forms.Label leafGreenLabel;
private System.Windows.Forms.Label fireRedLabel;
private DSPRE.InputComboBox leafGreenSecondComboBox;
private DSPRE.InputComboBox sapphireFirstComboBox;
private DSPRE.InputComboBox rubyFirstComboBox;
private DSPRE.InputComboBox emeraldSecondComboBox;
private System.Windows.Forms.Label emeraldLabel;
private DSPRE.InputComboBox rubySecondComboBox;
private DSPRE.InputComboBox emeraldFirstComboBox;
private System.Windows.Forms.Label sapphireLabel;
private DSPRE.InputComboBox sapphireSecondComboBox;
private System.Windows.Forms.Label rubyLabel;
private DSPRE.InputComboBox radarFourthComboBox;
private DSPRE.InputComboBox radarThirdComboBox;
private DSPRE.InputComboBox radarSecondComboBox;
private DSPRE.InputComboBox radarFirstComboBox;
private System.Windows.Forms.TabPage waterTabPage;
private System.Windows.Forms.GroupBox surfGroupBox;
private System.Windows.Forms.NumericUpDown surfRateUpDown;
private System.Windows.Forms.Label label61;
private System.Windows.Forms.NumericUpDown surfOneMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown surfOneMinLevelUpDown;
private DSPRE.InputComboBox surfOneComboBox;
private System.Windows.Forms.NumericUpDown surfFourMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown surfFourMinLevelUpDown;
private DSPRE.InputComboBox surfFourComboBox;
private System.Windows.Forms.NumericUpDown surfFiveMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown surfFiveMinLevelUpDown;
private DSPRE.InputComboBox surfFiveComboBox;
private System.Windows.Forms.NumericUpDown surfThirtyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown surfThirtyMinLevelUpDown;
private DSPRE.InputComboBox surfThirtyComboBox;
private System.Windows.Forms.NumericUpDown surfSixtyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown surfSixtyMinLevelUpDown;
private DSPRE.InputComboBox surfSixtyComboBox;
private System.Windows.Forms.Label label68;
private System.Windows.Forms.Label label67;
private System.Windows.Forms.GroupBox superRodGroupBox;
private System.Windows.Forms.Label label59;
private System.Windows.Forms.Label label60;
private System.Windows.Forms.NumericUpDown superRodRateUpDown;
private System.Windows.Forms.Label label69;
private System.Windows.Forms.NumericUpDown superRodOneMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown superRodOneMinLevelUpDown;
private DSPRE.InputComboBox superRodOneComboBox;
private System.Windows.Forms.NumericUpDown superRodFourMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown superRodFourMinLevelUpDown;
private DSPRE.InputComboBox superRodFourComboBox;
private System.Windows.Forms.NumericUpDown superRodFifteenMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown superRodFifteenMinLevelUpDown;
private DSPRE.InputComboBox superRodFifteenComboBox;
private System.Windows.Forms.NumericUpDown superRodSecondFortyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown superRodSecondFortyMinLevelUpDown;
private DSPRE.InputComboBox superRodSecondFortyComboBox;
private System.Windows.Forms.NumericUpDown superRodFirstFortyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown superRodFirstFortyMinLevelUpDown;
private DSPRE.InputComboBox superRodFirstFortyComboBox;
private System.Windows.Forms.GroupBox goodRodGroupBox;
private System.Windows.Forms.Label label51;
private System.Windows.Forms.Label label52;
private System.Windows.Forms.NumericUpDown goodRodRateUpDown;
private System.Windows.Forms.Label label53;
private System.Windows.Forms.NumericUpDown goodRodOneMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown goodRodOneMinLevelUpDown;
private System.Windows.Forms.Label label54;
private DSPRE.InputComboBox goodRodOneComboBox;
private System.Windows.Forms.NumericUpDown goodRodFourMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown goodRodFourMinLevelUpDown;
private System.Windows.Forms.Label label55;
private DSPRE.InputComboBox goodRodFourComboBox;
private System.Windows.Forms.NumericUpDown goodRodFifteenMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown goodRodFifteenMinLevelUpDown;
private System.Windows.Forms.Label label56;
private DSPRE.InputComboBox goodRodFifteenComboBox;
private System.Windows.Forms.NumericUpDown goodRodSecondFortyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown goodRodSecondFortyMinLevelUpDown;
private System.Windows.Forms.Label label57;
private DSPRE.InputComboBox goodRodSecondFortyComboBox;
private System.Windows.Forms.NumericUpDown goodRodFirstFortyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown goodRodFirstFortyMinLevelUpDown;
private System.Windows.Forms.Label label58;
private DSPRE.InputComboBox goodRodFirstFortyComboBox;
private System.Windows.Forms.GroupBox oldRodGroupBox;
private System.Windows.Forms.Label label43;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.NumericUpDown oldRodRateUpDown;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.NumericUpDown oldRodOneMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown oldRodOneMinLevelUpDown;
private DSPRE.InputComboBox oldRodOneComboBox;
private System.Windows.Forms.NumericUpDown oldRodFourMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown oldRodFourMinLevelUpDown;
private DSPRE.InputComboBox oldRodFourComboBox;
private System.Windows.Forms.NumericUpDown oldRodFiveMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown oldRodFiveMinLevelUpDown;
private DSPRE.InputComboBox oldRodFiveComboBox;
private System.Windows.Forms.NumericUpDown oldRodThirtyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown oldRodThirtyMinLevelUpDown;
private DSPRE.InputComboBox oldRodThirtyComboBox;
private System.Windows.Forms.NumericUpDown oldRodSixtyMaxLevelUpDown;
private System.Windows.Forms.NumericUpDown oldRodSixtyMinLevelUpDown;
private DSPRE.InputComboBox oldRodSixtyComboBox;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox superRodPictureBox;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox oldRodPictureBox;
private System.Windows.Forms.PictureBox surfPicture;
private System.Windows.Forms.Button repairAllButton;
private System.Windows.Forms.TableLayoutPanel walkingTableLayoutPanel;
private System.Windows.Forms.Label dayOnlyLabel;
private System.Windows.Forms.Label pokeRadarLabel1;
private System.Windows.Forms.Label pokeRadarLabel2;
private System.Windows.Forms.Label leveLabel;
private System.Windows.Forms.Label typeLabel;
private System.Windows.Forms.Panel oldRodPanel;
private System.Windows.Forms.Panel superRodPanel;
private System.Windows.Forms.Panel goodRodPanel;
private System.Windows.Forms.Panel surfPanel;
private System.Windows.Forms.TableLayoutPanel waterTableLayoutPanel;
private System.Windows.Forms.Label label62;
private System.Windows.Forms.Label label63;
private System.Windows.Forms.Label label64;
private System.Windows.Forms.Label label65;
private System.Windows.Forms.Label label66;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.GroupBox formDataGroupBox;
private System.Windows.Forms.TableLayoutPanel formDataTableLayoutPanel;
private InputComboBox shellosComboBox;
private InputComboBox gastrodonComboBox;
private InputComboBox unownComboBox;
private System.Windows.Forms.Label unownLabel;
private System.Windows.Forms.Label gastrodonLabel;
private System.Windows.Forms.Label shellosLabel;
}
}