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.

65 lines
4.6 KiB

  1. // Context Help IDs deluxe CD player preference dialog
  2. extern TCHAR gszHelpFile[];
  3. // PlayOpts dialog help ID's
  4. #define IDH_PLAYBACKOPTIONS 1100 // Options that control application behavior (startplay, exitstop, topmost)
  5. #define IDH_STARTPLAY 1101 // Checkbox, if checked cd starts playing when app launches
  6. #define IDH_EXITSTOP 1102 // Checkbox, if checked cd stops playing when app exits
  7. #define IDH_TOPMOST 1103 // Checkbox, if checked CD player window floats on top of all other windows
  8. #define IDH_TIMEDISPLAY 1104 // Options that allow you to change the default time display
  9. #define IDH_CDTIME 1105 // RadioButton, display current CD time
  10. #define IDH_TRACKTIME 1106 // RadioButton, display current track time
  11. #define IDH_TRACKTIMEREMAIN 1107 // RadioButton, display remaining track time
  12. #define IDH_CDTIMEREMAIN 1108 // RadioButton, display remaining CD time
  13. #define IDH_PREVIEWOPTION 1109 // Descripe Preview Feature
  14. #define IDH_PREVIEWSLIDER 1110 // Slider - allows you to set the preview time
  15. #define IDH_PREVIEWDISPLAY 1111 // display - shows your your current prview time
  16. #define IDH_PLAYBACKDEFAULTS 1112 // Button - Sets playback options defaults
  17. #define IDH_SETVOLUMECONTROL 1113 // Button - Puts up advanced volume dialog to configure volume control for cd players
  18. // Volume configuration dialog help ID's
  19. #define IDH_VOL_MSG 1000 // Purpose of Advanced Volume Config Dialog
  20. #define IDH_SELECTCDPLAYER 1001 // ComboBox to select cd player to configure
  21. #define IDH_SELECTCDMIXER 1002 // ComboBox to select cd player to configure
  22. #define IDH_SELECTCDCONTROL 1003 // ComboBox to select cd player to configure
  23. #define IDH_USEMIXERDEFAULTS 1004 // Button to revert to calcuated cd line volume line and mixer
  24. // TitleOpts dialog help ID's
  25. #define IDH_DOWNLOADING 1200 // Explains internet download feature
  26. #define IDH_ABOUTALBUMS 1201 // Explains album information
  27. #define IDH_AUTODOWNLOADENABLED 1202 // Checkbox, if checked the player will attempt downloading of album information
  28. #define IDH_DOWNLOADPROMPT 1203 // Checkbox, if checked user is prompted when downloading is attempted
  29. #define IDH_SELECTCURRENTPROVIDER 1204 // Combobox to select primary provider
  30. #define IDH_ABOUTBATCHING 1205 // Explains album batching
  31. #define IDH_BATCHENABLED 1206 // Checkbox, if checked batching is enabled
  32. #define IDH_NUMBATCHED 1207 // Text - informs user how many albums are batched
  33. #define IDH_DOWNLOADNOW 1208 // Button - attempts to download any batched albums
  34. #define IDH_TITLEDEFAULTS 1209 // Button - Sets title options to default values
  35. // PlayList dialog help ID's
  36. #define IDH_ALBUMDATABASE 1300 // Explains album database browser tree control
  37. #define IDH_VIEWBYARTIST 1301 // Checkbox - If checked, database shows albums in database by artist, if not, by album title
  38. #define IDH_EDITPLAYLIST 1302 // Button - puts up Playlist Editor Dialog
  39. // PlayList Editor dialog help ID's
  40. #define IDH_EDIT_ARTIST 1400 // Editbox - Edit artist name
  41. #define IDH_EDIT_TITLE 1401 // Editbox - Edit title name
  42. #define IDH_AVAILTRACKS 1402 // Combobox - select/edit track names
  43. #define IDH_ADDTOPLAYLIST 1403 // Button - Add current selected track to playlist
  44. #define IDH_PLAYLIST 1404 // listbox - List current play list
  45. #define IDH_PLAYLIST_REMOVE 1405 // button - remove current selected tracks in playlist listbox
  46. #define IDH_PLAYLIST_CLEAR 1406 // button - clear all tracks in playlist listbox
  47. #define IDH_PLAYLIST_RESET 1407 // button - reset playlist listbox to actuall album track order playlist
  48. #define IDH_SYSTRAY_ICON 1500 // Checkbox - enables the systray icons for the cd player
  49. #define IDH_SUBMIT_ALBUM_DATA 1501 // Button - Submits modified album information to internet data providers