//--------------------------------------------------------------------------- #pragma hdrstop #include "Global.h" #include "Glyphs120.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "PngImageList" #pragma resource "*.dfm" //--------------------------------------------------------------------------- __fastcall TGlyphs120Module::TGlyphs120Module(TComponent * Owner) : TDataModule(Owner) { } //---------------------------------------------------------------------------