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