[SNDVOL32] Add the 'Advanced Controls for Volume Control' dialog. It does nothing...
[reactos.git] / base / applications / sndvol32 / resources.h
index 6541046..eaa0585 100644 (file)
 #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
 
@@ -35,3 +47,4 @@
 #define IDD_SMALL_LINE    203
 #define IDD_TRAY_MASTER   204
 #define IDD_PREFERENCES   205
+#define IDD_ADVANCED      206