namespace PKHeX { partial class SAV_SecretBase { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_SecretBase)); this.B_Save = new System.Windows.Forms.Button(); this.B_Cancel = new System.Windows.Forms.Button(); this.LB_Favorite = new System.Windows.Forms.ListBox(); this.L_Favorite = new System.Windows.Forms.Label(); this.B_FDisplay = new System.Windows.Forms.Button(); this.f_PKM = new System.Windows.Forms.TabPage(); this.GB_PKM = new System.Windows.Forms.GroupBox(); this.TB_SPEIV = new System.Windows.Forms.MaskedTextBox(); this.TB_SPDIV = new System.Windows.Forms.MaskedTextBox(); this.TB_SPAIV = new System.Windows.Forms.MaskedTextBox(); this.TB_DEFIV = new System.Windows.Forms.MaskedTextBox(); this.TB_ATKIV = new System.Windows.Forms.MaskedTextBox(); this.TB_HPIV = new System.Windows.Forms.MaskedTextBox(); this.TB_ATKEV = new System.Windows.Forms.MaskedTextBox(); this.TB_DEFEV = new System.Windows.Forms.MaskedTextBox(); this.TB_SPEEV = new System.Windows.Forms.MaskedTextBox(); this.TB_SPDEV = new System.Windows.Forms.MaskedTextBox(); this.TB_SPAEV = new System.Windows.Forms.MaskedTextBox(); this.TB_HPEV = new System.Windows.Forms.MaskedTextBox(); this.Label_Gender = new System.Windows.Forms.Label(); this.MT_AbilNo = new System.Windows.Forms.MaskedTextBox(); this.CB_Ability = new System.Windows.Forms.ComboBox(); this.L_PKFriendship = new System.Windows.Forms.Label(); this.CB_Ball = new System.Windows.Forms.ComboBox(); this.TB_Friendship = new System.Windows.Forms.MaskedTextBox(); this.TB_Level = new System.Windows.Forms.MaskedTextBox(); this.CB_Form = new System.Windows.Forms.ComboBox(); this.CHK_Shiny = new System.Windows.Forms.CheckBox(); this.L_PPups = new System.Windows.Forms.Label(); this.CB_PPu4 = new System.Windows.Forms.ComboBox(); this.CB_PPu3 = new System.Windows.Forms.ComboBox(); this.CB_PPu2 = new System.Windows.Forms.ComboBox(); this.CB_Move4 = new System.Windows.Forms.ComboBox(); this.CB_PPu1 = new System.Windows.Forms.ComboBox(); this.CB_Move3 = new System.Windows.Forms.ComboBox(); this.CB_Move2 = new System.Windows.Forms.ComboBox(); this.CB_Move1 = new System.Windows.Forms.ComboBox(); this.L_Participant = new System.Windows.Forms.Label(); this.NUD_FPKM = new System.Windows.Forms.NumericUpDown(); this.CB_Species = new System.Windows.Forms.ComboBox(); this.CB_HeldItem = new System.Windows.Forms.ComboBox(); this.CB_Nature = new System.Windows.Forms.ComboBox(); this.L_EncryptionConstant = new System.Windows.Forms.Label(); this.TB_EC = new System.Windows.Forms.TextBox(); this.L_EVs = new System.Windows.Forms.Label(); this.L_IVs = new System.Windows.Forms.Label(); this.L_SPE = new System.Windows.Forms.Label(); this.L_SpD = new System.Windows.Forms.Label(); this.L_SpA = new System.Windows.Forms.Label(); this.L_DEF = new System.Windows.Forms.Label(); this.L_ATK = new System.Windows.Forms.Label(); this.L_HP = new System.Windows.Forms.Label(); this.f_MAIN = new System.Windows.Forms.TabPage(); this.NUD_FBaseLocation = new System.Windows.Forms.NumericUpDown(); this.TB_FT2 = new System.Windows.Forms.TextBox(); this.TB_FT1 = new System.Windows.Forms.TextBox(); this.L_TeamSlogan = new System.Windows.Forms.Label(); this.L_TeamName = new System.Windows.Forms.Label(); this.GB_Object = new System.Windows.Forms.GroupBox(); this.L_Y = new System.Windows.Forms.Label(); this.L_X = new System.Windows.Forms.Label(); this.NUD_FX = new System.Windows.Forms.NumericUpDown(); this.NUD_FY = new System.Windows.Forms.NumericUpDown(); this.L_Rotation = new System.Windows.Forms.Label(); this.L_Decoration = new System.Windows.Forms.Label(); this.NUD_FRot = new System.Windows.Forms.NumericUpDown(); this.NUD_FObjType = new System.Windows.Forms.NumericUpDown(); this.L_Index = new System.Windows.Forms.Label(); this.NUD_FObject = new System.Windows.Forms.NumericUpDown(); this.L_BaseLocation = new System.Windows.Forms.Label(); this.TB_FSay4 = new System.Windows.Forms.TextBox(); this.TB_FSay3 = new System.Windows.Forms.TextBox(); this.TB_FSay2 = new System.Windows.Forms.TextBox(); this.TB_FSay1 = new System.Windows.Forms.TextBox(); this.TB_FOT = new System.Windows.Forms.TextBox(); this.L_TrName = new System.Windows.Forms.Label(); this.L_Confetti = new System.Windows.Forms.Label(); this.L_Blackboard = new System.Windows.Forms.Label(); this.L_Encourage = new System.Windows.Forms.Label(); this.L_Happy = new System.Windows.Forms.Label(); this.Tab_Base = new System.Windows.Forms.TabControl(); this.B_GiveDecor = new System.Windows.Forms.Button(); this.B_FSave = new System.Windows.Forms.Button(); this.MT_Flags = new System.Windows.Forms.MaskedTextBox(); this.L_FlagsCaptured = new System.Windows.Forms.Label(); this.B_FDelete = new System.Windows.Forms.Button(); this.f_PKM.SuspendLayout(); this.GB_PKM.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FPKM)).BeginInit(); this.f_MAIN.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FBaseLocation)).BeginInit(); this.GB_Object.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FRot)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FObjType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FObject)).BeginInit(); this.Tab_Base.SuspendLayout(); this.SuspendLayout(); // // B_Save // this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.B_Save.Location = new System.Drawing.Point(423, 302); this.B_Save.Name = "B_Save"; this.B_Save.Size = new System.Drawing.Size(75, 23); this.B_Save.TabIndex = 0; this.B_Save.Text = "Save"; this.B_Save.UseVisualStyleBackColor = true; this.B_Save.Click += new System.EventHandler(this.B_Save_Click); // // B_Cancel // this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.B_Cancel.Location = new System.Drawing.Point(346, 302); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(71, 23); this.B_Cancel.TabIndex = 1; this.B_Cancel.Text = "Cancel"; this.B_Cancel.UseVisualStyleBackColor = true; this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click); // // LB_Favorite // this.LB_Favorite.FormattingEnabled = true; this.LB_Favorite.Location = new System.Drawing.Point(12, 25); this.LB_Favorite.Name = "LB_Favorite"; this.LB_Favorite.Size = new System.Drawing.Size(78, 264); this.LB_Favorite.TabIndex = 4; // // L_Favorite // this.L_Favorite.AutoSize = true; this.L_Favorite.Location = new System.Drawing.Point(12, 9); this.L_Favorite.Name = "L_Favorite"; this.L_Favorite.Size = new System.Drawing.Size(53, 13); this.L_Favorite.TabIndex = 6; this.L_Favorite.Text = "Favorites:"; // // B_FDisplay // this.B_FDisplay.Location = new System.Drawing.Point(96, 25); this.B_FDisplay.Name = "B_FDisplay"; this.B_FDisplay.Size = new System.Drawing.Size(18, 24); this.B_FDisplay.TabIndex = 8; this.B_FDisplay.Text = ">"; this.B_FDisplay.UseVisualStyleBackColor = true; this.B_FDisplay.Click += new System.EventHandler(this.B_SAV2FAV); // // f_PKM // this.f_PKM.Controls.Add(this.GB_PKM); this.f_PKM.Location = new System.Drawing.Point(4, 22); this.f_PKM.Name = "f_PKM"; this.f_PKM.Size = new System.Drawing.Size(370, 262); this.f_PKM.TabIndex = 2; this.f_PKM.Text = "Pokemon"; this.f_PKM.UseVisualStyleBackColor = true; // // GB_PKM // this.GB_PKM.Controls.Add(this.TB_SPEIV); this.GB_PKM.Controls.Add(this.TB_SPDIV); this.GB_PKM.Controls.Add(this.TB_SPAIV); this.GB_PKM.Controls.Add(this.TB_DEFIV); this.GB_PKM.Controls.Add(this.TB_ATKIV); this.GB_PKM.Controls.Add(this.TB_HPIV); this.GB_PKM.Controls.Add(this.TB_ATKEV); this.GB_PKM.Controls.Add(this.TB_DEFEV); this.GB_PKM.Controls.Add(this.TB_SPEEV); this.GB_PKM.Controls.Add(this.TB_SPDEV); this.GB_PKM.Controls.Add(this.TB_SPAEV); this.GB_PKM.Controls.Add(this.TB_HPEV); this.GB_PKM.Controls.Add(this.Label_Gender); this.GB_PKM.Controls.Add(this.MT_AbilNo); this.GB_PKM.Controls.Add(this.CB_Ability); this.GB_PKM.Controls.Add(this.L_PKFriendship); this.GB_PKM.Controls.Add(this.CB_Ball); this.GB_PKM.Controls.Add(this.TB_Friendship); this.GB_PKM.Controls.Add(this.TB_Level); this.GB_PKM.Controls.Add(this.CB_Form); this.GB_PKM.Controls.Add(this.CHK_Shiny); this.GB_PKM.Controls.Add(this.L_PPups); this.GB_PKM.Controls.Add(this.CB_PPu4); this.GB_PKM.Controls.Add(this.CB_PPu3); this.GB_PKM.Controls.Add(this.CB_PPu2); this.GB_PKM.Controls.Add(this.CB_Move4); this.GB_PKM.Controls.Add(this.CB_PPu1); this.GB_PKM.Controls.Add(this.CB_Move3); this.GB_PKM.Controls.Add(this.CB_Move2); this.GB_PKM.Controls.Add(this.CB_Move1); this.GB_PKM.Controls.Add(this.L_Participant); this.GB_PKM.Controls.Add(this.NUD_FPKM); this.GB_PKM.Controls.Add(this.CB_Species); this.GB_PKM.Controls.Add(this.CB_HeldItem); this.GB_PKM.Controls.Add(this.CB_Nature); this.GB_PKM.Controls.Add(this.L_EncryptionConstant); this.GB_PKM.Controls.Add(this.TB_EC); this.GB_PKM.Controls.Add(this.L_EVs); this.GB_PKM.Controls.Add(this.L_IVs); this.GB_PKM.Controls.Add(this.L_SPE); this.GB_PKM.Controls.Add(this.L_SpD); this.GB_PKM.Controls.Add(this.L_SpA); this.GB_PKM.Controls.Add(this.L_DEF); this.GB_PKM.Controls.Add(this.L_ATK); this.GB_PKM.Controls.Add(this.L_HP); this.GB_PKM.Location = new System.Drawing.Point(0, 0); this.GB_PKM.Name = "GB_PKM"; this.GB_PKM.Size = new System.Drawing.Size(369, 263); this.GB_PKM.TabIndex = 84; this.GB_PKM.TabStop = false; // // TB_SPEIV // this.TB_SPEIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPEIV.Location = new System.Drawing.Point(265, 138); this.TB_SPEIV.Mask = "00"; this.TB_SPEIV.Name = "TB_SPEIV"; this.TB_SPEIV.Size = new System.Drawing.Size(22, 20); this.TB_SPEIV.TabIndex = 91; this.TB_SPEIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_SPDIV // this.TB_SPDIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPDIV.Location = new System.Drawing.Point(265, 116); this.TB_SPDIV.Mask = "00"; this.TB_SPDIV.Name = "TB_SPDIV"; this.TB_SPDIV.Size = new System.Drawing.Size(22, 20); this.TB_SPDIV.TabIndex = 90; this.TB_SPDIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_SPAIV // this.TB_SPAIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPAIV.Location = new System.Drawing.Point(265, 94); this.TB_SPAIV.Mask = "00"; this.TB_SPAIV.Name = "TB_SPAIV"; this.TB_SPAIV.Size = new System.Drawing.Size(22, 20); this.TB_SPAIV.TabIndex = 89; this.TB_SPAIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_DEFIV // this.TB_DEFIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_DEFIV.Location = new System.Drawing.Point(265, 72); this.TB_DEFIV.Mask = "00"; this.TB_DEFIV.Name = "TB_DEFIV"; this.TB_DEFIV.Size = new System.Drawing.Size(22, 20); this.TB_DEFIV.TabIndex = 88; this.TB_DEFIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_ATKIV // this.TB_ATKIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_ATKIV.Location = new System.Drawing.Point(265, 50); this.TB_ATKIV.Mask = "00"; this.TB_ATKIV.Name = "TB_ATKIV"; this.TB_ATKIV.Size = new System.Drawing.Size(22, 20); this.TB_ATKIV.TabIndex = 87; this.TB_ATKIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_HPIV // this.TB_HPIV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_HPIV.Location = new System.Drawing.Point(265, 28); this.TB_HPIV.Mask = "00"; this.TB_HPIV.Name = "TB_HPIV"; this.TB_HPIV.Size = new System.Drawing.Size(22, 20); this.TB_HPIV.TabIndex = 86; this.TB_HPIV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_ATKEV // this.TB_ATKEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_ATKEV.Location = new System.Drawing.Point(293, 50); this.TB_ATKEV.Mask = "000"; this.TB_ATKEV.Name = "TB_ATKEV"; this.TB_ATKEV.Size = new System.Drawing.Size(31, 20); this.TB_ATKEV.TabIndex = 93; this.TB_ATKEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_DEFEV // this.TB_DEFEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_DEFEV.Location = new System.Drawing.Point(293, 72); this.TB_DEFEV.Mask = "000"; this.TB_DEFEV.Name = "TB_DEFEV"; this.TB_DEFEV.Size = new System.Drawing.Size(31, 20); this.TB_DEFEV.TabIndex = 94; this.TB_DEFEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_SPEEV // this.TB_SPEEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPEEV.Location = new System.Drawing.Point(293, 138); this.TB_SPEEV.Mask = "000"; this.TB_SPEEV.Name = "TB_SPEEV"; this.TB_SPEEV.Size = new System.Drawing.Size(31, 20); this.TB_SPEEV.TabIndex = 97; this.TB_SPEEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_SPDEV // this.TB_SPDEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPDEV.Location = new System.Drawing.Point(293, 116); this.TB_SPDEV.Mask = "000"; this.TB_SPDEV.Name = "TB_SPDEV"; this.TB_SPDEV.Size = new System.Drawing.Size(31, 20); this.TB_SPDEV.TabIndex = 96; this.TB_SPDEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_SPAEV // this.TB_SPAEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_SPAEV.Location = new System.Drawing.Point(293, 94); this.TB_SPAEV.Mask = "000"; this.TB_SPAEV.Name = "TB_SPAEV"; this.TB_SPAEV.Size = new System.Drawing.Size(31, 20); this.TB_SPAEV.TabIndex = 95; this.TB_SPAEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // TB_HPEV // this.TB_HPEV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_HPEV.Location = new System.Drawing.Point(293, 28); this.TB_HPEV.Mask = "000"; this.TB_HPEV.Name = "TB_HPEV"; this.TB_HPEV.Size = new System.Drawing.Size(31, 20); this.TB_HPEV.TabIndex = 92; this.TB_HPEV.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Label_Gender // this.Label_Gender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label_Gender.Location = new System.Drawing.Point(174, 69); this.Label_Gender.Name = "Label_Gender"; this.Label_Gender.Size = new System.Drawing.Size(16, 13); this.Label_Gender.TabIndex = 85; this.Label_Gender.Text = "-"; this.Label_Gender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.Label_Gender.Click += new System.EventHandler(this.Label_Gender_Click); // // MT_AbilNo // this.MT_AbilNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.MT_AbilNo.Location = new System.Drawing.Point(146, 110); this.MT_AbilNo.Mask = "000"; this.MT_AbilNo.Name = "MT_AbilNo"; this.MT_AbilNo.Size = new System.Drawing.Size(22, 20); this.MT_AbilNo.TabIndex = 84; this.MT_AbilNo.Text = "0"; this.MT_AbilNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.MT_AbilNo.Visible = false; // // CB_Ability // this.CB_Ability.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Ability.FormattingEnabled = true; this.CB_Ability.Location = new System.Drawing.Point(15, 110); this.CB_Ability.Name = "CB_Ability"; this.CB_Ability.Size = new System.Drawing.Size(122, 21); this.CB_Ability.TabIndex = 83; // // L_PKFriendship // this.L_PKFriendship.AutoSize = true; this.L_PKFriendship.Location = new System.Drawing.Point(265, 166); this.L_PKFriendship.Name = "L_PKFriendship"; this.L_PKFriendship.Size = new System.Drawing.Size(55, 13); this.L_PKFriendship.TabIndex = 82; this.L_PKFriendship.Text = "Friendship"; // // CB_Ball // this.CB_Ball.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CB_Ball.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Ball.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Ball.FormattingEnabled = true; this.CB_Ball.Location = new System.Drawing.Point(226, 217); this.CB_Ball.Name = "CB_Ball"; this.CB_Ball.Size = new System.Drawing.Size(122, 21); this.CB_Ball.TabIndex = 81; // // TB_Friendship // this.TB_Friendship.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_Friendship.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_Friendship.Location = new System.Drawing.Point(326, 164); this.TB_Friendship.Mask = "000"; this.TB_Friendship.Name = "TB_Friendship"; this.TB_Friendship.Size = new System.Drawing.Size(22, 20); this.TB_Friendship.TabIndex = 80; // // TB_Level // this.TB_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_Level.Location = new System.Drawing.Point(146, 67); this.TB_Level.Mask = "000"; this.TB_Level.Name = "TB_Level"; this.TB_Level.Size = new System.Drawing.Size(22, 20); this.TB_Level.TabIndex = 79; this.TB_Level.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // CB_Form // this.CB_Form.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_Form.DropDownWidth = 85; this.CB_Form.Enabled = false; this.CB_Form.FormattingEnabled = true; this.CB_Form.Location = new System.Drawing.Point(68, 88); this.CB_Form.Name = "CB_Form"; this.CB_Form.Size = new System.Drawing.Size(69, 21); this.CB_Form.TabIndex = 78; this.CB_Form.SelectedIndexChanged += new System.EventHandler(this.updateForm); // // CHK_Shiny // this.CHK_Shiny.AutoSize = true; this.CHK_Shiny.Location = new System.Drawing.Point(146, 92); this.CHK_Shiny.Name = "CHK_Shiny"; this.CHK_Shiny.Size = new System.Drawing.Size(38, 17); this.CHK_Shiny.TabIndex = 77; this.CHK_Shiny.Text = "☆"; this.CHK_Shiny.UseVisualStyleBackColor = true; // // L_PPups // this.L_PPups.Location = new System.Drawing.Point(142, 145); this.L_PPups.Name = "L_PPups"; this.L_PPups.Size = new System.Drawing.Size(45, 13); this.L_PPups.TabIndex = 75; this.L_PPups.Text = "PP Ups"; this.L_PPups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CB_PPu4 // this.CB_PPu4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_PPu4.FormattingEnabled = true; this.CB_PPu4.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.CB_PPu4.Location = new System.Drawing.Point(145, 225); this.CB_PPu4.Name = "CB_PPu4"; this.CB_PPu4.Size = new System.Drawing.Size(38, 21); this.CB_PPu4.TabIndex = 76; // // CB_PPu3 // this.CB_PPu3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_PPu3.FormattingEnabled = true; this.CB_PPu3.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.CB_PPu3.Location = new System.Drawing.Point(145, 203); this.CB_PPu3.Name = "CB_PPu3"; this.CB_PPu3.Size = new System.Drawing.Size(38, 21); this.CB_PPu3.TabIndex = 73; // // CB_PPu2 // this.CB_PPu2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_PPu2.FormattingEnabled = true; this.CB_PPu2.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.CB_PPu2.Location = new System.Drawing.Point(145, 181); this.CB_PPu2.Name = "CB_PPu2"; this.CB_PPu2.Size = new System.Drawing.Size(38, 21); this.CB_PPu2.TabIndex = 71; // // CB_Move4 // this.CB_Move4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move4.FormattingEnabled = true; this.CB_Move4.Location = new System.Drawing.Point(15, 225); this.CB_Move4.Name = "CB_Move4"; this.CB_Move4.Size = new System.Drawing.Size(121, 21); this.CB_Move4.TabIndex = 74; // // CB_PPu1 // this.CB_PPu1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_PPu1.FormattingEnabled = true; this.CB_PPu1.Items.AddRange(new object[] { "0", "1", "2", "3"}); this.CB_PPu1.Location = new System.Drawing.Point(145, 159); this.CB_PPu1.Name = "CB_PPu1"; this.CB_PPu1.Size = new System.Drawing.Size(38, 21); this.CB_PPu1.TabIndex = 69; // // CB_Move3 // this.CB_Move3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move3.FormattingEnabled = true; this.CB_Move3.Location = new System.Drawing.Point(15, 203); this.CB_Move3.Name = "CB_Move3"; this.CB_Move3.Size = new System.Drawing.Size(121, 21); this.CB_Move3.TabIndex = 72; // // CB_Move2 // this.CB_Move2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move2.FormattingEnabled = true; this.CB_Move2.Location = new System.Drawing.Point(15, 181); this.CB_Move2.Name = "CB_Move2"; this.CB_Move2.Size = new System.Drawing.Size(121, 21); this.CB_Move2.TabIndex = 70; // // CB_Move1 // this.CB_Move1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Move1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Move1.FormattingEnabled = true; this.CB_Move1.Location = new System.Drawing.Point(15, 159); this.CB_Move1.Name = "CB_Move1"; this.CB_Move1.Size = new System.Drawing.Size(121, 21); this.CB_Move1.TabIndex = 68; // // L_Participant // this.L_Participant.AutoSize = true; this.L_Participant.Location = new System.Drawing.Point(12, 19); this.L_Participant.Name = "L_Participant"; this.L_Participant.Size = new System.Drawing.Size(60, 13); this.L_Participant.TabIndex = 67; this.L_Participant.Text = "Participant:"; // // NUD_FPKM // this.NUD_FPKM.Location = new System.Drawing.Point(78, 17); this.NUD_FPKM.Maximum = new decimal(new int[] { 3, 0, 0, 0}); this.NUD_FPKM.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.NUD_FPKM.Name = "NUD_FPKM"; this.NUD_FPKM.Size = new System.Drawing.Size(35, 20); this.NUD_FPKM.TabIndex = 66; this.NUD_FPKM.Value = new decimal(new int[] { 1, 0, 0, 0}); this.NUD_FPKM.ValueChanged += new System.EventHandler(this.changeFavPKM); // // CB_Species // this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Species.FormattingEnabled = true; this.CB_Species.Location = new System.Drawing.Point(15, 66); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(122, 21); this.CB_Species.TabIndex = 65; this.CB_Species.SelectedIndexChanged += new System.EventHandler(this.updateSpecies); // // CB_HeldItem // this.CB_HeldItem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_HeldItem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_HeldItem.FormattingEnabled = true; this.CB_HeldItem.Location = new System.Drawing.Point(15, 132); this.CB_HeldItem.Name = "CB_HeldItem"; this.CB_HeldItem.Size = new System.Drawing.Size(122, 21); this.CB_HeldItem.TabIndex = 64; // // CB_Nature // this.CB_Nature.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CB_Nature.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.CB_Nature.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Nature.FormattingEnabled = true; this.CB_Nature.Location = new System.Drawing.Point(226, 190); this.CB_Nature.Name = "CB_Nature"; this.CB_Nature.Size = new System.Drawing.Size(122, 21); this.CB_Nature.TabIndex = 63; // // L_EncryptionConstant // this.L_EncryptionConstant.AutoSize = true; this.L_EncryptionConstant.Location = new System.Drawing.Point(12, 47); this.L_EncryptionConstant.Name = "L_EncryptionConstant"; this.L_EncryptionConstant.Size = new System.Drawing.Size(32, 13); this.L_EncryptionConstant.TabIndex = 62; this.L_EncryptionConstant.Text = "ENC:"; // // TB_EC // this.TB_EC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TB_EC.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_EC.Location = new System.Drawing.Point(53, 45); this.TB_EC.MaxLength = 8; this.TB_EC.Name = "TB_EC"; this.TB_EC.Size = new System.Drawing.Size(60, 20); this.TB_EC.TabIndex = 61; this.TB_EC.Text = "12345678"; // // L_EVs // this.L_EVs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_EVs.AutoSize = true; this.L_EVs.Location = new System.Drawing.Point(294, 12); this.L_EVs.Name = "L_EVs"; this.L_EVs.Size = new System.Drawing.Size(26, 13); this.L_EVs.TabIndex = 23; this.L_EVs.Text = "EVs"; // // L_IVs // this.L_IVs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_IVs.AutoSize = true; this.L_IVs.Location = new System.Drawing.Point(265, 12); this.L_IVs.Name = "L_IVs"; this.L_IVs.Size = new System.Drawing.Size(22, 13); this.L_IVs.TabIndex = 16; this.L_IVs.Text = "IVs"; // // L_SPE // this.L_SPE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_SPE.AutoSize = true; this.L_SPE.Location = new System.Drawing.Point(235, 140); this.L_SPE.Name = "L_SPE"; this.L_SPE.Size = new System.Drawing.Size(28, 13); this.L_SPE.TabIndex = 13; this.L_SPE.Text = "SPE"; // // L_SpD // this.L_SpD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_SpD.AutoSize = true; this.L_SpD.Location = new System.Drawing.Point(235, 118); this.L_SpD.Name = "L_SpD"; this.L_SpD.Size = new System.Drawing.Size(28, 13); this.L_SpD.TabIndex = 12; this.L_SpD.Text = "SpD"; // // L_SpA // this.L_SpA.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_SpA.AutoSize = true; this.L_SpA.Location = new System.Drawing.Point(236, 96); this.L_SpA.Name = "L_SpA"; this.L_SpA.Size = new System.Drawing.Size(27, 13); this.L_SpA.TabIndex = 11; this.L_SpA.Text = "SpA"; // // L_DEF // this.L_DEF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_DEF.AutoSize = true; this.L_DEF.Location = new System.Drawing.Point(235, 74); this.L_DEF.Name = "L_DEF"; this.L_DEF.Size = new System.Drawing.Size(28, 13); this.L_DEF.TabIndex = 4; this.L_DEF.Text = "DEF"; // // L_ATK // this.L_ATK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_ATK.AutoSize = true; this.L_ATK.Location = new System.Drawing.Point(235, 52); this.L_ATK.Name = "L_ATK"; this.L_ATK.Size = new System.Drawing.Size(28, 13); this.L_ATK.TabIndex = 3; this.L_ATK.Text = "ATK"; // // L_HP // this.L_HP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_HP.AutoSize = true; this.L_HP.Location = new System.Drawing.Point(241, 30); this.L_HP.Name = "L_HP"; this.L_HP.Size = new System.Drawing.Size(22, 13); this.L_HP.TabIndex = 2; this.L_HP.Text = "HP"; // // f_MAIN // this.f_MAIN.Controls.Add(this.NUD_FBaseLocation); this.f_MAIN.Controls.Add(this.TB_FT2); this.f_MAIN.Controls.Add(this.TB_FT1); this.f_MAIN.Controls.Add(this.L_TeamSlogan); this.f_MAIN.Controls.Add(this.L_TeamName); this.f_MAIN.Controls.Add(this.GB_Object); this.f_MAIN.Controls.Add(this.L_BaseLocation); this.f_MAIN.Controls.Add(this.TB_FSay4); this.f_MAIN.Controls.Add(this.TB_FSay3); this.f_MAIN.Controls.Add(this.TB_FSay2); this.f_MAIN.Controls.Add(this.TB_FSay1); this.f_MAIN.Controls.Add(this.TB_FOT); this.f_MAIN.Controls.Add(this.L_TrName); this.f_MAIN.Controls.Add(this.L_Confetti); this.f_MAIN.Controls.Add(this.L_Blackboard); this.f_MAIN.Controls.Add(this.L_Encourage); this.f_MAIN.Controls.Add(this.L_Happy); this.f_MAIN.Location = new System.Drawing.Point(4, 22); this.f_MAIN.Name = "f_MAIN"; this.f_MAIN.Padding = new System.Windows.Forms.Padding(3); this.f_MAIN.Size = new System.Drawing.Size(370, 262); this.f_MAIN.TabIndex = 0; this.f_MAIN.Text = "Main"; this.f_MAIN.UseVisualStyleBackColor = true; // // NUD_FBaseLocation // this.NUD_FBaseLocation.Location = new System.Drawing.Point(128, 35); this.NUD_FBaseLocation.Maximum = new decimal(new int[] { 85, 0, 0, 0}); this.NUD_FBaseLocation.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.NUD_FBaseLocation.Name = "NUD_FBaseLocation"; this.NUD_FBaseLocation.Size = new System.Drawing.Size(45, 20); this.NUD_FBaseLocation.TabIndex = 18; this.NUD_FBaseLocation.Value = new decimal(new int[] { 1, 0, 0, -2147483648}); // // TB_FT2 // this.TB_FT2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FT2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FT2.Location = new System.Drawing.Point(240, 132); this.TB_FT2.MaxLength = 16; this.TB_FT2.Name = "TB_FT2"; this.TB_FT2.Size = new System.Drawing.Size(124, 20); this.TB_FT2.TabIndex = 15; // // TB_FT1 // this.TB_FT1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FT1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FT1.Location = new System.Drawing.Point(240, 110); this.TB_FT1.MaxLength = 16; this.TB_FT1.Name = "TB_FT1"; this.TB_FT1.Size = new System.Drawing.Size(124, 20); this.TB_FT1.TabIndex = 14; // // L_TeamSlogan // this.L_TeamSlogan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_TeamSlogan.AutoSize = true; this.L_TeamSlogan.Location = new System.Drawing.Point(166, 135); this.L_TeamSlogan.Name = "L_TeamSlogan"; this.L_TeamSlogan.Size = new System.Drawing.Size(73, 13); this.L_TeamSlogan.TabIndex = 17; this.L_TeamSlogan.Text = "Team Slogan:"; this.L_TeamSlogan.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_TeamName // this.L_TeamName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_TeamName.AutoSize = true; this.L_TeamName.Location = new System.Drawing.Point(171, 113); this.L_TeamName.Name = "L_TeamName"; this.L_TeamName.Size = new System.Drawing.Size(68, 13); this.L_TeamName.TabIndex = 16; this.L_TeamName.Text = "Team Name:"; this.L_TeamName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // GB_Object // this.GB_Object.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.GB_Object.Controls.Add(this.L_Y); this.GB_Object.Controls.Add(this.L_X); this.GB_Object.Controls.Add(this.NUD_FX); this.GB_Object.Controls.Add(this.NUD_FY); this.GB_Object.Controls.Add(this.L_Rotation); this.GB_Object.Controls.Add(this.L_Decoration); this.GB_Object.Controls.Add(this.NUD_FRot); this.GB_Object.Controls.Add(this.NUD_FObjType); this.GB_Object.Controls.Add(this.L_Index); this.GB_Object.Controls.Add(this.NUD_FObject); this.GB_Object.Location = new System.Drawing.Point(6, 158); this.GB_Object.Name = "GB_Object"; this.GB_Object.Size = new System.Drawing.Size(357, 103); this.GB_Object.TabIndex = 13; this.GB_Object.TabStop = false; this.GB_Object.Text = "Object Layout"; // // L_Y // this.L_Y.AutoSize = true; this.L_Y.Location = new System.Drawing.Point(231, 48); this.L_Y.Name = "L_Y"; this.L_Y.Size = new System.Drawing.Size(71, 13); this.L_Y.TabIndex = 9; this.L_Y.Text = "Y Coordinate:"; // // L_X // this.L_X.AutoSize = true; this.L_X.Location = new System.Drawing.Point(231, 22); this.L_X.Name = "L_X"; this.L_X.Size = new System.Drawing.Size(71, 13); this.L_X.TabIndex = 8; this.L_X.Text = "X Coordinate:"; // // NUD_FX // this.NUD_FX.Location = new System.Drawing.Point(308, 20); this.NUD_FX.Maximum = new decimal(new int[] { 40, 0, 0, 0}); this.NUD_FX.Name = "NUD_FX"; this.NUD_FX.Size = new System.Drawing.Size(36, 20); this.NUD_FX.TabIndex = 7; this.NUD_FX.ValueChanged += new System.EventHandler(this.changeObjectQuality); // // NUD_FY // this.NUD_FY.Location = new System.Drawing.Point(308, 46); this.NUD_FY.Maximum = new decimal(new int[] { 40, 0, 0, 0}); this.NUD_FY.Name = "NUD_FY"; this.NUD_FY.Size = new System.Drawing.Size(36, 20); this.NUD_FY.TabIndex = 6; this.NUD_FY.ValueChanged += new System.EventHandler(this.changeObjectQuality); // // L_Rotation // this.L_Rotation.AutoSize = true; this.L_Rotation.Location = new System.Drawing.Point(6, 74); this.L_Rotation.Name = "L_Rotation"; this.L_Rotation.Size = new System.Drawing.Size(68, 13); this.L_Rotation.TabIndex = 5; this.L_Rotation.Text = "Rotation Val:"; // // L_Decoration // this.L_Decoration.AutoSize = true; this.L_Decoration.Location = new System.Drawing.Point(12, 48); this.L_Decoration.Name = "L_Decoration"; this.L_Decoration.Size = new System.Drawing.Size(62, 13); this.L_Decoration.TabIndex = 4; this.L_Decoration.Text = "Decoration:"; // // NUD_FRot // this.NUD_FRot.Location = new System.Drawing.Point(76, 72); this.NUD_FRot.Maximum = new decimal(new int[] { 7, 0, 0, 0}); this.NUD_FRot.Name = "NUD_FRot"; this.NUD_FRot.Size = new System.Drawing.Size(36, 20); this.NUD_FRot.TabIndex = 3; this.NUD_FRot.Value = new decimal(new int[] { 1, 0, 0, 0}); this.NUD_FRot.ValueChanged += new System.EventHandler(this.changeObjectQuality); // // NUD_FObjType // this.NUD_FObjType.Location = new System.Drawing.Point(76, 46); this.NUD_FObjType.Maximum = new decimal(new int[] { 173, 0, 0, 0}); this.NUD_FObjType.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.NUD_FObjType.Name = "NUD_FObjType"; this.NUD_FObjType.Size = new System.Drawing.Size(38, 20); this.NUD_FObjType.TabIndex = 2; this.NUD_FObjType.Value = new decimal(new int[] { 1, 0, 0, -2147483648}); this.NUD_FObjType.ValueChanged += new System.EventHandler(this.changeObjectQuality); // // L_Index // this.L_Index.AutoSize = true; this.L_Index.Location = new System.Drawing.Point(38, 22); this.L_Index.Name = "L_Index"; this.L_Index.Size = new System.Drawing.Size(36, 13); this.L_Index.TabIndex = 1; this.L_Index.Text = "Index:"; // // NUD_FObject // this.NUD_FObject.Location = new System.Drawing.Point(76, 20); this.NUD_FObject.Maximum = new decimal(new int[] { 25, 0, 0, 0}); this.NUD_FObject.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.NUD_FObject.Name = "NUD_FObject"; this.NUD_FObject.Size = new System.Drawing.Size(36, 20); this.NUD_FObject.TabIndex = 0; this.NUD_FObject.Value = new decimal(new int[] { 1, 0, 0, 0}); this.NUD_FObject.ValueChanged += new System.EventHandler(this.changeObjectIndex); // // L_BaseLocation // this.L_BaseLocation.AutoSize = true; this.L_BaseLocation.Location = new System.Drawing.Point(6, 35); this.L_BaseLocation.Name = "L_BaseLocation"; this.L_BaseLocation.Size = new System.Drawing.Size(112, 13); this.L_BaseLocation.TabIndex = 11; this.L_BaseLocation.Text = "Secret Base Location:"; // // TB_FSay4 // this.TB_FSay4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FSay4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FSay4.Location = new System.Drawing.Point(240, 72); this.TB_FSay4.MaxLength = 16; this.TB_FSay4.Name = "TB_FSay4"; this.TB_FSay4.Size = new System.Drawing.Size(124, 20); this.TB_FSay4.TabIndex = 4; // // TB_FSay3 // this.TB_FSay3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FSay3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FSay3.Location = new System.Drawing.Point(240, 50); this.TB_FSay3.MaxLength = 16; this.TB_FSay3.Name = "TB_FSay3"; this.TB_FSay3.Size = new System.Drawing.Size(124, 20); this.TB_FSay3.TabIndex = 3; // // TB_FSay2 // this.TB_FSay2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FSay2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FSay2.Location = new System.Drawing.Point(240, 28); this.TB_FSay2.MaxLength = 16; this.TB_FSay2.Name = "TB_FSay2"; this.TB_FSay2.Size = new System.Drawing.Size(124, 20); this.TB_FSay2.TabIndex = 2; // // TB_FSay1 // this.TB_FSay1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_FSay1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FSay1.Location = new System.Drawing.Point(240, 6); this.TB_FSay1.MaxLength = 16; this.TB_FSay1.Name = "TB_FSay1"; this.TB_FSay1.Size = new System.Drawing.Size(124, 20); this.TB_FSay1.TabIndex = 1; // // TB_FOT // this.TB_FOT.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TB_FOT.Location = new System.Drawing.Point(80, 7); this.TB_FOT.MaxLength = 12; this.TB_FOT.Name = "TB_FOT"; this.TB_FOT.Size = new System.Drawing.Size(93, 20); this.TB_FOT.TabIndex = 0; // // L_TrName // this.L_TrName.AutoSize = true; this.L_TrName.Location = new System.Drawing.Point(6, 9); this.L_TrName.Name = "L_TrName"; this.L_TrName.Size = new System.Drawing.Size(74, 13); this.L_TrName.TabIndex = 9; this.L_TrName.Text = "Trainer Name:"; // // L_Confetti // this.L_Confetti.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_Confetti.AutoSize = true; this.L_Confetti.Location = new System.Drawing.Point(193, 75); this.L_Confetti.Name = "L_Confetti"; this.L_Confetti.Size = new System.Drawing.Size(46, 13); this.L_Confetti.TabIndex = 8; this.L_Confetti.Text = "Confetti:"; this.L_Confetti.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Blackboard // this.L_Blackboard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_Blackboard.AutoSize = true; this.L_Blackboard.Location = new System.Drawing.Point(175, 53); this.L_Blackboard.Name = "L_Blackboard"; this.L_Blackboard.Size = new System.Drawing.Size(64, 13); this.L_Blackboard.TabIndex = 7; this.L_Blackboard.Text = "Blackboard:"; this.L_Blackboard.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Encourage // this.L_Encourage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_Encourage.AutoSize = true; this.L_Encourage.Location = new System.Drawing.Point(177, 32); this.L_Encourage.Name = "L_Encourage"; this.L_Encourage.Size = new System.Drawing.Size(62, 13); this.L_Encourage.TabIndex = 6; this.L_Encourage.Text = "Encourage:"; this.L_Encourage.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_Happy // this.L_Happy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.L_Happy.AutoSize = true; this.L_Happy.Location = new System.Drawing.Point(198, 9); this.L_Happy.Name = "L_Happy"; this.L_Happy.Size = new System.Drawing.Size(41, 13); this.L_Happy.TabIndex = 5; this.L_Happy.Text = "Happy:"; this.L_Happy.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Tab_Base // this.Tab_Base.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Tab_Base.Controls.Add(this.f_MAIN); this.Tab_Base.Controls.Add(this.f_PKM); this.Tab_Base.Location = new System.Drawing.Point(120, 9); this.Tab_Base.Name = "Tab_Base"; this.Tab_Base.SelectedIndex = 0; this.Tab_Base.Size = new System.Drawing.Size(378, 288); this.Tab_Base.TabIndex = 17; // // B_GiveDecor // this.B_GiveDecor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.B_GiveDecor.Location = new System.Drawing.Point(144, 302); this.B_GiveDecor.Name = "B_GiveDecor"; this.B_GiveDecor.Size = new System.Drawing.Size(112, 23); this.B_GiveDecor.TabIndex = 19; this.B_GiveDecor.Text = "Give All Decorations"; this.B_GiveDecor.UseVisualStyleBackColor = true; this.B_GiveDecor.Click += new System.EventHandler(this.B_GiveDecor_Click); // // B_FSave // this.B_FSave.Location = new System.Drawing.Point(96, 55); this.B_FSave.Name = "B_FSave"; this.B_FSave.Size = new System.Drawing.Size(18, 24); this.B_FSave.TabIndex = 20; this.B_FSave.Text = "<"; this.B_FSave.UseVisualStyleBackColor = true; this.B_FSave.Click += new System.EventHandler(this.B_FAV2SAV); // // MT_Flags // this.MT_Flags.Location = new System.Drawing.Point(93, 304); this.MT_Flags.Mask = "00000"; this.MT_Flags.Name = "MT_Flags"; this.MT_Flags.Size = new System.Drawing.Size(39, 20); this.MT_Flags.TabIndex = 21; this.MT_Flags.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_FlagsCaptured // this.L_FlagsCaptured.AutoSize = true; this.L_FlagsCaptured.Location = new System.Drawing.Point(9, 307); this.L_FlagsCaptured.Name = "L_FlagsCaptured"; this.L_FlagsCaptured.Size = new System.Drawing.Size(84, 13); this.L_FlagsCaptured.TabIndex = 22; this.L_FlagsCaptured.Text = "Flags Captured: "; // // B_FDelete // this.B_FDelete.Location = new System.Drawing.Point(96, 85); this.B_FDelete.Name = "B_FDelete"; this.B_FDelete.Size = new System.Drawing.Size(18, 24); this.B_FDelete.TabIndex = 23; this.B_FDelete.Text = "X"; this.B_FDelete.UseVisualStyleBackColor = true; this.B_FDelete.Click += new System.EventHandler(this.B_FDelete_Click); // // SAV_SecretBase // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(514, 332); this.Controls.Add(this.B_FDelete); this.Controls.Add(this.L_FlagsCaptured); this.Controls.Add(this.MT_Flags); this.Controls.Add(this.B_FSave); this.Controls.Add(this.B_GiveDecor); this.Controls.Add(this.B_Cancel); this.Controls.Add(this.B_Save); this.Controls.Add(this.Tab_Base); this.Controls.Add(this.B_FDisplay); this.Controls.Add(this.L_Favorite); this.Controls.Add(this.LB_Favorite); 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_SecretBase"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Secret Base Editor"; this.f_PKM.ResumeLayout(false); this.GB_PKM.ResumeLayout(false); this.GB_PKM.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FPKM)).EndInit(); this.f_MAIN.ResumeLayout(false); this.f_MAIN.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FBaseLocation)).EndInit(); this.GB_Object.ResumeLayout(false); this.GB_Object.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FRot)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FObjType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_FObject)).EndInit(); this.Tab_Base.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button B_Save; private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.ListBox LB_Favorite; private System.Windows.Forms.Label L_Favorite; private System.Windows.Forms.Button B_FDisplay; private System.Windows.Forms.TabPage f_PKM; private System.Windows.Forms.Label L_EVs; private System.Windows.Forms.Label L_IVs; private System.Windows.Forms.Label L_SPE; private System.Windows.Forms.Label L_SpD; private System.Windows.Forms.Label L_SpA; private System.Windows.Forms.Label L_DEF; private System.Windows.Forms.Label L_ATK; private System.Windows.Forms.Label L_HP; private System.Windows.Forms.TabPage f_MAIN; private System.Windows.Forms.GroupBox GB_Object; private System.Windows.Forms.Label L_Y; private System.Windows.Forms.Label L_X; private System.Windows.Forms.NumericUpDown NUD_FX; private System.Windows.Forms.NumericUpDown NUD_FY; private System.Windows.Forms.Label L_Rotation; private System.Windows.Forms.Label L_Decoration; private System.Windows.Forms.NumericUpDown NUD_FRot; private System.Windows.Forms.NumericUpDown NUD_FObjType; private System.Windows.Forms.Label L_Index; private System.Windows.Forms.NumericUpDown NUD_FObject; private System.Windows.Forms.Label L_BaseLocation; private System.Windows.Forms.TextBox TB_FSay4; private System.Windows.Forms.TextBox TB_FSay3; private System.Windows.Forms.TextBox TB_FSay2; private System.Windows.Forms.TextBox TB_FSay1; private System.Windows.Forms.TextBox TB_FOT; private System.Windows.Forms.Label L_TrName; private System.Windows.Forms.Label L_Confetti; private System.Windows.Forms.Label L_Blackboard; private System.Windows.Forms.Label L_Encourage; private System.Windows.Forms.Label L_Happy; private System.Windows.Forms.TabControl Tab_Base; private System.Windows.Forms.Label L_EncryptionConstant; private System.Windows.Forms.TextBox TB_EC; private System.Windows.Forms.ComboBox CB_HeldItem; private System.Windows.Forms.ComboBox CB_Nature; private System.Windows.Forms.Label L_Participant; private System.Windows.Forms.NumericUpDown NUD_FPKM; public System.Windows.Forms.ComboBox CB_Species; private System.Windows.Forms.CheckBox CHK_Shiny; private System.Windows.Forms.Label L_PPups; private System.Windows.Forms.ComboBox CB_PPu4; private System.Windows.Forms.ComboBox CB_PPu3; private System.Windows.Forms.ComboBox CB_PPu2; private System.Windows.Forms.ComboBox CB_Move4; private System.Windows.Forms.ComboBox CB_PPu1; private System.Windows.Forms.ComboBox CB_Move3; private System.Windows.Forms.ComboBox CB_Move2; public System.Windows.Forms.ComboBox CB_Move1; private System.Windows.Forms.ComboBox CB_Form; public System.Windows.Forms.MaskedTextBox TB_Friendship; private System.Windows.Forms.MaskedTextBox TB_Level; private System.Windows.Forms.ComboBox CB_Ball; private System.Windows.Forms.Label L_PKFriendship; private System.Windows.Forms.ComboBox CB_Ability; private System.Windows.Forms.GroupBox GB_PKM; private System.Windows.Forms.MaskedTextBox MT_AbilNo; private System.Windows.Forms.Label Label_Gender; private System.Windows.Forms.Button B_GiveDecor; private System.Windows.Forms.MaskedTextBox TB_SPEIV; private System.Windows.Forms.MaskedTextBox TB_SPDIV; private System.Windows.Forms.MaskedTextBox TB_SPAIV; private System.Windows.Forms.MaskedTextBox TB_DEFIV; private System.Windows.Forms.MaskedTextBox TB_ATKIV; private System.Windows.Forms.MaskedTextBox TB_HPIV; private System.Windows.Forms.MaskedTextBox TB_ATKEV; private System.Windows.Forms.MaskedTextBox TB_DEFEV; private System.Windows.Forms.MaskedTextBox TB_SPEEV; private System.Windows.Forms.MaskedTextBox TB_SPDEV; private System.Windows.Forms.MaskedTextBox TB_SPAEV; private System.Windows.Forms.MaskedTextBox TB_HPEV; private System.Windows.Forms.Button B_FSave; private System.Windows.Forms.TextBox TB_FT2; private System.Windows.Forms.TextBox TB_FT1; private System.Windows.Forms.Label L_TeamSlogan; private System.Windows.Forms.Label L_TeamName; private System.Windows.Forms.NumericUpDown NUD_FBaseLocation; private System.Windows.Forms.MaskedTextBox MT_Flags; private System.Windows.Forms.Label L_FlagsCaptured; private System.Windows.Forms.Button B_FDelete; } }