| 123456789101112131415161718192021 | //---------------------------------------------------------------------------#ifndef Glyphs144H#define Glyphs144H//---------------------------------------------------------------------------#include <System.Classes.hpp>#include "PngImageList.hpp"#include <Vcl.Controls.hpp>#include <Vcl.ImgList.hpp>//---------------------------------------------------------------------------class TGlyphs144Module : public TDataModule{__published:  TPngImageList *ExplorerImages;  TPngImageList *SessionImages;  TPngImageList *QueueImages;public:  __fastcall TGlyphs144Module(TComponent * Owner);};//---------------------------------------------------------------------------#endif
 |