home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / toolbar / animated / animated.rc < prev    next >
Encoding:
Text File  |  1996-10-29  |  697 b   |  23 lines

  1. /************************************************************
  2. / Tool Bars - Animated Button Example
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include "animated.h"
  9.  
  10. #ifdef IC_PM
  11.   #include <os2.h>
  12.   BITMAP  ID_CIRCLE1    circle1.bmp
  13.   BITMAP  (ID_CIRCLE1+1)  circle2.bmp
  14.   BITMAP  (ID_CIRCLE1+2)  circle3.bmp
  15.   BITMAP  (ID_CIRCLE1+3)  circle4.bmp
  16. #else /* Windows resources */
  17.   ID_CIRCLE1    BITMAP  circle1.bmp
  18.   ID_CIRCLE1+1  BITMAP  circle2.bmp
  19.   ID_CIRCLE1+2  BITMAP  circle3.bmp
  20.   ID_CIRCLE1+3  BITMAP  circle4.bmp
  21. #endif
  22.  
  23.