home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / SPLASH.CPP < prev    next >
C/C++ Source or Header  |  1997-02-28  |  896b  |  23 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5. // splash.cpp
  6. //
  7. // VCL Class Browser
  8. //---------------------------------------------------------------------------
  9. //---------------------------------------------------------------------------
  10. #include <vcl\vcl.h>
  11. #pragma hdrstop
  12.  
  13. #include "splash.h"
  14. //---------------------------------------------------------------------------
  15. #pragma resource "*.dfm"
  16. TSplashScreen *SplashScreen;
  17. //---------------------------------------------------------------------------
  18. __fastcall TSplashScreen::TSplashScreen(TComponent* Owner)
  19.     : TForm(Owner)
  20. {
  21. }
  22. //---------------------------------------------------------------------------
  23.