home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / audio / mcipuzzl / mcipuzzl.h < prev    next >
Text File  |  1997-10-05  |  974b  |  38 lines

  1. /**************************************************************************
  2.  *
  3.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6.  *  PURPOSE.
  7.  *
  8.  *  Copyright (C) 1992 - 1997 Microsoft Corporation.  All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11.  
  12. /* dialogs */
  13. #define ABOUTBOX            1
  14.  
  15. /* Menu Items */
  16.  
  17. #define MENU_ABOUT        1000
  18. #define MENU_EXIT        1001
  19. #define MENU_NEW        1002
  20. #define MENU_CLOSE        1003
  21. #define MENU_CLOSEALL        1004
  22. #define MENU_OPEN        1005
  23.  
  24. #define IDM_PLAY        10
  25. #define IDM_RPLAY        15
  26.  
  27. #define IDM_SOLVE        95
  28. #define IDM_SCRAMBLE        96
  29.  
  30. //String Table ID's
  31.  
  32. #define IDS_APPNAME        1
  33. #define IDS_APPERR        2
  34. #define IDS_VFWTOOOLD        3
  35. #define IDS_MCIERROR        4
  36. #define IDS_NOOPEN        5
  37. #define IDS_FILTERSTRING    6
  38.