jj 15.03 clean up

This commit is contained in:
JenneJ
2016-03-15 15:50:08 +01:00
parent 15b08db258
commit 052635e53a
6 changed files with 18 additions and 8 deletions

View File

@@ -1280,7 +1280,7 @@ Public Class ClassControlBuilder
control.Name = name
control.Parent = _master_panel
control.Text = Caption
control.Font = New Font(fontfamily, fontsize, CType(fontstyle, FontStyle))
'control.Font = New Font(fontfamily, fontsize, CType(fontstyle, FontStyle))
control.ForeColor = IntToColor(fontcolor)
control.BackColor = IntToColor(backcolor)