Skip to content

Commit

Permalink
Reset Button hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterX2000 committed Jul 27, 2015
1 parent e83a0d0 commit a859c89
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Placeholder Image/Main.Designer.cs

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

12 changes: 12 additions & 0 deletions Placeholder Image/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,17 @@ private void magic()
}
}
}

private void bt_reset_Click(object sender, EventArgs e)
{
tb_bgcolour.Text = "";
tb_tcolour.Text = "";
tb_text.Text = "";
tb_width.Value = 252;
tb_height.Value = 285;
cb_gray.Checked = false;
tabControl1.SelectedTab = tp_placeholdit;
magic();
}
}
}

0 comments on commit a859c89

Please sign in to comment.