| 12345678910111213141516171819 |
- //---------------------------------------------------------------------------
- #ifndef Animations120H
- #define Animations120H
- //---------------------------------------------------------------------------
- #include <System.Classes.hpp>
- #include "PngImageList.hpp"
- #include <Vcl.Controls.hpp>
- #include <Vcl.ImgList.hpp>
- //---------------------------------------------------------------------------
- class TAnimations120Module : public TDataModule
- {
- __published:
- TPngImageList *AnimationImages;
- public:
- __fastcall TAnimations120Module(TComponent * Owner);
- };
- //---------------------------------------------------------------------------
- #endif
|