|
|
|
#1
|
||||
|
||||
|
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;
.....................
|
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |