mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-01 04:57:19 -05:00
* Fix PBR checksums * Fix PBR desyncs between Data/Container - CurrentSlot.set reloads Data from Container, so copy other.Data to Data after - When editing the OT name, use Data if the requested slot is the current slot * Correct PBR party offset/size * Add GameVersion.BATREV * Add Gear Editor * Add Battle Pass/Trainer Info Editor for PBR * Minor tweaks * Fix ResetGear/UpdatePresetIndexes
1029 lines
55 KiB
C#
1029 lines
55 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_Trainer4BR
|
|
{
|
|
/// <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()
|
|
{
|
|
TB_OTName = new System.Windows.Forms.TextBox();
|
|
L_TrainerName = new System.Windows.Forms.Label();
|
|
MT_Money = new System.Windows.Forms.MaskedTextBox();
|
|
L_Coupons = new System.Windows.Forms.Label();
|
|
B_MaxCash = new System.Windows.Forms.Button();
|
|
B_Save = new System.Windows.Forms.Button();
|
|
B_Cancel = new System.Windows.Forms.Button();
|
|
GB_Profile = new System.Windows.Forms.GroupBox();
|
|
TB_BirthDay = new System.Windows.Forms.TextBox();
|
|
TB_BirthMonth = new System.Windows.Forms.TextBox();
|
|
L_BirthDay = new System.Windows.Forms.Label();
|
|
L_BirthMonth = new System.Windows.Forms.Label();
|
|
L_SelfIntroduction = new System.Windows.Forms.Label();
|
|
TB_SelfIntroduction = new System.Windows.Forms.TextBox();
|
|
MT_PlayerID = new System.Windows.Forms.MaskedTextBox();
|
|
L_PlayerID = new System.Windows.Forms.Label();
|
|
L_Language = new System.Windows.Forms.Label();
|
|
CB_Language = new System.Windows.Forms.ComboBox();
|
|
L_Country = new System.Windows.Forms.Label();
|
|
CB_Country = new System.Windows.Forms.ComboBox();
|
|
L_Region = new System.Windows.Forms.Label();
|
|
CB_Region = new System.Windows.Forms.ComboBox();
|
|
MT_SID = new System.Windows.Forms.MaskedTextBox();
|
|
MT_TID = new System.Windows.Forms.MaskedTextBox();
|
|
L_SID = new System.Windows.Forms.Label();
|
|
L_TID = new System.Windows.Forms.Label();
|
|
GB_Records = new System.Windows.Forms.GroupBox();
|
|
MT_Seconds = new System.Windows.Forms.MaskedTextBox();
|
|
MT_Hours = new System.Windows.Forms.MaskedTextBox();
|
|
L_Seconds = new System.Windows.Forms.Label();
|
|
L_Hours = new System.Windows.Forms.Label();
|
|
MT_Minutes = new System.Windows.Forms.MaskedTextBox();
|
|
L_Minutes = new System.Windows.Forms.Label();
|
|
NUD_RecordStargazerColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordStargazerColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordCourtyardColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordCourtyardColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordSunsetColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordSunsetColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordTotalBattles = new System.Windows.Forms.NumericUpDown();
|
|
NUD_RecordSunnyParkColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordSunnyParkColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordNeonColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordNeonColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordMagmaColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordMagmaColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordCrystalColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordCrystalColosseumClears = new System.Windows.Forms.Label();
|
|
L_RecordTotalBattles = new System.Windows.Forms.Label();
|
|
NUD_RecordWaterfallColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordWaterfallColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordMainStreetColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordMainStreetColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordFreeBattles = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordFreeBattles = new System.Windows.Forms.Label();
|
|
NUD_RecordGatewayColosseumClears = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordGatewayColosseumClears = new System.Windows.Forms.Label();
|
|
NUD_RecordWiFiBattles = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordWiFiBattles = new System.Windows.Forms.Label();
|
|
NUD_RecordColosseumBattles = new System.Windows.Forms.NumericUpDown();
|
|
L_RecordColosseumBattles = new System.Windows.Forms.Label();
|
|
GB_Colosseums = new System.Windows.Forms.GroupBox();
|
|
CHK_PostGame = new System.Windows.Forms.CheckBox();
|
|
CHK_10 = new System.Windows.Forms.CheckBox();
|
|
CHK_1 = new System.Windows.Forms.CheckBox();
|
|
CHK_9 = new System.Windows.Forms.CheckBox();
|
|
CHK_2 = new System.Windows.Forms.CheckBox();
|
|
CHK_8 = new System.Windows.Forms.CheckBox();
|
|
CHK_6 = new System.Windows.Forms.CheckBox();
|
|
CHK_3 = new System.Windows.Forms.CheckBox();
|
|
CHK_5 = new System.Windows.Forms.CheckBox();
|
|
CHK_7 = new System.Windows.Forms.CheckBox();
|
|
CHK_4 = new System.Windows.Forms.CheckBox();
|
|
GB_Profile.SuspendLayout();
|
|
GB_Records.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordStargazerColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordCourtyardColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordSunsetColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordTotalBattles).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordSunnyParkColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordNeonColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordMagmaColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordCrystalColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordWaterfallColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordMainStreetColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordFreeBattles).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordGatewayColosseumClears).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordWiFiBattles).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordColosseumBattles).BeginInit();
|
|
GB_Colosseums.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// TB_OTName
|
|
//
|
|
TB_OTName.Location = new System.Drawing.Point(115, 13);
|
|
TB_OTName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_OTName.MaxLength = 7;
|
|
TB_OTName.Name = "TB_OTName";
|
|
TB_OTName.Size = new System.Drawing.Size(187, 23);
|
|
TB_OTName.TabIndex = 1;
|
|
TB_OTName.Text = "WWWWWWW";
|
|
//
|
|
// L_TrainerName
|
|
//
|
|
L_TrainerName.Location = new System.Drawing.Point(8, 15);
|
|
L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_TrainerName.Name = "L_TrainerName";
|
|
L_TrainerName.Size = new System.Drawing.Size(102, 18);
|
|
L_TrainerName.TabIndex = 0;
|
|
L_TrainerName.Text = "Name:";
|
|
L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// MT_Money
|
|
//
|
|
MT_Money.Location = new System.Drawing.Point(413, 19);
|
|
MT_Money.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_Money.Mask = "000000";
|
|
MT_Money.Name = "MT_Money";
|
|
MT_Money.Size = new System.Drawing.Size(60, 23);
|
|
MT_Money.TabIndex = 7;
|
|
MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Coupons
|
|
//
|
|
L_Coupons.Location = new System.Drawing.Point(257, 19);
|
|
L_Coupons.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Coupons.Name = "L_Coupons";
|
|
L_Coupons.Size = new System.Drawing.Size(150, 23);
|
|
L_Coupons.TabIndex = 6;
|
|
L_Coupons.Text = "Poké Coupons:";
|
|
L_Coupons.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// B_MaxCash
|
|
//
|
|
B_MaxCash.Location = new System.Drawing.Point(475, 19);
|
|
B_MaxCash.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_MaxCash.Name = "B_MaxCash";
|
|
B_MaxCash.Size = new System.Drawing.Size(23, 23);
|
|
B_MaxCash.TabIndex = 8;
|
|
B_MaxCash.Text = "+";
|
|
B_MaxCash.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_Save
|
|
//
|
|
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Save.Location = new System.Drawing.Point(430, 451);
|
|
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Save.Name = "B_Save";
|
|
B_Save.Size = new System.Drawing.Size(88, 27);
|
|
B_Save.TabIndex = 0;
|
|
B_Save.Text = "Save";
|
|
B_Save.UseVisualStyleBackColor = true;
|
|
B_Save.Click += B_Save_Click;
|
|
//
|
|
// B_Cancel
|
|
//
|
|
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Cancel.Location = new System.Drawing.Point(335, 451);
|
|
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Cancel.Name = "B_Cancel";
|
|
B_Cancel.Size = new System.Drawing.Size(88, 27);
|
|
B_Cancel.TabIndex = 1;
|
|
B_Cancel.Text = "Cancel";
|
|
B_Cancel.UseVisualStyleBackColor = true;
|
|
B_Cancel.Click += B_Cancel_Click;
|
|
//
|
|
// GB_Profile
|
|
//
|
|
GB_Profile.Controls.Add(TB_BirthDay);
|
|
GB_Profile.Controls.Add(TB_BirthMonth);
|
|
GB_Profile.Controls.Add(L_BirthDay);
|
|
GB_Profile.Controls.Add(L_BirthMonth);
|
|
GB_Profile.Controls.Add(L_SelfIntroduction);
|
|
GB_Profile.Controls.Add(TB_SelfIntroduction);
|
|
GB_Profile.Controls.Add(MT_PlayerID);
|
|
GB_Profile.Controls.Add(L_PlayerID);
|
|
GB_Profile.Controls.Add(L_Language);
|
|
GB_Profile.Controls.Add(CB_Language);
|
|
GB_Profile.Controls.Add(L_Country);
|
|
GB_Profile.Controls.Add(CB_Country);
|
|
GB_Profile.Controls.Add(L_Region);
|
|
GB_Profile.Controls.Add(CB_Region);
|
|
GB_Profile.Controls.Add(TB_OTName);
|
|
GB_Profile.Controls.Add(L_TrainerName);
|
|
GB_Profile.Location = new System.Drawing.Point(13, 14);
|
|
GB_Profile.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Profile.Name = "GB_Profile";
|
|
GB_Profile.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Profile.Size = new System.Drawing.Size(506, 154);
|
|
GB_Profile.TabIndex = 2;
|
|
GB_Profile.TabStop = false;
|
|
GB_Profile.Text = "Profile";
|
|
//
|
|
// TB_BirthDay
|
|
//
|
|
TB_BirthDay.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
TB_BirthDay.Location = new System.Drawing.Point(447, 37);
|
|
TB_BirthDay.MaxLength = 4;
|
|
TB_BirthDay.Name = "TB_BirthDay";
|
|
TB_BirthDay.Size = new System.Drawing.Size(52, 23);
|
|
TB_BirthDay.TabIndex = 5;
|
|
//
|
|
// TB_BirthMonth
|
|
//
|
|
TB_BirthMonth.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
TB_BirthMonth.Location = new System.Drawing.Point(447, 13);
|
|
TB_BirthMonth.MaxLength = 4;
|
|
TB_BirthMonth.Name = "TB_BirthMonth";
|
|
TB_BirthMonth.Size = new System.Drawing.Size(52, 23);
|
|
TB_BirthMonth.TabIndex = 3;
|
|
//
|
|
// L_BirthDay
|
|
//
|
|
L_BirthDay.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_BirthDay.Location = new System.Drawing.Point(316, 37);
|
|
L_BirthDay.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BirthDay.Name = "L_BirthDay";
|
|
L_BirthDay.Size = new System.Drawing.Size(125, 23);
|
|
L_BirthDay.TabIndex = 4;
|
|
L_BirthDay.Text = "Birth Day:";
|
|
L_BirthDay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_BirthMonth
|
|
//
|
|
L_BirthMonth.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
|
L_BirthMonth.Location = new System.Drawing.Point(316, 13);
|
|
L_BirthMonth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BirthMonth.Name = "L_BirthMonth";
|
|
L_BirthMonth.Size = new System.Drawing.Size(125, 23);
|
|
L_BirthMonth.TabIndex = 2;
|
|
L_BirthMonth.Text = "Birth Month:";
|
|
L_BirthMonth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_SelfIntroduction
|
|
//
|
|
L_SelfIntroduction.Location = new System.Drawing.Point(9, 85);
|
|
L_SelfIntroduction.Name = "L_SelfIntroduction";
|
|
L_SelfIntroduction.Size = new System.Drawing.Size(100, 38);
|
|
L_SelfIntroduction.TabIndex = 10;
|
|
L_SelfIntroduction.Text = "Self-Introduction:";
|
|
L_SelfIntroduction.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_SelfIntroduction
|
|
//
|
|
TB_SelfIntroduction.AcceptsReturn = true;
|
|
TB_SelfIntroduction.Location = new System.Drawing.Point(115, 85);
|
|
TB_SelfIntroduction.MaxLength = 53;
|
|
TB_SelfIntroduction.Multiline = true;
|
|
TB_SelfIntroduction.Name = "TB_SelfIntroduction";
|
|
TB_SelfIntroduction.Size = new System.Drawing.Size(384, 38);
|
|
TB_SelfIntroduction.TabIndex = 11;
|
|
TB_SelfIntroduction.Text = "MMMMMMMMMMMMMMMMMMMMMMMM\r\nMMMMMMMMMMMMMMMMMMMMMMMM\r\n";
|
|
TB_SelfIntroduction.WordWrap = false;
|
|
TB_SelfIntroduction.Validating += ValidateCatchphrase;
|
|
//
|
|
// MT_PlayerID
|
|
//
|
|
MT_PlayerID.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
MT_PlayerID.Font = new System.Drawing.Font("Courier New", 10F);
|
|
MT_PlayerID.Location = new System.Drawing.Point(115, 124);
|
|
MT_PlayerID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_PlayerID.Mask = "AAAAAAAAAAAAAAAA";
|
|
MT_PlayerID.Name = "MT_PlayerID";
|
|
MT_PlayerID.Size = new System.Drawing.Size(148, 23);
|
|
MT_PlayerID.TabIndex = 13;
|
|
MT_PlayerID.Text = "0123456789ABCDEF";
|
|
MT_PlayerID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
MT_PlayerID.Validating += ValidatePlayerID;
|
|
//
|
|
// L_PlayerID
|
|
//
|
|
L_PlayerID.Location = new System.Drawing.Point(8, 124);
|
|
L_PlayerID.Name = "L_PlayerID";
|
|
L_PlayerID.Size = new System.Drawing.Size(100, 23);
|
|
L_PlayerID.TabIndex = 12;
|
|
L_PlayerID.Text = "Player ID:";
|
|
L_PlayerID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Language
|
|
//
|
|
L_Language.Location = new System.Drawing.Point(271, 124);
|
|
L_Language.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Language.Name = "L_Language";
|
|
L_Language.Size = new System.Drawing.Size(112, 23);
|
|
L_Language.TabIndex = 14;
|
|
L_Language.Text = "Language:";
|
|
L_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Language
|
|
//
|
|
CB_Language.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
CB_Language.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Language.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Language.DropDownWidth = 180;
|
|
CB_Language.FormattingEnabled = true;
|
|
CB_Language.Location = new System.Drawing.Point(391, 124);
|
|
CB_Language.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Language.Name = "CB_Language";
|
|
CB_Language.Size = new System.Drawing.Size(108, 23);
|
|
CB_Language.TabIndex = 15;
|
|
CB_Language.SelectedIndexChanged += CB_Language_SelectedIndexChanged;
|
|
//
|
|
// L_Country
|
|
//
|
|
L_Country.Location = new System.Drawing.Point(8, 37);
|
|
L_Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Country.Name = "L_Country";
|
|
L_Country.Size = new System.Drawing.Size(102, 23);
|
|
L_Country.TabIndex = 6;
|
|
L_Country.Text = "Country:";
|
|
L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Country
|
|
//
|
|
CB_Country.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Country.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Country.DropDownWidth = 180;
|
|
CB_Country.FormattingEnabled = true;
|
|
CB_Country.Location = new System.Drawing.Point(115, 37);
|
|
CB_Country.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Country.Name = "CB_Country";
|
|
CB_Country.Size = new System.Drawing.Size(187, 23);
|
|
CB_Country.TabIndex = 7;
|
|
CB_Country.SelectedIndexChanged += UpdateCountry;
|
|
//
|
|
// L_Region
|
|
//
|
|
L_Region.Location = new System.Drawing.Point(8, 61);
|
|
L_Region.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Region.Name = "L_Region";
|
|
L_Region.Size = new System.Drawing.Size(102, 23);
|
|
L_Region.TabIndex = 8;
|
|
L_Region.Text = "Sub Region:";
|
|
L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Region
|
|
//
|
|
CB_Region.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
CB_Region.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
CB_Region.DropDownWidth = 180;
|
|
CB_Region.FormattingEnabled = true;
|
|
CB_Region.Location = new System.Drawing.Point(115, 61);
|
|
CB_Region.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Region.Name = "CB_Region";
|
|
CB_Region.Size = new System.Drawing.Size(187, 23);
|
|
CB_Region.TabIndex = 9;
|
|
//
|
|
// MT_SID
|
|
//
|
|
MT_SID.Location = new System.Drawing.Point(413, 43);
|
|
MT_SID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_SID.Mask = "00000";
|
|
MT_SID.Name = "MT_SID";
|
|
MT_SID.Size = new System.Drawing.Size(85, 23);
|
|
MT_SID.TabIndex = 12;
|
|
MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
MT_SID.TextChanged += ChangeFFFF;
|
|
//
|
|
// MT_TID
|
|
//
|
|
MT_TID.Location = new System.Drawing.Point(166, 43);
|
|
MT_TID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_TID.Mask = "00000";
|
|
MT_TID.Name = "MT_TID";
|
|
MT_TID.Size = new System.Drawing.Size(85, 23);
|
|
MT_TID.TabIndex = 10;
|
|
MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
MT_TID.TextChanged += ChangeFFFF;
|
|
//
|
|
// L_SID
|
|
//
|
|
L_SID.Location = new System.Drawing.Point(257, 43);
|
|
L_SID.Name = "L_SID";
|
|
L_SID.Size = new System.Drawing.Size(150, 23);
|
|
L_SID.TabIndex = 11;
|
|
L_SID.Text = "Nintendo DS SID:";
|
|
L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_TID
|
|
//
|
|
L_TID.Location = new System.Drawing.Point(10, 43);
|
|
L_TID.Name = "L_TID";
|
|
L_TID.Size = new System.Drawing.Size(150, 23);
|
|
L_TID.TabIndex = 9;
|
|
L_TID.Text = "Nintendo DS TID:";
|
|
L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_Records
|
|
//
|
|
GB_Records.Controls.Add(MT_Seconds);
|
|
GB_Records.Controls.Add(MT_Hours);
|
|
GB_Records.Controls.Add(L_Seconds);
|
|
GB_Records.Controls.Add(L_Hours);
|
|
GB_Records.Controls.Add(MT_Minutes);
|
|
GB_Records.Controls.Add(MT_SID);
|
|
GB_Records.Controls.Add(B_MaxCash);
|
|
GB_Records.Controls.Add(L_Minutes);
|
|
GB_Records.Controls.Add(L_SID);
|
|
GB_Records.Controls.Add(NUD_RecordStargazerColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordStargazerColosseumClears);
|
|
GB_Records.Controls.Add(MT_TID);
|
|
GB_Records.Controls.Add(L_Coupons);
|
|
GB_Records.Controls.Add(NUD_RecordCourtyardColosseumClears);
|
|
GB_Records.Controls.Add(L_TID);
|
|
GB_Records.Controls.Add(L_RecordCourtyardColosseumClears);
|
|
GB_Records.Controls.Add(MT_Money);
|
|
GB_Records.Controls.Add(NUD_RecordSunsetColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordSunsetColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordTotalBattles);
|
|
GB_Records.Controls.Add(NUD_RecordSunnyParkColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordSunnyParkColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordNeonColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordNeonColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordMagmaColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordMagmaColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordCrystalColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordCrystalColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordTotalBattles);
|
|
GB_Records.Controls.Add(NUD_RecordWaterfallColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordWaterfallColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordMainStreetColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordMainStreetColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordFreeBattles);
|
|
GB_Records.Controls.Add(L_RecordFreeBattles);
|
|
GB_Records.Controls.Add(NUD_RecordGatewayColosseumClears);
|
|
GB_Records.Controls.Add(L_RecordGatewayColosseumClears);
|
|
GB_Records.Controls.Add(NUD_RecordWiFiBattles);
|
|
GB_Records.Controls.Add(L_RecordWiFiBattles);
|
|
GB_Records.Controls.Add(NUD_RecordColosseumBattles);
|
|
GB_Records.Controls.Add(L_RecordColosseumBattles);
|
|
GB_Records.Location = new System.Drawing.Point(13, 174);
|
|
GB_Records.Name = "GB_Records";
|
|
GB_Records.Size = new System.Drawing.Size(506, 245);
|
|
GB_Records.TabIndex = 3;
|
|
GB_Records.TabStop = false;
|
|
GB_Records.Text = "Records";
|
|
//
|
|
// MT_Seconds
|
|
//
|
|
MT_Seconds.Location = new System.Drawing.Point(226, 19);
|
|
MT_Seconds.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_Seconds.Mask = "00";
|
|
MT_Seconds.Name = "MT_Seconds";
|
|
MT_Seconds.Size = new System.Drawing.Size(25, 23);
|
|
MT_Seconds.TabIndex = 5;
|
|
MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// MT_Hours
|
|
//
|
|
MT_Hours.Location = new System.Drawing.Point(83, 19);
|
|
MT_Hours.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_Hours.Mask = "00000";
|
|
MT_Hours.Name = "MT_Hours";
|
|
MT_Hours.Size = new System.Drawing.Size(44, 23);
|
|
MT_Hours.TabIndex = 1;
|
|
MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Seconds
|
|
//
|
|
L_Seconds.AutoSize = true;
|
|
L_Seconds.Location = new System.Drawing.Point(191, 22);
|
|
L_Seconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Seconds.Name = "L_Seconds";
|
|
L_Seconds.Size = new System.Drawing.Size(28, 15);
|
|
L_Seconds.TabIndex = 4;
|
|
L_Seconds.Text = "Sec:";
|
|
//
|
|
// L_Hours
|
|
//
|
|
L_Hours.AutoSize = true;
|
|
L_Hours.Location = new System.Drawing.Point(46, 22);
|
|
L_Hours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Hours.Name = "L_Hours";
|
|
L_Hours.Size = new System.Drawing.Size(28, 15);
|
|
L_Hours.TabIndex = 0;
|
|
L_Hours.Text = "Hrs:";
|
|
//
|
|
// MT_Minutes
|
|
//
|
|
MT_Minutes.Location = new System.Drawing.Point(162, 19);
|
|
MT_Minutes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MT_Minutes.Mask = "00";
|
|
MT_Minutes.Name = "MT_Minutes";
|
|
MT_Minutes.Size = new System.Drawing.Size(25, 23);
|
|
MT_Minutes.TabIndex = 3;
|
|
MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Minutes
|
|
//
|
|
L_Minutes.AutoSize = true;
|
|
L_Minutes.Location = new System.Drawing.Point(130, 22);
|
|
L_Minutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Minutes.Name = "L_Minutes";
|
|
L_Minutes.Size = new System.Drawing.Size(31, 15);
|
|
L_Minutes.TabIndex = 2;
|
|
L_Minutes.Text = "Min:";
|
|
//
|
|
// NUD_RecordStargazerColosseumClears
|
|
//
|
|
NUD_RecordStargazerColosseumClears.Location = new System.Drawing.Point(413, 211);
|
|
NUD_RecordStargazerColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordStargazerColosseumClears.Name = "NUD_RecordStargazerColosseumClears";
|
|
NUD_RecordStargazerColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordStargazerColosseumClears.TabIndex = 40;
|
|
NUD_RecordStargazerColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordStargazerColosseumClears
|
|
//
|
|
L_RecordStargazerColosseumClears.Location = new System.Drawing.Point(257, 211);
|
|
L_RecordStargazerColosseumClears.Name = "L_RecordStargazerColosseumClears";
|
|
L_RecordStargazerColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordStargazerColosseumClears.TabIndex = 39;
|
|
L_RecordStargazerColosseumClears.Text = "Stargazer Colosseum:";
|
|
L_RecordStargazerColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordCourtyardColosseumClears
|
|
//
|
|
NUD_RecordCourtyardColosseumClears.Location = new System.Drawing.Point(166, 211);
|
|
NUD_RecordCourtyardColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordCourtyardColosseumClears.Name = "NUD_RecordCourtyardColosseumClears";
|
|
NUD_RecordCourtyardColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordCourtyardColosseumClears.TabIndex = 38;
|
|
NUD_RecordCourtyardColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordCourtyardColosseumClears
|
|
//
|
|
L_RecordCourtyardColosseumClears.Location = new System.Drawing.Point(10, 211);
|
|
L_RecordCourtyardColosseumClears.Name = "L_RecordCourtyardColosseumClears";
|
|
L_RecordCourtyardColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordCourtyardColosseumClears.TabIndex = 37;
|
|
L_RecordCourtyardColosseumClears.Text = "Courtyard Colosseum:";
|
|
L_RecordCourtyardColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordSunsetColosseumClears
|
|
//
|
|
NUD_RecordSunsetColosseumClears.Location = new System.Drawing.Point(413, 187);
|
|
NUD_RecordSunsetColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordSunsetColosseumClears.Name = "NUD_RecordSunsetColosseumClears";
|
|
NUD_RecordSunsetColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordSunsetColosseumClears.TabIndex = 36;
|
|
NUD_RecordSunsetColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordSunsetColosseumClears
|
|
//
|
|
L_RecordSunsetColosseumClears.Location = new System.Drawing.Point(257, 187);
|
|
L_RecordSunsetColosseumClears.Name = "L_RecordSunsetColosseumClears";
|
|
L_RecordSunsetColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordSunsetColosseumClears.TabIndex = 35;
|
|
L_RecordSunsetColosseumClears.Text = "Sunset Colosseum:";
|
|
L_RecordSunsetColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordTotalBattles
|
|
//
|
|
NUD_RecordTotalBattles.Location = new System.Drawing.Point(166, 67);
|
|
NUD_RecordTotalBattles.Maximum = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
NUD_RecordTotalBattles.Name = "NUD_RecordTotalBattles";
|
|
NUD_RecordTotalBattles.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordTotalBattles.TabIndex = 14;
|
|
NUD_RecordTotalBattles.Value = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
//
|
|
// NUD_RecordSunnyParkColosseumClears
|
|
//
|
|
NUD_RecordSunnyParkColosseumClears.Location = new System.Drawing.Point(413, 163);
|
|
NUD_RecordSunnyParkColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordSunnyParkColosseumClears.Name = "NUD_RecordSunnyParkColosseumClears";
|
|
NUD_RecordSunnyParkColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordSunnyParkColosseumClears.TabIndex = 32;
|
|
NUD_RecordSunnyParkColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordSunnyParkColosseumClears
|
|
//
|
|
L_RecordSunnyParkColosseumClears.Location = new System.Drawing.Point(257, 163);
|
|
L_RecordSunnyParkColosseumClears.Name = "L_RecordSunnyParkColosseumClears";
|
|
L_RecordSunnyParkColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordSunnyParkColosseumClears.TabIndex = 31;
|
|
L_RecordSunnyParkColosseumClears.Text = "Sunny Park Colosseum:";
|
|
L_RecordSunnyParkColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordNeonColosseumClears
|
|
//
|
|
NUD_RecordNeonColosseumClears.Location = new System.Drawing.Point(413, 139);
|
|
NUD_RecordNeonColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordNeonColosseumClears.Name = "NUD_RecordNeonColosseumClears";
|
|
NUD_RecordNeonColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordNeonColosseumClears.TabIndex = 28;
|
|
NUD_RecordNeonColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordNeonColosseumClears
|
|
//
|
|
L_RecordNeonColosseumClears.Location = new System.Drawing.Point(257, 139);
|
|
L_RecordNeonColosseumClears.Name = "L_RecordNeonColosseumClears";
|
|
L_RecordNeonColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordNeonColosseumClears.TabIndex = 27;
|
|
L_RecordNeonColosseumClears.Text = "Neon Colosseum:";
|
|
L_RecordNeonColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordMagmaColosseumClears
|
|
//
|
|
NUD_RecordMagmaColosseumClears.Location = new System.Drawing.Point(166, 187);
|
|
NUD_RecordMagmaColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordMagmaColosseumClears.Name = "NUD_RecordMagmaColosseumClears";
|
|
NUD_RecordMagmaColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordMagmaColosseumClears.TabIndex = 34;
|
|
NUD_RecordMagmaColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordMagmaColosseumClears
|
|
//
|
|
L_RecordMagmaColosseumClears.Location = new System.Drawing.Point(10, 187);
|
|
L_RecordMagmaColosseumClears.Name = "L_RecordMagmaColosseumClears";
|
|
L_RecordMagmaColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordMagmaColosseumClears.TabIndex = 33;
|
|
L_RecordMagmaColosseumClears.Text = "Magma Colosseum:";
|
|
L_RecordMagmaColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordCrystalColosseumClears
|
|
//
|
|
NUD_RecordCrystalColosseumClears.Location = new System.Drawing.Point(166, 163);
|
|
NUD_RecordCrystalColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordCrystalColosseumClears.Name = "NUD_RecordCrystalColosseumClears";
|
|
NUD_RecordCrystalColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordCrystalColosseumClears.TabIndex = 30;
|
|
NUD_RecordCrystalColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordCrystalColosseumClears
|
|
//
|
|
L_RecordCrystalColosseumClears.Location = new System.Drawing.Point(10, 163);
|
|
L_RecordCrystalColosseumClears.Name = "L_RecordCrystalColosseumClears";
|
|
L_RecordCrystalColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordCrystalColosseumClears.TabIndex = 29;
|
|
L_RecordCrystalColosseumClears.Text = "Crystal Colosseum:";
|
|
L_RecordCrystalColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_RecordTotalBattles
|
|
//
|
|
L_RecordTotalBattles.Location = new System.Drawing.Point(10, 67);
|
|
L_RecordTotalBattles.Name = "L_RecordTotalBattles";
|
|
L_RecordTotalBattles.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordTotalBattles.TabIndex = 13;
|
|
L_RecordTotalBattles.Text = "Total Battles:";
|
|
L_RecordTotalBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordWaterfallColosseumClears
|
|
//
|
|
NUD_RecordWaterfallColosseumClears.Location = new System.Drawing.Point(166, 139);
|
|
NUD_RecordWaterfallColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordWaterfallColosseumClears.Name = "NUD_RecordWaterfallColosseumClears";
|
|
NUD_RecordWaterfallColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordWaterfallColosseumClears.TabIndex = 26;
|
|
NUD_RecordWaterfallColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordWaterfallColosseumClears
|
|
//
|
|
L_RecordWaterfallColosseumClears.Location = new System.Drawing.Point(10, 139);
|
|
L_RecordWaterfallColosseumClears.Name = "L_RecordWaterfallColosseumClears";
|
|
L_RecordWaterfallColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordWaterfallColosseumClears.TabIndex = 25;
|
|
L_RecordWaterfallColosseumClears.Text = "Waterfall Colosseum:";
|
|
L_RecordWaterfallColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordMainStreetColosseumClears
|
|
//
|
|
NUD_RecordMainStreetColosseumClears.Location = new System.Drawing.Point(413, 115);
|
|
NUD_RecordMainStreetColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordMainStreetColosseumClears.Name = "NUD_RecordMainStreetColosseumClears";
|
|
NUD_RecordMainStreetColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordMainStreetColosseumClears.TabIndex = 24;
|
|
NUD_RecordMainStreetColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordMainStreetColosseumClears
|
|
//
|
|
L_RecordMainStreetColosseumClears.Location = new System.Drawing.Point(257, 115);
|
|
L_RecordMainStreetColosseumClears.Name = "L_RecordMainStreetColosseumClears";
|
|
L_RecordMainStreetColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordMainStreetColosseumClears.TabIndex = 23;
|
|
L_RecordMainStreetColosseumClears.Text = "Main Street Colosseum:";
|
|
L_RecordMainStreetColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordFreeBattles
|
|
//
|
|
NUD_RecordFreeBattles.Location = new System.Drawing.Point(166, 91);
|
|
NUD_RecordFreeBattles.Maximum = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
NUD_RecordFreeBattles.Name = "NUD_RecordFreeBattles";
|
|
NUD_RecordFreeBattles.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordFreeBattles.TabIndex = 18;
|
|
NUD_RecordFreeBattles.Value = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
//
|
|
// L_RecordFreeBattles
|
|
//
|
|
L_RecordFreeBattles.Location = new System.Drawing.Point(10, 91);
|
|
L_RecordFreeBattles.Name = "L_RecordFreeBattles";
|
|
L_RecordFreeBattles.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordFreeBattles.TabIndex = 17;
|
|
L_RecordFreeBattles.Text = "Free Battles:";
|
|
L_RecordFreeBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordGatewayColosseumClears
|
|
//
|
|
NUD_RecordGatewayColosseumClears.Location = new System.Drawing.Point(166, 115);
|
|
NUD_RecordGatewayColosseumClears.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
|
|
NUD_RecordGatewayColosseumClears.Name = "NUD_RecordGatewayColosseumClears";
|
|
NUD_RecordGatewayColosseumClears.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordGatewayColosseumClears.TabIndex = 22;
|
|
NUD_RecordGatewayColosseumClears.Value = new decimal(new int[] { 255, 0, 0, 0 });
|
|
//
|
|
// L_RecordGatewayColosseumClears
|
|
//
|
|
L_RecordGatewayColosseumClears.Location = new System.Drawing.Point(10, 115);
|
|
L_RecordGatewayColosseumClears.Name = "L_RecordGatewayColosseumClears";
|
|
L_RecordGatewayColosseumClears.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordGatewayColosseumClears.TabIndex = 21;
|
|
L_RecordGatewayColosseumClears.Text = "Gateway Colosseum:";
|
|
L_RecordGatewayColosseumClears.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordWiFiBattles
|
|
//
|
|
NUD_RecordWiFiBattles.Location = new System.Drawing.Point(413, 91);
|
|
NUD_RecordWiFiBattles.Maximum = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
NUD_RecordWiFiBattles.Name = "NUD_RecordWiFiBattles";
|
|
NUD_RecordWiFiBattles.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordWiFiBattles.TabIndex = 20;
|
|
NUD_RecordWiFiBattles.Value = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
//
|
|
// L_RecordWiFiBattles
|
|
//
|
|
L_RecordWiFiBattles.Location = new System.Drawing.Point(257, 91);
|
|
L_RecordWiFiBattles.Name = "L_RecordWiFiBattles";
|
|
L_RecordWiFiBattles.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordWiFiBattles.TabIndex = 19;
|
|
L_RecordWiFiBattles.Text = "Wi-Fi Battles:";
|
|
L_RecordWiFiBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_RecordColosseumBattles
|
|
//
|
|
NUD_RecordColosseumBattles.Location = new System.Drawing.Point(413, 67);
|
|
NUD_RecordColosseumBattles.Maximum = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
NUD_RecordColosseumBattles.Name = "NUD_RecordColosseumBattles";
|
|
NUD_RecordColosseumBattles.Size = new System.Drawing.Size(85, 23);
|
|
NUD_RecordColosseumBattles.TabIndex = 16;
|
|
NUD_RecordColosseumBattles.Value = new decimal(new int[] { 16777215, 0, 0, 0 });
|
|
//
|
|
// L_RecordColosseumBattles
|
|
//
|
|
L_RecordColosseumBattles.Location = new System.Drawing.Point(257, 67);
|
|
L_RecordColosseumBattles.Name = "L_RecordColosseumBattles";
|
|
L_RecordColosseumBattles.Size = new System.Drawing.Size(150, 23);
|
|
L_RecordColosseumBattles.TabIndex = 15;
|
|
L_RecordColosseumBattles.Text = "Colosseum Battles:";
|
|
L_RecordColosseumBattles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// GB_Colosseums
|
|
//
|
|
GB_Colosseums.Controls.Add(CHK_PostGame);
|
|
GB_Colosseums.Controls.Add(CHK_10);
|
|
GB_Colosseums.Controls.Add(CHK_1);
|
|
GB_Colosseums.Controls.Add(CHK_9);
|
|
GB_Colosseums.Controls.Add(CHK_2);
|
|
GB_Colosseums.Controls.Add(CHK_8);
|
|
GB_Colosseums.Controls.Add(CHK_6);
|
|
GB_Colosseums.Controls.Add(CHK_3);
|
|
GB_Colosseums.Controls.Add(CHK_5);
|
|
GB_Colosseums.Controls.Add(CHK_7);
|
|
GB_Colosseums.Controls.Add(CHK_4);
|
|
GB_Colosseums.Location = new System.Drawing.Point(13, 425);
|
|
GB_Colosseums.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Colosseums.Name = "GB_Colosseums";
|
|
GB_Colosseums.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Colosseums.Size = new System.Drawing.Size(314, 50);
|
|
GB_Colosseums.TabIndex = 4;
|
|
GB_Colosseums.TabStop = false;
|
|
GB_Colosseums.Text = "Colosseums";
|
|
//
|
|
// CHK_PostGame
|
|
//
|
|
CHK_PostGame.AutoSize = true;
|
|
CHK_PostGame.Location = new System.Drawing.Point(207, 20);
|
|
CHK_PostGame.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_PostGame.Name = "CHK_PostGame";
|
|
CHK_PostGame.Size = new System.Drawing.Size(85, 19);
|
|
CHK_PostGame.TabIndex = 10;
|
|
CHK_PostGame.Text = "Post-Game";
|
|
CHK_PostGame.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_10
|
|
//
|
|
CHK_10.AutoSize = true;
|
|
CHK_10.Location = new System.Drawing.Point(187, 22);
|
|
CHK_10.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_10.Name = "CHK_10";
|
|
CHK_10.Size = new System.Drawing.Size(15, 14);
|
|
CHK_10.TabIndex = 9;
|
|
CHK_10.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_1
|
|
//
|
|
CHK_1.AutoSize = true;
|
|
CHK_1.Location = new System.Drawing.Point(8, 22);
|
|
CHK_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_1.Name = "CHK_1";
|
|
CHK_1.Size = new System.Drawing.Size(15, 14);
|
|
CHK_1.TabIndex = 0;
|
|
CHK_1.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_9
|
|
//
|
|
CHK_9.AutoSize = true;
|
|
CHK_9.Location = new System.Drawing.Point(167, 22);
|
|
CHK_9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_9.Name = "CHK_9";
|
|
CHK_9.Size = new System.Drawing.Size(15, 14);
|
|
CHK_9.TabIndex = 8;
|
|
CHK_9.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_2
|
|
//
|
|
CHK_2.AutoSize = true;
|
|
CHK_2.Location = new System.Drawing.Point(28, 22);
|
|
CHK_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_2.Name = "CHK_2";
|
|
CHK_2.Size = new System.Drawing.Size(15, 14);
|
|
CHK_2.TabIndex = 1;
|
|
CHK_2.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_8
|
|
//
|
|
CHK_8.AutoSize = true;
|
|
CHK_8.Location = new System.Drawing.Point(147, 22);
|
|
CHK_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_8.Name = "CHK_8";
|
|
CHK_8.Size = new System.Drawing.Size(15, 14);
|
|
CHK_8.TabIndex = 7;
|
|
CHK_8.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_6
|
|
//
|
|
CHK_6.AutoSize = true;
|
|
CHK_6.Location = new System.Drawing.Point(107, 22);
|
|
CHK_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_6.Name = "CHK_6";
|
|
CHK_6.Size = new System.Drawing.Size(15, 14);
|
|
CHK_6.TabIndex = 5;
|
|
CHK_6.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_3
|
|
//
|
|
CHK_3.AutoSize = true;
|
|
CHK_3.Location = new System.Drawing.Point(47, 22);
|
|
CHK_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_3.Name = "CHK_3";
|
|
CHK_3.Size = new System.Drawing.Size(15, 14);
|
|
CHK_3.TabIndex = 2;
|
|
CHK_3.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_5
|
|
//
|
|
CHK_5.AutoSize = true;
|
|
CHK_5.Location = new System.Drawing.Point(87, 22);
|
|
CHK_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_5.Name = "CHK_5";
|
|
CHK_5.Size = new System.Drawing.Size(15, 14);
|
|
CHK_5.TabIndex = 4;
|
|
CHK_5.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_7
|
|
//
|
|
CHK_7.AutoSize = true;
|
|
CHK_7.Location = new System.Drawing.Point(127, 22);
|
|
CHK_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_7.Name = "CHK_7";
|
|
CHK_7.Size = new System.Drawing.Size(15, 14);
|
|
CHK_7.TabIndex = 6;
|
|
CHK_7.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_4
|
|
//
|
|
CHK_4.AutoSize = true;
|
|
CHK_4.Location = new System.Drawing.Point(67, 22);
|
|
CHK_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_4.Name = "CHK_4";
|
|
CHK_4.Size = new System.Drawing.Size(15, 14);
|
|
CHK_4.TabIndex = 3;
|
|
CHK_4.UseVisualStyleBackColor = true;
|
|
//
|
|
// SAV_Trainer4BR
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
ClientSize = new System.Drawing.Size(530, 491);
|
|
Controls.Add(GB_Colosseums);
|
|
Controls.Add(GB_Records);
|
|
Controls.Add(GB_Profile);
|
|
Controls.Add(B_Save);
|
|
Controls.Add(B_Cancel);
|
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
Icon = Properties.Resources.Icon;
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "SAV_Trainer4BR";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Trainer Data Editor";
|
|
GB_Profile.ResumeLayout(false);
|
|
GB_Profile.PerformLayout();
|
|
GB_Records.ResumeLayout(false);
|
|
GB_Records.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordStargazerColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordCourtyardColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordSunsetColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordTotalBattles).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordSunnyParkColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordNeonColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordMagmaColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordCrystalColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordWaterfallColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordMainStreetColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordFreeBattles).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordGatewayColosseumClears).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordWiFiBattles).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordColosseumBattles).EndInit();
|
|
GB_Colosseums.ResumeLayout(false);
|
|
GB_Colosseums.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
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_Coupons;
|
|
private System.Windows.Forms.Button B_MaxCash;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.GroupBox GB_Profile;
|
|
private System.Windows.Forms.GroupBox GB_Records;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordStargazerColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordStargazerColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordCourtyardColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordCourtyardColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordSunsetColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordSunsetColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordTotalBattles;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordSunnyParkColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordSunnyParkColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordNeonColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordNeonColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordMagmaColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordMagmaColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordCrystalColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordCrystalColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordTotalBattles;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordWaterfallColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordWaterfallColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordMainStreetColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordMainStreetColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordFreeBattles;
|
|
private System.Windows.Forms.Label L_RecordFreeBattles;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordGatewayColosseumClears;
|
|
private System.Windows.Forms.Label L_RecordGatewayColosseumClears;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordWiFiBattles;
|
|
private System.Windows.Forms.Label L_RecordWiFiBattles;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordColosseumBattles;
|
|
private System.Windows.Forms.Label L_RecordColosseumBattles;
|
|
private System.Windows.Forms.MaskedTextBox MT_SID;
|
|
private System.Windows.Forms.MaskedTextBox MT_TID;
|
|
private System.Windows.Forms.Label L_SID;
|
|
private System.Windows.Forms.Label L_TID;
|
|
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.Label L_Country;
|
|
private System.Windows.Forms.ComboBox CB_Country;
|
|
private System.Windows.Forms.Label L_Region;
|
|
private System.Windows.Forms.ComboBox CB_Region;
|
|
private System.Windows.Forms.Label L_SelfIntroduction;
|
|
private System.Windows.Forms.TextBox TB_SelfIntroduction;
|
|
private System.Windows.Forms.MaskedTextBox MT_PlayerID;
|
|
private System.Windows.Forms.Label L_PlayerID;
|
|
private System.Windows.Forms.Label L_Language;
|
|
private System.Windows.Forms.ComboBox CB_Language;
|
|
private System.Windows.Forms.TextBox TB_BirthDay;
|
|
private System.Windows.Forms.TextBox TB_BirthMonth;
|
|
private System.Windows.Forms.Label L_BirthDay;
|
|
private System.Windows.Forms.Label L_BirthMonth;
|
|
private System.Windows.Forms.GroupBox GB_Colosseums;
|
|
private System.Windows.Forms.CheckBox CHK_10;
|
|
private System.Windows.Forms.CheckBox CHK_1;
|
|
private System.Windows.Forms.CheckBox CHK_9;
|
|
private System.Windows.Forms.CheckBox CHK_2;
|
|
private System.Windows.Forms.CheckBox CHK_8;
|
|
private System.Windows.Forms.CheckBox CHK_6;
|
|
private System.Windows.Forms.CheckBox CHK_3;
|
|
private System.Windows.Forms.CheckBox CHK_5;
|
|
private System.Windows.Forms.CheckBox CHK_7;
|
|
private System.Windows.Forms.CheckBox CHK_4;
|
|
private System.Windows.Forms.CheckBox CHK_PostGame;
|
|
}
|
|
}
|