[SNDVOL32] Change the menu item prefix from IDC to IDM
[reactos.git] / base / applications / sndvol32 / resources.h
1 #pragma once
2
3 #define IDM_MAINMENU 101
4
5 #define IDI_MAINAPP 301
6 #define IDI_SPEAKER_LEFT 302
7 #define IDI_SPEAKER_RIGHT 303
8
9 #define IDM_PROPERTIES 1001
10 #define IDM_ADVANCED_CONTROLS 1002
11 #define IDM_EXIT 1003
12 #define IDM_HELP_TOPICS 1101
13 #define IDM_ABOUT 1102
14
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 #define IDC_LINE_NAME 1008
23 #define IDC_LINE_SWITCH 1009
24 #define IDC_LINE_SLIDER_HORZ 1010
25 #define IDC_LINE_SLIDER_VERT 1011
26 #define IDC_LINE_SEP 1012
27
28 #define IDS_SNDVOL32 100
29 #define IDS_NOMIXERDEVICES 101
30
31 #define IDD_NORMAL_MASTER 200
32 #define IDD_NORMAL_LINE 201
33 #define IDD_SMALL_MASTER 202
34 #define IDD_SMALL_LINE 203
35 #define IDD_TRAY_MASTER 204
36 #define IDD_PREFERENCES 205