Animations120.h 661 B

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