mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 16:27:21 +00:00
3f38b123a3
mostly renaming things, includes a little bit of added sugar and splitting methods to simplify the codebase. all methods are now PascalCase
923 lines
No EOL
43 KiB
C#
923 lines
No EOL
43 KiB
C#
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_SimpleTrainer));
|
|
this.GB_Adventure = new System.Windows.Forms.GroupBox();
|
|
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.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();
|
|
this.GB_Options = new System.Windows.Forms.GroupBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
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();
|
|
this.GB_Options.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// GB_Adventure
|
|
//
|
|
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(11, 98);
|
|
this.GB_Adventure.Name = "GB_Adventure";
|
|
this.GB_Adventure.Size = new System.Drawing.Size(200, 151);
|
|
this.GB_Adventure.TabIndex = 70;
|
|
this.GB_Adventure.TabStop = false;
|
|
this.GB_Adventure.Text = "Adventure Info";
|
|
//
|
|
// L_PikaFriend
|
|
//
|
|
this.L_PikaFriend.AutoSize = true;
|
|
this.L_PikaFriend.Location = new System.Drawing.Point(7, 44);
|
|
this.L_PikaFriend.Name = "L_PikaFriend";
|
|
this.L_PikaFriend.Size = new System.Drawing.Size(100, 13);
|
|
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(111, 40);
|
|
this.MT_PikaFriend.Mask = "000";
|
|
this.MT_PikaFriend.Name = "MT_PikaFriend";
|
|
this.MT_PikaFriend.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_PikaFriend.Size = new System.Drawing.Size(39, 20);
|
|
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(4, 51);
|
|
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(90, 51);
|
|
this.CAL_AdventureStartDate.MaxDate = new System.DateTime(2050, 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(99, 20);
|
|
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(90, 107);
|
|
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(99, 20);
|
|
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(4, 107);
|
|
this.L_Fame.Name = "L_Fame";
|
|
this.L_Fame.Size = new System.Drawing.Size(80, 20);
|
|
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(166, 17);
|
|
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;
|
|
//
|
|
// MT_Hours
|
|
//
|
|
this.MT_Hours.Location = new System.Drawing.Point(44, 17);
|
|
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_Seconds
|
|
//
|
|
this.L_Seconds.AutoSize = true;
|
|
this.L_Seconds.Location = new System.Drawing.Point(136, 20);
|
|
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_Hours
|
|
//
|
|
this.L_Hours.AutoSize = true;
|
|
this.L_Hours.Location = new System.Drawing.Point(12, 20);
|
|
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_Minutes
|
|
//
|
|
this.MT_Minutes.Location = new System.Drawing.Point(111, 17);
|
|
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;
|
|
//
|
|
// L_Minutes
|
|
//
|
|
this.L_Minutes.AutoSize = true;
|
|
this.L_Minutes.Location = new System.Drawing.Point(84, 20);
|
|
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:";
|
|
//
|
|
// CAL_AdventureStartTime
|
|
//
|
|
this.CAL_AdventureStartTime.CustomFormat = "hh:mm tt";
|
|
this.CAL_AdventureStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.CAL_AdventureStartTime.Location = new System.Drawing.Point(116, 70);
|
|
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_HoFTime
|
|
//
|
|
this.CAL_HoFTime.CustomFormat = "hh:mm tt";
|
|
this.CAL_HoFTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.CAL_HoFTime.Location = new System.Drawing.Point(116, 126);
|
|
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 = 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, ((byte)(0)));
|
|
this.TB_OTName.Location = new System.Drawing.Point(99, 11);
|
|
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 = 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(119, 55);
|
|
this.CB_Gender.Name = "CB_Gender";
|
|
this.CB_Gender.Size = new System.Drawing.Size(40, 21);
|
|
this.CB_Gender.TabIndex = 68;
|
|
//
|
|
// L_TrainerName
|
|
//
|
|
this.L_TrainerName.Location = new System.Drawing.Point(7, 13);
|
|
this.L_TrainerName.Name = "L_TrainerName";
|
|
this.L_TrainerName.Size = new System.Drawing.Size(87, 16);
|
|
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(9, 35);
|
|
this.L_TID.Name = "L_TID";
|
|
this.L_TID.Size = new System.Drawing.Size(38, 13);
|
|
this.L_TID.TabIndex = 61;
|
|
this.L_TID.Text = "TID:";
|
|
this.L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// MT_Money
|
|
//
|
|
this.MT_Money.Location = new System.Drawing.Point(119, 33);
|
|
this.MT_Money.Mask = "0000000";
|
|
this.MT_Money.Name = "MT_Money";
|
|
this.MT_Money.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_Money.Size = new System.Drawing.Size(52, 20);
|
|
this.MT_Money.TabIndex = 59;
|
|
this.MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_SID
|
|
//
|
|
this.L_SID.Location = new System.Drawing.Point(9, 58);
|
|
this.L_SID.Name = "L_SID";
|
|
this.L_SID.Size = new System.Drawing.Size(38, 13);
|
|
this.L_SID.TabIndex = 62;
|
|
this.L_SID.Text = "SID:";
|
|
this.L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Money
|
|
//
|
|
this.L_Money.AutoSize = true;
|
|
this.L_Money.Location = new System.Drawing.Point(102, 36);
|
|
this.L_Money.Name = "L_Money";
|
|
this.L_Money.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Money.TabIndex = 60;
|
|
this.L_Money.Text = "$:";
|
|
//
|
|
// MT_TID
|
|
//
|
|
this.MT_TID.Location = new System.Drawing.Point(53, 34);
|
|
this.MT_TID.Mask = "00000";
|
|
this.MT_TID.Name = "MT_TID";
|
|
this.MT_TID.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_TID.Size = new System.Drawing.Size(39, 20);
|
|
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(53, 55);
|
|
this.MT_SID.Mask = "00000";
|
|
this.MT_SID.Name = "MT_SID";
|
|
this.MT_SID.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_SID.Size = new System.Drawing.Size(39, 20);
|
|
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(172, 33);
|
|
this.B_MaxCash.Name = "B_MaxCash";
|
|
this.B_MaxCash.Size = new System.Drawing.Size(20, 20);
|
|
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(217, 98);
|
|
this.GB_Map.Name = "GB_Map";
|
|
this.GB_Map.Size = new System.Drawing.Size(157, 125);
|
|
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(93, 68);
|
|
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(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, 16);
|
|
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.Location = new System.Drawing.Point(93, 94);
|
|
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(50, 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, 42);
|
|
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(50, 20);
|
|
this.NUD_X.TabIndex = 50;
|
|
this.NUD_X.ValueChanged += new System.EventHandler(this.ChangeMapValue);
|
|
//
|
|
// L_Y
|
|
//
|
|
this.L_Y.Location = new System.Drawing.Point(6, 94);
|
|
this.L_Y.Name = "L_Y";
|
|
this.L_Y.Size = new System.Drawing.Size(80, 20);
|
|
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(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 = "Current Map:";
|
|
this.L_CurrentMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Z
|
|
//
|
|
this.L_Z.Location = new System.Drawing.Point(6, 68);
|
|
this.L_Z.Name = "L_Z";
|
|
this.L_Z.Size = new System.Drawing.Size(80, 20);
|
|
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(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;
|
|
//
|
|
// B_Save
|
|
//
|
|
this.B_Save.Location = new System.Drawing.Point(299, 226);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Save.TabIndex = 73;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// B_Cancel
|
|
//
|
|
this.B_Cancel.Location = new System.Drawing.Point(218, 226);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Cancel.TabIndex = 72;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// GB_Trainer
|
|
//
|
|
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(11, 12);
|
|
this.GB_Trainer.Name = "GB_Trainer";
|
|
this.GB_Trainer.Size = new System.Drawing.Size(200, 82);
|
|
this.GB_Trainer.TabIndex = 74;
|
|
this.GB_Trainer.TabStop = false;
|
|
this.GB_Trainer.Text = "Trainer";
|
|
//
|
|
// B_MaxCoins
|
|
//
|
|
this.B_MaxCoins.Location = new System.Drawing.Point(95, 56);
|
|
this.B_MaxCoins.Name = "B_MaxCoins";
|
|
this.B_MaxCoins.Size = new System.Drawing.Size(20, 20);
|
|
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(11, 59);
|
|
this.L_Coins.Name = "L_Coins";
|
|
this.L_Coins.Size = new System.Drawing.Size(36, 13);
|
|
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(53, 55);
|
|
this.MT_Coins.Mask = "00000";
|
|
this.MT_Coins.Name = "MT_Coins";
|
|
this.MT_Coins.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_Coins.Size = new System.Drawing.Size(39, 20);
|
|
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(218, 12);
|
|
this.GB_Badges.Name = "GB_Badges";
|
|
this.GB_Badges.Size = new System.Drawing.Size(157, 82);
|
|
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(130, 55);
|
|
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(113, 55);
|
|
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(96, 55);
|
|
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(79, 55);
|
|
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(62, 55);
|
|
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(45, 55);
|
|
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(28, 55);
|
|
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(11, 55);
|
|
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(130, 27);
|
|
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(113, 27);
|
|
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(96, 27);
|
|
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(79, 27);
|
|
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(62, 27);
|
|
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(45, 27);
|
|
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(28, 27);
|
|
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(11, 27);
|
|
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;
|
|
//
|
|
// GB_Options
|
|
//
|
|
this.GB_Options.Controls.Add(this.label1);
|
|
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(217, 98);
|
|
this.GB_Options.Name = "GB_Options";
|
|
this.GB_Options.Size = new System.Drawing.Size(157, 125);
|
|
this.GB_Options.TabIndex = 72;
|
|
this.GB_Options.TabStop = false;
|
|
this.GB_Options.Text = "Options";
|
|
this.GB_Options.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(3, 71);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(68, 13);
|
|
this.label1.TabIndex = 25;
|
|
this.label1.Text = "Sound Type:";
|
|
//
|
|
// CB_SoundType
|
|
//
|
|
this.CB_SoundType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_SoundType.FormattingEnabled = true;
|
|
this.CB_SoundType.Location = new System.Drawing.Point(71, 68);
|
|
this.CB_SoundType.Name = "CB_SoundType";
|
|
this.CB_SoundType.Size = new System.Drawing.Size(80, 21);
|
|
this.CB_SoundType.TabIndex = 24;
|
|
//
|
|
// LBL_TextSpeed
|
|
//
|
|
this.LBL_TextSpeed.AutoSize = true;
|
|
this.LBL_TextSpeed.Location = new System.Drawing.Point(6, 98);
|
|
this.LBL_TextSpeed.Name = "LBL_TextSpeed";
|
|
this.LBL_TextSpeed.Size = new System.Drawing.Size(65, 13);
|
|
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(71, 95);
|
|
this.CB_TextSpeed.Name = "CB_TextSpeed";
|
|
this.CB_TextSpeed.Size = new System.Drawing.Size(80, 21);
|
|
this.CB_TextSpeed.TabIndex = 22;
|
|
//
|
|
// LBL_BattleStyle
|
|
//
|
|
this.LBL_BattleStyle.AutoSize = true;
|
|
this.LBL_BattleStyle.Location = new System.Drawing.Point(8, 44);
|
|
this.LBL_BattleStyle.Name = "LBL_BattleStyle";
|
|
this.LBL_BattleStyle.Size = new System.Drawing.Size(63, 13);
|
|
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(71, 41);
|
|
this.CB_BattleStyle.Name = "CB_BattleStyle";
|
|
this.CB_BattleStyle.Size = new System.Drawing.Size(80, 21);
|
|
this.CB_BattleStyle.TabIndex = 20;
|
|
//
|
|
// CHK_BattleEffects
|
|
//
|
|
this.CHK_BattleEffects.AutoSize = true;
|
|
this.CHK_BattleEffects.Location = new System.Drawing.Point(26, 18);
|
|
this.CHK_BattleEffects.Name = "CHK_BattleEffects";
|
|
this.CHK_BattleEffects.Size = new System.Drawing.Size(111, 17);
|
|
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(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(384, 261);
|
|
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 = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MinimumSize = new System.Drawing.Size(400, 300);
|
|
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();
|
|
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;
|
|
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 label1;
|
|
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;
|
|
}
|
|
} |