Glyphs120.h 741 B

12345678910111213141516171819202122
  1. //---------------------------------------------------------------------------
  2. #ifndef Glyphs120H
  3. #define Glyphs120H
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include "PngImageList.hpp"
  7. #include <Vcl.Controls.hpp>
  8. #include <Vcl.ImgList.hpp>
  9. #include <System.ImageList.hpp>
  10. //---------------------------------------------------------------------------
  11. class TGlyphs120Module : public TDataModule
  12. {
  13. __published:
  14. TPngImageList *ExplorerImages;
  15. TPngImageList *SessionImages;
  16. TPngImageList *QueueImages;
  17. public:
  18. __fastcall TGlyphs120Module(TComponent * Owner);
  19. };
  20. //---------------------------------------------------------------------------
  21. #endif