//--------------------------------------------------------------------------- #ifndef ListInitH #define ListInitH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TAcercaDe : public TForm { __published: // IDE-managed Components TImage *Image1; TImage *Image2; TLabel *Label1; TLabel *Label2; TTimer *Timer1; void __fastcall Timer1Timer(TObject *Sender); private: // User declarations public: // User declarations __fastcall TAcercaDe(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TAcercaDe *AcercaDe; //--------------------------------------------------------------------------- #endif