| 1234567891011121314151617181920212223242526 | 
							- //---------------------------------------------------------------------------
 
- #ifndef GlyphsH
 
- #define GlyphsH
 
- //---------------------------------------------------------------------------
 
- #include <Classes.hpp>
 
- #include <Controls.hpp>
 
- #include <ImgList.hpp>
 
- #include "PngImageList.hpp"
 
- //---------------------------------------------------------------------------
 
- class TGlyphsModule : public TDataModule
 
- {
 
- __published:
 
-   TPngImageList *ExplorerImages;
 
-   TPngImageList *SessionImages;
 
-   TPngImageList *QueueImages;
 
-   TPngImageList *LogImages;
 
-   TImageList *ArrowImages;
 
-   TImageList *ButtonImages;
 
- public:
 
-   __fastcall TGlyphsModule(TComponent * Owner);
 
- };
 
- //---------------------------------------------------------------------------
 
- extern PACKAGE TGlyphsModule * GlyphsModule;
 
- //---------------------------------------------------------------------------
 
- #endif
 
 
  |