home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / 3dbutn / odbutton.rc < prev   
Text File  |  1991-12-06  |  497b  |  20 lines

  1. // Copyright (c) 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. #include "windows.h"
  4. #include "odbutton.h"
  5.  
  6. // default or regular state of button
  7. BUTTONBITMAP BITMAP LOADONCALL MOVEABLE DISCARDABLE default.bmp
  8. // pushed state of button
  9. BUTTONDOWN   BITMAP LOADONCALL MOVEABLE DISCARDABLE down.bmp
  10.  
  11. odbuttonMenu MENU LOADONCALL MOVEABLE DISCARDABLE
  12. BEGIN
  13.     POPUP        "&Click Me"
  14.     BEGIN
  15.         MENUITEM "Click Me Too...", IDM_ABOUT
  16.     END
  17. END
  18.  
  19. rcinclude odbutton.dlg
  20.