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