Skip to content

Commit

Permalink
Tiny changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrood committed Sep 16, 2016
1 parent 4984dfc commit 0086e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
5 changes: 5 additions & 0 deletions MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -738,22 +738,6 @@ private void radioBoxes_CheckedChanged(object sender, EventArgs e)

}

private void radioOpponent_CheckedChanged(object sender, EventArgs e)
{
label7.Visible = false;
label8.Visible = false;
dumpBoxes.Visible = false;
label9.Visible = true;
namePkx.Visible = true;
label9.Location = new System.Drawing.Point(6, 16);
namePkx.Location = new System.Drawing.Point(6, 35);
namePkx.Size = new System.Drawing.Size(197, 23);
dumpPkx.Size = new System.Drawing.Size(197, 23);
dumpBoxes.Location = new System.Drawing.Point(98, 61);
dumpPkx.Location = new System.Drawing.Point(6, 61);
dumpPkx.Text = "Dump";
}

private void radioDaycare_CheckedChanged(object sender, EventArgs e)
{
label7.Visible = false;
Expand Down

0 comments on commit 0086e76

Please sign in to comment.