home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
- //
- //$Revision: 10.3 $
- //
- // Resource & command IDs to use with slider.h
- //----------------------------------------------------------------------------
- #if !defined(OWL_SLIDER_RH)
- #define OWL_SLIDER_RH
-
- //
- // Slider thumb bitmap ids
- //
- #define IDB_HSLIDERTHUMB 32000
- #define IDB_VSLIDERTHUMB 32001
-
- #endif // OWL_SLIDER_RH
-