Animations192.h 661 B

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