home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
SPLASH.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
851b
|
24 lines
//---------------------------------------------------------------------------
#ifndef splashH
#define splashH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TSplashScreen : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TImage *Image1;
private: // User declarations
public: // User declarations
virtual __fastcall TSplashScreen(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TSplashScreen *SplashScreen;
//---------------------------------------------------------------------------
#endif