| 12345678910111213141516171819 | 
							- //---------------------------------------------------------------------------
 
- #pragma hdrstop
 
- #include "Global.h"
 
- #include "Animations96.h"
 
- //---------------------------------------------------------------------------
 
- #pragma package(smart_init)
 
- #pragma link "PngImageList"
 
- #pragma resource "*.dfm"
 
- //---------------------------------------------------------------------------
 
- __fastcall TAnimations96Module::TAnimations96Module(TComponent * Owner)
 
-   : TDataModule(Owner)
 
- {
 
- }
 
- //---------------------------------------------------------------------------
 
- __fastcall TAnimations96Module::~TAnimations96Module()
 
- {
 
- }
 
- //---------------------------------------------------------------------------
 
 
  |