- //---------------------------------------------------------------------------
- #include <ResourcesPCH.h>
- #pragma hdrstop
- #include "Animations144.h"
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- #pragma link "PngImageList"
- #pragma resource "*.dfm"
- //---------------------------------------------------------------------------
- __fastcall TAnimations144Module::TAnimations144Module(TComponent * Owner)
- : TDataModule(Owner)
- {
- }
- //---------------------------------------------------------------------------
|