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_ADVANCED    1012
27 #define IDC_LINE_SEP         1013
28 
29 #define IDC_ADV_TONE_CONTROLS  1020
30 #define IDC_ADV_BASS_LOW       1021
31 #define IDC_ADV_BASS_HIGH      1022
32 #define IDC_ADV_BASS_SLIDER    1023
33 #define IDC_ADV_TREBLE_LOW     1024
34 #define IDC_ADV_TREBLE_HIGH    1025
35 #define IDC_ADV_TREBLE_SLIDER  1026
36 #define IDC_ADV_OTHER_CONTROLS 1027
37 #define IDC_ADV_OTHER_TEXT     1028
38 #define IDC_ADV_OTHER_CHECK1   1029
39 #define IDC_ADV_OTHER_CHECK2   1030
40 
41 #define IDS_SNDVOL32          100
42 #define IDS_NOMIXERDEVICES    101
43 #define IDS_SELECT            102
44 #define IDS_ADVANCED_CONTROLS 103
45 #define IDS_OTHER_CONTROLS1   104
46 #define IDS_OTHER_CONTROLS2   105
47 
48 #define IDD_NORMAL_MASTER 200
49 #define IDD_NORMAL_LINE   201
50 #define IDD_SMALL_MASTER  202
51 #define IDD_SMALL_LINE    203
52 #define IDD_TRAY_MASTER   204
53 #define IDD_PREFERENCES   205
54 #define IDD_ADVANCED      206
55