[Overview][Resource strings][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: splashdlg.pas line 37
type TSplashDialog = class(TForm) |
||
lblCopyright: TLabel; |
|
|
lblProgressDetails: TLabel; |
|
|
lblProgressText: TLabel; |
|
|
lblVersion: TLabel; |
|
|
SplashImage: TImage; |
|
|
Timer: TTimer; |
|
|
procedure FormCreate(); |
|
|
procedure TimerTimer(); |
|
|
public |
||
constructor Create(); override; |
|
|
procedure SetProgressText(); |
|
|
procedure SetProgressDetails(); |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |