mirror of https://github.com/lianthony/NT4.0
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.
85 lines
3.0 KiB
85 lines
3.0 KiB
|
|
// Context Help IDs for the Sound and Multimedia Control Panels
|
|
|
|
#ifndef NO_HELP
|
|
#define NO_HELP ((DWORD) -1) // Disables Help for a control
|
|
#endif
|
|
|
|
#define IDH_MMSE_GROUPBOX 28548 // Value copied from help.h
|
|
#define IDH_FPROP_GEN_NAME 4708 // Value copied from help.h
|
|
#define IDH_FPROP_GEN_ICON 4779 // Value copied from help.h
|
|
|
|
#define IDH_ADDMIDI_CHANNEL 2400
|
|
#define IDH_ADDMIDI_INSTRUMENT 2401
|
|
#define IDH_ADV_PROPERTIES 2402
|
|
#define IDH_AUDIO_CUST_ATTRIB 2403
|
|
#define IDH_AUDIO_CUST_FORMAT 2404
|
|
#define IDH_AUDIO_CUST_NAME 2405
|
|
#define IDH_AUDIO_CUST_REMOVE 2406
|
|
#define IDH_AUDIO_CUST_SAVEAS 2407
|
|
#define IDH_AUDIO_PLAY_PREFER_DEV 2408
|
|
#define IDH_AUDIO_PLAY_VOL 2409
|
|
#define IDH_AUDIO_REC_CUST 2410
|
|
#define IDH_AUDIO_REC_PREFER_DEV 2411
|
|
#define IDH_AUDIO_REC_PREFER_QUAL 2412
|
|
#define IDH_AUDIO_REC_VOL 2413
|
|
#define IDH_AUDIO_USE_PREF_ONLY 2414
|
|
#define IDH_CD_VOL_HEADPHONE 2420
|
|
#define IDH_EVENT_BROWSE 2422
|
|
#define IDH_EVENT_DELETE_BUTTON 2423
|
|
#define IDH_EVENT_EVENT 2424
|
|
#define IDH_EVENT_FILE 2425
|
|
#define IDH_EVENT_LABEL 2427
|
|
#define IDH_EVENT_PLAY 2428
|
|
#define IDH_EVENT_SAVEAS_BUTTON 2430
|
|
#define IDH_EVENT_SCHEME 2431
|
|
#define IDH_EVENT_STOP 2434
|
|
#define IDH_GENERIC_DEVICES 2435
|
|
#define IDH_MIDI_ADD_NEW 2436
|
|
#define IDH_MIDI_CFGDLG_CHANGE 2437
|
|
#define IDH_MIDI_CFGDLG_DELETE 2438
|
|
#define IDH_MIDI_CFGDLG_SAVEAS 2439
|
|
#define IDH_MIDI_CFGDLG_SCHEME 2440
|
|
#define IDH_MIDI_CONFIG_SCHEME 2441
|
|
#define IDH_MIDI_CUST_CONFIG 2442
|
|
#define IDH_MIDI_INSTRUMENTS 2443
|
|
#define IDH_MIDI_SAVEDLG_SCHEMENAME 2444
|
|
#define IDH_MIDI_SCHEME 2445
|
|
#define IDH_MIDI_SINGLE_INST 2446
|
|
#define IDH_MMCPL_DEVPROP_ABOUT 2447
|
|
#define IDH_MMCPL_DEVPROP_CHANGE_PRI 2448
|
|
#define IDH_MMCPL_DEVPROP_DETAILS_BROWSE 2449
|
|
#define IDH_MMCPL_DEVPROP_DETAILS_INS_DEF 2450
|
|
#define IDH_MMCPL_DEVPROP_DETAILS_INSTRUMENT 2451
|
|
#define IDH_MMCPL_DEVPROP_DISABLE 2452
|
|
#define IDH_MMCPL_DEVPROP_DONT_MAP 2453
|
|
#define IDH_MMCPL_DEVPROP_ENABLE 2454
|
|
#define IDH_MMCPL_DEVPROP_REMOVE 2455
|
|
#define IDH_MMCPL_DEVPROP_SETTINGS 2456
|
|
#define IDH_ADD_DRIVER_LIST 2457
|
|
#define IDH_MIDI_SINGLE_INST_BUTTON 2458
|
|
#define IDH_SAVEAS_SCHEMENAME 2459
|
|
#define IDH_VIDEO_FIXED_WINDOW 2460
|
|
#define IDH_VIDEO_FULL_SCREEN 2461
|
|
#define IDH_VIDEO_GRAPHIC 2462
|
|
#define IDH_MMCPL_DEVPROP_DETAILS_MIDI_PORT 2463
|
|
#define IDH_MIDI_SINGLE_INST_LIST 2464
|
|
#define IDH_MMCPL_DEVPROP_INST_LIST 2465
|
|
#define IDH_ADV_ADDDRIVER 2466
|
|
#define IDH_AUDIO_SHOW_INDICATOR 2467
|
|
#define IDH_CD_CDROM_DRIVE 2468
|
|
#define IDH_EVENT_BROWSE_PREVIEW 2469
|
|
|
|
#define IDH_FCAB_MM_COPYRIGHT 2470
|
|
#define IDH_FCAB_MM_FILELEN 2471
|
|
#define IDH_FCAB_MM_AUDIOFORMAT 2472
|
|
#define IDH_FCAB_MM_MIDISEQUENCENAME 2473
|
|
#define IDH_FCAB_MM_VIDEOFORMAT 2474
|
|
#define IDH_FCAB_MM_DETAILSINFO 2475
|
|
#define IDH_FCAB_MM_PREVIEW_CONTROL 2476
|
|
|
|
#define IDH_AUDIO_CUST_SAVEAS_SAVE_FORMAT 2477
|
|
#define IDH_VIDEO_ADVANCED_BUTTON 2478
|
|
#define IDH_VIDEO_ADVANCED_COMPAT 2479
|
|
|
|
// 2480 - 2499 reserved for joy.cpl.
|