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