home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SPLASH.CPP < prev    next >
C/C++ Source or Header  |  1997-01-16  |  517b  |  15 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl\vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "splash.h"
  6. //---------------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TSplashScreen *SplashScreen;
  9. //---------------------------------------------------------------------------
  10. __fastcall TSplashScreen::TSplashScreen(TComponent* Owner)
  11.     : TForm(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------
  15.