* Sync up to trunk head (r64894).
[reactos.git] / base / applications / sndvol32 / resources.h
1 #pragma once
2
3 #define IDM_MAINMENU 101
4
5 #define IDI_MAINAPP 304
6
7 #define IDC_PROPERTIES 1001
8 #define IDC_ADVANCED_CONTROLS 1002
9 #define IDC_EXIT 1003
10 #define IDC_HELP_TOPICS 1101
11 #define IDC_ABOUT 1102
12
13 #define IDC_MIXERDEVICE 1001
14 #define IDC_PLAYBACK 1002
15 #define IDC_RECORDING 1003
16 #define IDC_OTHER 1004
17 #define IDC_LINE 1005
18 #define IDC_LABELCONTROLS 1006
19 #define IDC_CONTROLS 1007
20 #define IDC_LINE_NAME 1008
21 #define IDC_LINE_SWITCH 1009
22 #define IDC_LINE_SLIDER_HORZ 1010
23 #define IDC_LINE_SLIDER_VERT 1011
24 #define IDC_LINE_SEP 1012
25
26 #define IDS_SNDVOL32 100
27 #define IDS_NOMIXERDEVICES 101
28
29 #define IDD_VOLUME_CTRL 200
30 #define IDD_PREFERENCES 201