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

942 lines
44 KiB
C#

namespace PKHeX.WinForms
{
partial class SAV_Trainer8a
{
/// <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_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.GB_Stats = new System.Windows.Forms.GroupBox();
this.NUD_MeritEarned = new System.Windows.Forms.NumericUpDown();
this.L_MeritEarned = new System.Windows.Forms.Label();
this.NUD_MeritCurrent = new System.Windows.Forms.NumericUpDown();
this.L_MeritCurrent = new System.Windows.Forms.Label();
this.trainerID1 = new PKHeX.WinForms.Controls.TrainerID();
this.GB_Adventure = new System.Windows.Forms.GroupBox();
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.NUD_Rank = new System.Windows.Forms.NumericUpDown();
this.L_GalaxyRank = new System.Windows.Forms.Label();
this.NUD_Satchel = new System.Windows.Forms.NumericUpDown();
this.L_SatchelUpgrades = new System.Windows.Forms.Label();
this.TC_Editor.SuspendLayout();
this.Tab_Overview.SuspendLayout();
this.GB_Stats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_MeritEarned)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MeritCurrent)).BeginInit();
this.GB_Adventure.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Rank)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Satchel)).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_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.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.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.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;
//
// GB_Stats
//
this.GB_Stats.Controls.Add(this.NUD_Satchel);
this.GB_Stats.Controls.Add(this.L_SatchelUpgrades);
this.GB_Stats.Controls.Add(this.NUD_Rank);
this.GB_Stats.Controls.Add(this.L_GalaxyRank);
this.GB_Stats.Controls.Add(this.NUD_MeritEarned);
this.GB_Stats.Controls.Add(this.L_MeritEarned);
this.GB_Stats.Controls.Add(this.NUD_MeritCurrent);
this.GB_Stats.Controls.Add(this.L_MeritCurrent);
this.GB_Stats.Location = new System.Drawing.Point(209, 130);
this.GB_Stats.Name = "GB_Stats";
this.GB_Stats.Size = new System.Drawing.Size(215, 137);
this.GB_Stats.TabIndex = 67;
this.GB_Stats.TabStop = false;
this.GB_Stats.Text = "Stats";
//
// NUD_MeritEarned
//
this.NUD_MeritEarned.Location = new System.Drawing.Point(134, 45);
this.NUD_MeritEarned.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.NUD_MeritEarned.Name = "NUD_MeritEarned";
this.NUD_MeritEarned.Size = new System.Drawing.Size(75, 20);
this.NUD_MeritEarned.TabIndex = 71;
this.NUD_MeritEarned.Value = new decimal(new int[] {
9999999,
0,
0,
0});
//
// L_MeritEarned
//
this.L_MeritEarned.Location = new System.Drawing.Point(6, 43);
this.L_MeritEarned.Name = "L_MeritEarned";
this.L_MeritEarned.Size = new System.Drawing.Size(122, 20);
this.L_MeritEarned.TabIndex = 70;
this.L_MeritEarned.Text = "Earned Merit Points:";
this.L_MeritEarned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_MeritCurrent
//
this.NUD_MeritCurrent.Location = new System.Drawing.Point(134, 19);
this.NUD_MeritCurrent.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.NUD_MeritCurrent.Name = "NUD_MeritCurrent";
this.NUD_MeritCurrent.Size = new System.Drawing.Size(75, 20);
this.NUD_MeritCurrent.TabIndex = 69;
this.NUD_MeritCurrent.Value = new decimal(new int[] {
9999999,
0,
0,
0});
//
// L_MeritCurrent
//
this.L_MeritCurrent.Location = new System.Drawing.Point(6, 17);
this.L_MeritCurrent.Name = "L_MeritCurrent";
this.L_MeritCurrent.Size = new System.Drawing.Size(122, 20);
this.L_MeritCurrent.TabIndex = 68;
this.L_MeritCurrent.Text = "Current Merit Points:";
this.L_MeritCurrent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// 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;
//
// GB_Adventure
//
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_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(2100, 12, 31, 0, 0, 0, 0);
this.CAL_AdventureStartTime.MinDate = new System.DateTime(1970, 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";
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);
//
// NUD_Rank
//
this.NUD_Rank.Location = new System.Drawing.Point(134, 71);
this.NUD_Rank.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.NUD_Rank.Name = "NUD_Rank";
this.NUD_Rank.Size = new System.Drawing.Size(75, 20);
this.NUD_Rank.TabIndex = 73;
this.NUD_Rank.Value = new decimal(new int[] {
9999999,
0,
0,
0});
//
// L_GalaxyRank
//
this.L_GalaxyRank.Location = new System.Drawing.Point(6, 69);
this.L_GalaxyRank.Name = "L_GalaxyRank";
this.L_GalaxyRank.Size = new System.Drawing.Size(122, 20);
this.L_GalaxyRank.TabIndex = 72;
this.L_GalaxyRank.Text = "Galaxy Rank:";
this.L_GalaxyRank.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Satchel
//
this.NUD_Satchel.Location = new System.Drawing.Point(134, 97);
this.NUD_Satchel.Maximum = new decimal(new int[] {
999999999,
0,
0,
0});
this.NUD_Satchel.Name = "NUD_Satchel";
this.NUD_Satchel.Size = new System.Drawing.Size(75, 20);
this.NUD_Satchel.TabIndex = 75;
this.NUD_Satchel.Value = new decimal(new int[] {
9999999,
0,
0,
0});
//
// L_SatchelUpgrades
//
this.L_SatchelUpgrades.Location = new System.Drawing.Point(6, 95);
this.L_SatchelUpgrades.Name = "L_SatchelUpgrades";
this.L_SatchelUpgrades.Size = new System.Drawing.Size(122, 20);
this.L_SatchelUpgrades.TabIndex = 74;
this.L_SatchelUpgrades.Text = "Satchel Upgrades:";
this.L_SatchelUpgrades.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// SAV_Trainer8a
//
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_Trainer8a";
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_MeritEarned)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_MeritCurrent)).EndInit();
this.GB_Adventure.ResumeLayout(false);
this.GB_Adventure.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Rank)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Satchel)).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_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.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 Controls.TrainerID trainerID1;
private System.Windows.Forms.GroupBox GB_Stats;
private System.Windows.Forms.NumericUpDown NUD_MeritCurrent;
private System.Windows.Forms.Label L_MeritCurrent;
private System.Windows.Forms.NumericUpDown NUD_MeritEarned;
private System.Windows.Forms.Label L_MeritEarned;
private System.Windows.Forms.NumericUpDown NUD_Satchel;
private System.Windows.Forms.Label L_SatchelUpgrades;
private System.Windows.Forms.NumericUpDown NUD_Rank;
private System.Windows.Forms.Label L_GalaxyRank;
}
}