[SNDVOL32] Move the advanced controls dialog to a separate file and update its title on creation.

This commit is contained in:
Eric Kohl 2019-02-21 22:26:58 +01:00
parent 6accaef3c7
commit 03c3dd5ab0
34 changed files with 300 additions and 58 deletions

View file

@ -38,8 +38,12 @@
#define IDC_ADV_OTHER_CHECK1 1029
#define IDC_ADV_OTHER_CHECK2 1030
#define IDS_SNDVOL32 100
#define IDS_NOMIXERDEVICES 101
#define IDS_SNDVOL32 100
#define IDS_NOMIXERDEVICES 101
#define IDS_SELECT 102
#define IDS_ADVANCED_CONTROLS 103
#define IDS_OTHER_CONTROLS1 104
#define IDS_OTHER_CONTROLS2 105
#define IDD_NORMAL_MASTER 200
#define IDD_NORMAL_LINE 201