PKHeX/PKHeX.WinForms/Subforms/Save Editors/SAV_SimpleTrainer.Designer.cs

1074 lines
52 KiB
C#
Raw Normal View History

namespace PKHeX.WinForms
{
partial class SAV_SimpleTrainer
{
/// <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.GB_Adventure = new System.Windows.Forms.GroupBox();
this.L_PikaBeach = new System.Windows.Forms.Label();
this.MT_PikaBeach = new System.Windows.Forms.MaskedTextBox();
this.L_PikaFriend = new System.Windows.Forms.Label();
this.MT_PikaFriend = new System.Windows.Forms.MaskedTextBox();
this.L_Started = new System.Windows.Forms.Label();
this.CAL_AdventureStartDate = new System.Windows.Forms.DateTimePicker();
this.CAL_HoFDate = new System.Windows.Forms.DateTimePicker();
this.L_Fame = new System.Windows.Forms.Label();
this.MT_Seconds = new System.Windows.Forms.MaskedTextBox();
this.MT_Hours = new System.Windows.Forms.MaskedTextBox();
this.L_Seconds = new System.Windows.Forms.Label();
this.L_Hours = new System.Windows.Forms.Label();
this.MT_Minutes = new System.Windows.Forms.MaskedTextBox();
this.L_Minutes = new System.Windows.Forms.Label();
this.CAL_AdventureStartTime = new System.Windows.Forms.DateTimePicker();
this.CAL_HoFTime = new System.Windows.Forms.DateTimePicker();
this.TB_OTName = new System.Windows.Forms.TextBox();
this.CB_Gender = new System.Windows.Forms.ComboBox();
this.L_TrainerName = new System.Windows.Forms.Label();
this.L_TID = new System.Windows.Forms.Label();
this.MT_Money = new System.Windows.Forms.MaskedTextBox();
this.L_SID = new System.Windows.Forms.Label();
this.L_Money = new System.Windows.Forms.Label();
this.MT_TID = new System.Windows.Forms.MaskedTextBox();
this.MT_SID = new System.Windows.Forms.MaskedTextBox();
this.B_MaxCash = new System.Windows.Forms.Button();
this.GB_Map = new System.Windows.Forms.GroupBox();
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_Y = new System.Windows.Forms.Label();
this.L_CurrentMap = new System.Windows.Forms.Label();
this.L_Z = new System.Windows.Forms.Label();
this.L_X = new System.Windows.Forms.Label();
this.B_Save = new System.Windows.Forms.Button();
this.B_Cancel = new System.Windows.Forms.Button();
this.GB_Trainer = new System.Windows.Forms.GroupBox();
this.L_Country = new System.Windows.Forms.Label();
this.CB_Country = new System.Windows.Forms.ComboBox();
this.L_Region = new System.Windows.Forms.Label();
this.CB_Region = new System.Windows.Forms.ComboBox();
2016-08-30 00:48:05 +00:00
this.B_MaxCoins = new System.Windows.Forms.Button();
this.L_Coins = new System.Windows.Forms.Label();
this.MT_Coins = new System.Windows.Forms.MaskedTextBox();
this.GB_Badges = new System.Windows.Forms.GroupBox();
this.CHK_H8 = new System.Windows.Forms.CheckBox();
this.CHK_H7 = new System.Windows.Forms.CheckBox();
this.CHK_H6 = new System.Windows.Forms.CheckBox();
this.CHK_H5 = new System.Windows.Forms.CheckBox();
this.CHK_H4 = new System.Windows.Forms.CheckBox();
this.CHK_H3 = new System.Windows.Forms.CheckBox();
this.CHK_H2 = new System.Windows.Forms.CheckBox();
this.CHK_H1 = new System.Windows.Forms.CheckBox();
this.CHK_8 = new System.Windows.Forms.CheckBox();
this.CHK_7 = new System.Windows.Forms.CheckBox();
this.CHK_6 = new System.Windows.Forms.CheckBox();
this.CHK_5 = new System.Windows.Forms.CheckBox();
this.CHK_4 = new System.Windows.Forms.CheckBox();
this.CHK_3 = new System.Windows.Forms.CheckBox();
this.CHK_2 = new System.Windows.Forms.CheckBox();
this.CHK_1 = new System.Windows.Forms.CheckBox();
2016-08-30 00:48:05 +00:00
this.GB_Options = new System.Windows.Forms.GroupBox();
this.LBL_SoundType = new System.Windows.Forms.Label();
2016-08-30 00:48:05 +00:00
this.CB_SoundType = new System.Windows.Forms.ComboBox();
this.LBL_TextSpeed = new System.Windows.Forms.Label();
this.CB_TextSpeed = new System.Windows.Forms.ComboBox();
this.LBL_BattleStyle = new System.Windows.Forms.Label();
this.CB_BattleStyle = new System.Windows.Forms.ComboBox();
this.CHK_BattleEffects = new System.Windows.Forms.CheckBox();
this.GB_Adventure.SuspendLayout();
this.GB_Map.SuspendLayout();
((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.GB_Trainer.SuspendLayout();
this.GB_Badges.SuspendLayout();
2016-08-30 00:48:05 +00:00
this.GB_Options.SuspendLayout();
this.SuspendLayout();
//
// GB_Adventure
//
this.GB_Adventure.Controls.Add(this.L_PikaBeach);
this.GB_Adventure.Controls.Add(this.MT_PikaBeach);
this.GB_Adventure.Controls.Add(this.L_PikaFriend);
this.GB_Adventure.Controls.Add(this.MT_PikaFriend);
this.GB_Adventure.Controls.Add(this.L_Started);
this.GB_Adventure.Controls.Add(this.CAL_AdventureStartDate);
this.GB_Adventure.Controls.Add(this.CAL_HoFDate);
this.GB_Adventure.Controls.Add(this.L_Fame);
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_HoFTime);
this.GB_Adventure.Location = new System.Drawing.Point(13, 168);
this.GB_Adventure.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Adventure.Name = "GB_Adventure";
this.GB_Adventure.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Adventure.Size = new System.Drawing.Size(233, 174);
this.GB_Adventure.TabIndex = 70;
this.GB_Adventure.TabStop = false;
this.GB_Adventure.Text = "Adventure Info";
//
// L_PikaBeach
//
this.L_PikaBeach.AutoSize = true;
this.L_PikaBeach.Location = new System.Drawing.Point(8, 78);
this.L_PikaBeach.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_PikaBeach.Name = "L_PikaBeach";
this.L_PikaBeach.Size = new System.Drawing.Size(87, 15);
this.L_PikaBeach.TabIndex = 75;
this.L_PikaBeach.Text = "Pikachu Beach:";
this.L_PikaBeach.Visible = false;
//
// MT_PikaBeach
//
this.MT_PikaBeach.Location = new System.Drawing.Point(130, 74);
this.MT_PikaBeach.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_PikaBeach.Mask = "0000";
this.MT_PikaBeach.Name = "MT_PikaBeach";
this.MT_PikaBeach.Size = new System.Drawing.Size(45, 23);
this.MT_PikaBeach.TabIndex = 74;
this.MT_PikaBeach.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_PikaBeach.Visible = false;
//
// L_PikaFriend
//
this.L_PikaFriend.AutoSize = true;
this.L_PikaFriend.Location = new System.Drawing.Point(8, 51);
this.L_PikaFriend.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_PikaFriend.Name = "L_PikaFriend";
this.L_PikaFriend.Size = new System.Drawing.Size(110, 15);
this.L_PikaFriend.TabIndex = 73;
this.L_PikaFriend.Text = "Pikachu Friendship:";
this.L_PikaFriend.Visible = false;
//
// MT_PikaFriend
//
this.MT_PikaFriend.Location = new System.Drawing.Point(130, 46);
this.MT_PikaFriend.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_PikaFriend.Mask = "000";
this.MT_PikaFriend.Name = "MT_PikaFriend";
this.MT_PikaFriend.Size = new System.Drawing.Size(45, 23);
this.MT_PikaFriend.TabIndex = 72;
this.MT_PikaFriend.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_PikaFriend.Visible = false;
this.MT_PikaFriend.TextChanged += new System.EventHandler(this.Change255);
//
// L_Started
//
this.L_Started.Location = new System.Drawing.Point(5, 59);
this.L_Started.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Started.Name = "L_Started";
this.L_Started.Size = new System.Drawing.Size(93, 23);
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(105, 59);
this.CAL_AdventureStartDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CAL_AdventureStartDate.MaxDate = new System.DateTime(4095, 12, 31, 0, 0, 0, 0);
this.CAL_AdventureStartDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
this.CAL_AdventureStartDate.Name = "CAL_AdventureStartDate";
this.CAL_AdventureStartDate.Size = new System.Drawing.Size(115, 23);
this.CAL_AdventureStartDate.TabIndex = 35;
this.CAL_AdventureStartDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// CAL_HoFDate
//
this.CAL_HoFDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.CAL_HoFDate.Location = new System.Drawing.Point(105, 123);
this.CAL_HoFDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CAL_HoFDate.MaxDate = new System.DateTime(4095, 12, 31, 0, 0, 0, 0);
this.CAL_HoFDate.Name = "CAL_HoFDate";
this.CAL_HoFDate.Size = new System.Drawing.Size(115, 23);
this.CAL_HoFDate.TabIndex = 31;
this.CAL_HoFDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
//
// L_Fame
//
this.L_Fame.Location = new System.Drawing.Point(5, 123);
this.L_Fame.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Fame.Name = "L_Fame";
this.L_Fame.Size = new System.Drawing.Size(93, 23);
this.L_Fame.TabIndex = 32;
this.L_Fame.Text = "Hall of Fame:";
this.L_Fame.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_Seconds
//
this.MT_Seconds.Location = new System.Drawing.Point(194, 20);
this.MT_Seconds.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_Seconds.Mask = "00";
this.MT_Seconds.Name = "MT_Seconds";
this.MT_Seconds.Size = new System.Drawing.Size(25, 23);
this.MT_Seconds.TabIndex = 28;
this.MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// MT_Hours
//
this.MT_Hours.Location = new System.Drawing.Point(51, 20);
this.MT_Hours.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_Hours.Mask = "00000";
this.MT_Hours.Name = "MT_Hours";
this.MT_Hours.Size = new System.Drawing.Size(44, 23);
this.MT_Hours.TabIndex = 25;
this.MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Seconds
//
this.L_Seconds.AutoSize = true;
this.L_Seconds.Location = new System.Drawing.Point(159, 23);
this.L_Seconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Seconds.Name = "L_Seconds";
this.L_Seconds.Size = new System.Drawing.Size(28, 15);
this.L_Seconds.TabIndex = 30;
this.L_Seconds.Text = "Sec:";
//
// L_Hours
//
this.L_Hours.AutoSize = true;
this.L_Hours.Location = new System.Drawing.Point(14, 23);
this.L_Hours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Hours.Name = "L_Hours";
this.L_Hours.Size = new System.Drawing.Size(28, 15);
this.L_Hours.TabIndex = 26;
this.L_Hours.Text = "Hrs:";
//
// MT_Minutes
//
this.MT_Minutes.Location = new System.Drawing.Point(130, 20);
this.MT_Minutes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_Minutes.Mask = "00";
this.MT_Minutes.Name = "MT_Minutes";
this.MT_Minutes.Size = new System.Drawing.Size(25, 23);
this.MT_Minutes.TabIndex = 27;
this.MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_Minutes
//
this.L_Minutes.AutoSize = true;
this.L_Minutes.Location = new System.Drawing.Point(98, 23);
this.L_Minutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Minutes.Name = "L_Minutes";
this.L_Minutes.Size = new System.Drawing.Size(31, 15);
this.L_Minutes.TabIndex = 29;
this.L_Minutes.Text = "Min:";
//
// 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(135, 81);
this.CAL_AdventureStartTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CAL_AdventureStartTime.MaxDate = new System.DateTime(4095, 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(84, 23);
this.CAL_AdventureStartTime.TabIndex = 34;
this.CAL_AdventureStartTime.Value = new System.DateTime(2001, 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(135, 145);
this.CAL_HoFTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CAL_HoFTime.MaxDate = new System.DateTime(4095, 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(84, 23);
this.CAL_HoFTime.TabIndex = 37;
this.CAL_HoFTime.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
//
// TB_OTName
//
this.TB_OTName.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.TB_OTName.Location = new System.Drawing.Point(115, 13);
this.TB_OTName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.TB_OTName.MaxLength = 12;
this.TB_OTName.Name = "TB_OTName";
this.TB_OTName.Size = new System.Drawing.Size(108, 20);
this.TB_OTName.TabIndex = 57;
this.TB_OTName.Text = "WWWWWWWWWWWW";
this.TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// 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(139, 63);
this.CB_Gender.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Gender.Name = "CB_Gender";
this.CB_Gender.Size = new System.Drawing.Size(46, 23);
this.CB_Gender.TabIndex = 68;
//
// L_TrainerName
//
this.L_TrainerName.Location = new System.Drawing.Point(8, 15);
this.L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_TrainerName.Name = "L_TrainerName";
this.L_TrainerName.Size = new System.Drawing.Size(102, 18);
this.L_TrainerName.TabIndex = 58;
this.L_TrainerName.Text = "Name:";
this.L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_TID
//
this.L_TID.Location = new System.Drawing.Point(10, 40);
this.L_TID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_TID.Name = "L_TID";
this.L_TID.Size = new System.Drawing.Size(44, 15);
this.L_TID.TabIndex = 61;
this.L_TID.Text = "TID16:";
this.L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MT_Money
//
this.MT_Money.Location = new System.Drawing.Point(139, 38);
this.MT_Money.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_Money.Mask = "0000000";
this.MT_Money.Name = "MT_Money";
this.MT_Money.Size = new System.Drawing.Size(60, 23);
this.MT_Money.TabIndex = 59;
this.MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// L_SID
//
this.L_SID.Location = new System.Drawing.Point(10, 67);
this.L_SID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_SID.Name = "L_SID";
this.L_SID.Size = new System.Drawing.Size(44, 15);
this.L_SID.TabIndex = 62;
this.L_SID.Text = "SID16:";
this.L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Money
//
this.L_Money.AutoSize = true;
this.L_Money.Location = new System.Drawing.Point(119, 42);
this.L_Money.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Money.Name = "L_Money";
this.L_Money.Size = new System.Drawing.Size(16, 15);
this.L_Money.TabIndex = 60;
this.L_Money.Text = "$:";
//
// MT_TID
//
this.MT_TID.Location = new System.Drawing.Point(62, 39);
this.MT_TID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_TID.Mask = "00000";
this.MT_TID.Name = "MT_TID";
this.MT_TID.Size = new System.Drawing.Size(45, 23);
this.MT_TID.TabIndex = 63;
this.MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_TID.TextChanged += new System.EventHandler(this.ChangeFFFF);
//
// MT_SID
//
this.MT_SID.Location = new System.Drawing.Point(62, 63);
this.MT_SID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_SID.Mask = "00000";
this.MT_SID.Name = "MT_SID";
this.MT_SID.Size = new System.Drawing.Size(45, 23);
this.MT_SID.TabIndex = 64;
this.MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_SID.TextChanged += new System.EventHandler(this.ChangeFFFF);
//
// B_MaxCash
//
this.B_MaxCash.Location = new System.Drawing.Point(201, 38);
this.B_MaxCash.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_MaxCash.Name = "B_MaxCash";
this.B_MaxCash.Size = new System.Drawing.Size(23, 23);
this.B_MaxCash.TabIndex = 66;
this.B_MaxCash.Text = "+";
this.B_MaxCash.UseVisualStyleBackColor = true;
//
// GB_Map
//
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_Y);
this.GB_Map.Controls.Add(this.L_CurrentMap);
this.GB_Map.Controls.Add(this.L_Z);
this.GB_Map.Controls.Add(this.L_X);
this.GB_Map.Location = new System.Drawing.Point(254, 168);
this.GB_Map.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Map.Name = "GB_Map";
this.GB_Map.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Map.Size = new System.Drawing.Size(183, 144);
this.GB_Map.TabIndex = 71;
this.GB_Map.TabStop = false;
this.GB_Map.Text = "Map Position";
//
// NUD_Z
//
this.NUD_Z.Location = new System.Drawing.Point(108, 78);
this.NUD_Z.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.NUD_Z.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Z.Minimum = new decimal(new int[] {
65535,
0,
0,
-2147483648});
this.NUD_Z.Name = "NUD_Z";
this.NUD_Z.Size = new System.Drawing.Size(58, 23);
this.NUD_Z.TabIndex = 53;
this.NUD_Z.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_M
//
this.NUD_M.Location = new System.Drawing.Point(108, 18);
this.NUD_M.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
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(58, 23);
this.NUD_M.TabIndex = 52;
this.NUD_M.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_Y
//
this.NUD_Y.Location = new System.Drawing.Point(108, 108);
this.NUD_Y.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.NUD_Y.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Y.Name = "NUD_Y";
this.NUD_Y.Size = new System.Drawing.Size(58, 23);
this.NUD_Y.TabIndex = 51;
this.NUD_Y.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// NUD_X
//
this.NUD_X.Location = new System.Drawing.Point(108, 48);
this.NUD_X.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.NUD_X.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_X.Name = "NUD_X";
this.NUD_X.Size = new System.Drawing.Size(58, 23);
this.NUD_X.TabIndex = 50;
this.NUD_X.ValueChanged += new System.EventHandler(this.ChangeMapValue);
//
// L_Y
//
this.L_Y.Location = new System.Drawing.Point(7, 108);
this.L_Y.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Y.Name = "L_Y";
this.L_Y.Size = new System.Drawing.Size(93, 23);
this.L_Y.TabIndex = 49;
this.L_Y.Text = "Y Coordinate:";
this.L_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_CurrentMap
//
this.L_CurrentMap.Location = new System.Drawing.Point(7, 18);
this.L_CurrentMap.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_CurrentMap.Name = "L_CurrentMap";
this.L_CurrentMap.Size = new System.Drawing.Size(93, 23);
this.L_CurrentMap.TabIndex = 46;
this.L_CurrentMap.Text = "Current Map:";
this.L_CurrentMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Z
//
this.L_Z.Location = new System.Drawing.Point(7, 78);
this.L_Z.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Z.Name = "L_Z";
this.L_Z.Size = new System.Drawing.Size(93, 23);
this.L_Z.TabIndex = 48;
this.L_Z.Text = "Z Coordinate:";
this.L_Z.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_X
//
this.L_X.Location = new System.Drawing.Point(7, 48);
this.L_X.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_X.Name = "L_X";
this.L_X.Size = new System.Drawing.Size(93, 23);
this.L_X.TabIndex = 47;
this.L_X.Text = "X Coordinate:";
this.L_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// B_Save
//
this.B_Save.Location = new System.Drawing.Point(348, 318);
this.B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(88, 27);
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.Location = new System.Drawing.Point(253, 318);
this.B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(88, 27);
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);
//
// GB_Trainer
//
this.GB_Trainer.Controls.Add(this.L_Country);
this.GB_Trainer.Controls.Add(this.CB_Country);
this.GB_Trainer.Controls.Add(this.L_Region);
this.GB_Trainer.Controls.Add(this.CB_Region);
2016-08-30 00:48:05 +00:00
this.GB_Trainer.Controls.Add(this.B_MaxCoins);
this.GB_Trainer.Controls.Add(this.L_Coins);
this.GB_Trainer.Controls.Add(this.MT_Coins);
this.GB_Trainer.Controls.Add(this.TB_OTName);
this.GB_Trainer.Controls.Add(this.B_MaxCash);
this.GB_Trainer.Controls.Add(this.MT_SID);
this.GB_Trainer.Controls.Add(this.MT_TID);
this.GB_Trainer.Controls.Add(this.L_Money);
this.GB_Trainer.Controls.Add(this.L_SID);
this.GB_Trainer.Controls.Add(this.CB_Gender);
this.GB_Trainer.Controls.Add(this.MT_Money);
this.GB_Trainer.Controls.Add(this.L_TID);
this.GB_Trainer.Controls.Add(this.L_TrainerName);
this.GB_Trainer.Location = new System.Drawing.Point(13, 14);
this.GB_Trainer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Trainer.Name = "GB_Trainer";
this.GB_Trainer.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Trainer.Size = new System.Drawing.Size(233, 148);
this.GB_Trainer.TabIndex = 74;
this.GB_Trainer.TabStop = false;
this.GB_Trainer.Text = "Trainer";
//
// L_Country
//
this.L_Country.Location = new System.Drawing.Point(8, 91);
this.L_Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Country.Name = "L_Country";
this.L_Country.Size = new System.Drawing.Size(102, 23);
this.L_Country.TabIndex = 78;
this.L_Country.Text = "Country:";
this.L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Country
//
this.CB_Country.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Country.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Country.DropDownWidth = 180;
this.CB_Country.FormattingEnabled = true;
this.CB_Country.Location = new System.Drawing.Point(115, 91);
this.CB_Country.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Country.Name = "CB_Country";
this.CB_Country.Size = new System.Drawing.Size(108, 23);
this.CB_Country.TabIndex = 76;
this.CB_Country.SelectedIndexChanged += new System.EventHandler(this.UpdateCountry);
//
// L_Region
//
this.L_Region.Location = new System.Drawing.Point(8, 117);
this.L_Region.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Region.Name = "L_Region";
this.L_Region.Size = new System.Drawing.Size(102, 23);
this.L_Region.TabIndex = 79;
this.L_Region.Text = "Sub Region:";
this.L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Region
//
this.CB_Region.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_Region.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_Region.DropDownWidth = 180;
this.CB_Region.FormattingEnabled = true;
this.CB_Region.Location = new System.Drawing.Point(115, 117);
this.CB_Region.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CB_Region.Name = "CB_Region";
this.CB_Region.Size = new System.Drawing.Size(108, 23);
this.CB_Region.TabIndex = 77;
//
// B_MaxCoins
//
this.B_MaxCoins.Location = new System.Drawing.Point(111, 65);
this.B_MaxCoins.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.B_MaxCoins.Name = "B_MaxCoins";
this.B_MaxCoins.Size = new System.Drawing.Size(23, 23);
this.B_MaxCoins.TabIndex = 71;
this.B_MaxCoins.Text = "+";
this.B_MaxCoins.UseVisualStyleBackColor = true;
this.B_MaxCoins.Visible = false;
//
// L_Coins
//
this.L_Coins.AutoSize = true;
this.L_Coins.Location = new System.Drawing.Point(13, 68);
this.L_Coins.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.L_Coins.Name = "L_Coins";
this.L_Coins.Size = new System.Drawing.Size(40, 15);
this.L_Coins.TabIndex = 70;
this.L_Coins.Text = "Coins:";
this.L_Coins.Visible = false;
//
// MT_Coins
//
this.MT_Coins.Location = new System.Drawing.Point(62, 63);
this.MT_Coins.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MT_Coins.Mask = "00000";
this.MT_Coins.Name = "MT_Coins";
this.MT_Coins.Size = new System.Drawing.Size(45, 23);
this.MT_Coins.TabIndex = 69;
this.MT_Coins.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.MT_Coins.Visible = false;
//
// GB_Badges
//
this.GB_Badges.Controls.Add(this.CHK_H8);
this.GB_Badges.Controls.Add(this.CHK_H7);
this.GB_Badges.Controls.Add(this.CHK_H6);
this.GB_Badges.Controls.Add(this.CHK_H5);
this.GB_Badges.Controls.Add(this.CHK_H4);
this.GB_Badges.Controls.Add(this.CHK_H3);
this.GB_Badges.Controls.Add(this.CHK_H2);
this.GB_Badges.Controls.Add(this.CHK_H1);
this.GB_Badges.Controls.Add(this.CHK_8);
this.GB_Badges.Controls.Add(this.CHK_7);
this.GB_Badges.Controls.Add(this.CHK_6);
this.GB_Badges.Controls.Add(this.CHK_5);
this.GB_Badges.Controls.Add(this.CHK_4);
this.GB_Badges.Controls.Add(this.CHK_3);
this.GB_Badges.Controls.Add(this.CHK_2);
this.GB_Badges.Controls.Add(this.CHK_1);
this.GB_Badges.Location = new System.Drawing.Point(254, 14);
this.GB_Badges.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Badges.Name = "GB_Badges";
this.GB_Badges.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Badges.Size = new System.Drawing.Size(183, 148);
this.GB_Badges.TabIndex = 75;
this.GB_Badges.TabStop = false;
this.GB_Badges.Text = "Badges";
//
// CHK_H8
//
this.CHK_H8.AutoSize = true;
this.CHK_H8.Location = new System.Drawing.Point(152, 63);
this.CHK_H8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H8.Name = "CHK_H8";
this.CHK_H8.Size = new System.Drawing.Size(15, 14);
this.CHK_H8.TabIndex = 15;
this.CHK_H8.UseVisualStyleBackColor = true;
this.CHK_H8.Visible = false;
//
// CHK_H7
//
this.CHK_H7.AutoSize = true;
this.CHK_H7.Location = new System.Drawing.Point(132, 63);
this.CHK_H7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H7.Name = "CHK_H7";
this.CHK_H7.Size = new System.Drawing.Size(15, 14);
this.CHK_H7.TabIndex = 14;
this.CHK_H7.UseVisualStyleBackColor = true;
this.CHK_H7.Visible = false;
//
// CHK_H6
//
this.CHK_H6.AutoSize = true;
this.CHK_H6.Location = new System.Drawing.Point(112, 63);
this.CHK_H6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H6.Name = "CHK_H6";
this.CHK_H6.Size = new System.Drawing.Size(15, 14);
this.CHK_H6.TabIndex = 13;
this.CHK_H6.UseVisualStyleBackColor = true;
this.CHK_H6.Visible = false;
//
// CHK_H5
//
this.CHK_H5.AutoSize = true;
this.CHK_H5.Location = new System.Drawing.Point(92, 63);
this.CHK_H5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H5.Name = "CHK_H5";
this.CHK_H5.Size = new System.Drawing.Size(15, 14);
this.CHK_H5.TabIndex = 12;
this.CHK_H5.UseVisualStyleBackColor = true;
this.CHK_H5.Visible = false;
//
// CHK_H4
//
this.CHK_H4.AutoSize = true;
this.CHK_H4.Location = new System.Drawing.Point(72, 63);
this.CHK_H4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H4.Name = "CHK_H4";
this.CHK_H4.Size = new System.Drawing.Size(15, 14);
this.CHK_H4.TabIndex = 11;
this.CHK_H4.UseVisualStyleBackColor = true;
this.CHK_H4.Visible = false;
//
// CHK_H3
//
this.CHK_H3.AutoSize = true;
this.CHK_H3.Location = new System.Drawing.Point(52, 63);
this.CHK_H3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H3.Name = "CHK_H3";
this.CHK_H3.Size = new System.Drawing.Size(15, 14);
this.CHK_H3.TabIndex = 10;
this.CHK_H3.UseVisualStyleBackColor = true;
this.CHK_H3.Visible = false;
//
// CHK_H2
//
this.CHK_H2.AutoSize = true;
this.CHK_H2.Location = new System.Drawing.Point(33, 63);
this.CHK_H2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H2.Name = "CHK_H2";
this.CHK_H2.Size = new System.Drawing.Size(15, 14);
this.CHK_H2.TabIndex = 9;
this.CHK_H2.UseVisualStyleBackColor = true;
this.CHK_H2.Visible = false;
//
// CHK_H1
//
this.CHK_H1.AutoSize = true;
this.CHK_H1.Location = new System.Drawing.Point(13, 63);
this.CHK_H1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_H1.Name = "CHK_H1";
this.CHK_H1.Size = new System.Drawing.Size(15, 14);
this.CHK_H1.TabIndex = 8;
this.CHK_H1.UseVisualStyleBackColor = true;
this.CHK_H1.Visible = false;
//
// CHK_8
//
this.CHK_8.AutoSize = true;
this.CHK_8.Location = new System.Drawing.Point(152, 31);
this.CHK_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_8.Name = "CHK_8";
this.CHK_8.Size = new System.Drawing.Size(15, 14);
this.CHK_8.TabIndex = 7;
this.CHK_8.UseVisualStyleBackColor = true;
this.CHK_8.Visible = false;
//
// CHK_7
//
this.CHK_7.AutoSize = true;
this.CHK_7.Location = new System.Drawing.Point(132, 31);
this.CHK_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_7.Name = "CHK_7";
this.CHK_7.Size = new System.Drawing.Size(15, 14);
this.CHK_7.TabIndex = 6;
this.CHK_7.UseVisualStyleBackColor = true;
this.CHK_7.Visible = false;
//
// CHK_6
//
this.CHK_6.AutoSize = true;
this.CHK_6.Location = new System.Drawing.Point(112, 31);
this.CHK_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_6.Name = "CHK_6";
this.CHK_6.Size = new System.Drawing.Size(15, 14);
this.CHK_6.TabIndex = 5;
this.CHK_6.UseVisualStyleBackColor = true;
this.CHK_6.Visible = false;
//
// CHK_5
//
this.CHK_5.AutoSize = true;
this.CHK_5.Location = new System.Drawing.Point(92, 31);
this.CHK_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_5.Name = "CHK_5";
this.CHK_5.Size = new System.Drawing.Size(15, 14);
this.CHK_5.TabIndex = 4;
this.CHK_5.UseVisualStyleBackColor = true;
this.CHK_5.Visible = false;
//
// CHK_4
//
this.CHK_4.AutoSize = true;
this.CHK_4.Location = new System.Drawing.Point(72, 31);
this.CHK_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_4.Name = "CHK_4";
this.CHK_4.Size = new System.Drawing.Size(15, 14);
this.CHK_4.TabIndex = 3;
this.CHK_4.UseVisualStyleBackColor = true;
this.CHK_4.Visible = false;
//
// CHK_3
//
this.CHK_3.AutoSize = true;
this.CHK_3.Location = new System.Drawing.Point(52, 31);
this.CHK_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_3.Name = "CHK_3";
this.CHK_3.Size = new System.Drawing.Size(15, 14);
this.CHK_3.TabIndex = 2;
this.CHK_3.UseVisualStyleBackColor = true;
this.CHK_3.Visible = false;
//
// CHK_2
//
this.CHK_2.AutoSize = true;
this.CHK_2.Location = new System.Drawing.Point(33, 31);
this.CHK_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_2.Name = "CHK_2";
this.CHK_2.Size = new System.Drawing.Size(15, 14);
this.CHK_2.TabIndex = 1;
this.CHK_2.UseVisualStyleBackColor = true;
this.CHK_2.Visible = false;
//
// CHK_1
//
this.CHK_1.AutoSize = true;
this.CHK_1.Location = new System.Drawing.Point(13, 31);
this.CHK_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.CHK_1.Name = "CHK_1";
this.CHK_1.Size = new System.Drawing.Size(15, 14);
this.CHK_1.TabIndex = 0;
this.CHK_1.UseVisualStyleBackColor = true;
this.CHK_1.Visible = false;
//
2016-08-30 00:48:05 +00:00
// GB_Options
//
this.GB_Options.Controls.Add(this.LBL_SoundType);
2016-08-30 00:48:05 +00:00
this.GB_Options.Controls.Add(this.CB_SoundType);
this.GB_Options.Controls.Add(this.LBL_TextSpeed);
this.GB_Options.Controls.Add(this.CB_TextSpeed);
this.GB_Options.Controls.Add(this.LBL_BattleStyle);
this.GB_Options.Controls.Add(this.CB_BattleStyle);
this.GB_Options.Controls.Add(this.CHK_BattleEffects);
this.GB_Options.Location = new System.Drawing.Point(254, 168);
this.GB_Options.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
2016-08-30 00:48:05 +00:00
this.GB_Options.Name = "GB_Options";
this.GB_Options.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.GB_Options.Size = new System.Drawing.Size(183, 144);
2016-08-30 00:48:05 +00:00
this.GB_Options.TabIndex = 72;
this.GB_Options.TabStop = false;
this.GB_Options.Text = "Options";
this.GB_Options.Visible = false;
//
// LBL_SoundType
2016-08-30 00:48:05 +00:00
//
this.LBL_SoundType.AutoSize = true;
this.LBL_SoundType.Location = new System.Drawing.Point(4, 82);
this.LBL_SoundType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.LBL_SoundType.Name = "LBL_SoundType";
this.LBL_SoundType.Size = new System.Drawing.Size(71, 15);
this.LBL_SoundType.TabIndex = 25;
this.LBL_SoundType.Text = "Sound Type:";
2016-08-30 00:48:05 +00:00
//
// CB_SoundType
//
this.CB_SoundType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_SoundType.FormattingEnabled = true;
this.CB_SoundType.Location = new System.Drawing.Point(83, 78);
this.CB_SoundType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
2016-08-30 00:48:05 +00:00
this.CB_SoundType.Name = "CB_SoundType";
this.CB_SoundType.Size = new System.Drawing.Size(93, 23);
2016-08-30 00:48:05 +00:00
this.CB_SoundType.TabIndex = 24;
//
// LBL_TextSpeed
//
this.LBL_TextSpeed.AutoSize = true;
this.LBL_TextSpeed.Location = new System.Drawing.Point(7, 113);
this.LBL_TextSpeed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
2016-08-30 00:48:05 +00:00
this.LBL_TextSpeed.Name = "LBL_TextSpeed";
this.LBL_TextSpeed.Size = new System.Drawing.Size(66, 15);
2016-08-30 00:48:05 +00:00
this.LBL_TextSpeed.TabIndex = 23;
this.LBL_TextSpeed.Text = "Text Speed:";
//
// CB_TextSpeed
//
this.CB_TextSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_TextSpeed.FormattingEnabled = true;
this.CB_TextSpeed.Location = new System.Drawing.Point(83, 110);
this.CB_TextSpeed.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
2016-08-30 00:48:05 +00:00
this.CB_TextSpeed.Name = "CB_TextSpeed";
this.CB_TextSpeed.Size = new System.Drawing.Size(93, 23);
2016-08-30 00:48:05 +00:00
this.CB_TextSpeed.TabIndex = 22;
//
// LBL_BattleStyle
//
this.LBL_BattleStyle.AutoSize = true;
this.LBL_BattleStyle.Location = new System.Drawing.Point(9, 51);
this.LBL_BattleStyle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
2016-08-30 00:48:05 +00:00
this.LBL_BattleStyle.Name = "LBL_BattleStyle";
this.LBL_BattleStyle.Size = new System.Drawing.Size(68, 15);
2016-08-30 00:48:05 +00:00
this.LBL_BattleStyle.TabIndex = 21;
this.LBL_BattleStyle.Text = "Battle Style:";
//
// CB_BattleStyle
//
this.CB_BattleStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CB_BattleStyle.FormattingEnabled = true;
this.CB_BattleStyle.Location = new System.Drawing.Point(83, 47);
this.CB_BattleStyle.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
2016-08-30 00:48:05 +00:00
this.CB_BattleStyle.Name = "CB_BattleStyle";
this.CB_BattleStyle.Size = new System.Drawing.Size(93, 23);
2016-08-30 00:48:05 +00:00
this.CB_BattleStyle.TabIndex = 20;
//
// CHK_BattleEffects
//
this.CHK_BattleEffects.AutoSize = true;
this.CHK_BattleEffects.Location = new System.Drawing.Point(30, 21);
this.CHK_BattleEffects.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
2016-08-30 00:48:05 +00:00
this.CHK_BattleEffects.Name = "CHK_BattleEffects";
this.CHK_BattleEffects.Size = new System.Drawing.Size(116, 19);
2016-08-30 00:48:05 +00:00
this.CHK_BattleEffects.TabIndex = 19;
this.CHK_BattleEffects.Text = "Use Battle Effects";
this.CHK_BattleEffects.UseVisualStyleBackColor = true;
//
// SAV_SimpleTrainer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 358);
2016-08-30 00:48:05 +00:00
this.Controls.Add(this.GB_Options);
this.Controls.Add(this.GB_Badges);
this.Controls.Add(this.GB_Trainer);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.B_Cancel);
this.Controls.Add(this.GB_Map);
this.Controls.Add(this.GB_Adventure);
this.Icon = global::PKHeX.WinForms.Properties.Resources.Icon;
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.MinimumSize = new System.Drawing.Size(464, 340);
this.Name = "SAV_SimpleTrainer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Trainer Data Editor";
this.GB_Adventure.ResumeLayout(false);
this.GB_Adventure.PerformLayout();
this.GB_Map.ResumeLayout(false);
((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.GB_Trainer.ResumeLayout(false);
this.GB_Trainer.PerformLayout();
this.GB_Badges.ResumeLayout(false);
this.GB_Badges.PerformLayout();
2016-08-30 00:48:05 +00:00
this.GB_Options.ResumeLayout(false);
this.GB_Options.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox GB_Adventure;
private System.Windows.Forms.Label L_Started;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartDate;
private System.Windows.Forms.DateTimePicker CAL_HoFDate;
private System.Windows.Forms.Label L_Fame;
private System.Windows.Forms.MaskedTextBox MT_Seconds;
private System.Windows.Forms.MaskedTextBox MT_Hours;
private System.Windows.Forms.Label L_Seconds;
private System.Windows.Forms.Label L_Hours;
private System.Windows.Forms.MaskedTextBox MT_Minutes;
private System.Windows.Forms.Label L_Minutes;
private System.Windows.Forms.DateTimePicker CAL_AdventureStartTime;
private System.Windows.Forms.DateTimePicker CAL_HoFTime;
private System.Windows.Forms.TextBox TB_OTName;
private System.Windows.Forms.ComboBox CB_Gender;
private System.Windows.Forms.Label L_TrainerName;
private System.Windows.Forms.Label L_TID;
private System.Windows.Forms.MaskedTextBox MT_Money;
private System.Windows.Forms.Label L_SID;
private System.Windows.Forms.Label L_Money;
private System.Windows.Forms.MaskedTextBox MT_TID;
private System.Windows.Forms.MaskedTextBox MT_SID;
private System.Windows.Forms.Button B_MaxCash;
private System.Windows.Forms.GroupBox GB_Map;
private System.Windows.Forms.NumericUpDown NUD_Z;
private System.Windows.Forms.NumericUpDown NUD_M;
private System.Windows.Forms.NumericUpDown NUD_Y;
private System.Windows.Forms.NumericUpDown NUD_X;
private System.Windows.Forms.Label L_Y;
private System.Windows.Forms.Label L_CurrentMap;
private System.Windows.Forms.Label L_Z;
private System.Windows.Forms.Label L_X;
private System.Windows.Forms.Button B_Save;
private System.Windows.Forms.Button B_Cancel;
private System.Windows.Forms.GroupBox GB_Trainer;
private System.Windows.Forms.GroupBox GB_Badges;
private System.Windows.Forms.CheckBox CHK_8;
private System.Windows.Forms.CheckBox CHK_7;
private System.Windows.Forms.CheckBox CHK_6;
private System.Windows.Forms.CheckBox CHK_5;
private System.Windows.Forms.CheckBox CHK_4;
private System.Windows.Forms.CheckBox CHK_3;
private System.Windows.Forms.CheckBox CHK_2;
private System.Windows.Forms.CheckBox CHK_1;
private System.Windows.Forms.CheckBox CHK_H8;
private System.Windows.Forms.CheckBox CHK_H7;
private System.Windows.Forms.CheckBox CHK_H6;
private System.Windows.Forms.CheckBox CHK_H5;
private System.Windows.Forms.CheckBox CHK_H4;
private System.Windows.Forms.CheckBox CHK_H3;
private System.Windows.Forms.CheckBox CHK_H2;
private System.Windows.Forms.CheckBox CHK_H1;
2016-08-30 00:48:05 +00:00
private System.Windows.Forms.Button B_MaxCoins;
private System.Windows.Forms.Label L_Coins;
private System.Windows.Forms.MaskedTextBox MT_Coins;
private System.Windows.Forms.GroupBox GB_Options;
private System.Windows.Forms.Label LBL_SoundType;
2016-08-30 00:48:05 +00:00
private System.Windows.Forms.ComboBox CB_SoundType;
private System.Windows.Forms.Label LBL_TextSpeed;
private System.Windows.Forms.ComboBox CB_TextSpeed;
private System.Windows.Forms.Label LBL_BattleStyle;
private System.Windows.Forms.ComboBox CB_BattleStyle;
private System.Windows.Forms.CheckBox CHK_BattleEffects;
private System.Windows.Forms.Label L_PikaFriend;
private System.Windows.Forms.MaskedTextBox MT_PikaFriend;
private System.Windows.Forms.Label L_PikaBeach;
private System.Windows.Forms.MaskedTextBox MT_PikaBeach;
private System.Windows.Forms.Label L_Country;
private System.Windows.Forms.ComboBox CB_Country;
private System.Windows.Forms.Label L_Region;
private System.Windows.Forms.ComboBox CB_Region;
}
}