Animations96.h 797 B

1234567891011121314151617181920212223
  1. //---------------------------------------------------------------------------
  2. #ifndef Animations96H
  3. #define Animations96H
  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 TAnimations96Module : public TDataModule
  12. {
  13. __published:
  14. TPngImageList *AnimationImages;
  15. TImageList *ButtonImages;
  16. TPngImageList *DialogImages;
  17. public:
  18. __fastcall TAnimations96Module(TComponent * Owner);
  19. virtual __fastcall ~TAnimations96Module();
  20. };
  21. //---------------------------------------------------------------------------
  22. #endif