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.

183 lines
7.0 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 IDX_SEPARATOR -1
  8. #define IDX_1 0
  9. #define IDX_2 1
  10. #define IDX_3 2
  11. #define IDX_4 3
  12. #define IDX_5 4
  13. #define IDX_6 5
  14. #define IDX_7 6
  15. #define IDX_8 7
  16. #define IDX_9 8
  17. #define IDX_10 9
  18. #define IDX_11 10
  19. #define DEFAULT_TBAR_SIZE 14
  20. #define NUMBER_OF_BITMAPS 11
  21. #define ID_STATUSBAR 8
  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. #define IDM_PROPERTIES 40004
  32. #define IDM_VIDEO_DECODER 40005
  33. #define IDM_AUDIO_DECODER 40006
  34. #define IDM_FILTERS 40007
  35. #define IDM_FILE_SET_LOG 40008
  36. #define IDM_FILE_SET_PERF_LOG 40009
  37. #define IDM_HELP_INDEX 40100
  38. #define IDM_HELP_USING 40101
  39. #define IDM_HELP_ABOUT 40102
  40. #define IDM_HELP_SEARCH 40103
  41. // Different time formats
  42. #define IDM_TIME 40150
  43. #define IDM_FRAME 40151
  44. #define IDM_FIELD 40152
  45. #define IDM_SAMPLE 40153
  46. #define IDM_BYTES 40154
  47. // Toolbar commands
  48. #define IDM_MOVIE_STOP 40010
  49. #define IDM_MOVIE_PLAY 40011
  50. #define IDM_MOVIE_PREVTRACK 40012
  51. #define IDM_MOVIE_PAUSE 40013
  52. #define IDM_MOVIE_SKIP_FORE 40014
  53. #define IDM_MOVIE_SKIP_BACK 40015
  54. #define IDM_MOVIE_NEXTTRACK 40016
  55. #define IDM_PERF_NEW 40017
  56. #define IDM_PERF_DUMP 40018
  57. #define IDM_FULL_SCREEN 40019
  58. #define IDM_MOVIE_ALIGN 40020
  59. #define MENU_STRING_BASE 1000
  60. // File
  61. #define STR_FILE_OPEN IDM_FILE_OPEN + MENU_STRING_BASE
  62. #define STR_FILE_CLOSE IDM_FILE_CLOSE + MENU_STRING_BASE
  63. #define STR_FILE_EXIT IDM_FILE_EXIT + MENU_STRING_BASE
  64. #define STR_FILE_SET_LOG IDM_FILE_SET_LOG + MENU_STRING_BASE
  65. #define STR_FILE_SET_PERF_LOG IDM_FILE_SET_PERF_LOG + MENU_STRING_BASE
  66. // Properties Menu
  67. #define STR_PROP_VIDEO_DECODER IDM_VIDEO_DECODER + MENU_STRING_BASE
  68. #define STR_PROP_AUDIO_DECODER IDM_AUDIO_DECODER + MENU_STRING_BASE
  69. #define STR_PROP_OTHER IDM_FILTERS + MENU_STRING_BASE
  70. // Time format menu
  71. #define STR_PROP_IDM_TIME IDM_TIME + MENU_STRING_BASE
  72. #define STR_PROP_IDM_FRAME IDM_FRAME + MENU_STRING_BASE
  73. #define STR_PROP_IDM_FIELD IDM_FIELD + MENU_STRING_BASE
  74. #define STR_PROP_IDM_SAMPLE IDM_SAMPLE + MENU_STRING_BASE
  75. #define STR_PROP_IDM_BYTES IDM_BYTES + MENU_STRING_BASE
  76. // Dither Menu OPTIONS_MENU_BASE
  77. // Help Menu HELP_MENU_BASE
  78. #define STR_HELP_INDEX IDM_HELP_INDEX + MENU_STRING_BASE
  79. #define STR_HELP_USING IDM_HELP_USING + MENU_STRING_BASE
  80. #define STR_HELP_ABOUT IDM_HELP_ABOUT + MENU_STRING_BASE
  81. #define STR_HELP_SEARCH IDM_HELP_SEARCH + MENU_STRING_BASE
  82. // System Menu
  83. #define STR_SYSMENU_RESTORE 1800
  84. #define STR_SYSMENU_MOVE 1801
  85. #define STR_SYSMENU_MINIMIZE 1802
  86. #define STR_SYSMENU_CLOSE 1803
  87. #define STR_SYSMENU_MAXIMIZE 1804
  88. #define STR_SYSMENU_TASK_LIST 1805
  89. #define STR_FILE_FILTER 2000
  90. #define STR_APP_TITLE 2001
  91. #define STR_APP_TITLE_LOADED 2002
  92. #define STR_FILE_LOG_FILTER 2003
  93. #define STR_FILE_PERF_LOG 2004
  94. #define MPEG_CODEC_BASE 4000
  95. #define IDD_AUDIOPROP 4000 // MPEG_CODEC_BASE + 0
  96. #define FULL_FREQ MPEG_CODEC_BASE + 1
  97. #define HALF_FREQ MPEG_CODEC_BASE + 2
  98. #define QUARTER_FREQ MPEG_CODEC_BASE + 3
  99. #define IDC_INTEGER MPEG_CODEC_BASE + 4
  100. #define D_HIGH MPEG_CODEC_BASE + 5
  101. #define D_MEDIUM MPEG_CODEC_BASE + 6
  102. #define D_LOW MPEG_CODEC_BASE + 7
  103. #define STEREO_OUTPUT MPEG_CODEC_BASE + 8
  104. #define IDC_8_BIT MPEG_CODEC_BASE + 9
  105. #define IDC_16_BIT MPEG_CODEC_BASE + 10
  106. #define IDC_ADEFAULT MPEG_CODEC_BASE + 11
  107. #define IDC_AINFO MPEG_CODEC_BASE + 12
  108. #define IDD_VIDEOPROP 4008 // MPEG_CODEC_BASE + 9
  109. #define NO_DECODE MPEG_CODEC_BASE + 10
  110. #define I_ONLY MPEG_CODEC_BASE + 11
  111. #define IP_ONLY MPEG_CODEC_BASE + 12
  112. #define IP_1_IN_4_B MPEG_CODEC_BASE + 13
  113. #define IP_2_IN_4_B MPEG_CODEC_BASE + 14
  114. #define IP_3_IN_4_B MPEG_CODEC_BASE + 15
  115. #define IP_ALL_B MPEG_CODEC_BASE + 16
  116. #define B_HIGH MPEG_CODEC_BASE + 17
  117. #define B_MEDIUM MPEG_CODEC_BASE + 18
  118. #define B_LOW MPEG_CODEC_BASE + 19
  119. #define OUTPUT_16BIT MPEG_CODEC_BASE + 20
  120. #define OUTPUT_8BIT MPEG_CODEC_BASE + 21
  121. #define CONVERT_OUTPUT MPEG_CODEC_BASE + 22
  122. #define HI_QUALITY_OUTPUT MPEG_CODEC_BASE + 23
  123. #define B_GREY MPEG_CODEC_BASE + 24
  124. #define IGNORE_QUALITY MPEG_CODEC_BASE + 25
  125. #define STATS_BUTTON MPEG_CODEC_BASE + 26
  126. #define ID_DEFAULT MPEG_CODEC_BASE + 27
  127. #define IDD_VIDEOSTATS 4027 // MPEG_CODEC_BASE + 28
  128. #define ID_STATSBOX MPEG_CODEC_BASE + 29
  129. #define ID_REFRESH MPEG_CODEC_BASE + 30
  130. #define IDD_PROPPAGE 4040 // MPEG_CODEC_BASE + 40
  131. #define IDC_FILTERS MPEG_CODEC_BASE + 41
  132. #define IDC_PROPERTIES MPEG_CODEC_BASE + 42
  133. #define STR_MAX_STRING_LEN 256
  134. #define IDS_FRAMES_DEC MPEG_CODEC_BASE + 31
  135. #define IDS_PROPORTION MPEG_CODEC_BASE + 32
  136. #define IDS_IMAGE_SIZE MPEG_CODEC_BASE + 33
  137. #define IDS_BUFFER_VBV MPEG_CODEC_BASE + 34
  138. #define IDS_BITRATE MPEG_CODEC_BASE + 35
  139. #define IDS_PROP_I MPEG_CODEC_BASE + 36
  140. #define IDS_PROP_P MPEG_CODEC_BASE + 37
  141. #define IDS_PROP_B MPEG_CODEC_BASE + 38
  142. #define IDS_SKIP_I MPEG_CODEC_BASE + 39
  143. #define IDS_SKIP_P MPEG_CODEC_BASE + 40
  144. #define IDS_SKIP_B MPEG_CODEC_BASE + 41
  145. #define IDS_NO_DATA MPEG_CODEC_BASE + 42
  146. #define IDS_NEWLINE MPEG_CODEC_BASE + 43