jj 15.03 clean up
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user