Fixes to Game Manager UI

This commit is contained in:
Michael J. Seiferling
2016-08-18 20:17:02 -06:00
parent 1fab0e0cf4
commit 9cbc2b3240
2 changed files with 50 additions and 44 deletions
+2
View File
@@ -743,6 +743,8 @@ Public Class frmGameManager
DirectCast(ctl, TextBox).Text = String.Empty
ElseIf TypeOf ctl Is CheckBox Then
DirectCast(ctl, CheckBox).Checked = False
ElseIf TypeOf ctl Is Label Then
If ctl.Tag = "wipe" Then DirectCast(ctl, Label).Text = String.Empty
ElseIf TypeOf ctl Is NumericUpDown Then
DirectCast(ctl, NumericUpDown).Value = 0
End If