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