diff --git a/Forms/BattleTowerPokemonForm.Designer.cs b/Forms/BattleTowerPokemonForm.Designer.cs index 6f6ac6b..e436a07 100644 --- a/Forms/BattleTowerPokemonForm.Designer.cs +++ b/Forms/BattleTowerPokemonForm.Designer.cs @@ -119,11 +119,9 @@ private void InitializeComponent() groupBox1.Controls.Add(formComboBox); groupBox1.Controls.Add(label1); groupBox1.Controls.Add(speciesComboBox); - groupBox1.Location = new System.Drawing.Point(184, 35); - groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox1.Location = new System.Drawing.Point(208, 48); groupBox1.Name = "groupBox1"; - groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox1.Size = new System.Drawing.Size(165, 98); + groupBox1.Size = new System.Drawing.Size(189, 131); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Main"; @@ -131,27 +129,26 @@ private void InitializeComponent() // label3 // label3.AutoSize = true; - label3.Location = new System.Drawing.Point(74, 72); + label3.Location = new System.Drawing.Point(85, 96); label3.Name = "label3"; - label3.Size = new System.Drawing.Size(34, 15); + label3.Size = new System.Drawing.Size(43, 20); label3.TabIndex = 6; label3.Text = "Level"; // // levelNumericUpDown // - levelNumericUpDown.Location = new System.Drawing.Point(116, 70); - levelNumericUpDown.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + levelNumericUpDown.Location = new System.Drawing.Point(133, 93); levelNumericUpDown.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); levelNumericUpDown.Name = "levelNumericUpDown"; - levelNumericUpDown.Size = new System.Drawing.Size(44, 23); + levelNumericUpDown.Size = new System.Drawing.Size(50, 27); levelNumericUpDown.TabIndex = 5; // // label2 // label2.AutoSize = true; - label2.Location = new System.Drawing.Point(73, 47); + label2.Location = new System.Drawing.Point(83, 63); label2.Name = "label2"; - label2.Size = new System.Drawing.Size(35, 15); + label2.Size = new System.Drawing.Size(43, 20); label2.TabIndex = 3; label2.Text = "Form"; label2.Click += label2_Click; @@ -160,18 +157,17 @@ private void InitializeComponent() // formComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; formComboBox.FormattingEnabled = true; - formComboBox.Location = new System.Drawing.Point(116, 45); - formComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + formComboBox.Location = new System.Drawing.Point(133, 60); formComboBox.Name = "formComboBox"; - formComboBox.Size = new System.Drawing.Size(44, 23); + formComboBox.Size = new System.Drawing.Size(50, 28); formComboBox.TabIndex = 2; // // label1 // label1.AutoSize = true; - label1.Location = new System.Drawing.Point(16, 22); + label1.Location = new System.Drawing.Point(18, 29); label1.Name = "label1"; - label1.Size = new System.Drawing.Size(46, 15); + label1.Size = new System.Drawing.Size(59, 20); label1.TabIndex = 1; label1.Text = "Species"; // @@ -180,20 +176,18 @@ private void InitializeComponent() speciesComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; speciesComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; speciesComboBox.FormattingEnabled = true; - speciesComboBox.Location = new System.Drawing.Point(73, 20); - speciesComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + speciesComboBox.Location = new System.Drawing.Point(83, 27); speciesComboBox.Name = "speciesComboBox"; - speciesComboBox.Size = new System.Drawing.Size(88, 23); + speciesComboBox.Size = new System.Drawing.Size(100, 28); speciesComboBox.TabIndex = 0; // // checkBox1 // checkBox1.AutoSize = true; - checkBox1.Location = new System.Drawing.Point(102, 20); - checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox1.Location = new System.Drawing.Point(117, 27); checkBox1.Name = "checkBox1"; checkBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; - checkBox1.Size = new System.Drawing.Size(55, 19); + checkBox1.Size = new System.Drawing.Size(66, 24); checkBox1.TabIndex = 4; checkBox1.Text = "Shiny"; checkBox1.UseVisualStyleBackColor = true; @@ -201,9 +195,9 @@ private void InitializeComponent() // label4 // label4.AutoSize = true; - label4.Location = new System.Drawing.Point(18, 22); + label4.Location = new System.Drawing.Point(21, 29); label4.Name = "label4"; - label4.Size = new System.Drawing.Size(45, 15); + label4.Size = new System.Drawing.Size(57, 20); label4.TabIndex = 8; label4.Text = "Gender"; // @@ -211,10 +205,9 @@ private void InitializeComponent() // comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBox3.FormattingEnabled = true; - comboBox3.Location = new System.Drawing.Point(73, 20); - comboBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox3.Location = new System.Drawing.Point(83, 27); comboBox3.Name = "comboBox3"; - comboBox3.Size = new System.Drawing.Size(88, 23); + comboBox3.Size = new System.Drawing.Size(100, 28); comboBox3.TabIndex = 7; // // groupBox2 @@ -224,11 +217,9 @@ private void InitializeComponent() groupBox2.Controls.Add(label8); groupBox2.Controls.Add(numericUpDown2); groupBox2.Controls.Add(checkBox1); - groupBox2.Location = new System.Drawing.Point(355, 41); - groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox2.Location = new System.Drawing.Point(404, 56); groupBox2.Name = "groupBox2"; - groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox2.Size = new System.Drawing.Size(165, 98); + groupBox2.Size = new System.Drawing.Size(189, 131); groupBox2.TabIndex = 5; groupBox2.TabStop = false; groupBox2.Text = "Visuals"; @@ -236,38 +227,36 @@ private void InitializeComponent() // label9 // label9.AutoSize = true; - label9.Location = new System.Drawing.Point(37, 68); + label9.Location = new System.Drawing.Point(42, 91); label9.Name = "label9"; - label9.Size = new System.Drawing.Size(27, 15); + label9.Size = new System.Drawing.Size(35, 20); label9.TabIndex = 10; label9.Text = "seal"; // // numericUpDown3 // - numericUpDown3.Location = new System.Drawing.Point(73, 67); - numericUpDown3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown3.Location = new System.Drawing.Point(83, 89); numericUpDown3.Maximum = new decimal(new int[] { int.MaxValue, 0, 0, 0 }); numericUpDown3.Minimum = new decimal(new int[] { int.MinValue, 0, 0, int.MinValue }); numericUpDown3.Name = "numericUpDown3"; - numericUpDown3.Size = new System.Drawing.Size(88, 23); + numericUpDown3.Size = new System.Drawing.Size(101, 27); numericUpDown3.TabIndex = 9; // // label8 // label8.AutoSize = true; - label8.Location = new System.Drawing.Point(68, 44); + label8.Location = new System.Drawing.Point(78, 59); label8.Name = "label8"; - label8.Size = new System.Drawing.Size(37, 15); + label8.Size = new System.Drawing.Size(49, 20); label8.TabIndex = 8; label8.Text = "ballID"; // // numericUpDown2 // - numericUpDown2.Location = new System.Drawing.Point(116, 42); - numericUpDown2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown2.Location = new System.Drawing.Point(133, 56); numericUpDown2.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown2.Name = "numericUpDown2"; - numericUpDown2.Size = new System.Drawing.Size(44, 23); + numericUpDown2.Size = new System.Drawing.Size(50, 27); numericUpDown2.TabIndex = 7; // // groupBox3 @@ -280,11 +269,9 @@ private void InitializeComponent() groupBox3.Controls.Add(comboBox4); groupBox3.Controls.Add(label4); groupBox3.Controls.Add(comboBox3); - groupBox3.Location = new System.Drawing.Point(526, 41); - groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox3.Location = new System.Drawing.Point(599, 56); groupBox3.Name = "groupBox3"; - groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox3.Size = new System.Drawing.Size(165, 138); + groupBox3.Size = new System.Drawing.Size(189, 184); groupBox3.TabIndex = 7; groupBox3.TabStop = false; groupBox3.Text = "Attributes"; @@ -292,9 +279,9 @@ private void InitializeComponent() // label7 // label7.AutoSize = true; - label7.Location = new System.Drawing.Point(33, 98); + label7.Location = new System.Drawing.Point(38, 131); label7.Name = "label7"; - label7.Size = new System.Drawing.Size(31, 15); + label7.Size = new System.Drawing.Size(39, 20); label7.TabIndex = 14; label7.Text = "Item"; // @@ -303,18 +290,17 @@ private void InitializeComponent() comboBox6.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox6.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox6.FormattingEnabled = true; - comboBox6.Location = new System.Drawing.Point(73, 96); - comboBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox6.Location = new System.Drawing.Point(83, 128); comboBox6.Name = "comboBox6"; - comboBox6.Size = new System.Drawing.Size(88, 23); + comboBox6.Size = new System.Drawing.Size(100, 28); comboBox6.TabIndex = 13; // // label6 // label6.AutoSize = true; - label6.Location = new System.Drawing.Point(22, 73); + label6.Location = new System.Drawing.Point(25, 97); label6.Name = "label6"; - label6.Size = new System.Drawing.Size(41, 15); + label6.Size = new System.Drawing.Size(52, 20); label6.TabIndex = 12; label6.Text = "Ability"; // @@ -323,18 +309,17 @@ private void InitializeComponent() comboBox5.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox5.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox5.FormattingEnabled = true; - comboBox5.Location = new System.Drawing.Point(73, 70); - comboBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox5.Location = new System.Drawing.Point(83, 93); comboBox5.Name = "comboBox5"; - comboBox5.Size = new System.Drawing.Size(88, 23); + comboBox5.Size = new System.Drawing.Size(100, 28); comboBox5.TabIndex = 11; // // label5 // label5.AutoSize = true; - label5.Location = new System.Drawing.Point(20, 47); + label5.Location = new System.Drawing.Point(23, 63); label5.Name = "label5"; - label5.Size = new System.Drawing.Size(43, 15); + label5.Size = new System.Drawing.Size(54, 20); label5.TabIndex = 10; label5.Text = "Nature"; // @@ -342,10 +327,9 @@ private void InitializeComponent() // comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBox4.FormattingEnabled = true; - comboBox4.Location = new System.Drawing.Point(73, 45); - comboBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox4.Location = new System.Drawing.Point(83, 60); comboBox4.Name = "comboBox4"; - comboBox4.Size = new System.Drawing.Size(88, 23); + comboBox4.Size = new System.Drawing.Size(100, 28); comboBox4.TabIndex = 9; // // groupBox4 @@ -358,11 +342,9 @@ private void InitializeComponent() groupBox4.Controls.Add(comboBox8); groupBox4.Controls.Add(label10); groupBox4.Controls.Add(comboBox7); - groupBox4.Location = new System.Drawing.Point(526, 185); - groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox4.Location = new System.Drawing.Point(599, 248); groupBox4.Name = "groupBox4"; - groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox4.Size = new System.Drawing.Size(165, 130); + groupBox4.Size = new System.Drawing.Size(189, 173); groupBox4.TabIndex = 8; groupBox4.TabStop = false; groupBox4.Text = "Moveset"; @@ -370,27 +352,27 @@ private void InitializeComponent() // label13 // label13.AutoSize = true; - label13.Location = new System.Drawing.Point(17, 98); + label13.Location = new System.Drawing.Point(19, 131); label13.Name = "label13"; - label13.Size = new System.Drawing.Size(46, 15); + label13.Size = new System.Drawing.Size(58, 20); label13.TabIndex = 23; label13.Text = "Move 4"; // // label12 // label12.AutoSize = true; - label12.Location = new System.Drawing.Point(17, 73); + label12.Location = new System.Drawing.Point(19, 97); label12.Name = "label12"; - label12.Size = new System.Drawing.Size(46, 15); + label12.Size = new System.Drawing.Size(58, 20); label12.TabIndex = 22; label12.Text = "Move 3"; // // label11 // label11.AutoSize = true; - label11.Location = new System.Drawing.Point(17, 47); + label11.Location = new System.Drawing.Point(19, 63); label11.Name = "label11"; - label11.Size = new System.Drawing.Size(46, 15); + label11.Size = new System.Drawing.Size(58, 20); label11.TabIndex = 21; label11.Text = "Move 2"; // @@ -399,10 +381,9 @@ private void InitializeComponent() comboBox10.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox10.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox10.FormattingEnabled = true; - comboBox10.Location = new System.Drawing.Point(73, 96); - comboBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox10.Location = new System.Drawing.Point(83, 128); comboBox10.Name = "comboBox10"; - comboBox10.Size = new System.Drawing.Size(88, 23); + comboBox10.Size = new System.Drawing.Size(100, 28); comboBox10.TabIndex = 19; // // comboBox9 @@ -410,10 +391,9 @@ private void InitializeComponent() comboBox9.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox9.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox9.FormattingEnabled = true; - comboBox9.Location = new System.Drawing.Point(73, 70); - comboBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox9.Location = new System.Drawing.Point(83, 93); comboBox9.Name = "comboBox9"; - comboBox9.Size = new System.Drawing.Size(88, 23); + comboBox9.Size = new System.Drawing.Size(100, 28); comboBox9.TabIndex = 17; // // comboBox8 @@ -421,18 +401,17 @@ private void InitializeComponent() comboBox8.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox8.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox8.FormattingEnabled = true; - comboBox8.Location = new System.Drawing.Point(73, 45); - comboBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox8.Location = new System.Drawing.Point(83, 60); comboBox8.Name = "comboBox8"; - comboBox8.Size = new System.Drawing.Size(88, 23); + comboBox8.Size = new System.Drawing.Size(100, 28); comboBox8.TabIndex = 15; // // label10 // label10.AutoSize = true; - label10.Location = new System.Drawing.Point(17, 22); + label10.Location = new System.Drawing.Point(19, 29); label10.Name = "label10"; - label10.Size = new System.Drawing.Size(46, 15); + label10.Size = new System.Drawing.Size(58, 20); label10.TabIndex = 14; label10.Text = "Move 1"; // @@ -441,10 +420,9 @@ private void InitializeComponent() comboBox7.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; comboBox7.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; comboBox7.FormattingEnabled = true; - comboBox7.Location = new System.Drawing.Point(73, 20); - comboBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox7.Location = new System.Drawing.Point(83, 27); comboBox7.Name = "comboBox7"; - comboBox7.Size = new System.Drawing.Size(88, 23); + comboBox7.Size = new System.Drawing.Size(100, 28); comboBox7.TabIndex = 13; // // groupBox5 @@ -461,11 +439,9 @@ private void InitializeComponent() groupBox5.Controls.Add(numericUpDown5); groupBox5.Controls.Add(label14); groupBox5.Controls.Add(numericUpDown4); - groupBox5.Location = new System.Drawing.Point(184, 143); - groupBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox5.Location = new System.Drawing.Point(208, 192); groupBox5.Name = "groupBox5"; - groupBox5.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox5.Size = new System.Drawing.Size(165, 172); + groupBox5.Size = new System.Drawing.Size(189, 229); groupBox5.TabIndex = 4; groupBox5.TabStop = false; groupBox5.Text = "IVs"; @@ -473,109 +449,103 @@ private void InitializeComponent() // label19 // label19.AutoSize = true; - label19.Location = new System.Drawing.Point(66, 145); + label19.Location = new System.Drawing.Point(75, 193); label19.Name = "label19"; - label19.Size = new System.Drawing.Size(39, 15); + label19.Size = new System.Drawing.Size(51, 20); label19.TabIndex = 18; label19.Text = "Speed"; // // numericUpDown9 // - numericUpDown9.Location = new System.Drawing.Point(116, 143); - numericUpDown9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown9.Location = new System.Drawing.Point(133, 191); numericUpDown9.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown9.Name = "numericUpDown9"; - numericUpDown9.Size = new System.Drawing.Size(44, 23); + numericUpDown9.Size = new System.Drawing.Size(50, 27); numericUpDown9.TabIndex = 17; // // label18 // label18.AutoSize = true; - label18.Location = new System.Drawing.Point(35, 120); + label18.Location = new System.Drawing.Point(40, 160); label18.Name = "label18"; - label18.Size = new System.Drawing.Size(68, 15); + label18.Size = new System.Drawing.Size(87, 20); label18.TabIndex = 16; label18.Text = "Sp. Defense"; // // numericUpDown8 // - numericUpDown8.Location = new System.Drawing.Point(116, 118); - numericUpDown8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown8.Location = new System.Drawing.Point(133, 157); numericUpDown8.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown8.Name = "numericUpDown8"; - numericUpDown8.Size = new System.Drawing.Size(44, 23); + numericUpDown8.Size = new System.Drawing.Size(50, 27); numericUpDown8.TabIndex = 15; // // label17 // label17.AutoSize = true; - label17.Location = new System.Drawing.Point(46, 95); + label17.Location = new System.Drawing.Point(53, 127); label17.Name = "label17"; - label17.Size = new System.Drawing.Size(60, 15); + label17.Size = new System.Drawing.Size(75, 20); label17.TabIndex = 14; label17.Text = "Sp. Attack"; // // numericUpDown7 // - numericUpDown7.Location = new System.Drawing.Point(116, 94); - numericUpDown7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown7.Location = new System.Drawing.Point(133, 125); numericUpDown7.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown7.Name = "numericUpDown7"; - numericUpDown7.Size = new System.Drawing.Size(44, 23); + numericUpDown7.Size = new System.Drawing.Size(50, 27); numericUpDown7.TabIndex = 13; // // label16 // label16.AutoSize = true; - label16.Location = new System.Drawing.Point(56, 70); + label16.Location = new System.Drawing.Point(64, 93); label16.Name = "label16"; - label16.Size = new System.Drawing.Size(49, 15); + label16.Size = new System.Drawing.Size(63, 20); label16.TabIndex = 12; label16.Text = "Defense"; // // numericUpDown6 // - numericUpDown6.Location = new System.Drawing.Point(116, 69); - numericUpDown6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown6.Location = new System.Drawing.Point(133, 92); numericUpDown6.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown6.Name = "numericUpDown6"; - numericUpDown6.Size = new System.Drawing.Size(44, 23); + numericUpDown6.Size = new System.Drawing.Size(50, 27); numericUpDown6.TabIndex = 11; // // label15 // label15.AutoSize = true; - label15.Location = new System.Drawing.Point(66, 47); + label15.Location = new System.Drawing.Point(75, 63); label15.Name = "label15"; - label15.Size = new System.Drawing.Size(41, 15); + label15.Size = new System.Drawing.Size(51, 20); label15.TabIndex = 10; label15.Text = "Attack"; // // numericUpDown5 // - numericUpDown5.Location = new System.Drawing.Point(116, 44); - numericUpDown5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown5.Location = new System.Drawing.Point(133, 59); numericUpDown5.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown5.Name = "numericUpDown5"; - numericUpDown5.Size = new System.Drawing.Size(44, 23); + numericUpDown5.Size = new System.Drawing.Size(50, 27); numericUpDown5.TabIndex = 9; // // label14 // label14.AutoSize = true; - label14.Location = new System.Drawing.Point(87, 21); + label14.Location = new System.Drawing.Point(99, 28); label14.Name = "label14"; - label14.Size = new System.Drawing.Size(23, 15); + label14.Size = new System.Drawing.Size(28, 20); label14.TabIndex = 8; label14.Text = "HP"; // // numericUpDown4 // - numericUpDown4.Location = new System.Drawing.Point(116, 20); - numericUpDown4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown4.Location = new System.Drawing.Point(133, 27); numericUpDown4.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown4.Name = "numericUpDown4"; - numericUpDown4.Size = new System.Drawing.Size(44, 23); + numericUpDown4.Size = new System.Drawing.Size(50, 27); numericUpDown4.TabIndex = 7; // // groupBox6 @@ -592,11 +562,9 @@ private void InitializeComponent() groupBox6.Controls.Add(numericUpDown14); groupBox6.Controls.Add(label25); groupBox6.Controls.Add(numericUpDown15); - groupBox6.Location = new System.Drawing.Point(355, 143); - groupBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox6.Location = new System.Drawing.Point(404, 192); groupBox6.Name = "groupBox6"; - groupBox6.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox6.Size = new System.Drawing.Size(165, 172); + groupBox6.Size = new System.Drawing.Size(189, 229); groupBox6.TabIndex = 6; groupBox6.TabStop = false; groupBox6.Text = "EVs"; @@ -604,145 +572,136 @@ private void InitializeComponent() // label20 // label20.AutoSize = true; - label20.Location = new System.Drawing.Point(66, 145); + label20.Location = new System.Drawing.Point(75, 193); label20.Name = "label20"; - label20.Size = new System.Drawing.Size(39, 15); + label20.Size = new System.Drawing.Size(51, 20); label20.TabIndex = 30; label20.Text = "Speed"; // // numericUpDown10 // - numericUpDown10.Location = new System.Drawing.Point(116, 143); - numericUpDown10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown10.Location = new System.Drawing.Point(133, 191); numericUpDown10.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown10.Name = "numericUpDown10"; - numericUpDown10.Size = new System.Drawing.Size(44, 23); + numericUpDown10.Size = new System.Drawing.Size(50, 27); numericUpDown10.TabIndex = 29; // // label21 // label21.AutoSize = true; - label21.Location = new System.Drawing.Point(35, 120); + label21.Location = new System.Drawing.Point(40, 160); label21.Name = "label21"; - label21.Size = new System.Drawing.Size(68, 15); + label21.Size = new System.Drawing.Size(87, 20); label21.TabIndex = 28; label21.Text = "Sp. Defense"; // // numericUpDown11 // - numericUpDown11.Location = new System.Drawing.Point(116, 118); - numericUpDown11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown11.Location = new System.Drawing.Point(133, 157); numericUpDown11.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown11.Name = "numericUpDown11"; - numericUpDown11.Size = new System.Drawing.Size(44, 23); + numericUpDown11.Size = new System.Drawing.Size(50, 27); numericUpDown11.TabIndex = 27; // // label22 // label22.AutoSize = true; - label22.Location = new System.Drawing.Point(46, 95); + label22.Location = new System.Drawing.Point(53, 127); label22.Name = "label22"; - label22.Size = new System.Drawing.Size(60, 15); + label22.Size = new System.Drawing.Size(75, 20); label22.TabIndex = 26; label22.Text = "Sp. Attack"; // // numericUpDown12 // - numericUpDown12.Location = new System.Drawing.Point(116, 94); - numericUpDown12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown12.Location = new System.Drawing.Point(133, 125); numericUpDown12.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown12.Name = "numericUpDown12"; - numericUpDown12.Size = new System.Drawing.Size(44, 23); + numericUpDown12.Size = new System.Drawing.Size(50, 27); numericUpDown12.TabIndex = 25; // // label23 // label23.AutoSize = true; - label23.Location = new System.Drawing.Point(56, 70); + label23.Location = new System.Drawing.Point(64, 93); label23.Name = "label23"; - label23.Size = new System.Drawing.Size(49, 15); + label23.Size = new System.Drawing.Size(63, 20); label23.TabIndex = 24; label23.Text = "Defense"; // // numericUpDown13 // - numericUpDown13.Location = new System.Drawing.Point(116, 69); - numericUpDown13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown13.Location = new System.Drawing.Point(133, 92); numericUpDown13.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown13.Name = "numericUpDown13"; - numericUpDown13.Size = new System.Drawing.Size(44, 23); + numericUpDown13.Size = new System.Drawing.Size(50, 27); numericUpDown13.TabIndex = 23; // // label24 // label24.AutoSize = true; - label24.Location = new System.Drawing.Point(66, 47); + label24.Location = new System.Drawing.Point(75, 63); label24.Name = "label24"; - label24.Size = new System.Drawing.Size(41, 15); + label24.Size = new System.Drawing.Size(51, 20); label24.TabIndex = 22; label24.Text = "Attack"; // // numericUpDown14 // - numericUpDown14.Location = new System.Drawing.Point(116, 44); - numericUpDown14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown14.Location = new System.Drawing.Point(133, 59); numericUpDown14.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown14.Name = "numericUpDown14"; - numericUpDown14.Size = new System.Drawing.Size(44, 23); + numericUpDown14.Size = new System.Drawing.Size(50, 27); numericUpDown14.TabIndex = 21; // // label25 // label25.AutoSize = true; - label25.Location = new System.Drawing.Point(87, 21); + label25.Location = new System.Drawing.Point(99, 28); label25.Name = "label25"; - label25.Size = new System.Drawing.Size(23, 15); + label25.Size = new System.Drawing.Size(28, 20); label25.TabIndex = 20; label25.Text = "HP"; // // numericUpDown15 // - numericUpDown15.Location = new System.Drawing.Point(116, 20); - numericUpDown15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown15.Location = new System.Drawing.Point(133, 27); numericUpDown15.Maximum = new decimal(new int[] { 255, 0, 0, 0 }); numericUpDown15.Name = "numericUpDown15"; - numericUpDown15.Size = new System.Drawing.Size(44, 23); + numericUpDown15.Size = new System.Drawing.Size(50, 27); numericUpDown15.TabIndex = 19; // // sortByComboBox // sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; sortByComboBox.FormattingEnabled = true; - sortByComboBox.Location = new System.Drawing.Point(12, 8); - sortByComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + sortByComboBox.Location = new System.Drawing.Point(12, 12); sortByComboBox.Name = "sortByComboBox"; - sortByComboBox.Size = new System.Drawing.Size(166, 23); + sortByComboBox.Size = new System.Drawing.Size(189, 28); sortByComboBox.TabIndex = 11; // // trainerDisplayTextBox // - trainerDisplayTextBox.Location = new System.Drawing.Point(183, 8); - trainerDisplayTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + trainerDisplayTextBox.Location = new System.Drawing.Point(207, 12); trainerDisplayTextBox.Name = "trainerDisplayTextBox"; trainerDisplayTextBox.ReadOnly = true; - trainerDisplayTextBox.Size = new System.Drawing.Size(166, 23); + trainerDisplayTextBox.Size = new System.Drawing.Size(189, 27); trainerDisplayTextBox.TabIndex = 9; // // listBox // listBox.FormattingEnabled = true; - listBox.ItemHeight = 15; - listBox.Location = new System.Drawing.Point(12, 33); - listBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + listBox.ItemHeight = 20; + listBox.Location = new System.Drawing.Point(12, 46); listBox.Name = "listBox"; - listBox.Size = new System.Drawing.Size(166, 304); + listBox.Size = new System.Drawing.Size(189, 404); listBox.TabIndex = 10; // // BattleTowerPokemonForm // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(1212, 600); + ClientSize = new System.Drawing.Size(800, 462); Controls.Add(sortByComboBox); Controls.Add(trainerDisplayTextBox); Controls.Add(listBox); @@ -753,7 +712,6 @@ private void InitializeComponent() Controls.Add(groupBox2); Controls.Add(groupBox1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); MaximizeBox = false; MinimizeBox = false; Name = "BattleTowerPokemonForm"; diff --git a/Forms/BattleTowerPokemonForm.resx b/Forms/BattleTowerPokemonForm.resx index a395bff..f298a7b 100644 --- a/Forms/BattleTowerPokemonForm.resx +++ b/Forms/BattleTowerPokemonForm.resx @@ -1,64 +1,4 @@ - - - + diff --git a/Forms/BattleTowerTrainerEditorForm.Designer.cs b/Forms/BattleTowerTrainerEditorForm.Designer.cs index 4ad30a5..4a531e5 100644 --- a/Forms/BattleTowerTrainerEditorForm.Designer.cs +++ b/Forms/BattleTowerTrainerEditorForm.Designer.cs @@ -32,12 +32,12 @@ private void InitializeComponent() trainerDisplayTextBox = new System.Windows.Forms.TextBox(); groupBox4 = new System.Windows.Forms.GroupBox(); partyDataGridView = new System.Windows.Forms.DataGridView(); + tpDisplayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + pokemonSelector = new System.Windows.Forms.DataGridViewComboBoxColumn(); button1 = new System.Windows.Forms.Button(); sortByComboBox = new System.Windows.Forms.ComboBox(); button2 = new System.Windows.Forms.Button(); Column1 = new System.Windows.Forms.DataGridViewComboBoxColumn(); - tpDisplayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - pokemonSelector = new System.Windows.Forms.DataGridViewComboBoxColumn(); groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)partyDataGridView).BeginInit(); SuspendLayout(); @@ -45,30 +45,26 @@ private void InitializeComponent() // listBox // listBox.FormattingEnabled = true; - listBox.ItemHeight = 15; - listBox.Location = new System.Drawing.Point(10, 34); - listBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + listBox.ItemHeight = 20; + listBox.Location = new System.Drawing.Point(12, 45); listBox.Name = "listBox"; - listBox.Size = new System.Drawing.Size(166, 304); + listBox.Size = new System.Drawing.Size(189, 404); listBox.TabIndex = 1; // // trainerDisplayTextBox // - trainerDisplayTextBox.Location = new System.Drawing.Point(181, 9); - trainerDisplayTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + trainerDisplayTextBox.Location = new System.Drawing.Point(208, 12); trainerDisplayTextBox.Name = "trainerDisplayTextBox"; trainerDisplayTextBox.ReadOnly = true; - trainerDisplayTextBox.Size = new System.Drawing.Size(166, 23); + trainerDisplayTextBox.Size = new System.Drawing.Size(189, 27); trainerDisplayTextBox.TabIndex = 0; // // groupBox4 // groupBox4.Controls.Add(partyDataGridView); - groupBox4.Location = new System.Drawing.Point(182, 36); - groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox4.Location = new System.Drawing.Point(207, 45); groupBox4.Name = "groupBox4"; - groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox4.Size = new System.Drawing.Size(659, 264); + groupBox4.Size = new System.Drawing.Size(753, 352); groupBox4.TabIndex = 7; groupBox4.TabStop = false; groupBox4.Text = "Party"; @@ -79,21 +75,37 @@ private void InitializeComponent() partyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; partyDataGridView.ColumnHeadersVisible = false; partyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { tpDisplayColumn, pokemonSelector }); - partyDataGridView.Location = new System.Drawing.Point(5, 20); - partyDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + partyDataGridView.Location = new System.Drawing.Point(6, 27); partyDataGridView.Name = "partyDataGridView"; partyDataGridView.RowHeadersWidth = 20; partyDataGridView.RowTemplate.Height = 29; - partyDataGridView.Size = new System.Drawing.Size(648, 214); + partyDataGridView.Size = new System.Drawing.Size(741, 285); partyDataGridView.TabIndex = 0; partyDataGridView.CellContentClick += partyDataGridView_CellContentClick; // + // tpDisplayColumn + // + tpDisplayColumn.FillWeight = 300F; + tpDisplayColumn.HeaderText = "TPDisplay"; + tpDisplayColumn.MinimumWidth = 6; + tpDisplayColumn.Name = "tpDisplayColumn"; + tpDisplayColumn.ReadOnly = true; + tpDisplayColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; + // + // pokemonSelector + // + pokemonSelector.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + pokemonSelector.FillWeight = 200F; + pokemonSelector.HeaderText = "Column3"; + pokemonSelector.MinimumWidth = 6; + pokemonSelector.Name = "pokemonSelector"; + pokemonSelector.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + // // button1 // - button1.Location = new System.Drawing.Point(10, 368); - button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button1.Location = new System.Drawing.Point(12, 491); button1.Name = "button1"; - button1.Size = new System.Drawing.Size(165, 22); + button1.Size = new System.Drawing.Size(189, 29); button1.TabIndex = 3; button1.Text = "Double Battle Trainers"; button1.UseVisualStyleBackColor = true; @@ -103,18 +115,16 @@ private void InitializeComponent() // sortByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; sortByComboBox.FormattingEnabled = true; - sortByComboBox.Location = new System.Drawing.Point(10, 9); - sortByComboBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + sortByComboBox.Location = new System.Drawing.Point(12, 12); sortByComboBox.Name = "sortByComboBox"; - sortByComboBox.Size = new System.Drawing.Size(166, 23); + sortByComboBox.Size = new System.Drawing.Size(189, 28); sortByComboBox.TabIndex = 8; // // button2 // - button2.Location = new System.Drawing.Point(10, 342); - button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button2.Location = new System.Drawing.Point(12, 456); button2.Name = "button2"; - button2.Size = new System.Drawing.Size(165, 22); + button2.Size = new System.Drawing.Size(189, 29); button2.TabIndex = 2; button2.Text = "Single Battle Trainers"; button2.UseVisualStyleBackColor = true; @@ -125,30 +135,15 @@ private void InitializeComponent() Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; Column1.FillWeight = 200F; Column1.HeaderText = "Change Pokemon"; + Column1.MinimumWidth = 6; Column1.Name = "Column1"; - // - // tpDisplayColumn - // - tpDisplayColumn.FillWeight = 300F; - tpDisplayColumn.HeaderText = "TPDisplay"; - tpDisplayColumn.MinimumWidth = 6; - tpDisplayColumn.Name = "tpDisplayColumn"; - tpDisplayColumn.ReadOnly = true; - tpDisplayColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; - // - // pokemonSelector - // - pokemonSelector.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - pokemonSelector.FillWeight = 200F; - pokemonSelector.HeaderText = "Column3"; - pokemonSelector.Name = "pokemonSelector"; - pokemonSelector.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; + Column1.Width = 125; // // BattleTowerTrainerEditorForm // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(846, 565); + ClientSize = new System.Drawing.Size(972, 532); Controls.Add(sortByComboBox); Controls.Add(button1); Controls.Add(button2); @@ -156,7 +151,6 @@ private void InitializeComponent() Controls.Add(trainerDisplayTextBox); Controls.Add(listBox); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); MaximizeBox = false; MinimizeBox = false; Name = "BattleTowerTrainerEditorForm"; diff --git a/Forms/BattleTowerTrainerEditorForm.resx b/Forms/BattleTowerTrainerEditorForm.resx index 07b5861..30c8a7f 100644 --- a/Forms/BattleTowerTrainerEditorForm.resx +++ b/Forms/BattleTowerTrainerEditorForm.resx @@ -1,64 +1,4 @@ - - - + diff --git a/Forms/MainForm.Designer.cs b/Forms/MainForm.Designer.cs index 17af436..b91f4dd 100644 --- a/Forms/MainForm.Designer.cs +++ b/Forms/MainForm.Designer.cs @@ -319,11 +319,9 @@ private void InitializeComponent() groupBox1.Controls.Add(checkBox2); groupBox1.Controls.Add(button1); groupBox1.Controls.Add(textBox1); - groupBox1.Location = new System.Drawing.Point(5, 87); - groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox1.Location = new System.Drawing.Point(6, 116); groupBox1.Name = "groupBox1"; - groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox1.Size = new System.Drawing.Size(151, 68); + groupBox1.Size = new System.Drawing.Size(173, 91); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "Evolution Levels"; @@ -331,20 +329,18 @@ private void InitializeComponent() // checkBox2 // checkBox2.AutoSize = true; - checkBox2.Location = new System.Drawing.Point(5, 20); - checkBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox2.Location = new System.Drawing.Point(6, 27); checkBox2.Name = "checkBox2"; - checkBox2.Size = new System.Drawing.Size(85, 19); + checkBox2.Size = new System.Drawing.Size(106, 24); checkBox2.TabIndex = 3; checkBox2.Text = "Randomize"; checkBox2.UseVisualStyleBackColor = true; // // button1 // - button1.Location = new System.Drawing.Point(120, 41); - button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button1.Location = new System.Drawing.Point(137, 55); button1.Name = "button1"; - button1.Size = new System.Drawing.Size(25, 22); + button1.Size = new System.Drawing.Size(29, 29); button1.TabIndex = 1; button1.Text = ">"; button1.UseVisualStyleBackColor = true; @@ -352,19 +348,17 @@ private void InitializeComponent() // // textBox1 // - textBox1.Location = new System.Drawing.Point(5, 42); - textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox1.Location = new System.Drawing.Point(6, 56); textBox1.Name = "textBox1"; - textBox1.Size = new System.Drawing.Size(110, 23); + textBox1.Size = new System.Drawing.Size(125, 27); textBox1.TabIndex = 0; textBox1.Leave += NumericDistributionTextBoxChanged; // // button2 // - button2.Location = new System.Drawing.Point(5, 62); - button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button2.Location = new System.Drawing.Point(6, 83); button2.Name = "button2"; - button2.Size = new System.Drawing.Size(151, 22); + button2.Size = new System.Drawing.Size(173, 29); button2.TabIndex = 2; button2.Text = "Destination Pokémon"; button2.UseVisualStyleBackColor = true; @@ -372,24 +366,23 @@ private void InitializeComponent() // // groupBox2 // + groupBox2.AutoSize = true; + groupBox2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox2.Controls.Add(button31); groupBox2.Controls.Add(button5); groupBox2.Controls.Add(button3); - groupBox2.Location = new System.Drawing.Point(10, 9); - groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox2.Location = new System.Drawing.Point(12, 12); groupBox2.Name = "groupBox2"; - groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox2.Size = new System.Drawing.Size(162, 105); + groupBox2.Size = new System.Drawing.Size(185, 151); groupBox2.TabIndex = 3; groupBox2.TabStop = false; groupBox2.Text = "Main"; // // button31 // - button31.Location = new System.Drawing.Point(5, 72); - button31.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button31.Location = new System.Drawing.Point(6, 96); button31.Name = "button31"; - button31.Size = new System.Drawing.Size(151, 22); + button31.Size = new System.Drawing.Size(173, 29); button31.TabIndex = 11; button31.Text = "Export and Exit"; button31.UseVisualStyleBackColor = true; @@ -397,10 +390,9 @@ private void InitializeComponent() // // button5 // - button5.Location = new System.Drawing.Point(5, 46); - button5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button5.Location = new System.Drawing.Point(6, 61); button5.Name = "button5"; - button5.Size = new System.Drawing.Size(151, 22); + button5.Size = new System.Drawing.Size(173, 29); button5.TabIndex = 2; button5.Text = "Randomize"; button5.UseVisualStyleBackColor = true; @@ -408,10 +400,9 @@ private void InitializeComponent() // // button3 // - button3.Location = new System.Drawing.Point(5, 20); - button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button3.Location = new System.Drawing.Point(6, 27); button3.Name = "button3"; - button3.Size = new System.Drawing.Size(151, 22); + button3.Size = new System.Drawing.Size(173, 29); button3.TabIndex = 0; button3.Text = "Add Mod"; button3.UseVisualStyleBackColor = true; @@ -423,11 +414,10 @@ private void InitializeComponent() tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Controls.Add(tabPage4); - tabControl1.Location = new System.Drawing.Point(178, 9); - tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + tabControl1.Location = new System.Drawing.Point(203, 12); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; - tabControl1.Size = new System.Drawing.Size(916, 487); + tabControl1.Size = new System.Drawing.Size(1047, 649); tabControl1.TabIndex = 4; // // tabPage1 @@ -442,11 +432,10 @@ private void InitializeComponent() tabPage1.Controls.Add(groupBox5); tabPage1.Controls.Add(groupBox4); tabPage1.Controls.Add(groupBox3); - tabPage1.Location = new System.Drawing.Point(4, 24); - tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + tabPage1.Location = new System.Drawing.Point(4, 29); tabPage1.Name = "tabPage1"; - tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - tabPage1.Size = new System.Drawing.Size(908, 459); + tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + tabPage1.Size = new System.Drawing.Size(1039, 616); tabPage1.TabIndex = 0; tabPage1.Text = "Pokémon"; tabPage1.UseVisualStyleBackColor = true; @@ -457,11 +446,9 @@ private void InitializeComponent() groupBox12.Controls.Add(numericDistributionControl4); groupBox12.Controls.Add(numericDistributionControl3); groupBox12.Controls.Add(numericDistributionControl5); - groupBox12.Location = new System.Drawing.Point(130, 243); - groupBox12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox12.Location = new System.Drawing.Point(149, 324); groupBox12.Name = "groupBox12"; - groupBox12.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox12.Size = new System.Drawing.Size(329, 202); + groupBox12.Size = new System.Drawing.Size(376, 269); groupBox12.TabIndex = 13; groupBox12.TabStop = false; groupBox12.Text = "Misc"; @@ -471,11 +458,9 @@ private void InitializeComponent() numericDistributionControl2.Controls.Add(checkBox4); numericDistributionControl2.Controls.Add(button7); numericDistributionControl2.Controls.Add(textBox3); - numericDistributionControl2.Location = new System.Drawing.Point(5, 20); - numericDistributionControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl2.Location = new System.Drawing.Point(6, 27); numericDistributionControl2.Name = "numericDistributionControl2"; - numericDistributionControl2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl2.Size = new System.Drawing.Size(151, 68); + numericDistributionControl2.Size = new System.Drawing.Size(173, 91); numericDistributionControl2.TabIndex = 4; numericDistributionControl2.TabStop = false; numericDistributionControl2.Text = "Catch Rate"; @@ -483,20 +468,18 @@ private void InitializeComponent() // checkBox4 // checkBox4.AutoSize = true; - checkBox4.Location = new System.Drawing.Point(5, 20); - checkBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox4.Location = new System.Drawing.Point(6, 27); checkBox4.Name = "checkBox4"; - checkBox4.Size = new System.Drawing.Size(85, 19); + checkBox4.Size = new System.Drawing.Size(106, 24); checkBox4.TabIndex = 3; checkBox4.Text = "Randomize"; checkBox4.UseVisualStyleBackColor = true; // // button7 // - button7.Location = new System.Drawing.Point(120, 41); - button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button7.Location = new System.Drawing.Point(137, 55); button7.Name = "button7"; - button7.Size = new System.Drawing.Size(25, 22); + button7.Size = new System.Drawing.Size(29, 29); button7.TabIndex = 1; button7.Text = ">"; button7.UseVisualStyleBackColor = true; @@ -504,10 +487,9 @@ private void InitializeComponent() // // textBox3 // - textBox3.Location = new System.Drawing.Point(5, 42); - textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox3.Location = new System.Drawing.Point(6, 56); textBox3.Name = "textBox3"; - textBox3.Size = new System.Drawing.Size(110, 23); + textBox3.Size = new System.Drawing.Size(125, 27); textBox3.TabIndex = 0; // // numericDistributionControl4 @@ -515,11 +497,9 @@ private void InitializeComponent() numericDistributionControl4.Controls.Add(checkBox11); numericDistributionControl4.Controls.Add(button9); numericDistributionControl4.Controls.Add(textBox5); - numericDistributionControl4.Location = new System.Drawing.Point(5, 92); - numericDistributionControl4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl4.Location = new System.Drawing.Point(6, 123); numericDistributionControl4.Name = "numericDistributionControl4"; - numericDistributionControl4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl4.Size = new System.Drawing.Size(151, 68); + numericDistributionControl4.Size = new System.Drawing.Size(173, 91); numericDistributionControl4.TabIndex = 7; numericDistributionControl4.TabStop = false; numericDistributionControl4.Text = "Initial Friendship"; @@ -527,20 +507,18 @@ private void InitializeComponent() // checkBox11 // checkBox11.AutoSize = true; - checkBox11.Location = new System.Drawing.Point(5, 20); - checkBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox11.Location = new System.Drawing.Point(6, 27); checkBox11.Name = "checkBox11"; - checkBox11.Size = new System.Drawing.Size(85, 19); + checkBox11.Size = new System.Drawing.Size(106, 24); checkBox11.TabIndex = 3; checkBox11.Text = "Randomize"; checkBox11.UseVisualStyleBackColor = true; // // button9 // - button9.Location = new System.Drawing.Point(120, 41); - button9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button9.Location = new System.Drawing.Point(137, 55); button9.Name = "button9"; - button9.Size = new System.Drawing.Size(25, 22); + button9.Size = new System.Drawing.Size(29, 29); button9.TabIndex = 1; button9.Text = ">"; button9.UseVisualStyleBackColor = true; @@ -548,10 +526,9 @@ private void InitializeComponent() // // textBox5 // - textBox5.Location = new System.Drawing.Point(5, 42); - textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox5.Location = new System.Drawing.Point(6, 56); textBox5.Name = "textBox5"; - textBox5.Size = new System.Drawing.Size(110, 23); + textBox5.Size = new System.Drawing.Size(125, 27); textBox5.TabIndex = 0; // // numericDistributionControl3 @@ -559,11 +536,9 @@ private void InitializeComponent() numericDistributionControl3.Controls.Add(checkBox9); numericDistributionControl3.Controls.Add(button8); numericDistributionControl3.Controls.Add(textBox4); - numericDistributionControl3.Location = new System.Drawing.Point(172, 20); - numericDistributionControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl3.Location = new System.Drawing.Point(197, 27); numericDistributionControl3.Name = "numericDistributionControl3"; - numericDistributionControl3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl3.Size = new System.Drawing.Size(151, 68); + numericDistributionControl3.Size = new System.Drawing.Size(173, 91); numericDistributionControl3.TabIndex = 5; numericDistributionControl3.TabStop = false; numericDistributionControl3.Text = "EV Yield"; @@ -571,20 +546,18 @@ private void InitializeComponent() // checkBox9 // checkBox9.AutoSize = true; - checkBox9.Location = new System.Drawing.Point(5, 20); - checkBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox9.Location = new System.Drawing.Point(6, 27); checkBox9.Name = "checkBox9"; - checkBox9.Size = new System.Drawing.Size(85, 19); + checkBox9.Size = new System.Drawing.Size(106, 24); checkBox9.TabIndex = 3; checkBox9.Text = "Randomize"; checkBox9.UseVisualStyleBackColor = true; // // button8 // - button8.Location = new System.Drawing.Point(120, 41); - button8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button8.Location = new System.Drawing.Point(137, 55); button8.Name = "button8"; - button8.Size = new System.Drawing.Size(25, 22); + button8.Size = new System.Drawing.Size(29, 29); button8.TabIndex = 1; button8.Text = ">"; button8.UseVisualStyleBackColor = true; @@ -592,10 +565,9 @@ private void InitializeComponent() // // textBox4 // - textBox4.Location = new System.Drawing.Point(5, 42); - textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox4.Location = new System.Drawing.Point(6, 56); textBox4.Name = "textBox4"; - textBox4.Size = new System.Drawing.Size(110, 23); + textBox4.Size = new System.Drawing.Size(125, 27); textBox4.TabIndex = 0; // // numericDistributionControl5 @@ -603,11 +575,9 @@ private void InitializeComponent() numericDistributionControl5.Controls.Add(checkBox14); numericDistributionControl5.Controls.Add(button10); numericDistributionControl5.Controls.Add(textBox6); - numericDistributionControl5.Location = new System.Drawing.Point(172, 92); - numericDistributionControl5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl5.Location = new System.Drawing.Point(197, 123); numericDistributionControl5.Name = "numericDistributionControl5"; - numericDistributionControl5.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl5.Size = new System.Drawing.Size(151, 68); + numericDistributionControl5.Size = new System.Drawing.Size(173, 91); numericDistributionControl5.TabIndex = 6; numericDistributionControl5.TabStop = false; numericDistributionControl5.Text = "Exp Yield"; @@ -615,20 +585,18 @@ private void InitializeComponent() // checkBox14 // checkBox14.AutoSize = true; - checkBox14.Location = new System.Drawing.Point(5, 20); - checkBox14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox14.Location = new System.Drawing.Point(6, 27); checkBox14.Name = "checkBox14"; - checkBox14.Size = new System.Drawing.Size(85, 19); + checkBox14.Size = new System.Drawing.Size(106, 24); checkBox14.TabIndex = 3; checkBox14.Text = "Randomize"; checkBox14.UseVisualStyleBackColor = true; // // button10 // - button10.Location = new System.Drawing.Point(120, 41); - button10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button10.Location = new System.Drawing.Point(137, 55); button10.Name = "button10"; - button10.Size = new System.Drawing.Size(25, 22); + button10.Size = new System.Drawing.Size(29, 29); button10.TabIndex = 1; button10.Text = ">"; button10.UseVisualStyleBackColor = true; @@ -636,10 +604,9 @@ private void InitializeComponent() // // textBox6 // - textBox6.Location = new System.Drawing.Point(5, 42); - textBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox6.Location = new System.Drawing.Point(6, 56); textBox6.Name = "textBox6"; - textBox6.Size = new System.Drawing.Size(110, 23); + textBox6.Size = new System.Drawing.Size(125, 27); textBox6.TabIndex = 0; // // groupBox11 @@ -649,21 +616,18 @@ private void InitializeComponent() groupBox11.Controls.Add(numericUpDown5); groupBox11.Controls.Add(numericDistributionControl9); groupBox11.Controls.Add(checkBox24); - groupBox11.Location = new System.Drawing.Point(464, 243); - groupBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox11.Location = new System.Drawing.Point(530, 324); groupBox11.Name = "groupBox11"; - groupBox11.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox11.Size = new System.Drawing.Size(162, 202); + groupBox11.Size = new System.Drawing.Size(185, 269); groupBox11.TabIndex = 12; groupBox11.TabStop = false; groupBox11.Text = "Egg Moves"; // // itemDistributionControl7 // - itemDistributionControl7.Location = new System.Drawing.Point(5, 40); - itemDistributionControl7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl7.Location = new System.Drawing.Point(6, 53); itemDistributionControl7.Name = "itemDistributionControl7"; - itemDistributionControl7.Size = new System.Drawing.Size(151, 22); + itemDistributionControl7.Size = new System.Drawing.Size(173, 29); itemDistributionControl7.TabIndex = 11; itemDistributionControl7.Text = "Egg Moves"; itemDistributionControl7.UseVisualStyleBackColor = true; @@ -672,19 +636,18 @@ private void InitializeComponent() // label5 // label5.AutoSize = true; - label5.Location = new System.Drawing.Point(5, 64); + label5.Location = new System.Drawing.Point(6, 85); label5.Name = "label5"; - label5.Size = new System.Drawing.Size(68, 15); + label5.Size = new System.Drawing.Size(87, 20); label5.TabIndex = 9; label5.Text = "Type Bias %"; // // numericUpDown5 // numericUpDown5.DecimalPlaces = 3; - numericUpDown5.Location = new System.Drawing.Point(5, 81); - numericUpDown5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown5.Location = new System.Drawing.Point(6, 108); numericUpDown5.Name = "numericUpDown5"; - numericUpDown5.Size = new System.Drawing.Size(151, 23); + numericUpDown5.Size = new System.Drawing.Size(173, 27); numericUpDown5.TabIndex = 8; // // numericDistributionControl9 @@ -692,11 +655,9 @@ private void InitializeComponent() numericDistributionControl9.Controls.Add(checkBox23); numericDistributionControl9.Controls.Add(button14); numericDistributionControl9.Controls.Add(textBox10); - numericDistributionControl9.Location = new System.Drawing.Point(5, 128); - numericDistributionControl9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl9.Location = new System.Drawing.Point(6, 171); numericDistributionControl9.Name = "numericDistributionControl9"; - numericDistributionControl9.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl9.Size = new System.Drawing.Size(151, 68); + numericDistributionControl9.Size = new System.Drawing.Size(173, 91); numericDistributionControl9.TabIndex = 7; numericDistributionControl9.TabStop = false; numericDistributionControl9.Text = "Move Count"; @@ -704,20 +665,18 @@ private void InitializeComponent() // checkBox23 // checkBox23.AutoSize = true; - checkBox23.Location = new System.Drawing.Point(5, 20); - checkBox23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox23.Location = new System.Drawing.Point(6, 27); checkBox23.Name = "checkBox23"; - checkBox23.Size = new System.Drawing.Size(85, 19); + checkBox23.Size = new System.Drawing.Size(106, 24); checkBox23.TabIndex = 3; checkBox23.Text = "Randomize"; checkBox23.UseVisualStyleBackColor = true; // // button14 // - button14.Location = new System.Drawing.Point(120, 41); - button14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button14.Location = new System.Drawing.Point(137, 55); button14.Name = "button14"; - button14.Size = new System.Drawing.Size(25, 22); + button14.Size = new System.Drawing.Size(29, 29); button14.TabIndex = 1; button14.Text = ">"; button14.UseVisualStyleBackColor = true; @@ -725,19 +684,17 @@ private void InitializeComponent() // // textBox10 // - textBox10.Location = new System.Drawing.Point(5, 42); - textBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox10.Location = new System.Drawing.Point(6, 56); textBox10.Name = "textBox10"; - textBox10.Size = new System.Drawing.Size(110, 23); + textBox10.Size = new System.Drawing.Size(125, 27); textBox10.TabIndex = 0; // // checkBox24 // checkBox24.AutoSize = true; - checkBox24.Location = new System.Drawing.Point(5, 20); - checkBox24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox24.Location = new System.Drawing.Point(6, 27); checkBox24.Name = "checkBox24"; - checkBox24.Size = new System.Drawing.Size(85, 19); + checkBox24.Size = new System.Drawing.Size(106, 24); checkBox24.TabIndex = 2; checkBox24.Text = "Randomize"; checkBox24.UseVisualStyleBackColor = true; @@ -751,11 +708,9 @@ private void InitializeComponent() groupBox10.Controls.Add(numericUpDown4); groupBox10.Controls.Add(numericDistributionControl6); groupBox10.Controls.Add(checkBox17); - groupBox10.Location = new System.Drawing.Point(631, 168); - groupBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox10.Location = new System.Drawing.Point(721, 224); groupBox10.Name = "groupBox10"; - groupBox10.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox10.Size = new System.Drawing.Size(162, 278); + groupBox10.Size = new System.Drawing.Size(185, 371); groupBox10.TabIndex = 11; groupBox10.TabStop = false; groupBox10.Text = "Level Up Moves"; @@ -765,11 +720,9 @@ private void InitializeComponent() numericDistributionControl7.Controls.Add(checkBox20); numericDistributionControl7.Controls.Add(button12); numericDistributionControl7.Controls.Add(textBox8); - numericDistributionControl7.Location = new System.Drawing.Point(5, 130); - numericDistributionControl7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl7.Location = new System.Drawing.Point(6, 173); numericDistributionControl7.Name = "numericDistributionControl7"; - numericDistributionControl7.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl7.Size = new System.Drawing.Size(151, 68); + numericDistributionControl7.Size = new System.Drawing.Size(173, 91); numericDistributionControl7.TabIndex = 12; numericDistributionControl7.TabStop = false; numericDistributionControl7.Text = "Learn Levels"; @@ -777,20 +730,18 @@ private void InitializeComponent() // checkBox20 // checkBox20.AutoSize = true; - checkBox20.Location = new System.Drawing.Point(5, 20); - checkBox20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox20.Location = new System.Drawing.Point(6, 27); checkBox20.Name = "checkBox20"; - checkBox20.Size = new System.Drawing.Size(85, 19); + checkBox20.Size = new System.Drawing.Size(106, 24); checkBox20.TabIndex = 3; checkBox20.Text = "Randomize"; checkBox20.UseVisualStyleBackColor = true; // // button12 // - button12.Location = new System.Drawing.Point(120, 41); - button12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button12.Location = new System.Drawing.Point(137, 55); button12.Name = "button12"; - button12.Size = new System.Drawing.Size(25, 22); + button12.Size = new System.Drawing.Size(29, 29); button12.TabIndex = 1; button12.Text = ">"; button12.UseVisualStyleBackColor = true; @@ -798,18 +749,16 @@ private void InitializeComponent() // // textBox8 // - textBox8.Location = new System.Drawing.Point(5, 42); - textBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox8.Location = new System.Drawing.Point(6, 56); textBox8.Name = "textBox8"; - textBox8.Size = new System.Drawing.Size(110, 23); + textBox8.Size = new System.Drawing.Size(125, 27); textBox8.TabIndex = 0; // // itemDistributionControl6 // - itemDistributionControl6.Location = new System.Drawing.Point(5, 64); - itemDistributionControl6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl6.Location = new System.Drawing.Point(6, 85); itemDistributionControl6.Name = "itemDistributionControl6"; - itemDistributionControl6.Size = new System.Drawing.Size(151, 22); + itemDistributionControl6.Size = new System.Drawing.Size(173, 29); itemDistributionControl6.TabIndex = 11; itemDistributionControl6.Text = "Level Up Moves"; itemDistributionControl6.UseVisualStyleBackColor = true; @@ -818,10 +767,9 @@ private void InitializeComponent() // checkBox18 // checkBox18.AutoSize = true; - checkBox18.Location = new System.Drawing.Point(5, 42); - checkBox18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox18.Location = new System.Drawing.Point(6, 56); checkBox18.Name = "checkBox18"; - checkBox18.Size = new System.Drawing.Size(99, 19); + checkBox18.Size = new System.Drawing.Size(122, 24); checkBox18.TabIndex = 10; checkBox18.Text = "Sort By Power"; checkBox18.UseVisualStyleBackColor = true; @@ -829,19 +777,18 @@ private void InitializeComponent() // label4 // label4.AutoSize = true; - label4.Location = new System.Drawing.Point(5, 88); + label4.Location = new System.Drawing.Point(6, 117); label4.Name = "label4"; - label4.Size = new System.Drawing.Size(68, 15); + label4.Size = new System.Drawing.Size(87, 20); label4.TabIndex = 9; label4.Text = "Type Bias %"; // // numericUpDown4 // numericUpDown4.DecimalPlaces = 3; - numericUpDown4.Location = new System.Drawing.Point(5, 106); - numericUpDown4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown4.Location = new System.Drawing.Point(6, 141); numericUpDown4.Name = "numericUpDown4"; - numericUpDown4.Size = new System.Drawing.Size(151, 23); + numericUpDown4.Size = new System.Drawing.Size(173, 27); numericUpDown4.TabIndex = 8; // // numericDistributionControl6 @@ -849,11 +796,9 @@ private void InitializeComponent() numericDistributionControl6.Controls.Add(checkBox19); numericDistributionControl6.Controls.Add(button11); numericDistributionControl6.Controls.Add(textBox7); - numericDistributionControl6.Location = new System.Drawing.Point(5, 202); - numericDistributionControl6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl6.Location = new System.Drawing.Point(6, 269); numericDistributionControl6.Name = "numericDistributionControl6"; - numericDistributionControl6.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl6.Size = new System.Drawing.Size(151, 68); + numericDistributionControl6.Size = new System.Drawing.Size(173, 91); numericDistributionControl6.TabIndex = 7; numericDistributionControl6.TabStop = false; numericDistributionControl6.Text = "Move Count"; @@ -861,20 +806,18 @@ private void InitializeComponent() // checkBox19 // checkBox19.AutoSize = true; - checkBox19.Location = new System.Drawing.Point(5, 20); - checkBox19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox19.Location = new System.Drawing.Point(6, 27); checkBox19.Name = "checkBox19"; - checkBox19.Size = new System.Drawing.Size(85, 19); + checkBox19.Size = new System.Drawing.Size(106, 24); checkBox19.TabIndex = 3; checkBox19.Text = "Randomize"; checkBox19.UseVisualStyleBackColor = true; // // button11 // - button11.Location = new System.Drawing.Point(120, 41); - button11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button11.Location = new System.Drawing.Point(137, 55); button11.Name = "button11"; - button11.Size = new System.Drawing.Size(25, 22); + button11.Size = new System.Drawing.Size(29, 29); button11.TabIndex = 1; button11.Text = ">"; button11.UseVisualStyleBackColor = true; @@ -882,19 +825,17 @@ private void InitializeComponent() // // textBox7 // - textBox7.Location = new System.Drawing.Point(5, 42); - textBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox7.Location = new System.Drawing.Point(6, 56); textBox7.Name = "textBox7"; - textBox7.Size = new System.Drawing.Size(110, 23); + textBox7.Size = new System.Drawing.Size(125, 27); textBox7.TabIndex = 0; // // checkBox17 // checkBox17.AutoSize = true; - checkBox17.Location = new System.Drawing.Point(5, 20); - checkBox17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox17.Location = new System.Drawing.Point(6, 27); checkBox17.Name = "checkBox17"; - checkBox17.Size = new System.Drawing.Size(85, 19); + checkBox17.Size = new System.Drawing.Size(106, 24); checkBox17.TabIndex = 2; checkBox17.Text = "Randomize"; checkBox17.UseVisualStyleBackColor = true; @@ -907,11 +848,9 @@ private void InitializeComponent() groupBox9.Controls.Add(label3); groupBox9.Controls.Add(numericUpDown3); groupBox9.Controls.Add(checkBox15); - groupBox9.Location = new System.Drawing.Point(631, 2); - groupBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox9.Location = new System.Drawing.Point(721, 3); groupBox9.Name = "groupBox9"; - groupBox9.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox9.Size = new System.Drawing.Size(162, 161); + groupBox9.Size = new System.Drawing.Size(185, 215); groupBox9.TabIndex = 10; groupBox9.TabStop = false; groupBox9.Text = "TM Compatibility"; @@ -919,28 +858,26 @@ private void InitializeComponent() // label2 // label2.AutoSize = true; - label2.Location = new System.Drawing.Point(5, 62); + label2.Location = new System.Drawing.Point(6, 83); label2.Name = "label2"; - label2.Size = new System.Drawing.Size(112, 15); + label2.Size = new System.Drawing.Size(140, 20); label2.TabIndex = 8; label2.Text = "TM Compatibility %"; // // numericUpDown2 // numericUpDown2.DecimalPlaces = 3; - numericUpDown2.Location = new System.Drawing.Point(5, 80); - numericUpDown2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown2.Location = new System.Drawing.Point(6, 107); numericUpDown2.Name = "numericUpDown2"; - numericUpDown2.Size = new System.Drawing.Size(151, 23); + numericUpDown2.Size = new System.Drawing.Size(173, 27); numericUpDown2.TabIndex = 7; // // checkBox16 // checkBox16.AutoSize = true; - checkBox16.Location = new System.Drawing.Point(5, 42); - checkBox16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox16.Location = new System.Drawing.Point(6, 56); checkBox16.Name = "checkBox16"; - checkBox16.Size = new System.Drawing.Size(108, 19); + checkBox16.Size = new System.Drawing.Size(133, 24); checkBox16.TabIndex = 6; checkBox16.Text = "Evolution Logic"; checkBox16.UseVisualStyleBackColor = true; @@ -948,28 +885,26 @@ private void InitializeComponent() // label3 // label3.AutoSize = true; - label3.Location = new System.Drawing.Point(5, 102); + label3.Location = new System.Drawing.Point(6, 136); label3.Name = "label3"; - label3.Size = new System.Drawing.Size(68, 15); + label3.Size = new System.Drawing.Size(87, 20); label3.TabIndex = 4; label3.Text = "Type Bias %"; // // numericUpDown3 // numericUpDown3.DecimalPlaces = 3; - numericUpDown3.Location = new System.Drawing.Point(5, 119); - numericUpDown3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown3.Location = new System.Drawing.Point(6, 159); numericUpDown3.Name = "numericUpDown3"; - numericUpDown3.Size = new System.Drawing.Size(151, 23); + numericUpDown3.Size = new System.Drawing.Size(173, 27); numericUpDown3.TabIndex = 3; // // checkBox15 // checkBox15.AutoSize = true; - checkBox15.Location = new System.Drawing.Point(5, 20); - checkBox15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox15.Location = new System.Drawing.Point(6, 27); checkBox15.Name = "checkBox15"; - checkBox15.Size = new System.Drawing.Size(85, 19); + checkBox15.Size = new System.Drawing.Size(106, 24); checkBox15.TabIndex = 1; checkBox15.Text = "Randomize"; checkBox15.UseVisualStyleBackColor = true; @@ -978,21 +913,18 @@ private void InitializeComponent() // groupBox8.Controls.Add(itemDistributionControl4); groupBox8.Controls.Add(checkBox13); - groupBox8.Location = new System.Drawing.Point(464, 168); - groupBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox8.Location = new System.Drawing.Point(530, 224); groupBox8.Name = "groupBox8"; - groupBox8.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox8.Size = new System.Drawing.Size(162, 70); + groupBox8.Size = new System.Drawing.Size(185, 93); groupBox8.TabIndex = 9; groupBox8.TabStop = false; groupBox8.Text = "Abilities"; // // itemDistributionControl4 // - itemDistributionControl4.Location = new System.Drawing.Point(5, 40); - itemDistributionControl4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl4.Location = new System.Drawing.Point(6, 53); itemDistributionControl4.Name = "itemDistributionControl4"; - itemDistributionControl4.Size = new System.Drawing.Size(151, 22); + itemDistributionControl4.Size = new System.Drawing.Size(173, 29); itemDistributionControl4.TabIndex = 4; itemDistributionControl4.Text = "Abilities"; itemDistributionControl4.UseVisualStyleBackColor = true; @@ -1001,10 +933,9 @@ private void InitializeComponent() // checkBox13 // checkBox13.AutoSize = true; - checkBox13.Location = new System.Drawing.Point(5, 20); - checkBox13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox13.Location = new System.Drawing.Point(6, 27); checkBox13.Name = "checkBox13"; - checkBox13.Size = new System.Drawing.Size(85, 19); + checkBox13.Size = new System.Drawing.Size(106, 24); checkBox13.TabIndex = 1; checkBox13.Text = "Randomize"; checkBox13.UseVisualStyleBackColor = true; @@ -1013,21 +944,18 @@ private void InitializeComponent() // groupBox7.Controls.Add(itemDistributionControl3); groupBox7.Controls.Add(checkBox12); - groupBox7.Location = new System.Drawing.Point(297, 168); - groupBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox7.Location = new System.Drawing.Point(339, 224); groupBox7.Name = "groupBox7"; - groupBox7.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox7.Size = new System.Drawing.Size(162, 70); + groupBox7.Size = new System.Drawing.Size(185, 93); groupBox7.TabIndex = 8; groupBox7.TabStop = false; groupBox7.Text = "Growth Rate"; // // itemDistributionControl3 // - itemDistributionControl3.Location = new System.Drawing.Point(5, 40); - itemDistributionControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl3.Location = new System.Drawing.Point(6, 53); itemDistributionControl3.Name = "itemDistributionControl3"; - itemDistributionControl3.Size = new System.Drawing.Size(151, 22); + itemDistributionControl3.Size = new System.Drawing.Size(173, 29); itemDistributionControl3.TabIndex = 4; itemDistributionControl3.Text = "Growth Rate"; itemDistributionControl3.UseVisualStyleBackColor = true; @@ -1036,10 +964,9 @@ private void InitializeComponent() // checkBox12 // checkBox12.AutoSize = true; - checkBox12.Location = new System.Drawing.Point(5, 20); - checkBox12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox12.Location = new System.Drawing.Point(6, 27); checkBox12.Name = "checkBox12"; - checkBox12.Size = new System.Drawing.Size(85, 19); + checkBox12.Size = new System.Drawing.Size(106, 24); checkBox12.TabIndex = 1; checkBox12.Text = "Randomize"; checkBox12.UseVisualStyleBackColor = true; @@ -1048,21 +975,18 @@ private void InitializeComponent() // groupBox6.Controls.Add(itemDistributionControl2); groupBox6.Controls.Add(checkBox10); - groupBox6.Location = new System.Drawing.Point(130, 168); - groupBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox6.Location = new System.Drawing.Point(149, 224); groupBox6.Name = "groupBox6"; - groupBox6.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox6.Size = new System.Drawing.Size(162, 70); + groupBox6.Size = new System.Drawing.Size(185, 93); groupBox6.TabIndex = 6; groupBox6.TabStop = false; groupBox6.Text = "Wild Held Items"; // // itemDistributionControl2 // - itemDistributionControl2.Location = new System.Drawing.Point(5, 40); - itemDistributionControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl2.Location = new System.Drawing.Point(6, 53); itemDistributionControl2.Name = "itemDistributionControl2"; - itemDistributionControl2.Size = new System.Drawing.Size(151, 22); + itemDistributionControl2.Size = new System.Drawing.Size(173, 29); itemDistributionControl2.TabIndex = 4; itemDistributionControl2.Text = "Wild Held Items"; itemDistributionControl2.UseVisualStyleBackColor = true; @@ -1071,10 +995,9 @@ private void InitializeComponent() // checkBox10 // checkBox10.AutoSize = true; - checkBox10.Location = new System.Drawing.Point(5, 20); - checkBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox10.Location = new System.Drawing.Point(6, 27); checkBox10.Name = "checkBox10"; - checkBox10.Size = new System.Drawing.Size(85, 19); + checkBox10.Size = new System.Drawing.Size(106, 24); checkBox10.TabIndex = 1; checkBox10.Text = "Randomize"; checkBox10.UseVisualStyleBackColor = true; @@ -1086,11 +1009,9 @@ private void InitializeComponent() groupBox5.Controls.Add(label1); groupBox5.Controls.Add(numericUpDown1); groupBox5.Controls.Add(checkBox8); - groupBox5.Location = new System.Drawing.Point(464, 2); - groupBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox5.Location = new System.Drawing.Point(530, 3); groupBox5.Name = "groupBox5"; - groupBox5.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox5.Size = new System.Drawing.Size(162, 161); + groupBox5.Size = new System.Drawing.Size(185, 215); groupBox5.TabIndex = 2; groupBox5.TabStop = false; groupBox5.Text = "Typing"; @@ -1098,20 +1019,18 @@ private void InitializeComponent() // checkBox61 // checkBox61.AutoSize = true; - checkBox61.Location = new System.Drawing.Point(5, 42); - checkBox61.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox61.Location = new System.Drawing.Point(6, 56); checkBox61.Name = "checkBox61"; - checkBox61.Size = new System.Drawing.Size(108, 19); + checkBox61.Size = new System.Drawing.Size(133, 24); checkBox61.TabIndex = 4; checkBox61.Text = "Evolution Logic"; checkBox61.UseVisualStyleBackColor = true; // // itemDistributionControl1 // - itemDistributionControl1.Location = new System.Drawing.Point(5, 62); - itemDistributionControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl1.Location = new System.Drawing.Point(6, 83); itemDistributionControl1.Name = "itemDistributionControl1"; - itemDistributionControl1.Size = new System.Drawing.Size(151, 22); + itemDistributionControl1.Size = new System.Drawing.Size(173, 29); itemDistributionControl1.TabIndex = 3; itemDistributionControl1.Text = "Typing"; itemDistributionControl1.UseVisualStyleBackColor = true; @@ -1120,28 +1039,26 @@ private void InitializeComponent() // label1 // label1.AutoSize = true; - label1.Location = new System.Drawing.Point(5, 86); + label1.Location = new System.Drawing.Point(6, 115); label1.Name = "label1"; - label1.Size = new System.Drawing.Size(96, 15); + label1.Size = new System.Drawing.Size(122, 20); label1.TabIndex = 2; label1.Text = "Double Typing %"; // // numericUpDown1 // numericUpDown1.DecimalPlaces = 3; - numericUpDown1.Location = new System.Drawing.Point(5, 104); - numericUpDown1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown1.Location = new System.Drawing.Point(6, 139); numericUpDown1.Name = "numericUpDown1"; - numericUpDown1.Size = new System.Drawing.Size(151, 23); + numericUpDown1.Size = new System.Drawing.Size(173, 27); numericUpDown1.TabIndex = 1; // // checkBox8 // checkBox8.AutoSize = true; - checkBox8.Location = new System.Drawing.Point(5, 20); - checkBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox8.Location = new System.Drawing.Point(6, 27); checkBox8.Name = "checkBox8"; - checkBox8.Size = new System.Drawing.Size(85, 19); + checkBox8.Size = new System.Drawing.Size(106, 24); checkBox8.TabIndex = 0; checkBox8.Text = "Randomize"; checkBox8.UseVisualStyleBackColor = true; @@ -1151,11 +1068,9 @@ private void InitializeComponent() groupBox4.Controls.Add(numericDistributionControl1); groupBox4.Controls.Add(checkBox6); groupBox4.Controls.Add(checkBox5); - groupBox4.Location = new System.Drawing.Point(297, 2); - groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox4.Location = new System.Drawing.Point(339, 3); groupBox4.Name = "groupBox4"; - groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox4.Size = new System.Drawing.Size(162, 161); + groupBox4.Size = new System.Drawing.Size(185, 215); groupBox4.TabIndex = 1; groupBox4.TabStop = false; groupBox4.Text = "Base Stats"; @@ -1165,11 +1080,9 @@ private void InitializeComponent() numericDistributionControl1.Controls.Add(checkBox7); numericDistributionControl1.Controls.Add(button6); numericDistributionControl1.Controls.Add(textBox2); - numericDistributionControl1.Location = new System.Drawing.Point(5, 87); - numericDistributionControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl1.Location = new System.Drawing.Point(6, 116); numericDistributionControl1.Name = "numericDistributionControl1"; - numericDistributionControl1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl1.Size = new System.Drawing.Size(151, 68); + numericDistributionControl1.Size = new System.Drawing.Size(173, 91); numericDistributionControl1.TabIndex = 3; numericDistributionControl1.TabStop = false; numericDistributionControl1.Text = "Base Stats"; @@ -1177,20 +1090,18 @@ private void InitializeComponent() // checkBox7 // checkBox7.AutoSize = true; - checkBox7.Location = new System.Drawing.Point(5, 20); - checkBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox7.Location = new System.Drawing.Point(6, 27); checkBox7.Name = "checkBox7"; - checkBox7.Size = new System.Drawing.Size(85, 19); + checkBox7.Size = new System.Drawing.Size(106, 24); checkBox7.TabIndex = 3; checkBox7.Text = "Randomize"; checkBox7.UseVisualStyleBackColor = true; // // button6 // - button6.Location = new System.Drawing.Point(120, 41); - button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button6.Location = new System.Drawing.Point(137, 55); button6.Name = "button6"; - button6.Size = new System.Drawing.Size(25, 22); + button6.Size = new System.Drawing.Size(29, 29); button6.TabIndex = 1; button6.Text = ">"; button6.UseVisualStyleBackColor = true; @@ -1198,19 +1109,17 @@ private void InitializeComponent() // // textBox2 // - textBox2.Location = new System.Drawing.Point(5, 42); - textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox2.Location = new System.Drawing.Point(6, 56); textBox2.Name = "textBox2"; - textBox2.Size = new System.Drawing.Size(110, 23); + textBox2.Size = new System.Drawing.Size(125, 27); textBox2.TabIndex = 0; // // checkBox6 // checkBox6.AutoSize = true; - checkBox6.Location = new System.Drawing.Point(5, 42); - checkBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox6.Location = new System.Drawing.Point(6, 56); checkBox6.Name = "checkBox6"; - checkBox6.Size = new System.Drawing.Size(77, 19); + checkBox6.Size = new System.Drawing.Size(96, 24); checkBox6.TabIndex = 2; checkBox6.Text = "BST Logic"; checkBox6.UseVisualStyleBackColor = true; @@ -1218,10 +1127,9 @@ private void InitializeComponent() // checkBox5 // checkBox5.AutoSize = true; - checkBox5.Location = new System.Drawing.Point(5, 20); - checkBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox5.Location = new System.Drawing.Point(6, 27); checkBox5.Name = "checkBox5"; - checkBox5.Size = new System.Drawing.Size(63, 19); + checkBox5.Size = new System.Drawing.Size(77, 24); checkBox5.TabIndex = 1; checkBox5.Text = "Shuffle"; checkBox5.UseVisualStyleBackColor = true; @@ -1232,11 +1140,9 @@ private void InitializeComponent() groupBox3.Controls.Add(checkBox1); groupBox3.Controls.Add(groupBox1); groupBox3.Controls.Add(button2); - groupBox3.Location = new System.Drawing.Point(130, 2); - groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox3.Location = new System.Drawing.Point(149, 3); groupBox3.Name = "groupBox3"; - groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox3.Size = new System.Drawing.Size(162, 161); + groupBox3.Size = new System.Drawing.Size(185, 215); groupBox3.TabIndex = 0; groupBox3.TabStop = false; groupBox3.Text = "Evolution"; @@ -1244,10 +1150,9 @@ private void InitializeComponent() // checkBox3 // checkBox3.AutoSize = true; - checkBox3.Location = new System.Drawing.Point(5, 42); - checkBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox3.Location = new System.Drawing.Point(6, 56); checkBox3.Name = "checkBox3"; - checkBox3.Size = new System.Drawing.Size(77, 19); + checkBox3.Size = new System.Drawing.Size(96, 24); checkBox3.TabIndex = 3; checkBox3.Text = "BST Logic"; checkBox3.UseVisualStyleBackColor = true; @@ -1255,10 +1160,9 @@ private void InitializeComponent() // checkBox1 // checkBox1.AutoSize = true; - checkBox1.Location = new System.Drawing.Point(5, 20); - checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox1.Location = new System.Drawing.Point(6, 27); checkBox1.Name = "checkBox1"; - checkBox1.Size = new System.Drawing.Size(139, 19); + checkBox1.Size = new System.Drawing.Size(173, 24); checkBox1.TabIndex = 0; checkBox1.Text = "Random Destinations"; checkBox1.UseVisualStyleBackColor = true; @@ -1274,11 +1178,10 @@ private void InitializeComponent() tabPage2.Controls.Add(numericDistributionControl8); tabPage2.Controls.Add(groupBox14); tabPage2.Controls.Add(groupBox13); - tabPage2.Location = new System.Drawing.Point(4, 24); - tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + tabPage2.Location = new System.Drawing.Point(4, 29); tabPage2.Name = "tabPage2"; - tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - tabPage2.Size = new System.Drawing.Size(908, 459); + tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + tabPage2.Size = new System.Drawing.Size(1039, 616); tabPage2.TabIndex = 1; tabPage2.Text = "Moves and Items"; tabPage2.UseVisualStyleBackColor = true; @@ -1288,11 +1191,9 @@ private void InitializeComponent() groupBox26.Controls.Add(checkBox52); groupBox26.Controls.Add(itemDistributionControl19); groupBox26.Controls.Add(checkBox51); - groupBox26.Location = new System.Drawing.Point(640, 188); - groupBox26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox26.Location = new System.Drawing.Point(731, 251); groupBox26.Name = "groupBox26"; - groupBox26.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox26.Size = new System.Drawing.Size(162, 94); + groupBox26.Size = new System.Drawing.Size(185, 125); groupBox26.TabIndex = 14; groupBox26.TabStop = false; groupBox26.Text = "Shop Items"; @@ -1300,20 +1201,18 @@ private void InitializeComponent() // checkBox52 // checkBox52.AutoSize = true; - checkBox52.Location = new System.Drawing.Point(5, 42); - checkBox52.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox52.Location = new System.Drawing.Point(6, 56); checkBox52.Name = "checkBox52"; - checkBox52.Size = new System.Drawing.Size(141, 19); + checkBox52.Size = new System.Drawing.Size(176, 24); checkBox52.TabIndex = 5; checkBox52.Text = "Preserve Regular Mart"; checkBox52.UseVisualStyleBackColor = true; // // itemDistributionControl19 // - itemDistributionControl19.Location = new System.Drawing.Point(5, 64); - itemDistributionControl19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl19.Location = new System.Drawing.Point(6, 85); itemDistributionControl19.Name = "itemDistributionControl19"; - itemDistributionControl19.Size = new System.Drawing.Size(151, 22); + itemDistributionControl19.Size = new System.Drawing.Size(173, 29); itemDistributionControl19.TabIndex = 4; itemDistributionControl19.Text = "Shop Items"; itemDistributionControl19.UseVisualStyleBackColor = true; @@ -1322,10 +1221,9 @@ private void InitializeComponent() // checkBox51 // checkBox51.AutoSize = true; - checkBox51.Location = new System.Drawing.Point(5, 20); - checkBox51.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox51.Location = new System.Drawing.Point(6, 27); checkBox51.Name = "checkBox51"; - checkBox51.Size = new System.Drawing.Size(85, 19); + checkBox51.Size = new System.Drawing.Size(106, 24); checkBox51.TabIndex = 1; checkBox51.Text = "Randomize"; checkBox51.UseVisualStyleBackColor = true; @@ -1334,21 +1232,18 @@ private void InitializeComponent() // groupBox25.Controls.Add(itemDistributionControl18); groupBox25.Controls.Add(checkBox50); - groupBox25.Location = new System.Drawing.Point(98, 260); - groupBox25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox25.Location = new System.Drawing.Point(112, 347); groupBox25.Name = "groupBox25"; - groupBox25.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox25.Size = new System.Drawing.Size(162, 68); + groupBox25.Size = new System.Drawing.Size(185, 91); groupBox25.TabIndex = 9; groupBox25.TabStop = false; groupBox25.Text = "TM Moves"; // // itemDistributionControl18 // - itemDistributionControl18.Location = new System.Drawing.Point(5, 40); - itemDistributionControl18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl18.Location = new System.Drawing.Point(6, 53); itemDistributionControl18.Name = "itemDistributionControl18"; - itemDistributionControl18.Size = new System.Drawing.Size(151, 22); + itemDistributionControl18.Size = new System.Drawing.Size(173, 29); itemDistributionControl18.TabIndex = 4; itemDistributionControl18.Text = "TM Moves"; itemDistributionControl18.UseVisualStyleBackColor = true; @@ -1357,10 +1252,9 @@ private void InitializeComponent() // checkBox50 // checkBox50.AutoSize = true; - checkBox50.Location = new System.Drawing.Point(5, 20); - checkBox50.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox50.Location = new System.Drawing.Point(6, 27); checkBox50.Name = "checkBox50"; - checkBox50.Size = new System.Drawing.Size(85, 19); + checkBox50.Size = new System.Drawing.Size(106, 24); checkBox50.TabIndex = 1; checkBox50.Text = "Randomize"; checkBox50.UseVisualStyleBackColor = true; @@ -1369,21 +1263,18 @@ private void InitializeComponent() // groupBox23.Controls.Add(itemDistributionControl16); groupBox23.Controls.Add(checkBox47); - groupBox23.Location = new System.Drawing.Point(640, 116); - groupBox23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox23.Location = new System.Drawing.Point(731, 155); groupBox23.Name = "groupBox23"; - groupBox23.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox23.Size = new System.Drawing.Size(162, 68); + groupBox23.Size = new System.Drawing.Size(185, 91); groupBox23.TabIndex = 13; groupBox23.TabStop = false; groupBox23.Text = "Pickup Items"; // // itemDistributionControl16 // - itemDistributionControl16.Location = new System.Drawing.Point(5, 40); - itemDistributionControl16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl16.Location = new System.Drawing.Point(6, 53); itemDistributionControl16.Name = "itemDistributionControl16"; - itemDistributionControl16.Size = new System.Drawing.Size(151, 22); + itemDistributionControl16.Size = new System.Drawing.Size(173, 29); itemDistributionControl16.TabIndex = 4; itemDistributionControl16.Text = "Pickup Items"; itemDistributionControl16.UseVisualStyleBackColor = true; @@ -1392,10 +1283,9 @@ private void InitializeComponent() // checkBox47 // checkBox47.AutoSize = true; - checkBox47.Location = new System.Drawing.Point(5, 20); - checkBox47.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox47.Location = new System.Drawing.Point(6, 27); checkBox47.Name = "checkBox47"; - checkBox47.Size = new System.Drawing.Size(85, 19); + checkBox47.Size = new System.Drawing.Size(106, 24); checkBox47.TabIndex = 1; checkBox47.Text = "Randomize"; checkBox47.UseVisualStyleBackColor = true; @@ -1405,11 +1295,9 @@ private void InitializeComponent() numericDistributionControl18.Controls.Add(checkBox46); numericDistributionControl18.Controls.Add(button22); numericDistributionControl18.Controls.Add(textBox19); - numericDistributionControl18.Location = new System.Drawing.Point(484, 116); - numericDistributionControl18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl18.Location = new System.Drawing.Point(553, 155); numericDistributionControl18.Name = "numericDistributionControl18"; - numericDistributionControl18.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl18.Size = new System.Drawing.Size(151, 68); + numericDistributionControl18.Size = new System.Drawing.Size(173, 91); numericDistributionControl18.TabIndex = 12; numericDistributionControl18.TabStop = false; numericDistributionControl18.Text = "Item Prices"; @@ -1417,20 +1305,18 @@ private void InitializeComponent() // checkBox46 // checkBox46.AutoSize = true; - checkBox46.Location = new System.Drawing.Point(5, 20); - checkBox46.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox46.Location = new System.Drawing.Point(6, 27); checkBox46.Name = "checkBox46"; - checkBox46.Size = new System.Drawing.Size(85, 19); + checkBox46.Size = new System.Drawing.Size(106, 24); checkBox46.TabIndex = 3; checkBox46.Text = "Randomize"; checkBox46.UseVisualStyleBackColor = true; // // button22 // - button22.Location = new System.Drawing.Point(120, 41); - button22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button22.Location = new System.Drawing.Point(137, 55); button22.Name = "button22"; - button22.Size = new System.Drawing.Size(25, 22); + button22.Size = new System.Drawing.Size(29, 29); button22.TabIndex = 1; button22.Text = ">"; button22.UseVisualStyleBackColor = true; @@ -1438,10 +1324,9 @@ private void InitializeComponent() // // textBox19 // - textBox19.Location = new System.Drawing.Point(5, 42); - textBox19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox19.Location = new System.Drawing.Point(6, 56); textBox19.Name = "textBox19"; - textBox19.Size = new System.Drawing.Size(110, 23); + textBox19.Size = new System.Drawing.Size(125, 27); textBox19.TabIndex = 0; // // numericDistributionControl11 @@ -1449,11 +1334,9 @@ private void InitializeComponent() numericDistributionControl11.Controls.Add(checkBox27); numericDistributionControl11.Controls.Add(button16); numericDistributionControl11.Controls.Add(textBox12); - numericDistributionControl11.Location = new System.Drawing.Point(265, 260); - numericDistributionControl11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl11.Location = new System.Drawing.Point(303, 347); numericDistributionControl11.Name = "numericDistributionControl11"; - numericDistributionControl11.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl11.Size = new System.Drawing.Size(151, 68); + numericDistributionControl11.Size = new System.Drawing.Size(173, 91); numericDistributionControl11.TabIndex = 11; numericDistributionControl11.TabStop = false; numericDistributionControl11.Text = "PP"; @@ -1461,20 +1344,18 @@ private void InitializeComponent() // checkBox27 // checkBox27.AutoSize = true; - checkBox27.Location = new System.Drawing.Point(5, 20); - checkBox27.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox27.Location = new System.Drawing.Point(6, 27); checkBox27.Name = "checkBox27"; - checkBox27.Size = new System.Drawing.Size(85, 19); + checkBox27.Size = new System.Drawing.Size(106, 24); checkBox27.TabIndex = 3; checkBox27.Text = "Randomize"; checkBox27.UseVisualStyleBackColor = true; // // button16 // - button16.Location = new System.Drawing.Point(120, 41); - button16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button16.Location = new System.Drawing.Point(137, 55); button16.Name = "button16"; - button16.Size = new System.Drawing.Size(25, 22); + button16.Size = new System.Drawing.Size(29, 29); button16.TabIndex = 1; button16.Text = ">"; button16.UseVisualStyleBackColor = true; @@ -1482,10 +1363,9 @@ private void InitializeComponent() // // textBox12 // - textBox12.Location = new System.Drawing.Point(5, 42); - textBox12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox12.Location = new System.Drawing.Point(6, 56); textBox12.Name = "textBox12"; - textBox12.Size = new System.Drawing.Size(110, 23); + textBox12.Size = new System.Drawing.Size(125, 27); textBox12.TabIndex = 0; // // numericDistributionControl10 @@ -1493,11 +1373,9 @@ private void InitializeComponent() numericDistributionControl10.Controls.Add(checkBox26); numericDistributionControl10.Controls.Add(button15); numericDistributionControl10.Controls.Add(textBox11); - numericDistributionControl10.Location = new System.Drawing.Point(265, 188); - numericDistributionControl10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl10.Location = new System.Drawing.Point(303, 251); numericDistributionControl10.Name = "numericDistributionControl10"; - numericDistributionControl10.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl10.Size = new System.Drawing.Size(151, 68); + numericDistributionControl10.Size = new System.Drawing.Size(173, 91); numericDistributionControl10.TabIndex = 10; numericDistributionControl10.TabStop = false; numericDistributionControl10.Text = "Accuracy"; @@ -1505,20 +1383,18 @@ private void InitializeComponent() // checkBox26 // checkBox26.AutoSize = true; - checkBox26.Location = new System.Drawing.Point(5, 20); - checkBox26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox26.Location = new System.Drawing.Point(6, 27); checkBox26.Name = "checkBox26"; - checkBox26.Size = new System.Drawing.Size(85, 19); + checkBox26.Size = new System.Drawing.Size(106, 24); checkBox26.TabIndex = 3; checkBox26.Text = "Randomize"; checkBox26.UseVisualStyleBackColor = true; // // button15 // - button15.Location = new System.Drawing.Point(120, 41); - button15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button15.Location = new System.Drawing.Point(137, 55); button15.Name = "button15"; - button15.Size = new System.Drawing.Size(25, 22); + button15.Size = new System.Drawing.Size(29, 29); button15.TabIndex = 1; button15.Text = ">"; button15.UseVisualStyleBackColor = true; @@ -1526,10 +1402,9 @@ private void InitializeComponent() // // textBox11 // - textBox11.Location = new System.Drawing.Point(5, 42); - textBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox11.Location = new System.Drawing.Point(6, 56); textBox11.Name = "textBox11"; - textBox11.Size = new System.Drawing.Size(110, 23); + textBox11.Size = new System.Drawing.Size(125, 27); textBox11.TabIndex = 0; // // numericDistributionControl8 @@ -1537,11 +1412,9 @@ private void InitializeComponent() numericDistributionControl8.Controls.Add(checkBox25); numericDistributionControl8.Controls.Add(button13); numericDistributionControl8.Controls.Add(textBox9); - numericDistributionControl8.Location = new System.Drawing.Point(265, 116); - numericDistributionControl8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl8.Location = new System.Drawing.Point(303, 155); numericDistributionControl8.Name = "numericDistributionControl8"; - numericDistributionControl8.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl8.Size = new System.Drawing.Size(151, 68); + numericDistributionControl8.Size = new System.Drawing.Size(173, 91); numericDistributionControl8.TabIndex = 9; numericDistributionControl8.TabStop = false; numericDistributionControl8.Text = "Power"; @@ -1549,20 +1422,18 @@ private void InitializeComponent() // checkBox25 // checkBox25.AutoSize = true; - checkBox25.Location = new System.Drawing.Point(5, 20); - checkBox25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox25.Location = new System.Drawing.Point(6, 27); checkBox25.Name = "checkBox25"; - checkBox25.Size = new System.Drawing.Size(85, 19); + checkBox25.Size = new System.Drawing.Size(106, 24); checkBox25.TabIndex = 3; checkBox25.Text = "Randomize"; checkBox25.UseVisualStyleBackColor = true; // // button13 // - button13.Location = new System.Drawing.Point(120, 41); - button13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button13.Location = new System.Drawing.Point(137, 55); button13.Name = "button13"; - button13.Size = new System.Drawing.Size(25, 22); + button13.Size = new System.Drawing.Size(29, 29); button13.TabIndex = 1; button13.Text = ">"; button13.UseVisualStyleBackColor = true; @@ -1570,31 +1441,27 @@ private void InitializeComponent() // // textBox9 // - textBox9.Location = new System.Drawing.Point(5, 42); - textBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox9.Location = new System.Drawing.Point(6, 56); textBox9.Name = "textBox9"; - textBox9.Size = new System.Drawing.Size(110, 23); + textBox9.Size = new System.Drawing.Size(125, 27); textBox9.TabIndex = 0; // // groupBox14 // groupBox14.Controls.Add(itemDistributionControl9); groupBox14.Controls.Add(checkBox22); - groupBox14.Location = new System.Drawing.Point(98, 188); - groupBox14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox14.Location = new System.Drawing.Point(112, 251); groupBox14.Name = "groupBox14"; - groupBox14.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox14.Size = new System.Drawing.Size(162, 68); + groupBox14.Size = new System.Drawing.Size(185, 91); groupBox14.TabIndex = 8; groupBox14.TabStop = false; groupBox14.Text = "Damage Category"; // // itemDistributionControl9 // - itemDistributionControl9.Location = new System.Drawing.Point(5, 40); - itemDistributionControl9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl9.Location = new System.Drawing.Point(6, 53); itemDistributionControl9.Name = "itemDistributionControl9"; - itemDistributionControl9.Size = new System.Drawing.Size(151, 22); + itemDistributionControl9.Size = new System.Drawing.Size(173, 29); itemDistributionControl9.TabIndex = 4; itemDistributionControl9.Text = "Damage Category"; itemDistributionControl9.UseVisualStyleBackColor = true; @@ -1603,10 +1470,9 @@ private void InitializeComponent() // checkBox22 // checkBox22.AutoSize = true; - checkBox22.Location = new System.Drawing.Point(5, 20); - checkBox22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox22.Location = new System.Drawing.Point(6, 27); checkBox22.Name = "checkBox22"; - checkBox22.Size = new System.Drawing.Size(85, 19); + checkBox22.Size = new System.Drawing.Size(106, 24); checkBox22.TabIndex = 1; checkBox22.Text = "Randomize"; checkBox22.UseVisualStyleBackColor = true; @@ -1615,21 +1481,18 @@ private void InitializeComponent() // groupBox13.Controls.Add(itemDistributionControl8); groupBox13.Controls.Add(checkBox21); - groupBox13.Location = new System.Drawing.Point(98, 116); - groupBox13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox13.Location = new System.Drawing.Point(112, 155); groupBox13.Name = "groupBox13"; - groupBox13.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox13.Size = new System.Drawing.Size(162, 68); + groupBox13.Size = new System.Drawing.Size(185, 91); groupBox13.TabIndex = 7; groupBox13.TabStop = false; groupBox13.Text = "Move Typing"; // // itemDistributionControl8 // - itemDistributionControl8.Location = new System.Drawing.Point(5, 40); - itemDistributionControl8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl8.Location = new System.Drawing.Point(6, 53); itemDistributionControl8.Name = "itemDistributionControl8"; - itemDistributionControl8.Size = new System.Drawing.Size(151, 22); + itemDistributionControl8.Size = new System.Drawing.Size(173, 29); itemDistributionControl8.TabIndex = 4; itemDistributionControl8.Text = "Typing"; itemDistributionControl8.UseVisualStyleBackColor = true; @@ -1638,10 +1501,9 @@ private void InitializeComponent() // checkBox21 // checkBox21.AutoSize = true; - checkBox21.Location = new System.Drawing.Point(5, 20); - checkBox21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox21.Location = new System.Drawing.Point(6, 27); checkBox21.Name = "checkBox21"; - checkBox21.Size = new System.Drawing.Size(85, 19); + checkBox21.Size = new System.Drawing.Size(106, 24); checkBox21.TabIndex = 1; checkBox21.Text = "Randomize"; checkBox21.UseVisualStyleBackColor = true; @@ -1651,11 +1513,10 @@ private void InitializeComponent() tabPage3.Controls.Add(groupBox18); tabPage3.Controls.Add(groupBox16); tabPage3.Controls.Add(groupBox15); - tabPage3.Location = new System.Drawing.Point(4, 24); - tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + tabPage3.Location = new System.Drawing.Point(4, 29); tabPage3.Name = "tabPage3"; - tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - tabPage3.Size = new System.Drawing.Size(908, 459); + tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + tabPage3.Size = new System.Drawing.Size(1039, 616); tabPage3.TabIndex = 2; tabPage3.Text = "Encounters"; tabPage3.UseVisualStyleBackColor = true; @@ -1672,11 +1533,9 @@ private void InitializeComponent() groupBox18.Controls.Add(groupBox19); groupBox18.Controls.Add(groupBox17); groupBox18.Controls.Add(numericDistributionControl14); - groupBox18.Location = new System.Drawing.Point(292, 34); - groupBox18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox18.Location = new System.Drawing.Point(334, 45); groupBox18.Name = "groupBox18"; - groupBox18.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox18.Size = new System.Drawing.Size(499, 387); + groupBox18.Size = new System.Drawing.Size(570, 516); groupBox18.TabIndex = 13; groupBox18.TabStop = false; groupBox18.Text = "Trainer Pokémon"; @@ -1686,11 +1545,9 @@ private void InitializeComponent() groupBox24.Controls.Add(checkBox49); groupBox24.Controls.Add(itemDistributionControl17); groupBox24.Controls.Add(checkBox48); - groupBox24.Location = new System.Drawing.Point(172, 265); - groupBox24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox24.Location = new System.Drawing.Point(197, 353); groupBox24.Name = "groupBox24"; - groupBox24.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox24.Size = new System.Drawing.Size(162, 94); + groupBox24.Size = new System.Drawing.Size(185, 125); groupBox24.TabIndex = 24; groupBox24.TabStop = false; groupBox24.Text = "Abilities"; @@ -1698,20 +1555,18 @@ private void InitializeComponent() // checkBox49 // checkBox49.AutoSize = true; - checkBox49.Location = new System.Drawing.Point(5, 42); - checkBox49.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox49.Location = new System.Drawing.Point(6, 56); checkBox49.Name = "checkBox49"; - checkBox49.Size = new System.Drawing.Size(139, 19); + checkBox49.Size = new System.Drawing.Size(173, 24); checkBox49.TabIndex = 5; checkBox49.Text = "Include Unobtainable"; checkBox49.UseVisualStyleBackColor = true; // // itemDistributionControl17 // - itemDistributionControl17.Location = new System.Drawing.Point(5, 64); - itemDistributionControl17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl17.Location = new System.Drawing.Point(6, 85); itemDistributionControl17.Name = "itemDistributionControl17"; - itemDistributionControl17.Size = new System.Drawing.Size(151, 22); + itemDistributionControl17.Size = new System.Drawing.Size(173, 29); itemDistributionControl17.TabIndex = 4; itemDistributionControl17.Text = "Abilities"; itemDistributionControl17.UseVisualStyleBackColor = true; @@ -1720,10 +1575,9 @@ private void InitializeComponent() // checkBox48 // checkBox48.AutoSize = true; - checkBox48.Location = new System.Drawing.Point(5, 20); - checkBox48.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox48.Location = new System.Drawing.Point(6, 27); checkBox48.Name = "checkBox48"; - checkBox48.Size = new System.Drawing.Size(85, 19); + checkBox48.Size = new System.Drawing.Size(106, 24); checkBox48.TabIndex = 1; checkBox48.Text = "Randomize"; checkBox48.UseVisualStyleBackColor = true; @@ -1733,11 +1587,9 @@ private void InitializeComponent() numericDistributionControl17.Controls.Add(checkBox45); numericDistributionControl17.Controls.Add(button21); numericDistributionControl17.Controls.Add(textBox18); - numericDistributionControl17.Location = new System.Drawing.Point(340, 238); - numericDistributionControl17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl17.Location = new System.Drawing.Point(389, 317); numericDistributionControl17.Name = "numericDistributionControl17"; - numericDistributionControl17.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl17.Size = new System.Drawing.Size(151, 68); + numericDistributionControl17.Size = new System.Drawing.Size(173, 91); numericDistributionControl17.TabIndex = 23; numericDistributionControl17.TabStop = false; numericDistributionControl17.Text = "EVs"; @@ -1745,20 +1597,18 @@ private void InitializeComponent() // checkBox45 // checkBox45.AutoSize = true; - checkBox45.Location = new System.Drawing.Point(5, 20); - checkBox45.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox45.Location = new System.Drawing.Point(6, 27); checkBox45.Name = "checkBox45"; - checkBox45.Size = new System.Drawing.Size(85, 19); + checkBox45.Size = new System.Drawing.Size(106, 24); checkBox45.TabIndex = 3; checkBox45.Text = "Randomize"; checkBox45.UseVisualStyleBackColor = true; // // button21 // - button21.Location = new System.Drawing.Point(120, 41); - button21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button21.Location = new System.Drawing.Point(137, 55); button21.Name = "button21"; - button21.Size = new System.Drawing.Size(25, 22); + button21.Size = new System.Drawing.Size(29, 29); button21.TabIndex = 1; button21.Text = ">"; button21.UseVisualStyleBackColor = true; @@ -1766,10 +1616,9 @@ private void InitializeComponent() // // textBox18 // - textBox18.Location = new System.Drawing.Point(5, 42); - textBox18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox18.Location = new System.Drawing.Point(6, 56); textBox18.Name = "textBox18"; - textBox18.Size = new System.Drawing.Size(110, 23); + textBox18.Size = new System.Drawing.Size(125, 27); textBox18.TabIndex = 0; // // numericDistributionControl16 @@ -1777,11 +1626,9 @@ private void InitializeComponent() numericDistributionControl16.Controls.Add(checkBox44); numericDistributionControl16.Controls.Add(button20); numericDistributionControl16.Controls.Add(textBox17); - numericDistributionControl16.Location = new System.Drawing.Point(339, 166); - numericDistributionControl16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl16.Location = new System.Drawing.Point(387, 221); numericDistributionControl16.Name = "numericDistributionControl16"; - numericDistributionControl16.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl16.Size = new System.Drawing.Size(151, 68); + numericDistributionControl16.Size = new System.Drawing.Size(173, 91); numericDistributionControl16.TabIndex = 22; numericDistributionControl16.TabStop = false; numericDistributionControl16.Text = "IVs"; @@ -1789,20 +1636,18 @@ private void InitializeComponent() // checkBox44 // checkBox44.AutoSize = true; - checkBox44.Location = new System.Drawing.Point(5, 20); - checkBox44.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox44.Location = new System.Drawing.Point(6, 27); checkBox44.Name = "checkBox44"; - checkBox44.Size = new System.Drawing.Size(85, 19); + checkBox44.Size = new System.Drawing.Size(106, 24); checkBox44.TabIndex = 3; checkBox44.Text = "Randomize"; checkBox44.UseVisualStyleBackColor = true; // // button20 // - button20.Location = new System.Drawing.Point(120, 41); - button20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button20.Location = new System.Drawing.Point(137, 55); button20.Name = "button20"; - button20.Size = new System.Drawing.Size(25, 22); + button20.Size = new System.Drawing.Size(29, 29); button20.TabIndex = 1; button20.Text = ">"; button20.UseVisualStyleBackColor = true; @@ -1810,10 +1655,9 @@ private void InitializeComponent() // // textBox17 // - textBox17.Location = new System.Drawing.Point(5, 42); - textBox17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox17.Location = new System.Drawing.Point(6, 56); textBox17.Name = "textBox17"; - textBox17.Size = new System.Drawing.Size(110, 23); + textBox17.Size = new System.Drawing.Size(125, 27); textBox17.TabIndex = 0; // // groupBox22 @@ -1821,11 +1665,9 @@ private void InitializeComponent() groupBox22.Controls.Add(checkBox43); groupBox22.Controls.Add(itemDistributionControl15); groupBox22.Controls.Add(checkBox42); - groupBox22.Location = new System.Drawing.Point(5, 166); - groupBox22.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox22.Location = new System.Drawing.Point(6, 221); groupBox22.Name = "groupBox22"; - groupBox22.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox22.Size = new System.Drawing.Size(162, 94); + groupBox22.Size = new System.Drawing.Size(185, 125); groupBox22.TabIndex = 21; groupBox22.TabStop = false; groupBox22.Text = "Held Items"; @@ -1833,20 +1675,18 @@ private void InitializeComponent() // checkBox43 // checkBox43.AutoSize = true; - checkBox43.Location = new System.Drawing.Point(5, 42); - checkBox43.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox43.Location = new System.Drawing.Point(6, 56); checkBox43.Name = "checkBox43"; - checkBox43.Size = new System.Drawing.Size(142, 19); + checkBox43.Size = new System.Drawing.Size(177, 24); checkBox43.TabIndex = 5; checkBox43.Text = "High Level Held Items"; checkBox43.UseVisualStyleBackColor = true; // // itemDistributionControl15 // - itemDistributionControl15.Location = new System.Drawing.Point(5, 64); - itemDistributionControl15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl15.Location = new System.Drawing.Point(6, 85); itemDistributionControl15.Name = "itemDistributionControl15"; - itemDistributionControl15.Size = new System.Drawing.Size(151, 22); + itemDistributionControl15.Size = new System.Drawing.Size(173, 29); itemDistributionControl15.TabIndex = 4; itemDistributionControl15.Text = "Held Items"; itemDistributionControl15.UseVisualStyleBackColor = true; @@ -1855,10 +1695,9 @@ private void InitializeComponent() // checkBox42 // checkBox42.AutoSize = true; - checkBox42.Location = new System.Drawing.Point(5, 20); - checkBox42.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox42.Location = new System.Drawing.Point(6, 27); checkBox42.Name = "checkBox42"; - checkBox42.Size = new System.Drawing.Size(85, 19); + checkBox42.Size = new System.Drawing.Size(106, 24); checkBox42.TabIndex = 1; checkBox42.Text = "Randomize"; checkBox42.UseVisualStyleBackColor = true; @@ -1869,11 +1708,9 @@ private void InitializeComponent() groupBox21.Controls.Add(numericUpDown7); groupBox21.Controls.Add(comboBox1); groupBox21.Controls.Add(itemDistributionControl14); - groupBox21.Location = new System.Drawing.Point(172, 20); - groupBox21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox21.Location = new System.Drawing.Point(197, 27); groupBox21.Name = "groupBox21"; - groupBox21.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox21.Size = new System.Drawing.Size(162, 142); + groupBox21.Size = new System.Drawing.Size(185, 189); groupBox21.TabIndex = 20; groupBox21.TabStop = false; groupBox21.Text = "Moves"; @@ -1881,19 +1718,18 @@ private void InitializeComponent() // label7 // label7.AutoSize = true; - label7.Location = new System.Drawing.Point(5, 69); + label7.Location = new System.Drawing.Point(6, 92); label7.Name = "label7"; - label7.Size = new System.Drawing.Size(68, 15); + label7.Size = new System.Drawing.Size(87, 20); label7.TabIndex = 11; label7.Text = "Type Bias %"; // // numericUpDown7 // numericUpDown7.DecimalPlaces = 3; - numericUpDown7.Location = new System.Drawing.Point(5, 86); - numericUpDown7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown7.Location = new System.Drawing.Point(6, 115); numericUpDown7.Name = "numericUpDown7"; - numericUpDown7.Size = new System.Drawing.Size(151, 23); + numericUpDown7.Size = new System.Drawing.Size(173, 27); numericUpDown7.TabIndex = 10; // // comboBox1 @@ -1901,18 +1737,16 @@ private void InitializeComponent() comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; comboBox1.FormattingEnabled = true; comboBox1.Items.AddRange(new object[] { "Unchanged", "Last Level Up Moves", "Random" }); - comboBox1.Location = new System.Drawing.Point(5, 18); - comboBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + comboBox1.Location = new System.Drawing.Point(6, 24); comboBox1.Name = "comboBox1"; - comboBox1.Size = new System.Drawing.Size(152, 23); + comboBox1.Size = new System.Drawing.Size(173, 28); comboBox1.TabIndex = 5; // // itemDistributionControl14 // - itemDistributionControl14.Location = new System.Drawing.Point(5, 112); - itemDistributionControl14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl14.Location = new System.Drawing.Point(6, 149); itemDistributionControl14.Name = "itemDistributionControl14"; - itemDistributionControl14.Size = new System.Drawing.Size(151, 22); + itemDistributionControl14.Size = new System.Drawing.Size(173, 29); itemDistributionControl14.TabIndex = 4; itemDistributionControl14.Text = "Moves"; itemDistributionControl14.UseVisualStyleBackColor = true; @@ -1922,21 +1756,18 @@ private void InitializeComponent() // groupBox20.Controls.Add(itemDistributionControl13); groupBox20.Controls.Add(checkBox41); - groupBox20.Location = new System.Drawing.Point(5, 265); - groupBox20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox20.Location = new System.Drawing.Point(6, 353); groupBox20.Name = "groupBox20"; - groupBox20.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox20.Size = new System.Drawing.Size(162, 70); + groupBox20.Size = new System.Drawing.Size(185, 93); groupBox20.TabIndex = 19; groupBox20.TabStop = false; groupBox20.Text = "Natures"; // // itemDistributionControl13 // - itemDistributionControl13.Location = new System.Drawing.Point(5, 40); - itemDistributionControl13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl13.Location = new System.Drawing.Point(6, 53); itemDistributionControl13.Name = "itemDistributionControl13"; - itemDistributionControl13.Size = new System.Drawing.Size(151, 22); + itemDistributionControl13.Size = new System.Drawing.Size(173, 29); itemDistributionControl13.TabIndex = 4; itemDistributionControl13.Text = "Natures"; itemDistributionControl13.UseVisualStyleBackColor = true; @@ -1945,10 +1776,9 @@ private void InitializeComponent() // checkBox41 // checkBox41.AutoSize = true; - checkBox41.Location = new System.Drawing.Point(5, 20); - checkBox41.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox41.Location = new System.Drawing.Point(6, 27); checkBox41.Name = "checkBox41"; - checkBox41.Size = new System.Drawing.Size(85, 19); + checkBox41.Size = new System.Drawing.Size(106, 24); checkBox41.TabIndex = 1; checkBox41.Text = "Randomize"; checkBox41.UseVisualStyleBackColor = true; @@ -1958,11 +1788,9 @@ private void InitializeComponent() numericDistributionControl15.Controls.Add(checkBox40); numericDistributionControl15.Controls.Add(button19); numericDistributionControl15.Controls.Add(textBox16); - numericDistributionControl15.Location = new System.Drawing.Point(340, 94); - numericDistributionControl15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl15.Location = new System.Drawing.Point(389, 125); numericDistributionControl15.Name = "numericDistributionControl15"; - numericDistributionControl15.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl15.Size = new System.Drawing.Size(151, 68); + numericDistributionControl15.Size = new System.Drawing.Size(173, 91); numericDistributionControl15.TabIndex = 18; numericDistributionControl15.TabStop = false; numericDistributionControl15.Text = "Levels"; @@ -1970,20 +1798,18 @@ private void InitializeComponent() // checkBox40 // checkBox40.AutoSize = true; - checkBox40.Location = new System.Drawing.Point(5, 20); - checkBox40.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox40.Location = new System.Drawing.Point(6, 27); checkBox40.Name = "checkBox40"; - checkBox40.Size = new System.Drawing.Size(85, 19); + checkBox40.Size = new System.Drawing.Size(106, 24); checkBox40.TabIndex = 3; checkBox40.Text = "Randomize"; checkBox40.UseVisualStyleBackColor = true; // // button19 // - button19.Location = new System.Drawing.Point(120, 41); - button19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button19.Location = new System.Drawing.Point(137, 55); button19.Name = "button19"; - button19.Size = new System.Drawing.Size(25, 22); + button19.Size = new System.Drawing.Size(29, 29); button19.TabIndex = 1; button19.Text = ">"; button19.UseVisualStyleBackColor = true; @@ -1991,10 +1817,9 @@ private void InitializeComponent() // // textBox16 // - textBox16.Location = new System.Drawing.Point(5, 42); - textBox16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox16.Location = new System.Drawing.Point(6, 56); textBox16.Name = "textBox16"; - textBox16.Size = new System.Drawing.Size(110, 23); + textBox16.Size = new System.Drawing.Size(125, 27); textBox16.TabIndex = 0; // // groupBox19 @@ -2002,11 +1827,9 @@ private void InitializeComponent() groupBox19.Controls.Add(label6); groupBox19.Controls.Add(numericUpDown6); groupBox19.Controls.Add(checkBox39); - groupBox19.Location = new System.Drawing.Point(172, 166); - groupBox19.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox19.Location = new System.Drawing.Point(197, 221); groupBox19.Name = "groupBox19"; - groupBox19.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox19.Size = new System.Drawing.Size(162, 94); + groupBox19.Size = new System.Drawing.Size(185, 125); groupBox19.TabIndex = 17; groupBox19.TabStop = false; groupBox19.Text = "Shininess"; @@ -2014,28 +1837,26 @@ private void InitializeComponent() // label6 // label6.AutoSize = true; - label6.Location = new System.Drawing.Point(5, 49); + label6.Location = new System.Drawing.Point(6, 65); label6.Name = "label6"; - label6.Size = new System.Drawing.Size(49, 15); + label6.Size = new System.Drawing.Size(60, 20); label6.TabIndex = 17; label6.Text = "Shiny %"; // // numericUpDown6 // numericUpDown6.DecimalPlaces = 3; - numericUpDown6.Location = new System.Drawing.Point(5, 64); - numericUpDown6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown6.Location = new System.Drawing.Point(6, 85); numericUpDown6.Name = "numericUpDown6"; - numericUpDown6.Size = new System.Drawing.Size(151, 23); + numericUpDown6.Size = new System.Drawing.Size(173, 27); numericUpDown6.TabIndex = 16; // // checkBox39 // checkBox39.AutoSize = true; - checkBox39.Location = new System.Drawing.Point(5, 20); - checkBox39.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox39.Location = new System.Drawing.Point(6, 27); checkBox39.Name = "checkBox39"; - checkBox39.Size = new System.Drawing.Size(111, 19); + checkBox39.Size = new System.Drawing.Size(137, 24); checkBox39.TabIndex = 15; checkBox39.Text = "Random Shinies"; checkBox39.UseVisualStyleBackColor = true; @@ -2047,11 +1868,9 @@ private void InitializeComponent() groupBox17.Controls.Add(checkBox35); groupBox17.Controls.Add(itemDistributionControl12); groupBox17.Controls.Add(checkBox37); - groupBox17.Location = new System.Drawing.Point(5, 20); - groupBox17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox17.Location = new System.Drawing.Point(6, 27); groupBox17.Name = "groupBox17"; - groupBox17.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox17.Size = new System.Drawing.Size(162, 142); + groupBox17.Size = new System.Drawing.Size(185, 189); groupBox17.TabIndex = 12; groupBox17.TabStop = false; groupBox17.Text = "Pokemon Species"; @@ -2059,10 +1878,9 @@ private void InitializeComponent() // checkBox38 // checkBox38.AutoSize = true; - checkBox38.Location = new System.Drawing.Point(5, 64); - checkBox38.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox38.Location = new System.Drawing.Point(6, 85); checkBox38.Name = "checkBox38"; - checkBox38.Size = new System.Drawing.Size(94, 19); + checkBox38.Size = new System.Drawing.Size(117, 24); checkBox38.TabIndex = 19; checkBox38.Text = "Type Themes"; checkBox38.UseVisualStyleBackColor = true; @@ -2070,10 +1888,9 @@ private void InitializeComponent() // checkBox34 // checkBox34.AutoSize = true; - checkBox34.Location = new System.Drawing.Point(5, 42); - checkBox34.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox34.Location = new System.Drawing.Point(6, 56); checkBox34.Name = "checkBox34"; - checkBox34.Size = new System.Drawing.Size(129, 19); + checkBox34.Size = new System.Drawing.Size(160, 24); checkBox34.TabIndex = 18; checkBox34.Text = "High Level Legends"; checkBox34.UseVisualStyleBackColor = true; @@ -2081,20 +1898,18 @@ private void InitializeComponent() // checkBox35 // checkBox35.AutoSize = true; - checkBox35.Location = new System.Drawing.Point(5, 87); - checkBox35.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox35.Location = new System.Drawing.Point(6, 116); checkBox35.Name = "checkBox35"; - checkBox35.Size = new System.Drawing.Size(108, 19); + checkBox35.Size = new System.Drawing.Size(133, 24); checkBox35.TabIndex = 17; checkBox35.Text = "Evolution Logic"; checkBox35.UseVisualStyleBackColor = true; // // itemDistributionControl12 // - itemDistributionControl12.Location = new System.Drawing.Point(5, 112); - itemDistributionControl12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl12.Location = new System.Drawing.Point(6, 149); itemDistributionControl12.Name = "itemDistributionControl12"; - itemDistributionControl12.Size = new System.Drawing.Size(151, 22); + itemDistributionControl12.Size = new System.Drawing.Size(173, 29); itemDistributionControl12.TabIndex = 15; itemDistributionControl12.Text = "Pokémon"; itemDistributionControl12.UseVisualStyleBackColor = true; @@ -2103,10 +1918,9 @@ private void InitializeComponent() // checkBox37 // checkBox37.AutoSize = true; - checkBox37.Location = new System.Drawing.Point(5, 20); - checkBox37.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox37.Location = new System.Drawing.Point(6, 27); checkBox37.Name = "checkBox37"; - checkBox37.Size = new System.Drawing.Size(125, 19); + checkBox37.Size = new System.Drawing.Size(152, 24); checkBox37.TabIndex = 14; checkBox37.Text = "Random Pokémon"; checkBox37.UseVisualStyleBackColor = true; @@ -2116,11 +1930,9 @@ private void InitializeComponent() numericDistributionControl14.Controls.Add(checkBox36); numericDistributionControl14.Controls.Add(button18); numericDistributionControl14.Controls.Add(textBox15); - numericDistributionControl14.Location = new System.Drawing.Point(340, 20); - numericDistributionControl14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl14.Location = new System.Drawing.Point(389, 27); numericDistributionControl14.Name = "numericDistributionControl14"; - numericDistributionControl14.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl14.Size = new System.Drawing.Size(151, 68); + numericDistributionControl14.Size = new System.Drawing.Size(173, 91); numericDistributionControl14.TabIndex = 16; numericDistributionControl14.TabStop = false; numericDistributionControl14.Text = "Pokémon Count"; @@ -2128,20 +1940,18 @@ private void InitializeComponent() // checkBox36 // checkBox36.AutoSize = true; - checkBox36.Location = new System.Drawing.Point(5, 20); - checkBox36.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox36.Location = new System.Drawing.Point(6, 27); checkBox36.Name = "checkBox36"; - checkBox36.Size = new System.Drawing.Size(85, 19); + checkBox36.Size = new System.Drawing.Size(106, 24); checkBox36.TabIndex = 3; checkBox36.Text = "Randomize"; checkBox36.UseVisualStyleBackColor = true; // // button18 // - button18.Location = new System.Drawing.Point(120, 41); - button18.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button18.Location = new System.Drawing.Point(137, 55); button18.Name = "button18"; - button18.Size = new System.Drawing.Size(25, 22); + button18.Size = new System.Drawing.Size(29, 29); button18.TabIndex = 1; button18.Text = ">"; button18.UseVisualStyleBackColor = true; @@ -2149,10 +1959,9 @@ private void InitializeComponent() // // textBox15 // - textBox15.Location = new System.Drawing.Point(5, 42); - textBox15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox15.Location = new System.Drawing.Point(6, 56); textBox15.Name = "textBox15"; - textBox15.Size = new System.Drawing.Size(110, 23); + textBox15.Size = new System.Drawing.Size(125, 27); textBox15.TabIndex = 0; // // groupBox16 @@ -2160,11 +1969,9 @@ private void InitializeComponent() groupBox16.Controls.Add(numericDistributionControl13); groupBox16.Controls.Add(itemDistributionControl11); groupBox16.Controls.Add(checkBox32); - groupBox16.Location = new System.Drawing.Point(125, 230); - groupBox16.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox16.Location = new System.Drawing.Point(143, 307); groupBox16.Name = "groupBox16"; - groupBox16.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox16.Size = new System.Drawing.Size(162, 191); + groupBox16.Size = new System.Drawing.Size(185, 255); groupBox16.TabIndex = 11; groupBox16.TabStop = false; groupBox16.Text = "Trainer Items"; @@ -2174,11 +1981,9 @@ private void InitializeComponent() numericDistributionControl13.Controls.Add(checkBox33); numericDistributionControl13.Controls.Add(button4); numericDistributionControl13.Controls.Add(textBox14); - numericDistributionControl13.Location = new System.Drawing.Point(5, 115); - numericDistributionControl13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl13.Location = new System.Drawing.Point(6, 153); numericDistributionControl13.Name = "numericDistributionControl13"; - numericDistributionControl13.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl13.Size = new System.Drawing.Size(151, 68); + numericDistributionControl13.Size = new System.Drawing.Size(173, 91); numericDistributionControl13.TabIndex = 13; numericDistributionControl13.TabStop = false; numericDistributionControl13.Text = "Item Count"; @@ -2186,20 +1991,18 @@ private void InitializeComponent() // checkBox33 // checkBox33.AutoSize = true; - checkBox33.Location = new System.Drawing.Point(5, 20); - checkBox33.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox33.Location = new System.Drawing.Point(6, 27); checkBox33.Name = "checkBox33"; - checkBox33.Size = new System.Drawing.Size(85, 19); + checkBox33.Size = new System.Drawing.Size(106, 24); checkBox33.TabIndex = 3; checkBox33.Text = "Randomize"; checkBox33.UseVisualStyleBackColor = true; // // button4 // - button4.Location = new System.Drawing.Point(120, 41); - button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button4.Location = new System.Drawing.Point(137, 55); button4.Name = "button4"; - button4.Size = new System.Drawing.Size(25, 22); + button4.Size = new System.Drawing.Size(29, 29); button4.TabIndex = 1; button4.Text = ">"; button4.UseVisualStyleBackColor = true; @@ -2207,18 +2010,16 @@ private void InitializeComponent() // // textBox14 // - textBox14.Location = new System.Drawing.Point(5, 42); - textBox14.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox14.Location = new System.Drawing.Point(6, 56); textBox14.Name = "textBox14"; - textBox14.Size = new System.Drawing.Size(110, 23); + textBox14.Size = new System.Drawing.Size(125, 27); textBox14.TabIndex = 0; // // itemDistributionControl11 // - itemDistributionControl11.Location = new System.Drawing.Point(5, 88); - itemDistributionControl11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl11.Location = new System.Drawing.Point(6, 117); itemDistributionControl11.Name = "itemDistributionControl11"; - itemDistributionControl11.Size = new System.Drawing.Size(151, 22); + itemDistributionControl11.Size = new System.Drawing.Size(173, 29); itemDistributionControl11.TabIndex = 12; itemDistributionControl11.Text = "Trainer Items"; itemDistributionControl11.UseVisualStyleBackColor = true; @@ -2227,10 +2028,9 @@ private void InitializeComponent() // checkBox32 // checkBox32.AutoSize = true; - checkBox32.Location = new System.Drawing.Point(5, 20); - checkBox32.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox32.Location = new System.Drawing.Point(6, 27); checkBox32.Name = "checkBox32"; - checkBox32.Size = new System.Drawing.Size(103, 19); + checkBox32.Size = new System.Drawing.Size(127, 24); checkBox32.TabIndex = 0; checkBox32.Text = "Random Items"; checkBox32.UseVisualStyleBackColor = true; @@ -2242,11 +2042,9 @@ private void InitializeComponent() groupBox15.Controls.Add(numericDistributionControl12); groupBox15.Controls.Add(itemDistributionControl10); groupBox15.Controls.Add(checkBox29); - groupBox15.Location = new System.Drawing.Point(125, 34); - groupBox15.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox15.Location = new System.Drawing.Point(143, 45); groupBox15.Name = "groupBox15"; - groupBox15.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox15.Size = new System.Drawing.Size(162, 191); + groupBox15.Size = new System.Drawing.Size(185, 255); groupBox15.TabIndex = 10; groupBox15.TabStop = false; groupBox15.Text = "Wild Encounters"; @@ -2254,10 +2052,9 @@ private void InitializeComponent() // checkBox31 // checkBox31.AutoSize = true; - checkBox31.Location = new System.Drawing.Point(5, 42); - checkBox31.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox31.Location = new System.Drawing.Point(6, 56); checkBox31.Name = "checkBox31"; - checkBox31.Size = new System.Drawing.Size(129, 19); + checkBox31.Size = new System.Drawing.Size(160, 24); checkBox31.TabIndex = 13; checkBox31.Text = "High Level Legends"; checkBox31.UseVisualStyleBackColor = true; @@ -2265,10 +2062,9 @@ private void InitializeComponent() // checkBox30 // checkBox30.AutoSize = true; - checkBox30.Location = new System.Drawing.Point(5, 64); - checkBox30.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox30.Location = new System.Drawing.Point(6, 85); checkBox30.Name = "checkBox30"; - checkBox30.Size = new System.Drawing.Size(108, 19); + checkBox30.Size = new System.Drawing.Size(133, 24); checkBox30.TabIndex = 12; checkBox30.Text = "Evolution Logic"; checkBox30.UseVisualStyleBackColor = true; @@ -2278,11 +2074,9 @@ private void InitializeComponent() numericDistributionControl12.Controls.Add(checkBox28); numericDistributionControl12.Controls.Add(button17); numericDistributionControl12.Controls.Add(textBox13); - numericDistributionControl12.Location = new System.Drawing.Point(5, 115); - numericDistributionControl12.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericDistributionControl12.Location = new System.Drawing.Point(6, 153); numericDistributionControl12.Name = "numericDistributionControl12"; - numericDistributionControl12.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - numericDistributionControl12.Size = new System.Drawing.Size(151, 68); + numericDistributionControl12.Size = new System.Drawing.Size(173, 91); numericDistributionControl12.TabIndex = 11; numericDistributionControl12.TabStop = false; numericDistributionControl12.Text = "Levels"; @@ -2290,20 +2084,18 @@ private void InitializeComponent() // checkBox28 // checkBox28.AutoSize = true; - checkBox28.Location = new System.Drawing.Point(5, 20); - checkBox28.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox28.Location = new System.Drawing.Point(6, 27); checkBox28.Name = "checkBox28"; - checkBox28.Size = new System.Drawing.Size(85, 19); + checkBox28.Size = new System.Drawing.Size(106, 24); checkBox28.TabIndex = 3; checkBox28.Text = "Randomize"; checkBox28.UseVisualStyleBackColor = true; // // button17 // - button17.Location = new System.Drawing.Point(120, 41); - button17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button17.Location = new System.Drawing.Point(137, 55); button17.Name = "button17"; - button17.Size = new System.Drawing.Size(25, 22); + button17.Size = new System.Drawing.Size(29, 29); button17.TabIndex = 1; button17.Text = ">"; button17.UseVisualStyleBackColor = true; @@ -2311,18 +2103,16 @@ private void InitializeComponent() // // textBox13 // - textBox13.Location = new System.Drawing.Point(5, 42); - textBox13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + textBox13.Location = new System.Drawing.Point(6, 56); textBox13.Name = "textBox13"; - textBox13.Size = new System.Drawing.Size(110, 23); + textBox13.Size = new System.Drawing.Size(125, 27); textBox13.TabIndex = 0; // // itemDistributionControl10 // - itemDistributionControl10.Location = new System.Drawing.Point(5, 88); - itemDistributionControl10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl10.Location = new System.Drawing.Point(6, 117); itemDistributionControl10.Name = "itemDistributionControl10"; - itemDistributionControl10.Size = new System.Drawing.Size(151, 22); + itemDistributionControl10.Size = new System.Drawing.Size(173, 29); itemDistributionControl10.TabIndex = 4; itemDistributionControl10.Text = "Wild Encounters"; itemDistributionControl10.UseVisualStyleBackColor = true; @@ -2331,10 +2121,9 @@ private void InitializeComponent() // checkBox29 // checkBox29.AutoSize = true; - checkBox29.Location = new System.Drawing.Point(5, 20); - checkBox29.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox29.Location = new System.Drawing.Point(6, 27); checkBox29.Name = "checkBox29"; - checkBox29.Size = new System.Drawing.Size(125, 19); + checkBox29.Size = new System.Drawing.Size(152, 24); checkBox29.TabIndex = 1; checkBox29.Text = "Random Pokémon"; checkBox29.UseVisualStyleBackColor = true; @@ -2346,11 +2135,10 @@ private void InitializeComponent() tabPage4.Controls.Add(groupBox30); tabPage4.Controls.Add(groupBox29); tabPage4.Controls.Add(groupBox27); - tabPage4.Location = new System.Drawing.Point(4, 24); - tabPage4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + tabPage4.Location = new System.Drawing.Point(4, 29); tabPage4.Name = "tabPage4"; - tabPage4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - tabPage4.Size = new System.Drawing.Size(908, 459); + tabPage4.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); + tabPage4.Size = new System.Drawing.Size(1039, 616); tabPage4.TabIndex = 3; tabPage4.Text = "Misc."; tabPage4.UseVisualStyleBackColor = true; @@ -2359,21 +2147,18 @@ private void InitializeComponent() // groupBox33.Controls.Add(itemDistributionControl5); groupBox33.Controls.Add(checkBox63); - groupBox33.Location = new System.Drawing.Point(116, 40); - groupBox33.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox33.Location = new System.Drawing.Point(133, 53); groupBox33.Name = "groupBox33"; - groupBox33.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox33.Size = new System.Drawing.Size(162, 90); + groupBox33.Size = new System.Drawing.Size(185, 120); groupBox33.TabIndex = 5; groupBox33.TabStop = false; groupBox33.Text = "Type Matchups"; // // itemDistributionControl5 // - itemDistributionControl5.Location = new System.Drawing.Point(5, 42); - itemDistributionControl5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl5.Location = new System.Drawing.Point(6, 56); itemDistributionControl5.Name = "itemDistributionControl5"; - itemDistributionControl5.Size = new System.Drawing.Size(151, 22); + itemDistributionControl5.Size = new System.Drawing.Size(173, 29); itemDistributionControl5.TabIndex = 6; itemDistributionControl5.Text = "Type Matchups"; itemDistributionControl5.UseVisualStyleBackColor = true; @@ -2382,10 +2167,9 @@ private void InitializeComponent() // checkBox63 // checkBox63.AutoSize = true; - checkBox63.Location = new System.Drawing.Point(5, 20); - checkBox63.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox63.Location = new System.Drawing.Point(6, 27); checkBox63.Name = "checkBox63"; - checkBox63.Size = new System.Drawing.Size(127, 19); + checkBox63.Size = new System.Drawing.Size(155, 24); checkBox63.TabIndex = 5; checkBox63.Text = "Random Matchups"; checkBox63.UseVisualStyleBackColor = true; @@ -2393,11 +2177,9 @@ private void InitializeComponent() // groupBox31 // groupBox31.Controls.Add(absoluteBoundaryDataGridView); - groupBox31.Location = new System.Drawing.Point(451, 40); - groupBox31.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox31.Location = new System.Drawing.Point(515, 53); groupBox31.Name = "groupBox31"; - groupBox31.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox31.Size = new System.Drawing.Size(329, 399); + groupBox31.Size = new System.Drawing.Size(376, 532); groupBox31.TabIndex = 4; groupBox31.TabStop = false; groupBox31.Text = "Absolute Boundaries"; @@ -2409,15 +2191,14 @@ private void InitializeComponent() absoluteBoundaryDataGridView.AllowUserToResizeRows = false; absoluteBoundaryDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; absoluteBoundaryDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - absoluteBoundaryDataGridView.Location = new System.Drawing.Point(5, 20); - absoluteBoundaryDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + absoluteBoundaryDataGridView.Location = new System.Drawing.Point(6, 27); absoluteBoundaryDataGridView.Name = "absoluteBoundaryDataGridView"; absoluteBoundaryDataGridView.RowHeadersVisible = false; absoluteBoundaryDataGridView.RowHeadersWidth = 51; absoluteBoundaryDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; absoluteBoundaryDataGridView.RowTemplate.Height = 29; absoluteBoundaryDataGridView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - absoluteBoundaryDataGridView.Size = new System.Drawing.Size(318, 374); + absoluteBoundaryDataGridView.Size = new System.Drawing.Size(363, 499); absoluteBoundaryDataGridView.TabIndex = 3; absoluteBoundaryDataGridView.DataError += DataError; // @@ -2430,11 +2211,9 @@ private void InitializeComponent() groupBox30.Controls.Add(checkBox58); groupBox30.Controls.Add(label8); groupBox30.Controls.Add(checkBox57); - groupBox30.Location = new System.Drawing.Point(284, 134); - groupBox30.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox30.Location = new System.Drawing.Point(325, 179); groupBox30.Name = "groupBox30"; - groupBox30.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox30.Size = new System.Drawing.Size(162, 304); + groupBox30.Size = new System.Drawing.Size(185, 405); groupBox30.TabIndex = 2; groupBox30.TabStop = false; groupBox30.Text = "Level Multiplier"; @@ -2442,9 +2221,9 @@ private void InitializeComponent() // label9 // label9.AutoSize = true; - label9.Location = new System.Drawing.Point(5, 137); + label9.Location = new System.Drawing.Point(6, 183); label9.Name = "label9"; - label9.Size = new System.Drawing.Size(95, 15); + label9.Size = new System.Drawing.Size(119, 20); label9.TabIndex = 13; label9.Text = "Level Coefficient"; // @@ -2452,20 +2231,18 @@ private void InitializeComponent() // numericUpDown8.DecimalPlaces = 3; numericUpDown8.Increment = new decimal(new int[] { 1, 0, 0, 65536 }); - numericUpDown8.Location = new System.Drawing.Point(5, 154); - numericUpDown8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + numericUpDown8.Location = new System.Drawing.Point(6, 205); numericUpDown8.Name = "numericUpDown8"; - numericUpDown8.Size = new System.Drawing.Size(151, 23); + numericUpDown8.Size = new System.Drawing.Size(173, 27); numericUpDown8.TabIndex = 12; numericUpDown8.Value = new decimal(new int[] { 1, 0, 0, 0 }); // // checkBox60 // checkBox60.AutoSize = true; - checkBox60.Location = new System.Drawing.Point(5, 117); - checkBox60.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox60.Location = new System.Drawing.Point(6, 156); checkBox60.Name = "checkBox60"; - checkBox60.Size = new System.Drawing.Size(115, 19); + checkBox60.Size = new System.Drawing.Size(141, 24); checkBox60.TabIndex = 4; checkBox60.Text = "Trainer Pokémon"; checkBox60.UseVisualStyleBackColor = true; @@ -2473,10 +2250,9 @@ private void InitializeComponent() // checkBox59 // checkBox59.AutoSize = true; - checkBox59.Location = new System.Drawing.Point(5, 94); - checkBox59.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox59.Location = new System.Drawing.Point(6, 125); checkBox59.Name = "checkBox59"; - checkBox59.Size = new System.Drawing.Size(112, 19); + checkBox59.Size = new System.Drawing.Size(138, 24); checkBox59.TabIndex = 3; checkBox59.Text = "Wild Encounters"; checkBox59.UseVisualStyleBackColor = true; @@ -2484,10 +2260,9 @@ private void InitializeComponent() // checkBox58 // checkBox58.AutoSize = true; - checkBox58.Location = new System.Drawing.Point(5, 72); - checkBox58.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox58.Location = new System.Drawing.Point(6, 96); checkBox58.Name = "checkBox58"; - checkBox58.Size = new System.Drawing.Size(109, 19); + checkBox58.Size = new System.Drawing.Size(135, 24); checkBox58.TabIndex = 2; checkBox58.Text = "Level Up Moves"; checkBox58.UseVisualStyleBackColor = true; @@ -2495,19 +2270,18 @@ private void InitializeComponent() // label8 // label8.AutoSize = true; - label8.Location = new System.Drawing.Point(5, 17); + label8.Location = new System.Drawing.Point(6, 23); label8.Name = "label8"; - label8.Size = new System.Drawing.Size(125, 30); + label8.Size = new System.Drawing.Size(159, 40); label8.TabIndex = 1; label8.Text = "Takes place before any\r\nrandomizations."; // // checkBox57 // checkBox57.AutoSize = true; - checkBox57.Location = new System.Drawing.Point(5, 50); - checkBox57.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox57.Location = new System.Drawing.Point(6, 67); checkBox57.Name = "checkBox57"; - checkBox57.Size = new System.Drawing.Size(111, 19); + checkBox57.Size = new System.Drawing.Size(137, 24); checkBox57.TabIndex = 0; checkBox57.Text = "Evolution Levels"; checkBox57.UseVisualStyleBackColor = true; @@ -2517,11 +2291,9 @@ private void InitializeComponent() groupBox29.Controls.Add(checkBox62); groupBox29.Controls.Add(checkBox56); groupBox29.Controls.Add(checkBox55); - groupBox29.Location = new System.Drawing.Point(284, 40); - groupBox29.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox29.Location = new System.Drawing.Point(325, 53); groupBox29.Name = "groupBox29"; - groupBox29.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox29.Size = new System.Drawing.Size(162, 90); + groupBox29.Size = new System.Drawing.Size(185, 120); groupBox29.TabIndex = 1; groupBox29.TabStop = false; groupBox29.Text = "Text and Music"; @@ -2529,10 +2301,9 @@ private void InitializeComponent() // checkBox62 // checkBox62.AutoSize = true; - checkBox62.Location = new System.Drawing.Point(5, 64); - checkBox62.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox62.Location = new System.Drawing.Point(6, 85); checkBox62.Name = "checkBox62"; - checkBox62.Size = new System.Drawing.Size(92, 19); + checkBox62.Size = new System.Drawing.Size(113, 24); checkBox62.TabIndex = 2; checkBox62.Text = "Shuffle BGM"; checkBox62.UseVisualStyleBackColor = true; @@ -2540,10 +2311,9 @@ private void InitializeComponent() // checkBox56 // checkBox56.AutoSize = true; - checkBox56.Location = new System.Drawing.Point(5, 42); - checkBox56.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox56.Location = new System.Drawing.Point(6, 56); checkBox56.Name = "checkBox56"; - checkBox56.Size = new System.Drawing.Size(144, 19); + checkBox56.Size = new System.Drawing.Size(178, 24); checkBox56.TabIndex = 1; checkBox56.Text = "Preserve String Length"; checkBox56.UseVisualStyleBackColor = true; @@ -2551,10 +2321,9 @@ private void InitializeComponent() // checkBox55 // checkBox55.AutoSize = true; - checkBox55.Location = new System.Drawing.Point(5, 20); - checkBox55.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox55.Location = new System.Drawing.Point(6, 27); checkBox55.Name = "checkBox55"; - checkBox55.Size = new System.Drawing.Size(87, 19); + checkBox55.Size = new System.Drawing.Size(108, 24); checkBox55.TabIndex = 0; checkBox55.Text = "Shuffle Text"; checkBox55.UseVisualStyleBackColor = true; @@ -2565,21 +2334,18 @@ private void InitializeComponent() groupBox27.Controls.Add(checkBox54); groupBox27.Controls.Add(itemDistributionControl20); groupBox27.Controls.Add(checkBox53); - groupBox27.Location = new System.Drawing.Point(116, 134); - groupBox27.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox27.Location = new System.Drawing.Point(133, 179); groupBox27.Name = "groupBox27"; - groupBox27.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox27.Size = new System.Drawing.Size(162, 304); + groupBox27.Size = new System.Drawing.Size(185, 405); groupBox27.TabIndex = 0; groupBox27.TabStop = false; groupBox27.Text = "Scripts"; // // itemDistributionControl21 // - itemDistributionControl21.Location = new System.Drawing.Point(5, 91); - itemDistributionControl21.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl21.Location = new System.Drawing.Point(6, 121); itemDistributionControl21.Name = "itemDistributionControl21"; - itemDistributionControl21.Size = new System.Drawing.Size(151, 22); + itemDistributionControl21.Size = new System.Drawing.Size(173, 29); itemDistributionControl21.TabIndex = 6; itemDistributionControl21.Text = "Scripted Items"; itemDistributionControl21.UseVisualStyleBackColor = true; @@ -2588,20 +2354,18 @@ private void InitializeComponent() // checkBox54 // checkBox54.AutoSize = true; - checkBox54.Location = new System.Drawing.Point(5, 68); - checkBox54.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox54.Location = new System.Drawing.Point(6, 91); checkBox54.Name = "checkBox54"; - checkBox54.Size = new System.Drawing.Size(103, 19); + checkBox54.Size = new System.Drawing.Size(127, 24); checkBox54.TabIndex = 5; checkBox54.Text = "Random Items"; checkBox54.UseVisualStyleBackColor = true; // // itemDistributionControl20 // - itemDistributionControl20.Location = new System.Drawing.Point(5, 42); - itemDistributionControl20.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + itemDistributionControl20.Location = new System.Drawing.Point(6, 56); itemDistributionControl20.Name = "itemDistributionControl20"; - itemDistributionControl20.Size = new System.Drawing.Size(151, 22); + itemDistributionControl20.Size = new System.Drawing.Size(173, 29); itemDistributionControl20.TabIndex = 4; itemDistributionControl20.Text = "Scripted Pokémon"; itemDistributionControl20.UseVisualStyleBackColor = true; @@ -2610,10 +2374,9 @@ private void InitializeComponent() // checkBox53 // checkBox53.AutoSize = true; - checkBox53.Location = new System.Drawing.Point(5, 20); - checkBox53.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + checkBox53.Location = new System.Drawing.Point(6, 27); checkBox53.Name = "checkBox53"; - checkBox53.Size = new System.Drawing.Size(125, 19); + checkBox53.Size = new System.Drawing.Size(152, 24); checkBox53.TabIndex = 1; checkBox53.Text = "Random Pokémon"; checkBox53.UseVisualStyleBackColor = true; @@ -2628,10 +2391,9 @@ private void InitializeComponent() // // pokemonEditorButton // - pokemonEditorButton.Location = new System.Drawing.Point(5, 20); - pokemonEditorButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + pokemonEditorButton.Location = new System.Drawing.Point(6, 27); pokemonEditorButton.Name = "pokemonEditorButton"; - pokemonEditorButton.Size = new System.Drawing.Size(151, 22); + pokemonEditorButton.Size = new System.Drawing.Size(173, 29); pokemonEditorButton.TabIndex = 3; pokemonEditorButton.Text = "Pokémon Editor"; pokemonEditorButton.UseVisualStyleBackColor = true; @@ -2639,10 +2401,9 @@ private void InitializeComponent() // // button24 // - button24.Location = new System.Drawing.Point(5, 46); - button24.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button24.Location = new System.Drawing.Point(6, 61); button24.Name = "button24"; - button24.Size = new System.Drawing.Size(151, 22); + button24.Size = new System.Drawing.Size(173, 29); button24.TabIndex = 4; button24.Text = "Move Editor"; button24.UseVisualStyleBackColor = true; @@ -2650,10 +2411,9 @@ private void InitializeComponent() // // button25 // - button25.Location = new System.Drawing.Point(5, 72); - button25.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button25.Location = new System.Drawing.Point(6, 96); button25.Name = "button25"; - button25.Size = new System.Drawing.Size(151, 22); + button25.Size = new System.Drawing.Size(173, 29); button25.TabIndex = 5; button25.Text = "TM Editor"; button25.UseVisualStyleBackColor = true; @@ -2661,10 +2421,9 @@ private void InitializeComponent() // // button26 // - button26.Location = new System.Drawing.Point(5, 98); - button26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button26.Location = new System.Drawing.Point(6, 131); button26.Name = "button26"; - button26.Size = new System.Drawing.Size(151, 22); + button26.Size = new System.Drawing.Size(173, 29); button26.TabIndex = 6; button26.Text = "Item Editor"; button26.UseVisualStyleBackColor = true; @@ -2672,10 +2431,9 @@ private void InitializeComponent() // // button27 // - button27.Location = new System.Drawing.Point(5, 124); - button27.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button27.Location = new System.Drawing.Point(6, 165); button27.Name = "button27"; - button27.Size = new System.Drawing.Size(151, 22); + button27.Size = new System.Drawing.Size(173, 29); button27.TabIndex = 7; button27.Text = "Pickup Table Editor"; button27.UseVisualStyleBackColor = true; @@ -2683,10 +2441,9 @@ private void InitializeComponent() // // button28 // - button28.Location = new System.Drawing.Point(5, 151); - button28.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button28.Location = new System.Drawing.Point(6, 201); button28.Name = "button28"; - button28.Size = new System.Drawing.Size(151, 22); + button28.Size = new System.Drawing.Size(173, 29); button28.TabIndex = 8; button28.Text = "Shop Editor"; button28.UseVisualStyleBackColor = true; @@ -2694,10 +2451,9 @@ private void InitializeComponent() // // wildEncButton // - wildEncButton.Location = new System.Drawing.Point(5, 177); - wildEncButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + wildEncButton.Location = new System.Drawing.Point(6, 236); wildEncButton.Name = "wildEncButton"; - wildEncButton.Size = new System.Drawing.Size(151, 22); + wildEncButton.Size = new System.Drawing.Size(173, 29); wildEncButton.TabIndex = 9; wildEncButton.Text = "Wild Encounter Editor"; wildEncButton.UseVisualStyleBackColor = true; @@ -2705,10 +2461,9 @@ private void InitializeComponent() // // button30 // - button30.Location = new System.Drawing.Point(5, 203); - button30.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button30.Location = new System.Drawing.Point(6, 271); button30.Name = "button30"; - button30.Size = new System.Drawing.Size(151, 22); + button30.Size = new System.Drawing.Size(173, 29); button30.TabIndex = 10; button30.Text = "Trainer Editor"; button30.UseVisualStyleBackColor = true; @@ -2716,10 +2471,9 @@ private void InitializeComponent() // // buttonBattleTower // - buttonBattleTower.Location = new System.Drawing.Point(5, 203); - buttonBattleTower.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + buttonBattleTower.Location = new System.Drawing.Point(6, 271); buttonBattleTower.Name = "buttonBattleTower"; - buttonBattleTower.Size = new System.Drawing.Size(151, 22); + buttonBattleTower.Size = new System.Drawing.Size(173, 29); buttonBattleTower.TabIndex = 10; buttonBattleTower.Text = "Battle Tower Trainer Editor"; buttonBattleTower.UseVisualStyleBackColor = true; @@ -2727,6 +2481,9 @@ private void InitializeComponent() // // groupBox32 // + groupBox32.AutoSize = true; + groupBox32.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + groupBox32.Controls.Add(button34); groupBox32.Controls.Add(button35); groupBox32.Controls.Add(button23); groupBox32.Controls.Add(button32); @@ -2739,21 +2496,18 @@ private void InitializeComponent() groupBox32.Controls.Add(button28); groupBox32.Controls.Add(button26); groupBox32.Controls.Add(button27); - groupBox32.Location = new System.Drawing.Point(10, 118); - groupBox32.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox32.Location = new System.Drawing.Point(12, 169); groupBox32.Name = "groupBox32"; - groupBox32.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox32.Size = new System.Drawing.Size(162, 348); + groupBox32.Size = new System.Drawing.Size(185, 466); groupBox32.TabIndex = 5; groupBox32.TabStop = false; groupBox32.Text = "Editors"; // // button35 // - button35.Location = new System.Drawing.Point(5, 308); - button35.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button35.Location = new System.Drawing.Point(6, 411); button35.Name = "button35"; - button35.Size = new System.Drawing.Size(151, 22); + button35.Size = new System.Drawing.Size(173, 29); button35.TabIndex = 13; button35.Text = "Battle Tower Poke Editor"; button35.UseVisualStyleBackColor = true; @@ -2761,10 +2515,9 @@ private void InitializeComponent() // // button23 // - button23.Location = new System.Drawing.Point(5, 256); - button23.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button23.Location = new System.Drawing.Point(6, 341); button23.Name = "button23"; - button23.Size = new System.Drawing.Size(151, 22); + button23.Size = new System.Drawing.Size(173, 29); button23.TabIndex = 12; button23.Text = "Global Metadata Editor"; button23.UseVisualStyleBackColor = true; @@ -2772,10 +2525,9 @@ private void InitializeComponent() // // button32 // - button32.Location = new System.Drawing.Point(5, 230); - button32.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button32.Location = new System.Drawing.Point(6, 307); button32.Name = "button32"; - button32.Size = new System.Drawing.Size(151, 22); + button32.Size = new System.Drawing.Size(173, 29); button32.TabIndex = 11; button32.Text = "Type Matchup Editor"; button32.UseVisualStyleBackColor = true; @@ -2783,23 +2535,22 @@ private void InitializeComponent() // // groupBox34 // + groupBox34.AutoSize = true; + groupBox34.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; groupBox34.Controls.Add(button33); groupBox34.Controls.Add(button29); - groupBox34.Location = new System.Drawing.Point(10, 470); - groupBox34.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + groupBox34.Location = new System.Drawing.Point(12, 641); groupBox34.Name = "groupBox34"; - groupBox34.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - groupBox34.Size = new System.Drawing.Size(162, 88); + groupBox34.Size = new System.Drawing.Size(185, 120); groupBox34.TabIndex = 6; groupBox34.TabStop = false; groupBox34.Text = "Other Tools"; // // button33 // - button33.Location = new System.Drawing.Point(5, 49); - button33.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button33.Location = new System.Drawing.Point(6, 65); button33.Name = "button33"; - button33.Size = new System.Drawing.Size(151, 22); + button33.Size = new System.Drawing.Size(173, 29); button33.TabIndex = 14; button33.Text = "JSON Converter"; button33.UseVisualStyleBackColor = true; @@ -2807,10 +2558,9 @@ private void InitializeComponent() // // button29 // - button29.Location = new System.Drawing.Point(5, 20); - button29.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button29.Location = new System.Drawing.Point(6, 27); button29.Name = "button29"; - button29.Size = new System.Drawing.Size(151, 22); + button29.Size = new System.Drawing.Size(173, 29); button29.TabIndex = 13; button29.Text = "Pokémon Inserter"; button29.UseVisualStyleBackColor = true; @@ -2818,10 +2568,9 @@ private void InitializeComponent() // // button34 // - button34.Location = new System.Drawing.Point(15, 400); - button34.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); + button34.Location = new System.Drawing.Point(6, 376); button34.Name = "button34"; - button34.Size = new System.Drawing.Size(151, 22); + button34.Size = new System.Drawing.Size(173, 29); button34.TabIndex = 11; button34.Text = "Battle Tower Trainer Editor"; button34.UseVisualStyleBackColor = true; @@ -2829,17 +2578,15 @@ private void InitializeComponent() // // MainForm // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - ClientSize = new System.Drawing.Size(1104, 675); - Controls.Add(button34); + ClientSize = new System.Drawing.Size(1262, 773); Controls.Add(groupBox34); Controls.Add(groupBox32); Controls.Add(tabControl1); Controls.Add(groupBox2); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon"); - Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); MaximizeBox = false; Name = "MainForm"; Text = "Imposter's Ordeal"; @@ -2955,6 +2702,7 @@ private void InitializeComponent() groupBox32.ResumeLayout(false); groupBox34.ResumeLayout(false); ResumeLayout(false); + PerformLayout(); } #endregion diff --git a/Forms/MainForm.cs b/Forms/MainForm.cs index d7b19ba..7469073 100644 --- a/Forms/MainForm.cs +++ b/Forms/MainForm.cs @@ -494,12 +494,12 @@ private void button34_Click(object sender, EventArgs e) gameData.SetModified(GameDataSet.DataField.Trainers); } //Battle Tower Pokemon Button - /* private void button35_Click(object sender, EventArgs e) - { - BattleTowerPokemonForm tef = new(); - tef.Show(); - gameData.SetModified(GameDataSet.DataField.Trainers); - }*/ + /* private void button35_Click(object sender, EventArgs e) + { + BattleTowerPokemonForm tef = new(); + tef.Show(); + gameData.SetModified(GameDataSet.DataField.Trainers); + }*/ private void button35_Click_1(object sender, EventArgs e) { diff --git a/Forms/MainForm.resx b/Forms/MainForm.resx index 91fac65..0242249 100644 --- a/Forms/MainForm.resx +++ b/Forms/MainForm.resx @@ -1,64 +1,4 @@ - - - +