X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fsndvol32%2Fresources.h;h=737f1794dd866616fd069acaf8d6d217dd1eb270;hp=0272ffecd1c36d3d33be5f079239c85787d42dcf;hb=5eb7c07bb896c1f0d7e263566c8491ca724afd1b;hpb=785bea480a6845014874b3e9a8f071c00744748f diff --git a/base/applications/sndvol32/resources.h b/base/applications/sndvol32/resources.h index 0272ffecd1c..737f1794dd8 100644 --- a/base/applications/sndvol32/resources.h +++ b/base/applications/sndvol32/resources.h @@ -10,7 +10,7 @@ #define IDC_HELP_TOPICS 1101 #define IDC_ABOUT 1102 -#define IDD_PREFERENCES 101 + #define IDC_MIXERDEVICE 1001 #define IDC_PLAYBACK 1002 #define IDC_RECORDING 1003 @@ -18,6 +18,14 @@ #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 IDS_SNDVOL32 100 #define IDS_NOMIXERDEVICES 101 + +#define IDD_VOLUME_CTRL 200 +#define IDD_PREFERENCES 201