namespace PKHeX.WinForms { partial class SAV_SimpleTrainer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { GB_Adventure = new System.Windows.Forms.GroupBox(); L_PikaBeach = new System.Windows.Forms.Label(); MT_PikaBeach = new System.Windows.Forms.MaskedTextBox(); L_PikaFriend = new System.Windows.Forms.Label(); MT_PikaFriend = new System.Windows.Forms.MaskedTextBox(); L_Started = new System.Windows.Forms.Label(); CAL_AdventureStartDate = new System.Windows.Forms.DateTimePicker(); CAL_HoFDate = new System.Windows.Forms.DateTimePicker(); L_Fame = new System.Windows.Forms.Label(); MT_Seconds = new System.Windows.Forms.MaskedTextBox(); MT_Hours = new System.Windows.Forms.MaskedTextBox(); L_Seconds = new System.Windows.Forms.Label(); L_Hours = new System.Windows.Forms.Label(); MT_Minutes = new System.Windows.Forms.MaskedTextBox(); L_Minutes = new System.Windows.Forms.Label(); CAL_AdventureStartTime = new System.Windows.Forms.DateTimePicker(); CAL_HoFTime = new System.Windows.Forms.DateTimePicker(); TB_OTName = new System.Windows.Forms.TextBox(); CB_Gender = new System.Windows.Forms.ComboBox(); L_TrainerName = new System.Windows.Forms.Label(); L_TID = new System.Windows.Forms.Label(); MT_Money = new System.Windows.Forms.MaskedTextBox(); L_SID = new System.Windows.Forms.Label(); L_Money = new System.Windows.Forms.Label(); MT_TID = new System.Windows.Forms.MaskedTextBox(); MT_SID = new System.Windows.Forms.MaskedTextBox(); B_MaxCash = new System.Windows.Forms.Button(); GB_Map = new System.Windows.Forms.GroupBox(); NUD_Z = new System.Windows.Forms.NumericUpDown(); NUD_M = new System.Windows.Forms.NumericUpDown(); NUD_Y = new System.Windows.Forms.NumericUpDown(); NUD_X = new System.Windows.Forms.NumericUpDown(); L_Y = new System.Windows.Forms.Label(); L_CurrentMap = new System.Windows.Forms.Label(); L_Z = new System.Windows.Forms.Label(); L_X = new System.Windows.Forms.Label(); B_Save = new System.Windows.Forms.Button(); B_Cancel = new System.Windows.Forms.Button(); GB_Trainer = new System.Windows.Forms.GroupBox(); L_Country = new System.Windows.Forms.Label(); CB_Country = new System.Windows.Forms.ComboBox(); L_Region = new System.Windows.Forms.Label(); CB_Region = new System.Windows.Forms.ComboBox(); B_MaxCoins = new System.Windows.Forms.Button(); L_Coins = new System.Windows.Forms.Label(); MT_Coins = new System.Windows.Forms.MaskedTextBox(); GB_Badges = new System.Windows.Forms.GroupBox(); CHK_H8 = new System.Windows.Forms.CheckBox(); CHK_H7 = new System.Windows.Forms.CheckBox(); CHK_H6 = new System.Windows.Forms.CheckBox(); CHK_H5 = new System.Windows.Forms.CheckBox(); CHK_H4 = new System.Windows.Forms.CheckBox(); CHK_H3 = new System.Windows.Forms.CheckBox(); CHK_H2 = new System.Windows.Forms.CheckBox(); CHK_H1 = new System.Windows.Forms.CheckBox(); CHK_8 = new System.Windows.Forms.CheckBox(); CHK_7 = new System.Windows.Forms.CheckBox(); CHK_6 = new System.Windows.Forms.CheckBox(); CHK_5 = new System.Windows.Forms.CheckBox(); CHK_4 = new System.Windows.Forms.CheckBox(); CHK_3 = new System.Windows.Forms.CheckBox(); CHK_2 = new System.Windows.Forms.CheckBox(); CHK_1 = new System.Windows.Forms.CheckBox(); GB_Options = new System.Windows.Forms.GroupBox(); LBL_SoundType = new System.Windows.Forms.Label(); CB_SoundType = new System.Windows.Forms.ComboBox(); LBL_TextSpeed = new System.Windows.Forms.Label(); CB_TextSpeed = new System.Windows.Forms.ComboBox(); LBL_BattleStyle = new System.Windows.Forms.Label(); CB_BattleStyle = new System.Windows.Forms.ComboBox(); CHK_BattleEffects = new System.Windows.Forms.CheckBox(); GB_Adventure.SuspendLayout(); GB_Map.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)NUD_Z).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_M).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Y).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_X).BeginInit(); GB_Trainer.SuspendLayout(); GB_Badges.SuspendLayout(); GB_Options.SuspendLayout(); SuspendLayout(); // // GB_Adventure // GB_Adventure.Controls.Add(L_PikaBeach); GB_Adventure.Controls.Add(MT_PikaBeach); GB_Adventure.Controls.Add(L_PikaFriend); GB_Adventure.Controls.Add(MT_PikaFriend); GB_Adventure.Controls.Add(L_Started); GB_Adventure.Controls.Add(CAL_AdventureStartDate); GB_Adventure.Controls.Add(CAL_HoFDate); GB_Adventure.Controls.Add(L_Fame); GB_Adventure.Controls.Add(MT_Seconds); GB_Adventure.Controls.Add(MT_Hours); GB_Adventure.Controls.Add(L_Seconds); GB_Adventure.Controls.Add(L_Hours); GB_Adventure.Controls.Add(MT_Minutes); GB_Adventure.Controls.Add(L_Minutes); GB_Adventure.Controls.Add(CAL_AdventureStartTime); GB_Adventure.Controls.Add(CAL_HoFTime); GB_Adventure.Location = new System.Drawing.Point(13, 168); GB_Adventure.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Adventure.Name = "GB_Adventure"; GB_Adventure.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Adventure.Size = new System.Drawing.Size(233, 174); GB_Adventure.TabIndex = 70; GB_Adventure.TabStop = false; GB_Adventure.Text = "Adventure Info"; // // L_PikaBeach // L_PikaBeach.AutoSize = true; L_PikaBeach.Location = new System.Drawing.Point(8, 78); L_PikaBeach.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PikaBeach.Name = "L_PikaBeach"; L_PikaBeach.Size = new System.Drawing.Size(87, 15); L_PikaBeach.TabIndex = 75; L_PikaBeach.Text = "Pikachu Beach:"; L_PikaBeach.Visible = false; // // MT_PikaBeach // MT_PikaBeach.Location = new System.Drawing.Point(130, 74); MT_PikaBeach.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_PikaBeach.Mask = "0000"; MT_PikaBeach.Name = "MT_PikaBeach"; MT_PikaBeach.Size = new System.Drawing.Size(45, 23); MT_PikaBeach.TabIndex = 74; MT_PikaBeach.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; MT_PikaBeach.Visible = false; // // L_PikaFriend // L_PikaFriend.AutoSize = true; L_PikaFriend.Location = new System.Drawing.Point(8, 51); L_PikaFriend.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PikaFriend.Name = "L_PikaFriend"; L_PikaFriend.Size = new System.Drawing.Size(110, 15); L_PikaFriend.TabIndex = 73; L_PikaFriend.Text = "Pikachu Friendship:"; L_PikaFriend.Visible = false; // // MT_PikaFriend // MT_PikaFriend.Location = new System.Drawing.Point(130, 46); MT_PikaFriend.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_PikaFriend.Mask = "000"; MT_PikaFriend.Name = "MT_PikaFriend"; MT_PikaFriend.Size = new System.Drawing.Size(45, 23); MT_PikaFriend.TabIndex = 72; MT_PikaFriend.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; MT_PikaFriend.Visible = false; MT_PikaFriend.TextChanged += Change255; // // L_Started // L_Started.Location = new System.Drawing.Point(5, 59); L_Started.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Started.Name = "L_Started"; L_Started.Size = new System.Drawing.Size(93, 23); L_Started.TabIndex = 36; L_Started.Text = "Game Started:"; L_Started.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CAL_AdventureStartDate // CAL_AdventureStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; CAL_AdventureStartDate.Location = new System.Drawing.Point(105, 59); CAL_AdventureStartDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CAL_AdventureStartDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0); CAL_AdventureStartDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); CAL_AdventureStartDate.Name = "CAL_AdventureStartDate"; CAL_AdventureStartDate.Size = new System.Drawing.Size(115, 23); CAL_AdventureStartDate.TabIndex = 35; CAL_AdventureStartDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // CAL_HoFDate // CAL_HoFDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; CAL_HoFDate.Location = new System.Drawing.Point(105, 123); CAL_HoFDate.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CAL_HoFDate.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0); CAL_HoFDate.Name = "CAL_HoFDate"; CAL_HoFDate.Size = new System.Drawing.Size(115, 23); CAL_HoFDate.TabIndex = 31; CAL_HoFDate.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // L_Fame // L_Fame.Location = new System.Drawing.Point(5, 123); L_Fame.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Fame.Name = "L_Fame"; L_Fame.Size = new System.Drawing.Size(93, 23); L_Fame.TabIndex = 32; L_Fame.Text = "Hall of Fame:"; L_Fame.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // MT_Seconds // MT_Seconds.Location = new System.Drawing.Point(194, 20); MT_Seconds.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Seconds.Mask = "00"; MT_Seconds.Name = "MT_Seconds"; MT_Seconds.Size = new System.Drawing.Size(25, 23); MT_Seconds.TabIndex = 28; MT_Seconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // MT_Hours // MT_Hours.Location = new System.Drawing.Point(51, 20); MT_Hours.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Hours.Mask = "00000"; MT_Hours.Name = "MT_Hours"; MT_Hours.Size = new System.Drawing.Size(44, 23); MT_Hours.TabIndex = 25; MT_Hours.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_Seconds // L_Seconds.AutoSize = true; L_Seconds.Location = new System.Drawing.Point(159, 23); L_Seconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Seconds.Name = "L_Seconds"; L_Seconds.Size = new System.Drawing.Size(28, 15); L_Seconds.TabIndex = 30; L_Seconds.Text = "Sec:"; // // L_Hours // L_Hours.AutoSize = true; L_Hours.Location = new System.Drawing.Point(14, 23); L_Hours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Hours.Name = "L_Hours"; L_Hours.Size = new System.Drawing.Size(28, 15); L_Hours.TabIndex = 26; L_Hours.Text = "Hrs:"; // // MT_Minutes // MT_Minutes.Location = new System.Drawing.Point(130, 20); MT_Minutes.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Minutes.Mask = "00"; MT_Minutes.Name = "MT_Minutes"; MT_Minutes.Size = new System.Drawing.Size(25, 23); MT_Minutes.TabIndex = 27; MT_Minutes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_Minutes // L_Minutes.AutoSize = true; L_Minutes.Location = new System.Drawing.Point(98, 23); L_Minutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Minutes.Name = "L_Minutes"; L_Minutes.Size = new System.Drawing.Size(31, 15); L_Minutes.TabIndex = 29; L_Minutes.Text = "Min:"; // // CAL_AdventureStartTime // CAL_AdventureStartTime.CustomFormat = "HH:mm:ss"; CAL_AdventureStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; CAL_AdventureStartTime.Location = new System.Drawing.Point(135, 81); CAL_AdventureStartTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CAL_AdventureStartTime.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0); CAL_AdventureStartTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); CAL_AdventureStartTime.Name = "CAL_AdventureStartTime"; CAL_AdventureStartTime.ShowUpDown = true; CAL_AdventureStartTime.Size = new System.Drawing.Size(84, 23); CAL_AdventureStartTime.TabIndex = 34; CAL_AdventureStartTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // CAL_HoFTime // CAL_HoFTime.CustomFormat = "HH:mm:ss"; CAL_HoFTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; CAL_HoFTime.Location = new System.Drawing.Point(135, 145); CAL_HoFTime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CAL_HoFTime.MaxDate = new System.DateTime(2099, 12, 31, 0, 0, 0, 0); CAL_HoFTime.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); CAL_HoFTime.Name = "CAL_HoFTime"; CAL_HoFTime.ShowUpDown = true; CAL_HoFTime.Size = new System.Drawing.Size(84, 23); CAL_HoFTime.TabIndex = 37; CAL_HoFTime.Value = new System.DateTime(2000, 1, 1, 0, 0, 0, 0); // // TB_OTName // TB_OTName.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); TB_OTName.Location = new System.Drawing.Point(115, 13); TB_OTName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); TB_OTName.MaxLength = 12; TB_OTName.Name = "TB_OTName"; TB_OTName.Size = new System.Drawing.Size(108, 20); TB_OTName.TabIndex = 57; TB_OTName.Text = "WWWWWWWWWWWW"; TB_OTName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // CB_Gender // CB_Gender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_Gender.FormattingEnabled = true; CB_Gender.Items.AddRange(new object[] { "♂", "♀" }); CB_Gender.Location = new System.Drawing.Point(139, 63); CB_Gender.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_Gender.Name = "CB_Gender"; CB_Gender.Size = new System.Drawing.Size(46, 23); CB_Gender.TabIndex = 68; // // L_TrainerName // L_TrainerName.Location = new System.Drawing.Point(8, 15); L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_TrainerName.Name = "L_TrainerName"; L_TrainerName.Size = new System.Drawing.Size(102, 18); L_TrainerName.TabIndex = 58; L_TrainerName.Text = "Name:"; L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_TID // L_TID.Location = new System.Drawing.Point(10, 40); L_TID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_TID.Name = "L_TID"; L_TID.Size = new System.Drawing.Size(44, 15); L_TID.TabIndex = 61; L_TID.Text = "TID16:"; L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // MT_Money // MT_Money.Location = new System.Drawing.Point(139, 38); MT_Money.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Money.Mask = "0000000"; MT_Money.Name = "MT_Money"; MT_Money.Size = new System.Drawing.Size(60, 23); MT_Money.TabIndex = 59; MT_Money.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_SID // L_SID.Location = new System.Drawing.Point(10, 67); L_SID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_SID.Name = "L_SID"; L_SID.Size = new System.Drawing.Size(44, 15); L_SID.TabIndex = 62; L_SID.Text = "SID16:"; L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Money // L_Money.AutoSize = true; L_Money.Location = new System.Drawing.Point(119, 42); L_Money.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Money.Name = "L_Money"; L_Money.Size = new System.Drawing.Size(16, 15); L_Money.TabIndex = 60; L_Money.Text = "$:"; // // MT_TID // MT_TID.Location = new System.Drawing.Point(62, 39); MT_TID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_TID.Mask = "00000"; MT_TID.Name = "MT_TID"; MT_TID.Size = new System.Drawing.Size(45, 23); MT_TID.TabIndex = 63; MT_TID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; MT_TID.TextChanged += ChangeFFFF; // // MT_SID // MT_SID.Location = new System.Drawing.Point(62, 63); MT_SID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_SID.Mask = "00000"; MT_SID.Name = "MT_SID"; MT_SID.Size = new System.Drawing.Size(45, 23); MT_SID.TabIndex = 64; MT_SID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; MT_SID.TextChanged += ChangeFFFF; // // B_MaxCash // B_MaxCash.Location = new System.Drawing.Point(201, 38); B_MaxCash.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_MaxCash.Name = "B_MaxCash"; B_MaxCash.Size = new System.Drawing.Size(23, 23); B_MaxCash.TabIndex = 66; B_MaxCash.Text = "+"; B_MaxCash.UseVisualStyleBackColor = true; // // GB_Map // GB_Map.Controls.Add(NUD_Z); GB_Map.Controls.Add(NUD_M); GB_Map.Controls.Add(NUD_Y); GB_Map.Controls.Add(NUD_X); GB_Map.Controls.Add(L_Y); GB_Map.Controls.Add(L_CurrentMap); GB_Map.Controls.Add(L_Z); GB_Map.Controls.Add(L_X); GB_Map.Location = new System.Drawing.Point(254, 168); GB_Map.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Map.Name = "GB_Map"; GB_Map.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Map.Size = new System.Drawing.Size(183, 144); GB_Map.TabIndex = 71; GB_Map.TabStop = false; GB_Map.Text = "Map Position"; // // NUD_Z // NUD_Z.Location = new System.Drawing.Point(108, 78); NUD_Z.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Z.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Z.Minimum = new decimal(new int[] { 65535, 0, 0, int.MinValue }); NUD_Z.Name = "NUD_Z"; NUD_Z.Size = new System.Drawing.Size(58, 23); NUD_Z.TabIndex = 53; NUD_Z.ValueChanged += ChangeMapValue; // // NUD_M // NUD_M.Location = new System.Drawing.Point(108, 18); NUD_M.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_M.Maximum = new decimal(new int[] { 1000, 0, 0, 0 }); NUD_M.Name = "NUD_M"; NUD_M.Size = new System.Drawing.Size(58, 23); NUD_M.TabIndex = 52; NUD_M.ValueChanged += ChangeMapValue; // // NUD_Y // NUD_Y.Location = new System.Drawing.Point(108, 108); NUD_Y.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Y.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Y.Name = "NUD_Y"; NUD_Y.Size = new System.Drawing.Size(58, 23); NUD_Y.TabIndex = 51; NUD_Y.ValueChanged += ChangeMapValue; // // NUD_X // NUD_X.Location = new System.Drawing.Point(108, 48); NUD_X.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_X.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_X.Name = "NUD_X"; NUD_X.Size = new System.Drawing.Size(58, 23); NUD_X.TabIndex = 50; NUD_X.ValueChanged += ChangeMapValue; // // L_Y // L_Y.Location = new System.Drawing.Point(7, 108); L_Y.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Y.Name = "L_Y"; L_Y.Size = new System.Drawing.Size(93, 23); L_Y.TabIndex = 49; L_Y.Text = "Y Coordinate:"; L_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_CurrentMap // L_CurrentMap.Location = new System.Drawing.Point(7, 18); L_CurrentMap.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_CurrentMap.Name = "L_CurrentMap"; L_CurrentMap.Size = new System.Drawing.Size(93, 23); L_CurrentMap.TabIndex = 46; L_CurrentMap.Text = "Current Map:"; L_CurrentMap.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Z // L_Z.Location = new System.Drawing.Point(7, 78); L_Z.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Z.Name = "L_Z"; L_Z.Size = new System.Drawing.Size(93, 23); L_Z.TabIndex = 48; L_Z.Text = "Z Coordinate:"; L_Z.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_X // L_X.Location = new System.Drawing.Point(7, 48); L_X.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_X.Name = "L_X"; L_X.Size = new System.Drawing.Size(93, 23); L_X.TabIndex = 47; L_X.Text = "X Coordinate:"; L_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // B_Save // B_Save.Location = new System.Drawing.Point(348, 318); B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_Save.Name = "B_Save"; B_Save.Size = new System.Drawing.Size(88, 27); B_Save.TabIndex = 73; B_Save.Text = "Save"; B_Save.UseVisualStyleBackColor = true; B_Save.Click += B_Save_Click; // // B_Cancel // B_Cancel.Location = new System.Drawing.Point(253, 318); B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_Cancel.Name = "B_Cancel"; B_Cancel.Size = new System.Drawing.Size(88, 27); B_Cancel.TabIndex = 72; B_Cancel.Text = "Cancel"; B_Cancel.UseVisualStyleBackColor = true; B_Cancel.Click += B_Cancel_Click; // // GB_Trainer // GB_Trainer.Controls.Add(L_Country); GB_Trainer.Controls.Add(CB_Country); GB_Trainer.Controls.Add(L_Region); GB_Trainer.Controls.Add(CB_Region); GB_Trainer.Controls.Add(B_MaxCoins); GB_Trainer.Controls.Add(L_Coins); GB_Trainer.Controls.Add(MT_Coins); GB_Trainer.Controls.Add(TB_OTName); GB_Trainer.Controls.Add(B_MaxCash); GB_Trainer.Controls.Add(MT_SID); GB_Trainer.Controls.Add(MT_TID); GB_Trainer.Controls.Add(L_Money); GB_Trainer.Controls.Add(L_SID); GB_Trainer.Controls.Add(CB_Gender); GB_Trainer.Controls.Add(MT_Money); GB_Trainer.Controls.Add(L_TID); GB_Trainer.Controls.Add(L_TrainerName); GB_Trainer.Location = new System.Drawing.Point(13, 14); GB_Trainer.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Trainer.Name = "GB_Trainer"; GB_Trainer.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Trainer.Size = new System.Drawing.Size(233, 148); GB_Trainer.TabIndex = 74; GB_Trainer.TabStop = false; GB_Trainer.Text = "Trainer"; // // L_Country // L_Country.Location = new System.Drawing.Point(8, 91); L_Country.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Country.Name = "L_Country"; L_Country.Size = new System.Drawing.Size(102, 23); L_Country.TabIndex = 78; L_Country.Text = "Country:"; L_Country.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CB_Country // CB_Country.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; CB_Country.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; CB_Country.DropDownWidth = 180; CB_Country.FormattingEnabled = true; CB_Country.Location = new System.Drawing.Point(115, 91); CB_Country.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_Country.Name = "CB_Country"; CB_Country.Size = new System.Drawing.Size(108, 23); CB_Country.TabIndex = 76; CB_Country.SelectedIndexChanged += UpdateCountry; // // L_Region // L_Region.Location = new System.Drawing.Point(8, 117); L_Region.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Region.Name = "L_Region"; L_Region.Size = new System.Drawing.Size(102, 23); L_Region.TabIndex = 79; L_Region.Text = "Sub Region:"; L_Region.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CB_Region // CB_Region.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; CB_Region.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; CB_Region.DropDownWidth = 180; CB_Region.FormattingEnabled = true; CB_Region.Location = new System.Drawing.Point(115, 117); CB_Region.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_Region.Name = "CB_Region"; CB_Region.Size = new System.Drawing.Size(108, 23); CB_Region.TabIndex = 77; // // B_MaxCoins // B_MaxCoins.Location = new System.Drawing.Point(111, 65); B_MaxCoins.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_MaxCoins.Name = "B_MaxCoins"; B_MaxCoins.Size = new System.Drawing.Size(23, 23); B_MaxCoins.TabIndex = 71; B_MaxCoins.Text = "+"; B_MaxCoins.UseVisualStyleBackColor = true; B_MaxCoins.Visible = false; // // L_Coins // L_Coins.AutoSize = true; L_Coins.Location = new System.Drawing.Point(13, 68); L_Coins.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_Coins.Name = "L_Coins"; L_Coins.Size = new System.Drawing.Size(40, 15); L_Coins.TabIndex = 70; L_Coins.Text = "Coins:"; L_Coins.Visible = false; // // MT_Coins // MT_Coins.Location = new System.Drawing.Point(62, 63); MT_Coins.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Coins.Mask = "00000"; MT_Coins.Name = "MT_Coins"; MT_Coins.Size = new System.Drawing.Size(45, 23); MT_Coins.TabIndex = 69; MT_Coins.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; MT_Coins.Visible = false; // // GB_Badges // GB_Badges.Controls.Add(CHK_H8); GB_Badges.Controls.Add(CHK_H7); GB_Badges.Controls.Add(CHK_H6); GB_Badges.Controls.Add(CHK_H5); GB_Badges.Controls.Add(CHK_H4); GB_Badges.Controls.Add(CHK_H3); GB_Badges.Controls.Add(CHK_H2); GB_Badges.Controls.Add(CHK_H1); GB_Badges.Controls.Add(CHK_8); GB_Badges.Controls.Add(CHK_7); GB_Badges.Controls.Add(CHK_6); GB_Badges.Controls.Add(CHK_5); GB_Badges.Controls.Add(CHK_4); GB_Badges.Controls.Add(CHK_3); GB_Badges.Controls.Add(CHK_2); GB_Badges.Controls.Add(CHK_1); GB_Badges.Location = new System.Drawing.Point(254, 14); GB_Badges.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Badges.Name = "GB_Badges"; GB_Badges.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Badges.Size = new System.Drawing.Size(183, 148); GB_Badges.TabIndex = 75; GB_Badges.TabStop = false; GB_Badges.Text = "Badges"; // // CHK_H8 // CHK_H8.AutoSize = true; CHK_H8.Location = new System.Drawing.Point(152, 63); CHK_H8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H8.Name = "CHK_H8"; CHK_H8.Size = new System.Drawing.Size(15, 14); CHK_H8.TabIndex = 15; CHK_H8.UseVisualStyleBackColor = true; CHK_H8.Visible = false; // // CHK_H7 // CHK_H7.AutoSize = true; CHK_H7.Location = new System.Drawing.Point(132, 63); CHK_H7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H7.Name = "CHK_H7"; CHK_H7.Size = new System.Drawing.Size(15, 14); CHK_H7.TabIndex = 14; CHK_H7.UseVisualStyleBackColor = true; CHK_H7.Visible = false; // // CHK_H6 // CHK_H6.AutoSize = true; CHK_H6.Location = new System.Drawing.Point(112, 63); CHK_H6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H6.Name = "CHK_H6"; CHK_H6.Size = new System.Drawing.Size(15, 14); CHK_H6.TabIndex = 13; CHK_H6.UseVisualStyleBackColor = true; CHK_H6.Visible = false; // // CHK_H5 // CHK_H5.AutoSize = true; CHK_H5.Location = new System.Drawing.Point(92, 63); CHK_H5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H5.Name = "CHK_H5"; CHK_H5.Size = new System.Drawing.Size(15, 14); CHK_H5.TabIndex = 12; CHK_H5.UseVisualStyleBackColor = true; CHK_H5.Visible = false; // // CHK_H4 // CHK_H4.AutoSize = true; CHK_H4.Location = new System.Drawing.Point(72, 63); CHK_H4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H4.Name = "CHK_H4"; CHK_H4.Size = new System.Drawing.Size(15, 14); CHK_H4.TabIndex = 11; CHK_H4.UseVisualStyleBackColor = true; CHK_H4.Visible = false; // // CHK_H3 // CHK_H3.AutoSize = true; CHK_H3.Location = new System.Drawing.Point(52, 63); CHK_H3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H3.Name = "CHK_H3"; CHK_H3.Size = new System.Drawing.Size(15, 14); CHK_H3.TabIndex = 10; CHK_H3.UseVisualStyleBackColor = true; CHK_H3.Visible = false; // // CHK_H2 // CHK_H2.AutoSize = true; CHK_H2.Location = new System.Drawing.Point(33, 63); CHK_H2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H2.Name = "CHK_H2"; CHK_H2.Size = new System.Drawing.Size(15, 14); CHK_H2.TabIndex = 9; CHK_H2.UseVisualStyleBackColor = true; CHK_H2.Visible = false; // // CHK_H1 // CHK_H1.AutoSize = true; CHK_H1.Location = new System.Drawing.Point(13, 63); CHK_H1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_H1.Name = "CHK_H1"; CHK_H1.Size = new System.Drawing.Size(15, 14); CHK_H1.TabIndex = 8; CHK_H1.UseVisualStyleBackColor = true; CHK_H1.Visible = false; // // CHK_8 // CHK_8.AutoSize = true; CHK_8.Location = new System.Drawing.Point(152, 31); CHK_8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_8.Name = "CHK_8"; CHK_8.Size = new System.Drawing.Size(15, 14); CHK_8.TabIndex = 7; CHK_8.UseVisualStyleBackColor = true; CHK_8.Visible = false; // // CHK_7 // CHK_7.AutoSize = true; CHK_7.Location = new System.Drawing.Point(132, 31); CHK_7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_7.Name = "CHK_7"; CHK_7.Size = new System.Drawing.Size(15, 14); CHK_7.TabIndex = 6; CHK_7.UseVisualStyleBackColor = true; CHK_7.Visible = false; // // CHK_6 // CHK_6.AutoSize = true; CHK_6.Location = new System.Drawing.Point(112, 31); CHK_6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_6.Name = "CHK_6"; CHK_6.Size = new System.Drawing.Size(15, 14); CHK_6.TabIndex = 5; CHK_6.UseVisualStyleBackColor = true; CHK_6.Visible = false; // // CHK_5 // CHK_5.AutoSize = true; CHK_5.Location = new System.Drawing.Point(92, 31); CHK_5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_5.Name = "CHK_5"; CHK_5.Size = new System.Drawing.Size(15, 14); CHK_5.TabIndex = 4; CHK_5.UseVisualStyleBackColor = true; CHK_5.Visible = false; // // CHK_4 // CHK_4.AutoSize = true; CHK_4.Location = new System.Drawing.Point(72, 31); CHK_4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_4.Name = "CHK_4"; CHK_4.Size = new System.Drawing.Size(15, 14); CHK_4.TabIndex = 3; CHK_4.UseVisualStyleBackColor = true; CHK_4.Visible = false; // // CHK_3 // CHK_3.AutoSize = true; CHK_3.Location = new System.Drawing.Point(52, 31); CHK_3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_3.Name = "CHK_3"; CHK_3.Size = new System.Drawing.Size(15, 14); CHK_3.TabIndex = 2; CHK_3.UseVisualStyleBackColor = true; CHK_3.Visible = false; // // CHK_2 // CHK_2.AutoSize = true; CHK_2.Location = new System.Drawing.Point(33, 31); CHK_2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_2.Name = "CHK_2"; CHK_2.Size = new System.Drawing.Size(15, 14); CHK_2.TabIndex = 1; CHK_2.UseVisualStyleBackColor = true; CHK_2.Visible = false; // // CHK_1 // CHK_1.AutoSize = true; CHK_1.Location = new System.Drawing.Point(13, 31); CHK_1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_1.Name = "CHK_1"; CHK_1.Size = new System.Drawing.Size(15, 14); CHK_1.TabIndex = 0; CHK_1.UseVisualStyleBackColor = true; CHK_1.Visible = false; // // GB_Options // GB_Options.Controls.Add(LBL_SoundType); GB_Options.Controls.Add(CB_SoundType); GB_Options.Controls.Add(LBL_TextSpeed); GB_Options.Controls.Add(CB_TextSpeed); GB_Options.Controls.Add(LBL_BattleStyle); GB_Options.Controls.Add(CB_BattleStyle); GB_Options.Controls.Add(CHK_BattleEffects); GB_Options.Location = new System.Drawing.Point(254, 168); GB_Options.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Options.Name = "GB_Options"; GB_Options.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Options.Size = new System.Drawing.Size(183, 144); GB_Options.TabIndex = 72; GB_Options.TabStop = false; GB_Options.Text = "Options"; GB_Options.Visible = false; // // LBL_SoundType // LBL_SoundType.AutoSize = true; LBL_SoundType.Location = new System.Drawing.Point(4, 82); LBL_SoundType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); LBL_SoundType.Name = "LBL_SoundType"; LBL_SoundType.Size = new System.Drawing.Size(71, 15); LBL_SoundType.TabIndex = 25; LBL_SoundType.Text = "Sound Type:"; // // CB_SoundType // CB_SoundType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_SoundType.FormattingEnabled = true; CB_SoundType.Location = new System.Drawing.Point(83, 78); CB_SoundType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_SoundType.Name = "CB_SoundType"; CB_SoundType.Size = new System.Drawing.Size(93, 23); CB_SoundType.TabIndex = 24; // // LBL_TextSpeed // LBL_TextSpeed.AutoSize = true; LBL_TextSpeed.Location = new System.Drawing.Point(7, 113); LBL_TextSpeed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); LBL_TextSpeed.Name = "LBL_TextSpeed"; LBL_TextSpeed.Size = new System.Drawing.Size(66, 15); LBL_TextSpeed.TabIndex = 23; LBL_TextSpeed.Text = "Text Speed:"; // // CB_TextSpeed // CB_TextSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_TextSpeed.FormattingEnabled = true; CB_TextSpeed.Location = new System.Drawing.Point(83, 110); CB_TextSpeed.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_TextSpeed.Name = "CB_TextSpeed"; CB_TextSpeed.Size = new System.Drawing.Size(93, 23); CB_TextSpeed.TabIndex = 22; // // LBL_BattleStyle // LBL_BattleStyle.AutoSize = true; LBL_BattleStyle.Location = new System.Drawing.Point(9, 51); LBL_BattleStyle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); LBL_BattleStyle.Name = "LBL_BattleStyle"; LBL_BattleStyle.Size = new System.Drawing.Size(68, 15); LBL_BattleStyle.TabIndex = 21; LBL_BattleStyle.Text = "Battle Style:"; // // CB_BattleStyle // CB_BattleStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_BattleStyle.FormattingEnabled = true; CB_BattleStyle.Location = new System.Drawing.Point(83, 47); CB_BattleStyle.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_BattleStyle.Name = "CB_BattleStyle"; CB_BattleStyle.Size = new System.Drawing.Size(93, 23); CB_BattleStyle.TabIndex = 20; // // CHK_BattleEffects // CHK_BattleEffects.AutoSize = true; CHK_BattleEffects.Location = new System.Drawing.Point(30, 21); CHK_BattleEffects.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CHK_BattleEffects.Name = "CHK_BattleEffects"; CHK_BattleEffects.Size = new System.Drawing.Size(116, 19); CHK_BattleEffects.TabIndex = 19; CHK_BattleEffects.Text = "Use Battle Effects"; CHK_BattleEffects.UseVisualStyleBackColor = true; // // SAV_SimpleTrainer // AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; ClientSize = new System.Drawing.Size(448, 358); Controls.Add(GB_Options); Controls.Add(GB_Badges); Controls.Add(GB_Trainer); Controls.Add(B_Save); Controls.Add(B_Cancel); Controls.Add(GB_Map); Controls.Add(GB_Adventure); Icon = Properties.Resources.Icon; Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MinimumSize = new System.Drawing.Size(464, 340); Name = "SAV_SimpleTrainer"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; Text = "Trainer Data Editor"; GB_Adventure.ResumeLayout(false); GB_Adventure.PerformLayout(); GB_Map.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)NUD_Z).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_M).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Y).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_X).EndInit(); GB_Trainer.ResumeLayout(false); GB_Trainer.PerformLayout(); GB_Badges.ResumeLayout(false); GB_Badges.PerformLayout(); GB_Options.ResumeLayout(false); GB_Options.PerformLayout(); ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox GB_Adventure; private System.Windows.Forms.Label L_Started; private System.Windows.Forms.DateTimePicker CAL_AdventureStartDate; private System.Windows.Forms.DateTimePicker CAL_HoFDate; private System.Windows.Forms.Label L_Fame; private System.Windows.Forms.MaskedTextBox MT_Seconds; private System.Windows.Forms.MaskedTextBox MT_Hours; private System.Windows.Forms.Label L_Seconds; private System.Windows.Forms.Label L_Hours; private System.Windows.Forms.MaskedTextBox MT_Minutes; private System.Windows.Forms.Label L_Minutes; private System.Windows.Forms.DateTimePicker CAL_AdventureStartTime; private System.Windows.Forms.DateTimePicker CAL_HoFTime; private System.Windows.Forms.TextBox TB_OTName; private System.Windows.Forms.ComboBox CB_Gender; private System.Windows.Forms.Label L_TrainerName; private System.Windows.Forms.Label L_TID; private System.Windows.Forms.MaskedTextBox MT_Money; private System.Windows.Forms.Label L_SID; private System.Windows.Forms.Label L_Money; private System.Windows.Forms.MaskedTextBox MT_TID; private System.Windows.Forms.MaskedTextBox MT_SID; private System.Windows.Forms.Button B_MaxCash; private System.Windows.Forms.GroupBox GB_Map; private System.Windows.Forms.NumericUpDown NUD_Z; private System.Windows.Forms.NumericUpDown NUD_M; private System.Windows.Forms.NumericUpDown NUD_Y; private System.Windows.Forms.NumericUpDown NUD_X; private System.Windows.Forms.Label L_Y; private System.Windows.Forms.Label L_CurrentMap; private System.Windows.Forms.Label L_Z; private System.Windows.Forms.Label L_X; private System.Windows.Forms.Button B_Save; private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.GroupBox GB_Trainer; private System.Windows.Forms.GroupBox GB_Badges; private System.Windows.Forms.CheckBox CHK_8; private System.Windows.Forms.CheckBox CHK_7; private System.Windows.Forms.CheckBox CHK_6; private System.Windows.Forms.CheckBox CHK_5; private System.Windows.Forms.CheckBox CHK_4; private System.Windows.Forms.CheckBox CHK_3; private System.Windows.Forms.CheckBox CHK_2; private System.Windows.Forms.CheckBox CHK_1; private System.Windows.Forms.CheckBox CHK_H8; private System.Windows.Forms.CheckBox CHK_H7; private System.Windows.Forms.CheckBox CHK_H6; private System.Windows.Forms.CheckBox CHK_H5; private System.Windows.Forms.CheckBox CHK_H4; private System.Windows.Forms.CheckBox CHK_H3; private System.Windows.Forms.CheckBox CHK_H2; private System.Windows.Forms.CheckBox CHK_H1; private System.Windows.Forms.Button B_MaxCoins; private System.Windows.Forms.Label L_Coins; private System.Windows.Forms.MaskedTextBox MT_Coins; private System.Windows.Forms.GroupBox GB_Options; private System.Windows.Forms.Label LBL_SoundType; private System.Windows.Forms.ComboBox CB_SoundType; private System.Windows.Forms.Label LBL_TextSpeed; private System.Windows.Forms.ComboBox CB_TextSpeed; private System.Windows.Forms.Label LBL_BattleStyle; private System.Windows.Forms.ComboBox CB_BattleStyle; private System.Windows.Forms.CheckBox CHK_BattleEffects; private System.Windows.Forms.Label L_PikaFriend; private System.Windows.Forms.MaskedTextBox MT_PikaFriend; private System.Windows.Forms.Label L_PikaBeach; private System.Windows.Forms.MaskedTextBox MT_PikaBeach; private System.Windows.Forms.Label L_Country; private System.Windows.Forms.ComboBox CB_Country; private System.Windows.Forms.Label L_Region; private System.Windows.Forms.ComboBox CB_Region; } }