home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / MCISOUND.PAK / MCISOUND.RC < prev   
Text File  |  1995-08-29  |  905b  |  41 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #ifndef WORKSHOP_INVOKED
  5.   #include <windows.h>
  6. #endif
  7. #include "mcisound.h"
  8.  
  9. ID_MENU MENU
  10. BEGIN
  11.   POPUP "File"
  12.   BEGIN
  13.     MENUITEM "&Open Wave\tCtrl+O...", SM_OPEN
  14.     MENUITEM SEPARATOR
  15.     MENUITEM "E&xit", SM_EXIT
  16.   END
  17.  
  18.   POPUP "Control"
  19.   BEGIN
  20.     MENUITEM "&Rewind\tCtrl+R", SM_REWIND, GRAYED
  21.     MENUITEM "&Play\tCtrl+P", SM_PLAY, GRAYED
  22.     MENUITEM "&Stop\tCtrl+S", SM_STOP, GRAYED
  23.   END
  24.   POPUP "Help"
  25.   BEGIN
  26.     MENUITEM "&About", SM_ABOUT
  27.   END
  28. END
  29.  
  30. IDA_SOUNDPLY ACCELERATORS
  31. BEGIN
  32.   "^o", SM_OPEN
  33.   "^r", SM_REWIND
  34.   "^p", SM_PLAY
  35.   "^a", SM_PLAY
  36.   "^s", SM_STOP
  37. END
  38.  
  39. #define NO_BR_VSLIDERTHUMB
  40. #include <owl\slider.rc>
  41.