Fixup CGBColorChooserForm Designer file

faf4b02c2
This commit is contained in:
YoshiRulz 2020-04-09 10:45:17 +10:00
parent faf4b02c26
commit 4f08496815
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 171 additions and 176 deletions

View File

@ -59,7 +59,6 @@
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Preset Select";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// radioButton6
//
@ -197,6 +196,7 @@
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = global::BizHawk.Client.EmuHawk.Properties.Resources.gambatte_MultiSize;
this.Name = "CGBColorChooserForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Game Boy Color Palette Config";

View File

@ -125,10 +125,5 @@ namespace BizHawk.Client.EmuHawk
s.CGBColors = dlg._type;
}
}
private void groupBox1_Enter(object sender, EventArgs e)
{
}
}
}