View Single Post
  #5  
Old 31-10-2014, 08:03
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
procedure InitializeWizard();

Code:
WizardForm.NoIconsCheck.hide;
WizardForm.NoIconsCheck.hide;
TasksSeparateBevel.Visible:=False;
or TasksSeparateBevel.hide;
and remove code or //
Code:
//WizardForm.NoIconsCheck.Show;
//TasksSeparateBevel.Show;

Last edited by Dante1995; 31-10-2014 at 08:11.
Reply With Quote
The Following User Says Thank You to Dante1995 For This Useful Post:
jamel2013 (31-10-2014)