PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen3/SAV_Misc3.Designer.cs
2017-06-29 18:14:42 -04:00

1050 lines
51 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Misc3
{
/// <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_Misc3));
this.B_Save = new System.Windows.Forms.Button();
this.B_Cancel = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.TAB_Main = new System.Windows.Forms.TabPage();
this.GB_TCM = new System.Windows.Forms.GroupBox();
this.CB_TCM6 = new System.Windows.Forms.ComboBox();
this.CB_TCM5 = new System.Windows.Forms.ComboBox();
this.CB_TCM4 = new System.Windows.Forms.ComboBox();
this.CB_TCM3 = new System.Windows.Forms.ComboBox();
this.CB_TCM2 = new System.Windows.Forms.ComboBox();
this.CB_TCM1 = new System.Windows.Forms.ComboBox();
this.NUD_Coins = new System.Windows.Forms.NumericUpDown();
this.L_Coins = new System.Windows.Forms.Label();
this.TB_OTName = new System.Windows.Forms.TextBox();
this.L_TrainerName = new System.Windows.Forms.Label();
this.NUD_BP = new System.Windows.Forms.NumericUpDown();
this.L_BP = new System.Windows.Forms.Label();
this.TAB_Joyful = new System.Windows.Forms.TabPage();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.TB_B3 = new System.Windows.Forms.MaskedTextBox();
this.TB_B2 = new System.Windows.Forms.MaskedTextBox();
this.TB_B1 = new System.Windows.Forms.MaskedTextBox();
this.L_B5Score = new System.Windows.Forms.Label();
this.L_BHigh = new System.Windows.Forms.Label();
this.L_BCaught = new System.Windows.Forms.Label();
this.TB_J3 = new System.Windows.Forms.MaskedTextBox();
this.TB_J2 = new System.Windows.Forms.MaskedTextBox();
this.TB_J1 = new System.Windows.Forms.MaskedTextBox();
this.L_JFlaw = new System.Windows.Forms.Label();
this.L_JHigh = new System.Windows.Forms.Label();
this.L_JRow = new System.Windows.Forms.Label();
this.TAB_Ferry = new System.Windows.Forms.TabPage();
this.B_GetTickets = new System.Windows.Forms.Button();
this.GB_InitialEvent = new System.Windows.Forms.GroupBox();
this.CHK_InitialSouthern = new System.Windows.Forms.CheckBox();
this.CHK_InitialNavel = new System.Windows.Forms.CheckBox();
this.CHK_InitialBirth = new System.Windows.Forms.CheckBox();
this.CHK_InitialFaraway = new System.Windows.Forms.CheckBox();
this.GB_Reachable = new System.Windows.Forms.GroupBox();
this.CHK_ReachBF = new System.Windows.Forms.CheckBox();
this.CHK_ReachFaraway = new System.Windows.Forms.CheckBox();
this.CHK_ReachBirth = new System.Windows.Forms.CheckBox();
this.CHK_ReachNavel = new System.Windows.Forms.CheckBox();
this.CHK_ReachSouthern = new System.Windows.Forms.CheckBox();
this.CHK_Catchable = new System.Windows.Forms.CheckBox();
this.TAB_BF = new System.Windows.Forms.TabPage();
this.GB_Streaks = new System.Windows.Forms.GroupBox();
this.NUD_Stat3 = new System.Windows.Forms.NumericUpDown();
this.NUD_Stat2 = new System.Windows.Forms.NumericUpDown();
this.NUD_Stat1 = new System.Windows.Forms.NumericUpDown();
this.NUD_Stat0 = new System.Windows.Forms.NumericUpDown();
this.L_Stat3 = new System.Windows.Forms.Label();
this.L_Stat2 = new System.Windows.Forms.Label();
this.L_Stat1 = new System.Windows.Forms.Label();
this.L_Stat0 = new System.Windows.Forms.Label();
this.CHK_Continue = new System.Windows.Forms.CheckBox();
this.RB_Stats3_02 = new System.Windows.Forms.RadioButton();
this.RB_Stats3_01 = new System.Windows.Forms.RadioButton();
this.CB_Stats2 = new System.Windows.Forms.ComboBox();
this.CB_Stats1 = new System.Windows.Forms.ComboBox();
this.GB_FrontierPass = new System.Windows.Forms.GroupBox();
this.GB_Icons = new System.Windows.Forms.GroupBox();
this.BTN_SymbolB = new System.Windows.Forms.Button();
this.BTN_SymbolL = new System.Windows.Forms.Button();
this.BTN_SymbolK = new System.Windows.Forms.Button();
this.BTN_SymbolG = new System.Windows.Forms.Button();
this.BTN_SymbolS = new System.Windows.Forms.Button();
this.BTN_SymbolT = new System.Windows.Forms.Button();
this.BTN_SymbolA = new System.Windows.Forms.Button();
this.CHK_ActivatePass = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.TAB_Main.SuspendLayout();
this.GB_TCM.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Coins)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).BeginInit();
this.TAB_Joyful.SuspendLayout();
this.TAB_Ferry.SuspendLayout();
this.GB_InitialEvent.SuspendLayout();
this.GB_Reachable.SuspendLayout();
this.TAB_BF.SuspendLayout();
this.GB_Streaks.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat0)).BeginInit();
this.GB_FrontierPass.SuspendLayout();
this.GB_Icons.SuspendLayout();
this.SuspendLayout();
//
// 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(213, 262);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 23);
this.B_Save.TabIndex = 73;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// 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(132, 262);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
this.B_Cancel.TabIndex = 72;
this.B_Cancel.Text = "Cancel";
this.B_Cancel.UseVisualStyleBackColor = true;
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.TAB_Main);
this.tabControl1.Controls.Add(this.TAB_Joyful);
this.tabControl1.Controls.Add(this.TAB_Ferry);
this.tabControl1.Controls.Add(this.TAB_BF);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(274, 244);
this.tabControl1.TabIndex = 74;
//
// TAB_Main
//
this.TAB_Main.Controls.Add(this.GB_TCM);
this.TAB_Main.Controls.Add(this.NUD_Coins);
this.TAB_Main.Controls.Add(this.L_Coins);
this.TAB_Main.Controls.Add(this.TB_OTName);
this.TAB_Main.Controls.Add(this.L_TrainerName);
this.TAB_Main.Controls.Add(this.NUD_BP);
this.TAB_Main.Controls.Add(this.L_BP);
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(266, 218);
this.TAB_Main.TabIndex = 0;
this.TAB_Main.Text = "Main";
this.TAB_Main.UseVisualStyleBackColor = true;
//
// GB_TCM
//
this.GB_TCM.Controls.Add(this.CB_TCM6);
this.GB_TCM.Controls.Add(this.CB_TCM5);
this.GB_TCM.Controls.Add(this.CB_TCM4);
this.GB_TCM.Controls.Add(this.CB_TCM3);
this.GB_TCM.Controls.Add(this.CB_TCM2);
this.GB_TCM.Controls.Add(this.CB_TCM1);
this.GB_TCM.Location = new System.Drawing.Point(6, 123);
this.GB_TCM.Name = "GB_TCM";
this.GB_TCM.Size = new System.Drawing.Size(249, 74);
this.GB_TCM.TabIndex = 36;
this.GB_TCM.TabStop = false;
this.GB_TCM.Text = "Trainer Card Pokémon Icons";
//
// CB_TCM6
//
this.CB_TCM6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM6.FormattingEnabled = true;
this.CB_TCM6.Location = new System.Drawing.Point(168, 46);
this.CB_TCM6.Name = "CB_TCM6";
this.CB_TCM6.Size = new System.Drawing.Size(75, 21);
this.CB_TCM6.TabIndex = 5;
//
// CB_TCM5
//
this.CB_TCM5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM5.FormattingEnabled = true;
this.CB_TCM5.Location = new System.Drawing.Point(87, 46);
this.CB_TCM5.Name = "CB_TCM5";
this.CB_TCM5.Size = new System.Drawing.Size(75, 21);
this.CB_TCM5.TabIndex = 4;
//
// CB_TCM4
//
this.CB_TCM4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM4.FormattingEnabled = true;
this.CB_TCM4.Location = new System.Drawing.Point(6, 46);
this.CB_TCM4.Name = "CB_TCM4";
this.CB_TCM4.Size = new System.Drawing.Size(75, 21);
this.CB_TCM4.TabIndex = 3;
//
// CB_TCM3
//
this.CB_TCM3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM3.FormattingEnabled = true;
this.CB_TCM3.Location = new System.Drawing.Point(168, 18);
this.CB_TCM3.Name = "CB_TCM3";
this.CB_TCM3.Size = new System.Drawing.Size(75, 21);
this.CB_TCM3.TabIndex = 2;
//
// CB_TCM2
//
this.CB_TCM2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM2.FormattingEnabled = true;
this.CB_TCM2.Location = new System.Drawing.Point(87, 18);
this.CB_TCM2.Name = "CB_TCM2";
this.CB_TCM2.Size = new System.Drawing.Size(75, 21);
this.CB_TCM2.TabIndex = 1;
//
// CB_TCM1
//
this.CB_TCM1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TCM1.FormattingEnabled = true;
this.CB_TCM1.Location = new System.Drawing.Point(6, 18);
this.CB_TCM1.Name = "CB_TCM1";
this.CB_TCM1.Size = new System.Drawing.Size(75, 21);
this.CB_TCM1.TabIndex = 0;
//
// NUD_Coins
//
this.NUD_Coins.Location = new System.Drawing.Point(120, 51);
this.NUD_Coins.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Coins.Name = "NUD_Coins";
this.NUD_Coins.Size = new System.Drawing.Size(47, 20);
this.NUD_Coins.TabIndex = 35;
this.NUD_Coins.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// L_Coins
//
this.L_Coins.Location = new System.Drawing.Point(33, 49);
this.L_Coins.Name = "L_Coins";
this.L_Coins.Size = new System.Drawing.Size(81, 20);
this.L_Coins.TabIndex = 34;
this.L_Coins.Text = "Coins:";
this.L_Coins.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_OTName
//
this.TB_OTName.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_OTName.Location = new System.Drawing.Point(120, 77);
this.TB_OTName.MaxLength = 7;
this.TB_OTName.Name = "TB_OTName";
this.TB_OTName.Size = new System.Drawing.Size(63, 20);
this.TB_OTName.TabIndex = 31;
this.TB_OTName.Text = "WWWWWWW";
this.TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_TrainerName
//
this.L_TrainerName.Location = new System.Drawing.Point(28, 79);
this.L_TrainerName.Name = "L_TrainerName";
this.L_TrainerName.Size = new System.Drawing.Size(87, 16);
this.L_TrainerName.TabIndex = 32;
this.L_TrainerName.Text = "Rival Name:";
this.L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_BP
//
this.NUD_BP.Location = new System.Drawing.Point(120, 25);
this.NUD_BP.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_BP.Name = "NUD_BP";
this.NUD_BP.Size = new System.Drawing.Size(47, 20);
this.NUD_BP.TabIndex = 33;
this.NUD_BP.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// L_BP
//
this.L_BP.Location = new System.Drawing.Point(33, 23);
this.L_BP.Name = "L_BP";
this.L_BP.Size = new System.Drawing.Size(81, 20);
this.L_BP.TabIndex = 30;
this.L_BP.Text = "BP:";
this.L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TAB_Joyful
//
this.TAB_Joyful.Controls.Add(this.label5);
this.TAB_Joyful.Controls.Add(this.label4);
this.TAB_Joyful.Controls.Add(this.TB_B3);
this.TAB_Joyful.Controls.Add(this.TB_B2);
this.TAB_Joyful.Controls.Add(this.TB_B1);
this.TAB_Joyful.Controls.Add(this.L_B5Score);
this.TAB_Joyful.Controls.Add(this.L_BHigh);
this.TAB_Joyful.Controls.Add(this.L_BCaught);
this.TAB_Joyful.Controls.Add(this.TB_J3);
this.TAB_Joyful.Controls.Add(this.TB_J2);
this.TAB_Joyful.Controls.Add(this.TB_J1);
this.TAB_Joyful.Controls.Add(this.L_JFlaw);
this.TAB_Joyful.Controls.Add(this.L_JHigh);
this.TAB_Joyful.Controls.Add(this.L_JRow);
this.TAB_Joyful.Location = new System.Drawing.Point(4, 22);
this.TAB_Joyful.Name = "TAB_Joyful";
this.TAB_Joyful.Padding = new System.Windows.Forms.Padding(3);
this.TAB_Joyful.Size = new System.Drawing.Size(266, 218);
this.TAB_Joyful.TabIndex = 1;
this.TAB_Joyful.Text = "Joyful";
this.TAB_Joyful.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.Location = new System.Drawing.Point(118, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(100, 23);
this.label5.TabIndex = 65;
this.label5.Text = "Berry Picking";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Location = new System.Drawing.Point(12, 3);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 23);
this.label4.TabIndex = 64;
this.label4.Text = "Pokémon Jump";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TB_B3
//
this.TB_B3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_B3.Location = new System.Drawing.Point(184, 76);
this.TB_B3.Mask = "0000";
this.TB_B3.Name = "TB_B3";
this.TB_B3.Size = new System.Drawing.Size(35, 20);
this.TB_B3.TabIndex = 62;
//
// TB_B2
//
this.TB_B2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_B2.Location = new System.Drawing.Point(184, 57);
this.TB_B2.Mask = "0000";
this.TB_B2.Name = "TB_B2";
this.TB_B2.Size = new System.Drawing.Size(35, 20);
this.TB_B2.TabIndex = 61;
//
// TB_B1
//
this.TB_B1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_B1.Location = new System.Drawing.Point(184, 38);
this.TB_B1.Mask = "0000";
this.TB_B1.Name = "TB_B1";
this.TB_B1.Size = new System.Drawing.Size(35, 20);
this.TB_B1.TabIndex = 60;
//
// L_B5Score
//
this.L_B5Score.AutoSize = true;
this.L_B5Score.Location = new System.Drawing.Point(118, 79);
this.L_B5Score.Name = "L_B5Score";
this.L_B5Score.Size = new System.Drawing.Size(62, 13);
this.L_B5Score.TabIndex = 59;
this.L_B5Score.Text = "5 In a Row:";
//
// L_BHigh
//
this.L_BHigh.AutoSize = true;
this.L_BHigh.Location = new System.Drawing.Point(118, 60);
this.L_BHigh.Name = "L_BHigh";
this.L_BHigh.Size = new System.Drawing.Size(63, 13);
this.L_BHigh.TabIndex = 58;
this.L_BHigh.Text = "High Score:";
//
// L_BCaught
//
this.L_BCaught.AutoSize = true;
this.L_BCaught.Location = new System.Drawing.Point(118, 41);
this.L_BCaught.Name = "L_BCaught";
this.L_BCaught.Size = new System.Drawing.Size(44, 13);
this.L_BCaught.TabIndex = 57;
this.L_BCaught.Text = "Caught:";
//
// TB_J3
//
this.TB_J3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_J3.Location = new System.Drawing.Point(77, 76);
this.TB_J3.Mask = "0000";
this.TB_J3.Name = "TB_J3";
this.TB_J3.Size = new System.Drawing.Size(35, 20);
this.TB_J3.TabIndex = 56;
//
// TB_J2
//
this.TB_J2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_J2.Location = new System.Drawing.Point(77, 57);
this.TB_J2.Mask = "0000";
this.TB_J2.Name = "TB_J2";
this.TB_J2.Size = new System.Drawing.Size(35, 20);
this.TB_J2.TabIndex = 55;
//
// TB_J1
//
this.TB_J1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_J1.Location = new System.Drawing.Point(77, 38);
this.TB_J1.Mask = "0000";
this.TB_J1.Name = "TB_J1";
this.TB_J1.Size = new System.Drawing.Size(35, 20);
this.TB_J1.TabIndex = 54;
//
// L_JFlaw
//
this.L_JFlaw.AutoSize = true;
this.L_JFlaw.Location = new System.Drawing.Point(9, 79);
this.L_JFlaw.Name = "L_JFlaw";
this.L_JFlaw.Size = new System.Drawing.Size(62, 13);
this.L_JFlaw.TabIndex = 53;
this.L_JFlaw.Text = "5 In a Row:";
//
// L_JHigh
//
this.L_JHigh.AutoSize = true;
this.L_JHigh.Location = new System.Drawing.Point(9, 60);
this.L_JHigh.Name = "L_JHigh";
this.L_JHigh.Size = new System.Drawing.Size(63, 13);
this.L_JHigh.TabIndex = 52;
this.L_JHigh.Text = "High Score:";
//
// L_JRow
//
this.L_JRow.AutoSize = true;
this.L_JRow.Location = new System.Drawing.Point(9, 41);
this.L_JRow.Name = "L_JRow";
this.L_JRow.Size = new System.Drawing.Size(53, 13);
this.L_JRow.TabIndex = 51;
this.L_JRow.Text = "In a Row:";
//
// TAB_Ferry
//
this.TAB_Ferry.Controls.Add(this.B_GetTickets);
this.TAB_Ferry.Controls.Add(this.GB_InitialEvent);
this.TAB_Ferry.Controls.Add(this.GB_Reachable);
this.TAB_Ferry.Controls.Add(this.CHK_Catchable);
this.TAB_Ferry.Location = new System.Drawing.Point(4, 22);
this.TAB_Ferry.Name = "TAB_Ferry";
this.TAB_Ferry.Padding = new System.Windows.Forms.Padding(3);
this.TAB_Ferry.Size = new System.Drawing.Size(266, 218);
this.TAB_Ferry.TabIndex = 2;
this.TAB_Ferry.Text = "Ferry";
this.TAB_Ferry.UseVisualStyleBackColor = true;
//
// B_GetTickets
//
this.B_GetTickets.Location = new System.Drawing.Point(128, 141);
this.B_GetTickets.Name = "B_GetTickets";
this.B_GetTickets.Size = new System.Drawing.Size(96, 23);
this.B_GetTickets.TabIndex = 4;
this.B_GetTickets.Text = "Get Tickets";
this.B_GetTickets.UseVisualStyleBackColor = true;
this.B_GetTickets.Click += new System.EventHandler(this.B_GetTickets_Click);
//
// GB_InitialEvent
//
this.GB_InitialEvent.Controls.Add(this.CHK_InitialSouthern);
this.GB_InitialEvent.Controls.Add(this.CHK_InitialNavel);
this.GB_InitialEvent.Controls.Add(this.CHK_InitialBirth);
this.GB_InitialEvent.Controls.Add(this.CHK_InitialFaraway);
this.GB_InitialEvent.Location = new System.Drawing.Point(123, 6);
this.GB_InitialEvent.Name = "GB_InitialEvent";
this.GB_InitialEvent.Size = new System.Drawing.Size(108, 106);
this.GB_InitialEvent.TabIndex = 3;
this.GB_InitialEvent.TabStop = false;
this.GB_InitialEvent.Text = "Initial Event";
//
// CHK_InitialSouthern
//
this.CHK_InitialSouthern.AutoSize = true;
this.CHK_InitialSouthern.Location = new System.Drawing.Point(6, 18);
this.CHK_InitialSouthern.Name = "CHK_InitialSouthern";
this.CHK_InitialSouthern.Size = new System.Drawing.Size(100, 17);
this.CHK_InitialSouthern.TabIndex = 4;
this.CHK_InitialSouthern.Text = "Southern Island";
this.CHK_InitialSouthern.UseVisualStyleBackColor = true;
//
// CHK_InitialNavel
//
this.CHK_InitialNavel.AutoSize = true;
this.CHK_InitialNavel.Location = new System.Drawing.Point(6, 40);
this.CHK_InitialNavel.Name = "CHK_InitialNavel";
this.CHK_InitialNavel.Size = new System.Drawing.Size(83, 17);
this.CHK_InitialNavel.TabIndex = 5;
this.CHK_InitialNavel.Text = "Navel Rock";
this.CHK_InitialNavel.UseVisualStyleBackColor = true;
//
// CHK_InitialBirth
//
this.CHK_InitialBirth.AutoSize = true;
this.CHK_InitialBirth.Location = new System.Drawing.Point(6, 62);
this.CHK_InitialBirth.Name = "CHK_InitialBirth";
this.CHK_InitialBirth.Size = new System.Drawing.Size(78, 17);
this.CHK_InitialBirth.TabIndex = 6;
this.CHK_InitialBirth.Text = "Birth Island";
this.CHK_InitialBirth.UseVisualStyleBackColor = true;
//
// CHK_InitialFaraway
//
this.CHK_InitialFaraway.AutoSize = true;
this.CHK_InitialFaraway.Location = new System.Drawing.Point(6, 84);
this.CHK_InitialFaraway.Name = "CHK_InitialFaraway";
this.CHK_InitialFaraway.Size = new System.Drawing.Size(97, 17);
this.CHK_InitialFaraway.TabIndex = 7;
this.CHK_InitialFaraway.Text = "Faraway Island";
this.CHK_InitialFaraway.UseVisualStyleBackColor = true;
//
// GB_Reachable
//
this.GB_Reachable.Controls.Add(this.CHK_ReachBF);
this.GB_Reachable.Controls.Add(this.CHK_ReachFaraway);
this.GB_Reachable.Controls.Add(this.CHK_ReachBirth);
this.GB_Reachable.Controls.Add(this.CHK_ReachNavel);
this.GB_Reachable.Controls.Add(this.CHK_ReachSouthern);
this.GB_Reachable.Location = new System.Drawing.Point(6, 6);
this.GB_Reachable.Name = "GB_Reachable";
this.GB_Reachable.Size = new System.Drawing.Size(111, 128);
this.GB_Reachable.TabIndex = 2;
this.GB_Reachable.TabStop = false;
this.GB_Reachable.Text = "Reachable";
//
// CHK_ReachBF
//
this.CHK_ReachBF.AutoSize = true;
this.CHK_ReachBF.Location = new System.Drawing.Point(6, 106);
this.CHK_ReachBF.Name = "CHK_ReachBF";
this.CHK_ReachBF.Size = new System.Drawing.Size(91, 17);
this.CHK_ReachBF.TabIndex = 4;
this.CHK_ReachBF.Text = "Battle Frontier";
this.CHK_ReachBF.UseVisualStyleBackColor = true;
//
// CHK_ReachFaraway
//
this.CHK_ReachFaraway.AutoSize = true;
this.CHK_ReachFaraway.Location = new System.Drawing.Point(6, 84);
this.CHK_ReachFaraway.Name = "CHK_ReachFaraway";
this.CHK_ReachFaraway.Size = new System.Drawing.Size(97, 17);
this.CHK_ReachFaraway.TabIndex = 3;
this.CHK_ReachFaraway.Text = "Faraway Island";
this.CHK_ReachFaraway.UseVisualStyleBackColor = true;
//
// CHK_ReachBirth
//
this.CHK_ReachBirth.AutoSize = true;
this.CHK_ReachBirth.Location = new System.Drawing.Point(6, 62);
this.CHK_ReachBirth.Name = "CHK_ReachBirth";
this.CHK_ReachBirth.Size = new System.Drawing.Size(78, 17);
this.CHK_ReachBirth.TabIndex = 2;
this.CHK_ReachBirth.Text = "Birth Island";
this.CHK_ReachBirth.UseVisualStyleBackColor = true;
//
// CHK_ReachNavel
//
this.CHK_ReachNavel.AutoSize = true;
this.CHK_ReachNavel.Location = new System.Drawing.Point(6, 40);
this.CHK_ReachNavel.Name = "CHK_ReachNavel";
this.CHK_ReachNavel.Size = new System.Drawing.Size(83, 17);
this.CHK_ReachNavel.TabIndex = 1;
this.CHK_ReachNavel.Text = "Navel Rock";
this.CHK_ReachNavel.UseVisualStyleBackColor = true;
//
// CHK_ReachSouthern
//
this.CHK_ReachSouthern.AutoSize = true;
this.CHK_ReachSouthern.Location = new System.Drawing.Point(6, 18);
this.CHK_ReachSouthern.Name = "CHK_ReachSouthern";
this.CHK_ReachSouthern.Size = new System.Drawing.Size(100, 17);
this.CHK_ReachSouthern.TabIndex = 0;
this.CHK_ReachSouthern.Text = "Southern Island";
this.CHK_ReachSouthern.UseVisualStyleBackColor = true;
//
// CHK_Catchable
//
this.CHK_Catchable.AutoSize = true;
this.CHK_Catchable.Location = new System.Drawing.Point(12, 143);
this.CHK_Catchable.Name = "CHK_Catchable";
this.CHK_Catchable.Size = new System.Drawing.Size(83, 17);
this.CHK_Catchable.TabIndex = 0;
this.CHK_Catchable.Text = "Can get ride";
this.CHK_Catchable.UseVisualStyleBackColor = true;
//
// TAB_BF
//
this.TAB_BF.Controls.Add(this.GB_Streaks);
this.TAB_BF.Controls.Add(this.GB_FrontierPass);
this.TAB_BF.Location = new System.Drawing.Point(4, 22);
this.TAB_BF.Name = "TAB_BF";
this.TAB_BF.Size = new System.Drawing.Size(266, 218);
this.TAB_BF.TabIndex = 3;
this.TAB_BF.Text = "Battle Frontier";
this.TAB_BF.UseVisualStyleBackColor = true;
//
// GB_Streaks
//
this.GB_Streaks.Controls.Add(this.NUD_Stat3);
this.GB_Streaks.Controls.Add(this.NUD_Stat2);
this.GB_Streaks.Controls.Add(this.NUD_Stat1);
this.GB_Streaks.Controls.Add(this.NUD_Stat0);
this.GB_Streaks.Controls.Add(this.L_Stat3);
this.GB_Streaks.Controls.Add(this.L_Stat2);
this.GB_Streaks.Controls.Add(this.L_Stat1);
this.GB_Streaks.Controls.Add(this.L_Stat0);
this.GB_Streaks.Controls.Add(this.CHK_Continue);
this.GB_Streaks.Controls.Add(this.RB_Stats3_02);
this.GB_Streaks.Controls.Add(this.RB_Stats3_01);
this.GB_Streaks.Controls.Add(this.CB_Stats2);
this.GB_Streaks.Controls.Add(this.CB_Stats1);
this.GB_Streaks.Location = new System.Drawing.Point(146, 6);
this.GB_Streaks.Name = "GB_Streaks";
this.GB_Streaks.Size = new System.Drawing.Size(114, 206);
this.GB_Streaks.TabIndex = 1;
this.GB_Streaks.TabStop = false;
this.GB_Streaks.Text = "Streaks";
//
// NUD_Stat3
//
this.NUD_Stat3.Location = new System.Drawing.Point(55, 183);
this.NUD_Stat3.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat3.Name = "NUD_Stat3";
this.NUD_Stat3.Size = new System.Drawing.Size(47, 20);
this.NUD_Stat3.TabIndex = 12;
this.NUD_Stat3.Value = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat3.ValueChanged += new System.EventHandler(this.ChangeStatVal);
//
// NUD_Stat2
//
this.NUD_Stat2.Location = new System.Drawing.Point(55, 157);
this.NUD_Stat2.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat2.Name = "NUD_Stat2";
this.NUD_Stat2.Size = new System.Drawing.Size(47, 20);
this.NUD_Stat2.TabIndex = 11;
this.NUD_Stat2.Value = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat2.ValueChanged += new System.EventHandler(this.ChangeStatVal);
//
// NUD_Stat1
//
this.NUD_Stat1.Location = new System.Drawing.Point(55, 131);
this.NUD_Stat1.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat1.Name = "NUD_Stat1";
this.NUD_Stat1.Size = new System.Drawing.Size(47, 20);
this.NUD_Stat1.TabIndex = 10;
this.NUD_Stat1.Value = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat1.ValueChanged += new System.EventHandler(this.ChangeStatVal);
//
// NUD_Stat0
//
this.NUD_Stat0.Location = new System.Drawing.Point(55, 105);
this.NUD_Stat0.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat0.Name = "NUD_Stat0";
this.NUD_Stat0.Size = new System.Drawing.Size(47, 20);
this.NUD_Stat0.TabIndex = 6;
this.NUD_Stat0.Value = new decimal(new int[] {
9999,
0,
0,
0});
this.NUD_Stat0.ValueChanged += new System.EventHandler(this.ChangeStatVal);
//
// L_Stat3
//
this.L_Stat3.AutoSize = true;
this.L_Stat3.Location = new System.Drawing.Point(6, 185);
this.L_Stat3.Name = "L_Stat3";
this.L_Stat3.Size = new System.Drawing.Size(35, 13);
this.L_Stat3.TabIndex = 13;
this.L_Stat3.Text = "Trade";
//
// L_Stat2
//
this.L_Stat2.AutoSize = true;
this.L_Stat2.Location = new System.Drawing.Point(6, 159);
this.L_Stat2.Name = "L_Stat2";
this.L_Stat2.Size = new System.Drawing.Size(42, 13);
this.L_Stat2.TabIndex = 9;
this.L_Stat2.Text = "Record";
//
// L_Stat1
//
this.L_Stat1.AutoSize = true;
this.L_Stat1.Location = new System.Drawing.Point(6, 133);
this.L_Stat1.Name = "L_Stat1";
this.L_Stat1.Size = new System.Drawing.Size(35, 13);
this.L_Stat1.TabIndex = 8;
this.L_Stat1.Text = "Trade";
//
// L_Stat0
//
this.L_Stat0.AutoSize = true;
this.L_Stat0.Location = new System.Drawing.Point(6, 107);
this.L_Stat0.Name = "L_Stat0";
this.L_Stat0.Size = new System.Drawing.Size(41, 13);
this.L_Stat0.TabIndex = 7;
this.L_Stat0.Text = "Current";
//
// CHK_Continue
//
this.CHK_Continue.AutoSize = true;
this.CHK_Continue.Location = new System.Drawing.Point(6, 85);
this.CHK_Continue.Name = "CHK_Continue";
this.CHK_Continue.Size = new System.Drawing.Size(68, 17);
this.CHK_Continue.TabIndex = 5;
this.CHK_Continue.Text = "Continue";
this.CHK_Continue.UseVisualStyleBackColor = true;
this.CHK_Continue.CheckedChanged += new System.EventHandler(this.CHK_Continue_CheckedChanged);
//
// RB_Stats3_02
//
this.RB_Stats3_02.AutoSize = true;
this.RB_Stats3_02.Location = new System.Drawing.Point(63, 65);
this.RB_Stats3_02.Name = "RB_Stats3_02";
this.RB_Stats3_02.Size = new System.Drawing.Size(51, 17);
this.RB_Stats3_02.TabIndex = 4;
this.RB_Stats3_02.TabStop = true;
this.RB_Stats3_02.Text = "Open";
this.RB_Stats3_02.UseVisualStyleBackColor = true;
this.RB_Stats3_02.CheckedChanged += new System.EventHandler(this.ChangeStat);
//
// RB_Stats3_01
//
this.RB_Stats3_01.AutoSize = true;
this.RB_Stats3_01.Location = new System.Drawing.Point(6, 65);
this.RB_Stats3_01.Name = "RB_Stats3_01";
this.RB_Stats3_01.Size = new System.Drawing.Size(55, 17);
this.RB_Stats3_01.TabIndex = 3;
this.RB_Stats3_01.TabStop = true;
this.RB_Stats3_01.Text = "Lv. 50";
this.RB_Stats3_01.UseVisualStyleBackColor = true;
this.RB_Stats3_01.CheckedChanged += new System.EventHandler(this.ChangeStat);
//
// CB_Stats2
//
this.CB_Stats2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Stats2.FormattingEnabled = true;
this.CB_Stats2.Location = new System.Drawing.Point(6, 41);
this.CB_Stats2.Name = "CB_Stats2";
this.CB_Stats2.Size = new System.Drawing.Size(68, 21);
this.CB_Stats2.TabIndex = 1;
this.CB_Stats2.SelectedIndexChanged += new System.EventHandler(this.ChangeStat);
//
// CB_Stats1
//
this.CB_Stats1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Stats1.FormattingEnabled = true;
this.CB_Stats1.Location = new System.Drawing.Point(6, 17);
this.CB_Stats1.Name = "CB_Stats1";
this.CB_Stats1.Size = new System.Drawing.Size(68, 21);
this.CB_Stats1.TabIndex = 0;
this.CB_Stats1.SelectedIndexChanged += new System.EventHandler(this.ChangeStat1);
//
// GB_FrontierPass
//
this.GB_FrontierPass.Controls.Add(this.GB_Icons);
this.GB_FrontierPass.Controls.Add(this.CHK_ActivatePass);
this.GB_FrontierPass.Location = new System.Drawing.Point(6, 6);
this.GB_FrontierPass.Name = "GB_FrontierPass";
this.GB_FrontierPass.Size = new System.Drawing.Size(134, 121);
this.GB_FrontierPass.TabIndex = 0;
this.GB_FrontierPass.TabStop = false;
this.GB_FrontierPass.Text = "Frontier Pass";
//
// GB_Icons
//
this.GB_Icons.Controls.Add(this.BTN_SymbolB);
this.GB_Icons.Controls.Add(this.BTN_SymbolL);
this.GB_Icons.Controls.Add(this.BTN_SymbolK);
this.GB_Icons.Controls.Add(this.BTN_SymbolG);
this.GB_Icons.Controls.Add(this.BTN_SymbolS);
this.GB_Icons.Controls.Add(this.BTN_SymbolT);
this.GB_Icons.Controls.Add(this.BTN_SymbolA);
this.GB_Icons.Location = new System.Drawing.Point(6, 37);
this.GB_Icons.Name = "GB_Icons";
this.GB_Icons.Size = new System.Drawing.Size(122, 78);
this.GB_Icons.TabIndex = 1;
this.GB_Icons.TabStop = false;
this.GB_Icons.Text = "Symbol Icons";
//
// BTN_SymbolB
//
this.BTN_SymbolB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolB.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolB.Location = new System.Drawing.Point(93, 17);
this.BTN_SymbolB.Name = "BTN_SymbolB";
this.BTN_SymbolB.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolB.TabIndex = 6;
this.BTN_SymbolB.Text = "B";
this.BTN_SymbolB.UseVisualStyleBackColor = true;
this.BTN_SymbolB.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolL
//
this.BTN_SymbolL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolL.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolL.Location = new System.Drawing.Point(79, 47);
this.BTN_SymbolL.Name = "BTN_SymbolL";
this.BTN_SymbolL.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolL.TabIndex = 5;
this.BTN_SymbolL.Text = "L";
this.BTN_SymbolL.UseVisualStyleBackColor = true;
this.BTN_SymbolL.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolK
//
this.BTN_SymbolK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolK.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolK.Location = new System.Drawing.Point(64, 17);
this.BTN_SymbolK.Name = "BTN_SymbolK";
this.BTN_SymbolK.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolK.TabIndex = 4;
this.BTN_SymbolK.Text = "K";
this.BTN_SymbolK.UseVisualStyleBackColor = true;
this.BTN_SymbolK.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolG
//
this.BTN_SymbolG.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolG.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolG.Location = new System.Drawing.Point(50, 47);
this.BTN_SymbolG.Name = "BTN_SymbolG";
this.BTN_SymbolG.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolG.TabIndex = 3;
this.BTN_SymbolG.Text = "G";
this.BTN_SymbolG.UseVisualStyleBackColor = true;
this.BTN_SymbolG.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolS
//
this.BTN_SymbolS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolS.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolS.Location = new System.Drawing.Point(35, 17);
this.BTN_SymbolS.Name = "BTN_SymbolS";
this.BTN_SymbolS.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolS.TabIndex = 2;
this.BTN_SymbolS.Text = "S";
this.BTN_SymbolS.UseVisualStyleBackColor = true;
this.BTN_SymbolS.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolT
//
this.BTN_SymbolT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolT.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolT.Location = new System.Drawing.Point(21, 47);
this.BTN_SymbolT.Name = "BTN_SymbolT";
this.BTN_SymbolT.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolT.TabIndex = 1;
this.BTN_SymbolT.Text = "T";
this.BTN_SymbolT.UseVisualStyleBackColor = true;
this.BTN_SymbolT.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// BTN_SymbolA
//
this.BTN_SymbolA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BTN_SymbolA.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.BTN_SymbolA.Location = new System.Drawing.Point(6, 17);
this.BTN_SymbolA.Name = "BTN_SymbolA";
this.BTN_SymbolA.Size = new System.Drawing.Size(23, 25);
this.BTN_SymbolA.TabIndex = 0;
this.BTN_SymbolA.Text = "A";
this.BTN_SymbolA.UseVisualStyleBackColor = true;
this.BTN_SymbolA.Click += new System.EventHandler(this.BTN_Symbol_Click);
//
// CHK_ActivatePass
//
this.CHK_ActivatePass.AutoSize = true;
this.CHK_ActivatePass.Location = new System.Drawing.Point(6, 17);
this.CHK_ActivatePass.Name = "CHK_ActivatePass";
this.CHK_ActivatePass.Size = new System.Drawing.Size(71, 17);
this.CHK_ActivatePass.TabIndex = 0;
this.CHK_ActivatePass.Text = "Activated";
this.CHK_ActivatePass.UseVisualStyleBackColor = true;
//
// SAV_Misc3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(295, 297);
this.Controls.Add(this.tabControl1);
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(200, 150);
this.Name = "SAV_Misc3";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Trainer Data Editor";
this.tabControl1.ResumeLayout(false);
this.TAB_Main.ResumeLayout(false);
this.TAB_Main.PerformLayout();
this.GB_TCM.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_Coins)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).EndInit();
this.TAB_Joyful.ResumeLayout(false);
this.TAB_Joyful.PerformLayout();
this.TAB_Ferry.ResumeLayout(false);
this.TAB_Ferry.PerformLayout();
this.GB_InitialEvent.ResumeLayout(false);
this.GB_InitialEvent.PerformLayout();
this.GB_Reachable.ResumeLayout(false);
this.GB_Reachable.PerformLayout();
this.TAB_BF.ResumeLayout(false);
this.GB_Streaks.ResumeLayout(false);
this.GB_Streaks.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Stat0)).EndInit();
this.GB_FrontierPass.ResumeLayout(false);
this.GB_FrontierPass.PerformLayout();
this.GB_Icons.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage TAB_Main;
private System.Windows.Forms.TabPage TAB_Joyful;
private System.Windows.Forms.MaskedTextBox TB_B3;
private System.Windows.Forms.MaskedTextBox TB_B2;
private System.Windows.Forms.MaskedTextBox TB_B1;
private System.Windows.Forms.Label L_BHigh;
private System.Windows.Forms.Label L_BCaught;
private System.Windows.Forms.MaskedTextBox TB_J3;
private System.Windows.Forms.MaskedTextBox TB_J2;
private System.Windows.Forms.MaskedTextBox TB_J1;
private System.Windows.Forms.Label L_JFlaw;
private System.Windows.Forms.Label L_JHigh;
private System.Windows.Forms.Label L_JRow;
private System.Windows.Forms.Label L_B5Score;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox TB_OTName;
private System.Windows.Forms.Label L_TrainerName;
private System.Windows.Forms.NumericUpDown NUD_BP;
private System.Windows.Forms.Label L_BP;
private System.Windows.Forms.NumericUpDown NUD_Coins;
private System.Windows.Forms.Label L_Coins;
private System.Windows.Forms.TabPage TAB_Ferry;
private System.Windows.Forms.GroupBox GB_InitialEvent;
private System.Windows.Forms.CheckBox CHK_InitialSouthern;
private System.Windows.Forms.CheckBox CHK_InitialNavel;
private System.Windows.Forms.CheckBox CHK_InitialBirth;
private System.Windows.Forms.CheckBox CHK_InitialFaraway;
private System.Windows.Forms.GroupBox GB_Reachable;
private System.Windows.Forms.CheckBox CHK_ReachBF;
private System.Windows.Forms.CheckBox CHK_ReachFaraway;
private System.Windows.Forms.CheckBox CHK_ReachBirth;
private System.Windows.Forms.CheckBox CHK_ReachNavel;
private System.Windows.Forms.CheckBox CHK_ReachSouthern;
private System.Windows.Forms.CheckBox CHK_Catchable;
private System.Windows.Forms.Button B_GetTickets;
private System.Windows.Forms.TabPage TAB_BF;
private System.Windows.Forms.GroupBox GB_FrontierPass;
private System.Windows.Forms.GroupBox GB_Icons;
private System.Windows.Forms.CheckBox CHK_ActivatePass;
private System.Windows.Forms.Button BTN_SymbolS;
private System.Windows.Forms.Button BTN_SymbolT;
private System.Windows.Forms.Button BTN_SymbolA;
private System.Windows.Forms.Button BTN_SymbolB;
private System.Windows.Forms.Button BTN_SymbolL;
private System.Windows.Forms.Button BTN_SymbolK;
private System.Windows.Forms.Button BTN_SymbolG;
private System.Windows.Forms.GroupBox GB_Streaks;
private System.Windows.Forms.ComboBox CB_Stats2;
private System.Windows.Forms.ComboBox CB_Stats1;
private System.Windows.Forms.RadioButton RB_Stats3_02;
private System.Windows.Forms.RadioButton RB_Stats3_01;
private System.Windows.Forms.NumericUpDown NUD_Stat3;
private System.Windows.Forms.NumericUpDown NUD_Stat2;
private System.Windows.Forms.NumericUpDown NUD_Stat1;
private System.Windows.Forms.NumericUpDown NUD_Stat0;
private System.Windows.Forms.Label L_Stat3;
private System.Windows.Forms.Label L_Stat2;
private System.Windows.Forms.Label L_Stat1;
private System.Windows.Forms.Label L_Stat0;
private System.Windows.Forms.CheckBox CHK_Continue;
private System.Windows.Forms.GroupBox GB_TCM;
private System.Windows.Forms.ComboBox CB_TCM6;
private System.Windows.Forms.ComboBox CB_TCM5;
private System.Windows.Forms.ComboBox CB_TCM4;
private System.Windows.Forms.ComboBox CB_TCM3;
private System.Windows.Forms.ComboBox CB_TCM2;
private System.Windows.Forms.ComboBox CB_TCM1;
}
}