Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
999 B

  1. /*---------------------------------------------------------------------
  2. |
  3. | LangPlay.rc - movie player resources
  4. |
  5. +-------------------------------------------------------------------*/
  6. /**************************************************************************
  7. *
  8. * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  9. * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  10. * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  11. * PURPOSE.
  12. *
  13. * Copyright (c) 1992, 1993 Microsoft Corporation. All Rights Reserved.
  14. *
  15. **************************************************************************/
  16. #include <windows.h>
  17. #include "langplay.h"
  18. AppIcon ICON "langplay.ico"
  19. /* menu bar */
  20. LANGPLAY MENU
  21. {
  22. POPUP "&File"
  23. {
  24. MENUITEM "&Open...", IDM_OPEN
  25. MENUITEM "&Close", IDM_CLOSE
  26. MENUITEM SEPARATOR
  27. MENUITEM "E&xit", IDM_EXIT
  28. }
  29. POPUP "&Audio Stream"
  30. {
  31. MENUITEM "&None", IDM_NONE
  32. }
  33. }