[SNDVOL32] Add the small master dialog
[reactos.git] / base / applications / sndvol32 / resources.h
index 737f179..69aab74 100644 (file)
@@ -4,28 +4,29 @@
 
 #define IDI_MAINAPP 304
 
-#define IDC_PROPERTIES 1001
+#define IDC_PROPERTIES        1001
 #define IDC_ADVANCED_CONTROLS 1002
-#define IDC_EXIT 1003
-#define IDC_HELP_TOPICS 1101
-#define IDC_ABOUT 1102
+#define IDC_EXIT              1003
+#define IDC_HELP_TOPICS       1101
+#define IDC_ABOUT             1102
 
-
-#define IDC_MIXERDEVICE 1001
-#define IDC_PLAYBACK 1002
-#define IDC_RECORDING 1003
-#define IDC_OTHER 1004
-#define IDC_LINE 1005
-#define IDC_LABELCONTROLS 1006
-#define IDC_CONTROLS 1007
-#define IDC_LINE_NAME 1008
-#define IDC_LINE_SWITCH 1009
+#define IDC_MIXERDEVICE      1001
+#define IDC_PLAYBACK         1002
+#define IDC_RECORDING        1003
+#define IDC_OTHER            1004
+#define IDC_LINE             1005
+#define IDC_LABELCONTROLS    1006
+#define IDC_CONTROLS         1007
+#define IDC_LINE_NAME        1008
+#define IDC_LINE_SWITCH      1009
 #define IDC_LINE_SLIDER_HORZ 1010
 #define IDC_LINE_SLIDER_VERT 1011
-#define IDC_LINE_SEP 1012
+#define IDC_LINE_SEP         1012
 
-#define IDS_SNDVOL32 100
+#define IDS_SNDVOL32       100
 #define IDS_NOMIXERDEVICES 101
 
-#define IDD_VOLUME_CTRL 200
-#define IDD_PREFERENCES 201
+#define IDD_VOLUME_CTRL  200
+#define IDD_SMALL_MASTER 202
+#define IDD_TRAY_CTRL    204
+#define IDD_PREFERENCES  205