PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs

1094 lines
58 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Misc5
{
/// <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(SAV_Misc5));
this.B_Cancel = new System.Windows.Forms.Button();
this.B_Save = new System.Windows.Forms.Button();
this.TC_Misc = new System.Windows.Forms.TabControl();
this.TAB_Main = new System.Windows.Forms.TabPage();
this.GB_KeySystem = new System.Windows.Forms.GroupBox();
this.B_AllKeys = new System.Windows.Forms.Button();
this.CLB_KeySystem = new System.Windows.Forms.CheckedListBox();
this.CHK_LibertyPass = new System.Windows.Forms.CheckBox();
this.GB_Roamer = new System.Windows.Forms.GroupBox();
this.L_Roamer642 = new System.Windows.Forms.Label();
this.L_Roamer641 = new System.Windows.Forms.Label();
this.CB_Roamer642 = new System.Windows.Forms.ComboBox();
this.CB_Roamer641 = new System.Windows.Forms.ComboBox();
this.GB_FlyDest = new System.Windows.Forms.GroupBox();
this.CLB_FlyDest = new System.Windows.Forms.CheckedListBox();
this.B_AllFlyDest = new System.Windows.Forms.Button();
this.TAB_Entralink = new System.Windows.Forms.TabPage();
this.L_FMParticipants = new System.Windows.Forms.Label();
this.L_FMCompleted = new System.Windows.Forms.Label();
this.L_FMParticipated = new System.Windows.Forms.Label();
this.L_FMHosted = new System.Windows.Forms.Label();
this.L_FMTopScore = new System.Windows.Forms.Label();
this.GB_EntreeLevel = new System.Windows.Forms.GroupBox();
this.NUD_EntreeWhiteEXP = new System.Windows.Forms.NumericUpDown();
this.NUD_EntreeBlackEXP = new System.Windows.Forms.NumericUpDown();
this.NUD_EntreeBlackLV = new System.Windows.Forms.NumericUpDown();
this.NUD_EntreeWhiteLV = new System.Windows.Forms.NumericUpDown();
this.L_EntreeBlack = new System.Windows.Forms.Label();
this.L_EntreeWhite = new System.Windows.Forms.Label();
this.NUD_FMMostParticipants = new System.Windows.Forms.NumericUpDown();
this.NUD_FMTopScores = new System.Windows.Forms.NumericUpDown();
this.NUD_FMCompleted = new System.Windows.Forms.NumericUpDown();
this.NUD_FMParticipated = new System.Windows.Forms.NumericUpDown();
this.NUD_FMHosted = new System.Windows.Forms.NumericUpDown();
this.GB_FunfestMissions = new System.Windows.Forms.GroupBox();
this.CHK_FMNew = new System.Windows.Forms.CheckBox();
this.L_FMLocked = new System.Windows.Forms.Label();
this.L_FMBestScore = new System.Windows.Forms.Label();
this.L_FMBestTotal = new System.Windows.Forms.Label();
this.NUD_FMBestScore = new System.Windows.Forms.NumericUpDown();
this.NUD_FMBestTotal = new System.Windows.Forms.NumericUpDown();
this.CB_FMLevel = new System.Windows.Forms.ComboBox();
this.L_FMUnlocked = new System.Windows.Forms.Label();
this.B_FunfestMissions = new System.Windows.Forms.Button();
this.LB_FunfestMissions = new System.Windows.Forms.ListBox();
this.GB_PassPowers = new System.Windows.Forms.GroupBox();
this.CB_PassPower3 = new System.Windows.Forms.ComboBox();
this.CB_PassPower2 = new System.Windows.Forms.ComboBox();
this.CB_PassPower1 = new System.Windows.Forms.ComboBox();
this.TAB_Forest = new System.Windows.Forms.TabPage();
this.B_RandForest = new System.Windows.Forms.Button();
this.NUD_Unlocked = new System.Windows.Forms.NumericUpDown();
this.L_Area18 = new System.Windows.Forms.Label();
this.CHK_Area9 = new System.Windows.Forms.CheckBox();
this.PB_SlotPreview = new System.Windows.Forms.PictureBox();
this.CHK_Invisible = new System.Windows.Forms.CheckBox();
this.L_Animation = new System.Windows.Forms.Label();
this.NUD_Animation = new System.Windows.Forms.NumericUpDown();
this.L_Gender = new System.Windows.Forms.Label();
this.CB_Gender = new System.Windows.Forms.ComboBox();
this.L_Move = new System.Windows.Forms.Label();
this.L_Form = new System.Windows.Forms.Label();
this.L_Species = new System.Windows.Forms.Label();
this.CB_Move = new System.Windows.Forms.ComboBox();
this.CB_Form = new System.Windows.Forms.ComboBox();
this.CB_Species = new System.Windows.Forms.ComboBox();
this.CB_Areas = new System.Windows.Forms.ComboBox();
this.LB_Slots = new System.Windows.Forms.ListBox();
this.TC_Misc.SuspendLayout();
this.TAB_Main.SuspendLayout();
this.GB_KeySystem.SuspendLayout();
this.GB_Roamer.SuspendLayout();
this.GB_FlyDest.SuspendLayout();
this.TAB_Entralink.SuspendLayout();
this.GB_EntreeLevel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeWhiteEXP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeBlackEXP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeBlackLV)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeWhiteLV)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMMostParticipants)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMTopScores)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMCompleted)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMParticipated)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMHosted)).BeginInit();
this.GB_FunfestMissions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMBestScore)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMBestTotal)).BeginInit();
this.GB_PassPowers.SuspendLayout();
this.TAB_Forest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Unlocked)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PB_SlotPreview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Animation)).BeginInit();
this.SuspendLayout();
//
// B_Cancel
//
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Cancel.Location = new System.Drawing.Point(197, 337);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(75, 25);
this.B_Cancel.TabIndex = 0;
this.B_Cancel.Text = "Cancel";
this.B_Cancel.UseVisualStyleBackColor = true;
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
//
// B_Save
//
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(278, 337);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 25);
this.B_Save.TabIndex = 1;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// TC_Misc
//
this.TC_Misc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TC_Misc.Controls.Add(this.TAB_Main);
this.TC_Misc.Controls.Add(this.TAB_Entralink);
this.TC_Misc.Controls.Add(this.TAB_Forest);
this.TC_Misc.Location = new System.Drawing.Point(12, 13);
this.TC_Misc.Name = "TC_Misc";
this.TC_Misc.SelectedIndex = 0;
this.TC_Misc.Size = new System.Drawing.Size(341, 317);
this.TC_Misc.TabIndex = 2;
//
// TAB_Main
//
this.TAB_Main.Controls.Add(this.GB_KeySystem);
this.TAB_Main.Controls.Add(this.CHK_LibertyPass);
this.TAB_Main.Controls.Add(this.GB_Roamer);
this.TAB_Main.Controls.Add(this.GB_FlyDest);
this.TAB_Main.Location = new System.Drawing.Point(4, 22);
this.TAB_Main.Name = "TAB_Main";
this.TAB_Main.Padding = new System.Windows.Forms.Padding(3);
this.TAB_Main.Size = new System.Drawing.Size(333, 291);
this.TAB_Main.TabIndex = 0;
this.TAB_Main.Text = "Main";
this.TAB_Main.UseVisualStyleBackColor = true;
//
// GB_KeySystem
//
this.GB_KeySystem.Controls.Add(this.B_AllKeys);
this.GB_KeySystem.Controls.Add(this.CLB_KeySystem);
this.GB_KeySystem.Location = new System.Drawing.Point(152, 7);
this.GB_KeySystem.Name = "GB_KeySystem";
this.GB_KeySystem.Size = new System.Drawing.Size(140, 138);
this.GB_KeySystem.TabIndex = 3;
this.GB_KeySystem.TabStop = false;
this.GB_KeySystem.Text = "Unlocked Keys";
//
// B_AllKeys
//
this.B_AllKeys.Location = new System.Drawing.Point(6, 20);
this.B_AllKeys.Name = "B_AllKeys";
this.B_AllKeys.Size = new System.Drawing.Size(75, 25);
this.B_AllKeys.TabIndex = 1;
this.B_AllKeys.Text = "Check All";
this.B_AllKeys.UseVisualStyleBackColor = true;
this.B_AllKeys.Click += new System.EventHandler(this.B_AllKeys_Click);
//
// CLB_KeySystem
//
this.CLB_KeySystem.CheckOnClick = true;
this.CLB_KeySystem.FormattingEnabled = true;
this.CLB_KeySystem.Location = new System.Drawing.Point(6, 51);
this.CLB_KeySystem.Name = "CLB_KeySystem";
this.CLB_KeySystem.Size = new System.Drawing.Size(128, 79);
this.CLB_KeySystem.TabIndex = 0;
//
// CHK_LibertyPass
//
this.CHK_LibertyPass.AutoSize = true;
this.CHK_LibertyPass.Location = new System.Drawing.Point(6, 233);
this.CHK_LibertyPass.Name = "CHK_LibertyPass";
this.CHK_LibertyPass.Size = new System.Drawing.Size(122, 17);
this.CHK_LibertyPass.TabIndex = 2;
this.CHK_LibertyPass.Text = "Activate LibertyPass";
this.CHK_LibertyPass.UseVisualStyleBackColor = true;
//
// GB_Roamer
//
this.GB_Roamer.Controls.Add(this.L_Roamer642);
this.GB_Roamer.Controls.Add(this.L_Roamer641);
this.GB_Roamer.Controls.Add(this.CB_Roamer642);
this.GB_Roamer.Controls.Add(this.CB_Roamer641);
this.GB_Roamer.Location = new System.Drawing.Point(6, 151);
this.GB_Roamer.Name = "GB_Roamer";
this.GB_Roamer.Size = new System.Drawing.Size(212, 76);
this.GB_Roamer.TabIndex = 1;
this.GB_Roamer.TabStop = false;
this.GB_Roamer.Text = "Roamer";
//
// L_Roamer642
//
this.L_Roamer642.Location = new System.Drawing.Point(6, 46);
this.L_Roamer642.Name = "L_Roamer642";
this.L_Roamer642.Size = new System.Drawing.Size(76, 25);
this.L_Roamer642.TabIndex = 3;
this.L_Roamer642.Text = "Thundurus";
this.L_Roamer642.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Roamer641
//
this.L_Roamer641.Location = new System.Drawing.Point(6, 17);
this.L_Roamer641.Name = "L_Roamer641";
this.L_Roamer641.Size = new System.Drawing.Size(76, 25);
this.L_Roamer641.TabIndex = 2;
this.L_Roamer641.Text = "Tornadus";
this.L_Roamer641.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Roamer642
//
this.CB_Roamer642.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_Roamer642.FormattingEnabled = true;
this.CB_Roamer642.Location = new System.Drawing.Point(88, 48);
this.CB_Roamer642.Name = "CB_Roamer642";
this.CB_Roamer642.Size = new System.Drawing.Size(118, 21);
this.CB_Roamer642.TabIndex = 1;
//
// CB_Roamer641
//
this.CB_Roamer641.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_Roamer641.FormattingEnabled = true;
this.CB_Roamer641.Location = new System.Drawing.Point(88, 20);
this.CB_Roamer641.Name = "CB_Roamer641";
this.CB_Roamer641.Size = new System.Drawing.Size(118, 21);
this.CB_Roamer641.TabIndex = 0;
//
// GB_FlyDest
//
this.GB_FlyDest.Controls.Add(this.CLB_FlyDest);
this.GB_FlyDest.Controls.Add(this.B_AllFlyDest);
this.GB_FlyDest.Location = new System.Drawing.Point(6, 7);
this.GB_FlyDest.Name = "GB_FlyDest";
this.GB_FlyDest.Size = new System.Drawing.Size(140, 138);
this.GB_FlyDest.TabIndex = 0;
this.GB_FlyDest.TabStop = false;
this.GB_FlyDest.Text = "Fly Destination";
//
// CLB_FlyDest
//
this.CLB_FlyDest.CheckOnClick = true;
this.CLB_FlyDest.FormattingEnabled = true;
this.CLB_FlyDest.Location = new System.Drawing.Point(6, 51);
this.CLB_FlyDest.Name = "CLB_FlyDest";
this.CLB_FlyDest.Size = new System.Drawing.Size(128, 79);
this.CLB_FlyDest.TabIndex = 1;
//
// B_AllFlyDest
//
this.B_AllFlyDest.Location = new System.Drawing.Point(6, 20);
this.B_AllFlyDest.Name = "B_AllFlyDest";
this.B_AllFlyDest.Size = new System.Drawing.Size(75, 25);
this.B_AllFlyDest.TabIndex = 0;
this.B_AllFlyDest.Text = "Check All";
this.B_AllFlyDest.UseVisualStyleBackColor = true;
this.B_AllFlyDest.Click += new System.EventHandler(this.B_AllFlyDest_Click);
//
// TAB_Entralink
//
this.TAB_Entralink.Controls.Add(this.L_FMParticipants);
this.TAB_Entralink.Controls.Add(this.L_FMCompleted);
this.TAB_Entralink.Controls.Add(this.L_FMParticipated);
this.TAB_Entralink.Controls.Add(this.L_FMHosted);
this.TAB_Entralink.Controls.Add(this.L_FMTopScore);
this.TAB_Entralink.Controls.Add(this.GB_EntreeLevel);
this.TAB_Entralink.Controls.Add(this.NUD_FMMostParticipants);
this.TAB_Entralink.Controls.Add(this.NUD_FMTopScores);
this.TAB_Entralink.Controls.Add(this.NUD_FMCompleted);
this.TAB_Entralink.Controls.Add(this.NUD_FMParticipated);
this.TAB_Entralink.Controls.Add(this.NUD_FMHosted);
this.TAB_Entralink.Controls.Add(this.GB_FunfestMissions);
this.TAB_Entralink.Controls.Add(this.GB_PassPowers);
this.TAB_Entralink.Location = new System.Drawing.Point(4, 22);
this.TAB_Entralink.Name = "TAB_Entralink";
this.TAB_Entralink.Size = new System.Drawing.Size(333, 291);
this.TAB_Entralink.TabIndex = 1;
this.TAB_Entralink.Text = "Entralink";
this.TAB_Entralink.UseVisualStyleBackColor = true;
//
// L_FMParticipants
//
this.L_FMParticipants.Location = new System.Drawing.Point(161, 259);
this.L_FMParticipants.Name = "L_FMParticipants";
this.L_FMParticipants.Size = new System.Drawing.Size(114, 25);
this.L_FMParticipants.TabIndex = 16;
this.L_FMParticipants.Text = "Most Participants";
this.L_FMParticipants.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FMCompleted
//
this.L_FMCompleted.Location = new System.Drawing.Point(4, 259);
this.L_FMCompleted.Name = "L_FMCompleted";
this.L_FMCompleted.Size = new System.Drawing.Size(84, 25);
this.L_FMCompleted.TabIndex = 15;
this.L_FMCompleted.Text = "Completed";
this.L_FMCompleted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FMParticipated
//
this.L_FMParticipated.Location = new System.Drawing.Point(4, 232);
this.L_FMParticipated.Name = "L_FMParticipated";
this.L_FMParticipated.Size = new System.Drawing.Size(84, 25);
this.L_FMParticipated.TabIndex = 14;
this.L_FMParticipated.Text = "Participated";
this.L_FMParticipated.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FMHosted
//
this.L_FMHosted.Location = new System.Drawing.Point(4, 205);
this.L_FMHosted.Name = "L_FMHosted";
this.L_FMHosted.Size = new System.Drawing.Size(84, 25);
this.L_FMHosted.TabIndex = 13;
this.L_FMHosted.Text = "Hosted";
this.L_FMHosted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FMTopScore
//
this.L_FMTopScore.Location = new System.Drawing.Point(158, 232);
this.L_FMTopScore.Name = "L_FMTopScore";
this.L_FMTopScore.Size = new System.Drawing.Size(111, 25);
this.L_FMTopScore.TabIndex = 12;
this.L_FMTopScore.Text = "Top Score";
this.L_FMTopScore.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_EntreeLevel
//
this.GB_EntreeLevel.Controls.Add(this.NUD_EntreeWhiteEXP);
this.GB_EntreeLevel.Controls.Add(this.NUD_EntreeBlackEXP);
this.GB_EntreeLevel.Controls.Add(this.NUD_EntreeBlackLV);
this.GB_EntreeLevel.Controls.Add(this.NUD_EntreeWhiteLV);
this.GB_EntreeLevel.Controls.Add(this.L_EntreeBlack);
this.GB_EntreeLevel.Controls.Add(this.L_EntreeWhite);
this.GB_EntreeLevel.Location = new System.Drawing.Point(6, 7);
this.GB_EntreeLevel.Name = "GB_EntreeLevel";
this.GB_EntreeLevel.Size = new System.Drawing.Size(137, 74);
this.GB_EntreeLevel.TabIndex = 11;
this.GB_EntreeLevel.TabStop = false;
this.GB_EntreeLevel.Text = "Entree Level";
//
// NUD_EntreeWhiteEXP
//
this.NUD_EntreeWhiteEXP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_EntreeWhiteEXP.Location = new System.Drawing.Point(94, 47);
this.NUD_EntreeWhiteEXP.Maximum = new decimal(new int[] {
49,
0,
0,
0});
this.NUD_EntreeWhiteEXP.Name = "NUD_EntreeWhiteEXP";
this.NUD_EntreeWhiteEXP.Size = new System.Drawing.Size(37, 20);
this.NUD_EntreeWhiteEXP.TabIndex = 6;
this.NUD_EntreeWhiteEXP.Value = new decimal(new int[] {
49,
0,
0,
0});
this.NUD_EntreeWhiteEXP.ValueChanged += new System.EventHandler(this.NUD_EntreeWhiteEXP_ValueChanged);
//
// NUD_EntreeBlackEXP
//
this.NUD_EntreeBlackEXP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_EntreeBlackEXP.Location = new System.Drawing.Point(94, 20);
this.NUD_EntreeBlackEXP.Maximum = new decimal(new int[] {
49,
0,
0,
0});
this.NUD_EntreeBlackEXP.Name = "NUD_EntreeBlackEXP";
this.NUD_EntreeBlackEXP.Size = new System.Drawing.Size(37, 20);
this.NUD_EntreeBlackEXP.TabIndex = 5;
this.NUD_EntreeBlackEXP.Value = new decimal(new int[] {
49,
0,
0,
0});
this.NUD_EntreeBlackEXP.ValueChanged += new System.EventHandler(this.NUD_EntreeBlackEXP_ValueChanged);
//
// NUD_EntreeBlackLV
//
this.NUD_EntreeBlackLV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_EntreeBlackLV.Location = new System.Drawing.Point(45, 20);
this.NUD_EntreeBlackLV.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUD_EntreeBlackLV.Name = "NUD_EntreeBlackLV";
this.NUD_EntreeBlackLV.Size = new System.Drawing.Size(43, 20);
this.NUD_EntreeBlackLV.TabIndex = 1;
this.NUD_EntreeBlackLV.Value = new decimal(new int[] {
999,
0,
0,
0});
this.NUD_EntreeBlackLV.ValueChanged += new System.EventHandler(this.NUD_EntreeBlackLV_ValueChanged);
//
// NUD_EntreeWhiteLV
//
this.NUD_EntreeWhiteLV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_EntreeWhiteLV.Location = new System.Drawing.Point(45, 47);
this.NUD_EntreeWhiteLV.Maximum = new decimal(new int[] {
999,
0,
0,
0});
this.NUD_EntreeWhiteLV.Name = "NUD_EntreeWhiteLV";
this.NUD_EntreeWhiteLV.Size = new System.Drawing.Size(43, 20);
this.NUD_EntreeWhiteLV.TabIndex = 0;
this.NUD_EntreeWhiteLV.Value = new decimal(new int[] {
999,
0,
0,
0});
this.NUD_EntreeWhiteLV.ValueChanged += new System.EventHandler(this.NUD_EntreeWhiteLV_ValueChanged);
//
// L_EntreeBlack
//
this.L_EntreeBlack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_EntreeBlack.Location = new System.Drawing.Point(6, 16);
this.L_EntreeBlack.Name = "L_EntreeBlack";
this.L_EntreeBlack.Size = new System.Drawing.Size(33, 25);
this.L_EntreeBlack.TabIndex = 3;
this.L_EntreeBlack.Text = "B";
this.L_EntreeBlack.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_EntreeWhite
//
this.L_EntreeWhite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_EntreeWhite.Location = new System.Drawing.Point(5, 43);
this.L_EntreeWhite.Name = "L_EntreeWhite";
this.L_EntreeWhite.Size = new System.Drawing.Size(34, 25);
this.L_EntreeWhite.TabIndex = 4;
this.L_EntreeWhite.Text = "W";
this.L_EntreeWhite.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_FMMostParticipants
//
this.NUD_FMMostParticipants.Location = new System.Drawing.Point(281, 262);
this.NUD_FMMostParticipants.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.NUD_FMMostParticipants.Name = "NUD_FMMostParticipants";
this.NUD_FMMostParticipants.Size = new System.Drawing.Size(43, 20);
this.NUD_FMMostParticipants.TabIndex = 10;
this.NUD_FMMostParticipants.Value = new decimal(new int[] {
255,
0,
0,
0});
//
// NUD_FMTopScores
//
this.NUD_FMTopScores.Location = new System.Drawing.Point(275, 235);
this.NUD_FMTopScores.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMTopScores.Name = "NUD_FMTopScores";
this.NUD_FMTopScores.Size = new System.Drawing.Size(49, 20);
this.NUD_FMTopScores.TabIndex = 9;
this.NUD_FMTopScores.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// NUD_FMCompleted
//
this.NUD_FMCompleted.Location = new System.Drawing.Point(94, 262);
this.NUD_FMCompleted.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMCompleted.Name = "NUD_FMCompleted";
this.NUD_FMCompleted.Size = new System.Drawing.Size(49, 20);
this.NUD_FMCompleted.TabIndex = 8;
this.NUD_FMCompleted.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// NUD_FMParticipated
//
this.NUD_FMParticipated.Location = new System.Drawing.Point(94, 235);
this.NUD_FMParticipated.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMParticipated.Name = "NUD_FMParticipated";
this.NUD_FMParticipated.Size = new System.Drawing.Size(49, 20);
this.NUD_FMParticipated.TabIndex = 7;
this.NUD_FMParticipated.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// NUD_FMHosted
//
this.NUD_FMHosted.Location = new System.Drawing.Point(94, 208);
this.NUD_FMHosted.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMHosted.Name = "NUD_FMHosted";
this.NUD_FMHosted.Size = new System.Drawing.Size(49, 20);
this.NUD_FMHosted.TabIndex = 6;
this.NUD_FMHosted.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// GB_FunfestMissions
//
this.GB_FunfestMissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.GB_FunfestMissions.Controls.Add(this.CHK_FMNew);
this.GB_FunfestMissions.Controls.Add(this.L_FMLocked);
this.GB_FunfestMissions.Controls.Add(this.L_FMBestScore);
this.GB_FunfestMissions.Controls.Add(this.L_FMBestTotal);
this.GB_FunfestMissions.Controls.Add(this.NUD_FMBestScore);
this.GB_FunfestMissions.Controls.Add(this.NUD_FMBestTotal);
this.GB_FunfestMissions.Controls.Add(this.CB_FMLevel);
this.GB_FunfestMissions.Controls.Add(this.L_FMUnlocked);
this.GB_FunfestMissions.Controls.Add(this.B_FunfestMissions);
this.GB_FunfestMissions.Controls.Add(this.LB_FunfestMissions);
this.GB_FunfestMissions.Location = new System.Drawing.Point(149, 7);
this.GB_FunfestMissions.Name = "GB_FunfestMissions";
this.GB_FunfestMissions.Size = new System.Drawing.Size(178, 222);
this.GB_FunfestMissions.TabIndex = 5;
this.GB_FunfestMissions.TabStop = false;
this.GB_FunfestMissions.Text = "Funfest Missions";
//
// CHK_FMNew
//
this.CHK_FMNew.Location = new System.Drawing.Point(6, 192);
this.CHK_FMNew.Name = "CHK_FMNew";
this.CHK_FMNew.Size = new System.Drawing.Size(66, 26);
this.CHK_FMNew.TabIndex = 9;
this.CHK_FMNew.Text = "NEW";
this.CHK_FMNew.UseVisualStyleBackColor = true;
this.CHK_FMNew.CheckedChanged += new System.EventHandler(this.CHK_FMNew_CheckedChanged);
//
// L_FMLocked
//
this.L_FMLocked.Location = new System.Drawing.Point(6, 138);
this.L_FMLocked.Name = "L_FMLocked";
this.L_FMLocked.Size = new System.Drawing.Size(70, 25);
this.L_FMLocked.TabIndex = 8;
this.L_FMLocked.Text = "Locked";
this.L_FMLocked.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// L_FMBestScore
//
this.L_FMBestScore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_FMBestScore.Location = new System.Drawing.Point(65, 192);
this.L_FMBestScore.Name = "L_FMBestScore";
this.L_FMBestScore.Size = new System.Drawing.Size(52, 25);
this.L_FMBestScore.TabIndex = 7;
this.L_FMBestScore.Text = "Score";
this.L_FMBestScore.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_FMBestTotal
//
this.L_FMBestTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_FMBestTotal.Location = new System.Drawing.Point(4, 165);
this.L_FMBestTotal.Name = "L_FMBestTotal";
this.L_FMBestTotal.Size = new System.Drawing.Size(113, 25);
this.L_FMBestTotal.TabIndex = 6;
this.L_FMBestTotal.Text = "Best Records Total";
this.L_FMBestTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_FMBestScore
//
this.NUD_FMBestScore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_FMBestScore.Location = new System.Drawing.Point(123, 195);
this.NUD_FMBestScore.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMBestScore.Name = "NUD_FMBestScore";
this.NUD_FMBestScore.Size = new System.Drawing.Size(49, 20);
this.NUD_FMBestScore.TabIndex = 5;
this.NUD_FMBestScore.ValueChanged += new System.EventHandler(this.NUD_FMBestScore_ValueChanged);
//
// NUD_FMBestTotal
//
this.NUD_FMBestTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_FMBestTotal.Location = new System.Drawing.Point(123, 168);
this.NUD_FMBestTotal.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_FMBestTotal.Name = "NUD_FMBestTotal";
this.NUD_FMBestTotal.Size = new System.Drawing.Size(49, 20);
this.NUD_FMBestTotal.TabIndex = 4;
this.NUD_FMBestTotal.ValueChanged += new System.EventHandler(this.NUD_FMBestTotal_ValueChanged);
//
// CB_FMLevel
//
this.CB_FMLevel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_FMLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_FMLevel.FormattingEnabled = true;
this.CB_FMLevel.Location = new System.Drawing.Point(82, 140);
this.CB_FMLevel.Name = "CB_FMLevel";
this.CB_FMLevel.Size = new System.Drawing.Size(90, 21);
this.CB_FMLevel.TabIndex = 3;
this.CB_FMLevel.SelectedIndexChanged += new System.EventHandler(this.CB_FMLevel_SelectedIndexChanged);
//
// L_FMUnlocked
//
this.L_FMUnlocked.Location = new System.Drawing.Point(6, 138);
this.L_FMUnlocked.Name = "L_FMUnlocked";
this.L_FMUnlocked.Size = new System.Drawing.Size(70, 25);
this.L_FMUnlocked.TabIndex = 2;
this.L_FMUnlocked.Text = "Unlocked";
this.L_FMUnlocked.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// B_FunfestMissions
//
this.B_FunfestMissions.Location = new System.Drawing.Point(6, 20);
this.B_FunfestMissions.Name = "B_FunfestMissions";
this.B_FunfestMissions.Size = new System.Drawing.Size(144, 25);
this.B_FunfestMissions.TabIndex = 0;
this.B_FunfestMissions.Text = "Unlock All (w/o No.0)";
this.B_FunfestMissions.UseVisualStyleBackColor = true;
this.B_FunfestMissions.Click += new System.EventHandler(this.B_FunfestMissions_Click);
//
// LB_FunfestMissions
//
this.LB_FunfestMissions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.LB_FunfestMissions.FormattingEnabled = true;
this.LB_FunfestMissions.Location = new System.Drawing.Point(6, 51);
this.LB_FunfestMissions.Name = "LB_FunfestMissions";
this.LB_FunfestMissions.Size = new System.Drawing.Size(166, 82);
this.LB_FunfestMissions.TabIndex = 1;
this.LB_FunfestMissions.SelectedIndexChanged += new System.EventHandler(this.LB_FunfestMissions_SelectedIndexChanged);
//
// GB_PassPowers
//
this.GB_PassPowers.Controls.Add(this.CB_PassPower3);
this.GB_PassPowers.Controls.Add(this.CB_PassPower2);
this.GB_PassPowers.Controls.Add(this.CB_PassPower1);
this.GB_PassPowers.Location = new System.Drawing.Point(6, 87);
this.GB_PassPowers.Name = "GB_PassPowers";
this.GB_PassPowers.Size = new System.Drawing.Size(137, 104);
this.GB_PassPowers.TabIndex = 2;
this.GB_PassPowers.TabStop = false;
this.GB_PassPowers.Text = "Pass Powers";
//
// CB_PassPower3
//
this.CB_PassPower3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_PassPower3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_PassPower3.FormattingEnabled = true;
this.CB_PassPower3.Location = new System.Drawing.Point(6, 76);
this.CB_PassPower3.Name = "CB_PassPower3";
this.CB_PassPower3.Size = new System.Drawing.Size(125, 21);
this.CB_PassPower3.TabIndex = 2;
//
// CB_PassPower2
//
this.CB_PassPower2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_PassPower2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_PassPower2.FormattingEnabled = true;
this.CB_PassPower2.Location = new System.Drawing.Point(6, 48);
this.CB_PassPower2.Name = "CB_PassPower2";
this.CB_PassPower2.Size = new System.Drawing.Size(125, 21);
this.CB_PassPower2.TabIndex = 1;
//
// CB_PassPower1
//
this.CB_PassPower1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_PassPower1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_PassPower1.FormattingEnabled = true;
this.CB_PassPower1.Location = new System.Drawing.Point(6, 20);
this.CB_PassPower1.Name = "CB_PassPower1";
this.CB_PassPower1.Size = new System.Drawing.Size(125, 21);
this.CB_PassPower1.TabIndex = 0;
//
// TAB_Forest
//
this.TAB_Forest.Controls.Add(this.B_RandForest);
this.TAB_Forest.Controls.Add(this.NUD_Unlocked);
this.TAB_Forest.Controls.Add(this.L_Area18);
this.TAB_Forest.Controls.Add(this.CHK_Area9);
this.TAB_Forest.Controls.Add(this.PB_SlotPreview);
this.TAB_Forest.Controls.Add(this.CHK_Invisible);
this.TAB_Forest.Controls.Add(this.L_Animation);
this.TAB_Forest.Controls.Add(this.NUD_Animation);
this.TAB_Forest.Controls.Add(this.L_Gender);
this.TAB_Forest.Controls.Add(this.CB_Gender);
this.TAB_Forest.Controls.Add(this.L_Move);
this.TAB_Forest.Controls.Add(this.L_Form);
this.TAB_Forest.Controls.Add(this.L_Species);
this.TAB_Forest.Controls.Add(this.CB_Move);
this.TAB_Forest.Controls.Add(this.CB_Form);
this.TAB_Forest.Controls.Add(this.CB_Species);
this.TAB_Forest.Controls.Add(this.CB_Areas);
this.TAB_Forest.Controls.Add(this.LB_Slots);
this.TAB_Forest.Location = new System.Drawing.Point(4, 22);
this.TAB_Forest.Name = "TAB_Forest";
this.TAB_Forest.Padding = new System.Windows.Forms.Padding(3);
this.TAB_Forest.Size = new System.Drawing.Size(333, 291);
this.TAB_Forest.TabIndex = 2;
this.TAB_Forest.Text = "Forest";
this.TAB_Forest.UseVisualStyleBackColor = true;
//
// B_RandForest
//
this.B_RandForest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.B_RandForest.Location = new System.Drawing.Point(142, 82);
this.B_RandForest.Name = "B_RandForest";
this.B_RandForest.Size = new System.Drawing.Size(185, 23);
this.B_RandForest.TabIndex = 17;
this.B_RandForest.Text = "Randomize All Areas";
this.B_RandForest.UseVisualStyleBackColor = true;
this.B_RandForest.Click += new System.EventHandler(this.B_RandForest_Click);
//
// NUD_Unlocked
//
this.NUD_Unlocked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_Unlocked.Location = new System.Drawing.Point(290, 33);
this.NUD_Unlocked.Maximum = new decimal(new int[] {
8,
0,
0,
0});
this.NUD_Unlocked.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.NUD_Unlocked.Name = "NUD_Unlocked";
this.NUD_Unlocked.Size = new System.Drawing.Size(37, 20);
this.NUD_Unlocked.TabIndex = 16;
this.NUD_Unlocked.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// L_Area18
//
this.L_Area18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Area18.Location = new System.Drawing.Point(139, 33);
this.L_Area18.Name = "L_Area18";
this.L_Area18.Size = new System.Drawing.Size(145, 21);
this.L_Area18.TabIndex = 15;
this.L_Area18.Text = "Areas 1-8 Unlocked:";
this.L_Area18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_Area9
//
this.CHK_Area9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CHK_Area9.AutoSize = true;
this.CHK_Area9.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.CHK_Area9.Location = new System.Drawing.Point(218, 59);
this.CHK_Area9.Name = "CHK_Area9";
this.CHK_Area9.Size = new System.Drawing.Size(109, 17);
this.CHK_Area9.TabIndex = 14;
this.CHK_Area9.Text = "Area 9 Unlocked:";
this.CHK_Area9.UseVisualStyleBackColor = true;
//
// PB_SlotPreview
//
this.PB_SlotPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PB_SlotPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PB_SlotPreview.Location = new System.Drawing.Point(206, 132);
this.PB_SlotPreview.Name = "PB_SlotPreview";
this.PB_SlotPreview.Size = new System.Drawing.Size(42, 32);
this.PB_SlotPreview.TabIndex = 13;
this.PB_SlotPreview.TabStop = false;
//
// CHK_Invisible
//
this.CHK_Invisible.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CHK_Invisible.AutoSize = true;
this.CHK_Invisible.Location = new System.Drawing.Point(249, 271);
this.CHK_Invisible.Name = "CHK_Invisible";
this.CHK_Invisible.Size = new System.Drawing.Size(64, 17);
this.CHK_Invisible.TabIndex = 12;
this.CHK_Invisible.Text = "Invisible";
this.CHK_Invisible.UseVisualStyleBackColor = true;
this.CHK_Invisible.CheckedChanged += new System.EventHandler(this.UpdateSlotValue);
//
// L_Animation
//
this.L_Animation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Animation.Location = new System.Drawing.Point(139, 266);
this.L_Animation.Name = "L_Animation";
this.L_Animation.Size = new System.Drawing.Size(61, 21);
this.L_Animation.TabIndex = 11;
this.L_Animation.Text = "Animation:";
this.L_Animation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Animation
//
this.NUD_Animation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_Animation.Location = new System.Drawing.Point(206, 268);
this.NUD_Animation.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.NUD_Animation.Name = "NUD_Animation";
this.NUD_Animation.Size = new System.Drawing.Size(37, 20);
this.NUD_Animation.TabIndex = 10;
this.NUD_Animation.ValueChanged += new System.EventHandler(this.UpdateSlotValue);
//
// L_Gender
//
this.L_Gender.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Gender.Location = new System.Drawing.Point(139, 216);
this.L_Gender.Name = "L_Gender";
this.L_Gender.Size = new System.Drawing.Size(61, 21);
this.L_Gender.TabIndex = 9;
this.L_Gender.Text = "Gender:";
this.L_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Gender
//
this.CB_Gender.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Gender.FormattingEnabled = true;
this.CB_Gender.Location = new System.Drawing.Point(206, 216);
this.CB_Gender.Name = "CB_Gender";
this.CB_Gender.Size = new System.Drawing.Size(121, 21);
this.CB_Gender.TabIndex = 8;
this.CB_Gender.SelectedIndexChanged += new System.EventHandler(this.UpdateSlotValue);
//
// L_Move
//
this.L_Move.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Move.Location = new System.Drawing.Point(139, 238);
this.L_Move.Name = "L_Move";
this.L_Move.Size = new System.Drawing.Size(61, 21);
this.L_Move.TabIndex = 7;
this.L_Move.Text = "Move:";
this.L_Move.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Form
//
this.L_Form.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Form.Location = new System.Drawing.Point(139, 193);
this.L_Form.Name = "L_Form";
this.L_Form.Size = new System.Drawing.Size(61, 21);
this.L_Form.TabIndex = 6;
this.L_Form.Text = "Form:";
this.L_Form.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Species
//
this.L_Species.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.L_Species.Location = new System.Drawing.Point(139, 170);
this.L_Species.Name = "L_Species";
this.L_Species.Size = new System.Drawing.Size(61, 21);
this.L_Species.TabIndex = 5;
this.L_Species.Text = "Species:";
this.L_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Move
//
this.CB_Move.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CB_Move.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Move.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Move.FormattingEnabled = true;
this.CB_Move.Location = new System.Drawing.Point(206, 239);
this.CB_Move.Name = "CB_Move";
this.CB_Move.Size = new System.Drawing.Size(121, 21);
this.CB_Move.TabIndex = 4;
this.CB_Move.SelectedIndexChanged += new System.EventHandler(this.UpdateSlotValue);
//
// CB_Form
//
this.CB_Form.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Form.FormattingEnabled = true;
this.CB_Form.Location = new System.Drawing.Point(206, 193);
this.CB_Form.Name = "CB_Form";
this.CB_Form.Size = new System.Drawing.Size(121, 21);
this.CB_Form.TabIndex = 3;
this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.UpdateSlotValue);
//
// CB_Species
//
this.CB_Species.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Species.FormattingEnabled = true;
this.CB_Species.Location = new System.Drawing.Point(206, 170);
this.CB_Species.Name = "CB_Species";
this.CB_Species.Size = new System.Drawing.Size(121, 21);
this.CB_Species.TabIndex = 2;
this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.UpdateSlotValue);
//
// CB_Areas
//
this.CB_Areas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CB_Areas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Areas.FormattingEnabled = true;
this.CB_Areas.Location = new System.Drawing.Point(142, 6);
this.CB_Areas.Name = "CB_Areas";
this.CB_Areas.Size = new System.Drawing.Size(185, 21);
this.CB_Areas.TabIndex = 1;
this.CB_Areas.SelectedIndexChanged += new System.EventHandler(this.ChangeArea);
//
// LB_Slots
//
this.LB_Slots.Dock = System.Windows.Forms.DockStyle.Left;
this.LB_Slots.FormattingEnabled = true;
this.LB_Slots.Location = new System.Drawing.Point(3, 3);
this.LB_Slots.Name = "LB_Slots";
this.LB_Slots.Size = new System.Drawing.Size(133, 285);
this.LB_Slots.TabIndex = 0;
this.LB_Slots.SelectedIndexChanged += new System.EventHandler(this.ChangeSlot);
//
// SAV_Misc5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(365, 375);
this.Controls.Add(this.TC_Misc);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(381, 414);
this.Name = "SAV_Misc5";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Misc Editor";
this.TC_Misc.ResumeLayout(false);
this.TAB_Main.ResumeLayout(false);
this.TAB_Main.PerformLayout();
this.GB_KeySystem.ResumeLayout(false);
this.GB_Roamer.ResumeLayout(false);
this.GB_FlyDest.ResumeLayout(false);
this.TAB_Entralink.ResumeLayout(false);
this.GB_EntreeLevel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeWhiteEXP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeBlackEXP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeBlackLV)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_EntreeWhiteLV)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMMostParticipants)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMTopScores)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMCompleted)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMParticipated)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMHosted)).EndInit();
this.GB_FunfestMissions.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_FMBestScore)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_FMBestTotal)).EndInit();
this.GB_PassPowers.ResumeLayout(false);
this.TAB_Forest.ResumeLayout(false);
this.TAB_Forest.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Unlocked)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PB_SlotPreview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Animation)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.TabControl TC_Misc;
private System.Windows.Forms.TabPage TAB_Main;
private System.Windows.Forms.CheckBox CHK_LibertyPass;
private System.Windows.Forms.GroupBox GB_Roamer;
private System.Windows.Forms.Label L_Roamer642;
private System.Windows.Forms.Label L_Roamer641;
private System.Windows.Forms.ComboBox CB_Roamer642;
private System.Windows.Forms.ComboBox CB_Roamer641;
private System.Windows.Forms.GroupBox GB_FlyDest;
private System.Windows.Forms.CheckedListBox CLB_FlyDest;
private System.Windows.Forms.Button B_AllFlyDest;
private System.Windows.Forms.GroupBox GB_KeySystem;
private System.Windows.Forms.Button B_AllKeys;
private System.Windows.Forms.CheckedListBox CLB_KeySystem;
private System.Windows.Forms.TabPage TAB_Entralink;
private System.Windows.Forms.NumericUpDown NUD_EntreeWhiteLV;
private System.Windows.Forms.NumericUpDown NUD_EntreeBlackLV;
private System.Windows.Forms.Label L_FMParticipants;
private System.Windows.Forms.Label L_FMCompleted;
private System.Windows.Forms.Label L_FMParticipated;
private System.Windows.Forms.Label L_FMHosted;
private System.Windows.Forms.Label L_FMTopScore;
private System.Windows.Forms.GroupBox GB_EntreeLevel;
private System.Windows.Forms.Label L_EntreeBlack;
private System.Windows.Forms.Label L_EntreeWhite;
private System.Windows.Forms.NumericUpDown NUD_FMMostParticipants;
private System.Windows.Forms.NumericUpDown NUD_FMTopScores;
private System.Windows.Forms.NumericUpDown NUD_FMCompleted;
private System.Windows.Forms.NumericUpDown NUD_FMParticipated;
private System.Windows.Forms.NumericUpDown NUD_FMHosted;
private System.Windows.Forms.GroupBox GB_FunfestMissions;
private System.Windows.Forms.Label L_FMBestScore;
private System.Windows.Forms.Label L_FMBestTotal;
private System.Windows.Forms.NumericUpDown NUD_FMBestScore;
private System.Windows.Forms.NumericUpDown NUD_FMBestTotal;
private System.Windows.Forms.ComboBox CB_FMLevel;
private System.Windows.Forms.Label L_FMUnlocked;
private System.Windows.Forms.Button B_FunfestMissions;
private System.Windows.Forms.ListBox LB_FunfestMissions;
private System.Windows.Forms.GroupBox GB_PassPowers;
private System.Windows.Forms.ComboBox CB_PassPower3;
private System.Windows.Forms.ComboBox CB_PassPower2;
private System.Windows.Forms.ComboBox CB_PassPower1;
private System.Windows.Forms.Label L_FMLocked;
private System.Windows.Forms.CheckBox CHK_FMNew;
private System.Windows.Forms.NumericUpDown NUD_EntreeWhiteEXP;
private System.Windows.Forms.NumericUpDown NUD_EntreeBlackEXP;
private System.Windows.Forms.TabPage TAB_Forest;
private System.Windows.Forms.ComboBox CB_Areas;
private System.Windows.Forms.ListBox LB_Slots;
private System.Windows.Forms.Label L_Move;
private System.Windows.Forms.Label L_Form;
private System.Windows.Forms.Label L_Species;
private System.Windows.Forms.ComboBox CB_Move;
private System.Windows.Forms.ComboBox CB_Form;
private System.Windows.Forms.ComboBox CB_Species;
private System.Windows.Forms.Label L_Gender;
private System.Windows.Forms.ComboBox CB_Gender;
private System.Windows.Forms.CheckBox CHK_Invisible;
private System.Windows.Forms.Label L_Animation;
private System.Windows.Forms.NumericUpDown NUD_Animation;
private System.Windows.Forms.PictureBox PB_SlotPreview;
private System.Windows.Forms.CheckBox CHK_Area9;
private System.Windows.Forms.Label L_Area18;
private System.Windows.Forms.NumericUpDown NUD_Unlocked;
private System.Windows.Forms.Button B_RandForest;
}
}