PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen5/SAV_Misc5.Designer.cs
Kurt 9f490a605e Rearrange order/anchoring for main tab
allows expanding the window to show location names
Closes #2825
2020-04-29 09:32:29 -07:00

1866 lines
103 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()
{
this.components = new System.ComponentModel.Container();
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.TAB_Subway = new System.Windows.Forms.TabPage();
this.GB_SuperChecks = new System.Windows.Forms.GroupBox();
this.CHK_SuperMulti = new System.Windows.Forms.CheckBox();
this.CHK_SuperDouble = new System.Windows.Forms.CheckBox();
this.CHK_SuperSingle = new System.Windows.Forms.CheckBox();
this.GB_SuperMulti = new System.Windows.Forms.GroupBox();
this.L_SMultiNPC = new System.Windows.Forms.Label();
this.L_SMultiFriends = new System.Windows.Forms.Label();
this.NUD_SMultiFriendsRecord = new System.Windows.Forms.NumericUpDown();
this.L_SMultiFriendsPast = new System.Windows.Forms.Label();
this.NUD_SMultiFriendsPast = new System.Windows.Forms.NumericUpDown();
this.NUD_SMultiNpcRecord = new System.Windows.Forms.NumericUpDown();
this.L_SMultiNpcPast = new System.Windows.Forms.Label();
this.NUD_SMultiNpcPast = new System.Windows.Forms.NumericUpDown();
this.L_SMultiFriendsRecord = new System.Windows.Forms.Label();
this.L_SMultiNpcRecord = new System.Windows.Forms.Label();
this.GB_SuperDoubles = new System.Windows.Forms.GroupBox();
this.NUD_SDoubleRecord = new System.Windows.Forms.NumericUpDown();
this.L_SDoublePast = new System.Windows.Forms.Label();
this.NUD_SDoublePast = new System.Windows.Forms.NumericUpDown();
this.L_SDoubleRecord = new System.Windows.Forms.Label();
this.GB_SuperSingles = new System.Windows.Forms.GroupBox();
this.NUD_SSingleRecord = new System.Windows.Forms.NumericUpDown();
this.L_SSinglePast = new System.Windows.Forms.Label();
this.NUD_SSinglePast = new System.Windows.Forms.NumericUpDown();
this.L_SSingleRecord = new System.Windows.Forms.Label();
this.GB_Multi = new System.Windows.Forms.GroupBox();
this.L_MultiNPC = new System.Windows.Forms.Label();
this.L_MultiFriends = new System.Windows.Forms.Label();
this.NUD_MultiFriendsRecord = new System.Windows.Forms.NumericUpDown();
this.L_MultiFriendsPast = new System.Windows.Forms.Label();
this.NUD_MultiFriendsPast = new System.Windows.Forms.NumericUpDown();
this.NUD_MultiNpcRecord = new System.Windows.Forms.NumericUpDown();
this.L_MultiNpcPast = new System.Windows.Forms.Label();
this.NUD_MultiNpcPast = new System.Windows.Forms.NumericUpDown();
this.L_MultiFriendsRecord = new System.Windows.Forms.Label();
this.L_MultiNpcRecord = new System.Windows.Forms.Label();
this.GB_Doubles = new System.Windows.Forms.GroupBox();
this.NUD_DoubleRecord = new System.Windows.Forms.NumericUpDown();
this.L_DoublePast = new System.Windows.Forms.Label();
this.NUD_DoublePast = new System.Windows.Forms.NumericUpDown();
this.L_DoubleRecord = new System.Windows.Forms.Label();
this.GB_Singles = new System.Windows.Forms.GroupBox();
this.NUD_SingleRecord = new System.Windows.Forms.NumericUpDown();
this.L_SinglePast = new System.Windows.Forms.Label();
this.NUD_SinglePast = new System.Windows.Forms.NumericUpDown();
this.L_SingleRecord = new System.Windows.Forms.Label();
this.TipExpB = new System.Windows.Forms.ToolTip(this.components);
this.TipExpW = new System.Windows.Forms.ToolTip(this.components);
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.TAB_Subway.SuspendLayout();
this.GB_SuperChecks.SuspendLayout();
this.GB_SuperMulti.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiFriendsRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiFriendsPast)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiNpcRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiNpcPast)).BeginInit();
this.GB_SuperDoubles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SDoubleRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SDoublePast)).BeginInit();
this.GB_SuperSingles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SSingleRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SSinglePast)).BeginInit();
this.GB_Multi.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiFriendsRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiFriendsPast)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiNpcRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiNpcPast)).BeginInit();
this.GB_Doubles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_DoubleRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_DoublePast)).BeginInit();
this.GB_Singles.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_SingleRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SinglePast)).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 = 1;
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 = 2;
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.Controls.Add(this.TAB_Subway);
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 = 0;
//
// 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.GB_KeySystem.Controls.Add(this.B_AllKeys);
this.GB_KeySystem.Controls.Add(this.CLB_KeySystem);
this.GB_KeySystem.Location = new System.Drawing.Point(6, 147);
this.GB_KeySystem.Name = "GB_KeySystem";
this.GB_KeySystem.Size = new System.Drawing.Size(140, 138);
this.GB_KeySystem.TabIndex = 1;
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 = 0;
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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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, 64);
this.CLB_KeySystem.TabIndex = 1;
//
// CHK_LibertyPass
//
this.CHK_LibertyPass.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CHK_LibertyPass.AutoSize = true;
this.CHK_LibertyPass.Location = new System.Drawing.Point(152, 89);
this.CHK_LibertyPass.Name = "CHK_LibertyPass";
this.CHK_LibertyPass.Size = new System.Drawing.Size(122, 17);
this.CHK_LibertyPass.TabIndex = 4;
this.CHK_LibertyPass.Text = "Activate LibertyPass";
this.CHK_LibertyPass.UseVisualStyleBackColor = true;
//
// GB_Roamer
//
this.GB_Roamer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
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(152, 7);
this.GB_Roamer.Name = "GB_Roamer";
this.GB_Roamer.Size = new System.Drawing.Size(173, 76);
this.GB_Roamer.TabIndex = 2;
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(70, 25);
this.L_Roamer642.TabIndex = 2;
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(70, 25);
this.L_Roamer641.TabIndex = 0;
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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Roamer642.FormattingEnabled = true;
this.CB_Roamer642.Location = new System.Drawing.Point(80, 48);
this.CB_Roamer642.Name = "CB_Roamer642";
this.CB_Roamer642.Size = new System.Drawing.Size(87, 21);
this.CB_Roamer642.TabIndex = 3;
//
// 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Roamer641.FormattingEnabled = true;
this.CB_Roamer641.Location = new System.Drawing.Point(80, 20);
this.CB_Roamer641.Name = "CB_Roamer641";
this.CB_Roamer641.Size = new System.Drawing.Size(87, 21);
this.CB_Roamer641.TabIndex = 1;
//
// GB_FlyDest
//
this.GB_FlyDest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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, 64);
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 = 11;
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 = 9;
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 = 5;
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 = 3;
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 = 7;
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 = 0;
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 = 5;
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 = 2;
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 = 4;
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 = 0;
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 = 3;
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 = 12;
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 = 8;
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 = 10;
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 = 6;
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 = 4;
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 = 1;
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 = 6;
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 = 2;
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 = 4;
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 = 8;
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 = 5;
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 = 5;
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 = 3;
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 = 2;
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 = 4;
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(250, 271);
this.CHK_Invisible.Name = "CHK_Invisible";
this.CHK_Invisible.Size = new System.Drawing.Size(64, 17);
this.CHK_Invisible.TabIndex = 16;
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 = 14;
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 = 15;
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 = 10;
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 = 11;
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 = 12;
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 = 8;
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 = 6;
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 = 13;
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 = 9;
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 = 7;
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);
//
// TAB_Subway
//
this.TAB_Subway.Controls.Add(this.GB_SuperChecks);
this.TAB_Subway.Controls.Add(this.GB_SuperMulti);
this.TAB_Subway.Controls.Add(this.GB_SuperDoubles);
this.TAB_Subway.Controls.Add(this.GB_SuperSingles);
this.TAB_Subway.Controls.Add(this.GB_Multi);
this.TAB_Subway.Controls.Add(this.GB_Doubles);
this.TAB_Subway.Controls.Add(this.GB_Singles);
this.TAB_Subway.Location = new System.Drawing.Point(4, 22);
this.TAB_Subway.Margin = new System.Windows.Forms.Padding(2);
this.TAB_Subway.Name = "TAB_Subway";
this.TAB_Subway.Padding = new System.Windows.Forms.Padding(2);
this.TAB_Subway.Size = new System.Drawing.Size(333, 291);
this.TAB_Subway.TabIndex = 3;
this.TAB_Subway.Text = "Subway";
this.TAB_Subway.UseVisualStyleBackColor = true;
//
// GB_SuperChecks
//
this.GB_SuperChecks.Controls.Add(this.CHK_SuperMulti);
this.GB_SuperChecks.Controls.Add(this.CHK_SuperDouble);
this.GB_SuperChecks.Controls.Add(this.CHK_SuperSingle);
this.GB_SuperChecks.Location = new System.Drawing.Point(212, 6);
this.GB_SuperChecks.Margin = new System.Windows.Forms.Padding(2);
this.GB_SuperChecks.Name = "GB_SuperChecks";
this.GB_SuperChecks.Padding = new System.Windows.Forms.Padding(2);
this.GB_SuperChecks.Size = new System.Drawing.Size(118, 87);
this.GB_SuperChecks.TabIndex = 3;
this.GB_SuperChecks.TabStop = false;
this.GB_SuperChecks.Text = "Super Checks";
//
// CHK_SuperMulti
//
this.CHK_SuperMulti.AutoSize = true;
this.CHK_SuperMulti.Location = new System.Drawing.Point(9, 63);
this.CHK_SuperMulti.Margin = new System.Windows.Forms.Padding(2);
this.CHK_SuperMulti.Name = "CHK_SuperMulti";
this.CHK_SuperMulti.Size = new System.Drawing.Size(85, 17);
this.CHK_SuperMulti.TabIndex = 2;
this.CHK_SuperMulti.Text = "Super Multi?";
this.CHK_SuperMulti.UseVisualStyleBackColor = true;
//
// CHK_SuperDouble
//
this.CHK_SuperDouble.AutoSize = true;
this.CHK_SuperDouble.Location = new System.Drawing.Point(9, 41);
this.CHK_SuperDouble.Margin = new System.Windows.Forms.Padding(2);
this.CHK_SuperDouble.Name = "CHK_SuperDouble";
this.CHK_SuperDouble.Size = new System.Drawing.Size(102, 17);
this.CHK_SuperDouble.TabIndex = 1;
this.CHK_SuperDouble.Text = "Super Doubles?";
this.CHK_SuperDouble.UseVisualStyleBackColor = true;
//
// CHK_SuperSingle
//
this.CHK_SuperSingle.AutoSize = true;
this.CHK_SuperSingle.Location = new System.Drawing.Point(9, 20);
this.CHK_SuperSingle.Margin = new System.Windows.Forms.Padding(2);
this.CHK_SuperSingle.Name = "CHK_SuperSingle";
this.CHK_SuperSingle.Size = new System.Drawing.Size(97, 17);
this.CHK_SuperSingle.TabIndex = 0;
this.CHK_SuperSingle.Text = "Super Singles?";
this.CHK_SuperSingle.UseVisualStyleBackColor = true;
//
// GB_SuperMulti
//
this.GB_SuperMulti.Controls.Add(this.L_SMultiNPC);
this.GB_SuperMulti.Controls.Add(this.L_SMultiFriends);
this.GB_SuperMulti.Controls.Add(this.NUD_SMultiFriendsRecord);
this.GB_SuperMulti.Controls.Add(this.L_SMultiFriendsPast);
this.GB_SuperMulti.Controls.Add(this.NUD_SMultiFriendsPast);
this.GB_SuperMulti.Controls.Add(this.NUD_SMultiNpcRecord);
this.GB_SuperMulti.Controls.Add(this.L_SMultiNpcPast);
this.GB_SuperMulti.Controls.Add(this.NUD_SMultiNpcPast);
this.GB_SuperMulti.Controls.Add(this.L_SMultiFriendsRecord);
this.GB_SuperMulti.Controls.Add(this.L_SMultiNpcRecord);
this.GB_SuperMulti.Location = new System.Drawing.Point(108, 141);
this.GB_SuperMulti.Margin = new System.Windows.Forms.Padding(2);
this.GB_SuperMulti.Name = "GB_SuperMulti";
this.GB_SuperMulti.Padding = new System.Windows.Forms.Padding(2);
this.GB_SuperMulti.Size = new System.Drawing.Size(99, 139);
this.GB_SuperMulti.TabIndex = 7;
this.GB_SuperMulti.TabStop = false;
this.GB_SuperMulti.Text = "Super Multi";
//
// L_SMultiNPC
//
this.L_SMultiNPC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiNPC.Location = new System.Drawing.Point(53, 17);
this.L_SMultiNPC.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiNPC.Name = "L_SMultiNPC";
this.L_SMultiNPC.Size = new System.Drawing.Size(41, 14);
this.L_SMultiNPC.TabIndex = 0;
this.L_SMultiNPC.Text = "NPC";
this.L_SMultiNPC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// L_SMultiFriends
//
this.L_SMultiFriends.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiFriends.Location = new System.Drawing.Point(53, 76);
this.L_SMultiFriends.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiFriends.Name = "L_SMultiFriends";
this.L_SMultiFriends.Size = new System.Drawing.Size(41, 15);
this.L_SMultiFriends.TabIndex = 5;
this.L_SMultiFriends.Text = "Friends";
this.L_SMultiFriends.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NUD_SMultiFriendsRecord
//
this.NUD_SMultiFriendsRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SMultiFriendsRecord.Location = new System.Drawing.Point(53, 115);
this.NUD_SMultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SMultiFriendsRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SMultiFriendsRecord.Name = "NUD_SMultiFriendsRecord";
this.NUD_SMultiFriendsRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_SMultiFriendsRecord.TabIndex = 9;
//
// L_SMultiFriendsPast
//
this.L_SMultiFriendsPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiFriendsPast.Location = new System.Drawing.Point(8, 96);
this.L_SMultiFriendsPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiFriendsPast.Name = "L_SMultiFriendsPast";
this.L_SMultiFriendsPast.Size = new System.Drawing.Size(41, 14);
this.L_SMultiFriendsPast.TabIndex = 6;
this.L_SMultiFriendsPast.Text = "Past";
this.L_SMultiFriendsPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_SMultiFriendsPast
//
this.NUD_SMultiFriendsPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SMultiFriendsPast.Location = new System.Drawing.Point(53, 94);
this.NUD_SMultiFriendsPast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SMultiFriendsPast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SMultiFriendsPast.Name = "NUD_SMultiFriendsPast";
this.NUD_SMultiFriendsPast.Size = new System.Drawing.Size(41, 20);
this.NUD_SMultiFriendsPast.TabIndex = 7;
//
// NUD_SMultiNpcRecord
//
this.NUD_SMultiNpcRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SMultiNpcRecord.Location = new System.Drawing.Point(53, 54);
this.NUD_SMultiNpcRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SMultiNpcRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SMultiNpcRecord.Name = "NUD_SMultiNpcRecord";
this.NUD_SMultiNpcRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_SMultiNpcRecord.TabIndex = 4;
//
// L_SMultiNpcPast
//
this.L_SMultiNpcPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiNpcPast.Location = new System.Drawing.Point(8, 35);
this.L_SMultiNpcPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiNpcPast.Name = "L_SMultiNpcPast";
this.L_SMultiNpcPast.Size = new System.Drawing.Size(41, 14);
this.L_SMultiNpcPast.TabIndex = 1;
this.L_SMultiNpcPast.Text = "Past";
this.L_SMultiNpcPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_SMultiNpcPast
//
this.NUD_SMultiNpcPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SMultiNpcPast.Location = new System.Drawing.Point(53, 33);
this.NUD_SMultiNpcPast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SMultiNpcPast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SMultiNpcPast.Name = "NUD_SMultiNpcPast";
this.NUD_SMultiNpcPast.Size = new System.Drawing.Size(41, 20);
this.NUD_SMultiNpcPast.TabIndex = 2;
//
// L_SMultiFriendsRecord
//
this.L_SMultiFriendsRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiFriendsRecord.Location = new System.Drawing.Point(8, 116);
this.L_SMultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiFriendsRecord.Name = "L_SMultiFriendsRecord";
this.L_SMultiFriendsRecord.Size = new System.Drawing.Size(42, 14);
this.L_SMultiFriendsRecord.TabIndex = 8;
this.L_SMultiFriendsRecord.Text = "Record";
this.L_SMultiFriendsRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// L_SMultiNpcRecord
//
this.L_SMultiNpcRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SMultiNpcRecord.Location = new System.Drawing.Point(8, 55);
this.L_SMultiNpcRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SMultiNpcRecord.Name = "L_SMultiNpcRecord";
this.L_SMultiNpcRecord.Size = new System.Drawing.Size(42, 14);
this.L_SMultiNpcRecord.TabIndex = 3;
this.L_SMultiNpcRecord.Text = "Record";
this.L_SMultiNpcRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// GB_SuperDoubles
//
this.GB_SuperDoubles.Controls.Add(this.NUD_SDoubleRecord);
this.GB_SuperDoubles.Controls.Add(this.L_SDoublePast);
this.GB_SuperDoubles.Controls.Add(this.NUD_SDoublePast);
this.GB_SuperDoubles.Controls.Add(this.L_SDoubleRecord);
this.GB_SuperDoubles.Location = new System.Drawing.Point(108, 73);
this.GB_SuperDoubles.Margin = new System.Windows.Forms.Padding(2);
this.GB_SuperDoubles.Name = "GB_SuperDoubles";
this.GB_SuperDoubles.Padding = new System.Windows.Forms.Padding(2);
this.GB_SuperDoubles.Size = new System.Drawing.Size(99, 63);
this.GB_SuperDoubles.TabIndex = 5;
this.GB_SuperDoubles.TabStop = false;
this.GB_SuperDoubles.Text = "Super Doubles";
//
// NUD_SDoubleRecord
//
this.NUD_SDoubleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SDoubleRecord.Location = new System.Drawing.Point(53, 38);
this.NUD_SDoubleRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SDoubleRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SDoubleRecord.Name = "NUD_SDoubleRecord";
this.NUD_SDoubleRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_SDoubleRecord.TabIndex = 3;
//
// L_SDoublePast
//
this.L_SDoublePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SDoublePast.Location = new System.Drawing.Point(8, 20);
this.L_SDoublePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SDoublePast.Name = "L_SDoublePast";
this.L_SDoublePast.Size = new System.Drawing.Size(41, 14);
this.L_SDoublePast.TabIndex = 0;
this.L_SDoublePast.Text = "Past";
this.L_SDoublePast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_SDoublePast
//
this.NUD_SDoublePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SDoublePast.Location = new System.Drawing.Point(53, 18);
this.NUD_SDoublePast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SDoublePast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SDoublePast.Name = "NUD_SDoublePast";
this.NUD_SDoublePast.Size = new System.Drawing.Size(41, 20);
this.NUD_SDoublePast.TabIndex = 1;
//
// L_SDoubleRecord
//
this.L_SDoubleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SDoubleRecord.Location = new System.Drawing.Point(8, 40);
this.L_SDoubleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SDoubleRecord.Name = "L_SDoubleRecord";
this.L_SDoubleRecord.Size = new System.Drawing.Size(42, 14);
this.L_SDoubleRecord.TabIndex = 2;
this.L_SDoubleRecord.Text = "Record";
this.L_SDoubleRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// GB_SuperSingles
//
this.GB_SuperSingles.Controls.Add(this.NUD_SSingleRecord);
this.GB_SuperSingles.Controls.Add(this.L_SSinglePast);
this.GB_SuperSingles.Controls.Add(this.NUD_SSinglePast);
this.GB_SuperSingles.Controls.Add(this.L_SSingleRecord);
this.GB_SuperSingles.Location = new System.Drawing.Point(108, 6);
this.GB_SuperSingles.Margin = new System.Windows.Forms.Padding(2);
this.GB_SuperSingles.Name = "GB_SuperSingles";
this.GB_SuperSingles.Padding = new System.Windows.Forms.Padding(2);
this.GB_SuperSingles.Size = new System.Drawing.Size(99, 63);
this.GB_SuperSingles.TabIndex = 1;
this.GB_SuperSingles.TabStop = false;
this.GB_SuperSingles.Text = "Super Singles";
//
// NUD_SSingleRecord
//
this.NUD_SSingleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SSingleRecord.Location = new System.Drawing.Point(53, 39);
this.NUD_SSingleRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SSingleRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SSingleRecord.Name = "NUD_SSingleRecord";
this.NUD_SSingleRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_SSingleRecord.TabIndex = 3;
//
// L_SSinglePast
//
this.L_SSinglePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SSinglePast.Location = new System.Drawing.Point(8, 20);
this.L_SSinglePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SSinglePast.Name = "L_SSinglePast";
this.L_SSinglePast.Size = new System.Drawing.Size(41, 14);
this.L_SSinglePast.TabIndex = 0;
this.L_SSinglePast.Text = "Past";
this.L_SSinglePast.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_SSinglePast
//
this.NUD_SSinglePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SSinglePast.Location = new System.Drawing.Point(53, 18);
this.NUD_SSinglePast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SSinglePast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SSinglePast.Name = "NUD_SSinglePast";
this.NUD_SSinglePast.Size = new System.Drawing.Size(41, 20);
this.NUD_SSinglePast.TabIndex = 1;
//
// L_SSingleRecord
//
this.L_SSingleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SSingleRecord.Location = new System.Drawing.Point(8, 41);
this.L_SSingleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SSingleRecord.Name = "L_SSingleRecord";
this.L_SSingleRecord.Size = new System.Drawing.Size(42, 14);
this.L_SSingleRecord.TabIndex = 2;
this.L_SSingleRecord.Text = "Record";
this.L_SSingleRecord.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_Multi
//
this.GB_Multi.Controls.Add(this.L_MultiNPC);
this.GB_Multi.Controls.Add(this.L_MultiFriends);
this.GB_Multi.Controls.Add(this.NUD_MultiFriendsRecord);
this.GB_Multi.Controls.Add(this.L_MultiFriendsPast);
this.GB_Multi.Controls.Add(this.NUD_MultiFriendsPast);
this.GB_Multi.Controls.Add(this.NUD_MultiNpcRecord);
this.GB_Multi.Controls.Add(this.L_MultiNpcPast);
this.GB_Multi.Controls.Add(this.NUD_MultiNpcPast);
this.GB_Multi.Controls.Add(this.L_MultiFriendsRecord);
this.GB_Multi.Controls.Add(this.L_MultiNpcRecord);
this.GB_Multi.Location = new System.Drawing.Point(4, 141);
this.GB_Multi.Margin = new System.Windows.Forms.Padding(2);
this.GB_Multi.Name = "GB_Multi";
this.GB_Multi.Padding = new System.Windows.Forms.Padding(2);
this.GB_Multi.Size = new System.Drawing.Size(99, 139);
this.GB_Multi.TabIndex = 6;
this.GB_Multi.TabStop = false;
this.GB_Multi.Text = "Multi";
//
// L_MultiNPC
//
this.L_MultiNPC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiNPC.Location = new System.Drawing.Point(53, 17);
this.L_MultiNPC.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiNPC.Name = "L_MultiNPC";
this.L_MultiNPC.Size = new System.Drawing.Size(41, 14);
this.L_MultiNPC.TabIndex = 0;
this.L_MultiNPC.Text = "NPC";
this.L_MultiNPC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// L_MultiFriends
//
this.L_MultiFriends.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiFriends.Location = new System.Drawing.Point(53, 76);
this.L_MultiFriends.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiFriends.Name = "L_MultiFriends";
this.L_MultiFriends.Size = new System.Drawing.Size(41, 15);
this.L_MultiFriends.TabIndex = 5;
this.L_MultiFriends.Text = "Friends";
this.L_MultiFriends.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NUD_MultiFriendsRecord
//
this.NUD_MultiFriendsRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_MultiFriendsRecord.Location = new System.Drawing.Point(53, 115);
this.NUD_MultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_MultiFriendsRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_MultiFriendsRecord.Name = "NUD_MultiFriendsRecord";
this.NUD_MultiFriendsRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_MultiFriendsRecord.TabIndex = 9;
//
// L_MultiFriendsPast
//
this.L_MultiFriendsPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiFriendsPast.Location = new System.Drawing.Point(8, 96);
this.L_MultiFriendsPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiFriendsPast.Name = "L_MultiFriendsPast";
this.L_MultiFriendsPast.Size = new System.Drawing.Size(41, 14);
this.L_MultiFriendsPast.TabIndex = 6;
this.L_MultiFriendsPast.Text = "Past";
this.L_MultiFriendsPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_MultiFriendsPast
//
this.NUD_MultiFriendsPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_MultiFriendsPast.Location = new System.Drawing.Point(53, 94);
this.NUD_MultiFriendsPast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_MultiFriendsPast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_MultiFriendsPast.Name = "NUD_MultiFriendsPast";
this.NUD_MultiFriendsPast.Size = new System.Drawing.Size(41, 20);
this.NUD_MultiFriendsPast.TabIndex = 7;
//
// NUD_MultiNpcRecord
//
this.NUD_MultiNpcRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_MultiNpcRecord.Location = new System.Drawing.Point(53, 54);
this.NUD_MultiNpcRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_MultiNpcRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_MultiNpcRecord.Name = "NUD_MultiNpcRecord";
this.NUD_MultiNpcRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_MultiNpcRecord.TabIndex = 4;
//
// L_MultiNpcPast
//
this.L_MultiNpcPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiNpcPast.Location = new System.Drawing.Point(8, 35);
this.L_MultiNpcPast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiNpcPast.Name = "L_MultiNpcPast";
this.L_MultiNpcPast.Size = new System.Drawing.Size(41, 14);
this.L_MultiNpcPast.TabIndex = 1;
this.L_MultiNpcPast.Text = "Past";
this.L_MultiNpcPast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_MultiNpcPast
//
this.NUD_MultiNpcPast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_MultiNpcPast.Location = new System.Drawing.Point(53, 33);
this.NUD_MultiNpcPast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_MultiNpcPast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_MultiNpcPast.Name = "NUD_MultiNpcPast";
this.NUD_MultiNpcPast.Size = new System.Drawing.Size(41, 20);
this.NUD_MultiNpcPast.TabIndex = 2;
//
// L_MultiFriendsRecord
//
this.L_MultiFriendsRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiFriendsRecord.Location = new System.Drawing.Point(8, 116);
this.L_MultiFriendsRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiFriendsRecord.Name = "L_MultiFriendsRecord";
this.L_MultiFriendsRecord.Size = new System.Drawing.Size(42, 14);
this.L_MultiFriendsRecord.TabIndex = 8;
this.L_MultiFriendsRecord.Text = "Record";
this.L_MultiFriendsRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// L_MultiNpcRecord
//
this.L_MultiNpcRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_MultiNpcRecord.Location = new System.Drawing.Point(8, 55);
this.L_MultiNpcRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_MultiNpcRecord.Name = "L_MultiNpcRecord";
this.L_MultiNpcRecord.Size = new System.Drawing.Size(42, 14);
this.L_MultiNpcRecord.TabIndex = 3;
this.L_MultiNpcRecord.Text = "Record";
this.L_MultiNpcRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// GB_Doubles
//
this.GB_Doubles.Controls.Add(this.NUD_DoubleRecord);
this.GB_Doubles.Controls.Add(this.L_DoublePast);
this.GB_Doubles.Controls.Add(this.NUD_DoublePast);
this.GB_Doubles.Controls.Add(this.L_DoubleRecord);
this.GB_Doubles.Location = new System.Drawing.Point(4, 73);
this.GB_Doubles.Margin = new System.Windows.Forms.Padding(2);
this.GB_Doubles.Name = "GB_Doubles";
this.GB_Doubles.Padding = new System.Windows.Forms.Padding(2);
this.GB_Doubles.Size = new System.Drawing.Size(99, 63);
this.GB_Doubles.TabIndex = 4;
this.GB_Doubles.TabStop = false;
this.GB_Doubles.Text = "Doubles";
//
// NUD_DoubleRecord
//
this.NUD_DoubleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_DoubleRecord.Location = new System.Drawing.Point(53, 38);
this.NUD_DoubleRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_DoubleRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_DoubleRecord.Name = "NUD_DoubleRecord";
this.NUD_DoubleRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_DoubleRecord.TabIndex = 3;
//
// L_DoublePast
//
this.L_DoublePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_DoublePast.Location = new System.Drawing.Point(8, 20);
this.L_DoublePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_DoublePast.Name = "L_DoublePast";
this.L_DoublePast.Size = new System.Drawing.Size(41, 14);
this.L_DoublePast.TabIndex = 0;
this.L_DoublePast.Text = "Past";
this.L_DoublePast.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// NUD_DoublePast
//
this.NUD_DoublePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_DoublePast.Location = new System.Drawing.Point(53, 18);
this.NUD_DoublePast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_DoublePast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_DoublePast.Name = "NUD_DoublePast";
this.NUD_DoublePast.Size = new System.Drawing.Size(41, 20);
this.NUD_DoublePast.TabIndex = 1;
//
// L_DoubleRecord
//
this.L_DoubleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_DoubleRecord.Location = new System.Drawing.Point(8, 40);
this.L_DoubleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_DoubleRecord.Name = "L_DoubleRecord";
this.L_DoubleRecord.Size = new System.Drawing.Size(42, 14);
this.L_DoubleRecord.TabIndex = 2;
this.L_DoubleRecord.Text = "Record";
this.L_DoubleRecord.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// GB_Singles
//
this.GB_Singles.Controls.Add(this.NUD_SingleRecord);
this.GB_Singles.Controls.Add(this.L_SinglePast);
this.GB_Singles.Controls.Add(this.NUD_SinglePast);
this.GB_Singles.Controls.Add(this.L_SingleRecord);
this.GB_Singles.Location = new System.Drawing.Point(4, 6);
this.GB_Singles.Margin = new System.Windows.Forms.Padding(2);
this.GB_Singles.Name = "GB_Singles";
this.GB_Singles.Padding = new System.Windows.Forms.Padding(2);
this.GB_Singles.Size = new System.Drawing.Size(99, 63);
this.GB_Singles.TabIndex = 0;
this.GB_Singles.TabStop = false;
this.GB_Singles.Text = "Singles";
//
// NUD_SingleRecord
//
this.NUD_SingleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SingleRecord.Location = new System.Drawing.Point(53, 39);
this.NUD_SingleRecord.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SingleRecord.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SingleRecord.Name = "NUD_SingleRecord";
this.NUD_SingleRecord.Size = new System.Drawing.Size(41, 20);
this.NUD_SingleRecord.TabIndex = 3;
//
// L_SinglePast
//
this.L_SinglePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SinglePast.Location = new System.Drawing.Point(8, 20);
this.L_SinglePast.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SinglePast.Name = "L_SinglePast";
this.L_SinglePast.Size = new System.Drawing.Size(41, 14);
this.L_SinglePast.TabIndex = 0;
this.L_SinglePast.Text = "Past";
this.L_SinglePast.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_SinglePast
//
this.NUD_SinglePast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.NUD_SinglePast.Location = new System.Drawing.Point(53, 18);
this.NUD_SinglePast.Margin = new System.Windows.Forms.Padding(2);
this.NUD_SinglePast.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_SinglePast.Name = "NUD_SinglePast";
this.NUD_SinglePast.Size = new System.Drawing.Size(41, 20);
this.NUD_SinglePast.TabIndex = 1;
//
// L_SingleRecord
//
this.L_SingleRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.L_SingleRecord.Location = new System.Drawing.Point(8, 41);
this.L_SingleRecord.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.L_SingleRecord.Name = "L_SingleRecord";
this.L_SingleRecord.Size = new System.Drawing.Size(42, 14);
this.L_SingleRecord.TabIndex = 2;
this.L_SingleRecord.Text = "Record";
this.L_SingleRecord.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// SAV_Misc5
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(370, 380);
this.Controls.Add(this.TC_Misc);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
this.MinimumSize = new System.Drawing.Size(378, 411);
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.TAB_Subway.ResumeLayout(false);
this.GB_SuperChecks.ResumeLayout(false);
this.GB_SuperChecks.PerformLayout();
this.GB_SuperMulti.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiFriendsRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiFriendsPast)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiNpcRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SMultiNpcPast)).EndInit();
this.GB_SuperDoubles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_SDoubleRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SDoublePast)).EndInit();
this.GB_SuperSingles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_SSingleRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SSinglePast)).EndInit();
this.GB_Multi.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiFriendsRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiFriendsPast)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiNpcRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MultiNpcPast)).EndInit();
this.GB_Doubles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_DoubleRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_DoublePast)).EndInit();
this.GB_Singles.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_SingleRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_SinglePast)).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;
private System.Windows.Forms.ToolTip TipExpB;
private System.Windows.Forms.ToolTip TipExpW;
private System.Windows.Forms.TabPage TAB_Subway;
private System.Windows.Forms.NumericUpDown NUD_SinglePast;
private System.Windows.Forms.Label L_SinglePast;
private System.Windows.Forms.GroupBox GB_Singles;
private System.Windows.Forms.Label L_SingleRecord;
private System.Windows.Forms.NumericUpDown NUD_SingleRecord;
private System.Windows.Forms.GroupBox GB_Doubles;
private System.Windows.Forms.Label L_DoubleRecord;
private System.Windows.Forms.NumericUpDown NUD_DoubleRecord;
private System.Windows.Forms.Label L_DoublePast;
private System.Windows.Forms.NumericUpDown NUD_DoublePast;
private System.Windows.Forms.GroupBox GB_Multi;
private System.Windows.Forms.Label L_MultiNpcRecord;
private System.Windows.Forms.NumericUpDown NUD_MultiNpcRecord;
private System.Windows.Forms.Label L_MultiNpcPast;
private System.Windows.Forms.NumericUpDown NUD_MultiNpcPast;
private System.Windows.Forms.Label L_MultiFriendsRecord;
private System.Windows.Forms.NumericUpDown NUD_MultiFriendsRecord;
private System.Windows.Forms.Label L_MultiFriendsPast;
private System.Windows.Forms.NumericUpDown NUD_MultiFriendsPast;
private System.Windows.Forms.Label L_MultiFriends;
private System.Windows.Forms.Label L_MultiNPC;
private System.Windows.Forms.GroupBox GB_SuperMulti;
private System.Windows.Forms.Label L_SMultiNPC;
private System.Windows.Forms.Label L_SMultiFriends;
private System.Windows.Forms.Label L_SMultiFriendsRecord;
private System.Windows.Forms.NumericUpDown NUD_SMultiFriendsRecord;
private System.Windows.Forms.Label L_SMultiFriendsPast;
private System.Windows.Forms.NumericUpDown NUD_SMultiFriendsPast;
private System.Windows.Forms.Label L_SMultiNpcRecord;
private System.Windows.Forms.NumericUpDown NUD_SMultiNpcRecord;
private System.Windows.Forms.Label L_SMultiNpcPast;
private System.Windows.Forms.NumericUpDown NUD_SMultiNpcPast;
private System.Windows.Forms.GroupBox GB_SuperDoubles;
private System.Windows.Forms.Label L_SDoubleRecord;
private System.Windows.Forms.NumericUpDown NUD_SDoubleRecord;
private System.Windows.Forms.Label L_SDoublePast;
private System.Windows.Forms.NumericUpDown NUD_SDoublePast;
private System.Windows.Forms.GroupBox GB_SuperSingles;
private System.Windows.Forms.Label L_SSingleRecord;
private System.Windows.Forms.NumericUpDown NUD_SSingleRecord;
private System.Windows.Forms.Label L_SSinglePast;
private System.Windows.Forms.NumericUpDown NUD_SSinglePast;
private System.Windows.Forms.GroupBox GB_SuperChecks;
private System.Windows.Forms.CheckBox CHK_SuperMulti;
private System.Windows.Forms.CheckBox CHK_SuperDouble;
private System.Windows.Forms.CheckBox CHK_SuperSingle;
}
}