- Merge from trunk up to r45543
[reactos.git] / base / applications / sndvol32 / resources.h
1 #ifndef __SNDVOL_RESOURCES_H
2 #define __SNDVOL_RESOURCES_H
3
4 #define IDM_MAINMENU 101
5
6 #define IDI_MAINAPP 304
7
8 #define IDC_PROPERTIES 1001
9 #define IDC_ADVANCED_CONTROLS 1002
10 #define IDC_EXIT 1003
11 #define IDC_HELP_TOPICS 1101
12 #define IDC_ABOUT 1102
13
14 #define IDD_PREFERENCES 101
15 #define IDC_MIXERDEVICE 1001
16 #define IDC_PLAYBACK 1002
17 #define IDC_RECORDING 1003
18 #define IDC_OTHER 1004
19 #define IDC_LINE 1005
20 #define IDC_LABELCONTROLS 1006
21 #define IDC_CONTROLS 1007
22
23 #define IDS_SNDVOL32 100
24 #define IDS_NOMIXERDEVICES 101
25
26 #endif /* __SNDVOL_RESOURCES_H */