mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-28 17:47:23 -05:00
Fixed reported bugs by Wanderer1391; found a bunch more as a side effect of refactoring. Didn't like how so many values were hard coded so I moved them all into the SAV6 class for easier r/w. Re-enabled the Map Coordinate editing for non-ramsavs. Updated the Map Coordinate display to the ingame coordinate style (using NumericUpDowns), the coordinates for player.X and player.Y are divided by 18 to get the current cell coordinates.
2235 lines
110 KiB
C#
2235 lines
110 KiB
C#
namespace PKHeX
|
|
{
|
|
partial class SAV_Trainer
|
|
{
|
|
/// <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_Trainer));
|
|
this.B_Cancel = new System.Windows.Forms.Button();
|
|
this.B_Save = new System.Windows.Forms.Button();
|
|
this.TB_OTName = new System.Windows.Forms.TextBox();
|
|
this.L_TrainerName = new System.Windows.Forms.Label();
|
|
this.MT_Money = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Money = new System.Windows.Forms.Label();
|
|
this.L_TID = new System.Windows.Forms.Label();
|
|
this.L_SID = new System.Windows.Forms.Label();
|
|
this.MT_TID = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_SID = new System.Windows.Forms.MaskedTextBox();
|
|
this.cb1 = new System.Windows.Forms.CheckBox();
|
|
this.cb2 = new System.Windows.Forms.CheckBox();
|
|
this.cb3 = new System.Windows.Forms.CheckBox();
|
|
this.cb4 = new System.Windows.Forms.CheckBox();
|
|
this.cb5 = new System.Windows.Forms.CheckBox();
|
|
this.cb6 = new System.Windows.Forms.CheckBox();
|
|
this.cb7 = new System.Windows.Forms.CheckBox();
|
|
this.cb8 = new System.Windows.Forms.CheckBox();
|
|
this.GB_Badges = new System.Windows.Forms.GroupBox();
|
|
this.pb8 = new System.Windows.Forms.PictureBox();
|
|
this.pb6 = new System.Windows.Forms.PictureBox();
|
|
this.pb4 = new System.Windows.Forms.PictureBox();
|
|
this.pb2 = new System.Windows.Forms.PictureBox();
|
|
this.pb7 = new System.Windows.Forms.PictureBox();
|
|
this.pb5 = new System.Windows.Forms.PictureBox();
|
|
this.pb3 = new System.Windows.Forms.PictureBox();
|
|
this.pb1 = new System.Windows.Forms.PictureBox();
|
|
this.GB_Sayings = new System.Windows.Forms.GroupBox();
|
|
this.L_Saying5 = new System.Windows.Forms.Label();
|
|
this.L_Saying4 = new System.Windows.Forms.Label();
|
|
this.L_Saying3 = new System.Windows.Forms.Label();
|
|
this.L_Saying2 = new System.Windows.Forms.Label();
|
|
this.L_Saying1 = new System.Windows.Forms.Label();
|
|
this.TB_Saying5 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying4 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying3 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying2 = new System.Windows.Forms.TextBox();
|
|
this.TB_Saying1 = new System.Windows.Forms.TextBox();
|
|
this.GB_Overview = new System.Windows.Forms.GroupBox();
|
|
this.L_Seconds = new System.Windows.Forms.Label();
|
|
this.L_Minutes = new System.Windows.Forms.Label();
|
|
this.MT_Seconds = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_Minutes = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Hours = new System.Windows.Forms.Label();
|
|
this.MT_Hours = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Language = new System.Windows.Forms.Label();
|
|
this.TB_PM = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_BP = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_PM = new System.Windows.Forms.Label();
|
|
this.L_Region = new System.Windows.Forms.Label();
|
|
this.L_BP = new System.Windows.Forms.Label();
|
|
this.L_Country = new System.Windows.Forms.Label();
|
|
this.CB_Region = new System.Windows.Forms.ComboBox();
|
|
this.CB_Country = new System.Windows.Forms.ComboBox();
|
|
this.B_MaxCash = new System.Windows.Forms.Button();
|
|
this.CB_3DSReg = new System.Windows.Forms.ComboBox();
|
|
this.CB_Language = new System.Windows.Forms.ComboBox();
|
|
this.L_3DSReg = new System.Windows.Forms.Label();
|
|
this.CB_Game = new System.Windows.Forms.ComboBox();
|
|
this.CB_Gender = new System.Windows.Forms.ComboBox();
|
|
this.TB_Style = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Style = new System.Windows.Forms.Label();
|
|
this.GB_MaisonBest = new System.Windows.Forms.GroupBox();
|
|
this.TB_MBMS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBMN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBRS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBRN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBTS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBTN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBDS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBDN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBSS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MBSN = new System.Windows.Forms.MaskedTextBox();
|
|
this.GB_SuperB = new System.Windows.Forms.Label();
|
|
this.L_NormalB = new System.Windows.Forms.Label();
|
|
this.L_MultiB = new System.Windows.Forms.Label();
|
|
this.L_RotationB = new System.Windows.Forms.Label();
|
|
this.L_TriplesB = new System.Windows.Forms.Label();
|
|
this.L_DoublesB = new System.Windows.Forms.Label();
|
|
this.L_SinglesB = new System.Windows.Forms.Label();
|
|
this.GB_MaisonCurrent = new System.Windows.Forms.GroupBox();
|
|
this.TB_MCMS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCMN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCRS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCRN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCTS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCTN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCDS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCDN = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCSS = new System.Windows.Forms.MaskedTextBox();
|
|
this.TB_MCSN = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_SuperC = new System.Windows.Forms.Label();
|
|
this.L_NormalC = new System.Windows.Forms.Label();
|
|
this.L_MultiC = new System.Windows.Forms.Label();
|
|
this.L_RotationC = new System.Windows.Forms.Label();
|
|
this.L_TriplesC = new System.Windows.Forms.Label();
|
|
this.L_DoublesC = new System.Windows.Forms.Label();
|
|
this.L_SinglesC = new System.Windows.Forms.Label();
|
|
this.L_CurrentMap = new System.Windows.Forms.Label();
|
|
this.L_X = new System.Windows.Forms.Label();
|
|
this.L_Y = new System.Windows.Forms.Label();
|
|
this.L_Z = new System.Windows.Forms.Label();
|
|
this.GB_Appear = new System.Windows.Forms.GroupBox();
|
|
this.L_Outfit = new System.Windows.Forms.Label();
|
|
this.MT_1403F = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_1403E = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_1403D = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_1403C = new System.Windows.Forms.MaskedTextBox();
|
|
this.B_GiveAccessories = new System.Windows.Forms.Button();
|
|
this.MT_1403B = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_1403A = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14039 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14038 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14037 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14036 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14035 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14034 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14033 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14032 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14031 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_14030 = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_Hat = new System.Windows.Forms.MaskedTextBox();
|
|
this.MT_HairColor = new System.Windows.Forms.MaskedTextBox();
|
|
this.L_Dress = new System.Windows.Forms.Label();
|
|
this.CB_Dress = new System.Windows.Forms.ComboBox();
|
|
this.CB_Bag = new System.Windows.Forms.ComboBox();
|
|
this.CB_Socks = new System.Windows.Forms.ComboBox();
|
|
this.CB_Pants = new System.Windows.Forms.ComboBox();
|
|
this.CB_Shirt = new System.Windows.Forms.ComboBox();
|
|
this.CB_Accessory = new System.Windows.Forms.ComboBox();
|
|
this.CB_Hat = new System.Windows.Forms.ComboBox();
|
|
this.L_Accessory = new System.Windows.Forms.Label();
|
|
this.L_Bag = new System.Windows.Forms.Label();
|
|
this.L_Socks = new System.Windows.Forms.Label();
|
|
this.L_Pants = new System.Windows.Forms.Label();
|
|
this.L_Shirt = new System.Windows.Forms.Label();
|
|
this.CB_FaceHair = new System.Windows.Forms.ComboBox();
|
|
this.CB_Hair = new System.Windows.Forms.ComboBox();
|
|
this.CB_Eye = new System.Windows.Forms.ComboBox();
|
|
this.CB_Skin = new System.Windows.Forms.ComboBox();
|
|
this.L_Hat = new System.Windows.Forms.Label();
|
|
this.L_FacialHair = new System.Windows.Forms.Label();
|
|
this.L_Hairstyle = new System.Windows.Forms.Label();
|
|
this.L_HairColor = new System.Windows.Forms.Label();
|
|
this.L_SkinColor = new System.Windows.Forms.Label();
|
|
this.GB_Map = new System.Windows.Forms.GroupBox();
|
|
this.GB_Misc = new System.Windows.Forms.GroupBox();
|
|
this.CB_Vivillon = new System.Windows.Forms.ComboBox();
|
|
this.L_Vivillon = new System.Windows.Forms.Label();
|
|
this.L_MultiplayerSprite = new System.Windows.Forms.Label();
|
|
this.PB_Sprite = new System.Windows.Forms.PictureBox();
|
|
this.CB_Multi = new System.Windows.Forms.ComboBox();
|
|
this.L_Offset = new System.Windows.Forms.Label();
|
|
this.L_Stats = new System.Windows.Forms.Label();
|
|
this.CB_Stats = new System.Windows.Forms.ComboBox();
|
|
this.L_Value = new System.Windows.Forms.Label();
|
|
this.MT_Stat = new System.Windows.Forms.MaskedTextBox();
|
|
this.NUD_X = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Y = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_M = new System.Windows.Forms.NumericUpDown();
|
|
this.NUD_Z = new System.Windows.Forms.NumericUpDown();
|
|
this.GB_Badges.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb1)).BeginInit();
|
|
this.GB_Sayings.SuspendLayout();
|
|
this.GB_Overview.SuspendLayout();
|
|
this.GB_MaisonBest.SuspendLayout();
|
|
this.GB_MaisonCurrent.SuspendLayout();
|
|
this.GB_Appear.SuspendLayout();
|
|
this.GB_Map.SuspendLayout();
|
|
this.GB_Misc.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Sprite)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_X)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Y)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_M)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Z)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// B_Cancel
|
|
//
|
|
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Cancel.Location = new System.Drawing.Point(416, 601);
|
|
this.B_Cancel.Name = "B_Cancel";
|
|
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Cancel.TabIndex = 0;
|
|
this.B_Cancel.Text = "Cancel";
|
|
this.B_Cancel.UseVisualStyleBackColor = true;
|
|
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
|
//
|
|
// B_Save
|
|
//
|
|
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.B_Save.Location = new System.Drawing.Point(497, 601);
|
|
this.B_Save.Name = "B_Save";
|
|
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
|
this.B_Save.TabIndex = 1;
|
|
this.B_Save.Text = "Save";
|
|
this.B_Save.UseVisualStyleBackColor = true;
|
|
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
|
//
|
|
// TB_OTName
|
|
//
|
|
this.TB_OTName.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_OTName.Location = new System.Drawing.Point(99, 17);
|
|
this.TB_OTName.MaxLength = 12;
|
|
this.TB_OTName.Name = "TB_OTName";
|
|
this.TB_OTName.Size = new System.Drawing.Size(93, 20);
|
|
this.TB_OTName.TabIndex = 2;
|
|
this.TB_OTName.Text = "WWWWWWWWWWWW";
|
|
this.TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_OTName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.clickOT);
|
|
//
|
|
// L_TrainerName
|
|
//
|
|
this.L_TrainerName.AutoSize = true;
|
|
this.L_TrainerName.Location = new System.Drawing.Point(19, 20);
|
|
this.L_TrainerName.Name = "L_TrainerName";
|
|
this.L_TrainerName.Size = new System.Drawing.Size(74, 13);
|
|
this.L_TrainerName.TabIndex = 3;
|
|
this.L_TrainerName.Text = "Trainer Name:";
|
|
//
|
|
// MT_Money
|
|
//
|
|
this.MT_Money.Location = new System.Drawing.Point(119, 39);
|
|
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 = 4;
|
|
this.MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Money
|
|
//
|
|
this.L_Money.AutoSize = true;
|
|
this.L_Money.Location = new System.Drawing.Point(102, 42);
|
|
this.L_Money.Name = "L_Money";
|
|
this.L_Money.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Money.TabIndex = 5;
|
|
this.L_Money.Text = "$:";
|
|
//
|
|
// L_TID
|
|
//
|
|
this.L_TID.Location = new System.Drawing.Point(9, 42);
|
|
this.L_TID.Name = "L_TID";
|
|
this.L_TID.Size = new System.Drawing.Size(38, 13);
|
|
this.L_TID.TabIndex = 6;
|
|
this.L_TID.Text = "TID:";
|
|
this.L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_SID
|
|
//
|
|
this.L_SID.Location = new System.Drawing.Point(9, 65);
|
|
this.L_SID.Name = "L_SID";
|
|
this.L_SID.Size = new System.Drawing.Size(38, 13);
|
|
this.L_SID.TabIndex = 7;
|
|
this.L_SID.Text = "SID:";
|
|
this.L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// MT_TID
|
|
//
|
|
this.MT_TID.Location = new System.Drawing.Point(53, 40);
|
|
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 = 8;
|
|
this.MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_TID.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
this.MT_TID.MouseHover += new System.EventHandler(this.showTSV);
|
|
//
|
|
// MT_SID
|
|
//
|
|
this.MT_SID.Location = new System.Drawing.Point(53, 62);
|
|
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 = 9;
|
|
this.MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_SID.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
this.MT_SID.MouseHover += new System.EventHandler(this.showTSV);
|
|
//
|
|
// cb1
|
|
//
|
|
this.cb1.AutoSize = true;
|
|
this.cb1.Location = new System.Drawing.Point(236, 32);
|
|
this.cb1.Name = "cb1";
|
|
this.cb1.Size = new System.Drawing.Size(60, 17);
|
|
this.cb1.TabIndex = 10;
|
|
this.cb1.Text = "1 - Bug";
|
|
this.cb1.UseVisualStyleBackColor = true;
|
|
this.cb1.Visible = false;
|
|
this.cb1.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb2
|
|
//
|
|
this.cb2.AutoSize = true;
|
|
this.cb2.Location = new System.Drawing.Point(236, 55);
|
|
this.cb2.Name = "cb2";
|
|
this.cb2.Size = new System.Drawing.Size(58, 17);
|
|
this.cb2.TabIndex = 11;
|
|
this.cb2.Text = "2 - Cliff";
|
|
this.cb2.UseVisualStyleBackColor = true;
|
|
this.cb2.Visible = false;
|
|
this.cb2.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb3
|
|
//
|
|
this.cb3.AutoSize = true;
|
|
this.cb3.Location = new System.Drawing.Point(236, 78);
|
|
this.cb3.Name = "cb3";
|
|
this.cb3.Size = new System.Drawing.Size(77, 17);
|
|
this.cb3.TabIndex = 12;
|
|
this.cb3.Text = "3 - Rumble";
|
|
this.cb3.UseVisualStyleBackColor = true;
|
|
this.cb3.Visible = false;
|
|
this.cb3.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb4
|
|
//
|
|
this.cb4.AutoSize = true;
|
|
this.cb4.Location = new System.Drawing.Point(236, 101);
|
|
this.cb4.Name = "cb4";
|
|
this.cb4.Size = new System.Drawing.Size(65, 17);
|
|
this.cb4.TabIndex = 13;
|
|
this.cb4.Text = "4 - Plant";
|
|
this.cb4.UseVisualStyleBackColor = true;
|
|
this.cb4.Visible = false;
|
|
this.cb4.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb5
|
|
//
|
|
this.cb5.AutoSize = true;
|
|
this.cb5.Location = new System.Drawing.Point(312, 32);
|
|
this.cb5.Name = "cb5";
|
|
this.cb5.Size = new System.Drawing.Size(77, 17);
|
|
this.cb5.TabIndex = 14;
|
|
this.cb5.Text = "5 - Voltage";
|
|
this.cb5.UseVisualStyleBackColor = true;
|
|
this.cb5.Visible = false;
|
|
this.cb5.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb6
|
|
//
|
|
this.cb6.AutoSize = true;
|
|
this.cb6.Location = new System.Drawing.Point(312, 55);
|
|
this.cb6.Name = "cb6";
|
|
this.cb6.Size = new System.Drawing.Size(63, 17);
|
|
this.cb6.TabIndex = 15;
|
|
this.cb6.Text = "6 - Fairy";
|
|
this.cb6.UseVisualStyleBackColor = true;
|
|
this.cb6.Visible = false;
|
|
this.cb6.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb7
|
|
//
|
|
this.cb7.AutoSize = true;
|
|
this.cb7.Location = new System.Drawing.Point(312, 78);
|
|
this.cb7.Name = "cb7";
|
|
this.cb7.Size = new System.Drawing.Size(78, 17);
|
|
this.cb7.TabIndex = 16;
|
|
this.cb7.Text = "7 - Psychic";
|
|
this.cb7.UseVisualStyleBackColor = true;
|
|
this.cb7.Visible = false;
|
|
this.cb7.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// cb8
|
|
//
|
|
this.cb8.AutoSize = true;
|
|
this.cb8.Location = new System.Drawing.Point(312, 101);
|
|
this.cb8.Name = "cb8";
|
|
this.cb8.Size = new System.Drawing.Size(77, 17);
|
|
this.cb8.TabIndex = 17;
|
|
this.cb8.Text = "8 - Iceberg";
|
|
this.cb8.UseVisualStyleBackColor = true;
|
|
this.cb8.Visible = false;
|
|
this.cb8.CheckedChanged += new System.EventHandler(this.changeBadge);
|
|
//
|
|
// GB_Badges
|
|
//
|
|
this.GB_Badges.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.GB_Badges.Controls.Add(this.pb8);
|
|
this.GB_Badges.Controls.Add(this.cb8);
|
|
this.GB_Badges.Controls.Add(this.cb7);
|
|
this.GB_Badges.Controls.Add(this.pb6);
|
|
this.GB_Badges.Controls.Add(this.cb6);
|
|
this.GB_Badges.Controls.Add(this.pb4);
|
|
this.GB_Badges.Controls.Add(this.cb5);
|
|
this.GB_Badges.Controls.Add(this.pb2);
|
|
this.GB_Badges.Controls.Add(this.cb4);
|
|
this.GB_Badges.Controls.Add(this.pb7);
|
|
this.GB_Badges.Controls.Add(this.cb3);
|
|
this.GB_Badges.Controls.Add(this.pb5);
|
|
this.GB_Badges.Controls.Add(this.cb2);
|
|
this.GB_Badges.Controls.Add(this.pb3);
|
|
this.GB_Badges.Controls.Add(this.cb1);
|
|
this.GB_Badges.Controls.Add(this.pb1);
|
|
this.GB_Badges.Location = new System.Drawing.Point(11, 489);
|
|
this.GB_Badges.Name = "GB_Badges";
|
|
this.GB_Badges.Size = new System.Drawing.Size(398, 135);
|
|
this.GB_Badges.TabIndex = 26;
|
|
this.GB_Badges.TabStop = false;
|
|
this.GB_Badges.Text = "Badges";
|
|
//
|
|
// pb8
|
|
//
|
|
this.pb8.Image = global::PKHeX.Properties.Resources.badge_8;
|
|
this.pb8.Location = new System.Drawing.Point(175, 77);
|
|
this.pb8.Name = "pb8";
|
|
this.pb8.Size = new System.Drawing.Size(50, 50);
|
|
this.pb8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb8.TabIndex = 25;
|
|
this.pb8.TabStop = false;
|
|
this.pb8.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb6
|
|
//
|
|
this.pb6.Image = global::PKHeX.Properties.Resources.badge_6;
|
|
this.pb6.Location = new System.Drawing.Point(63, 77);
|
|
this.pb6.Name = "pb6";
|
|
this.pb6.Size = new System.Drawing.Size(50, 50);
|
|
this.pb6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb6.TabIndex = 24;
|
|
this.pb6.TabStop = false;
|
|
this.pb6.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb4
|
|
//
|
|
this.pb4.Image = global::PKHeX.Properties.Resources.badge_4;
|
|
this.pb4.Location = new System.Drawing.Point(175, 21);
|
|
this.pb4.Name = "pb4";
|
|
this.pb4.Size = new System.Drawing.Size(50, 50);
|
|
this.pb4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb4.TabIndex = 23;
|
|
this.pb4.TabStop = false;
|
|
this.pb4.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb2
|
|
//
|
|
this.pb2.Image = global::PKHeX.Properties.Resources.badge_2;
|
|
this.pb2.Location = new System.Drawing.Point(63, 21);
|
|
this.pb2.Name = "pb2";
|
|
this.pb2.Size = new System.Drawing.Size(50, 50);
|
|
this.pb2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb2.TabIndex = 22;
|
|
this.pb2.TabStop = false;
|
|
this.pb2.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb7
|
|
//
|
|
this.pb7.Image = global::PKHeX.Properties.Resources.badge_7;
|
|
this.pb7.Location = new System.Drawing.Point(119, 77);
|
|
this.pb7.Name = "pb7";
|
|
this.pb7.Size = new System.Drawing.Size(50, 50);
|
|
this.pb7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb7.TabIndex = 21;
|
|
this.pb7.TabStop = false;
|
|
this.pb7.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb5
|
|
//
|
|
this.pb5.Image = global::PKHeX.Properties.Resources.badge_5;
|
|
this.pb5.Location = new System.Drawing.Point(7, 77);
|
|
this.pb5.Name = "pb5";
|
|
this.pb5.Size = new System.Drawing.Size(50, 50);
|
|
this.pb5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb5.TabIndex = 20;
|
|
this.pb5.TabStop = false;
|
|
this.pb5.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb3
|
|
//
|
|
this.pb3.Image = global::PKHeX.Properties.Resources.badge_3;
|
|
this.pb3.Location = new System.Drawing.Point(119, 21);
|
|
this.pb3.Name = "pb3";
|
|
this.pb3.Size = new System.Drawing.Size(50, 50);
|
|
this.pb3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb3.TabIndex = 19;
|
|
this.pb3.TabStop = false;
|
|
this.pb3.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// pb1
|
|
//
|
|
this.pb1.Image = global::PKHeX.Properties.Resources.badge_1;
|
|
this.pb1.Location = new System.Drawing.Point(7, 21);
|
|
this.pb1.Name = "pb1";
|
|
this.pb1.Size = new System.Drawing.Size(50, 50);
|
|
this.pb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pb1.TabIndex = 18;
|
|
this.pb1.TabStop = false;
|
|
this.pb1.Click += new System.EventHandler(this.toggleBadge);
|
|
//
|
|
// GB_Sayings
|
|
//
|
|
this.GB_Sayings.Controls.Add(this.L_Saying5);
|
|
this.GB_Sayings.Controls.Add(this.L_Saying4);
|
|
this.GB_Sayings.Controls.Add(this.L_Saying3);
|
|
this.GB_Sayings.Controls.Add(this.L_Saying2);
|
|
this.GB_Sayings.Controls.Add(this.L_Saying1);
|
|
this.GB_Sayings.Controls.Add(this.TB_Saying5);
|
|
this.GB_Sayings.Controls.Add(this.TB_Saying4);
|
|
this.GB_Sayings.Controls.Add(this.TB_Saying3);
|
|
this.GB_Sayings.Controls.Add(this.TB_Saying2);
|
|
this.GB_Sayings.Controls.Add(this.TB_Saying1);
|
|
this.GB_Sayings.Location = new System.Drawing.Point(12, 248);
|
|
this.GB_Sayings.Name = "GB_Sayings";
|
|
this.GB_Sayings.Size = new System.Drawing.Size(210, 120);
|
|
this.GB_Sayings.TabIndex = 27;
|
|
this.GB_Sayings.TabStop = false;
|
|
this.GB_Sayings.Text = "Saved Sayings";
|
|
//
|
|
// L_Saying5
|
|
//
|
|
this.L_Saying5.AutoSize = true;
|
|
this.L_Saying5.Location = new System.Drawing.Point(31, 99);
|
|
this.L_Saying5.Name = "L_Saying5";
|
|
this.L_Saying5.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Saying5.TabIndex = 9;
|
|
this.L_Saying5.Text = "5:";
|
|
//
|
|
// L_Saying4
|
|
//
|
|
this.L_Saying4.AutoSize = true;
|
|
this.L_Saying4.Location = new System.Drawing.Point(31, 79);
|
|
this.L_Saying4.Name = "L_Saying4";
|
|
this.L_Saying4.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Saying4.TabIndex = 8;
|
|
this.L_Saying4.Text = "4:";
|
|
//
|
|
// L_Saying3
|
|
//
|
|
this.L_Saying3.AutoSize = true;
|
|
this.L_Saying3.Location = new System.Drawing.Point(31, 59);
|
|
this.L_Saying3.Name = "L_Saying3";
|
|
this.L_Saying3.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Saying3.TabIndex = 7;
|
|
this.L_Saying3.Text = "3:";
|
|
//
|
|
// L_Saying2
|
|
//
|
|
this.L_Saying2.AutoSize = true;
|
|
this.L_Saying2.Location = new System.Drawing.Point(31, 39);
|
|
this.L_Saying2.Name = "L_Saying2";
|
|
this.L_Saying2.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Saying2.TabIndex = 6;
|
|
this.L_Saying2.Text = "2:";
|
|
//
|
|
// L_Saying1
|
|
//
|
|
this.L_Saying1.AutoSize = true;
|
|
this.L_Saying1.Location = new System.Drawing.Point(31, 19);
|
|
this.L_Saying1.Name = "L_Saying1";
|
|
this.L_Saying1.Size = new System.Drawing.Size(16, 13);
|
|
this.L_Saying1.TabIndex = 5;
|
|
this.L_Saying1.Text = "1:";
|
|
//
|
|
// TB_Saying5
|
|
//
|
|
this.TB_Saying5.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_Saying5.Location = new System.Drawing.Point(53, 96);
|
|
this.TB_Saying5.MaxLength = 16;
|
|
this.TB_Saying5.Name = "TB_Saying5";
|
|
this.TB_Saying5.Size = new System.Drawing.Size(126, 20);
|
|
this.TB_Saying5.TabIndex = 4;
|
|
this.TB_Saying5.Text = "1234567890123456";
|
|
this.TB_Saying5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Saying4
|
|
//
|
|
this.TB_Saying4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_Saying4.Location = new System.Drawing.Point(53, 76);
|
|
this.TB_Saying4.MaxLength = 16;
|
|
this.TB_Saying4.Name = "TB_Saying4";
|
|
this.TB_Saying4.Size = new System.Drawing.Size(126, 20);
|
|
this.TB_Saying4.TabIndex = 3;
|
|
this.TB_Saying4.Text = "1234567890123456";
|
|
this.TB_Saying4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Saying3
|
|
//
|
|
this.TB_Saying3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_Saying3.Location = new System.Drawing.Point(53, 56);
|
|
this.TB_Saying3.MaxLength = 16;
|
|
this.TB_Saying3.Name = "TB_Saying3";
|
|
this.TB_Saying3.Size = new System.Drawing.Size(126, 20);
|
|
this.TB_Saying3.TabIndex = 2;
|
|
this.TB_Saying3.Text = "1234567890123456";
|
|
this.TB_Saying3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Saying2
|
|
//
|
|
this.TB_Saying2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_Saying2.Location = new System.Drawing.Point(53, 36);
|
|
this.TB_Saying2.MaxLength = 16;
|
|
this.TB_Saying2.Name = "TB_Saying2";
|
|
this.TB_Saying2.Size = new System.Drawing.Size(126, 20);
|
|
this.TB_Saying2.TabIndex = 1;
|
|
this.TB_Saying2.Text = "1234567890123456";
|
|
this.TB_Saying2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_Saying1
|
|
//
|
|
this.TB_Saying1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_Saying1.Location = new System.Drawing.Point(53, 16);
|
|
this.TB_Saying1.MaxLength = 16;
|
|
this.TB_Saying1.Name = "TB_Saying1";
|
|
this.TB_Saying1.Size = new System.Drawing.Size(126, 20);
|
|
this.TB_Saying1.TabIndex = 0;
|
|
this.TB_Saying1.Text = "1234567890123456";
|
|
this.TB_Saying1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// GB_Overview
|
|
//
|
|
this.GB_Overview.Controls.Add(this.L_Seconds);
|
|
this.GB_Overview.Controls.Add(this.L_Minutes);
|
|
this.GB_Overview.Controls.Add(this.MT_Seconds);
|
|
this.GB_Overview.Controls.Add(this.MT_Minutes);
|
|
this.GB_Overview.Controls.Add(this.L_Hours);
|
|
this.GB_Overview.Controls.Add(this.MT_Hours);
|
|
this.GB_Overview.Controls.Add(this.L_Language);
|
|
this.GB_Overview.Controls.Add(this.TB_PM);
|
|
this.GB_Overview.Controls.Add(this.TB_BP);
|
|
this.GB_Overview.Controls.Add(this.L_PM);
|
|
this.GB_Overview.Controls.Add(this.L_Region);
|
|
this.GB_Overview.Controls.Add(this.L_BP);
|
|
this.GB_Overview.Controls.Add(this.L_Country);
|
|
this.GB_Overview.Controls.Add(this.CB_Region);
|
|
this.GB_Overview.Controls.Add(this.CB_Country);
|
|
this.GB_Overview.Controls.Add(this.B_MaxCash);
|
|
this.GB_Overview.Controls.Add(this.CB_3DSReg);
|
|
this.GB_Overview.Controls.Add(this.CB_Language);
|
|
this.GB_Overview.Controls.Add(this.L_3DSReg);
|
|
this.GB_Overview.Controls.Add(this.MT_SID);
|
|
this.GB_Overview.Controls.Add(this.MT_TID);
|
|
this.GB_Overview.Controls.Add(this.L_Money);
|
|
this.GB_Overview.Controls.Add(this.L_SID);
|
|
this.GB_Overview.Controls.Add(this.MT_Money);
|
|
this.GB_Overview.Controls.Add(this.L_TID);
|
|
this.GB_Overview.Controls.Add(this.TB_OTName);
|
|
this.GB_Overview.Controls.Add(this.L_TrainerName);
|
|
this.GB_Overview.Controls.Add(this.CB_Game);
|
|
this.GB_Overview.Controls.Add(this.CB_Gender);
|
|
this.GB_Overview.Location = new System.Drawing.Point(12, 12);
|
|
this.GB_Overview.Name = "GB_Overview";
|
|
this.GB_Overview.Size = new System.Drawing.Size(210, 230);
|
|
this.GB_Overview.TabIndex = 28;
|
|
this.GB_Overview.TabStop = false;
|
|
this.GB_Overview.Text = "Overview";
|
|
//
|
|
// L_Seconds
|
|
//
|
|
this.L_Seconds.AutoSize = true;
|
|
this.L_Seconds.Location = new System.Drawing.Point(140, 205);
|
|
this.L_Seconds.Name = "L_Seconds";
|
|
this.L_Seconds.Size = new System.Drawing.Size(29, 13);
|
|
this.L_Seconds.TabIndex = 30;
|
|
this.L_Seconds.Text = "Sec:";
|
|
//
|
|
// L_Minutes
|
|
//
|
|
this.L_Minutes.AutoSize = true;
|
|
this.L_Minutes.Location = new System.Drawing.Point(88, 205);
|
|
this.L_Minutes.Name = "L_Minutes";
|
|
this.L_Minutes.Size = new System.Drawing.Size(27, 13);
|
|
this.L_Minutes.TabIndex = 29;
|
|
this.L_Minutes.Text = "Min:";
|
|
//
|
|
// MT_Seconds
|
|
//
|
|
this.MT_Seconds.Location = new System.Drawing.Point(170, 202);
|
|
this.MT_Seconds.Mask = "00";
|
|
this.MT_Seconds.Name = "MT_Seconds";
|
|
this.MT_Seconds.Size = new System.Drawing.Size(22, 20);
|
|
this.MT_Seconds.TabIndex = 28;
|
|
this.MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_Seconds.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_Minutes
|
|
//
|
|
this.MT_Minutes.Location = new System.Drawing.Point(115, 202);
|
|
this.MT_Minutes.Mask = "00";
|
|
this.MT_Minutes.Name = "MT_Minutes";
|
|
this.MT_Minutes.Size = new System.Drawing.Size(22, 20);
|
|
this.MT_Minutes.TabIndex = 27;
|
|
this.MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_Minutes.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// L_Hours
|
|
//
|
|
this.L_Hours.AutoSize = true;
|
|
this.L_Hours.Location = new System.Drawing.Point(16, 205);
|
|
this.L_Hours.Name = "L_Hours";
|
|
this.L_Hours.Size = new System.Drawing.Size(26, 13);
|
|
this.L_Hours.TabIndex = 26;
|
|
this.L_Hours.Text = "Hrs:";
|
|
//
|
|
// MT_Hours
|
|
//
|
|
this.MT_Hours.Location = new System.Drawing.Point(48, 202);
|
|
this.MT_Hours.Mask = "00000";
|
|
this.MT_Hours.Name = "MT_Hours";
|
|
this.MT_Hours.Size = new System.Drawing.Size(38, 20);
|
|
this.MT_Hours.TabIndex = 25;
|
|
this.MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_Language
|
|
//
|
|
this.L_Language.Location = new System.Drawing.Point(14, 88);
|
|
this.L_Language.Name = "L_Language";
|
|
this.L_Language.Size = new System.Drawing.Size(80, 13);
|
|
this.L_Language.TabIndex = 21;
|
|
this.L_Language.Text = "Language:";
|
|
this.L_Language.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_PM
|
|
//
|
|
this.TB_PM.Location = new System.Drawing.Point(78, 181);
|
|
this.TB_PM.Mask = "0000000";
|
|
this.TB_PM.Name = "TB_PM";
|
|
this.TB_PM.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.TB_PM.Size = new System.Drawing.Size(50, 20);
|
|
this.TB_PM.TabIndex = 5;
|
|
this.TB_PM.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// TB_BP
|
|
//
|
|
this.TB_BP.Location = new System.Drawing.Point(155, 181);
|
|
this.TB_BP.Mask = "0000";
|
|
this.TB_BP.Name = "TB_BP";
|
|
this.TB_BP.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.TB_BP.Size = new System.Drawing.Size(37, 20);
|
|
this.TB_BP.TabIndex = 6;
|
|
this.TB_BP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_PM
|
|
//
|
|
this.L_PM.Location = new System.Drawing.Point(12, 184);
|
|
this.L_PM.Name = "L_PM";
|
|
this.L_PM.Size = new System.Drawing.Size(60, 13);
|
|
this.L_PM.TabIndex = 0;
|
|
this.L_PM.Text = "PokeMiles:";
|
|
this.L_PM.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// L_Region
|
|
//
|
|
this.L_Region.Location = new System.Drawing.Point(14, 134);
|
|
this.L_Region.Name = "L_Region";
|
|
this.L_Region.Size = new System.Drawing.Size(80, 13);
|
|
this.L_Region.TabIndex = 20;
|
|
this.L_Region.Text = "Region:";
|
|
this.L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_BP
|
|
//
|
|
this.L_BP.Location = new System.Drawing.Point(131, 184);
|
|
this.L_BP.Name = "L_BP";
|
|
this.L_BP.Size = new System.Drawing.Size(25, 13);
|
|
this.L_BP.TabIndex = 1;
|
|
this.L_BP.Text = "BP:";
|
|
this.L_BP.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// L_Country
|
|
//
|
|
this.L_Country.Location = new System.Drawing.Point(14, 111);
|
|
this.L_Country.Name = "L_Country";
|
|
this.L_Country.Size = new System.Drawing.Size(80, 13);
|
|
this.L_Country.TabIndex = 19;
|
|
this.L_Country.Text = "Country:";
|
|
this.L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Region
|
|
//
|
|
this.CB_Region.DropDownWidth = 180;
|
|
this.CB_Region.FormattingEnabled = true;
|
|
this.CB_Region.Location = new System.Drawing.Point(99, 131);
|
|
this.CB_Region.Name = "CB_Region";
|
|
this.CB_Region.Size = new System.Drawing.Size(93, 21);
|
|
this.CB_Region.TabIndex = 18;
|
|
//
|
|
// CB_Country
|
|
//
|
|
this.CB_Country.DropDownWidth = 180;
|
|
this.CB_Country.FormattingEnabled = true;
|
|
this.CB_Country.Location = new System.Drawing.Point(99, 108);
|
|
this.CB_Country.Name = "CB_Country";
|
|
this.CB_Country.Size = new System.Drawing.Size(93, 21);
|
|
this.CB_Country.TabIndex = 17;
|
|
this.CB_Country.SelectedIndexChanged += new System.EventHandler(this.updateCountry);
|
|
//
|
|
// B_MaxCash
|
|
//
|
|
this.B_MaxCash.Location = new System.Drawing.Point(172, 39);
|
|
this.B_MaxCash.Name = "B_MaxCash";
|
|
this.B_MaxCash.Size = new System.Drawing.Size(20, 20);
|
|
this.B_MaxCash.TabIndex = 16;
|
|
this.B_MaxCash.Text = "+";
|
|
this.B_MaxCash.UseVisualStyleBackColor = true;
|
|
this.B_MaxCash.Click += new System.EventHandler(this.B_MaxCash_Click);
|
|
//
|
|
// CB_3DSReg
|
|
//
|
|
this.CB_3DSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_3DSReg.FormattingEnabled = true;
|
|
this.CB_3DSReg.Location = new System.Drawing.Point(99, 154);
|
|
this.CB_3DSReg.Name = "CB_3DSReg";
|
|
this.CB_3DSReg.Size = new System.Drawing.Size(93, 21);
|
|
this.CB_3DSReg.TabIndex = 14;
|
|
//
|
|
// CB_Language
|
|
//
|
|
this.CB_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Language.FormattingEnabled = true;
|
|
this.CB_Language.Location = new System.Drawing.Point(99, 85);
|
|
this.CB_Language.Name = "CB_Language";
|
|
this.CB_Language.Size = new System.Drawing.Size(93, 21);
|
|
this.CB_Language.TabIndex = 15;
|
|
//
|
|
// L_3DSReg
|
|
//
|
|
this.L_3DSReg.Location = new System.Drawing.Point(14, 157);
|
|
this.L_3DSReg.Name = "L_3DSReg";
|
|
this.L_3DSReg.Size = new System.Drawing.Size(80, 13);
|
|
this.L_3DSReg.TabIndex = 10;
|
|
this.L_3DSReg.Text = "3DS Region:";
|
|
this.L_3DSReg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Game
|
|
//
|
|
this.CB_Game.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Game.Enabled = false;
|
|
this.CB_Game.FormattingEnabled = true;
|
|
this.CB_Game.Items.AddRange(new object[] {
|
|
"X",
|
|
"Y",
|
|
"AS",
|
|
"OR"});
|
|
this.CB_Game.Location = new System.Drawing.Point(141, 62);
|
|
this.CB_Game.Name = "CB_Game";
|
|
this.CB_Game.Size = new System.Drawing.Size(51, 21);
|
|
this.CB_Game.TabIndex = 24;
|
|
//
|
|
// CB_Gender
|
|
//
|
|
this.CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Gender.Enabled = false;
|
|
this.CB_Gender.FormattingEnabled = true;
|
|
this.CB_Gender.Items.AddRange(new object[] {
|
|
"♂",
|
|
"♀"});
|
|
this.CB_Gender.Location = new System.Drawing.Point(99, 62);
|
|
this.CB_Gender.Name = "CB_Gender";
|
|
this.CB_Gender.Size = new System.Drawing.Size(40, 21);
|
|
this.CB_Gender.TabIndex = 22;
|
|
//
|
|
// TB_Style
|
|
//
|
|
this.TB_Style.Location = new System.Drawing.Point(177, 62);
|
|
this.TB_Style.Mask = "000";
|
|
this.TB_Style.Name = "TB_Style";
|
|
this.TB_Style.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.TB_Style.Size = new System.Drawing.Size(26, 20);
|
|
this.TB_Style.TabIndex = 8;
|
|
this.TB_Style.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.TB_Style.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// L_Style
|
|
//
|
|
this.L_Style.Location = new System.Drawing.Point(125, 65);
|
|
this.L_Style.Name = "L_Style";
|
|
this.L_Style.Size = new System.Drawing.Size(46, 13);
|
|
this.L_Style.TabIndex = 7;
|
|
this.L_Style.Text = "Style:";
|
|
this.L_Style.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// GB_MaisonBest
|
|
//
|
|
this.GB_MaisonBest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBMS);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBMN);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBRS);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBRN);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBTS);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBTN);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBDS);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBDN);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBSS);
|
|
this.GB_MaisonBest.Controls.Add(this.TB_MBSN);
|
|
this.GB_MaisonBest.Controls.Add(this.GB_SuperB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_NormalB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_MultiB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_RotationB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_TriplesB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_DoublesB);
|
|
this.GB_MaisonBest.Controls.Add(this.L_SinglesB);
|
|
this.GB_MaisonBest.Location = new System.Drawing.Point(416, 148);
|
|
this.GB_MaisonBest.Name = "GB_MaisonBest";
|
|
this.GB_MaisonBest.Size = new System.Drawing.Size(155, 134);
|
|
this.GB_MaisonBest.TabIndex = 40;
|
|
this.GB_MaisonBest.TabStop = false;
|
|
this.GB_MaisonBest.Text = "Maison Streaks (Best)";
|
|
//
|
|
// TB_MBMS
|
|
//
|
|
this.TB_MBMS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBMS.Location = new System.Drawing.Point(104, 106);
|
|
this.TB_MBMS.Mask = "0000";
|
|
this.TB_MBMS.Name = "TB_MBMS";
|
|
this.TB_MBMS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBMS.TabIndex = 65;
|
|
this.TB_MBMS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBMN
|
|
//
|
|
this.TB_MBMN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBMN.Location = new System.Drawing.Point(61, 106);
|
|
this.TB_MBMN.Mask = "0000";
|
|
this.TB_MBMN.Name = "TB_MBMN";
|
|
this.TB_MBMN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBMN.TabIndex = 64;
|
|
this.TB_MBMN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBRS
|
|
//
|
|
this.TB_MBRS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBRS.Location = new System.Drawing.Point(104, 87);
|
|
this.TB_MBRS.Mask = "0000";
|
|
this.TB_MBRS.Name = "TB_MBRS";
|
|
this.TB_MBRS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBRS.TabIndex = 63;
|
|
this.TB_MBRS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBRN
|
|
//
|
|
this.TB_MBRN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBRN.Location = new System.Drawing.Point(61, 87);
|
|
this.TB_MBRN.Mask = "0000";
|
|
this.TB_MBRN.Name = "TB_MBRN";
|
|
this.TB_MBRN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBRN.TabIndex = 62;
|
|
this.TB_MBRN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBTS
|
|
//
|
|
this.TB_MBTS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBTS.Location = new System.Drawing.Point(104, 69);
|
|
this.TB_MBTS.Mask = "0000";
|
|
this.TB_MBTS.Name = "TB_MBTS";
|
|
this.TB_MBTS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBTS.TabIndex = 61;
|
|
this.TB_MBTS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBTN
|
|
//
|
|
this.TB_MBTN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBTN.Location = new System.Drawing.Point(61, 69);
|
|
this.TB_MBTN.Mask = "0000";
|
|
this.TB_MBTN.Name = "TB_MBTN";
|
|
this.TB_MBTN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBTN.TabIndex = 60;
|
|
this.TB_MBTN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBDS
|
|
//
|
|
this.TB_MBDS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBDS.Location = new System.Drawing.Point(104, 50);
|
|
this.TB_MBDS.Mask = "0000";
|
|
this.TB_MBDS.Name = "TB_MBDS";
|
|
this.TB_MBDS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBDS.TabIndex = 59;
|
|
this.TB_MBDS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBDN
|
|
//
|
|
this.TB_MBDN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBDN.Location = new System.Drawing.Point(61, 50);
|
|
this.TB_MBDN.Mask = "0000";
|
|
this.TB_MBDN.Name = "TB_MBDN";
|
|
this.TB_MBDN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBDN.TabIndex = 58;
|
|
this.TB_MBDN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBSS
|
|
//
|
|
this.TB_MBSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBSS.Location = new System.Drawing.Point(104, 31);
|
|
this.TB_MBSS.Mask = "0000";
|
|
this.TB_MBSS.Name = "TB_MBSS";
|
|
this.TB_MBSS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBSS.TabIndex = 57;
|
|
this.TB_MBSS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MBSN
|
|
//
|
|
this.TB_MBSN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MBSN.Location = new System.Drawing.Point(61, 31);
|
|
this.TB_MBSN.Mask = "0000";
|
|
this.TB_MBSN.Name = "TB_MBSN";
|
|
this.TB_MBSN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MBSN.TabIndex = 56;
|
|
this.TB_MBSN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// GB_SuperB
|
|
//
|
|
this.GB_SuperB.AutoSize = true;
|
|
this.GB_SuperB.Location = new System.Drawing.Point(104, 17);
|
|
this.GB_SuperB.Name = "GB_SuperB";
|
|
this.GB_SuperB.Size = new System.Drawing.Size(35, 13);
|
|
this.GB_SuperB.TabIndex = 45;
|
|
this.GB_SuperB.Text = "Super";
|
|
//
|
|
// L_NormalB
|
|
//
|
|
this.L_NormalB.AutoSize = true;
|
|
this.L_NormalB.Location = new System.Drawing.Point(58, 17);
|
|
this.L_NormalB.Name = "L_NormalB";
|
|
this.L_NormalB.Size = new System.Drawing.Size(40, 13);
|
|
this.L_NormalB.TabIndex = 44;
|
|
this.L_NormalB.Text = "Normal";
|
|
//
|
|
// L_MultiB
|
|
//
|
|
this.L_MultiB.AutoSize = true;
|
|
this.L_MultiB.Location = new System.Drawing.Point(8, 109);
|
|
this.L_MultiB.Name = "L_MultiB";
|
|
this.L_MultiB.Size = new System.Drawing.Size(32, 13);
|
|
this.L_MultiB.TabIndex = 43;
|
|
this.L_MultiB.Text = "Multi:";
|
|
//
|
|
// L_RotationB
|
|
//
|
|
this.L_RotationB.AutoSize = true;
|
|
this.L_RotationB.Location = new System.Drawing.Point(8, 91);
|
|
this.L_RotationB.Name = "L_RotationB";
|
|
this.L_RotationB.Size = new System.Drawing.Size(50, 13);
|
|
this.L_RotationB.TabIndex = 42;
|
|
this.L_RotationB.Text = "Rotation:";
|
|
//
|
|
// L_TriplesB
|
|
//
|
|
this.L_TriplesB.AutoSize = true;
|
|
this.L_TriplesB.Location = new System.Drawing.Point(8, 72);
|
|
this.L_TriplesB.Name = "L_TriplesB";
|
|
this.L_TriplesB.Size = new System.Drawing.Size(41, 13);
|
|
this.L_TriplesB.TabIndex = 41;
|
|
this.L_TriplesB.Text = "Triples:";
|
|
//
|
|
// L_DoublesB
|
|
//
|
|
this.L_DoublesB.AutoSize = true;
|
|
this.L_DoublesB.Location = new System.Drawing.Point(8, 53);
|
|
this.L_DoublesB.Name = "L_DoublesB";
|
|
this.L_DoublesB.Size = new System.Drawing.Size(49, 13);
|
|
this.L_DoublesB.TabIndex = 40;
|
|
this.L_DoublesB.Text = "Doubles:";
|
|
//
|
|
// L_SinglesB
|
|
//
|
|
this.L_SinglesB.AutoSize = true;
|
|
this.L_SinglesB.Location = new System.Drawing.Point(8, 34);
|
|
this.L_SinglesB.Name = "L_SinglesB";
|
|
this.L_SinglesB.Size = new System.Drawing.Size(44, 13);
|
|
this.L_SinglesB.TabIndex = 39;
|
|
this.L_SinglesB.Text = "Singles:";
|
|
//
|
|
// GB_MaisonCurrent
|
|
//
|
|
this.GB_MaisonCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCMS);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCMN);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCRS);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCRN);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCTS);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCTN);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCDS);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCDN);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCSS);
|
|
this.GB_MaisonCurrent.Controls.Add(this.TB_MCSN);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_SuperC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_NormalC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_MultiC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_RotationC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_TriplesC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_DoublesC);
|
|
this.GB_MaisonCurrent.Controls.Add(this.L_SinglesC);
|
|
this.GB_MaisonCurrent.Location = new System.Drawing.Point(416, 12);
|
|
this.GB_MaisonCurrent.Name = "GB_MaisonCurrent";
|
|
this.GB_MaisonCurrent.Size = new System.Drawing.Size(155, 130);
|
|
this.GB_MaisonCurrent.TabIndex = 41;
|
|
this.GB_MaisonCurrent.TabStop = false;
|
|
this.GB_MaisonCurrent.Text = "Maison Streaks (Current)";
|
|
//
|
|
// TB_MCMS
|
|
//
|
|
this.TB_MCMS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCMS.Location = new System.Drawing.Point(104, 104);
|
|
this.TB_MCMS.Mask = "0000";
|
|
this.TB_MCMS.Name = "TB_MCMS";
|
|
this.TB_MCMS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCMS.TabIndex = 55;
|
|
this.TB_MCMS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCMN
|
|
//
|
|
this.TB_MCMN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCMN.Location = new System.Drawing.Point(61, 104);
|
|
this.TB_MCMN.Mask = "0000";
|
|
this.TB_MCMN.Name = "TB_MCMN";
|
|
this.TB_MCMN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCMN.TabIndex = 54;
|
|
this.TB_MCMN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCRS
|
|
//
|
|
this.TB_MCRS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCRS.Location = new System.Drawing.Point(104, 85);
|
|
this.TB_MCRS.Mask = "0000";
|
|
this.TB_MCRS.Name = "TB_MCRS";
|
|
this.TB_MCRS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCRS.TabIndex = 53;
|
|
this.TB_MCRS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCRN
|
|
//
|
|
this.TB_MCRN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCRN.Location = new System.Drawing.Point(61, 85);
|
|
this.TB_MCRN.Mask = "0000";
|
|
this.TB_MCRN.Name = "TB_MCRN";
|
|
this.TB_MCRN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCRN.TabIndex = 52;
|
|
this.TB_MCRN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCTS
|
|
//
|
|
this.TB_MCTS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCTS.Location = new System.Drawing.Point(104, 67);
|
|
this.TB_MCTS.Mask = "0000";
|
|
this.TB_MCTS.Name = "TB_MCTS";
|
|
this.TB_MCTS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCTS.TabIndex = 51;
|
|
this.TB_MCTS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCTN
|
|
//
|
|
this.TB_MCTN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCTN.Location = new System.Drawing.Point(61, 67);
|
|
this.TB_MCTN.Mask = "0000";
|
|
this.TB_MCTN.Name = "TB_MCTN";
|
|
this.TB_MCTN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCTN.TabIndex = 50;
|
|
this.TB_MCTN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCDS
|
|
//
|
|
this.TB_MCDS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCDS.Location = new System.Drawing.Point(104, 48);
|
|
this.TB_MCDS.Mask = "0000";
|
|
this.TB_MCDS.Name = "TB_MCDS";
|
|
this.TB_MCDS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCDS.TabIndex = 49;
|
|
this.TB_MCDS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCDN
|
|
//
|
|
this.TB_MCDN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCDN.Location = new System.Drawing.Point(61, 48);
|
|
this.TB_MCDN.Mask = "0000";
|
|
this.TB_MCDN.Name = "TB_MCDN";
|
|
this.TB_MCDN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCDN.TabIndex = 48;
|
|
this.TB_MCDN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCSS
|
|
//
|
|
this.TB_MCSS.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCSS.Location = new System.Drawing.Point(104, 29);
|
|
this.TB_MCSS.Mask = "0000";
|
|
this.TB_MCSS.Name = "TB_MCSS";
|
|
this.TB_MCSS.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCSS.TabIndex = 47;
|
|
this.TB_MCSS.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// TB_MCSN
|
|
//
|
|
this.TB_MCSN.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.TB_MCSN.Location = new System.Drawing.Point(61, 29);
|
|
this.TB_MCSN.Mask = "0000";
|
|
this.TB_MCSN.Name = "TB_MCSN";
|
|
this.TB_MCSN.Size = new System.Drawing.Size(35, 20);
|
|
this.TB_MCSN.TabIndex = 46;
|
|
this.TB_MCSN.TextChanged += new System.EventHandler(this.changeFFFF);
|
|
//
|
|
// L_SuperC
|
|
//
|
|
this.L_SuperC.AutoSize = true;
|
|
this.L_SuperC.Location = new System.Drawing.Point(104, 16);
|
|
this.L_SuperC.Name = "L_SuperC";
|
|
this.L_SuperC.Size = new System.Drawing.Size(35, 13);
|
|
this.L_SuperC.TabIndex = 45;
|
|
this.L_SuperC.Text = "Super";
|
|
//
|
|
// L_NormalC
|
|
//
|
|
this.L_NormalC.AutoSize = true;
|
|
this.L_NormalC.Location = new System.Drawing.Point(58, 16);
|
|
this.L_NormalC.Name = "L_NormalC";
|
|
this.L_NormalC.Size = new System.Drawing.Size(40, 13);
|
|
this.L_NormalC.TabIndex = 44;
|
|
this.L_NormalC.Text = "Normal";
|
|
//
|
|
// L_MultiC
|
|
//
|
|
this.L_MultiC.AutoSize = true;
|
|
this.L_MultiC.Location = new System.Drawing.Point(8, 107);
|
|
this.L_MultiC.Name = "L_MultiC";
|
|
this.L_MultiC.Size = new System.Drawing.Size(32, 13);
|
|
this.L_MultiC.TabIndex = 43;
|
|
this.L_MultiC.Text = "Multi:";
|
|
//
|
|
// L_RotationC
|
|
//
|
|
this.L_RotationC.AutoSize = true;
|
|
this.L_RotationC.Location = new System.Drawing.Point(8, 89);
|
|
this.L_RotationC.Name = "L_RotationC";
|
|
this.L_RotationC.Size = new System.Drawing.Size(50, 13);
|
|
this.L_RotationC.TabIndex = 42;
|
|
this.L_RotationC.Text = "Rotation:";
|
|
//
|
|
// L_TriplesC
|
|
//
|
|
this.L_TriplesC.AutoSize = true;
|
|
this.L_TriplesC.Location = new System.Drawing.Point(8, 70);
|
|
this.L_TriplesC.Name = "L_TriplesC";
|
|
this.L_TriplesC.Size = new System.Drawing.Size(41, 13);
|
|
this.L_TriplesC.TabIndex = 41;
|
|
this.L_TriplesC.Text = "Triples:";
|
|
//
|
|
// L_DoublesC
|
|
//
|
|
this.L_DoublesC.AutoSize = true;
|
|
this.L_DoublesC.Location = new System.Drawing.Point(8, 51);
|
|
this.L_DoublesC.Name = "L_DoublesC";
|
|
this.L_DoublesC.Size = new System.Drawing.Size(49, 13);
|
|
this.L_DoublesC.TabIndex = 40;
|
|
this.L_DoublesC.Text = "Doubles:";
|
|
//
|
|
// L_SinglesC
|
|
//
|
|
this.L_SinglesC.AutoSize = true;
|
|
this.L_SinglesC.Location = new System.Drawing.Point(8, 32);
|
|
this.L_SinglesC.Name = "L_SinglesC";
|
|
this.L_SinglesC.Size = new System.Drawing.Size(44, 13);
|
|
this.L_SinglesC.TabIndex = 39;
|
|
this.L_SinglesC.Text = "Singles:";
|
|
//
|
|
// L_CurrentMap
|
|
//
|
|
this.L_CurrentMap.AutoSize = true;
|
|
this.L_CurrentMap.Location = new System.Drawing.Point(36, 35);
|
|
this.L_CurrentMap.Name = "L_CurrentMap";
|
|
this.L_CurrentMap.Size = new System.Drawing.Size(68, 13);
|
|
this.L_CurrentMap.TabIndex = 46;
|
|
this.L_CurrentMap.Text = "Current Map:";
|
|
//
|
|
// L_X
|
|
//
|
|
this.L_X.AutoSize = true;
|
|
this.L_X.Location = new System.Drawing.Point(31, 73);
|
|
this.L_X.Name = "L_X";
|
|
this.L_X.Size = new System.Drawing.Size(71, 13);
|
|
this.L_X.TabIndex = 47;
|
|
this.L_X.Text = "X Coordinate:";
|
|
//
|
|
// L_Y
|
|
//
|
|
this.L_Y.AutoSize = true;
|
|
this.L_Y.Location = new System.Drawing.Point(31, 151);
|
|
this.L_Y.Name = "L_Y";
|
|
this.L_Y.Size = new System.Drawing.Size(71, 13);
|
|
this.L_Y.TabIndex = 49;
|
|
this.L_Y.Text = "Y Coordinate:";
|
|
//
|
|
// L_Z
|
|
//
|
|
this.L_Z.AutoSize = true;
|
|
this.L_Z.Location = new System.Drawing.Point(31, 111);
|
|
this.L_Z.Name = "L_Z";
|
|
this.L_Z.Size = new System.Drawing.Size(71, 13);
|
|
this.L_Z.TabIndex = 48;
|
|
this.L_Z.Text = "Z Coordinate:";
|
|
//
|
|
// GB_Appear
|
|
//
|
|
this.GB_Appear.Controls.Add(this.L_Outfit);
|
|
this.GB_Appear.Controls.Add(this.MT_1403F);
|
|
this.GB_Appear.Controls.Add(this.MT_1403E);
|
|
this.GB_Appear.Controls.Add(this.MT_1403D);
|
|
this.GB_Appear.Controls.Add(this.MT_1403C);
|
|
this.GB_Appear.Controls.Add(this.B_GiveAccessories);
|
|
this.GB_Appear.Controls.Add(this.MT_1403B);
|
|
this.GB_Appear.Controls.Add(this.MT_1403A);
|
|
this.GB_Appear.Controls.Add(this.MT_14039);
|
|
this.GB_Appear.Controls.Add(this.MT_14038);
|
|
this.GB_Appear.Controls.Add(this.MT_14037);
|
|
this.GB_Appear.Controls.Add(this.MT_14036);
|
|
this.GB_Appear.Controls.Add(this.MT_14035);
|
|
this.GB_Appear.Controls.Add(this.MT_14034);
|
|
this.GB_Appear.Controls.Add(this.MT_14033);
|
|
this.GB_Appear.Controls.Add(this.MT_14032);
|
|
this.GB_Appear.Controls.Add(this.MT_14031);
|
|
this.GB_Appear.Controls.Add(this.MT_14030);
|
|
this.GB_Appear.Controls.Add(this.MT_Hat);
|
|
this.GB_Appear.Controls.Add(this.MT_HairColor);
|
|
this.GB_Appear.Controls.Add(this.L_Dress);
|
|
this.GB_Appear.Controls.Add(this.CB_Dress);
|
|
this.GB_Appear.Controls.Add(this.CB_Bag);
|
|
this.GB_Appear.Controls.Add(this.CB_Socks);
|
|
this.GB_Appear.Controls.Add(this.CB_Pants);
|
|
this.GB_Appear.Controls.Add(this.CB_Shirt);
|
|
this.GB_Appear.Controls.Add(this.CB_Accessory);
|
|
this.GB_Appear.Controls.Add(this.CB_Hat);
|
|
this.GB_Appear.Controls.Add(this.L_Accessory);
|
|
this.GB_Appear.Controls.Add(this.L_Bag);
|
|
this.GB_Appear.Controls.Add(this.L_Socks);
|
|
this.GB_Appear.Controls.Add(this.L_Pants);
|
|
this.GB_Appear.Controls.Add(this.L_Shirt);
|
|
this.GB_Appear.Controls.Add(this.CB_FaceHair);
|
|
this.GB_Appear.Controls.Add(this.CB_Hair);
|
|
this.GB_Appear.Controls.Add(this.CB_Eye);
|
|
this.GB_Appear.Controls.Add(this.CB_Skin);
|
|
this.GB_Appear.Controls.Add(this.L_Hat);
|
|
this.GB_Appear.Controls.Add(this.L_FacialHair);
|
|
this.GB_Appear.Controls.Add(this.L_Hairstyle);
|
|
this.GB_Appear.Controls.Add(this.L_HairColor);
|
|
this.GB_Appear.Controls.Add(this.L_SkinColor);
|
|
this.GB_Appear.Location = new System.Drawing.Point(230, 12);
|
|
this.GB_Appear.Name = "GB_Appear";
|
|
this.GB_Appear.Size = new System.Drawing.Size(180, 270);
|
|
this.GB_Appear.TabIndex = 50;
|
|
this.GB_Appear.TabStop = false;
|
|
this.GB_Appear.Text = "Current Appearance (X/Y)";
|
|
//
|
|
// L_Outfit
|
|
//
|
|
this.L_Outfit.AutoSize = true;
|
|
this.L_Outfit.Location = new System.Drawing.Point(116, 244);
|
|
this.L_Outfit.Name = "L_Outfit";
|
|
this.L_Outfit.Size = new System.Drawing.Size(55, 13);
|
|
this.L_Outfit.TabIndex = 72;
|
|
this.L_Outfit.Text = "Outfit Vals";
|
|
//
|
|
// MT_1403F
|
|
//
|
|
this.MT_1403F.Location = new System.Drawing.Point(90, 242);
|
|
this.MT_1403F.Mask = "000";
|
|
this.MT_1403F.Name = "MT_1403F";
|
|
this.MT_1403F.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403F.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403F.TabIndex = 71;
|
|
this.MT_1403F.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403F.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_1403E
|
|
//
|
|
this.MT_1403E.Location = new System.Drawing.Point(64, 242);
|
|
this.MT_1403E.Mask = "000";
|
|
this.MT_1403E.Name = "MT_1403E";
|
|
this.MT_1403E.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403E.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403E.TabIndex = 70;
|
|
this.MT_1403E.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403E.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_1403D
|
|
//
|
|
this.MT_1403D.Location = new System.Drawing.Point(38, 242);
|
|
this.MT_1403D.Mask = "000";
|
|
this.MT_1403D.Name = "MT_1403D";
|
|
this.MT_1403D.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403D.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403D.TabIndex = 69;
|
|
this.MT_1403D.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403D.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_1403C
|
|
//
|
|
this.MT_1403C.Location = new System.Drawing.Point(12, 242);
|
|
this.MT_1403C.Mask = "000";
|
|
this.MT_1403C.Name = "MT_1403C";
|
|
this.MT_1403C.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403C.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403C.TabIndex = 68;
|
|
this.MT_1403C.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403C.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// B_GiveAccessories
|
|
//
|
|
this.B_GiveAccessories.Location = new System.Drawing.Point(12, 180);
|
|
this.B_GiveAccessories.Name = "B_GiveAccessories";
|
|
this.B_GiveAccessories.Size = new System.Drawing.Size(156, 23);
|
|
this.B_GiveAccessories.TabIndex = 67;
|
|
this.B_GiveAccessories.Text = "Give All Accessories";
|
|
this.B_GiveAccessories.UseVisualStyleBackColor = true;
|
|
this.B_GiveAccessories.Click += new System.EventHandler(this.giveAllAccessories);
|
|
//
|
|
// MT_1403B
|
|
//
|
|
this.MT_1403B.Location = new System.Drawing.Point(142, 223);
|
|
this.MT_1403B.Mask = "000";
|
|
this.MT_1403B.Name = "MT_1403B";
|
|
this.MT_1403B.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403B.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403B.TabIndex = 66;
|
|
this.MT_1403B.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403B.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_1403A
|
|
//
|
|
this.MT_1403A.Location = new System.Drawing.Point(116, 223);
|
|
this.MT_1403A.Mask = "000";
|
|
this.MT_1403A.Name = "MT_1403A";
|
|
this.MT_1403A.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_1403A.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_1403A.TabIndex = 65;
|
|
this.MT_1403A.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_1403A.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14039
|
|
//
|
|
this.MT_14039.Location = new System.Drawing.Point(90, 223);
|
|
this.MT_14039.Mask = "000";
|
|
this.MT_14039.Name = "MT_14039";
|
|
this.MT_14039.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14039.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14039.TabIndex = 64;
|
|
this.MT_14039.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14039.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14038
|
|
//
|
|
this.MT_14038.Location = new System.Drawing.Point(64, 223);
|
|
this.MT_14038.Mask = "000";
|
|
this.MT_14038.Name = "MT_14038";
|
|
this.MT_14038.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14038.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14038.TabIndex = 63;
|
|
this.MT_14038.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14038.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14037
|
|
//
|
|
this.MT_14037.Location = new System.Drawing.Point(38, 223);
|
|
this.MT_14037.Mask = "000";
|
|
this.MT_14037.Name = "MT_14037";
|
|
this.MT_14037.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14037.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14037.TabIndex = 61;
|
|
this.MT_14037.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14037.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14036
|
|
//
|
|
this.MT_14036.Location = new System.Drawing.Point(12, 223);
|
|
this.MT_14036.Mask = "000";
|
|
this.MT_14036.Name = "MT_14036";
|
|
this.MT_14036.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14036.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14036.TabIndex = 62;
|
|
this.MT_14036.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14036.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14035
|
|
//
|
|
this.MT_14035.Location = new System.Drawing.Point(142, 204);
|
|
this.MT_14035.Mask = "000";
|
|
this.MT_14035.Name = "MT_14035";
|
|
this.MT_14035.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14035.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14035.TabIndex = 60;
|
|
this.MT_14035.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14035.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14034
|
|
//
|
|
this.MT_14034.Location = new System.Drawing.Point(116, 204);
|
|
this.MT_14034.Mask = "000";
|
|
this.MT_14034.Name = "MT_14034";
|
|
this.MT_14034.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14034.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14034.TabIndex = 59;
|
|
this.MT_14034.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14034.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14033
|
|
//
|
|
this.MT_14033.Location = new System.Drawing.Point(90, 204);
|
|
this.MT_14033.Mask = "000";
|
|
this.MT_14033.Name = "MT_14033";
|
|
this.MT_14033.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14033.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14033.TabIndex = 58;
|
|
this.MT_14033.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14033.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14032
|
|
//
|
|
this.MT_14032.Location = new System.Drawing.Point(64, 204);
|
|
this.MT_14032.Mask = "000";
|
|
this.MT_14032.Name = "MT_14032";
|
|
this.MT_14032.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14032.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14032.TabIndex = 57;
|
|
this.MT_14032.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14032.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14031
|
|
//
|
|
this.MT_14031.Enabled = false;
|
|
this.MT_14031.Location = new System.Drawing.Point(38, 204);
|
|
this.MT_14031.Mask = "000";
|
|
this.MT_14031.Name = "MT_14031";
|
|
this.MT_14031.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14031.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14031.TabIndex = 54;
|
|
this.MT_14031.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14031.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_14030
|
|
//
|
|
this.MT_14030.Location = new System.Drawing.Point(12, 204);
|
|
this.MT_14030.Mask = "000";
|
|
this.MT_14030.Name = "MT_14030";
|
|
this.MT_14030.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.MT_14030.Size = new System.Drawing.Size(26, 20);
|
|
this.MT_14030.TabIndex = 56;
|
|
this.MT_14030.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_14030.TextChanged += new System.EventHandler(this.change255);
|
|
//
|
|
// MT_Hat
|
|
//
|
|
this.MT_Hat.Location = new System.Drawing.Point(83, 108);
|
|
this.MT_Hat.Mask = "00";
|
|
this.MT_Hat.Name = "MT_Hat";
|
|
this.MT_Hat.Size = new System.Drawing.Size(22, 20);
|
|
this.MT_Hat.TabIndex = 55;
|
|
this.MT_Hat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_Hat.TextChanged += new System.EventHandler(this.changeSpecial);
|
|
//
|
|
// MT_HairColor
|
|
//
|
|
this.MT_HairColor.Location = new System.Drawing.Point(83, 45);
|
|
this.MT_HairColor.Mask = "00";
|
|
this.MT_HairColor.Name = "MT_HairColor";
|
|
this.MT_HairColor.Size = new System.Drawing.Size(22, 20);
|
|
this.MT_HairColor.TabIndex = 55;
|
|
this.MT_HairColor.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.MT_HairColor.TextChanged += new System.EventHandler(this.changeSpecial);
|
|
//
|
|
// L_Dress
|
|
//
|
|
this.L_Dress.Location = new System.Drawing.Point(11, 194);
|
|
this.L_Dress.Name = "L_Dress";
|
|
this.L_Dress.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Dress.TabIndex = 21;
|
|
this.L_Dress.Text = "Dress:";
|
|
this.L_Dress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Dress.Visible = false;
|
|
//
|
|
// CB_Dress
|
|
//
|
|
this.CB_Dress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Dress.FormattingEnabled = true;
|
|
this.CB_Dress.Location = new System.Drawing.Point(83, 192);
|
|
this.CB_Dress.Name = "CB_Dress";
|
|
this.CB_Dress.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Dress.TabIndex = 20;
|
|
this.CB_Dress.Visible = false;
|
|
//
|
|
// CB_Bag
|
|
//
|
|
this.CB_Bag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Bag.FormattingEnabled = true;
|
|
this.CB_Bag.Location = new System.Drawing.Point(83, 234);
|
|
this.CB_Bag.Name = "CB_Bag";
|
|
this.CB_Bag.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Bag.TabIndex = 19;
|
|
this.CB_Bag.Visible = false;
|
|
//
|
|
// CB_Socks
|
|
//
|
|
this.CB_Socks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Socks.FormattingEnabled = true;
|
|
this.CB_Socks.Location = new System.Drawing.Point(83, 213);
|
|
this.CB_Socks.Name = "CB_Socks";
|
|
this.CB_Socks.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Socks.TabIndex = 18;
|
|
this.CB_Socks.Visible = false;
|
|
//
|
|
// CB_Pants
|
|
//
|
|
this.CB_Pants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Pants.FormattingEnabled = true;
|
|
this.CB_Pants.Location = new System.Drawing.Point(83, 171);
|
|
this.CB_Pants.Name = "CB_Pants";
|
|
this.CB_Pants.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Pants.TabIndex = 17;
|
|
this.CB_Pants.Visible = false;
|
|
//
|
|
// CB_Shirt
|
|
//
|
|
this.CB_Shirt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Shirt.FormattingEnabled = true;
|
|
this.CB_Shirt.Location = new System.Drawing.Point(83, 150);
|
|
this.CB_Shirt.Name = "CB_Shirt";
|
|
this.CB_Shirt.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Shirt.TabIndex = 16;
|
|
this.CB_Shirt.Visible = false;
|
|
//
|
|
// CB_Accessory
|
|
//
|
|
this.CB_Accessory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Accessory.FormattingEnabled = true;
|
|
this.CB_Accessory.Location = new System.Drawing.Point(83, 129);
|
|
this.CB_Accessory.Name = "CB_Accessory";
|
|
this.CB_Accessory.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Accessory.TabIndex = 15;
|
|
this.CB_Accessory.Visible = false;
|
|
//
|
|
// CB_Hat
|
|
//
|
|
this.CB_Hat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Hat.FormattingEnabled = true;
|
|
this.CB_Hat.Location = new System.Drawing.Point(83, 108);
|
|
this.CB_Hat.Name = "CB_Hat";
|
|
this.CB_Hat.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Hat.TabIndex = 14;
|
|
this.CB_Hat.Visible = false;
|
|
//
|
|
// L_Accessory
|
|
//
|
|
this.L_Accessory.Location = new System.Drawing.Point(11, 131);
|
|
this.L_Accessory.Name = "L_Accessory";
|
|
this.L_Accessory.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Accessory.TabIndex = 13;
|
|
this.L_Accessory.Text = "Accessory:";
|
|
this.L_Accessory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Accessory.Visible = false;
|
|
//
|
|
// L_Bag
|
|
//
|
|
this.L_Bag.Location = new System.Drawing.Point(11, 235);
|
|
this.L_Bag.Name = "L_Bag";
|
|
this.L_Bag.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Bag.TabIndex = 12;
|
|
this.L_Bag.Text = "Bag:";
|
|
this.L_Bag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Socks
|
|
//
|
|
this.L_Socks.Location = new System.Drawing.Point(11, 214);
|
|
this.L_Socks.Name = "L_Socks";
|
|
this.L_Socks.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Socks.TabIndex = 11;
|
|
this.L_Socks.Text = "Socks:";
|
|
this.L_Socks.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Socks.Visible = false;
|
|
//
|
|
// L_Pants
|
|
//
|
|
this.L_Pants.Location = new System.Drawing.Point(11, 173);
|
|
this.L_Pants.Name = "L_Pants";
|
|
this.L_Pants.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Pants.TabIndex = 10;
|
|
this.L_Pants.Text = "Pants:";
|
|
this.L_Pants.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Pants.Visible = false;
|
|
//
|
|
// L_Shirt
|
|
//
|
|
this.L_Shirt.Location = new System.Drawing.Point(11, 152);
|
|
this.L_Shirt.Name = "L_Shirt";
|
|
this.L_Shirt.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Shirt.TabIndex = 9;
|
|
this.L_Shirt.Text = "Shirt:";
|
|
this.L_Shirt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Shirt.Visible = false;
|
|
//
|
|
// CB_FaceHair
|
|
//
|
|
this.CB_FaceHair.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_FaceHair.FormattingEnabled = true;
|
|
this.CB_FaceHair.Location = new System.Drawing.Point(83, 87);
|
|
this.CB_FaceHair.Name = "CB_FaceHair";
|
|
this.CB_FaceHair.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_FaceHair.TabIndex = 8;
|
|
this.CB_FaceHair.Visible = false;
|
|
//
|
|
// CB_Hair
|
|
//
|
|
this.CB_Hair.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Hair.FormattingEnabled = true;
|
|
this.CB_Hair.Location = new System.Drawing.Point(83, 66);
|
|
this.CB_Hair.Name = "CB_Hair";
|
|
this.CB_Hair.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Hair.TabIndex = 7;
|
|
this.CB_Hair.Visible = false;
|
|
//
|
|
// CB_Eye
|
|
//
|
|
this.CB_Eye.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Eye.FormattingEnabled = true;
|
|
this.CB_Eye.Location = new System.Drawing.Point(83, 45);
|
|
this.CB_Eye.Name = "CB_Eye";
|
|
this.CB_Eye.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Eye.TabIndex = 6;
|
|
this.CB_Eye.Visible = false;
|
|
//
|
|
// CB_Skin
|
|
//
|
|
this.CB_Skin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Skin.FormattingEnabled = true;
|
|
this.CB_Skin.Location = new System.Drawing.Point(83, 24);
|
|
this.CB_Skin.Name = "CB_Skin";
|
|
this.CB_Skin.Size = new System.Drawing.Size(88, 21);
|
|
this.CB_Skin.TabIndex = 5;
|
|
this.CB_Skin.Visible = false;
|
|
//
|
|
// L_Hat
|
|
//
|
|
this.L_Hat.Location = new System.Drawing.Point(11, 110);
|
|
this.L_Hat.Name = "L_Hat";
|
|
this.L_Hat.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Hat.TabIndex = 4;
|
|
this.L_Hat.Text = "Hat:";
|
|
this.L_Hat.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_FacialHair
|
|
//
|
|
this.L_FacialHair.Location = new System.Drawing.Point(11, 88);
|
|
this.L_FacialHair.Name = "L_FacialHair";
|
|
this.L_FacialHair.Size = new System.Drawing.Size(65, 13);
|
|
this.L_FacialHair.TabIndex = 3;
|
|
this.L_FacialHair.Text = "Facial Hair:";
|
|
this.L_FacialHair.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_FacialHair.Visible = false;
|
|
//
|
|
// L_Hairstyle
|
|
//
|
|
this.L_Hairstyle.Location = new System.Drawing.Point(11, 67);
|
|
this.L_Hairstyle.Name = "L_Hairstyle";
|
|
this.L_Hairstyle.Size = new System.Drawing.Size(65, 13);
|
|
this.L_Hairstyle.TabIndex = 2;
|
|
this.L_Hairstyle.Text = "Hairstyle:";
|
|
this.L_Hairstyle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_Hairstyle.Visible = false;
|
|
//
|
|
// L_HairColor
|
|
//
|
|
this.L_HairColor.Location = new System.Drawing.Point(11, 47);
|
|
this.L_HairColor.Name = "L_HairColor";
|
|
this.L_HairColor.Size = new System.Drawing.Size(65, 13);
|
|
this.L_HairColor.TabIndex = 1;
|
|
this.L_HairColor.Text = "Hair Color:";
|
|
this.L_HairColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_SkinColor
|
|
//
|
|
this.L_SkinColor.Location = new System.Drawing.Point(11, 28);
|
|
this.L_SkinColor.Name = "L_SkinColor";
|
|
this.L_SkinColor.Size = new System.Drawing.Size(65, 13);
|
|
this.L_SkinColor.TabIndex = 0;
|
|
this.L_SkinColor.Text = "Skin Color:";
|
|
this.L_SkinColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.L_SkinColor.Visible = false;
|
|
//
|
|
// 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(230, 288);
|
|
this.GB_Map.Name = "GB_Map";
|
|
this.GB_Map.Size = new System.Drawing.Size(179, 195);
|
|
this.GB_Map.TabIndex = 51;
|
|
this.GB_Map.TabStop = false;
|
|
this.GB_Map.Text = "Map Position";
|
|
//
|
|
// GB_Misc
|
|
//
|
|
this.GB_Misc.Controls.Add(this.CB_Vivillon);
|
|
this.GB_Misc.Controls.Add(this.L_Vivillon);
|
|
this.GB_Misc.Controls.Add(this.TB_Style);
|
|
this.GB_Misc.Controls.Add(this.L_MultiplayerSprite);
|
|
this.GB_Misc.Controls.Add(this.PB_Sprite);
|
|
this.GB_Misc.Controls.Add(this.CB_Multi);
|
|
this.GB_Misc.Controls.Add(this.L_Style);
|
|
this.GB_Misc.Location = new System.Drawing.Point(13, 374);
|
|
this.GB_Misc.Name = "GB_Misc";
|
|
this.GB_Misc.Size = new System.Drawing.Size(209, 109);
|
|
this.GB_Misc.TabIndex = 53;
|
|
this.GB_Misc.TabStop = false;
|
|
this.GB_Misc.Text = "Misc";
|
|
//
|
|
// CB_Vivillon
|
|
//
|
|
this.CB_Vivillon.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Vivillon.Enabled = false;
|
|
this.CB_Vivillon.FormattingEnabled = true;
|
|
this.CB_Vivillon.Location = new System.Drawing.Point(9, 81);
|
|
this.CB_Vivillon.Name = "CB_Vivillon";
|
|
this.CB_Vivillon.Size = new System.Drawing.Size(102, 21);
|
|
this.CB_Vivillon.TabIndex = 29;
|
|
//
|
|
// L_Vivillon
|
|
//
|
|
this.L_Vivillon.AutoSize = true;
|
|
this.L_Vivillon.Location = new System.Drawing.Point(8, 65);
|
|
this.L_Vivillon.Name = "L_Vivillon";
|
|
this.L_Vivillon.Size = new System.Drawing.Size(43, 13);
|
|
this.L_Vivillon.TabIndex = 28;
|
|
this.L_Vivillon.Text = "Vivillon:";
|
|
this.L_Vivillon.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// L_MultiplayerSprite
|
|
//
|
|
this.L_MultiplayerSprite.AutoSize = true;
|
|
this.L_MultiplayerSprite.Enabled = false;
|
|
this.L_MultiplayerSprite.Location = new System.Drawing.Point(8, 22);
|
|
this.L_MultiplayerSprite.Name = "L_MultiplayerSprite";
|
|
this.L_MultiplayerSprite.Size = new System.Drawing.Size(90, 13);
|
|
this.L_MultiplayerSprite.TabIndex = 27;
|
|
this.L_MultiplayerSprite.Text = "Multiplayer Sprite:";
|
|
//
|
|
// PB_Sprite
|
|
//
|
|
this.PB_Sprite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.PB_Sprite.Enabled = false;
|
|
this.PB_Sprite.Location = new System.Drawing.Point(161, 17);
|
|
this.PB_Sprite.Name = "PB_Sprite";
|
|
this.PB_Sprite.Size = new System.Drawing.Size(42, 42);
|
|
this.PB_Sprite.TabIndex = 26;
|
|
this.PB_Sprite.TabStop = false;
|
|
//
|
|
// CB_Multi
|
|
//
|
|
this.CB_Multi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Multi.Enabled = false;
|
|
this.CB_Multi.FormattingEnabled = true;
|
|
this.CB_Multi.Location = new System.Drawing.Point(9, 38);
|
|
this.CB_Multi.Name = "CB_Multi";
|
|
this.CB_Multi.Size = new System.Drawing.Size(148, 21);
|
|
this.CB_Multi.TabIndex = 25;
|
|
this.CB_Multi.SelectedIndexChanged += new System.EventHandler(this.CB_Multi_SelectedIndexChanged);
|
|
//
|
|
// L_Offset
|
|
//
|
|
this.L_Offset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_Offset.AutoSize = true;
|
|
this.L_Offset.Location = new System.Drawing.Point(424, 580);
|
|
this.L_Offset.Name = "L_Offset";
|
|
this.L_Offset.Size = new System.Drawing.Size(39, 13);
|
|
this.L_Offset.TabIndex = 28;
|
|
this.L_Offset.Text = "(offset)";
|
|
//
|
|
// L_Stats
|
|
//
|
|
this.L_Stats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_Stats.AutoSize = true;
|
|
this.L_Stats.Location = new System.Drawing.Point(424, 524);
|
|
this.L_Stats.Name = "L_Stats";
|
|
this.L_Stats.Size = new System.Drawing.Size(31, 13);
|
|
this.L_Stats.TabIndex = 24;
|
|
this.L_Stats.Text = "Stats";
|
|
//
|
|
// CB_Stats
|
|
//
|
|
this.CB_Stats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CB_Stats.DropDownHeight = 156;
|
|
this.CB_Stats.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.CB_Stats.DropDownWidth = 180;
|
|
this.CB_Stats.FormattingEnabled = true;
|
|
this.CB_Stats.IntegralHeight = false;
|
|
this.CB_Stats.Location = new System.Drawing.Point(427, 540);
|
|
this.CB_Stats.Name = "CB_Stats";
|
|
this.CB_Stats.Size = new System.Drawing.Size(121, 21);
|
|
this.CB_Stats.TabIndex = 23;
|
|
this.CB_Stats.SelectedIndexChanged += new System.EventHandler(this.changeStat);
|
|
//
|
|
// L_Value
|
|
//
|
|
this.L_Value.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.L_Value.AutoSize = true;
|
|
this.L_Value.Location = new System.Drawing.Point(424, 564);
|
|
this.L_Value.Name = "L_Value";
|
|
this.L_Value.Size = new System.Drawing.Size(34, 13);
|
|
this.L_Value.TabIndex = 22;
|
|
this.L_Value.Text = "Value";
|
|
//
|
|
// MT_Stat
|
|
//
|
|
this.MT_Stat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MT_Stat.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.MT_Stat.Location = new System.Drawing.Point(471, 561);
|
|
this.MT_Stat.Mask = "0000000000";
|
|
this.MT_Stat.Name = "MT_Stat";
|
|
this.MT_Stat.Size = new System.Drawing.Size(77, 20);
|
|
this.MT_Stat.TabIndex = 21;
|
|
this.MT_Stat.Text = "1231231234";
|
|
this.MT_Stat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.MT_Stat.TextChanged += new System.EventHandler(this.changeStatVal);
|
|
//
|
|
// NUD_X
|
|
//
|
|
this.NUD_X.DecimalPlaces = 1;
|
|
this.NUD_X.Location = new System.Drawing.Point(109, 71);
|
|
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;
|
|
//
|
|
// NUD_Y
|
|
//
|
|
this.NUD_Y.DecimalPlaces = 1;
|
|
this.NUD_Y.Location = new System.Drawing.Point(109, 149);
|
|
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;
|
|
//
|
|
// NUD_M
|
|
//
|
|
this.NUD_M.Location = new System.Drawing.Point(109, 33);
|
|
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;
|
|
//
|
|
// NUD_Z
|
|
//
|
|
this.NUD_Z.Location = new System.Drawing.Point(109, 109);
|
|
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;
|
|
//
|
|
// SAV_Trainer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(584, 636);
|
|
this.Controls.Add(this.GB_Misc);
|
|
this.Controls.Add(this.GB_Map);
|
|
this.Controls.Add(this.L_Offset);
|
|
this.Controls.Add(this.GB_Appear);
|
|
this.Controls.Add(this.GB_MaisonCurrent);
|
|
this.Controls.Add(this.GB_MaisonBest);
|
|
this.Controls.Add(this.B_Save);
|
|
this.Controls.Add(this.L_Stats);
|
|
this.Controls.Add(this.B_Cancel);
|
|
this.Controls.Add(this.CB_Stats);
|
|
this.Controls.Add(this.GB_Overview);
|
|
this.Controls.Add(this.L_Value);
|
|
this.Controls.Add(this.GB_Sayings);
|
|
this.Controls.Add(this.MT_Stat);
|
|
this.Controls.Add(this.GB_Badges);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "SAV_Trainer";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Trainer Data Editor";
|
|
this.GB_Badges.ResumeLayout(false);
|
|
this.GB_Badges.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit();
|
|
this.GB_Sayings.ResumeLayout(false);
|
|
this.GB_Sayings.PerformLayout();
|
|
this.GB_Overview.ResumeLayout(false);
|
|
this.GB_Overview.PerformLayout();
|
|
this.GB_MaisonBest.ResumeLayout(false);
|
|
this.GB_MaisonBest.PerformLayout();
|
|
this.GB_MaisonCurrent.ResumeLayout(false);
|
|
this.GB_MaisonCurrent.PerformLayout();
|
|
this.GB_Appear.ResumeLayout(false);
|
|
this.GB_Appear.PerformLayout();
|
|
this.GB_Map.ResumeLayout(false);
|
|
this.GB_Map.PerformLayout();
|
|
this.GB_Misc.ResumeLayout(false);
|
|
this.GB_Misc.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PB_Sprite)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_X)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Y)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_M)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NUD_Z)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.TextBox TB_OTName;
|
|
private System.Windows.Forms.Label L_TrainerName;
|
|
private System.Windows.Forms.MaskedTextBox MT_Money;
|
|
private System.Windows.Forms.Label L_Money;
|
|
private System.Windows.Forms.Label L_TID;
|
|
private System.Windows.Forms.Label L_SID;
|
|
private System.Windows.Forms.MaskedTextBox MT_TID;
|
|
private System.Windows.Forms.MaskedTextBox MT_SID;
|
|
private System.Windows.Forms.CheckBox cb1;
|
|
private System.Windows.Forms.CheckBox cb2;
|
|
private System.Windows.Forms.CheckBox cb3;
|
|
private System.Windows.Forms.CheckBox cb4;
|
|
private System.Windows.Forms.CheckBox cb5;
|
|
private System.Windows.Forms.CheckBox cb6;
|
|
private System.Windows.Forms.CheckBox cb7;
|
|
private System.Windows.Forms.CheckBox cb8;
|
|
private System.Windows.Forms.PictureBox pb1;
|
|
private System.Windows.Forms.PictureBox pb3;
|
|
private System.Windows.Forms.PictureBox pb5;
|
|
private System.Windows.Forms.PictureBox pb7;
|
|
private System.Windows.Forms.PictureBox pb2;
|
|
private System.Windows.Forms.PictureBox pb4;
|
|
private System.Windows.Forms.PictureBox pb6;
|
|
private System.Windows.Forms.PictureBox pb8;
|
|
private System.Windows.Forms.GroupBox GB_Badges;
|
|
private System.Windows.Forms.GroupBox GB_Sayings;
|
|
private System.Windows.Forms.Label L_Saying5;
|
|
private System.Windows.Forms.Label L_Saying4;
|
|
private System.Windows.Forms.Label L_Saying3;
|
|
private System.Windows.Forms.Label L_Saying2;
|
|
private System.Windows.Forms.Label L_Saying1;
|
|
private System.Windows.Forms.TextBox TB_Saying5;
|
|
private System.Windows.Forms.TextBox TB_Saying4;
|
|
private System.Windows.Forms.TextBox TB_Saying3;
|
|
private System.Windows.Forms.TextBox TB_Saying2;
|
|
private System.Windows.Forms.TextBox TB_Saying1;
|
|
private System.Windows.Forms.GroupBox GB_Overview;
|
|
private System.Windows.Forms.ComboBox CB_Language;
|
|
private System.Windows.Forms.ComboBox CB_3DSReg;
|
|
private System.Windows.Forms.Label L_3DSReg;
|
|
private System.Windows.Forms.Button B_MaxCash;
|
|
private System.Windows.Forms.ComboBox CB_Region;
|
|
private System.Windows.Forms.ComboBox CB_Country;
|
|
private System.Windows.Forms.Label L_Region;
|
|
private System.Windows.Forms.Label L_Country;
|
|
private System.Windows.Forms.GroupBox GB_MaisonBest;
|
|
private System.Windows.Forms.Label GB_SuperB;
|
|
private System.Windows.Forms.Label L_NormalB;
|
|
private System.Windows.Forms.Label L_MultiB;
|
|
private System.Windows.Forms.Label L_RotationB;
|
|
private System.Windows.Forms.Label L_TriplesB;
|
|
private System.Windows.Forms.Label L_DoublesB;
|
|
private System.Windows.Forms.Label L_SinglesB;
|
|
private System.Windows.Forms.GroupBox GB_MaisonCurrent;
|
|
private System.Windows.Forms.Label L_SuperC;
|
|
private System.Windows.Forms.Label L_NormalC;
|
|
private System.Windows.Forms.Label L_MultiC;
|
|
private System.Windows.Forms.Label L_RotationC;
|
|
private System.Windows.Forms.Label L_TriplesC;
|
|
private System.Windows.Forms.Label L_DoublesC;
|
|
private System.Windows.Forms.Label L_SinglesC;
|
|
private System.Windows.Forms.Label L_Language;
|
|
private System.Windows.Forms.ComboBox CB_Game;
|
|
private System.Windows.Forms.ComboBox CB_Gender;
|
|
private System.Windows.Forms.Label L_CurrentMap;
|
|
private System.Windows.Forms.Label L_X;
|
|
private System.Windows.Forms.Label L_Y;
|
|
private System.Windows.Forms.Label L_Z;
|
|
private System.Windows.Forms.MaskedTextBox TB_BP;
|
|
private System.Windows.Forms.MaskedTextBox TB_PM;
|
|
private System.Windows.Forms.Label L_BP;
|
|
private System.Windows.Forms.Label L_PM;
|
|
private System.Windows.Forms.MaskedTextBox TB_Style;
|
|
private System.Windows.Forms.Label L_Style;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBMS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBMN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBRS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBRN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBTS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBTN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBDS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBDN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBSS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MBSN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCMS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCMN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCRS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCRN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCTS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCTN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCDS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCDN;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCSS;
|
|
private System.Windows.Forms.MaskedTextBox TB_MCSN;
|
|
private System.Windows.Forms.GroupBox GB_Appear;
|
|
private System.Windows.Forms.Label L_Dress;
|
|
private System.Windows.Forms.ComboBox CB_Dress;
|
|
private System.Windows.Forms.ComboBox CB_Bag;
|
|
private System.Windows.Forms.ComboBox CB_Socks;
|
|
private System.Windows.Forms.ComboBox CB_Pants;
|
|
private System.Windows.Forms.ComboBox CB_Shirt;
|
|
private System.Windows.Forms.ComboBox CB_Accessory;
|
|
private System.Windows.Forms.ComboBox CB_Hat;
|
|
private System.Windows.Forms.Label L_Accessory;
|
|
private System.Windows.Forms.Label L_Bag;
|
|
private System.Windows.Forms.Label L_Socks;
|
|
private System.Windows.Forms.Label L_Pants;
|
|
private System.Windows.Forms.Label L_Shirt;
|
|
private System.Windows.Forms.ComboBox CB_FaceHair;
|
|
private System.Windows.Forms.ComboBox CB_Hair;
|
|
private System.Windows.Forms.ComboBox CB_Eye;
|
|
private System.Windows.Forms.ComboBox CB_Skin;
|
|
private System.Windows.Forms.Label L_Hat;
|
|
private System.Windows.Forms.Label L_FacialHair;
|
|
private System.Windows.Forms.Label L_Hairstyle;
|
|
private System.Windows.Forms.Label L_HairColor;
|
|
private System.Windows.Forms.Label L_SkinColor;
|
|
private System.Windows.Forms.GroupBox GB_Map;
|
|
private System.Windows.Forms.GroupBox GB_Misc;
|
|
private System.Windows.Forms.Label L_MultiplayerSprite;
|
|
private System.Windows.Forms.PictureBox PB_Sprite;
|
|
private System.Windows.Forms.ComboBox CB_Multi;
|
|
private System.Windows.Forms.Label L_Stats;
|
|
private System.Windows.Forms.ComboBox CB_Stats;
|
|
private System.Windows.Forms.Label L_Value;
|
|
private System.Windows.Forms.MaskedTextBox MT_Stat;
|
|
private System.Windows.Forms.Label L_Offset;
|
|
private System.Windows.Forms.Label L_Seconds;
|
|
private System.Windows.Forms.Label L_Minutes;
|
|
private System.Windows.Forms.MaskedTextBox MT_Seconds;
|
|
private System.Windows.Forms.MaskedTextBox MT_Minutes;
|
|
private System.Windows.Forms.Label L_Hours;
|
|
private System.Windows.Forms.MaskedTextBox MT_Hours;
|
|
private System.Windows.Forms.MaskedTextBox MT_Hat;
|
|
private System.Windows.Forms.MaskedTextBox MT_HairColor;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403B;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403A;
|
|
private System.Windows.Forms.MaskedTextBox MT_14039;
|
|
private System.Windows.Forms.MaskedTextBox MT_14038;
|
|
private System.Windows.Forms.MaskedTextBox MT_14037;
|
|
private System.Windows.Forms.MaskedTextBox MT_14036;
|
|
private System.Windows.Forms.MaskedTextBox MT_14035;
|
|
private System.Windows.Forms.MaskedTextBox MT_14034;
|
|
private System.Windows.Forms.MaskedTextBox MT_14033;
|
|
private System.Windows.Forms.MaskedTextBox MT_14032;
|
|
private System.Windows.Forms.MaskedTextBox MT_14031;
|
|
private System.Windows.Forms.MaskedTextBox MT_14030;
|
|
private System.Windows.Forms.Button B_GiveAccessories;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403F;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403E;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403D;
|
|
private System.Windows.Forms.MaskedTextBox MT_1403C;
|
|
private System.Windows.Forms.Label L_Outfit;
|
|
private System.Windows.Forms.ComboBox CB_Vivillon;
|
|
private System.Windows.Forms.Label L_Vivillon;
|
|
private System.Windows.Forms.NumericUpDown NUD_Y;
|
|
private System.Windows.Forms.NumericUpDown NUD_X;
|
|
private System.Windows.Forms.NumericUpDown NUD_Z;
|
|
private System.Windows.Forms.NumericUpDown NUD_M;
|
|
}
|
|
}
|