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