Glyphs120.cpp 561 B

123456789101112131415
  1. //---------------------------------------------------------------------------
  2. #pragma hdrstop
  3. #include "Global.h"
  4. #include "Glyphs120.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #pragma link "PngImageList"
  8. #pragma resource "*.dfm"
  9. //---------------------------------------------------------------------------
  10. __fastcall TGlyphs120Module::TGlyphs120Module(TComponent * Owner)
  11. : TDataModule(Owner)
  12. {
  13. }
  14. //---------------------------------------------------------------------------