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