Glyphs120.h 769 B

1234567891011121314151617181920212223
  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. //---------------------------------------------------------------------------
  10. class TGlyphs120Module : public TDataModule
  11. {
  12. __published:
  13. TPngImageList *ExplorerImages;
  14. TPngImageList *SessionImages;
  15. TPngImageList *QueueImages;
  16. TImageList *ButtonImages;
  17. TPngImageList *DialogImages;
  18. public:
  19. __fastcall TGlyphs120Module(TComponent * Owner);
  20. };
  21. //---------------------------------------------------------------------------
  22. #endif