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 / mciplay / mciplay.h < prev    next >
Text File  |  1997-10-05  |  1KB  |  56 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_OPEN    1004
  22.  
  23. /* Movie menu */
  24. #define IDM_STOP        9
  25. #define IDM_PLAY    10
  26. #define IDM_HOME    11
  27. #define IDM_END     12
  28. #define IDM_STEP    13
  29. #define IDM_RSTEP    14
  30. #define IDM_RPLAY    15
  31. #define IDM_PAUSE       16
  32.  
  33. #define IDM_SAutosizeWindow    17
  34. #define IDM_SAutosizeMovie    18
  35. #define IDM_SPlaybar        19
  36. #define IDM_SMenu        20
  37. #define IDM_SShowName        21
  38. #define IDM_SShowMode        22
  39. #define IDM_SShowPos        23
  40. #define IDM_SNotifyMedia    24
  41. #define IDM_SNotifyMode        25
  42. #define IDM_SNotifyPos        26
  43. #define IDM_SNotifySize        27
  44. #define IDM_SRecord        28
  45. #define IDM_SErrorDlg        29
  46.  
  47. //String Table ID's
  48.  
  49. #define IDS_APPNAME        1
  50. #define IDS_APPERR        2
  51. #define IDS_VFWTOOOLD        3
  52. #define IDS_UNTITLLED        4
  53. #define IDS_NOOPEN        5
  54. #define IDS_FILTERSTRING    6
  55.  
  56.