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.

39 lines
1.6 KiB

  1. // CD Player Menus
  2. #define IDH_CDPLAYER_CS_CDPLAYER_DISC_EDIT_PLAY_LIST 4285
  3. #define IDH_CDPLAYER_CS_CDPLAYER_DISC_EXIT 4286
  4. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_TOOLBAR 4287
  5. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_DISC_TRACK_INFO 4288
  6. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_STATUS_BAR 4289
  7. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_TRACK_TIME_ELAPSED 4290
  8. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_REMAINING_TRACK_TIME 4291
  9. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_REMAINING_DISC_TIME 4292
  10. #define IDH_CDPLAYER_CS_CDPLAYER_VIEW_VOLUME_CONTROL 4293
  11. #define IDH_CDPLAYER_CS_CDPLAYER_OPTIONS_RANDOM_ORDER 4294
  12. #define IDH_CDPLAYER_CS_CDPLAYER_OPTIONS_CONTINUOUS_PLAY 4295
  13. #define IDH_CDPLAYER_CS_CDPLAYER_OPTIONS_INTRO_PLAY 4296
  14. #define IDH_CDPLAYER_CS_CDPLAYER_OPTIONS_PREFERENCES 4297
  15. #define IDH_CDPLAYER_CS_CDPLAYER_HELP_HELP_TOPICS 4298
  16. #define IDH_CDPLAYER_CS_CDPLAYER_HELP_ABOUT 4299
  17. // Disc Settings dialog
  18. #define IDH_CD_DRIVE_NAME 4300
  19. #define IDH_CD_GET_ARTIST 4301
  20. #define IDH_CD_GET_TITLE 4302
  21. #define IDH_CD_PLAY_LISTBOX 4303
  22. #define IDH_CD_ADD 4304
  23. #define IDH_CD_REMOVE 4305
  24. #define IDH_CD_CLEAR 4306
  25. #define IDH_CD_DEFAULT 4307
  26. #define IDH_CD_TRACK_LISTBOX 4308
  27. #define IDH_CD_TRACK_NAME 4309
  28. #define IDH_CD_SETNAME 4310
  29. // Preferences dialog box 4311
  30. #define IDH_CD_STOP_CD_ON_EXIT 4312
  31. #define IDH_CD_SAVE_ON_EXIT 4313
  32. #define IDH_CD_SHOW_TOOLTIPS 4314
  33. #define IDH_CD_INTRO_LENGTH 4315
  34. #define IDH_CD_DISPLAY_FONT 4316