PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen8/SAV_Trainer8b.Designer.cs
Kurt 17495fafca Remove RightToLeft textbox setting
Closes #3410
no more occurrences of RightToLeft.Yes
2022-02-07 14:37:54 -08:00

1242 lines
58 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Trainer8b
{
/// <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.B_Cancel = new System.Windows.Forms.Button();
this.B_Save = new System.Windows.Forms.Button();
this.TB_OTName = new System.Windows.Forms.TextBox();
this.L_TrainerName = new System.Windows.Forms.Label();
this.MT_Money = new System.Windows.Forms.MaskedTextBox();
this.L_Money = new System.Windows.Forms.Label();
this.L_Saying5 = new System.Windows.Forms.Label();
this.L_Saying4 = new System.Windows.Forms.Label();
this.L_Saying3 = new System.Windows.Forms.Label();
this.L_Saying2 = new System.Windows.Forms.Label();
this.L_Saying1 = new System.Windows.Forms.Label();
this.TB_Saying5 = new System.Windows.Forms.TextBox();
this.TB_Saying4 = new System.Windows.Forms.TextBox();
this.TB_Saying3 = new System.Windows.Forms.TextBox();
this.TB_Saying2 = new System.Windows.Forms.TextBox();
this.TB_Saying1 = new System.Windows.Forms.TextBox();
this.L_LastSaved = new System.Windows.Forms.Label();
this.CAL_LastSavedDate = new System.Windows.Forms.DateTimePicker();
this.L_Seconds = new System.Windows.Forms.Label();
this.L_Minutes = new System.Windows.Forms.Label();
this.MT_Seconds = new System.Windows.Forms.MaskedTextBox();
this.MT_Minutes = new System.Windows.Forms.MaskedTextBox();
this.L_Hours = new System.Windows.Forms.Label();
this.MT_Hours = new System.Windows.Forms.MaskedTextBox();
this.L_Language = new System.Windows.Forms.Label();
this.B_MaxCash = new System.Windows.Forms.Button();
this.CB_Language = new System.Windows.Forms.ComboBox();
this.CB_Game = new System.Windows.Forms.ComboBox();
this.CB_Gender = new System.Windows.Forms.ComboBox();
this.TB_MBMS = new System.Windows.Forms.MaskedTextBox();
this.TB_MBMN = new System.Windows.Forms.MaskedTextBox();
this.TB_MBRS = new System.Windows.Forms.MaskedTextBox();
this.TB_MBRN = new System.Windows.Forms.MaskedTextBox();
this.TB_MBTS = new System.Windows.Forms.MaskedTextBox();
this.TB_MBTN = new System.Windows.Forms.MaskedTextBox();
this.TB_MBDS = new System.Windows.Forms.MaskedTextBox();
this.TB_MBDN = new System.Windows.Forms.MaskedTextBox();
this.TB_MBSS = new System.Windows.Forms.MaskedTextBox();
this.TB_MBSN = new System.Windows.Forms.MaskedTextBox();
this.L_SuperB = new System.Windows.Forms.Label();
this.L_NormalB = new System.Windows.Forms.Label();
this.L_MultiB = new System.Windows.Forms.Label();
this.L_RotationB = new System.Windows.Forms.Label();
this.L_TriplesB = new System.Windows.Forms.Label();
this.L_DoublesB = new System.Windows.Forms.Label();
this.L_SinglesB = new System.Windows.Forms.Label();
this.TB_MCMS = new System.Windows.Forms.MaskedTextBox();
this.TB_MCMN = new System.Windows.Forms.MaskedTextBox();
this.TB_MCRS = new System.Windows.Forms.MaskedTextBox();
this.TB_MCRN = new System.Windows.Forms.MaskedTextBox();
this.TB_MCTS = new System.Windows.Forms.MaskedTextBox();
this.TB_MCTN = new System.Windows.Forms.MaskedTextBox();
this.TB_MCDS = new System.Windows.Forms.MaskedTextBox();
this.TB_MCDN = new System.Windows.Forms.MaskedTextBox();
this.TB_MCSS = new System.Windows.Forms.MaskedTextBox();
this.TB_MCSN = new System.Windows.Forms.MaskedTextBox();
this.L_SuperC = new System.Windows.Forms.Label();
this.L_NormalC = new System.Windows.Forms.Label();
this.L_MultiC = new System.Windows.Forms.Label();
this.L_RotationC = new System.Windows.Forms.Label();
this.L_TriplesC = new System.Windows.Forms.Label();
this.L_DoublesC = new System.Windows.Forms.Label();
this.L_SinglesC = new System.Windows.Forms.Label();
this.TC_Editor = new System.Windows.Forms.TabControl();
this.Tab_Overview = new System.Windows.Forms.TabPage();
this.TB_Rival = new System.Windows.Forms.TextBox();
this.L_RivalName = new System.Windows.Forms.Label();
this.GB_Stats = new System.Windows.Forms.GroupBox();
this.NUD_BP = new System.Windows.Forms.NumericUpDown();
this.L_BP = new System.Windows.Forms.Label();
this.GB_Adventure = new System.Windows.Forms.GroupBox();
this.L_Fame = new System.Windows.Forms.Label();
this.CAL_HoFDate = new System.Windows.Forms.DateTimePicker();
this.CAL_HoFTime = new System.Windows.Forms.DateTimePicker();
this.L_Started = new System.Windows.Forms.Label();
this.CAL_AdventureStartDate = new System.Windows.Forms.DateTimePicker();
this.CAL_AdventureStartTime = new System.Windows.Forms.DateTimePicker();
this.CAL_LastSavedTime = new System.Windows.Forms.DateTimePicker();
this.Tab_BadgeMap = new System.Windows.Forms.TabPage();
this.GB_Map = new System.Windows.Forms.GroupBox();
this.NUD_R = new System.Windows.Forms.NumericUpDown();
this.L_Rotation = new System.Windows.Forms.Label();
this.NUD_Z = new System.Windows.Forms.NumericUpDown();
this.NUD_M = new System.Windows.Forms.NumericUpDown();
this.NUD_Y = new System.Windows.Forms.NumericUpDown();
this.NUD_X = new System.Windows.Forms.NumericUpDown();
this.L_Height = new System.Windows.Forms.Label();
this.L_CurrentMap = new System.Windows.Forms.Label();
this.L_Y = new System.Windows.Forms.Label();
this.L_X = new System.Windows.Forms.Label();
this.CHK_Badge7 = new System.Windows.Forms.CheckBox();
this.CHK_Badge5 = new System.Windows.Forms.CheckBox();
this.CHK_Badge4 = new System.Windows.Forms.CheckBox();
this.CHK_Badge8 = new System.Windows.Forms.CheckBox();
this.CHK_Badge3 = new System.Windows.Forms.CheckBox();
this.CHK_Badge1 = new System.Windows.Forms.CheckBox();
this.CHK_Badge6 = new System.Windows.Forms.CheckBox();
this.CHK_Badge2 = new System.Windows.Forms.CheckBox();
this.TrainerStats = new PKHeX.WinForms.Controls.TrainerStat();
this.trainerID1 = new PKHeX.WinForms.Controls.TrainerID();
this.TC_Editor.SuspendLayout();
this.Tab_Overview.SuspendLayout();
this.GB_Stats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).BeginInit();
this.GB_Adventure.SuspendLayout();
this.Tab_BadgeMap.SuspendLayout();
this.GB_Map.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_R)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Z)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_M)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Y)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_X)).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(294, 331);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
this.B_Cancel.TabIndex = 0;
this.B_Cancel.Text = "Cancel";
this.B_Cancel.UseVisualStyleBackColor = true;
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
//
// B_Save
//
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(375, 331);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(75, 23);
this.B_Save.TabIndex = 1;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// 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(99, 7);
this.TB_OTName.MaxLength = 12;
this.TB_OTName.Name = "TB_OTName";
this.TB_OTName.Size = new System.Drawing.Size(93, 20);
this.TB_OTName.TabIndex = 2;
this.TB_OTName.Text = "WWWWWWWWWWWW";
this.TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_OTName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ClickOT);
//
// L_TrainerName
//
this.L_TrainerName.Location = new System.Drawing.Point(7, 9);
this.L_TrainerName.Name = "L_TrainerName";
this.L_TrainerName.Size = new System.Drawing.Size(87, 16);
this.L_TrainerName.TabIndex = 3;
this.L_TrainerName.Text = "Trainer Name:";
this.L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_Money
//
this.MT_Money.Location = new System.Drawing.Point(119, 29);
this.MT_Money.Mask = "0000000";
this.MT_Money.Name = "MT_Money";
this.MT_Money.Size = new System.Drawing.Size(52, 20);
this.MT_Money.TabIndex = 4;
this.MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Money
//
this.L_Money.AutoSize = true;
this.L_Money.Location = new System.Drawing.Point(102, 32);
this.L_Money.Name = "L_Money";
this.L_Money.Size = new System.Drawing.Size(16, 13);
this.L_Money.TabIndex = 5;
this.L_Money.Text = "$:";
//
// L_Saying5
//
this.L_Saying5.Location = new System.Drawing.Point(0, 0);
this.L_Saying5.Name = "L_Saying5";
this.L_Saying5.Size = new System.Drawing.Size(100, 23);
this.L_Saying5.TabIndex = 0;
//
// L_Saying4
//
this.L_Saying4.Location = new System.Drawing.Point(0, 0);
this.L_Saying4.Name = "L_Saying4";
this.L_Saying4.Size = new System.Drawing.Size(100, 23);
this.L_Saying4.TabIndex = 0;
//
// L_Saying3
//
this.L_Saying3.Location = new System.Drawing.Point(0, 0);
this.L_Saying3.Name = "L_Saying3";
this.L_Saying3.Size = new System.Drawing.Size(100, 23);
this.L_Saying3.TabIndex = 0;
//
// L_Saying2
//
this.L_Saying2.Location = new System.Drawing.Point(0, 0);
this.L_Saying2.Name = "L_Saying2";
this.L_Saying2.Size = new System.Drawing.Size(100, 23);
this.L_Saying2.TabIndex = 0;
//
// L_Saying1
//
this.L_Saying1.Location = new System.Drawing.Point(0, 0);
this.L_Saying1.Name = "L_Saying1";
this.L_Saying1.Size = new System.Drawing.Size(100, 23);
this.L_Saying1.TabIndex = 0;
//
// TB_Saying5
//
this.TB_Saying5.Location = new System.Drawing.Point(0, 0);
this.TB_Saying5.Name = "TB_Saying5";
this.TB_Saying5.Size = new System.Drawing.Size(100, 20);
this.TB_Saying5.TabIndex = 0;
//
// TB_Saying4
//
this.TB_Saying4.Location = new System.Drawing.Point(0, 0);
this.TB_Saying4.Name = "TB_Saying4";
this.TB_Saying4.Size = new System.Drawing.Size(100, 20);
this.TB_Saying4.TabIndex = 0;
//
// TB_Saying3
//
this.TB_Saying3.Location = new System.Drawing.Point(0, 0);
this.TB_Saying3.Name = "TB_Saying3";
this.TB_Saying3.Size = new System.Drawing.Size(100, 20);
this.TB_Saying3.TabIndex = 0;
//
// TB_Saying2
//
this.TB_Saying2.Location = new System.Drawing.Point(0, 0);
this.TB_Saying2.Name = "TB_Saying2";
this.TB_Saying2.Size = new System.Drawing.Size(100, 20);
this.TB_Saying2.TabIndex = 0;
//
// TB_Saying1
//
this.TB_Saying1.Location = new System.Drawing.Point(0, 0);
this.TB_Saying1.Name = "TB_Saying1";
this.TB_Saying1.Size = new System.Drawing.Size(100, 20);
this.TB_Saying1.TabIndex = 0;
//
// L_LastSaved
//
this.L_LastSaved.Location = new System.Drawing.Point(3, 110);
this.L_LastSaved.Name = "L_LastSaved";
this.L_LastSaved.Size = new System.Drawing.Size(80, 20);
this.L_LastSaved.TabIndex = 32;
this.L_LastSaved.Text = "Last Saved:";
this.L_LastSaved.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_LastSavedDate
//
this.CAL_LastSavedDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.CAL_LastSavedDate.Location = new System.Drawing.Point(89, 110);
this.CAL_LastSavedDate.MaxDate = new System.DateTime(4095, 12, 31, 0, 0, 0, 0);
this.CAL_LastSavedDate.Name = "CAL_LastSavedDate";
this.CAL_LastSavedDate.Size = new System.Drawing.Size(99, 20);
this.CAL_LastSavedDate.TabIndex = 31;
this.CAL_LastSavedDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// L_Seconds
//
this.L_Seconds.AutoSize = true;
this.L_Seconds.Location = new System.Drawing.Point(136, 17);
this.L_Seconds.Name = "L_Seconds";
this.L_Seconds.Size = new System.Drawing.Size(29, 13);
this.L_Seconds.TabIndex = 30;
this.L_Seconds.Text = "Sec:";
//
// L_Minutes
//
this.L_Minutes.AutoSize = true;
this.L_Minutes.Location = new System.Drawing.Point(84, 17);
this.L_Minutes.Name = "L_Minutes";
this.L_Minutes.Size = new System.Drawing.Size(27, 13);
this.L_Minutes.TabIndex = 29;
this.L_Minutes.Text = "Min:";
//
// MT_Seconds
//
this.MT_Seconds.Location = new System.Drawing.Point(166, 14);
this.MT_Seconds.Mask = "00";
this.MT_Seconds.Name = "MT_Seconds";
this.MT_Seconds.Size = new System.Drawing.Size(22, 20);
this.MT_Seconds.TabIndex = 28;
this.MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_Seconds.TextChanged += new System.EventHandler(this.Change255);
//
// MT_Minutes
//
this.MT_Minutes.Location = new System.Drawing.Point(111, 14);
this.MT_Minutes.Mask = "00";
this.MT_Minutes.Name = "MT_Minutes";
this.MT_Minutes.Size = new System.Drawing.Size(22, 20);
this.MT_Minutes.TabIndex = 27;
this.MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_Minutes.TextChanged += new System.EventHandler(this.Change255);
//
// L_Hours
//
this.L_Hours.AutoSize = true;
this.L_Hours.Location = new System.Drawing.Point(12, 17);
this.L_Hours.Name = "L_Hours";
this.L_Hours.Size = new System.Drawing.Size(26, 13);
this.L_Hours.TabIndex = 26;
this.L_Hours.Text = "Hrs:";
//
// MT_Hours
//
this.MT_Hours.Location = new System.Drawing.Point(44, 14);
this.MT_Hours.Mask = "00000";
this.MT_Hours.Name = "MT_Hours";
this.MT_Hours.Size = new System.Drawing.Size(38, 20);
this.MT_Hours.TabIndex = 25;
this.MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Language
//
this.L_Language.Location = new System.Drawing.Point(-7, 107);
this.L_Language.Name = "L_Language";
this.L_Language.Size = new System.Drawing.Size(100, 13);
this.L_Language.TabIndex = 21;
this.L_Language.Text = "Language:";
this.L_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// B_MaxCash
//
this.B_MaxCash.Location = new System.Drawing.Point(172, 29);
this.B_MaxCash.Name = "B_MaxCash";
this.B_MaxCash.Size = new System.Drawing.Size(20, 20);
this.B_MaxCash.TabIndex = 16;
this.B_MaxCash.Text = "+";
this.B_MaxCash.UseVisualStyleBackColor = true;
//
// CB_Language
//
this.CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Language.FormattingEnabled = true;
this.CB_Language.Location = new System.Drawing.Point(99, 104);
this.CB_Language.Name = "CB_Language";
this.CB_Language.Size = new System.Drawing.Size(93, 21);
this.CB_Language.TabIndex = 15;
//
// CB_Game
//
this.CB_Game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Game.FormattingEnabled = true;
this.CB_Game.Items.AddRange(new object[] {
"BD",
"SP"});
this.CB_Game.Location = new System.Drawing.Point(141, 77);
this.CB_Game.Name = "CB_Game";
this.CB_Game.Size = new System.Drawing.Size(51, 21);
this.CB_Game.TabIndex = 24;
//
// CB_Gender
//
this.CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_Gender.FormattingEnabled = true;
this.CB_Gender.Items.AddRange(new object[] {
"♂",
"♀"});
this.CB_Gender.Location = new System.Drawing.Point(99, 77);
this.CB_Gender.Name = "CB_Gender";
this.CB_Gender.Size = new System.Drawing.Size(40, 21);
this.CB_Gender.TabIndex = 22;
//
// TB_MBMS
//
this.TB_MBMS.Location = new System.Drawing.Point(0, 0);
this.TB_MBMS.Name = "TB_MBMS";
this.TB_MBMS.Size = new System.Drawing.Size(100, 20);
this.TB_MBMS.TabIndex = 0;
//
// TB_MBMN
//
this.TB_MBMN.Location = new System.Drawing.Point(0, 0);
this.TB_MBMN.Name = "TB_MBMN";
this.TB_MBMN.Size = new System.Drawing.Size(100, 20);
this.TB_MBMN.TabIndex = 0;
//
// TB_MBRS
//
this.TB_MBRS.Location = new System.Drawing.Point(0, 0);
this.TB_MBRS.Name = "TB_MBRS";
this.TB_MBRS.Size = new System.Drawing.Size(100, 20);
this.TB_MBRS.TabIndex = 0;
//
// TB_MBRN
//
this.TB_MBRN.Location = new System.Drawing.Point(0, 0);
this.TB_MBRN.Name = "TB_MBRN";
this.TB_MBRN.Size = new System.Drawing.Size(100, 20);
this.TB_MBRN.TabIndex = 0;
//
// TB_MBTS
//
this.TB_MBTS.Location = new System.Drawing.Point(0, 0);
this.TB_MBTS.Name = "TB_MBTS";
this.TB_MBTS.Size = new System.Drawing.Size(100, 20);
this.TB_MBTS.TabIndex = 0;
//
// TB_MBTN
//
this.TB_MBTN.Location = new System.Drawing.Point(0, 0);
this.TB_MBTN.Name = "TB_MBTN";
this.TB_MBTN.Size = new System.Drawing.Size(100, 20);
this.TB_MBTN.TabIndex = 0;
//
// TB_MBDS
//
this.TB_MBDS.Location = new System.Drawing.Point(0, 0);
this.TB_MBDS.Name = "TB_MBDS";
this.TB_MBDS.Size = new System.Drawing.Size(100, 20);
this.TB_MBDS.TabIndex = 0;
//
// TB_MBDN
//
this.TB_MBDN.Location = new System.Drawing.Point(0, 0);
this.TB_MBDN.Name = "TB_MBDN";
this.TB_MBDN.Size = new System.Drawing.Size(100, 20);
this.TB_MBDN.TabIndex = 0;
//
// TB_MBSS
//
this.TB_MBSS.Location = new System.Drawing.Point(0, 0);
this.TB_MBSS.Name = "TB_MBSS";
this.TB_MBSS.Size = new System.Drawing.Size(100, 20);
this.TB_MBSS.TabIndex = 0;
//
// TB_MBSN
//
this.TB_MBSN.Location = new System.Drawing.Point(0, 0);
this.TB_MBSN.Name = "TB_MBSN";
this.TB_MBSN.Size = new System.Drawing.Size(100, 20);
this.TB_MBSN.TabIndex = 0;
//
// L_SuperB
//
this.L_SuperB.Location = new System.Drawing.Point(0, 0);
this.L_SuperB.Name = "L_SuperB";
this.L_SuperB.Size = new System.Drawing.Size(100, 23);
this.L_SuperB.TabIndex = 0;
//
// L_NormalB
//
this.L_NormalB.Location = new System.Drawing.Point(0, 0);
this.L_NormalB.Name = "L_NormalB";
this.L_NormalB.Size = new System.Drawing.Size(100, 23);
this.L_NormalB.TabIndex = 0;
//
// L_MultiB
//
this.L_MultiB.Location = new System.Drawing.Point(0, 0);
this.L_MultiB.Name = "L_MultiB";
this.L_MultiB.Size = new System.Drawing.Size(100, 23);
this.L_MultiB.TabIndex = 0;
//
// L_RotationB
//
this.L_RotationB.Location = new System.Drawing.Point(0, 0);
this.L_RotationB.Name = "L_RotationB";
this.L_RotationB.Size = new System.Drawing.Size(100, 23);
this.L_RotationB.TabIndex = 0;
//
// L_TriplesB
//
this.L_TriplesB.Location = new System.Drawing.Point(0, 0);
this.L_TriplesB.Name = "L_TriplesB";
this.L_TriplesB.Size = new System.Drawing.Size(100, 23);
this.L_TriplesB.TabIndex = 0;
//
// L_DoublesB
//
this.L_DoublesB.Location = new System.Drawing.Point(0, 0);
this.L_DoublesB.Name = "L_DoublesB";
this.L_DoublesB.Size = new System.Drawing.Size(100, 23);
this.L_DoublesB.TabIndex = 0;
//
// L_SinglesB
//
this.L_SinglesB.Location = new System.Drawing.Point(0, 0);
this.L_SinglesB.Name = "L_SinglesB";
this.L_SinglesB.Size = new System.Drawing.Size(100, 23);
this.L_SinglesB.TabIndex = 0;
//
// TB_MCMS
//
this.TB_MCMS.Location = new System.Drawing.Point(0, 0);
this.TB_MCMS.Name = "TB_MCMS";
this.TB_MCMS.Size = new System.Drawing.Size(100, 20);
this.TB_MCMS.TabIndex = 0;
//
// TB_MCMN
//
this.TB_MCMN.Location = new System.Drawing.Point(0, 0);
this.TB_MCMN.Name = "TB_MCMN";
this.TB_MCMN.Size = new System.Drawing.Size(100, 20);
this.TB_MCMN.TabIndex = 0;
//
// TB_MCRS
//
this.TB_MCRS.Location = new System.Drawing.Point(0, 0);
this.TB_MCRS.Name = "TB_MCRS";
this.TB_MCRS.Size = new System.Drawing.Size(100, 20);
this.TB_MCRS.TabIndex = 0;
//
// TB_MCRN
//
this.TB_MCRN.Location = new System.Drawing.Point(0, 0);
this.TB_MCRN.Name = "TB_MCRN";
this.TB_MCRN.Size = new System.Drawing.Size(100, 20);
this.TB_MCRN.TabIndex = 0;
//
// TB_MCTS
//
this.TB_MCTS.Location = new System.Drawing.Point(0, 0);
this.TB_MCTS.Name = "TB_MCTS";
this.TB_MCTS.Size = new System.Drawing.Size(100, 20);
this.TB_MCTS.TabIndex = 0;
//
// TB_MCTN
//
this.TB_MCTN.Location = new System.Drawing.Point(0, 0);
this.TB_MCTN.Name = "TB_MCTN";
this.TB_MCTN.Size = new System.Drawing.Size(100, 20);
this.TB_MCTN.TabIndex = 0;
//
// TB_MCDS
//
this.TB_MCDS.Location = new System.Drawing.Point(0, 0);
this.TB_MCDS.Name = "TB_MCDS";
this.TB_MCDS.Size = new System.Drawing.Size(100, 20);
this.TB_MCDS.TabIndex = 0;
//
// TB_MCDN
//
this.TB_MCDN.Location = new System.Drawing.Point(0, 0);
this.TB_MCDN.Name = "TB_MCDN";
this.TB_MCDN.Size = new System.Drawing.Size(100, 20);
this.TB_MCDN.TabIndex = 0;
//
// TB_MCSS
//
this.TB_MCSS.Location = new System.Drawing.Point(0, 0);
this.TB_MCSS.Name = "TB_MCSS";
this.TB_MCSS.Size = new System.Drawing.Size(100, 20);
this.TB_MCSS.TabIndex = 0;
//
// TB_MCSN
//
this.TB_MCSN.Location = new System.Drawing.Point(0, 0);
this.TB_MCSN.Name = "TB_MCSN";
this.TB_MCSN.Size = new System.Drawing.Size(100, 20);
this.TB_MCSN.TabIndex = 0;
//
// L_SuperC
//
this.L_SuperC.Location = new System.Drawing.Point(0, 0);
this.L_SuperC.Name = "L_SuperC";
this.L_SuperC.Size = new System.Drawing.Size(100, 23);
this.L_SuperC.TabIndex = 0;
//
// L_NormalC
//
this.L_NormalC.Location = new System.Drawing.Point(0, 0);
this.L_NormalC.Name = "L_NormalC";
this.L_NormalC.Size = new System.Drawing.Size(100, 23);
this.L_NormalC.TabIndex = 0;
//
// L_MultiC
//
this.L_MultiC.Location = new System.Drawing.Point(0, 0);
this.L_MultiC.Name = "L_MultiC";
this.L_MultiC.Size = new System.Drawing.Size(100, 23);
this.L_MultiC.TabIndex = 0;
//
// L_RotationC
//
this.L_RotationC.Location = new System.Drawing.Point(0, 0);
this.L_RotationC.Name = "L_RotationC";
this.L_RotationC.Size = new System.Drawing.Size(100, 23);
this.L_RotationC.TabIndex = 0;
//
// L_TriplesC
//
this.L_TriplesC.Location = new System.Drawing.Point(0, 0);
this.L_TriplesC.Name = "L_TriplesC";
this.L_TriplesC.Size = new System.Drawing.Size(100, 23);
this.L_TriplesC.TabIndex = 0;
//
// L_DoublesC
//
this.L_DoublesC.Location = new System.Drawing.Point(0, 0);
this.L_DoublesC.Name = "L_DoublesC";
this.L_DoublesC.Size = new System.Drawing.Size(100, 23);
this.L_DoublesC.TabIndex = 0;
//
// L_SinglesC
//
this.L_SinglesC.Location = new System.Drawing.Point(0, 0);
this.L_SinglesC.Name = "L_SinglesC";
this.L_SinglesC.Size = new System.Drawing.Size(100, 23);
this.L_SinglesC.TabIndex = 0;
//
// TC_Editor
//
this.TC_Editor.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_Editor.Controls.Add(this.Tab_Overview);
this.TC_Editor.Controls.Add(this.Tab_BadgeMap);
this.TC_Editor.Location = new System.Drawing.Point(12, 12);
this.TC_Editor.Name = "TC_Editor";
this.TC_Editor.SelectedIndex = 0;
this.TC_Editor.Size = new System.Drawing.Size(438, 313);
this.TC_Editor.TabIndex = 54;
//
// Tab_Overview
//
this.Tab_Overview.Controls.Add(this.TB_Rival);
this.Tab_Overview.Controls.Add(this.L_RivalName);
this.Tab_Overview.Controls.Add(this.GB_Stats);
this.Tab_Overview.Controls.Add(this.trainerID1);
this.Tab_Overview.Controls.Add(this.GB_Adventure);
this.Tab_Overview.Controls.Add(this.TB_OTName);
this.Tab_Overview.Controls.Add(this.CB_Gender);
this.Tab_Overview.Controls.Add(this.CB_Game);
this.Tab_Overview.Controls.Add(this.L_TrainerName);
this.Tab_Overview.Controls.Add(this.MT_Money);
this.Tab_Overview.Controls.Add(this.L_Money);
this.Tab_Overview.Controls.Add(this.L_Language);
this.Tab_Overview.Controls.Add(this.CB_Language);
this.Tab_Overview.Controls.Add(this.B_MaxCash);
this.Tab_Overview.Location = new System.Drawing.Point(4, 22);
this.Tab_Overview.Name = "Tab_Overview";
this.Tab_Overview.Padding = new System.Windows.Forms.Padding(3);
this.Tab_Overview.Size = new System.Drawing.Size(430, 287);
this.Tab_Overview.TabIndex = 0;
this.Tab_Overview.Text = "Overview";
this.Tab_Overview.UseVisualStyleBackColor = true;
//
// TB_Rival
//
this.TB_Rival.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TB_Rival.Location = new System.Drawing.Point(331, 7);
this.TB_Rival.MaxLength = 12;
this.TB_Rival.Name = "TB_Rival";
this.TB_Rival.Size = new System.Drawing.Size(93, 20);
this.TB_Rival.TabIndex = 68;
this.TB_Rival.Text = "WWWWWWWWWWWW";
this.TB_Rival.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Rival.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ClickOT);
//
// L_RivalName
//
this.L_RivalName.Location = new System.Drawing.Point(209, 9);
this.L_RivalName.Name = "L_RivalName";
this.L_RivalName.Size = new System.Drawing.Size(117, 16);
this.L_RivalName.TabIndex = 69;
this.L_RivalName.Text = "Rival Name:";
this.L_RivalName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_Stats
//
this.GB_Stats.Controls.Add(this.NUD_BP);
this.GB_Stats.Controls.Add(this.L_BP);
this.GB_Stats.Controls.Add(this.TrainerStats);
this.GB_Stats.Location = new System.Drawing.Point(209, 130);
this.GB_Stats.Name = "GB_Stats";
this.GB_Stats.Size = new System.Drawing.Size(171, 137);
this.GB_Stats.TabIndex = 67;
this.GB_Stats.TabStop = false;
this.GB_Stats.Text = "Stats";
//
// NUD_BP
//
this.NUD_BP.Location = new System.Drawing.Point(115, 39);
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 = 69;
this.NUD_BP.Value = new decimal(new int[] {
9999,
0,
0,
0});
//
// L_BP
//
this.L_BP.Location = new System.Drawing.Point(28, 37);
this.L_BP.Name = "L_BP";
this.L_BP.Size = new System.Drawing.Size(81, 20);
this.L_BP.TabIndex = 68;
this.L_BP.Text = "BP:";
this.L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// GB_Adventure
//
this.GB_Adventure.Controls.Add(this.L_Fame);
this.GB_Adventure.Controls.Add(this.CAL_HoFDate);
this.GB_Adventure.Controls.Add(this.CAL_HoFTime);
this.GB_Adventure.Controls.Add(this.L_Started);
this.GB_Adventure.Controls.Add(this.CAL_AdventureStartDate);
this.GB_Adventure.Controls.Add(this.CAL_LastSavedDate);
this.GB_Adventure.Controls.Add(this.L_LastSaved);
this.GB_Adventure.Controls.Add(this.MT_Seconds);
this.GB_Adventure.Controls.Add(this.MT_Hours);
this.GB_Adventure.Controls.Add(this.L_Seconds);
this.GB_Adventure.Controls.Add(this.L_Hours);
this.GB_Adventure.Controls.Add(this.MT_Minutes);
this.GB_Adventure.Controls.Add(this.L_Minutes);
this.GB_Adventure.Controls.Add(this.CAL_AdventureStartTime);
this.GB_Adventure.Controls.Add(this.CAL_LastSavedTime);
this.GB_Adventure.Location = new System.Drawing.Point(3, 130);
this.GB_Adventure.Name = "GB_Adventure";
this.GB_Adventure.Size = new System.Drawing.Size(200, 151);
this.GB_Adventure.TabIndex = 56;
this.GB_Adventure.TabStop = false;
this.GB_Adventure.Text = "Adventure Info";
//
// L_Fame
//
this.L_Fame.Location = new System.Drawing.Point(3, 72);
this.L_Fame.Name = "L_Fame";
this.L_Fame.Size = new System.Drawing.Size(80, 20);
this.L_Fame.TabIndex = 40;
this.L_Fame.Text = "HoF Entered:";
this.L_Fame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_HoFDate
//
this.CAL_HoFDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.CAL_HoFDate.Location = new System.Drawing.Point(89, 72);
this.CAL_HoFDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
this.CAL_HoFDate.MinDate = new System.DateTime(1932, 1, 1, 0, 0, 0, 0);
this.CAL_HoFDate.Name = "CAL_HoFDate";
this.CAL_HoFDate.Size = new System.Drawing.Size(99, 20);
this.CAL_HoFDate.TabIndex = 39;
this.CAL_HoFDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_HoFTime
//
this.CAL_HoFTime.CustomFormat = "HH:mm:ss";
this.CAL_HoFTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.CAL_HoFTime.Location = new System.Drawing.Point(115, 91);
this.CAL_HoFTime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
this.CAL_HoFTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.CAL_HoFTime.Name = "CAL_HoFTime";
this.CAL_HoFTime.ShowUpDown = true;
this.CAL_HoFTime.Size = new System.Drawing.Size(73, 20);
this.CAL_HoFTime.TabIndex = 38;
this.CAL_HoFTime.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
//
// L_Started
//
this.L_Started.Location = new System.Drawing.Point(3, 35);
this.L_Started.Name = "L_Started";
this.L_Started.Size = new System.Drawing.Size(80, 20);
this.L_Started.TabIndex = 36;
this.L_Started.Text = "Game Started:";
this.L_Started.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CAL_AdventureStartDate
//
this.CAL_AdventureStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.CAL_AdventureStartDate.Location = new System.Drawing.Point(89, 35);
this.CAL_AdventureStartDate.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
this.CAL_AdventureStartDate.MinDate = new System.DateTime(1932, 1, 1, 0, 0, 0, 0);
this.CAL_AdventureStartDate.Name = "CAL_AdventureStartDate";
this.CAL_AdventureStartDate.Size = new System.Drawing.Size(99, 20);
this.CAL_AdventureStartDate.TabIndex = 35;
this.CAL_AdventureStartDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_AdventureStartTime
//
this.CAL_AdventureStartTime.CustomFormat = "HH:mm:ss";
this.CAL_AdventureStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.CAL_AdventureStartTime.Location = new System.Drawing.Point(115, 54);
this.CAL_AdventureStartTime.MaxDate = new System.DateTime(2050, 12, 31, 0, 0, 0, 0);
this.CAL_AdventureStartTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.CAL_AdventureStartTime.Name = "CAL_AdventureStartTime";
this.CAL_AdventureStartTime.ShowUpDown = true;
this.CAL_AdventureStartTime.Size = new System.Drawing.Size(73, 20);
this.CAL_AdventureStartTime.TabIndex = 34;
this.CAL_AdventureStartTime.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
//
// CAL_LastSavedTime
//
this.CAL_LastSavedTime.CustomFormat = "HH:mm:ss";
this.CAL_LastSavedTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.CAL_LastSavedTime.Location = new System.Drawing.Point(115, 129);
this.CAL_LastSavedTime.MaxDate = new System.DateTime(4095, 12, 31, 0, 0, 0, 0);
this.CAL_LastSavedTime.Name = "CAL_LastSavedTime";
this.CAL_LastSavedTime.ShowUpDown = true;
this.CAL_LastSavedTime.Size = new System.Drawing.Size(73, 20);
this.CAL_LastSavedTime.TabIndex = 37;
this.CAL_LastSavedTime.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
//
// Tab_BadgeMap
//
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge7);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge5);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge4);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge8);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge3);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge1);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge6);
this.Tab_BadgeMap.Controls.Add(this.CHK_Badge2);
this.Tab_BadgeMap.Controls.Add(this.GB_Map);
this.Tab_BadgeMap.Location = new System.Drawing.Point(4, 22);
this.Tab_BadgeMap.Name = "Tab_BadgeMap";
this.Tab_BadgeMap.Size = new System.Drawing.Size(430, 287);
this.Tab_BadgeMap.TabIndex = 3;
this.Tab_BadgeMap.Text = "Map";
this.Tab_BadgeMap.UseVisualStyleBackColor = true;
//
// GB_Map
//
this.GB_Map.Controls.Add(this.NUD_R);
this.GB_Map.Controls.Add(this.L_Rotation);
this.GB_Map.Controls.Add(this.NUD_Z);
this.GB_Map.Controls.Add(this.NUD_M);
this.GB_Map.Controls.Add(this.NUD_Y);
this.GB_Map.Controls.Add(this.NUD_X);
this.GB_Map.Controls.Add(this.L_Height);
this.GB_Map.Controls.Add(this.L_CurrentMap);
this.GB_Map.Controls.Add(this.L_Y);
this.GB_Map.Controls.Add(this.L_X);
this.GB_Map.Location = new System.Drawing.Point(122, 116);
this.GB_Map.Name = "GB_Map";
this.GB_Map.Size = new System.Drawing.Size(194, 156);
this.GB_Map.TabIndex = 58;
this.GB_Map.TabStop = false;
this.GB_Map.Text = "Map Position";
//
// NUD_R
//
this.NUD_R.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NUD_R.DecimalPlaces = 5;
this.NUD_R.Location = new System.Drawing.Point(93, 120);
this.NUD_R.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.NUD_R.Minimum = new decimal(new int[] {
99999999,
0,
0,
-2147483648});
this.NUD_R.Name = "NUD_R";
this.NUD_R.Size = new System.Drawing.Size(87, 20);
this.NUD_R.TabIndex = 55;
this.NUD_R.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// L_Rotation
//
this.L_Rotation.Location = new System.Drawing.Point(6, 120);
this.L_Rotation.Name = "L_Rotation";
this.L_Rotation.Size = new System.Drawing.Size(80, 20);
this.L_Rotation.TabIndex = 54;
this.L_Rotation.Text = "Rotation:";
this.L_Rotation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Z
//
this.NUD_Z.Location = new System.Drawing.Point(93, 70);
this.NUD_Z.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.NUD_Z.Minimum = new decimal(new int[] {
99999999,
0,
0,
-2147483648});
this.NUD_Z.Name = "NUD_Z";
this.NUD_Z.Size = new System.Drawing.Size(50, 20);
this.NUD_Z.TabIndex = 53;
this.NUD_Z.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_M
//
this.NUD_M.Location = new System.Drawing.Point(93, 18);
this.NUD_M.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.NUD_M.Name = "NUD_M";
this.NUD_M.Size = new System.Drawing.Size(50, 20);
this.NUD_M.TabIndex = 52;
this.NUD_M.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_Y
//
this.NUD_Y.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.NUD_Y.DecimalPlaces = 5;
this.NUD_Y.Location = new System.Drawing.Point(93, 94);
this.NUD_Y.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.NUD_Y.Minimum = new decimal(new int[] {
99999999,
0,
0,
-2147483648});
this.NUD_Y.Name = "NUD_Y";
this.NUD_Y.Size = new System.Drawing.Size(87, 20);
this.NUD_Y.TabIndex = 51;
this.NUD_Y.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_X
//
this.NUD_X.Location = new System.Drawing.Point(93, 44);
this.NUD_X.Maximum = new decimal(new int[] {
99999999,
0,
0,
0});
this.NUD_X.Minimum = new decimal(new int[] {
99999999,
0,
0,
-2147483648});
this.NUD_X.Name = "NUD_X";
this.NUD_X.Size = new System.Drawing.Size(50, 20);
this.NUD_X.TabIndex = 50;
this.NUD_X.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// L_Height
//
this.L_Height.Location = new System.Drawing.Point(6, 94);
this.L_Height.Name = "L_Height";
this.L_Height.Size = new System.Drawing.Size(80, 20);
this.L_Height.TabIndex = 49;
this.L_Height.Text = "Height:";
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_CurrentMap
//
this.L_CurrentMap.Location = new System.Drawing.Point(6, 16);
this.L_CurrentMap.Name = "L_CurrentMap";
this.L_CurrentMap.Size = new System.Drawing.Size(80, 20);
this.L_CurrentMap.TabIndex = 46;
this.L_CurrentMap.Text = "Zone ID:";
this.L_CurrentMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Y
//
this.L_Y.Location = new System.Drawing.Point(6, 68);
this.L_Y.Name = "L_Y";
this.L_Y.Size = new System.Drawing.Size(80, 20);
this.L_Y.TabIndex = 48;
this.L_Y.Text = "Y Coordinate:";
this.L_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_X
//
this.L_X.Location = new System.Drawing.Point(6, 42);
this.L_X.Name = "L_X";
this.L_X.Size = new System.Drawing.Size(80, 20);
this.L_X.TabIndex = 47;
this.L_X.Text = "X Coordinate:";
this.L_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CHK_Badge7
//
this.CHK_Badge7.AutoSize = true;
this.CHK_Badge7.Location = new System.Drawing.Point(218, 68);
this.CHK_Badge7.Name = "CHK_Badge7";
this.CHK_Badge7.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge7.TabIndex = 65;
this.CHK_Badge7.Text = "7";
this.CHK_Badge7.UseVisualStyleBackColor = true;
//
// CHK_Badge5
//
this.CHK_Badge5.AutoSize = true;
this.CHK_Badge5.Location = new System.Drawing.Point(218, 22);
this.CHK_Badge5.Name = "CHK_Badge5";
this.CHK_Badge5.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge5.TabIndex = 63;
this.CHK_Badge5.Text = "5";
this.CHK_Badge5.UseVisualStyleBackColor = true;
//
// CHK_Badge4
//
this.CHK_Badge4.AutoSize = true;
this.CHK_Badge4.Location = new System.Drawing.Point(180, 91);
this.CHK_Badge4.Name = "CHK_Badge4";
this.CHK_Badge4.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge4.TabIndex = 62;
this.CHK_Badge4.Text = "4";
this.CHK_Badge4.UseVisualStyleBackColor = true;
//
// CHK_Badge8
//
this.CHK_Badge8.AutoSize = true;
this.CHK_Badge8.Location = new System.Drawing.Point(218, 91);
this.CHK_Badge8.Name = "CHK_Badge8";
this.CHK_Badge8.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge8.TabIndex = 66;
this.CHK_Badge8.Text = "8";
this.CHK_Badge8.UseVisualStyleBackColor = true;
//
// CHK_Badge3
//
this.CHK_Badge3.AutoSize = true;
this.CHK_Badge3.Location = new System.Drawing.Point(180, 68);
this.CHK_Badge3.Name = "CHK_Badge3";
this.CHK_Badge3.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge3.TabIndex = 61;
this.CHK_Badge3.Text = "3";
this.CHK_Badge3.UseVisualStyleBackColor = true;
//
// CHK_Badge1
//
this.CHK_Badge1.AutoSize = true;
this.CHK_Badge1.Location = new System.Drawing.Point(180, 22);
this.CHK_Badge1.Name = "CHK_Badge1";
this.CHK_Badge1.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge1.TabIndex = 59;
this.CHK_Badge1.Text = "1";
this.CHK_Badge1.UseVisualStyleBackColor = true;
//
// CHK_Badge6
//
this.CHK_Badge6.AutoSize = true;
this.CHK_Badge6.Location = new System.Drawing.Point(218, 45);
this.CHK_Badge6.Name = "CHK_Badge6";
this.CHK_Badge6.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge6.TabIndex = 64;
this.CHK_Badge6.Text = "6";
this.CHK_Badge6.UseVisualStyleBackColor = true;
//
// CHK_Badge2
//
this.CHK_Badge2.AutoSize = true;
this.CHK_Badge2.Location = new System.Drawing.Point(180, 45);
this.CHK_Badge2.Name = "CHK_Badge2";
this.CHK_Badge2.Size = new System.Drawing.Size(32, 17);
this.CHK_Badge2.TabIndex = 60;
this.CHK_Badge2.Text = "2";
this.CHK_Badge2.UseVisualStyleBackColor = true;
//
// TrainerStats
//
this.TrainerStats.Location = new System.Drawing.Point(19, 61);
this.TrainerStats.Name = "TrainerStats";
this.TrainerStats.Size = new System.Drawing.Size(146, 72);
this.TrainerStats.TabIndex = 67;
//
// trainerID1
//
this.trainerID1.Location = new System.Drawing.Point(6, 26);
this.trainerID1.Name = "trainerID1";
this.trainerID1.Size = new System.Drawing.Size(90, 74);
this.trainerID1.TabIndex = 66;
//
// SAV_Trainer8b
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(458, 363);
this.Controls.Add(this.TC_Editor);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SAV_Trainer8b";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Trainer Data Editor";
this.TC_Editor.ResumeLayout(false);
this.Tab_Overview.ResumeLayout(false);
this.Tab_Overview.PerformLayout();
this.GB_Stats.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).EndInit();
this.GB_Adventure.ResumeLayout(false);
this.GB_Adventure.PerformLayout();
this.Tab_BadgeMap.ResumeLayout(false);
this.Tab_BadgeMap.PerformLayout();
this.GB_Map.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_R)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Z)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_M)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Y)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_X)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.TextBox TB_OTName;
private System.Windows.Forms.Label L_TrainerName;
private System.Windows.Forms.MaskedTextBox MT_Money;
private System.Windows.Forms.Label L_Money;
private System.Windows.Forms.Label L_Saying5;
private System.Windows.Forms.Label L_Saying4;
private System.Windows.Forms.Label L_Saying3;
private System.Windows.Forms.Label L_Saying2;
private System.Windows.Forms.Label L_Saying1;
private System.Windows.Forms.TextBox TB_Saying5;
private System.Windows.Forms.TextBox TB_Saying4;
private System.Windows.Forms.TextBox TB_Saying3;
private System.Windows.Forms.TextBox TB_Saying2;
private System.Windows.Forms.TextBox TB_Saying1;
private System.Windows.Forms.ComboBox CB_Language;
private System.Windows.Forms.Button B_MaxCash;
private System.Windows.Forms.Label L_SuperB;
private System.Windows.Forms.Label L_NormalB;
private System.Windows.Forms.Label L_MultiB;
private System.Windows.Forms.Label L_RotationB;
private System.Windows.Forms.Label L_TriplesB;
private System.Windows.Forms.Label L_DoublesB;
private System.Windows.Forms.Label L_SinglesB;
private System.Windows.Forms.Label L_SuperC;
private System.Windows.Forms.Label L_NormalC;
private System.Windows.Forms.Label L_MultiC;
private System.Windows.Forms.Label L_RotationC;
private System.Windows.Forms.Label L_TriplesC;
private System.Windows.Forms.Label L_DoublesC;
private System.Windows.Forms.Label L_SinglesC;
private System.Windows.Forms.Label L_Language;
private System.Windows.Forms.ComboBox CB_Game;
private System.Windows.Forms.ComboBox CB_Gender;
private System.Windows.Forms.MaskedTextBox TB_MBMS;
private System.Windows.Forms.MaskedTextBox TB_MBMN;
private System.Windows.Forms.MaskedTextBox TB_MBRS;
private System.Windows.Forms.MaskedTextBox TB_MBRN;
private System.Windows.Forms.MaskedTextBox TB_MBTS;
private System.Windows.Forms.MaskedTextBox TB_MBTN;
private System.Windows.Forms.MaskedTextBox TB_MBDS;
private System.Windows.Forms.MaskedTextBox TB_MBDN;
private System.Windows.Forms.MaskedTextBox TB_MBSS;
private System.Windows.Forms.MaskedTextBox TB_MBSN;
private System.Windows.Forms.MaskedTextBox TB_MCMS;
private System.Windows.Forms.MaskedTextBox TB_MCMN;
private System.Windows.Forms.MaskedTextBox TB_MCRS;
private System.Windows.Forms.MaskedTextBox TB_MCRN;
private System.Windows.Forms.MaskedTextBox TB_MCTS;
private System.Windows.Forms.MaskedTextBox TB_MCTN;
private System.Windows.Forms.MaskedTextBox TB_MCDS;
private System.Windows.Forms.MaskedTextBox TB_MCDN;
private System.Windows.Forms.MaskedTextBox TB_MCSS;
private System.Windows.Forms.MaskedTextBox TB_MCSN;
private System.Windows.Forms.Label L_Seconds;
private System.Windows.Forms.Label L_Minutes;
private System.Windows.Forms.MaskedTextBox MT_Seconds;
private System.Windows.Forms.MaskedTextBox MT_Minutes;
private System.Windows.Forms.Label L_Hours;
private System.Windows.Forms.MaskedTextBox MT_Hours;
private System.Windows.Forms.Label L_LastSaved;
private System.Windows.Forms.DateTimePicker CAL_LastSavedDate;
private System.Windows.Forms.TabControl TC_Editor;
private System.Windows.Forms.TabPage Tab_Overview;
private System.Windows.Forms.TabPage Tab_BadgeMap;
private System.Windows.Forms.GroupBox GB_Adventure;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartDate;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartTime;
private System.Windows.Forms.Label L_Started;
private System.Windows.Forms.DateTimePicker CAL_LastSavedTime;
private System.Windows.Forms.Label L_Fame;
private System.Windows.Forms.DateTimePicker CAL_HoFDate;
private System.Windows.Forms.DateTimePicker CAL_HoFTime;
private System.Windows.Forms.Label L_X;
private System.Windows.Forms.Label L_Y;
private System.Windows.Forms.Label L_CurrentMap;
private System.Windows.Forms.Label L_Height;
private System.Windows.Forms.NumericUpDown NUD_X;
private System.Windows.Forms.NumericUpDown NUD_Y;
private System.Windows.Forms.NumericUpDown NUD_M;
private System.Windows.Forms.NumericUpDown NUD_Z;
private System.Windows.Forms.GroupBox GB_Map;
private System.Windows.Forms.NumericUpDown NUD_R;
private System.Windows.Forms.Label L_Rotation;
private Controls.TrainerID trainerID1;
private System.Windows.Forms.GroupBox GB_Stats;
private Controls.TrainerStat TrainerStats;
private System.Windows.Forms.NumericUpDown NUD_BP;
private System.Windows.Forms.Label L_BP;
private System.Windows.Forms.TextBox TB_Rival;
private System.Windows.Forms.Label L_RivalName;
private System.Windows.Forms.CheckBox CHK_Badge7;
private System.Windows.Forms.CheckBox CHK_Badge5;
private System.Windows.Forms.CheckBox CHK_Badge4;
private System.Windows.Forms.CheckBox CHK_Badge8;
private System.Windows.Forms.CheckBox CHK_Badge3;
private System.Windows.Forms.CheckBox CHK_Badge1;
private System.Windows.Forms.CheckBox CHK_Badge6;
private System.Windows.Forms.CheckBox CHK_Badge2;
}
}