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