mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-09 21:50:57 -05:00
- Encounter editor now allows adding and removing encounter files - Fixed Building Editor and Wild Encounter editor (top bar) not loading NARC - Fixed Matrix editor "add" and "remove" buttons GUI numbering mismatch - the "Open Wild Pokémon" button in Header Editor is disabled when a NULL encounter file is detected
2829 lines
166 KiB
C#
2829 lines
166 KiB
C#
namespace DSPRE
|
|
{
|
|
partial class WildEditorHGSS
|
|
{
|
|
/// <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(WildEditorHGSS));
|
|
this.removeEncounterFileButton = new System.Windows.Forms.Button();
|
|
this.addEncounterFileButton = 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.saveEncountersButton = new System.Windows.Forms.Button();
|
|
this.encounterFileLabel = new System.Windows.Forms.Label();
|
|
this.mainTabControl = new System.Windows.Forms.TabControl();
|
|
this.grassGroundTabPage = new System.Windows.Forms.TabPage();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.rockSmashGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.rockSmashTenMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.rockSmashTenMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.rockSmashNinetyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.rockSmashNinetyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.rockSmashRateUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.rockSmashNinetyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.rockSmashTenComboBox = new System.Windows.Forms.ComboBox();
|
|
this.radioMusicComboBox = new System.Windows.Forms.GroupBox();
|
|
this.sinnohSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.sinnohFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.hoennSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.hoennFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.swarmsGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.superRodSwarmComboBox = new System.Windows.Forms.ComboBox();
|
|
this.goodRodSwarmComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.surfSwarmComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.grassSwarmComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.walkingGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.walkingRateUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.nightOneSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightOneFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightFourSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightFourFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightFiveSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightFiveFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTenFourthComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTenThirdComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTenSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTenFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTwentySecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.nightTwentyFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayOneSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayOneFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayFourSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayFourFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayFiveSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayFiveFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTenFourthComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTenThirdComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTenSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTenFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTwentySecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.dayTwentyFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oneSecondLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label79 = new System.Windows.Forms.Label();
|
|
this.morningOneSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oneFirstLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label80 = new System.Windows.Forms.Label();
|
|
this.morningOneFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fourSecondLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label81 = new System.Windows.Forms.Label();
|
|
this.morningFourSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fourFirstLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label82 = new System.Windows.Forms.Label();
|
|
this.morningFourFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fiveSecondLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label83 = new System.Windows.Forms.Label();
|
|
this.morningFiveSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.fiveFirstLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label84 = new System.Windows.Forms.Label();
|
|
this.morningFiveFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.tenFourthLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label85 = new System.Windows.Forms.Label();
|
|
this.morningTenFourthComboBox = new System.Windows.Forms.ComboBox();
|
|
this.tenThirdLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label86 = new System.Windows.Forms.Label();
|
|
this.morningTenThirdComboBox = new System.Windows.Forms.ComboBox();
|
|
this.tenSecondLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label87 = new System.Windows.Forms.Label();
|
|
this.morningTenSecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.tenFirstLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label88 = new System.Windows.Forms.Label();
|
|
this.morningTenFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.twentySecondLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label89 = new System.Windows.Forms.Label();
|
|
this.morningTwentySecondComboBox = new System.Windows.Forms.ComboBox();
|
|
this.twentyFirstLevelUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label90 = new System.Windows.Forms.Label();
|
|
this.morningTwentyFirstComboBox = new System.Windows.Forms.ComboBox();
|
|
this.waterTabPage = new System.Windows.Forms.TabPage();
|
|
this.surfPicture = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox7 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox6 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
this.superRodGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.label59 = new System.Windows.Forms.Label();
|
|
this.label60 = new System.Windows.Forms.Label();
|
|
this.superRodRateUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label69 = new System.Windows.Forms.Label();
|
|
this.superRodOneMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.superRodOneMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label70 = new System.Windows.Forms.Label();
|
|
this.superRodOneComboBox = new System.Windows.Forms.ComboBox();
|
|
this.superRodFourMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.superRodFourMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label71 = new System.Windows.Forms.Label();
|
|
this.superRodFourComboBox = new System.Windows.Forms.ComboBox();
|
|
this.superRodFiveMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.superRodFiveMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label72 = new System.Windows.Forms.Label();
|
|
this.superRodFiveComboBox = new System.Windows.Forms.ComboBox();
|
|
this.superRodThirtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.superRodThirtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label73 = new System.Windows.Forms.Label();
|
|
this.superRodThirtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.superRodSixtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.superRodSixtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label74 = new System.Windows.Forms.Label();
|
|
this.superRodSixtyComboBox = new System.Windows.Forms.ComboBox();
|
|
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.goodRodOneMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.goodRodOneMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label54 = new System.Windows.Forms.Label();
|
|
this.goodRodOneComboBox = new System.Windows.Forms.ComboBox();
|
|
this.goodRodFourMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.goodRodFourMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label55 = new System.Windows.Forms.Label();
|
|
this.goodRodFourComboBox = new System.Windows.Forms.ComboBox();
|
|
this.goodRodFiveMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.goodRodFiveMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label56 = new System.Windows.Forms.Label();
|
|
this.goodRodFiveComboBox = new System.Windows.Forms.ComboBox();
|
|
this.goodRodThirtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.goodRodThirtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label57 = new System.Windows.Forms.Label();
|
|
this.goodRodThirtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.goodRodSixtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.goodRodSixtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label58 = new System.Windows.Forms.Label();
|
|
this.goodRodSixtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oldRodGroupBox = new System.Windows.Forms.GroupBox();
|
|
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.oldRodOneMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.oldRodOneMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label46 = new System.Windows.Forms.Label();
|
|
this.oldRodOneComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oldRodFourMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.oldRodFourMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label47 = new System.Windows.Forms.Label();
|
|
this.oldRodFourComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oldRodFiveMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.oldRodFiveMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label48 = new System.Windows.Forms.Label();
|
|
this.oldRodFiveComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oldRodThirtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.oldRodThirtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label49 = new System.Windows.Forms.Label();
|
|
this.oldRodThirtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.oldRodSixtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.oldRodSixtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
this.oldRodSixtyComboBox = new System.Windows.Forms.ComboBox();
|
|
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.surfOneMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.surfOneMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label62 = new System.Windows.Forms.Label();
|
|
this.surfOneComboBox = new System.Windows.Forms.ComboBox();
|
|
this.surfFourMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.surfFourMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label63 = new System.Windows.Forms.Label();
|
|
this.surfFourComboBox = new System.Windows.Forms.ComboBox();
|
|
this.surfFiveMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.surfFiveMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label64 = new System.Windows.Forms.Label();
|
|
this.surfFiveComboBox = new System.Windows.Forms.ComboBox();
|
|
this.surfThirtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.surfThirtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label65 = new System.Windows.Forms.Label();
|
|
this.surfThirtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.surfSixtyMaxUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.surfSixtyMinUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label66 = new System.Windows.Forms.Label();
|
|
this.surfSixtyComboBox = new System.Windows.Forms.ComboBox();
|
|
this.mainTabControl.SuspendLayout();
|
|
this.grassGroundTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.rockSmashGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashTenMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashTenMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashNinetyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashNinetyMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashRateUpDown)).BeginInit();
|
|
this.radioMusicComboBox.SuspendLayout();
|
|
this.swarmsGroupBox.SuspendLayout();
|
|
this.walkingGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.walkingRateUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oneSecondLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oneFirstLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fourSecondLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fourFirstLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fiveSecondLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fiveFirstLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenFourthLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenThirdLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenSecondLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenFirstLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.twentySecondLevelUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.twentyFirstLevelUpDown)).BeginInit();
|
|
this.waterTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfPicture)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
|
this.superRodGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodRateUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodOneMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodOneMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFourMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFourMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFiveMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFiveMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodThirtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodThirtyMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodSixtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodSixtyMinUpDown)).BeginInit();
|
|
this.goodRodGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodRateUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFiveMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFiveMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodThirtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodThirtyMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodSixtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodSixtyMinUpDown)).BeginInit();
|
|
this.oldRodGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodRateUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMinUpDown)).BeginInit();
|
|
this.surfGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfRateUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfOneMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfOneMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFourMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFourMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFiveMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFiveMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMinUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMaxUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMinUpDown)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// removeEncounterFileButton
|
|
//
|
|
this.removeEncounterFileButton.Location = new System.Drawing.Point(505, 11);
|
|
this.removeEncounterFileButton.Name = "removeEncounterFileButton";
|
|
this.removeEncounterFileButton.Size = new System.Drawing.Size(80, 35);
|
|
this.removeEncounterFileButton.TabIndex = 67;
|
|
this.removeEncounterFileButton.Text = "Remove Last";
|
|
this.removeEncounterFileButton.UseVisualStyleBackColor = true;
|
|
this.removeEncounterFileButton.Click += new System.EventHandler(this.removeLastEncounterFileButton_Click);
|
|
//
|
|
// addEncounterFileButton
|
|
//
|
|
this.addEncounterFileButton.Location = new System.Drawing.Point(419, 11);
|
|
this.addEncounterFileButton.Name = "addEncounterFileButton";
|
|
this.addEncounterFileButton.Size = new System.Drawing.Size(80, 35);
|
|
this.addEncounterFileButton.TabIndex = 66;
|
|
this.addEncounterFileButton.Text = "Add File";
|
|
this.addEncounterFileButton.UseVisualStyleBackColor = true;
|
|
this.addEncounterFileButton.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(12, 25);
|
|
this.selectEncounterComboBox.Name = "selectEncounterComboBox";
|
|
this.selectEncounterComboBox.Size = new System.Drawing.Size(150, 21);
|
|
this.selectEncounterComboBox.TabIndex = 65;
|
|
this.selectEncounterComboBox.SelectedIndexChanged += new System.EventHandler(this.selectEncounterComboBox_SelectedIndexChanged);
|
|
//
|
|
// exportEncounterFileButton
|
|
//
|
|
this.exportEncounterFileButton.Location = new System.Drawing.Point(272, 11);
|
|
this.exportEncounterFileButton.Name = "exportEncounterFileButton";
|
|
this.exportEncounterFileButton.Size = new System.Drawing.Size(80, 35);
|
|
this.exportEncounterFileButton.TabIndex = 64;
|
|
this.exportEncounterFileButton.Text = "Export File";
|
|
this.exportEncounterFileButton.UseVisualStyleBackColor = true;
|
|
this.exportEncounterFileButton.Click += new System.EventHandler(this.exportEncounterFileButton_Click);
|
|
//
|
|
// importEncounterFileButton
|
|
//
|
|
this.importEncounterFileButton.Location = new System.Drawing.Point(186, 11);
|
|
this.importEncounterFileButton.Name = "importEncounterFileButton";
|
|
this.importEncounterFileButton.Size = new System.Drawing.Size(80, 36);
|
|
this.importEncounterFileButton.TabIndex = 63;
|
|
this.importEncounterFileButton.Text = "Import File";
|
|
this.importEncounterFileButton.UseVisualStyleBackColor = true;
|
|
this.importEncounterFileButton.Click += new System.EventHandler(this.importEncounterFileButton_Click);
|
|
//
|
|
// saveEncountersButton
|
|
//
|
|
this.saveEncountersButton.Location = new System.Drawing.Point(630, 11);
|
|
this.saveEncountersButton.Name = "saveEncountersButton";
|
|
this.saveEncountersButton.Size = new System.Drawing.Size(117, 34);
|
|
this.saveEncountersButton.TabIndex = 62;
|
|
this.saveEncountersButton.Text = "Save Encounters";
|
|
this.saveEncountersButton.UseVisualStyleBackColor = true;
|
|
this.saveEncountersButton.Click += new System.EventHandler(this.saveEncountersButton_Click);
|
|
//
|
|
// encounterFileLabel
|
|
//
|
|
this.encounterFileLabel.AutoSize = true;
|
|
this.encounterFileLabel.Location = new System.Drawing.Point(10, 9);
|
|
this.encounterFileLabel.Name = "encounterFileLabel";
|
|
this.encounterFileLabel.Size = new System.Drawing.Size(80, 13);
|
|
this.encounterFileLabel.TabIndex = 61;
|
|
this.encounterFileLabel.Text = "Encounters File";
|
|
//
|
|
// mainTabControl
|
|
//
|
|
this.mainTabControl.Controls.Add(this.grassGroundTabPage);
|
|
this.mainTabControl.Controls.Add(this.waterTabPage);
|
|
this.mainTabControl.Location = new System.Drawing.Point(9, 53);
|
|
this.mainTabControl.Name = "mainTabControl";
|
|
this.mainTabControl.SelectedIndex = 0;
|
|
this.mainTabControl.Size = new System.Drawing.Size(742, 490);
|
|
this.mainTabControl.TabIndex = 68;
|
|
//
|
|
// grassGroundTabPage
|
|
//
|
|
this.grassGroundTabPage.Controls.Add(this.pictureBox3);
|
|
this.grassGroundTabPage.Controls.Add(this.pictureBox1);
|
|
this.grassGroundTabPage.Controls.Add(this.pictureBox2);
|
|
this.grassGroundTabPage.Controls.Add(this.rockSmashGroupBox);
|
|
this.grassGroundTabPage.Controls.Add(this.radioMusicComboBox);
|
|
this.grassGroundTabPage.Controls.Add(this.swarmsGroupBox);
|
|
this.grassGroundTabPage.Controls.Add(this.walkingGroupBox);
|
|
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(734, 464);
|
|
this.grassGroundTabPage.TabIndex = 0;
|
|
this.grassGroundTabPage.Text = "Grass/Ground";
|
|
this.grassGroundTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
this.pictureBox3.Location = new System.Drawing.Point(615, 4);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(16, 21);
|
|
this.pictureBox3.TabIndex = 233;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(566, 210);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(16, 21);
|
|
this.pictureBox1.TabIndex = 232;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(63, 4);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(25, 24);
|
|
this.pictureBox2.TabIndex = 226;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// rockSmashGroupBox
|
|
//
|
|
this.rockSmashGroupBox.Controls.Add(this.label11);
|
|
this.rockSmashGroupBox.Controls.Add(this.label12);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashTenMaxUpDown);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashTenMinUpDown);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashNinetyMaxUpDown);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashNinetyMinUpDown);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashRateUpDown);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashNinetyComboBox);
|
|
this.rockSmashGroupBox.Controls.Add(this.label13);
|
|
this.rockSmashGroupBox.Controls.Add(this.rockSmashTenComboBox);
|
|
this.rockSmashGroupBox.Location = new System.Drawing.Point(492, 212);
|
|
this.rockSmashGroupBox.Name = "rockSmashGroupBox";
|
|
this.rockSmashGroupBox.Size = new System.Drawing.Size(232, 189);
|
|
this.rockSmashGroupBox.TabIndex = 165;
|
|
this.rockSmashGroupBox.TabStop = false;
|
|
this.rockSmashGroupBox.Text = "Rock Smash";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label11.Location = new System.Drawing.Point(6, 111);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(27, 13);
|
|
this.label11.TabIndex = 75;
|
|
this.label11.Text = "10%";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label12.Location = new System.Drawing.Point(6, 60);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(27, 13);
|
|
this.label12.TabIndex = 74;
|
|
this.label12.Text = "90%";
|
|
//
|
|
// rockSmashTenMaxUpDown
|
|
//
|
|
this.rockSmashTenMaxUpDown.Location = new System.Drawing.Point(181, 129);
|
|
this.rockSmashTenMaxUpDown.Name = "rockSmashTenMaxUpDown";
|
|
this.rockSmashTenMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.rockSmashTenMaxUpDown.TabIndex = 73;
|
|
this.rockSmashTenMaxUpDown.ValueChanged += new System.EventHandler(this.rockSmashTenMaxUpDown_ValueChanged_1);
|
|
//
|
|
// rockSmashTenMinUpDown
|
|
//
|
|
this.rockSmashTenMinUpDown.Location = new System.Drawing.Point(133, 129);
|
|
this.rockSmashTenMinUpDown.Name = "rockSmashTenMinUpDown";
|
|
this.rockSmashTenMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.rockSmashTenMinUpDown.TabIndex = 72;
|
|
this.rockSmashTenMinUpDown.ValueChanged += new System.EventHandler(this.rockSmashTenMinUpDown_ValueChanged);
|
|
//
|
|
// rockSmashNinetyMaxUpDown
|
|
//
|
|
this.rockSmashNinetyMaxUpDown.Location = new System.Drawing.Point(181, 80);
|
|
this.rockSmashNinetyMaxUpDown.Name = "rockSmashNinetyMaxUpDown";
|
|
this.rockSmashNinetyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.rockSmashNinetyMaxUpDown.TabIndex = 71;
|
|
this.rockSmashNinetyMaxUpDown.ValueChanged += new System.EventHandler(this.rockSmashNinetyMaxUpDown_ValueChanged_1);
|
|
//
|
|
// rockSmashNinetyMinUpDown
|
|
//
|
|
this.rockSmashNinetyMinUpDown.Location = new System.Drawing.Point(133, 80);
|
|
this.rockSmashNinetyMinUpDown.Name = "rockSmashNinetyMinUpDown";
|
|
this.rockSmashNinetyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.rockSmashNinetyMinUpDown.TabIndex = 70;
|
|
this.rockSmashNinetyMinUpDown.ValueChanged += new System.EventHandler(this.rockSmashNinetyMinUpDown_ValueChanged);
|
|
//
|
|
// rockSmashRateUpDown
|
|
//
|
|
this.rockSmashRateUpDown.Location = new System.Drawing.Point(181, 19);
|
|
this.rockSmashRateUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.rockSmashRateUpDown.Name = "rockSmashRateUpDown";
|
|
this.rockSmashRateUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.rockSmashRateUpDown.TabIndex = 69;
|
|
this.rockSmashRateUpDown.ValueChanged += new System.EventHandler(this.rockSmashRateUpDown_ValueChanged);
|
|
//
|
|
// rockSmashNinetyComboBox
|
|
//
|
|
this.rockSmashNinetyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.rockSmashNinetyComboBox.FormattingEnabled = true;
|
|
this.rockSmashNinetyComboBox.Location = new System.Drawing.Point(7, 79);
|
|
this.rockSmashNinetyComboBox.Name = "rockSmashNinetyComboBox";
|
|
this.rockSmashNinetyComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.rockSmashNinetyComboBox.TabIndex = 39;
|
|
this.rockSmashNinetyComboBox.SelectedIndexChanged += new System.EventHandler(this.rockSmashNinetyComboBox_SelectedIndexChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label13.Location = new System.Drawing.Point(97, 22);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(82, 13);
|
|
this.label13.TabIndex = 68;
|
|
this.label13.Text = "Encounter Rate";
|
|
//
|
|
// rockSmashTenComboBox
|
|
//
|
|
this.rockSmashTenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.rockSmashTenComboBox.FormattingEnabled = true;
|
|
this.rockSmashTenComboBox.Location = new System.Drawing.Point(7, 128);
|
|
this.rockSmashTenComboBox.Name = "rockSmashTenComboBox";
|
|
this.rockSmashTenComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.rockSmashTenComboBox.TabIndex = 42;
|
|
this.rockSmashTenComboBox.SelectedIndexChanged += new System.EventHandler(this.rockSmashTenComboBox_SelectedIndexChanged);
|
|
//
|
|
// radioMusicComboBox
|
|
//
|
|
this.radioMusicComboBox.Controls.Add(this.sinnohSecondComboBox);
|
|
this.radioMusicComboBox.Controls.Add(this.label10);
|
|
this.radioMusicComboBox.Controls.Add(this.sinnohFirstComboBox);
|
|
this.radioMusicComboBox.Controls.Add(this.hoennSecondComboBox);
|
|
this.radioMusicComboBox.Controls.Add(this.label9);
|
|
this.radioMusicComboBox.Controls.Add(this.hoennFirstComboBox);
|
|
this.radioMusicComboBox.Location = new System.Drawing.Point(492, 7);
|
|
this.radioMusicComboBox.Name = "radioMusicComboBox";
|
|
this.radioMusicComboBox.Size = new System.Drawing.Size(232, 191);
|
|
this.radioMusicComboBox.TabIndex = 164;
|
|
this.radioMusicComboBox.TabStop = false;
|
|
this.radioMusicComboBox.Text = "Radio Sound Pokémon";
|
|
//
|
|
// sinnohSecondComboBox
|
|
//
|
|
this.sinnohSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.sinnohSecondComboBox.FormattingEnabled = true;
|
|
this.sinnohSecondComboBox.Location = new System.Drawing.Point(42, 151);
|
|
this.sinnohSecondComboBox.Name = "sinnohSecondComboBox";
|
|
this.sinnohSecondComboBox.Size = new System.Drawing.Size(150, 21);
|
|
this.sinnohSecondComboBox.TabIndex = 231;
|
|
this.sinnohSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.sinnohSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(39, 108);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(71, 13);
|
|
this.label10.TabIndex = 230;
|
|
this.label10.Text = "Sinnoh Music";
|
|
//
|
|
// sinnohFirstComboBox
|
|
//
|
|
this.sinnohFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.sinnohFirstComboBox.FormattingEnabled = true;
|
|
this.sinnohFirstComboBox.Location = new System.Drawing.Point(42, 124);
|
|
this.sinnohFirstComboBox.Name = "sinnohFirstComboBox";
|
|
this.sinnohFirstComboBox.Size = new System.Drawing.Size(150, 21);
|
|
this.sinnohFirstComboBox.TabIndex = 229;
|
|
this.sinnohFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.sinnohFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// hoennSecondComboBox
|
|
//
|
|
this.hoennSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.hoennSecondComboBox.FormattingEnabled = true;
|
|
this.hoennSecondComboBox.Location = new System.Drawing.Point(42, 72);
|
|
this.hoennSecondComboBox.Name = "hoennSecondComboBox";
|
|
this.hoennSecondComboBox.Size = new System.Drawing.Size(150, 21);
|
|
this.hoennSecondComboBox.TabIndex = 228;
|
|
this.hoennSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.hoennSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(39, 29);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(70, 13);
|
|
this.label9.TabIndex = 227;
|
|
this.label9.Text = "Hoenn Music";
|
|
//
|
|
// hoennFirstComboBox
|
|
//
|
|
this.hoennFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.hoennFirstComboBox.FormattingEnabled = true;
|
|
this.hoennFirstComboBox.Location = new System.Drawing.Point(42, 45);
|
|
this.hoennFirstComboBox.Name = "hoennFirstComboBox";
|
|
this.hoennFirstComboBox.Size = new System.Drawing.Size(150, 21);
|
|
this.hoennFirstComboBox.TabIndex = 226;
|
|
this.hoennFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.hoennFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// swarmsGroupBox
|
|
//
|
|
this.swarmsGroupBox.Controls.Add(this.superRodSwarmComboBox);
|
|
this.swarmsGroupBox.Controls.Add(this.goodRodSwarmComboBox);
|
|
this.swarmsGroupBox.Controls.Add(this.label5);
|
|
this.swarmsGroupBox.Controls.Add(this.surfSwarmComboBox);
|
|
this.swarmsGroupBox.Controls.Add(this.label6);
|
|
this.swarmsGroupBox.Controls.Add(this.grassSwarmComboBox);
|
|
this.swarmsGroupBox.Controls.Add(this.label7);
|
|
this.swarmsGroupBox.Controls.Add(this.label8);
|
|
this.swarmsGroupBox.Location = new System.Drawing.Point(12, 404);
|
|
this.swarmsGroupBox.Name = "swarmsGroupBox";
|
|
this.swarmsGroupBox.Size = new System.Drawing.Size(712, 51);
|
|
this.swarmsGroupBox.TabIndex = 163;
|
|
this.swarmsGroupBox.TabStop = false;
|
|
this.swarmsGroupBox.Text = "Swarm";
|
|
//
|
|
// superRodSwarmComboBox
|
|
//
|
|
this.superRodSwarmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.superRodSwarmComboBox.FormattingEnabled = true;
|
|
this.superRodSwarmComboBox.Location = new System.Drawing.Point(575, 19);
|
|
this.superRodSwarmComboBox.Name = "superRodSwarmComboBox";
|
|
this.superRodSwarmComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.superRodSwarmComboBox.TabIndex = 50;
|
|
this.superRodSwarmComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodSwarmComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodSwarmComboBox
|
|
//
|
|
this.goodRodSwarmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.goodRodSwarmComboBox.FormattingEnabled = true;
|
|
this.goodRodSwarmComboBox.Location = new System.Drawing.Point(395, 19);
|
|
this.goodRodSwarmComboBox.Name = "goodRodSwarmComboBox";
|
|
this.goodRodSwarmComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.goodRodSwarmComboBox.TabIndex = 48;
|
|
this.goodRodSwarmComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodSwarmComboBox_SelectedIndexChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label5.Location = new System.Drawing.Point(181, 22);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(26, 13);
|
|
this.label5.TabIndex = 47;
|
|
this.label5.Text = "Surf";
|
|
//
|
|
// surfSwarmComboBox
|
|
//
|
|
this.surfSwarmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.surfSwarmComboBox.FormattingEnabled = true;
|
|
this.surfSwarmComboBox.Location = new System.Drawing.Point(213, 19);
|
|
this.surfSwarmComboBox.Name = "surfSwarmComboBox";
|
|
this.surfSwarmComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.surfSwarmComboBox.TabIndex = 46;
|
|
this.surfSwarmComboBox.SelectedIndexChanged += new System.EventHandler(this.surfSwarmComboBox_SelectedIndexChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label6.Location = new System.Drawing.Point(8, 22);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(34, 13);
|
|
this.label6.TabIndex = 45;
|
|
this.label6.Text = "Grass";
|
|
//
|
|
// grassSwarmComboBox
|
|
//
|
|
this.grassSwarmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.grassSwarmComboBox.FormattingEnabled = true;
|
|
this.grassSwarmComboBox.Location = new System.Drawing.Point(48, 19);
|
|
this.grassSwarmComboBox.Name = "grassSwarmComboBox";
|
|
this.grassSwarmComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.grassSwarmComboBox.TabIndex = 44;
|
|
this.grassSwarmComboBox.SelectedIndexChanged += new System.EventHandler(this.grassSwarmComboBox_SelectedIndexChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label7.Location = new System.Drawing.Point(348, 22);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(41, 13);
|
|
this.label7.TabIndex = 49;
|
|
this.label7.Text = "G. Rod";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label8.Location = new System.Drawing.Point(529, 22);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(40, 13);
|
|
this.label8.TabIndex = 51;
|
|
this.label8.Text = "S. Rod";
|
|
//
|
|
// walkingGroupBox
|
|
//
|
|
this.walkingGroupBox.Controls.Add(this.label4);
|
|
this.walkingGroupBox.Controls.Add(this.label3);
|
|
this.walkingGroupBox.Controls.Add(this.walkingRateUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label14);
|
|
this.walkingGroupBox.Controls.Add(this.label2);
|
|
this.walkingGroupBox.Controls.Add(this.label1);
|
|
this.walkingGroupBox.Controls.Add(this.nightOneSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightOneFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightFourSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightFourFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightFiveSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightFiveFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTenFourthComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTenThirdComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTenSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTenFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTwentySecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.nightTwentyFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayOneSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayOneFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayFourSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayFourFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayFiveSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayFiveFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTenFourthComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTenThirdComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTenSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTenFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTwentySecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.dayTwentyFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.oneSecondLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label79);
|
|
this.walkingGroupBox.Controls.Add(this.morningOneSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.oneFirstLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label80);
|
|
this.walkingGroupBox.Controls.Add(this.morningOneFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.fourSecondLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label81);
|
|
this.walkingGroupBox.Controls.Add(this.morningFourSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.fourFirstLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label82);
|
|
this.walkingGroupBox.Controls.Add(this.morningFourFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.fiveSecondLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label83);
|
|
this.walkingGroupBox.Controls.Add(this.morningFiveSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.fiveFirstLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label84);
|
|
this.walkingGroupBox.Controls.Add(this.morningFiveFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.tenFourthLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label85);
|
|
this.walkingGroupBox.Controls.Add(this.morningTenFourthComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.tenThirdLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label86);
|
|
this.walkingGroupBox.Controls.Add(this.morningTenThirdComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.tenSecondLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label87);
|
|
this.walkingGroupBox.Controls.Add(this.morningTenSecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.tenFirstLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label88);
|
|
this.walkingGroupBox.Controls.Add(this.morningTenFirstComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.twentySecondLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label89);
|
|
this.walkingGroupBox.Controls.Add(this.morningTwentySecondComboBox);
|
|
this.walkingGroupBox.Controls.Add(this.twentyFirstLevelUpDown);
|
|
this.walkingGroupBox.Controls.Add(this.label90);
|
|
this.walkingGroupBox.Controls.Add(this.morningTwentyFirstComboBox);
|
|
this.walkingGroupBox.Location = new System.Drawing.Point(12, 7);
|
|
this.walkingGroupBox.Name = "walkingGroupBox";
|
|
this.walkingGroupBox.Size = new System.Drawing.Size(474, 394);
|
|
this.walkingGroupBox.TabIndex = 162;
|
|
this.walkingGroupBox.TabStop = false;
|
|
this.walkingGroupBox.Text = "Walking";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(415, 51);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(33, 13);
|
|
this.label4.TabIndex = 225;
|
|
this.label4.Text = "Level";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(288, 51);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(32, 13);
|
|
this.label3.TabIndex = 224;
|
|
this.label3.Text = "Night";
|
|
//
|
|
// walkingRateUpDown
|
|
//
|
|
this.walkingRateUpDown.Location = new System.Drawing.Point(386, 14);
|
|
this.walkingRateUpDown.Name = "walkingRateUpDown";
|
|
this.walkingRateUpDown.Size = new System.Drawing.Size(75, 20);
|
|
this.walkingRateUpDown.TabIndex = 101;
|
|
this.walkingRateUpDown.ValueChanged += new System.EventHandler(this.walkingRateUpDown_ValueChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(297, 17);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(82, 13);
|
|
this.label14.TabIndex = 100;
|
|
this.label14.Text = "Encounter Rate";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(161, 51);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(26, 13);
|
|
this.label2.TabIndex = 223;
|
|
this.label2.Text = "Day";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(34, 51);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(45, 13);
|
|
this.label1.TabIndex = 222;
|
|
this.label1.Text = "Morning";
|
|
//
|
|
// nightOneSecondComboBox
|
|
//
|
|
this.nightOneSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightOneSecondComboBox.FormattingEnabled = true;
|
|
this.nightOneSecondComboBox.Location = new System.Drawing.Point(291, 364);
|
|
this.nightOneSecondComboBox.Name = "nightOneSecondComboBox";
|
|
this.nightOneSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightOneSecondComboBox.TabIndex = 221;
|
|
this.nightOneSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.nightOneSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightOneFirstComboBox
|
|
//
|
|
this.nightOneFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightOneFirstComboBox.FormattingEnabled = true;
|
|
this.nightOneFirstComboBox.Location = new System.Drawing.Point(291, 337);
|
|
this.nightOneFirstComboBox.Name = "nightOneFirstComboBox";
|
|
this.nightOneFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightOneFirstComboBox.TabIndex = 220;
|
|
this.nightOneFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.nightOneFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightFourSecondComboBox
|
|
//
|
|
this.nightFourSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightFourSecondComboBox.FormattingEnabled = true;
|
|
this.nightFourSecondComboBox.Location = new System.Drawing.Point(291, 310);
|
|
this.nightFourSecondComboBox.Name = "nightFourSecondComboBox";
|
|
this.nightFourSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightFourSecondComboBox.TabIndex = 219;
|
|
this.nightFourSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.nightFourSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightFourFirstComboBox
|
|
//
|
|
this.nightFourFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightFourFirstComboBox.FormattingEnabled = true;
|
|
this.nightFourFirstComboBox.Location = new System.Drawing.Point(291, 283);
|
|
this.nightFourFirstComboBox.Name = "nightFourFirstComboBox";
|
|
this.nightFourFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightFourFirstComboBox.TabIndex = 218;
|
|
this.nightFourFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.nightFourFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightFiveSecondComboBox
|
|
//
|
|
this.nightFiveSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightFiveSecondComboBox.FormattingEnabled = true;
|
|
this.nightFiveSecondComboBox.Location = new System.Drawing.Point(291, 256);
|
|
this.nightFiveSecondComboBox.Name = "nightFiveSecondComboBox";
|
|
this.nightFiveSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightFiveSecondComboBox.TabIndex = 217;
|
|
this.nightFiveSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.nightFiveSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightFiveFirstComboBox
|
|
//
|
|
this.nightFiveFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightFiveFirstComboBox.FormattingEnabled = true;
|
|
this.nightFiveFirstComboBox.Location = new System.Drawing.Point(291, 229);
|
|
this.nightFiveFirstComboBox.Name = "nightFiveFirstComboBox";
|
|
this.nightFiveFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightFiveFirstComboBox.TabIndex = 216;
|
|
this.nightFiveFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.nightFiveFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTenFourthComboBox
|
|
//
|
|
this.nightTenFourthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTenFourthComboBox.FormattingEnabled = true;
|
|
this.nightTenFourthComboBox.Location = new System.Drawing.Point(291, 202);
|
|
this.nightTenFourthComboBox.Name = "nightTenFourthComboBox";
|
|
this.nightTenFourthComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTenFourthComboBox.TabIndex = 215;
|
|
this.nightTenFourthComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTenFourthComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTenThirdComboBox
|
|
//
|
|
this.nightTenThirdComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTenThirdComboBox.FormattingEnabled = true;
|
|
this.nightTenThirdComboBox.Location = new System.Drawing.Point(291, 175);
|
|
this.nightTenThirdComboBox.Name = "nightTenThirdComboBox";
|
|
this.nightTenThirdComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTenThirdComboBox.TabIndex = 214;
|
|
this.nightTenThirdComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTenThirdComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTenSecondComboBox
|
|
//
|
|
this.nightTenSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTenSecondComboBox.FormattingEnabled = true;
|
|
this.nightTenSecondComboBox.Location = new System.Drawing.Point(291, 148);
|
|
this.nightTenSecondComboBox.Name = "nightTenSecondComboBox";
|
|
this.nightTenSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTenSecondComboBox.TabIndex = 213;
|
|
this.nightTenSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTenSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTenFirstComboBox
|
|
//
|
|
this.nightTenFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTenFirstComboBox.FormattingEnabled = true;
|
|
this.nightTenFirstComboBox.Location = new System.Drawing.Point(291, 121);
|
|
this.nightTenFirstComboBox.Name = "nightTenFirstComboBox";
|
|
this.nightTenFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTenFirstComboBox.TabIndex = 212;
|
|
this.nightTenFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTenFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTwentySecondComboBox
|
|
//
|
|
this.nightTwentySecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTwentySecondComboBox.FormattingEnabled = true;
|
|
this.nightTwentySecondComboBox.Location = new System.Drawing.Point(291, 94);
|
|
this.nightTwentySecondComboBox.Name = "nightTwentySecondComboBox";
|
|
this.nightTwentySecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTwentySecondComboBox.TabIndex = 211;
|
|
this.nightTwentySecondComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTwentySecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// nightTwentyFirstComboBox
|
|
//
|
|
this.nightTwentyFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.nightTwentyFirstComboBox.FormattingEnabled = true;
|
|
this.nightTwentyFirstComboBox.Location = new System.Drawing.Point(291, 67);
|
|
this.nightTwentyFirstComboBox.Name = "nightTwentyFirstComboBox";
|
|
this.nightTwentyFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.nightTwentyFirstComboBox.TabIndex = 210;
|
|
this.nightTwentyFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.nightTwentyFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayOneSecondComboBox
|
|
//
|
|
this.dayOneSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayOneSecondComboBox.FormattingEnabled = true;
|
|
this.dayOneSecondComboBox.Location = new System.Drawing.Point(164, 364);
|
|
this.dayOneSecondComboBox.Name = "dayOneSecondComboBox";
|
|
this.dayOneSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayOneSecondComboBox.TabIndex = 209;
|
|
this.dayOneSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.dayOneSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayOneFirstComboBox
|
|
//
|
|
this.dayOneFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayOneFirstComboBox.FormattingEnabled = true;
|
|
this.dayOneFirstComboBox.Location = new System.Drawing.Point(164, 337);
|
|
this.dayOneFirstComboBox.Name = "dayOneFirstComboBox";
|
|
this.dayOneFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayOneFirstComboBox.TabIndex = 208;
|
|
this.dayOneFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.dayOneFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayFourSecondComboBox
|
|
//
|
|
this.dayFourSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayFourSecondComboBox.FormattingEnabled = true;
|
|
this.dayFourSecondComboBox.Location = new System.Drawing.Point(164, 310);
|
|
this.dayFourSecondComboBox.Name = "dayFourSecondComboBox";
|
|
this.dayFourSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayFourSecondComboBox.TabIndex = 207;
|
|
this.dayFourSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.dayFourSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayFourFirstComboBox
|
|
//
|
|
this.dayFourFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayFourFirstComboBox.FormattingEnabled = true;
|
|
this.dayFourFirstComboBox.Location = new System.Drawing.Point(164, 283);
|
|
this.dayFourFirstComboBox.Name = "dayFourFirstComboBox";
|
|
this.dayFourFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayFourFirstComboBox.TabIndex = 206;
|
|
this.dayFourFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.dayFourFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayFiveSecondComboBox
|
|
//
|
|
this.dayFiveSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayFiveSecondComboBox.FormattingEnabled = true;
|
|
this.dayFiveSecondComboBox.Location = new System.Drawing.Point(164, 256);
|
|
this.dayFiveSecondComboBox.Name = "dayFiveSecondComboBox";
|
|
this.dayFiveSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayFiveSecondComboBox.TabIndex = 205;
|
|
this.dayFiveSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.dayFiveSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayFiveFirstComboBox
|
|
//
|
|
this.dayFiveFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayFiveFirstComboBox.FormattingEnabled = true;
|
|
this.dayFiveFirstComboBox.Location = new System.Drawing.Point(164, 229);
|
|
this.dayFiveFirstComboBox.Name = "dayFiveFirstComboBox";
|
|
this.dayFiveFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayFiveFirstComboBox.TabIndex = 204;
|
|
this.dayFiveFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.dayFiveFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTenFourthComboBox
|
|
//
|
|
this.dayTenFourthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTenFourthComboBox.FormattingEnabled = true;
|
|
this.dayTenFourthComboBox.Location = new System.Drawing.Point(164, 202);
|
|
this.dayTenFourthComboBox.Name = "dayTenFourthComboBox";
|
|
this.dayTenFourthComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTenFourthComboBox.TabIndex = 203;
|
|
this.dayTenFourthComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTenFourthComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTenThirdComboBox
|
|
//
|
|
this.dayTenThirdComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTenThirdComboBox.FormattingEnabled = true;
|
|
this.dayTenThirdComboBox.Location = new System.Drawing.Point(164, 175);
|
|
this.dayTenThirdComboBox.Name = "dayTenThirdComboBox";
|
|
this.dayTenThirdComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTenThirdComboBox.TabIndex = 202;
|
|
this.dayTenThirdComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTenThirdComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTenSecondComboBox
|
|
//
|
|
this.dayTenSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTenSecondComboBox.FormattingEnabled = true;
|
|
this.dayTenSecondComboBox.Location = new System.Drawing.Point(164, 148);
|
|
this.dayTenSecondComboBox.Name = "dayTenSecondComboBox";
|
|
this.dayTenSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTenSecondComboBox.TabIndex = 201;
|
|
this.dayTenSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTenSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTenFirstComboBox
|
|
//
|
|
this.dayTenFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTenFirstComboBox.FormattingEnabled = true;
|
|
this.dayTenFirstComboBox.Location = new System.Drawing.Point(164, 121);
|
|
this.dayTenFirstComboBox.Name = "dayTenFirstComboBox";
|
|
this.dayTenFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTenFirstComboBox.TabIndex = 200;
|
|
this.dayTenFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTenFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTwentySecondComboBox
|
|
//
|
|
this.dayTwentySecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTwentySecondComboBox.FormattingEnabled = true;
|
|
this.dayTwentySecondComboBox.Location = new System.Drawing.Point(164, 94);
|
|
this.dayTwentySecondComboBox.Name = "dayTwentySecondComboBox";
|
|
this.dayTwentySecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTwentySecondComboBox.TabIndex = 199;
|
|
this.dayTwentySecondComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTwentySecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// dayTwentyFirstComboBox
|
|
//
|
|
this.dayTwentyFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.dayTwentyFirstComboBox.FormattingEnabled = true;
|
|
this.dayTwentyFirstComboBox.Location = new System.Drawing.Point(164, 67);
|
|
this.dayTwentyFirstComboBox.Name = "dayTwentyFirstComboBox";
|
|
this.dayTwentyFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.dayTwentyFirstComboBox.TabIndex = 198;
|
|
this.dayTwentyFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.dayTwentyFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// oneSecondLevelUpDown
|
|
//
|
|
this.oneSecondLevelUpDown.Location = new System.Drawing.Point(418, 365);
|
|
this.oneSecondLevelUpDown.Name = "oneSecondLevelUpDown";
|
|
this.oneSecondLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oneSecondLevelUpDown.TabIndex = 197;
|
|
this.oneSecondLevelUpDown.ValueChanged += new System.EventHandler(this.oneSecondLevelUpDown_ValueChanged);
|
|
//
|
|
// label79
|
|
//
|
|
this.label79.AutoSize = true;
|
|
this.label79.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label79.Location = new System.Drawing.Point(10, 367);
|
|
this.label79.Name = "label79";
|
|
this.label79.Size = new System.Drawing.Size(21, 13);
|
|
this.label79.TabIndex = 196;
|
|
this.label79.Text = "1%";
|
|
//
|
|
// morningOneSecondComboBox
|
|
//
|
|
this.morningOneSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningOneSecondComboBox.FormattingEnabled = true;
|
|
this.morningOneSecondComboBox.Location = new System.Drawing.Point(37, 364);
|
|
this.morningOneSecondComboBox.Name = "morningOneSecondComboBox";
|
|
this.morningOneSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningOneSecondComboBox.TabIndex = 195;
|
|
this.morningOneSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.morningOneSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// oneFirstLevelUpDown
|
|
//
|
|
this.oneFirstLevelUpDown.Location = new System.Drawing.Point(418, 338);
|
|
this.oneFirstLevelUpDown.Name = "oneFirstLevelUpDown";
|
|
this.oneFirstLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oneFirstLevelUpDown.TabIndex = 194;
|
|
this.oneFirstLevelUpDown.ValueChanged += new System.EventHandler(this.oneFirstLevelUpDown_ValueChanged);
|
|
//
|
|
// label80
|
|
//
|
|
this.label80.AutoSize = true;
|
|
this.label80.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label80.Location = new System.Drawing.Point(10, 340);
|
|
this.label80.Name = "label80";
|
|
this.label80.Size = new System.Drawing.Size(21, 13);
|
|
this.label80.TabIndex = 193;
|
|
this.label80.Text = "1%";
|
|
//
|
|
// morningOneFirstComboBox
|
|
//
|
|
this.morningOneFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningOneFirstComboBox.FormattingEnabled = true;
|
|
this.morningOneFirstComboBox.Location = new System.Drawing.Point(37, 337);
|
|
this.morningOneFirstComboBox.Name = "morningOneFirstComboBox";
|
|
this.morningOneFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningOneFirstComboBox.TabIndex = 192;
|
|
this.morningOneFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.morningOneFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// fourSecondLevelUpDown
|
|
//
|
|
this.fourSecondLevelUpDown.Location = new System.Drawing.Point(418, 311);
|
|
this.fourSecondLevelUpDown.Name = "fourSecondLevelUpDown";
|
|
this.fourSecondLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.fourSecondLevelUpDown.TabIndex = 191;
|
|
this.fourSecondLevelUpDown.ValueChanged += new System.EventHandler(this.fourSecondLevelUpDown_ValueChanged);
|
|
//
|
|
// label81
|
|
//
|
|
this.label81.AutoSize = true;
|
|
this.label81.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label81.Location = new System.Drawing.Point(10, 313);
|
|
this.label81.Name = "label81";
|
|
this.label81.Size = new System.Drawing.Size(21, 13);
|
|
this.label81.TabIndex = 190;
|
|
this.label81.Text = "4%";
|
|
//
|
|
// morningFourSecondComboBox
|
|
//
|
|
this.morningFourSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningFourSecondComboBox.FormattingEnabled = true;
|
|
this.morningFourSecondComboBox.Location = new System.Drawing.Point(37, 310);
|
|
this.morningFourSecondComboBox.Name = "morningFourSecondComboBox";
|
|
this.morningFourSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningFourSecondComboBox.TabIndex = 189;
|
|
this.morningFourSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.morningFourSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// fourFirstLevelUpDown
|
|
//
|
|
this.fourFirstLevelUpDown.Location = new System.Drawing.Point(418, 284);
|
|
this.fourFirstLevelUpDown.Name = "fourFirstLevelUpDown";
|
|
this.fourFirstLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.fourFirstLevelUpDown.TabIndex = 188;
|
|
this.fourFirstLevelUpDown.ValueChanged += new System.EventHandler(this.fourFirstLevelUpDown_ValueChanged);
|
|
//
|
|
// label82
|
|
//
|
|
this.label82.AutoSize = true;
|
|
this.label82.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label82.Location = new System.Drawing.Point(10, 286);
|
|
this.label82.Name = "label82";
|
|
this.label82.Size = new System.Drawing.Size(21, 13);
|
|
this.label82.TabIndex = 187;
|
|
this.label82.Text = "4%";
|
|
//
|
|
// morningFourFirstComboBox
|
|
//
|
|
this.morningFourFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningFourFirstComboBox.FormattingEnabled = true;
|
|
this.morningFourFirstComboBox.Location = new System.Drawing.Point(37, 283);
|
|
this.morningFourFirstComboBox.Name = "morningFourFirstComboBox";
|
|
this.morningFourFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningFourFirstComboBox.TabIndex = 186;
|
|
this.morningFourFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.morningFourFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// fiveSecondLevelUpDown
|
|
//
|
|
this.fiveSecondLevelUpDown.Location = new System.Drawing.Point(418, 257);
|
|
this.fiveSecondLevelUpDown.Name = "fiveSecondLevelUpDown";
|
|
this.fiveSecondLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.fiveSecondLevelUpDown.TabIndex = 185;
|
|
this.fiveSecondLevelUpDown.ValueChanged += new System.EventHandler(this.fiveSecondLevelUpDown_ValueChanged);
|
|
//
|
|
// label83
|
|
//
|
|
this.label83.AutoSize = true;
|
|
this.label83.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label83.Location = new System.Drawing.Point(10, 259);
|
|
this.label83.Name = "label83";
|
|
this.label83.Size = new System.Drawing.Size(21, 13);
|
|
this.label83.TabIndex = 184;
|
|
this.label83.Text = "5%";
|
|
//
|
|
// morningFiveSecondComboBox
|
|
//
|
|
this.morningFiveSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningFiveSecondComboBox.FormattingEnabled = true;
|
|
this.morningFiveSecondComboBox.Location = new System.Drawing.Point(37, 256);
|
|
this.morningFiveSecondComboBox.Name = "morningFiveSecondComboBox";
|
|
this.morningFiveSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningFiveSecondComboBox.TabIndex = 183;
|
|
this.morningFiveSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.morningFiveSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// fiveFirstLevelUpDown
|
|
//
|
|
this.fiveFirstLevelUpDown.Location = new System.Drawing.Point(418, 230);
|
|
this.fiveFirstLevelUpDown.Name = "fiveFirstLevelUpDown";
|
|
this.fiveFirstLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.fiveFirstLevelUpDown.TabIndex = 182;
|
|
this.fiveFirstLevelUpDown.ValueChanged += new System.EventHandler(this.fiveFirstLevelUpDown_ValueChanged);
|
|
//
|
|
// label84
|
|
//
|
|
this.label84.AutoSize = true;
|
|
this.label84.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label84.Location = new System.Drawing.Point(10, 232);
|
|
this.label84.Name = "label84";
|
|
this.label84.Size = new System.Drawing.Size(21, 13);
|
|
this.label84.TabIndex = 181;
|
|
this.label84.Text = "5%";
|
|
//
|
|
// morningFiveFirstComboBox
|
|
//
|
|
this.morningFiveFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningFiveFirstComboBox.FormattingEnabled = true;
|
|
this.morningFiveFirstComboBox.Location = new System.Drawing.Point(37, 229);
|
|
this.morningFiveFirstComboBox.Name = "morningFiveFirstComboBox";
|
|
this.morningFiveFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningFiveFirstComboBox.TabIndex = 180;
|
|
this.morningFiveFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.morningFiveFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// tenFourthLevelUpDown
|
|
//
|
|
this.tenFourthLevelUpDown.Location = new System.Drawing.Point(418, 203);
|
|
this.tenFourthLevelUpDown.Name = "tenFourthLevelUpDown";
|
|
this.tenFourthLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.tenFourthLevelUpDown.TabIndex = 179;
|
|
this.tenFourthLevelUpDown.ValueChanged += new System.EventHandler(this.tenFourthLevelUpDown_ValueChanged);
|
|
//
|
|
// label85
|
|
//
|
|
this.label85.AutoSize = true;
|
|
this.label85.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label85.Location = new System.Drawing.Point(4, 205);
|
|
this.label85.Name = "label85";
|
|
this.label85.Size = new System.Drawing.Size(27, 13);
|
|
this.label85.TabIndex = 178;
|
|
this.label85.Text = "10%";
|
|
//
|
|
// morningTenFourthComboBox
|
|
//
|
|
this.morningTenFourthComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTenFourthComboBox.FormattingEnabled = true;
|
|
this.morningTenFourthComboBox.Location = new System.Drawing.Point(37, 202);
|
|
this.morningTenFourthComboBox.Name = "morningTenFourthComboBox";
|
|
this.morningTenFourthComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTenFourthComboBox.TabIndex = 177;
|
|
this.morningTenFourthComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTenFourthComboBox_SelectedIndexChanged);
|
|
//
|
|
// tenThirdLevelUpDown
|
|
//
|
|
this.tenThirdLevelUpDown.Location = new System.Drawing.Point(418, 176);
|
|
this.tenThirdLevelUpDown.Name = "tenThirdLevelUpDown";
|
|
this.tenThirdLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.tenThirdLevelUpDown.TabIndex = 176;
|
|
this.tenThirdLevelUpDown.ValueChanged += new System.EventHandler(this.tenThirdLevelUpDown_ValueChanged);
|
|
//
|
|
// label86
|
|
//
|
|
this.label86.AutoSize = true;
|
|
this.label86.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label86.Location = new System.Drawing.Point(4, 178);
|
|
this.label86.Name = "label86";
|
|
this.label86.Size = new System.Drawing.Size(27, 13);
|
|
this.label86.TabIndex = 175;
|
|
this.label86.Text = "10%";
|
|
//
|
|
// morningTenThirdComboBox
|
|
//
|
|
this.morningTenThirdComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTenThirdComboBox.FormattingEnabled = true;
|
|
this.morningTenThirdComboBox.Location = new System.Drawing.Point(37, 175);
|
|
this.morningTenThirdComboBox.Name = "morningTenThirdComboBox";
|
|
this.morningTenThirdComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTenThirdComboBox.TabIndex = 174;
|
|
this.morningTenThirdComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTenThirdComboBox_SelectedIndexChanged);
|
|
//
|
|
// tenSecondLevelUpDown
|
|
//
|
|
this.tenSecondLevelUpDown.Location = new System.Drawing.Point(418, 149);
|
|
this.tenSecondLevelUpDown.Name = "tenSecondLevelUpDown";
|
|
this.tenSecondLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.tenSecondLevelUpDown.TabIndex = 173;
|
|
this.tenSecondLevelUpDown.ValueChanged += new System.EventHandler(this.tenSecondLevelUpDown_ValueChanged);
|
|
//
|
|
// label87
|
|
//
|
|
this.label87.AutoSize = true;
|
|
this.label87.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label87.Location = new System.Drawing.Point(4, 151);
|
|
this.label87.Name = "label87";
|
|
this.label87.Size = new System.Drawing.Size(27, 13);
|
|
this.label87.TabIndex = 172;
|
|
this.label87.Text = "10%";
|
|
//
|
|
// morningTenSecondComboBox
|
|
//
|
|
this.morningTenSecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTenSecondComboBox.FormattingEnabled = true;
|
|
this.morningTenSecondComboBox.Location = new System.Drawing.Point(37, 148);
|
|
this.morningTenSecondComboBox.Name = "morningTenSecondComboBox";
|
|
this.morningTenSecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTenSecondComboBox.TabIndex = 171;
|
|
this.morningTenSecondComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTenSecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// tenFirstLevelUpDown
|
|
//
|
|
this.tenFirstLevelUpDown.Location = new System.Drawing.Point(418, 122);
|
|
this.tenFirstLevelUpDown.Name = "tenFirstLevelUpDown";
|
|
this.tenFirstLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.tenFirstLevelUpDown.TabIndex = 170;
|
|
this.tenFirstLevelUpDown.ValueChanged += new System.EventHandler(this.tenFirstLevelUpDown_ValueChanged);
|
|
//
|
|
// label88
|
|
//
|
|
this.label88.AutoSize = true;
|
|
this.label88.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label88.Location = new System.Drawing.Point(4, 124);
|
|
this.label88.Name = "label88";
|
|
this.label88.Size = new System.Drawing.Size(27, 13);
|
|
this.label88.TabIndex = 169;
|
|
this.label88.Text = "10%";
|
|
//
|
|
// morningTenFirstComboBox
|
|
//
|
|
this.morningTenFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTenFirstComboBox.FormattingEnabled = true;
|
|
this.morningTenFirstComboBox.Location = new System.Drawing.Point(37, 121);
|
|
this.morningTenFirstComboBox.Name = "morningTenFirstComboBox";
|
|
this.morningTenFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTenFirstComboBox.TabIndex = 168;
|
|
this.morningTenFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTenFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// twentySecondLevelUpDown
|
|
//
|
|
this.twentySecondLevelUpDown.Location = new System.Drawing.Point(418, 95);
|
|
this.twentySecondLevelUpDown.Name = "twentySecondLevelUpDown";
|
|
this.twentySecondLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.twentySecondLevelUpDown.TabIndex = 167;
|
|
this.twentySecondLevelUpDown.ValueChanged += new System.EventHandler(this.twentySecondLevelUpDown_ValueChanged);
|
|
//
|
|
// label89
|
|
//
|
|
this.label89.AutoSize = true;
|
|
this.label89.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label89.Location = new System.Drawing.Point(4, 97);
|
|
this.label89.Name = "label89";
|
|
this.label89.Size = new System.Drawing.Size(27, 13);
|
|
this.label89.TabIndex = 166;
|
|
this.label89.Text = "20%";
|
|
//
|
|
// morningTwentySecondComboBox
|
|
//
|
|
this.morningTwentySecondComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTwentySecondComboBox.FormattingEnabled = true;
|
|
this.morningTwentySecondComboBox.Location = new System.Drawing.Point(37, 94);
|
|
this.morningTwentySecondComboBox.Name = "morningTwentySecondComboBox";
|
|
this.morningTwentySecondComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTwentySecondComboBox.TabIndex = 165;
|
|
this.morningTwentySecondComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTwentySecondComboBox_SelectedIndexChanged);
|
|
//
|
|
// twentyFirstLevelUpDown
|
|
//
|
|
this.twentyFirstLevelUpDown.Location = new System.Drawing.Point(418, 68);
|
|
this.twentyFirstLevelUpDown.Name = "twentyFirstLevelUpDown";
|
|
this.twentyFirstLevelUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.twentyFirstLevelUpDown.TabIndex = 164;
|
|
this.twentyFirstLevelUpDown.ValueChanged += new System.EventHandler(this.twentyFirstLevelUpDown_ValueChanged);
|
|
//
|
|
// label90
|
|
//
|
|
this.label90.AutoSize = true;
|
|
this.label90.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label90.Location = new System.Drawing.Point(4, 70);
|
|
this.label90.Name = "label90";
|
|
this.label90.Size = new System.Drawing.Size(27, 13);
|
|
this.label90.TabIndex = 163;
|
|
this.label90.Text = "20%";
|
|
//
|
|
// morningTwentyFirstComboBox
|
|
//
|
|
this.morningTwentyFirstComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.morningTwentyFirstComboBox.FormattingEnabled = true;
|
|
this.morningTwentyFirstComboBox.Location = new System.Drawing.Point(37, 67);
|
|
this.morningTwentyFirstComboBox.Name = "morningTwentyFirstComboBox";
|
|
this.morningTwentyFirstComboBox.Size = new System.Drawing.Size(121, 21);
|
|
this.morningTwentyFirstComboBox.TabIndex = 162;
|
|
this.morningTwentyFirstComboBox.SelectedIndexChanged += new System.EventHandler(this.morningTwentyFirstComboBox_SelectedIndexChanged);
|
|
//
|
|
// waterTabPage
|
|
//
|
|
this.waterTabPage.Controls.Add(this.surfPicture);
|
|
this.waterTabPage.Controls.Add(this.pictureBox7);
|
|
this.waterTabPage.Controls.Add(this.pictureBox6);
|
|
this.waterTabPage.Controls.Add(this.pictureBox5);
|
|
this.waterTabPage.Controls.Add(this.superRodGroupBox);
|
|
this.waterTabPage.Controls.Add(this.goodRodGroupBox);
|
|
this.waterTabPage.Controls.Add(this.oldRodGroupBox);
|
|
this.waterTabPage.Controls.Add(this.surfGroupBox);
|
|
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(734, 464);
|
|
this.waterTabPage.TabIndex = 1;
|
|
this.waterTabPage.Text = "Water";
|
|
this.waterTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// surfPicture
|
|
//
|
|
this.surfPicture.Image = global::DSPRE.Properties.Resources.SurfIcon;
|
|
this.surfPicture.Location = new System.Drawing.Point(67, -3);
|
|
this.surfPicture.Name = "surfPicture";
|
|
this.surfPicture.Size = new System.Drawing.Size(42, 42);
|
|
this.surfPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
this.surfPicture.TabIndex = 200;
|
|
this.surfPicture.TabStop = false;
|
|
//
|
|
// pictureBox7
|
|
//
|
|
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
|
|
this.pictureBox7.Location = new System.Drawing.Point(433, 227);
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
this.pictureBox7.Size = new System.Drawing.Size(25, 26);
|
|
this.pictureBox7.TabIndex = 196;
|
|
this.pictureBox7.TabStop = false;
|
|
//
|
|
// pictureBox6
|
|
//
|
|
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
|
|
this.pictureBox6.Location = new System.Drawing.Point(79, 225);
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
this.pictureBox6.Size = new System.Drawing.Size(25, 26);
|
|
this.pictureBox6.TabIndex = 195;
|
|
this.pictureBox6.TabStop = false;
|
|
//
|
|
// pictureBox5
|
|
//
|
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
this.pictureBox5.Location = new System.Drawing.Point(423, 3);
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
this.pictureBox5.Size = new System.Drawing.Size(25, 26);
|
|
this.pictureBox5.TabIndex = 194;
|
|
this.pictureBox5.TabStop = false;
|
|
//
|
|
// superRodGroupBox
|
|
//
|
|
this.superRodGroupBox.Controls.Add(this.label59);
|
|
this.superRodGroupBox.Controls.Add(this.label60);
|
|
this.superRodGroupBox.Controls.Add(this.superRodRateUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label69);
|
|
this.superRodGroupBox.Controls.Add(this.superRodOneMaxUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.superRodOneMinUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label70);
|
|
this.superRodGroupBox.Controls.Add(this.superRodOneComboBox);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFourMaxUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFourMinUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label71);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFourComboBox);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFiveMaxUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFiveMinUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label72);
|
|
this.superRodGroupBox.Controls.Add(this.superRodFiveComboBox);
|
|
this.superRodGroupBox.Controls.Add(this.superRodThirtyMaxUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.superRodThirtyMinUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label73);
|
|
this.superRodGroupBox.Controls.Add(this.superRodThirtyComboBox);
|
|
this.superRodGroupBox.Controls.Add(this.superRodSixtyMaxUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.superRodSixtyMinUpDown);
|
|
this.superRodGroupBox.Controls.Add(this.label74);
|
|
this.superRodGroupBox.Controls.Add(this.superRodSixtyComboBox);
|
|
this.superRodGroupBox.Location = new System.Drawing.Point(367, 234);
|
|
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";
|
|
//
|
|
// 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.";
|
|
//
|
|
// 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.";
|
|
//
|
|
// 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;
|
|
this.superRodRateUpDown.ValueChanged += new System.EventHandler(this.superRodRateUpDown_ValueChanged);
|
|
//
|
|
// 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";
|
|
//
|
|
// superRodOneMaxUpDown
|
|
//
|
|
this.superRodOneMaxUpDown.Location = new System.Drawing.Point(265, 186);
|
|
this.superRodOneMaxUpDown.Name = "superRodOneMaxUpDown";
|
|
this.superRodOneMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodOneMaxUpDown.TabIndex = 22;
|
|
this.superRodOneMaxUpDown.ValueChanged += new System.EventHandler(this.superRodOneMaxUpDown_ValueChanged);
|
|
//
|
|
// superRodOneMinUpDown
|
|
//
|
|
this.superRodOneMinUpDown.Location = new System.Drawing.Point(217, 186);
|
|
this.superRodOneMinUpDown.Name = "superRodOneMinUpDown";
|
|
this.superRodOneMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodOneMinUpDown.TabIndex = 21;
|
|
this.superRodOneMinUpDown.ValueChanged += new System.EventHandler(this.superRodOneMinUpDown_ValueChanged);
|
|
//
|
|
// label70
|
|
//
|
|
this.label70.AutoSize = true;
|
|
this.label70.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label70.Location = new System.Drawing.Point(18, 188);
|
|
this.label70.Name = "label70";
|
|
this.label70.Size = new System.Drawing.Size(21, 13);
|
|
this.label70.TabIndex = 20;
|
|
this.label70.Text = "1%";
|
|
//
|
|
// superRodOneComboBox
|
|
//
|
|
this.superRodOneComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.superRodOneComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodOneComboBox_SelectedIndexChanged);
|
|
//
|
|
// superRodFourMaxUpDown
|
|
//
|
|
this.superRodFourMaxUpDown.Location = new System.Drawing.Point(265, 159);
|
|
this.superRodFourMaxUpDown.Name = "superRodFourMaxUpDown";
|
|
this.superRodFourMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodFourMaxUpDown.TabIndex = 18;
|
|
this.superRodFourMaxUpDown.ValueChanged += new System.EventHandler(this.superRodFourMaxUpDown_ValueChanged);
|
|
//
|
|
// superRodFourMinUpDown
|
|
//
|
|
this.superRodFourMinUpDown.Location = new System.Drawing.Point(217, 159);
|
|
this.superRodFourMinUpDown.Name = "superRodFourMinUpDown";
|
|
this.superRodFourMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodFourMinUpDown.TabIndex = 17;
|
|
this.superRodFourMinUpDown.ValueChanged += new System.EventHandler(this.superRodFourMinUpDown_ValueChanged);
|
|
//
|
|
// label71
|
|
//
|
|
this.label71.AutoSize = true;
|
|
this.label71.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label71.Location = new System.Drawing.Point(18, 161);
|
|
this.label71.Name = "label71";
|
|
this.label71.Size = new System.Drawing.Size(21, 13);
|
|
this.label71.TabIndex = 16;
|
|
this.label71.Text = "4%";
|
|
//
|
|
// superRodFourComboBox
|
|
//
|
|
this.superRodFourComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.superRodFourComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodFourComboBox_SelectedIndexChanged);
|
|
//
|
|
// superRodFiveMaxUpDown
|
|
//
|
|
this.superRodFiveMaxUpDown.Location = new System.Drawing.Point(265, 132);
|
|
this.superRodFiveMaxUpDown.Name = "superRodFiveMaxUpDown";
|
|
this.superRodFiveMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodFiveMaxUpDown.TabIndex = 14;
|
|
this.superRodFiveMaxUpDown.ValueChanged += new System.EventHandler(this.superRodFiveMaxUpDown_ValueChanged);
|
|
//
|
|
// superRodFiveMinUpDown
|
|
//
|
|
this.superRodFiveMinUpDown.Location = new System.Drawing.Point(217, 132);
|
|
this.superRodFiveMinUpDown.Name = "superRodFiveMinUpDown";
|
|
this.superRodFiveMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodFiveMinUpDown.TabIndex = 13;
|
|
this.superRodFiveMinUpDown.ValueChanged += new System.EventHandler(this.superRodFiveMinUpDown_ValueChanged);
|
|
//
|
|
// label72
|
|
//
|
|
this.label72.AutoSize = true;
|
|
this.label72.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label72.Location = new System.Drawing.Point(18, 134);
|
|
this.label72.Name = "label72";
|
|
this.label72.Size = new System.Drawing.Size(21, 13);
|
|
this.label72.TabIndex = 12;
|
|
this.label72.Text = "5%";
|
|
//
|
|
// superRodFiveComboBox
|
|
//
|
|
this.superRodFiveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.superRodFiveComboBox.FormattingEnabled = true;
|
|
this.superRodFiveComboBox.Location = new System.Drawing.Point(45, 131);
|
|
this.superRodFiveComboBox.Name = "superRodFiveComboBox";
|
|
this.superRodFiveComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.superRodFiveComboBox.TabIndex = 11;
|
|
this.superRodFiveComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodFiveComboBox_SelectedIndexChanged);
|
|
//
|
|
// superRodThirtyMaxUpDown
|
|
//
|
|
this.superRodThirtyMaxUpDown.Location = new System.Drawing.Point(265, 105);
|
|
this.superRodThirtyMaxUpDown.Name = "superRodThirtyMaxUpDown";
|
|
this.superRodThirtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodThirtyMaxUpDown.TabIndex = 10;
|
|
this.superRodThirtyMaxUpDown.ValueChanged += new System.EventHandler(this.superRodThirtyMaxUpDown_ValueChanged);
|
|
//
|
|
// superRodThirtyMinUpDown
|
|
//
|
|
this.superRodThirtyMinUpDown.Location = new System.Drawing.Point(217, 105);
|
|
this.superRodThirtyMinUpDown.Name = "superRodThirtyMinUpDown";
|
|
this.superRodThirtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodThirtyMinUpDown.TabIndex = 9;
|
|
this.superRodThirtyMinUpDown.ValueChanged += new System.EventHandler(this.superRodThirtyMinUpDown_ValueChanged);
|
|
//
|
|
// label73
|
|
//
|
|
this.label73.AutoSize = true;
|
|
this.label73.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label73.Location = new System.Drawing.Point(12, 107);
|
|
this.label73.Name = "label73";
|
|
this.label73.Size = new System.Drawing.Size(27, 13);
|
|
this.label73.TabIndex = 8;
|
|
this.label73.Text = "30%";
|
|
//
|
|
// superRodThirtyComboBox
|
|
//
|
|
this.superRodThirtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.superRodThirtyComboBox.FormattingEnabled = true;
|
|
this.superRodThirtyComboBox.Location = new System.Drawing.Point(45, 104);
|
|
this.superRodThirtyComboBox.Name = "superRodThirtyComboBox";
|
|
this.superRodThirtyComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.superRodThirtyComboBox.TabIndex = 7;
|
|
this.superRodThirtyComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodThirtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// superRodSixtyMaxUpDown
|
|
//
|
|
this.superRodSixtyMaxUpDown.Location = new System.Drawing.Point(265, 78);
|
|
this.superRodSixtyMaxUpDown.Name = "superRodSixtyMaxUpDown";
|
|
this.superRodSixtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodSixtyMaxUpDown.TabIndex = 6;
|
|
this.superRodSixtyMaxUpDown.ValueChanged += new System.EventHandler(this.superRodSixtyMaxUpDown_ValueChanged);
|
|
//
|
|
// superRodSixtyMinUpDown
|
|
//
|
|
this.superRodSixtyMinUpDown.Location = new System.Drawing.Point(217, 78);
|
|
this.superRodSixtyMinUpDown.Name = "superRodSixtyMinUpDown";
|
|
this.superRodSixtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.superRodSixtyMinUpDown.TabIndex = 5;
|
|
this.superRodSixtyMinUpDown.ValueChanged += new System.EventHandler(this.superRodSixtyMinUpDown_ValueChanged);
|
|
//
|
|
// label74
|
|
//
|
|
this.label74.AutoSize = true;
|
|
this.label74.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label74.Location = new System.Drawing.Point(12, 80);
|
|
this.label74.Name = "label74";
|
|
this.label74.Size = new System.Drawing.Size(27, 13);
|
|
this.label74.TabIndex = 4;
|
|
this.label74.Text = "60%";
|
|
//
|
|
// superRodSixtyComboBox
|
|
//
|
|
this.superRodSixtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.superRodSixtyComboBox.FormattingEnabled = true;
|
|
this.superRodSixtyComboBox.Location = new System.Drawing.Point(45, 77);
|
|
this.superRodSixtyComboBox.Name = "superRodSixtyComboBox";
|
|
this.superRodSixtyComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.superRodSixtyComboBox.TabIndex = 3;
|
|
this.superRodSixtyComboBox.SelectedIndexChanged += new System.EventHandler(this.superRodSixtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodGroupBox
|
|
//
|
|
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.goodRodOneMaxUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodOneMinUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.label54);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodOneComboBox);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFourMaxUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFourMinUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.label55);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFourComboBox);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFiveMaxUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFiveMinUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.label56);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodFiveComboBox);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodThirtyMaxUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodThirtyMinUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.label57);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodThirtyComboBox);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodSixtyMaxUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodSixtyMinUpDown);
|
|
this.goodRodGroupBox.Controls.Add(this.label58);
|
|
this.goodRodGroupBox.Controls.Add(this.goodRodSixtyComboBox);
|
|
this.goodRodGroupBox.Location = new System.Drawing.Point(17, 234);
|
|
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;
|
|
this.goodRodRateUpDown.ValueChanged += new System.EventHandler(this.goodRodRateUpDown_ValueChanged);
|
|
//
|
|
// 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";
|
|
//
|
|
// goodRodOneMaxUpDown
|
|
//
|
|
this.goodRodOneMaxUpDown.Location = new System.Drawing.Point(265, 186);
|
|
this.goodRodOneMaxUpDown.Name = "goodRodOneMaxUpDown";
|
|
this.goodRodOneMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodOneMaxUpDown.TabIndex = 22;
|
|
this.goodRodOneMaxUpDown.ValueChanged += new System.EventHandler(this.goodRodOneMaxUpDown_ValueChanged);
|
|
//
|
|
// goodRodOneMinUpDown
|
|
//
|
|
this.goodRodOneMinUpDown.Location = new System.Drawing.Point(217, 186);
|
|
this.goodRodOneMinUpDown.Name = "goodRodOneMinUpDown";
|
|
this.goodRodOneMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodOneMinUpDown.TabIndex = 21;
|
|
this.goodRodOneMinUpDown.ValueChanged += new System.EventHandler(this.goodRodOneMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.goodRodOneComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodOneComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodFourMaxUpDown
|
|
//
|
|
this.goodRodFourMaxUpDown.Location = new System.Drawing.Point(265, 159);
|
|
this.goodRodFourMaxUpDown.Name = "goodRodFourMaxUpDown";
|
|
this.goodRodFourMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodFourMaxUpDown.TabIndex = 18;
|
|
this.goodRodFourMaxUpDown.ValueChanged += new System.EventHandler(this.goodRodFourMaxUpDown_ValueChanged);
|
|
//
|
|
// goodRodFourMinUpDown
|
|
//
|
|
this.goodRodFourMinUpDown.Location = new System.Drawing.Point(217, 159);
|
|
this.goodRodFourMinUpDown.Name = "goodRodFourMinUpDown";
|
|
this.goodRodFourMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodFourMinUpDown.TabIndex = 17;
|
|
this.goodRodFourMinUpDown.ValueChanged += new System.EventHandler(this.goodRodFourMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.goodRodFourComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodFourComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodFiveMaxUpDown
|
|
//
|
|
this.goodRodFiveMaxUpDown.Location = new System.Drawing.Point(265, 132);
|
|
this.goodRodFiveMaxUpDown.Name = "goodRodFiveMaxUpDown";
|
|
this.goodRodFiveMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodFiveMaxUpDown.TabIndex = 14;
|
|
this.goodRodFiveMaxUpDown.ValueChanged += new System.EventHandler(this.goodRodFiveMaxUpDown_ValueChanged);
|
|
//
|
|
// goodRodFiveMinUpDown
|
|
//
|
|
this.goodRodFiveMinUpDown.Location = new System.Drawing.Point(217, 132);
|
|
this.goodRodFiveMinUpDown.Name = "goodRodFiveMinUpDown";
|
|
this.goodRodFiveMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodFiveMinUpDown.TabIndex = 13;
|
|
this.goodRodFiveMinUpDown.ValueChanged += new System.EventHandler(this.goodRodFiveMinUpDown_ValueChanged);
|
|
//
|
|
// label56
|
|
//
|
|
this.label56.AutoSize = true;
|
|
this.label56.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label56.Location = new System.Drawing.Point(18, 134);
|
|
this.label56.Name = "label56";
|
|
this.label56.Size = new System.Drawing.Size(21, 13);
|
|
this.label56.TabIndex = 12;
|
|
this.label56.Text = "5%";
|
|
//
|
|
// goodRodFiveComboBox
|
|
//
|
|
this.goodRodFiveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.goodRodFiveComboBox.FormattingEnabled = true;
|
|
this.goodRodFiveComboBox.Location = new System.Drawing.Point(45, 131);
|
|
this.goodRodFiveComboBox.Name = "goodRodFiveComboBox";
|
|
this.goodRodFiveComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.goodRodFiveComboBox.TabIndex = 11;
|
|
this.goodRodFiveComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodFiveComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodThirtyMaxUpDown
|
|
//
|
|
this.goodRodThirtyMaxUpDown.Location = new System.Drawing.Point(265, 105);
|
|
this.goodRodThirtyMaxUpDown.Name = "goodRodThirtyMaxUpDown";
|
|
this.goodRodThirtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodThirtyMaxUpDown.TabIndex = 10;
|
|
this.goodRodThirtyMaxUpDown.ValueChanged += new System.EventHandler(this.goodRodThirtyMaxUpDown_ValueChanged);
|
|
//
|
|
// goodRodThirtyMinUpDown
|
|
//
|
|
this.goodRodThirtyMinUpDown.Location = new System.Drawing.Point(217, 105);
|
|
this.goodRodThirtyMinUpDown.Name = "goodRodThirtyMinUpDown";
|
|
this.goodRodThirtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodThirtyMinUpDown.TabIndex = 9;
|
|
this.goodRodThirtyMinUpDown.ValueChanged += new System.EventHandler(this.goodRodThirtyMinUpDown_ValueChanged);
|
|
//
|
|
// 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 = "30%";
|
|
//
|
|
// goodRodThirtyComboBox
|
|
//
|
|
this.goodRodThirtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.goodRodThirtyComboBox.FormattingEnabled = true;
|
|
this.goodRodThirtyComboBox.Location = new System.Drawing.Point(45, 104);
|
|
this.goodRodThirtyComboBox.Name = "goodRodThirtyComboBox";
|
|
this.goodRodThirtyComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.goodRodThirtyComboBox.TabIndex = 7;
|
|
this.goodRodThirtyComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodThirtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// goodRodSixtyMaxUpDown
|
|
//
|
|
this.goodRodSixtyMaxUpDown.Location = new System.Drawing.Point(265, 78);
|
|
this.goodRodSixtyMaxUpDown.Name = "goodRodSixtyMaxUpDown";
|
|
this.goodRodSixtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodSixtyMaxUpDown.TabIndex = 6;
|
|
this.goodRodSixtyMaxUpDown.ValueChanged += new System.EventHandler(this.goodRodSixtyMaxUpDown_ValueChanged);
|
|
//
|
|
// goodRodSixtyMinUpDown
|
|
//
|
|
this.goodRodSixtyMinUpDown.Location = new System.Drawing.Point(217, 78);
|
|
this.goodRodSixtyMinUpDown.Name = "goodRodSixtyMinUpDown";
|
|
this.goodRodSixtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.goodRodSixtyMinUpDown.TabIndex = 5;
|
|
this.goodRodSixtyMinUpDown.ValueChanged += new System.EventHandler(this.goodRodSixtyMinUpDown_ValueChanged);
|
|
//
|
|
// 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 = "60%";
|
|
//
|
|
// goodRodSixtyComboBox
|
|
//
|
|
this.goodRodSixtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.goodRodSixtyComboBox.FormattingEnabled = true;
|
|
this.goodRodSixtyComboBox.Location = new System.Drawing.Point(45, 77);
|
|
this.goodRodSixtyComboBox.Name = "goodRodSixtyComboBox";
|
|
this.goodRodSixtyComboBox.Size = new System.Drawing.Size(154, 21);
|
|
this.goodRodSixtyComboBox.TabIndex = 3;
|
|
this.goodRodSixtyComboBox.SelectedIndexChanged += new System.EventHandler(this.goodRodSixtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// oldRodGroupBox
|
|
//
|
|
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.oldRodOneMaxUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodOneMinUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.label46);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodOneComboBox);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFourMaxUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFourMinUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.label47);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFourComboBox);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFiveMaxUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFiveMinUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.label48);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodFiveComboBox);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyMaxUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyMinUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.label49);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodThirtyComboBox);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyMaxUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyMinUpDown);
|
|
this.oldRodGroupBox.Controls.Add(this.label50);
|
|
this.oldRodGroupBox.Controls.Add(this.oldRodSixtyComboBox);
|
|
this.oldRodGroupBox.Location = new System.Drawing.Point(367, 6);
|
|
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";
|
|
//
|
|
// 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;
|
|
this.oldRodRateUpDown.ValueChanged += new System.EventHandler(this.oldRodRateUpDown_ValueChanged);
|
|
//
|
|
// 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";
|
|
//
|
|
// oldRodOneMaxUpDown
|
|
//
|
|
this.oldRodOneMaxUpDown.Location = new System.Drawing.Point(265, 186);
|
|
this.oldRodOneMaxUpDown.Name = "oldRodOneMaxUpDown";
|
|
this.oldRodOneMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodOneMaxUpDown.TabIndex = 22;
|
|
this.oldRodOneMaxUpDown.ValueChanged += new System.EventHandler(this.oldRodOneMaxUpDown_ValueChanged);
|
|
//
|
|
// oldRodOneMinUpDown
|
|
//
|
|
this.oldRodOneMinUpDown.Location = new System.Drawing.Point(217, 186);
|
|
this.oldRodOneMinUpDown.Name = "oldRodOneMinUpDown";
|
|
this.oldRodOneMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodOneMinUpDown.TabIndex = 21;
|
|
this.oldRodOneMinUpDown.ValueChanged += new System.EventHandler(this.oldRodOneMinUpDown_ValueChanged);
|
|
//
|
|
// label46
|
|
//
|
|
this.label46.AutoSize = true;
|
|
this.label46.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label46.Location = new System.Drawing.Point(18, 188);
|
|
this.label46.Name = "label46";
|
|
this.label46.Size = new System.Drawing.Size(21, 13);
|
|
this.label46.TabIndex = 20;
|
|
this.label46.Text = "1%";
|
|
//
|
|
// oldRodOneComboBox
|
|
//
|
|
this.oldRodOneComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.oldRodOneComboBox.SelectedIndexChanged += new System.EventHandler(this.oldRodOneComboBox_SelectedIndexChanged);
|
|
//
|
|
// oldRodFourMaxUpDown
|
|
//
|
|
this.oldRodFourMaxUpDown.Location = new System.Drawing.Point(265, 159);
|
|
this.oldRodFourMaxUpDown.Name = "oldRodFourMaxUpDown";
|
|
this.oldRodFourMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodFourMaxUpDown.TabIndex = 18;
|
|
this.oldRodFourMaxUpDown.ValueChanged += new System.EventHandler(this.oldRodFourMaxUpDown_ValueChanged);
|
|
//
|
|
// oldRodFourMinUpDown
|
|
//
|
|
this.oldRodFourMinUpDown.Location = new System.Drawing.Point(217, 159);
|
|
this.oldRodFourMinUpDown.Name = "oldRodFourMinUpDown";
|
|
this.oldRodFourMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodFourMinUpDown.TabIndex = 17;
|
|
this.oldRodFourMinUpDown.ValueChanged += new System.EventHandler(this.oldRodFourMinUpDown_ValueChanged);
|
|
//
|
|
// label47
|
|
//
|
|
this.label47.AutoSize = true;
|
|
this.label47.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label47.Location = new System.Drawing.Point(18, 161);
|
|
this.label47.Name = "label47";
|
|
this.label47.Size = new System.Drawing.Size(21, 13);
|
|
this.label47.TabIndex = 16;
|
|
this.label47.Text = "4%";
|
|
//
|
|
// oldRodFourComboBox
|
|
//
|
|
this.oldRodFourComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.oldRodFourComboBox.SelectedIndexChanged += new System.EventHandler(this.oldRodFourComboBox_SelectedIndexChanged);
|
|
//
|
|
// oldRodFiveMaxUpDown
|
|
//
|
|
this.oldRodFiveMaxUpDown.Location = new System.Drawing.Point(265, 132);
|
|
this.oldRodFiveMaxUpDown.Name = "oldRodFiveMaxUpDown";
|
|
this.oldRodFiveMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodFiveMaxUpDown.TabIndex = 14;
|
|
this.oldRodFiveMaxUpDown.ValueChanged += new System.EventHandler(this.oldRodFiveMaxUpDown_ValueChanged);
|
|
//
|
|
// oldRodFiveMinUpDown
|
|
//
|
|
this.oldRodFiveMinUpDown.Location = new System.Drawing.Point(217, 132);
|
|
this.oldRodFiveMinUpDown.Name = "oldRodFiveMinUpDown";
|
|
this.oldRodFiveMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodFiveMinUpDown.TabIndex = 13;
|
|
this.oldRodFiveMinUpDown.ValueChanged += new System.EventHandler(this.oldRodFiveMinUpDown_ValueChanged);
|
|
//
|
|
// label48
|
|
//
|
|
this.label48.AutoSize = true;
|
|
this.label48.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label48.Location = new System.Drawing.Point(18, 134);
|
|
this.label48.Name = "label48";
|
|
this.label48.Size = new System.Drawing.Size(21, 13);
|
|
this.label48.TabIndex = 12;
|
|
this.label48.Text = "5%";
|
|
//
|
|
// oldRodFiveComboBox
|
|
//
|
|
this.oldRodFiveComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.oldRodFiveComboBox.SelectedIndexChanged += new System.EventHandler(this.oldRodFiveComboBox_SelectedIndexChanged);
|
|
//
|
|
// oldRodThirtyMaxUpDown
|
|
//
|
|
this.oldRodThirtyMaxUpDown.Location = new System.Drawing.Point(265, 105);
|
|
this.oldRodThirtyMaxUpDown.Name = "oldRodThirtyMaxUpDown";
|
|
this.oldRodThirtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodThirtyMaxUpDown.TabIndex = 10;
|
|
this.oldRodThirtyMaxUpDown.ValueChanged += new System.EventHandler(this.oldRodThirtyMaxUpDown_ValueChanged);
|
|
//
|
|
// oldRodThirtyMinUpDown
|
|
//
|
|
this.oldRodThirtyMinUpDown.Location = new System.Drawing.Point(217, 105);
|
|
this.oldRodThirtyMinUpDown.Name = "oldRodThirtyMinUpDown";
|
|
this.oldRodThirtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodThirtyMinUpDown.TabIndex = 9;
|
|
this.oldRodThirtyMinUpDown.ValueChanged += new System.EventHandler(this.oldRodThirtyMinUpDown_ValueChanged);
|
|
//
|
|
// label49
|
|
//
|
|
this.label49.AutoSize = true;
|
|
this.label49.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label49.Location = new System.Drawing.Point(12, 107);
|
|
this.label49.Name = "label49";
|
|
this.label49.Size = new System.Drawing.Size(27, 13);
|
|
this.label49.TabIndex = 8;
|
|
this.label49.Text = "30%";
|
|
//
|
|
// oldRodThirtyComboBox
|
|
//
|
|
this.oldRodThirtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.oldRodThirtyComboBox.SelectedIndexChanged += new System.EventHandler(this.oldRodThirtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// oldRodSixtyMaxUpDown
|
|
//
|
|
this.oldRodSixtyMaxUpDown.Location = new System.Drawing.Point(265, 78);
|
|
this.oldRodSixtyMaxUpDown.Name = "oldRodSixtyMaxUpDown";
|
|
this.oldRodSixtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodSixtyMaxUpDown.TabIndex = 6;
|
|
this.oldRodSixtyMaxUpDown.ValueChanged += new System.EventHandler(this.oldRodSixtyMaxUpDown_ValueChanged);
|
|
//
|
|
// oldRodSixtyMinUpDown
|
|
//
|
|
this.oldRodSixtyMinUpDown.Location = new System.Drawing.Point(217, 78);
|
|
this.oldRodSixtyMinUpDown.Name = "oldRodSixtyMinUpDown";
|
|
this.oldRodSixtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.oldRodSixtyMinUpDown.TabIndex = 5;
|
|
this.oldRodSixtyMinUpDown.ValueChanged += new System.EventHandler(this.oldRodSixtyMinUpDown_ValueChanged);
|
|
//
|
|
// label50
|
|
//
|
|
this.label50.AutoSize = true;
|
|
this.label50.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.label50.Location = new System.Drawing.Point(12, 80);
|
|
this.label50.Name = "label50";
|
|
this.label50.Size = new System.Drawing.Size(27, 13);
|
|
this.label50.TabIndex = 4;
|
|
this.label50.Text = "60%";
|
|
//
|
|
// oldRodSixtyComboBox
|
|
//
|
|
this.oldRodSixtyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.oldRodSixtyComboBox.SelectedIndexChanged += new System.EventHandler(this.oldRodSixtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// surfGroupBox
|
|
//
|
|
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.surfOneMaxUpDown);
|
|
this.surfGroupBox.Controls.Add(this.surfOneMinUpDown);
|
|
this.surfGroupBox.Controls.Add(this.label62);
|
|
this.surfGroupBox.Controls.Add(this.surfOneComboBox);
|
|
this.surfGroupBox.Controls.Add(this.surfFourMaxUpDown);
|
|
this.surfGroupBox.Controls.Add(this.surfFourMinUpDown);
|
|
this.surfGroupBox.Controls.Add(this.label63);
|
|
this.surfGroupBox.Controls.Add(this.surfFourComboBox);
|
|
this.surfGroupBox.Controls.Add(this.surfFiveMaxUpDown);
|
|
this.surfGroupBox.Controls.Add(this.surfFiveMinUpDown);
|
|
this.surfGroupBox.Controls.Add(this.label64);
|
|
this.surfGroupBox.Controls.Add(this.surfFiveComboBox);
|
|
this.surfGroupBox.Controls.Add(this.surfThirtyMaxUpDown);
|
|
this.surfGroupBox.Controls.Add(this.surfThirtyMinUpDown);
|
|
this.surfGroupBox.Controls.Add(this.label65);
|
|
this.surfGroupBox.Controls.Add(this.surfThirtyComboBox);
|
|
this.surfGroupBox.Controls.Add(this.surfSixtyMaxUpDown);
|
|
this.surfGroupBox.Controls.Add(this.surfSixtyMinUpDown);
|
|
this.surfGroupBox.Controls.Add(this.label66);
|
|
this.surfGroupBox.Controls.Add(this.surfSixtyComboBox);
|
|
this.surfGroupBox.Location = new System.Drawing.Point(17, 6);
|
|
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;
|
|
this.surfRateUpDown.ValueChanged += new System.EventHandler(this.surfRateUpDown_ValueChanged);
|
|
//
|
|
// 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";
|
|
//
|
|
// surfOneMaxUpDown
|
|
//
|
|
this.surfOneMaxUpDown.Location = new System.Drawing.Point(265, 186);
|
|
this.surfOneMaxUpDown.Name = "surfOneMaxUpDown";
|
|
this.surfOneMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfOneMaxUpDown.TabIndex = 22;
|
|
this.surfOneMaxUpDown.ValueChanged += new System.EventHandler(this.surfOneMaxUpDown_ValueChanged);
|
|
//
|
|
// surfOneMinUpDown
|
|
//
|
|
this.surfOneMinUpDown.Location = new System.Drawing.Point(217, 186);
|
|
this.surfOneMinUpDown.Name = "surfOneMinUpDown";
|
|
this.surfOneMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfOneMinUpDown.TabIndex = 21;
|
|
this.surfOneMinUpDown.ValueChanged += new System.EventHandler(this.surfOneMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.surfOneComboBox.SelectedIndexChanged += new System.EventHandler(this.surfOneComboBox_SelectedIndexChanged);
|
|
//
|
|
// surfFourMaxUpDown
|
|
//
|
|
this.surfFourMaxUpDown.Location = new System.Drawing.Point(265, 159);
|
|
this.surfFourMaxUpDown.Name = "surfFourMaxUpDown";
|
|
this.surfFourMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfFourMaxUpDown.TabIndex = 18;
|
|
this.surfFourMaxUpDown.ValueChanged += new System.EventHandler(this.surfFourMaxUpDown_ValueChanged);
|
|
//
|
|
// surfFourMinUpDown
|
|
//
|
|
this.surfFourMinUpDown.Location = new System.Drawing.Point(217, 159);
|
|
this.surfFourMinUpDown.Name = "surfFourMinUpDown";
|
|
this.surfFourMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfFourMinUpDown.TabIndex = 17;
|
|
this.surfFourMinUpDown.ValueChanged += new System.EventHandler(this.surfFourMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.surfFourComboBox.SelectedIndexChanged += new System.EventHandler(this.surfFourComboBox_SelectedIndexChanged);
|
|
//
|
|
// surfFiveMaxUpDown
|
|
//
|
|
this.surfFiveMaxUpDown.Location = new System.Drawing.Point(265, 132);
|
|
this.surfFiveMaxUpDown.Name = "surfFiveMaxUpDown";
|
|
this.surfFiveMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfFiveMaxUpDown.TabIndex = 14;
|
|
this.surfFiveMaxUpDown.ValueChanged += new System.EventHandler(this.surfFiveMaxUpDown_ValueChanged);
|
|
//
|
|
// surfFiveMinUpDown
|
|
//
|
|
this.surfFiveMinUpDown.Location = new System.Drawing.Point(217, 132);
|
|
this.surfFiveMinUpDown.Name = "surfFiveMinUpDown";
|
|
this.surfFiveMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfFiveMinUpDown.TabIndex = 13;
|
|
this.surfFiveMinUpDown.ValueChanged += new System.EventHandler(this.surfFiveMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.surfFiveComboBox.SelectedIndexChanged += new System.EventHandler(this.surfFiveComboBox_SelectedIndexChanged);
|
|
//
|
|
// surfThirtyMaxUpDown
|
|
//
|
|
this.surfThirtyMaxUpDown.Location = new System.Drawing.Point(265, 105);
|
|
this.surfThirtyMaxUpDown.Name = "surfThirtyMaxUpDown";
|
|
this.surfThirtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfThirtyMaxUpDown.TabIndex = 10;
|
|
this.surfThirtyMaxUpDown.ValueChanged += new System.EventHandler(this.surfThirtyMaxUpDown_ValueChanged);
|
|
//
|
|
// surfThirtyMinUpDown
|
|
//
|
|
this.surfThirtyMinUpDown.Location = new System.Drawing.Point(217, 105);
|
|
this.surfThirtyMinUpDown.Name = "surfThirtyMinUpDown";
|
|
this.surfThirtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfThirtyMinUpDown.TabIndex = 9;
|
|
this.surfThirtyMinUpDown.ValueChanged += new System.EventHandler(this.surfThirtyMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.surfThirtyComboBox.SelectedIndexChanged += new System.EventHandler(this.surfThirtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// surfSixtyMaxUpDown
|
|
//
|
|
this.surfSixtyMaxUpDown.Location = new System.Drawing.Point(265, 78);
|
|
this.surfSixtyMaxUpDown.Name = "surfSixtyMaxUpDown";
|
|
this.surfSixtyMaxUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfSixtyMaxUpDown.TabIndex = 6;
|
|
this.surfSixtyMaxUpDown.ValueChanged += new System.EventHandler(this.surfSixtyMaxUpDown_ValueChanged);
|
|
//
|
|
// surfSixtyMinUpDown
|
|
//
|
|
this.surfSixtyMinUpDown.Location = new System.Drawing.Point(217, 78);
|
|
this.surfSixtyMinUpDown.Name = "surfSixtyMinUpDown";
|
|
this.surfSixtyMinUpDown.Size = new System.Drawing.Size(42, 20);
|
|
this.surfSixtyMinUpDown.TabIndex = 5;
|
|
this.surfSixtyMinUpDown.ValueChanged += new System.EventHandler(this.surfSixtyMinUpDown_ValueChanged);
|
|
//
|
|
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
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;
|
|
this.surfSixtyComboBox.SelectedIndexChanged += new System.EventHandler(this.surfSixtyComboBox_SelectedIndexChanged);
|
|
//
|
|
// WildEditorHGSS
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(758, 555);
|
|
this.Controls.Add(this.mainTabControl);
|
|
this.Controls.Add(this.removeEncounterFileButton);
|
|
this.Controls.Add(this.addEncounterFileButton);
|
|
this.Controls.Add(this.selectEncounterComboBox);
|
|
this.Controls.Add(this.exportEncounterFileButton);
|
|
this.Controls.Add(this.importEncounterFileButton);
|
|
this.Controls.Add(this.saveEncountersButton);
|
|
this.Controls.Add(this.encounterFileLabel);
|
|
this.Name = "WildEditorHGSS";
|
|
this.Text = "Wild Pokémon Editor";
|
|
this.mainTabControl.ResumeLayout(false);
|
|
this.grassGroundTabPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.rockSmashGroupBox.ResumeLayout(false);
|
|
this.rockSmashGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashTenMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashTenMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashNinetyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashNinetyMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rockSmashRateUpDown)).EndInit();
|
|
this.radioMusicComboBox.ResumeLayout(false);
|
|
this.radioMusicComboBox.PerformLayout();
|
|
this.swarmsGroupBox.ResumeLayout(false);
|
|
this.swarmsGroupBox.PerformLayout();
|
|
this.walkingGroupBox.ResumeLayout(false);
|
|
this.walkingGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.walkingRateUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oneSecondLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oneFirstLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fourSecondLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fourFirstLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fiveSecondLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fiveFirstLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenFourthLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenThirdLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenSecondLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tenFirstLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.twentySecondLevelUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.twentyFirstLevelUpDown)).EndInit();
|
|
this.waterTabPage.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.surfPicture)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
|
this.superRodGroupBox.ResumeLayout(false);
|
|
this.superRodGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodRateUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodOneMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodOneMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFourMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFourMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFiveMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodFiveMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodThirtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodThirtyMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodSixtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.superRodSixtyMinUpDown)).EndInit();
|
|
this.goodRodGroupBox.ResumeLayout(false);
|
|
this.goodRodGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodRateUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodOneMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFourMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFiveMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodFiveMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodThirtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodThirtyMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodSixtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.goodRodSixtyMinUpDown)).EndInit();
|
|
this.oldRodGroupBox.ResumeLayout(false);
|
|
this.oldRodGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodRateUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodOneMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFourMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodFiveMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodThirtyMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.oldRodSixtyMinUpDown)).EndInit();
|
|
this.surfGroupBox.ResumeLayout(false);
|
|
this.surfGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfRateUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfOneMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfOneMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFourMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFourMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFiveMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfFiveMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfThirtyMinUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMaxUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.surfSixtyMinUpDown)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button removeEncounterFileButton;
|
|
private System.Windows.Forms.Button addEncounterFileButton;
|
|
private System.Windows.Forms.ComboBox selectEncounterComboBox;
|
|
private System.Windows.Forms.Button exportEncounterFileButton;
|
|
private System.Windows.Forms.Button importEncounterFileButton;
|
|
private System.Windows.Forms.Button saveEncountersButton;
|
|
private System.Windows.Forms.Label encounterFileLabel;
|
|
private System.Windows.Forms.TabControl mainTabControl;
|
|
private System.Windows.Forms.TabPage grassGroundTabPage;
|
|
private System.Windows.Forms.NumericUpDown walkingRateUpDown;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TabPage waterTabPage;
|
|
private System.Windows.Forms.PictureBox pictureBox7;
|
|
private System.Windows.Forms.PictureBox pictureBox6;
|
|
private System.Windows.Forms.PictureBox pictureBox5;
|
|
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 superRodOneMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown superRodOneMinUpDown;
|
|
private System.Windows.Forms.Label label70;
|
|
private System.Windows.Forms.ComboBox superRodOneComboBox;
|
|
private System.Windows.Forms.NumericUpDown superRodFourMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown superRodFourMinUpDown;
|
|
private System.Windows.Forms.Label label71;
|
|
private System.Windows.Forms.ComboBox superRodFourComboBox;
|
|
private System.Windows.Forms.NumericUpDown superRodFiveMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown superRodFiveMinUpDown;
|
|
private System.Windows.Forms.Label label72;
|
|
private System.Windows.Forms.ComboBox superRodFiveComboBox;
|
|
private System.Windows.Forms.NumericUpDown superRodThirtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown superRodThirtyMinUpDown;
|
|
private System.Windows.Forms.Label label73;
|
|
private System.Windows.Forms.ComboBox superRodThirtyComboBox;
|
|
private System.Windows.Forms.NumericUpDown superRodSixtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown superRodSixtyMinUpDown;
|
|
private System.Windows.Forms.Label label74;
|
|
private System.Windows.Forms.ComboBox superRodSixtyComboBox;
|
|
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 goodRodOneMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown goodRodOneMinUpDown;
|
|
private System.Windows.Forms.Label label54;
|
|
private System.Windows.Forms.ComboBox goodRodOneComboBox;
|
|
private System.Windows.Forms.NumericUpDown goodRodFourMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown goodRodFourMinUpDown;
|
|
private System.Windows.Forms.Label label55;
|
|
private System.Windows.Forms.ComboBox goodRodFourComboBox;
|
|
private System.Windows.Forms.NumericUpDown goodRodFiveMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown goodRodFiveMinUpDown;
|
|
private System.Windows.Forms.Label label56;
|
|
private System.Windows.Forms.ComboBox goodRodFiveComboBox;
|
|
private System.Windows.Forms.NumericUpDown goodRodThirtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown goodRodThirtyMinUpDown;
|
|
private System.Windows.Forms.Label label57;
|
|
private System.Windows.Forms.ComboBox goodRodThirtyComboBox;
|
|
private System.Windows.Forms.NumericUpDown goodRodSixtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown goodRodSixtyMinUpDown;
|
|
private System.Windows.Forms.Label label58;
|
|
private System.Windows.Forms.ComboBox goodRodSixtyComboBox;
|
|
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 oldRodOneMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown oldRodOneMinUpDown;
|
|
private System.Windows.Forms.Label label46;
|
|
private System.Windows.Forms.ComboBox oldRodOneComboBox;
|
|
private System.Windows.Forms.NumericUpDown oldRodFourMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown oldRodFourMinUpDown;
|
|
private System.Windows.Forms.Label label47;
|
|
private System.Windows.Forms.ComboBox oldRodFourComboBox;
|
|
private System.Windows.Forms.NumericUpDown oldRodFiveMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown oldRodFiveMinUpDown;
|
|
private System.Windows.Forms.Label label48;
|
|
private System.Windows.Forms.ComboBox oldRodFiveComboBox;
|
|
private System.Windows.Forms.NumericUpDown oldRodThirtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown oldRodThirtyMinUpDown;
|
|
private System.Windows.Forms.Label label49;
|
|
private System.Windows.Forms.ComboBox oldRodThirtyComboBox;
|
|
private System.Windows.Forms.NumericUpDown oldRodSixtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown oldRodSixtyMinUpDown;
|
|
private System.Windows.Forms.Label label50;
|
|
private System.Windows.Forms.ComboBox oldRodSixtyComboBox;
|
|
private System.Windows.Forms.GroupBox surfGroupBox;
|
|
private System.Windows.Forms.Label label68;
|
|
private System.Windows.Forms.Label label67;
|
|
private System.Windows.Forms.NumericUpDown surfRateUpDown;
|
|
private System.Windows.Forms.Label label61;
|
|
private System.Windows.Forms.NumericUpDown surfOneMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown surfOneMinUpDown;
|
|
private System.Windows.Forms.Label label62;
|
|
private System.Windows.Forms.ComboBox surfOneComboBox;
|
|
private System.Windows.Forms.NumericUpDown surfFourMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown surfFourMinUpDown;
|
|
private System.Windows.Forms.Label label63;
|
|
private System.Windows.Forms.ComboBox surfFourComboBox;
|
|
private System.Windows.Forms.NumericUpDown surfFiveMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown surfFiveMinUpDown;
|
|
private System.Windows.Forms.Label label64;
|
|
private System.Windows.Forms.ComboBox surfFiveComboBox;
|
|
private System.Windows.Forms.NumericUpDown surfThirtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown surfThirtyMinUpDown;
|
|
private System.Windows.Forms.Label label65;
|
|
private System.Windows.Forms.ComboBox surfThirtyComboBox;
|
|
private System.Windows.Forms.NumericUpDown surfSixtyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown surfSixtyMinUpDown;
|
|
private System.Windows.Forms.Label label66;
|
|
private System.Windows.Forms.ComboBox surfSixtyComboBox;
|
|
private System.Windows.Forms.GroupBox walkingGroupBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox nightOneSecondComboBox;
|
|
private System.Windows.Forms.ComboBox nightOneFirstComboBox;
|
|
private System.Windows.Forms.ComboBox nightFourSecondComboBox;
|
|
private System.Windows.Forms.ComboBox nightFourFirstComboBox;
|
|
private System.Windows.Forms.ComboBox nightFiveSecondComboBox;
|
|
private System.Windows.Forms.ComboBox nightFiveFirstComboBox;
|
|
private System.Windows.Forms.ComboBox nightTenFourthComboBox;
|
|
private System.Windows.Forms.ComboBox nightTenThirdComboBox;
|
|
private System.Windows.Forms.ComboBox nightTenSecondComboBox;
|
|
private System.Windows.Forms.ComboBox nightTenFirstComboBox;
|
|
private System.Windows.Forms.ComboBox nightTwentySecondComboBox;
|
|
private System.Windows.Forms.ComboBox nightTwentyFirstComboBox;
|
|
private System.Windows.Forms.ComboBox dayOneSecondComboBox;
|
|
private System.Windows.Forms.ComboBox dayOneFirstComboBox;
|
|
private System.Windows.Forms.ComboBox dayFourSecondComboBox;
|
|
private System.Windows.Forms.ComboBox dayFourFirstComboBox;
|
|
private System.Windows.Forms.ComboBox dayFiveSecondComboBox;
|
|
private System.Windows.Forms.ComboBox dayFiveFirstComboBox;
|
|
private System.Windows.Forms.ComboBox dayTenFourthComboBox;
|
|
private System.Windows.Forms.ComboBox dayTenThirdComboBox;
|
|
private System.Windows.Forms.ComboBox dayTenSecondComboBox;
|
|
private System.Windows.Forms.ComboBox dayTenFirstComboBox;
|
|
private System.Windows.Forms.ComboBox dayTwentySecondComboBox;
|
|
private System.Windows.Forms.ComboBox dayTwentyFirstComboBox;
|
|
private System.Windows.Forms.NumericUpDown oneSecondLevelUpDown;
|
|
private System.Windows.Forms.Label label79;
|
|
private System.Windows.Forms.ComboBox morningOneSecondComboBox;
|
|
private System.Windows.Forms.NumericUpDown oneFirstLevelUpDown;
|
|
private System.Windows.Forms.Label label80;
|
|
private System.Windows.Forms.ComboBox morningOneFirstComboBox;
|
|
private System.Windows.Forms.NumericUpDown fourSecondLevelUpDown;
|
|
private System.Windows.Forms.Label label81;
|
|
private System.Windows.Forms.ComboBox morningFourSecondComboBox;
|
|
private System.Windows.Forms.NumericUpDown fourFirstLevelUpDown;
|
|
private System.Windows.Forms.Label label82;
|
|
private System.Windows.Forms.ComboBox morningFourFirstComboBox;
|
|
private System.Windows.Forms.NumericUpDown fiveSecondLevelUpDown;
|
|
private System.Windows.Forms.Label label83;
|
|
private System.Windows.Forms.ComboBox morningFiveSecondComboBox;
|
|
private System.Windows.Forms.NumericUpDown fiveFirstLevelUpDown;
|
|
private System.Windows.Forms.Label label84;
|
|
private System.Windows.Forms.ComboBox morningFiveFirstComboBox;
|
|
private System.Windows.Forms.NumericUpDown tenFourthLevelUpDown;
|
|
private System.Windows.Forms.Label label85;
|
|
private System.Windows.Forms.ComboBox morningTenFourthComboBox;
|
|
private System.Windows.Forms.NumericUpDown tenThirdLevelUpDown;
|
|
private System.Windows.Forms.Label label86;
|
|
private System.Windows.Forms.ComboBox morningTenThirdComboBox;
|
|
private System.Windows.Forms.NumericUpDown tenSecondLevelUpDown;
|
|
private System.Windows.Forms.Label label87;
|
|
private System.Windows.Forms.ComboBox morningTenSecondComboBox;
|
|
private System.Windows.Forms.NumericUpDown tenFirstLevelUpDown;
|
|
private System.Windows.Forms.Label label88;
|
|
private System.Windows.Forms.ComboBox morningTenFirstComboBox;
|
|
private System.Windows.Forms.NumericUpDown twentySecondLevelUpDown;
|
|
private System.Windows.Forms.Label label89;
|
|
private System.Windows.Forms.ComboBox morningTwentySecondComboBox;
|
|
private System.Windows.Forms.NumericUpDown twentyFirstLevelUpDown;
|
|
private System.Windows.Forms.Label label90;
|
|
private System.Windows.Forms.ComboBox morningTwentyFirstComboBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.GroupBox swarmsGroupBox;
|
|
private System.Windows.Forms.ComboBox superRodSwarmComboBox;
|
|
private System.Windows.Forms.ComboBox goodRodSwarmComboBox;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox surfSwarmComboBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox grassSwarmComboBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.GroupBox radioMusicComboBox;
|
|
private System.Windows.Forms.ComboBox sinnohSecondComboBox;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.ComboBox sinnohFirstComboBox;
|
|
private System.Windows.Forms.ComboBox hoennSecondComboBox;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.ComboBox hoennFirstComboBox;
|
|
private System.Windows.Forms.GroupBox rockSmashGroupBox;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.NumericUpDown rockSmashTenMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown rockSmashTenMinUpDown;
|
|
private System.Windows.Forms.NumericUpDown rockSmashNinetyMaxUpDown;
|
|
private System.Windows.Forms.NumericUpDown rockSmashNinetyMinUpDown;
|
|
private System.Windows.Forms.NumericUpDown rockSmashRateUpDown;
|
|
private System.Windows.Forms.ComboBox rockSmashNinetyComboBox;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.ComboBox rockSmashTenComboBox;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox surfPicture;
|
|
}
|
|
} |