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.label1 = 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.Label_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.label23 = 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.label22 = new System.Windows.Forms.Label(); this.TB_EC = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = 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.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.NUD_FX = new System.Windows.Forms.NumericUpDown(); this.NUD_FY = new System.Windows.Forms.NumericUpDown(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.NUD_FRot = new System.Windows.Forms.NumericUpDown(); this.NUD_FObjType = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.NUD_FObject = new System.Windows.Forms.NumericUpDown(); this.label8 = 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.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tabControl1 = 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.label2 = new System.Windows.Forms.Label(); 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.groupBox1.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.tabControl1.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; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 13); this.label1.TabIndex = 6; this.label1.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.Label_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.label23); 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.label22); this.GB_PKM.Controls.Add(this.TB_EC); this.GB_PKM.Controls.Add(this.label21); this.GB_PKM.Controls.Add(this.label20); this.GB_PKM.Controls.Add(this.label17); this.GB_PKM.Controls.Add(this.label18); this.GB_PKM.Controls.Add(this.label19); this.GB_PKM.Controls.Add(this.label16); this.GB_PKM.Controls.Add(this.label15); this.GB_PKM.Controls.Add(this.label14); 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; // // Label_PPups // this.Label_PPups.Location = new System.Drawing.Point(142, 145); this.Label_PPups.Name = "Label_PPups"; this.Label_PPups.Size = new System.Drawing.Size(45, 13); this.Label_PPups.TabIndex = 75; this.Label_PPups.Text = "PP Ups"; this.Label_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; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(12, 19); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(60, 13); this.label23.TabIndex = 67; this.label23.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; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(12, 47); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(32, 13); this.label22.TabIndex = 62; this.label22.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"; // // label21 // this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(294, 12); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(26, 13); this.label21.TabIndex = 23; this.label21.Text = "EVs"; // // label20 // this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(265, 12); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(22, 13); this.label20.TabIndex = 16; this.label20.Text = "IVs"; // // label17 // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(235, 140); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(28, 13); this.label17.TabIndex = 13; this.label17.Text = "SPE"; // // label18 // this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(235, 118); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(28, 13); this.label18.TabIndex = 12; this.label18.Text = "SpD"; // // label19 // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(236, 96); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(27, 13); this.label19.TabIndex = 11; this.label19.Text = "SpA"; // // label16 // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(235, 74); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(28, 13); this.label16.TabIndex = 4; this.label16.Text = "DEF"; // // label15 // this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(235, 52); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(28, 13); this.label15.TabIndex = 3; this.label15.Text = "ATK"; // // label14 // this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(241, 30); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(22, 13); this.label14.TabIndex = 2; this.label14.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.label24); this.f_MAIN.Controls.Add(this.label25); this.f_MAIN.Controls.Add(this.groupBox1); this.f_MAIN.Controls.Add(this.label8); 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.label7); this.f_MAIN.Controls.Add(this.label6); this.f_MAIN.Controls.Add(this.label5); this.f_MAIN.Controls.Add(this.label4); this.f_MAIN.Controls.Add(this.label3); 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; // // label24 // this.label24.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(166, 135); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(73, 13); this.label24.TabIndex = 17; this.label24.Text = "Team Slogan:"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label25 // this.label25.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(171, 113); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(68, 13); this.label25.TabIndex = 16; this.label25.Text = "Team Name:"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.NUD_FX); this.groupBox1.Controls.Add(this.NUD_FY); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.NUD_FRot); this.groupBox1.Controls.Add(this.NUD_FObjType); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.NUD_FObject); this.groupBox1.Location = new System.Drawing.Point(6, 158); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(357, 103); this.groupBox1.TabIndex = 13; this.groupBox1.TabStop = false; this.groupBox1.Text = "Object Layout"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(231, 48); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(71, 13); this.label13.TabIndex = 9; this.label13.Text = "Y Coordinate:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(231, 22); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(71, 13); this.label12.TabIndex = 8; this.label12.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); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 74); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(68, 13); this.label11.TabIndex = 5; this.label11.Text = "Rotation Val:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(12, 48); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(62, 13); this.label10.TabIndex = 4; this.label10.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); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(38, 22); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(36, 13); this.label9.TabIndex = 1; this.label9.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); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 35); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(112, 13); this.label8.TabIndex = 11; this.label8.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; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(74, 13); this.label7.TabIndex = 9; this.label7.Text = "Trainer Name:"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(193, 75); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(46, 13); this.label6.TabIndex = 8; this.label6.Text = "Confetti:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(175, 53); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 13); this.label5.TabIndex = 7; this.label5.Text = "Blackboard:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(177, 32); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(62, 13); this.label4.TabIndex = 6; this.label4.Text = "Encourage:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(198, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 5; this.label3.Text = "Happy:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.f_MAIN); this.tabControl1.Controls.Add(this.f_PKM); this.tabControl1.Location = new System.Drawing.Point(120, 9); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(378, 288); this.tabControl1.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; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 307); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(84, 13); this.label2.TabIndex = 22; this.label2.Text = "Flags Captured: "; // // 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.label2); 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.tabControl1); this.Controls.Add(this.B_FDisplay); this.Controls.Add(this.label1); 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.groupBox1.ResumeLayout(false); this.groupBox1.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.tabControl1.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 label1; private System.Windows.Forms.Button B_FDisplay; private System.Windows.Forms.TabPage f_PKM; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.TabPage f_MAIN; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.NumericUpDown NUD_FX; private System.Windows.Forms.NumericUpDown NUD_FY; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.NumericUpDown NUD_FRot; private System.Windows.Forms.NumericUpDown NUD_FObjType; private System.Windows.Forms.Label label9; private System.Windows.Forms.NumericUpDown NUD_FObject; private System.Windows.Forms.Label label8; 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 label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.Label label22; 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 label23; 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 Label_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 label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.NumericUpDown NUD_FBaseLocation; private System.Windows.Forms.MaskedTextBox MT_Flags; private System.Windows.Forms.Label label2; } }