Glyphs192.cpp 591 B

1234567891011121314151617
  1. //---------------------------------------------------------------------------
  2. #pragma hdrstop
  3. #include "Global.h"
  4. #include "Glyphs192.h"
  5. //---------------------------------------------------------------------------
  6. #pragma package(smart_init)
  7. #ifndef NO_RESOURCES
  8. #pragma link "PngImageList"
  9. #pragma resource "*.dfm"
  10. #endif
  11. //---------------------------------------------------------------------------
  12. __fastcall TGlyphs192Module::TGlyphs192Module(TComponent * Owner)
  13. : TDataModule(Owner)
  14. {
  15. }
  16. //---------------------------------------------------------------------------