12345678910111213141516171819202122 |
- //---------------------------------------------------------------------------
- #ifndef Animations144H
- #define Animations144H
- //---------------------------------------------------------------------------
- #include <System.Classes.hpp>
- #include "PngImageList.hpp"
- #include <Vcl.Controls.hpp>
- #include <Vcl.ImgList.hpp>
- #include <System.ImageList.hpp>
- //---------------------------------------------------------------------------
- class TAnimations144Module : public TDataModule
- {
- __published:
- TPngImageList *AnimationImages;
- TImageList *ButtonImages;
- TPngImageList *DialogImages;
- public:
- __fastcall TAnimations144Module(TComponent * Owner);
- };
- //---------------------------------------------------------------------------
- #endif
|