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.

153 lines
6.5 KiB

  1. // Context Help IDs for the Sound and Multimedia Control Panels
  2. // Updated: 5-12-00, with new values for MMC Panels. See "Updated"
  3. // section at bottom of file for new entries.
  4. // Pete Mentele
  5. //
  6. #ifndef NO_HELP
  7. #define NO_HELP ((DWORD) -1) // Disables Help for a control
  8. #endif
  9. #define IDH_COMM_GROUPBOX 28548 // Value copied from help.h
  10. #define IDH_FPROP_GEN_NAME 4708 // Value copied from help.h
  11. #define IDH_FPROP_GEN_ICON 4779 // Value copied from help.h
  12. #define IDH_ADDMIDI_CHANNEL 2400
  13. #define IDH_ADDMIDI_INSTRUMENT 2401
  14. #define IDH_ADV_PROPERTIES 2402
  15. #define IDH_AUDIO_CUST_ATTRIB 2403
  16. #define IDH_AUDIO_CUST_FORMAT 2404
  17. #define IDH_AUDIO_CUST_NAME 2405
  18. #define IDH_AUDIO_CUST_REMOVE 2406
  19. #define IDH_AUDIO_CUST_SAVEAS 2407
  20. #define IDH_AUDIO_PLAY_PREFER_DEV 2408
  21. #define IDH_AUDIO_PLAY_VOL 2409
  22. #define IDH_AUDIO_REC_CUST 2410
  23. #define IDH_AUDIO_REC_PREFER_DEV 2411
  24. #define IDH_AUDIO_REC_PREFER_QUAL 2412
  25. #define IDH_AUDIO_REC_VOL 2413
  26. #define IDH_AUDIO_USE_PREF_ONLY 2414
  27. #define IDH_AUDIO_PLAY_PREFER_QUAL 2417
  28. #define IDH_AUDIO_PLAY_CUST 2418
  29. #define IDH_CD_PLAY_ANALOG 2420
  30. #define IDH_CD_VOL_HEADPHONE 2420
  31. #define IDH_EVENT_BROWSE 2422
  32. #define IDH_EVENT_DELETE_BUTTON 2423
  33. #define IDH_EVENT_EVENT 2424
  34. #define IDH_EVENT_FILE 2425
  35. #define IDH_EVENT_LABEL 2427
  36. #define IDH_EVENT_PLAY 2428
  37. #define IDH_EVENT_SAVEAS_BUTTON 2430
  38. #define IDH_EVENT_SCHEME 2431
  39. #define IDH_SOUNDS_SYS_VOL_CONTROL 2432
  40. #define IDH_EVENT_STOP 2434
  41. #define IDH_GENERIC_DEVICES 2435
  42. #define IDH_MIDI_ADD_NEW 2436
  43. #define IDH_MIDI_CFGDLG_CHANGE 2437
  44. #define IDH_MIDI_CFGDLG_DELETE 2438
  45. #define IDH_MIDI_CFGDLG_SAVEAS 2439
  46. #define IDH_MIDI_CFGDLG_SCHEME 2440
  47. #define IDH_MIDI_CONFIG_SCHEME 2441
  48. #define IDH_MIDI_CUST_CONFIG 2442
  49. #define IDH_MIDI_INSTRUMENTS 2443
  50. #define IDH_MIDI_SAVEDLG_SCHEMENAME 2444
  51. #define IDH_MIDI_SCHEME 2445
  52. #define IDH_MIDI_SINGLE_INST 2446
  53. #define IDH_MMCPL_DEVPROP_ABOUT 2447
  54. #define IDH_MMCPL_DEVPROP_CHANGE_PRI 2448
  55. #define IDH_MMCPL_DEVPROP_DETAILS_BROWSE 2449
  56. #define IDH_MMCPL_DEVPROP_DETAILS_INS_DEF 2450
  57. #define IDH_MMCPL_DEVPROP_DETAILS_INSTRUMENT 2451
  58. #define IDH_MMCPL_DEVPROP_DISABLE 2452
  59. #define IDH_MMCPL_DEVPROP_DONT_MAP 2453
  60. #define IDH_MMCPL_DEVPROP_ENABLE 2454
  61. #define IDH_MMCPL_DEVPROP_REMOVE 2455
  62. #define IDH_MMCPL_DEVPROP_SETTINGS 2456
  63. #define IDH_ADD_DRIVER_LIST 2457
  64. #define IDH_MIDI_SINGLE_INST_BUTTON 2458
  65. #define IDH_SAVEAS_SCHEMENAME 2459
  66. #define IDH_VIDEO_FIXED_WINDOW 2460
  67. #define IDH_VIDEO_FULL_SCREEN 2461
  68. #define IDH_VIDEO_GRAPHIC 2462
  69. #define IDH_MMCPL_DEVPROP_DETAILS_MIDI_PORT 2463
  70. #define IDH_MIDI_SINGLE_INST_LIST 2464
  71. #define IDH_MMCPL_DEVPROP_INST_LIST 2465
  72. #define IDH_ADV_ADDDRIVER 2466
  73. #define IDH_AUDIO_SHOW_INDICATOR 2467
  74. #define IDH_CD_CDROM_DRIVE 2468
  75. #define IDH_EVENT_BROWSE_PREVIEW 2469
  76. #define IDH_FCAB_MM_COPYRIGHT 2470
  77. #define IDH_FCAB_MM_FILELEN 2471
  78. #define IDH_FCAB_MM_AUDIOFORMAT 2472
  79. #define IDH_FCAB_MM_MIDISEQUENCENAME 2473
  80. #define IDH_FCAB_MM_VIDEOFORMAT 2474
  81. #define IDH_FCAB_MM_DETAILSINFO 2475
  82. #define IDH_FCAB_MM_PREVIEW_CONTROL 2476
  83. #define IDH_AUDIO_CUST_SAVEAS_SAVE_FORMAT 2477
  84. #define IDH_VIDEO_ADVANCED_BUTTON 2478
  85. #define IDH_VIDEO_ADVANCED_COMPAT 2479
  86. // 2480 - 2499 reserved for joy.cpl.
  87. //////////////
  88. // Help ID's for advanced audio dialog
  89. //////////////
  90. #define IDH_ADV_AUDIO_ACCELERATION 2602
  91. #define IDH_ADV_AUDIO_SRCQUALITY 2603
  92. #define IDH_ADV_AUDIO_RESTOREDEFAULTS 2604
  93. #define IDH_ADV_AUDIO_PLAY_PROP 2605
  94. #define IDH_ADV_AUDIO_REC_PROP 2606
  95. #define IDH_SPEAKERS_PICKER 2607
  96. #define IDH_SPEAKERS_IMAGE 2608
  97. #define IDH_CD_CDROM_VOLUME 2609
  98. //////////////
  99. // Help ID's for advanced Voice dialog
  100. //////////////
  101. #define IDH_VOICE_SPEAKERICON 2624
  102. #define IDH_VOICE_LAUNCH_VOCVOL 2623
  103. #define IDH_VOICE_PLAYBACK_ADVVOC 2627
  104. #define IDH_VOICE_RECORDICON 2625
  105. #define IDH_VOICE_LAUNCH_CAPVOL 2622
  106. #define IDH_VOICE_CAPTURE_ADVVOL 2626
  107. #define IDH_VOICE_ADVANCED_TEST 2621
  108. #define IDH_SOUNDS_VOL_MUTE_BUTTON 90001
  109. #define IDH_AUDIO_MIDI_VOL 90002
  110. #define IDH_CDROM_PROPERTIES_DIGITAL 90003
  111. //////////////
  112. // Generic Help ID for the about dialog box
  113. // Displays in MIDI Music Playback group box,
  114. // under Audio tab.
  115. //////////////
  116. #define IDH_ABOUT 80000
  117. ///////////////////////
  118. //
  119. // Updated: 5-12-00, by Pete Mentele
  120. // New values for additions made by Roger Wynn, inserted by Pete Mentele.
  121. //
  122. // Using values 2500-2599 for the following items.
  123. //
  124. ///////////////////////
  125. // Volume Page
  126. #define IDH_VOLUME_BRAND 2500
  127. #define IDH_VOLUME_MIXER 2502
  128. #define IDH_LAUNCH_MULTICHANNEL 2510
  129. // Multichannel Page
  130. #define IDH_MC_ALL_SLIDERS 2514
  131. #define IDH_MC_MOVE_TOGETHER 2560
  132. #define IDH_MC_RESTORE 2562
  133. // Effects
  134. #define IDH_EFFECT_STATIC 2584
  135. #define IDH_EFFECT_UP 2586
  136. #define IDH_EFFECT_DOWN 2588
  137. #define IDH_EFFECT_PROP 2590