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