//--------------------------------------------------------------------------- #ifndef Glyphs144H #define Glyphs144H //--------------------------------------------------------------------------- #include #include "PngImageList.hpp" #include #include #include //--------------------------------------------------------------------------- class TGlyphs144Module : public TDataModule { __published: TPngImageList *ExplorerImages; TPngImageList *SessionImages; TPngImageList *QueueImages; public: __fastcall TGlyphs144Module(TComponent * Owner); }; //--------------------------------------------------------------------------- #endif