View Single Post
  #8  
Old 08-01-2019, 03:25
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Fixed a font problem in the ComponentsDiskSpaceLabel



Code:
..................... ComponentsPage := CreateCustomPage(SystemPage.ID, '', '');

  ComponentsDiskSpaceLabel.Lbl := TLabel.Create(WizardForm);
  ComponentsDiskSpaceLabel.Shd := TLabel.Create(WizardForm);
  with ComponentsDiskSpaceLabel.Lbl do begin
    Parent := WizardForm;
    Transparent := True;
    AutoSize := False;
.....................

Edit
.....................
 ComponentsPage := CreateCustomPage(SystemPage.ID, '', '');

  ComponentsDiskSpaceLabel.Lbl := TLabel.Create(WizardForm);
  ComponentsDiskSpaceLabel.Shd := TLabel.Create(WizardForm);
  with ComponentsDiskSpaceLabel.Lbl do begin
    Parent := WizardForm;
    Transparent := True;
    AutoSize := True;
....................
Reply With Quote
The Following 6 Users Say Thank You to Simorq For This Useful Post:
Cesar82 (08-01-2019), KaktoR (08-01-2019), pakrat2k2 (08-01-2019), sajmon83 (11-01-2019), zirkhaki (09-01-2019)