blob: 6da6cf399fadef341cf01e03b81a8326de148d43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "SplashPage.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TSplashPg *SplashPg;
//---------------------------------------------------------------------------
__fastcall TSplashPg::TSplashPg(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
|