|
#1
|
||||
|
||||
|
Finished Label caption don't appear
Why the Finished Label caption don't appear, only appear the "*" symbol
Code:
FinishedLabel:= TLabel.Create(WizardForm);
FinishedLabel.AutoSize:= False;
with WizardForm.FinishedLabel do
FinishedLabel.Top := {#FL2Top};
FinishedLabel.Left := {#FL2Left};
FinishedLabel.Width := {#FL2Width};
FinishedLabel.Height := {#FL2Height};
FinishedLabel.AutoSize := False;
FinishedLabel.WordWrap := True;
FinishedLabel.Font.Name := 'tahoma';
FinishedLabel.Font.Color:= {#FL2Color};
FinishedLabel.ShowAccelChar := False;
FinishedLabel.Caption := WizardForm.FinishedLabel.Caption;
FinishedLabel.Transparent := {#FL2Transparent};
FinishedLabel.Parent := WizardForm.FinishedPage;
WizardForm.WelcomeLabel1.Hide;
WizardForm.WelcomeLabel2.Hide;
WizardForm.FinishedLabel.Hide;
WizardForm.FinishedHeadingLabel.Hide;
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
the thanks button does exist you know.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FIFA 10 1x DVD9 to 1x DVD5 (MULTI5) | ottuh | PC Games - CD/DVD Conversions | 25 | 26-12-2011 23:18 |
| DVD Label websites. | simonwood | DVD Backup Forum | 6 | 12-07-2004 17:40 |
| cdr label peeling | dabu | CD/DVD Recordable Media | 3 | 19-03-2002 01:00 |
| Newbie question - The cd label mather?? | Trooper | PC Games | 2 | 08-11-2001 13:01 |
| Cd Volume Label How?????? | leafplasma | PC Games | 1 | 02-12-2000 16:26 |