Glyphs144.h 798 B

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