View Single Post
  #7  
Old 08-01-2019, 03:19
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 Licenses Accepted





Code:
..................
 LicenseCheckLabel.Lbl := TLabel.Create(WizardForm);
  LicenseCheckLabel.Shd := TLabel.Create(WizardForm);
  with LicenseCheckLabel.Lbl do begin
    Parent := WizardForm;
    Autosize := False;
    Caption := Wizardform.LicenseAcceptedRadio.Caption;
.............

Edit 
....................
 LicenseCheckLabel.Lbl := TLabel.Create(WizardForm);
  LicenseCheckLabel.Shd := TLabel.Create(WizardForm);
  with LicenseCheckLabel.Lbl do begin
    Parent := WizardForm;
    Autosize := True;
    Caption := Wizardform.LicenseAcceptedRadio.Caption;
.....................
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)