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.

70 lines
2.1 KiB

  1. // Copyright (c) 1995 - 1996 Microsoft Corporation. All Rights Reserved.
  2. //
  3. // These are indexes used by the toolbar.
  4. //
  5. #define IDC_ADEFAULT2 4013
  6. #define IDC_STATIC -1
  7. #define STR_MAX_STRING_LEN 256
  8. #define IDX_SEPARATOR -1
  9. #define IDX_1 0
  10. #define IDX_2 1
  11. #define IDX_3 2
  12. #define IDX_4 3
  13. #define IDX_5 4
  14. #define IDX_6 5
  15. #define IDX_7 6
  16. #define IDX_8 7
  17. #define IDX_9 8
  18. #define IDX_10 9
  19. #define IDX_11 10
  20. #define DEFAULT_TBAR_SIZE 6
  21. #define NUMBER_OF_BITMAPS 11
  22. #define ID_TOOLBAR 9
  23. #define ID_TRACKBAR 10
  24. #define IDR_MAIN_MENU 101
  25. #define IDR_TOOLBAR 102
  26. #define IDR_VIDEOCD_ICON 103
  27. #define IDR_ACCELERATOR 104
  28. #define IDM_FILE_OPEN 40001
  29. #define IDM_FILE_CLOSE 40002
  30. #define IDM_FILE_EXIT 40003
  31. // Toolbar commands
  32. #define IDM_MOVIE_STOP 40010
  33. #define IDM_MOVIE_PLAY 40011
  34. #define IDM_MOVIE_PAUSE 40013
  35. #define IDM_FULL_SCREEN 40019
  36. #define IDM_MOVIE_ALIGN 40020
  37. #define MENU_STRING_BASE 1000
  38. // File
  39. #define STR_FILE_OPEN IDM_FILE_OPEN + MENU_STRING_BASE
  40. #define STR_FILE_CLOSE IDM_FILE_CLOSE + MENU_STRING_BASE
  41. #define STR_FILE_EXIT IDM_FILE_EXIT + MENU_STRING_BASE
  42. // System Menu
  43. #define STR_SYSMENU_RESTORE 1800
  44. #define STR_SYSMENU_MOVE 1801
  45. #define STR_SYSMENU_MINIMIZE 1802
  46. #define STR_SYSMENU_CLOSE 1803
  47. #define STR_SYSMENU_MAXIMIZE 1804
  48. #define STR_SYSMENU_TASK_LIST 1805
  49. #define STR_FILE_FILTER 2000
  50. #define STR_APP_TITLE 2001
  51. #define STR_APP_TITLE_LOADED 2002