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