| 1234567891011121314151617 | 
							- //---------------------------------------------------------------------------
 
- #pragma hdrstop
 
- #include "Global.h"
 
- #include "Animations144.h"
 
- //---------------------------------------------------------------------------
 
- #pragma package(smart_init)
 
- #pragma link "PngImageList"
 
- #ifndef NO_RESOURCES
 
- #pragma resource "*.dfm"
 
- #endif
 
- //---------------------------------------------------------------------------
 
- __fastcall TAnimations144Module::TAnimations144Module(TComponent * Owner)
 
-   : TDataModule(Owner)
 
- {
 
- }
 
- //---------------------------------------------------------------------------
 
 
  |