//--------------------------------------------------------------------------- #include #pragma hdrstop #include "SplashPage.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TSplashPg *SplashPg; //--------------------------------------------------------------------------- __fastcall TSplashPg::TSplashPg(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------