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