diff --git a/pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs b/pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs index 1347ff4..3a35933 100644 --- a/pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs +++ b/pk3DS/Subforms/Gen6/GiftEditor6.Designer.cs @@ -63,6 +63,7 @@ private void InitializeComponent() this.label1 = new System.Windows.Forms.Label(); this.L_Hint = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.L_Mega = new System.Windows.Forms.Label(); this.CHK_Mega = new System.Windows.Forms.CheckBox(); this.GB_Tweak = new System.Windows.Forms.GroupBox(); this.L_RandOpt = new System.Windows.Forms.Label(); @@ -543,6 +544,7 @@ private void InitializeComponent() // // tabPage2 // + this.tabPage2.Controls.Add(this.L_Mega); this.tabPage2.Controls.Add(this.CHK_Mega); this.tabPage2.Controls.Add(this.GB_Tweak); this.tabPage2.Controls.Add(this.NUD_LevelBoost); @@ -555,6 +557,15 @@ private void InitializeComponent() this.tabPage2.Text = "Randomizer Options"; this.tabPage2.UseVisualStyleBackColor = true; // + // L_Mega + // + this.L_Mega.Location = new System.Drawing.Point(26, 190); + this.L_Mega.Name = "L_Mega"; + this.L_Mega.Size = new System.Drawing.Size(101, 33); + this.L_Mega.TabIndex = 512; + this.L_Mega.Text = "XY - Lucario\nORAS - Lati@s"; + this.L_Mega.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // // CHK_Mega // this.CHK_Mega.AutoSize = true; @@ -562,9 +573,9 @@ private void InitializeComponent() this.CHK_Mega.CheckState = System.Windows.Forms.CheckState.Checked; this.CHK_Mega.Location = new System.Drawing.Point(9, 176); this.CHK_Mega.Name = "CHK_Mega"; - this.CHK_Mega.Size = new System.Drawing.Size(264, 43); + this.CHK_Mega.Size = new System.Drawing.Size(264, 17); this.CHK_Mega.TabIndex = 511; - this.CHK_Mega.Text = "Replace Megas with Another Mega (via Held Item)\r\nXY - Lucario\r\nORAS - Lati@s"; + this.CHK_Mega.Text = "Replace Megas with Another Mega (via Held Item)"; this.CHK_Mega.UseVisualStyleBackColor = true; // // GB_Tweak @@ -827,5 +838,6 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox CHK_G2; private System.Windows.Forms.CheckBox CHK_G1; private System.Windows.Forms.CheckBox CHK_Mega; + private System.Windows.Forms.Label L_Mega; } } \ No newline at end of file diff --git a/pk3DS/Subforms/Gen6/TrainerRand.Designer.cs b/pk3DS/Subforms/Gen6/TrainerRand.Designer.cs index 4096d06..c4819b7 100644 --- a/pk3DS/Subforms/Gen6/TrainerRand.Designer.cs +++ b/pk3DS/Subforms/Gen6/TrainerRand.Designer.cs @@ -92,7 +92,7 @@ private void InitializeComponent() this.CHK_RandomItems.AutoSize = true; this.CHK_RandomItems.Checked = true; this.CHK_RandomItems.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomItems.Location = new System.Drawing.Point(12, 264); + this.CHK_RandomItems.Location = new System.Drawing.Point(21, 295); this.CHK_RandomItems.Name = "CHK_RandomItems"; this.CHK_RandomItems.Size = new System.Drawing.Size(119, 17); this.CHK_RandomItems.TabIndex = 6; @@ -105,7 +105,7 @@ private void InitializeComponent() this.CHK_RandomAbilities.AutoSize = true; this.CHK_RandomAbilities.Checked = true; this.CHK_RandomAbilities.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomAbilities.Location = new System.Drawing.Point(12, 279); + this.CHK_RandomAbilities.Location = new System.Drawing.Point(21, 310); this.CHK_RandomAbilities.Name = "CHK_RandomAbilities"; this.CHK_RandomAbilities.Size = new System.Drawing.Size(193, 17); this.CHK_RandomAbilities.TabIndex = 7; @@ -118,7 +118,7 @@ private void InitializeComponent() this.CHK_RandomGift.AutoSize = true; this.CHK_RandomGift.Checked = true; this.CHK_RandomGift.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomGift.Location = new System.Drawing.Point(12, 363); + this.CHK_RandomGift.Location = new System.Drawing.Point(21, 389); this.CHK_RandomGift.Name = "CHK_RandomGift"; this.CHK_RandomGift.Size = new System.Drawing.Size(145, 17); this.CHK_RandomGift.TabIndex = 10; @@ -132,7 +132,7 @@ private void InitializeComponent() this.CHK_RandomClass.AutoSize = true; this.CHK_RandomClass.Checked = true; this.CHK_RandomClass.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomClass.Location = new System.Drawing.Point(12, 317); + this.CHK_RandomClass.Location = new System.Drawing.Point(21, 342); this.CHK_RandomClass.Name = "CHK_RandomClass"; this.CHK_RandomClass.Size = new System.Drawing.Size(141, 17); this.CHK_RandomClass.TabIndex = 9; @@ -146,11 +146,11 @@ private void InitializeComponent() this.CHK_MaxDiffAI.AutoSize = true; this.CHK_MaxDiffAI.Checked = true; this.CHK_MaxDiffAI.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_MaxDiffAI.Location = new System.Drawing.Point(12, 378); + this.CHK_MaxDiffAI.Location = new System.Drawing.Point(21, 404); this.CHK_MaxDiffAI.Name = "CHK_MaxDiffAI"; - this.CHK_MaxDiffAI.Size = new System.Drawing.Size(144, 17); + this.CHK_MaxDiffAI.Size = new System.Drawing.Size(95, 17); this.CHK_MaxDiffAI.TabIndex = 13; - this.CHK_MaxDiffAI.Text = "Max Difficulty (Trainer AI)"; + this.CHK_MaxDiffAI.Text = "Max Trainer AI"; this.CHK_MaxDiffAI.UseVisualStyleBackColor = true; // // CHK_MaxDiffPKM @@ -159,7 +159,7 @@ private void InitializeComponent() this.CHK_MaxDiffPKM.AutoSize = true; this.CHK_MaxDiffPKM.Checked = true; this.CHK_MaxDiffPKM.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_MaxDiffPKM.Location = new System.Drawing.Point(12, 294); + this.CHK_MaxDiffPKM.Location = new System.Drawing.Point(21, 325); this.CHK_MaxDiffPKM.Name = "CHK_MaxDiffPKM"; this.CHK_MaxDiffPKM.Size = new System.Drawing.Size(64, 17); this.CHK_MaxDiffPKM.TabIndex = 8; @@ -169,7 +169,7 @@ private void InitializeComponent() // B_OK // this.B_OK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.B_OK.Location = new System.Drawing.Point(222, 353); + this.B_OK.Location = new System.Drawing.Point(250, 374); this.B_OK.Name = "B_OK"; this.B_OK.Size = new System.Drawing.Size(50, 23); this.B_OK.TabIndex = 14; @@ -180,7 +180,7 @@ private void InitializeComponent() // B_Cancel // this.B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.B_Cancel.Location = new System.Drawing.Point(222, 375); + this.B_Cancel.Location = new System.Drawing.Point(250, 396); this.B_Cancel.Name = "B_Cancel"; this.B_Cancel.Size = new System.Drawing.Size(50, 23); this.B_Cancel.TabIndex = 15; @@ -191,7 +191,7 @@ private void InitializeComponent() // NUD_GiftPercent // this.NUD_GiftPercent.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.NUD_GiftPercent.Location = new System.Drawing.Point(157, 362); + this.NUD_GiftPercent.Location = new System.Drawing.Point(166, 386); this.NUD_GiftPercent.Name = "NUD_GiftPercent"; this.NUD_GiftPercent.Size = new System.Drawing.Size(43, 20); this.NUD_GiftPercent.TabIndex = 11; @@ -206,7 +206,7 @@ private void InitializeComponent() // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(202, 364); + this.label1.Location = new System.Drawing.Point(211, 388); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(15, 13); this.label1.TabIndex = 12; @@ -274,7 +274,7 @@ private void InitializeComponent() this.GB_Tweak.Controls.Add(this.CHK_G1); this.GB_Tweak.Location = new System.Drawing.Point(12, 54); this.GB_Tweak.Name = "GB_Tweak"; - this.GB_Tweak.Size = new System.Drawing.Size(270, 153); + this.GB_Tweak.Size = new System.Drawing.Size(270, 150); this.GB_Tweak.TabIndex = 323; this.GB_Tweak.TabStop = false; this.GB_Tweak.Text = "Options"; @@ -284,7 +284,7 @@ private void InitializeComponent() this.CHK_GymE4Only.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_GymE4Only.AutoSize = true; this.CHK_GymE4Only.Enabled = false; - this.CHK_GymE4Only.Location = new System.Drawing.Point(141, 129); + this.CHK_GymE4Only.Location = new System.Drawing.Point(141, 126); this.CHK_GymE4Only.Name = "CHK_GymE4Only"; this.CHK_GymE4Only.Size = new System.Drawing.Size(125, 17); this.CHK_GymE4Only.TabIndex = 295; @@ -295,7 +295,7 @@ private void InitializeComponent() // this.CHK_RandomMegaForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_RandomMegaForm.AutoSize = true; - this.CHK_RandomMegaForm.Location = new System.Drawing.Point(9, 82); + this.CHK_RandomMegaForm.Location = new System.Drawing.Point(9, 79); this.CHK_RandomMegaForm.Name = "CHK_RandomMegaForm"; this.CHK_RandomMegaForm.Size = new System.Drawing.Size(127, 17); this.CHK_RandomMegaForm.TabIndex = 294; @@ -306,7 +306,7 @@ private void InitializeComponent() // this.CHK_6PKM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_6PKM.AutoSize = true; - this.CHK_6PKM.Location = new System.Drawing.Point(141, 75); + this.CHK_6PKM.Location = new System.Drawing.Point(141, 72); this.CHK_6PKM.Name = "CHK_6PKM"; this.CHK_6PKM.Size = new System.Drawing.Size(111, 30); this.CHK_6PKM.TabIndex = 293; @@ -319,7 +319,7 @@ private void InitializeComponent() this.CHK_GymTrainers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_GymTrainers.AutoSize = true; this.CHK_GymTrainers.Enabled = false; - this.CHK_GymTrainers.Location = new System.Drawing.Point(9, 129); + this.CHK_GymTrainers.Location = new System.Drawing.Point(9, 126); this.CHK_GymTrainers.Name = "CHK_GymTrainers"; this.CHK_GymTrainers.Size = new System.Drawing.Size(124, 17); this.CHK_GymTrainers.TabIndex = 292; @@ -332,7 +332,7 @@ private void InitializeComponent() this.CHK_StoryMEvos.AutoSize = true; this.CHK_StoryMEvos.Checked = true; this.CHK_StoryMEvos.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_StoryMEvos.Location = new System.Drawing.Point(141, 113); + this.CHK_StoryMEvos.Location = new System.Drawing.Point(141, 110); this.CHK_StoryMEvos.Name = "CHK_StoryMEvos"; this.CHK_StoryMEvos.Size = new System.Drawing.Size(122, 17); this.CHK_StoryMEvos.TabIndex = 291; @@ -343,7 +343,7 @@ private void InitializeComponent() // this.CHK_TypeTheme.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_TypeTheme.AutoSize = true; - this.CHK_TypeTheme.Location = new System.Drawing.Point(9, 113); + this.CHK_TypeTheme.Location = new System.Drawing.Point(9, 110); this.CHK_TypeTheme.Name = "CHK_TypeTheme"; this.CHK_TypeTheme.Size = new System.Drawing.Size(127, 17); this.CHK_TypeTheme.TabIndex = 289; @@ -463,7 +463,7 @@ private void InitializeComponent() this.CHK_IgnoreSpecialClass.AutoSize = true; this.CHK_IgnoreSpecialClass.Checked = true; this.CHK_IgnoreSpecialClass.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_IgnoreSpecialClass.Location = new System.Drawing.Point(31, 332); + this.CHK_IgnoreSpecialClass.Location = new System.Drawing.Point(40, 358); this.CHK_IgnoreSpecialClass.Name = "CHK_IgnoreSpecialClass"; this.CHK_IgnoreSpecialClass.Size = new System.Drawing.Size(133, 17); this.CHK_IgnoreSpecialClass.TabIndex = 324; @@ -476,7 +476,7 @@ private void InitializeComponent() this.CHK_OnlySingles.AutoSize = true; this.CHK_OnlySingles.Checked = true; this.CHK_OnlySingles.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_OnlySingles.Location = new System.Drawing.Point(31, 347); + this.CHK_OnlySingles.Location = new System.Drawing.Point(40, 372); this.CHK_OnlySingles.Name = "CHK_OnlySingles"; this.CHK_OnlySingles.Size = new System.Drawing.Size(114, 17); this.CHK_OnlySingles.TabIndex = 325; @@ -486,7 +486,7 @@ private void InitializeComponent() // NUD_Damage // this.NUD_Damage.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.NUD_Damage.Location = new System.Drawing.Point(204, 231); + this.NUD_Damage.Location = new System.Drawing.Point(213, 254); this.NUD_Damage.Maximum = new decimal(new int[] { 4, 0, @@ -507,7 +507,7 @@ private void InitializeComponent() this.CHK_Damage.AutoSize = true; this.CHK_Damage.Checked = true; this.CHK_Damage.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_Damage.Location = new System.Drawing.Point(12, 234); + this.CHK_Damage.Location = new System.Drawing.Point(21, 256); this.CHK_Damage.Name = "CHK_Damage"; this.CHK_Damage.Size = new System.Drawing.Size(192, 17); this.CHK_Damage.TabIndex = 327; @@ -520,7 +520,7 @@ private void InitializeComponent() this.CHK_STAB.AutoSize = true; this.CHK_STAB.Checked = true; this.CHK_STAB.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_STAB.Location = new System.Drawing.Point(12, 249); + this.CHK_STAB.Location = new System.Drawing.Point(21, 275); this.CHK_STAB.Name = "CHK_STAB"; this.CHK_STAB.Size = new System.Drawing.Size(172, 17); this.CHK_STAB.TabIndex = 328; @@ -530,7 +530,7 @@ private void InitializeComponent() // NUD_STAB // this.NUD_STAB.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.NUD_STAB.Location = new System.Drawing.Point(179, 251); + this.NUD_STAB.Location = new System.Drawing.Point(213, 275); this.NUD_STAB.Maximum = new decimal(new int[] { 4, 0, @@ -554,7 +554,7 @@ private void InitializeComponent() "Don\'t Modify", "Randomize All", "Use Levelup Only"}); - this.CB_Moves.Location = new System.Drawing.Point(60, 212); + this.CB_Moves.Location = new System.Drawing.Point(67, 210); this.CB_Moves.Name = "CB_Moves"; this.CB_Moves.Size = new System.Drawing.Size(121, 21); this.CB_Moves.TabIndex = 330; @@ -564,7 +564,7 @@ private void InitializeComponent() // this.L_Moves.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.L_Moves.AutoSize = true; - this.L_Moves.Location = new System.Drawing.Point(12, 215); + this.L_Moves.Location = new System.Drawing.Point(19, 213); this.L_Moves.Name = "L_Moves"; this.L_Moves.Size = new System.Drawing.Size(42, 13); this.L_Moves.TabIndex = 331; @@ -575,18 +575,18 @@ private void InitializeComponent() this.CHK_NoFixedDamage.AutoSize = true; this.CHK_NoFixedDamage.Checked = true; this.CHK_NoFixedDamage.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_NoFixedDamage.Location = new System.Drawing.Point(182, 297); + this.CHK_NoFixedDamage.Location = new System.Drawing.Point(21, 237); this.CHK_NoFixedDamage.Name = "CHK_NoFixedDamage"; - this.CHK_NoFixedDamage.Size = new System.Drawing.Size(90, 56); + this.CHK_NoFixedDamage.Size = new System.Drawing.Size(281, 17); this.CHK_NoFixedDamage.TabIndex = 332; - this.CHK_NoFixedDamage.Text = "No Fixed\r\nDamage\r\nDragon Rage\r\nSonicboom"; + this.CHK_NoFixedDamage.Text = "No Fixed Damage Moves (Dragon Rage/Sonic Boom)"; this.CHK_NoFixedDamage.UseVisualStyleBackColor = true; // // TrainerRand // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(284, 410); + this.ClientSize = new System.Drawing.Size(304, 431); this.Controls.Add(this.CHK_NoFixedDamage); this.Controls.Add(this.L_Moves); this.Controls.Add(this.CB_Moves); @@ -612,8 +612,8 @@ private void InitializeComponent() this.Controls.Add(this.NUD_Damage); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(300, 840); - this.MinimumSize = new System.Drawing.Size(300, 240); + this.MaximumSize = new System.Drawing.Size(320, 840); + this.MinimumSize = new System.Drawing.Size(320, 240); this.Name = "TrainerRand"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Trainer Battle Randomizer"; diff --git a/pk3DS/Subforms/Gen7/SMTE.Designer.cs b/pk3DS/Subforms/Gen7/SMTE.Designer.cs index 680957c..1fbfb05 100644 --- a/pk3DS/Subforms/Gen7/SMTE.Designer.cs +++ b/pk3DS/Subforms/Gen7/SMTE.Designer.cs @@ -168,6 +168,7 @@ private void InitializeComponent() this.CHK_BST = new System.Windows.Forms.CheckBox(); this.CHK_RandomPKM = new System.Windows.Forms.CheckBox(); this.Tab_PKM2 = new System.Windows.Forms.TabPage(); + this.CHK_NoFixedDamage = new System.Windows.Forms.CheckBox(); this.CHK_BeneficialEVs = new System.Windows.Forms.CheckBox(); this.L_Moves = new System.Windows.Forms.Label(); this.CB_Moves = new System.Windows.Forms.ComboBox(); @@ -187,7 +188,6 @@ private void InitializeComponent() this.CHK_TypeTheme = new System.Windows.Forms.CheckBox(); this.CHK_IgnoreSpecialClass = new System.Windows.Forms.CheckBox(); this.CHK_RandomClass = new System.Windows.Forms.CheckBox(); - this.CHK_NoFixedDamage = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.PB_Team1)).BeginInit(); this.mnuVSD.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PB_Team2)).BeginInit(); @@ -1823,13 +1823,25 @@ private void InitializeComponent() this.Tab_PKM2.Text = "Stats/Moves"; this.Tab_PKM2.UseVisualStyleBackColor = true; // + // CHK_NoFixedDamage + // + this.CHK_NoFixedDamage.AutoSize = true; + this.CHK_NoFixedDamage.Checked = true; + this.CHK_NoFixedDamage.CheckState = System.Windows.Forms.CheckState.Checked; + this.CHK_NoFixedDamage.Location = new System.Drawing.Point(6, 31); + this.CHK_NoFixedDamage.Name = "CHK_NoFixedDamage"; + this.CHK_NoFixedDamage.Size = new System.Drawing.Size(281, 17); + this.CHK_NoFixedDamage.TabIndex = 340; + this.CHK_NoFixedDamage.Text = "No Fixed Damage Moves (Dragon Rage/Sonic Boom)"; + this.CHK_NoFixedDamage.UseVisualStyleBackColor = true; + // // CHK_BeneficialEVs // this.CHK_BeneficialEVs.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.CHK_BeneficialEVs.AutoSize = true; this.CHK_BeneficialEVs.Checked = true; this.CHK_BeneficialEVs.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_BeneficialEVs.Location = new System.Drawing.Point(6, 115); + this.CHK_BeneficialEVs.Location = new System.Drawing.Point(201, 115); this.CHK_BeneficialEVs.Name = "CHK_BeneficialEVs"; this.CHK_BeneficialEVs.Size = new System.Drawing.Size(75, 17); this.CHK_BeneficialEVs.TabIndex = 339; @@ -1840,7 +1852,7 @@ private void InitializeComponent() // this.L_Moves.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.L_Moves.AutoSize = true; - this.L_Moves.Location = new System.Drawing.Point(6, 9); + this.L_Moves.Location = new System.Drawing.Point(6, 11); this.L_Moves.Name = "L_Moves"; this.L_Moves.Size = new System.Drawing.Size(42, 13); this.L_Moves.TabIndex = 338; @@ -1856,7 +1868,7 @@ private void InitializeComponent() "Randomize All", "Use Levelup Only", "High Powered Attacks"}); - this.CB_Moves.Location = new System.Drawing.Point(54, 6); + this.CB_Moves.Location = new System.Drawing.Point(52, 8); this.CB_Moves.Name = "CB_Moves"; this.CB_Moves.Size = new System.Drawing.Size(121, 21); this.CB_Moves.TabIndex = 337; @@ -1868,7 +1880,7 @@ private void InitializeComponent() this.CHK_MaxDiffPKM.AutoSize = true; this.CHK_MaxDiffPKM.Checked = true; this.CHK_MaxDiffPKM.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_MaxDiffPKM.Location = new System.Drawing.Point(6, 101); + this.CHK_MaxDiffPKM.Location = new System.Drawing.Point(201, 99); this.CHK_MaxDiffPKM.Name = "CHK_MaxDiffPKM"; this.CHK_MaxDiffPKM.Size = new System.Drawing.Size(64, 17); this.CHK_MaxDiffPKM.TabIndex = 332; @@ -1878,7 +1890,7 @@ private void InitializeComponent() // NUD_Damage // this.NUD_Damage.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.NUD_Damage.Location = new System.Drawing.Point(201, 29); + this.NUD_Damage.Location = new System.Drawing.Point(201, 49); this.NUD_Damage.Maximum = new decimal(new int[] { 4, 0, @@ -1899,7 +1911,7 @@ private void InitializeComponent() this.CHK_RandomAbilities.AutoSize = true; this.CHK_RandomAbilities.Checked = true; this.CHK_RandomAbilities.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomAbilities.Location = new System.Drawing.Point(6, 87); + this.CHK_RandomAbilities.Location = new System.Drawing.Point(6, 115); this.CHK_RandomAbilities.Name = "CHK_RandomAbilities"; this.CHK_RandomAbilities.Size = new System.Drawing.Size(193, 17); this.CHK_RandomAbilities.TabIndex = 331; @@ -1909,7 +1921,7 @@ private void InitializeComponent() // NUD_STAB // this.NUD_STAB.Anchor = System.Windows.Forms.AnchorStyles.Bottom; - this.NUD_STAB.Location = new System.Drawing.Point(201, 50); + this.NUD_STAB.Location = new System.Drawing.Point(201, 70); this.NUD_STAB.Maximum = new decimal(new int[] { 4, 0, @@ -1930,7 +1942,7 @@ private void InitializeComponent() this.CHK_Damage.AutoSize = true; this.CHK_Damage.Checked = true; this.CHK_Damage.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_Damage.Location = new System.Drawing.Point(6, 30); + this.CHK_Damage.Location = new System.Drawing.Point(6, 51); this.CHK_Damage.Name = "CHK_Damage"; this.CHK_Damage.Size = new System.Drawing.Size(192, 17); this.CHK_Damage.TabIndex = 334; @@ -1944,7 +1956,7 @@ private void InitializeComponent() this.CHK_RandomItems.AutoSize = true; this.CHK_RandomItems.Checked = true; this.CHK_RandomItems.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomItems.Location = new System.Drawing.Point(6, 73); + this.CHK_RandomItems.Location = new System.Drawing.Point(6, 99); this.CHK_RandomItems.Name = "CHK_RandomItems"; this.CHK_RandomItems.Size = new System.Drawing.Size(119, 17); this.CHK_RandomItems.TabIndex = 330; @@ -1957,7 +1969,7 @@ private void InitializeComponent() this.CHK_STAB.AutoSize = true; this.CHK_STAB.Checked = true; this.CHK_STAB.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_STAB.Location = new System.Drawing.Point(6, 51); + this.CHK_STAB.Location = new System.Drawing.Point(6, 70); this.CHK_STAB.Name = "CHK_STAB"; this.CHK_STAB.Size = new System.Drawing.Size(172, 17); this.CHK_STAB.TabIndex = 335; @@ -1984,7 +1996,7 @@ private void InitializeComponent() // // L_MinPKM // - this.L_MinPKM.Location = new System.Drawing.Point(191, 1); + this.L_MinPKM.Location = new System.Drawing.Point(191, 6); this.L_MinPKM.Name = "L_MinPKM"; this.L_MinPKM.Size = new System.Drawing.Size(60, 20); this.L_MinPKM.TabIndex = 338; @@ -1993,7 +2005,7 @@ private void InitializeComponent() // // L_MaxPKM // - this.L_MaxPKM.Location = new System.Drawing.Point(191, 23); + this.L_MaxPKM.Location = new System.Drawing.Point(191, 28); this.L_MaxPKM.Name = "L_MaxPKM"; this.L_MaxPKM.Size = new System.Drawing.Size(60, 20); this.L_MaxPKM.TabIndex = 337; @@ -2002,7 +2014,7 @@ private void InitializeComponent() // // NUD_RMin // - this.NUD_RMin.Location = new System.Drawing.Point(257, 3); + this.NUD_RMin.Location = new System.Drawing.Point(257, 8); this.NUD_RMin.Maximum = new decimal(new int[] { 6, 0, @@ -2024,7 +2036,7 @@ private void InitializeComponent() // // NUD_RMax // - this.NUD_RMax.Location = new System.Drawing.Point(257, 25); + this.NUD_RMax.Location = new System.Drawing.Point(257, 30); this.NUD_RMax.Maximum = new decimal(new int[] { 6, 0, @@ -2048,7 +2060,7 @@ private void InitializeComponent() // this.CHK_RandomMegaForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.CHK_RandomMegaForm.AutoSize = true; - this.CHK_RandomMegaForm.Location = new System.Drawing.Point(6, 68); + this.CHK_RandomMegaForm.Location = new System.Drawing.Point(6, 73); this.CHK_RandomMegaForm.Name = "CHK_RandomMegaForm"; this.CHK_RandomMegaForm.Size = new System.Drawing.Size(127, 17); this.CHK_RandomMegaForm.TabIndex = 333; @@ -2061,7 +2073,7 @@ private void InitializeComponent() this.CHK_TypeTheme.AutoSize = true; this.CHK_TypeTheme.Checked = true; this.CHK_TypeTheme.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_TypeTheme.Location = new System.Drawing.Point(6, 33); + this.CHK_TypeTheme.Location = new System.Drawing.Point(6, 38); this.CHK_TypeTheme.Name = "CHK_TypeTheme"; this.CHK_TypeTheme.Size = new System.Drawing.Size(127, 17); this.CHK_TypeTheme.TabIndex = 329; @@ -2074,7 +2086,7 @@ private void InitializeComponent() this.CHK_IgnoreSpecialClass.AutoSize = true; this.CHK_IgnoreSpecialClass.Checked = true; this.CHK_IgnoreSpecialClass.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_IgnoreSpecialClass.Location = new System.Drawing.Point(6, 18); + this.CHK_IgnoreSpecialClass.Location = new System.Drawing.Point(6, 23); this.CHK_IgnoreSpecialClass.Name = "CHK_IgnoreSpecialClass"; this.CHK_IgnoreSpecialClass.Size = new System.Drawing.Size(133, 17); this.CHK_IgnoreSpecialClass.TabIndex = 327; @@ -2087,7 +2099,7 @@ private void InitializeComponent() this.CHK_RandomClass.AutoSize = true; this.CHK_RandomClass.Checked = true; this.CHK_RandomClass.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_RandomClass.Location = new System.Drawing.Point(6, 3); + this.CHK_RandomClass.Location = new System.Drawing.Point(6, 8); this.CHK_RandomClass.Name = "CHK_RandomClass"; this.CHK_RandomClass.Size = new System.Drawing.Size(141, 17); this.CHK_RandomClass.TabIndex = 326; @@ -2095,18 +2107,6 @@ private void InitializeComponent() this.CHK_RandomClass.UseVisualStyleBackColor = true; this.CHK_RandomClass.CheckedChanged += new System.EventHandler(this.CHK_RandomClass_CheckedChanged); // - // CHK_NoFixedDamage - // - this.CHK_NoFixedDamage.AutoSize = true; - this.CHK_NoFixedDamage.Checked = true; - this.CHK_NoFixedDamage.CheckState = System.Windows.Forms.CheckState.Checked; - this.CHK_NoFixedDamage.Location = new System.Drawing.Point(146, 104); - this.CHK_NoFixedDamage.Name = "CHK_NoFixedDamage"; - this.CHK_NoFixedDamage.Size = new System.Drawing.Size(148, 30); - this.CHK_NoFixedDamage.TabIndex = 340; - this.CHK_NoFixedDamage.Text = "No Fixed Damage\r\nDragon Rage/Sonicboom"; - this.CHK_NoFixedDamage.UseVisualStyleBackColor = true; - // // SMTE // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);