Animations144.h 755 B

12345678910111213141516171819202122
  1. //---------------------------------------------------------------------------
  2. #ifndef Animations144H
  3. #define Animations144H
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include "PngImageList.hpp"
  7. #include <Vcl.Controls.hpp>
  8. #include <Vcl.ImgList.hpp>
  9. #include <System.ImageList.hpp>
  10. //---------------------------------------------------------------------------
  11. class TAnimations144Module : public TDataModule
  12. {
  13. __published:
  14. TPngImageList *AnimationImages;
  15. TImageList *ButtonImages;
  16. TPngImageList *DialogImages;
  17. public:
  18. __fastcall TAnimations144Module(TComponent * Owner);
  19. };
  20. //---------------------------------------------------------------------------
  21. #endif