www.pudn.com > 2.rar > Flash.h, change:2007-12-31,size:878b
//---------------------------------------------------------------------------
#ifndef FlashH
#define FlashH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
#include <jpeg.hpp>
//---------------------------------------------------------------------------
class TFmFlash : public TForm
{
__published: // IDE-managed Components
TImage *Image1;
TLabel *Label1;
private: // User declarations
public: // User declarations
__fastcall TFmFlash(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFmFlash *FmFlash;
//---------------------------------------------------------------------------
#endif