reactos/base/applications/sndvol32/resources.h

55 lines
1.5 KiB
C

#pragma once
#define IDM_MAINMENU 101
#define IDI_MAINAPP 301
#define IDI_SPEAKER_LEFT 302
#define IDI_SPEAKER_RIGHT 303
#define IDM_PROPERTIES 1001
#define IDM_ADVANCED_CONTROLS 1002
#define IDM_EXIT 1003
#define IDM_HELP_TOPICS 1101
#define IDM_ABOUT 1102
#define IDC_MIXERDEVICE 1001
#define IDC_PLAYBACK 1002
#define IDC_RECORDING 1003
#define IDC_OTHER 1004
#define IDC_LINE 1005
#define IDC_LABELCONTROLS 1006
#define IDC_CONTROLS 1007
#define IDC_LINE_NAME 1008
#define IDC_LINE_SWITCH 1009
#define IDC_LINE_SLIDER_HORZ 1010
#define IDC_LINE_SLIDER_VERT 1011
#define IDC_LINE_ADVANCED 1012
#define IDC_LINE_SEP 1013
#define IDC_ADV_TONE_CONTROLS 1020
#define IDC_ADV_BASS_LOW 1021
#define IDC_ADV_BASS_HIGH 1022
#define IDC_ADV_BASS_SLIDER 1023
#define IDC_ADV_TREBLE_LOW 1024
#define IDC_ADV_TREBLE_HIGH 1025
#define IDC_ADV_TREBLE_SLIDER 1026
#define IDC_ADV_OTHER_CONTROLS 1027
#define IDC_ADV_OTHER_TEXT 1028
#define IDC_ADV_OTHER_CHECK1 1029
#define IDC_ADV_OTHER_CHECK2 1030
#define IDS_SNDVOL32 100
#define IDS_NOMIXERDEVICES 101
#define IDS_SELECT 102
#define IDS_ADVANCED_CONTROLS 103
#define IDS_OTHER_CONTROLS1 104
#define IDS_OTHER_CONTROLS2 105
#define IDD_NORMAL_MASTER 200
#define IDD_NORMAL_LINE 201
#define IDD_SMALL_MASTER 202
#define IDD_SMALL_LINE 203
#define IDD_TRAY_MASTER 204
#define IDD_PREFERENCES 205
#define IDD_ADVANCED 206