[SNDVOL32] Add the 'Advanced Controls for Volume Control' dialog. It does nothing useful yet.

This commit is contained in:
Eric Kohl 2019-02-19 00:01:18 +01:00
parent 860f96f431
commit e6be187c04
30 changed files with 743 additions and 0 deletions

View file

@ -106,3 +106,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "За&глушаване", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -108,3 +108,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Ztlumit", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Stumm", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Erweiterte Lautstärkeeinstellungen"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "Mit diesen Einstellungen können Audioeigenschaften genauer eingestellt werden.", -1, 44, 7, 200, 32
GROUPBOX "Tonsteuerung", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "Diese Einstellungen bestimmen die Audioeigenschaften.", -1, 17, 48, 200, 14
LTEXT "&Tiefen:", -1, 17, 62, 50, 8
LTEXT "Niedrig", IDC_ADV_BASS_LOW, 70, 62, 23, 8
LTEXT "Hoch", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Höhen:", -1, 17, 90, 50, 8
LTEXT "Niedrig", IDC_ADV_TREBLE_LOW, 70, 90, 23, 8
LTEXT "Hoch", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Andere Einstellungen", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "Diese Einstellungen verändern zusätzlich die Audioeigenschaften. Weitere Informationen finden Sie in der Hardwaredokumentation.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Schließen", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -105,3 +105,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Silenciar", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Muet", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -107,3 +107,29 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "השתק", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_LAYOUTRTL
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Disattiva", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 9, "MS UI Gothic"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 9, "굴림"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -102,3 +102,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -110,3 +110,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Wycisz", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mudo", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "A&muțește tot", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "В&ыкл. все", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -106,3 +106,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "Heshtur", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Tyst", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -110,3 +110,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Mute", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "S&essiz", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -110,3 +110,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "&Тиша", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "静音(&M)", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 9, "宋体"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -104,3 +104,27 @@ BEGIN
CONTROL "", IDC_LINE_SLIDER_VERT, "msctls_trackbar32", TBS_VERT | TBS_BOTH | TBS_NOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 16, 15, 20, 50
AUTOCHECKBOX "靜音(&M)", IDC_LINE_SWITCH, 4, 70, 44, 8
END
IDD_ADVANCED DIALOGEX 0, 0, 255, 140
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Advanced Controls for Volume Control"
FONT 9, "新細明體"
BEGIN
CONTROL IDI_MAINAPP, -1, "static", SS_ICON | WS_CHILD | WS_VISIBLE, 7, 7, 32, 32
LTEXT "These settings can be used to make fine adjustments to your audio.", -1, 44, 7, 200, 32
GROUPBOX "Tone Controls", IDC_ADV_TONE_CONTROLS, 7, 33, 240, 80
LTEXT "These settings control how the tone of your audio sounds.", -1, 17, 48, 200, 14
LTEXT "&Bass:", -1, 17, 62, 50, 8
LTEXT "Low", IDC_ADV_BASS_LOW, 77, 62, 20, 8
LTEXT "High", IDC_ADV_BASS_HIGH, 182, 62, 20, 8
CONTROL "", IDC_ADV_BASS_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 62, 80, 20
LTEXT "&Treble:", -1, 17, 90, 50, 8
LTEXT "Low", IDC_ADV_TREBLE_LOW, 77, 90, 20, 8
LTEXT "High", IDC_ADV_TREBLE_HIGH, 182, 90, 20, 8
CONTROL "", IDC_ADV_TREBLE_SLIDER, "msctls_trackbar32", TBS_HORZ | TBS_AUTOTICKS | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 90, 80, 20
GROUPBOX "Other Controls", IDC_ADV_OTHER_CONTROLS, 7, 119, 240, 66
LTEXT "These settings make other changes to how your audio sounds. See your hardware documentation for details.", IDC_ADV_OTHER_TEXT, 17, 135, 220, 28
AUTOCHECKBOX "&1 ", IDC_ADV_OTHER_CHECK1, 17, 159, 220, 14
AUTOCHECKBOX "&2 ", IDC_ADV_OTHER_CHECK2, 17, 174, 220, 14
DEFPUSHBUTTON "Close", IDOK, 197, 120, 50, 14, WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP
END

View file

@ -26,6 +26,18 @@
#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

View file

@ -592,6 +592,55 @@ DlgPreferencesProc(HWND hwndDlg,
}
static
INT_PTR
CALLBACK
AdvancedDlgProc(
HWND hwndDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam)
{
switch (uMsg)
{
case WM_INITDIALOG:
/* FIXME: Update the dialog title */
/* Disable the tone controls */
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_BASS_LOW), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_BASS_HIGH), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_BASS_SLIDER), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_TREBLE_LOW), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_TREBLE_HIGH), FALSE);
EnableWindow(GetDlgItem(hwndDlg, IDC_ADV_TREBLE_SLIDER), FALSE);
/* Hide the other controls */
ShowWindow(GetDlgItem(hwndDlg, IDC_ADV_OTHER_CONTROLS), SW_HIDE);
ShowWindow(GetDlgItem(hwndDlg, IDC_ADV_OTHER_TEXT), SW_HIDE);
ShowWindow(GetDlgItem(hwndDlg, IDC_ADV_OTHER_CHECK1), SW_HIDE);
ShowWindow(GetDlgItem(hwndDlg, IDC_ADV_OTHER_CHECK2), SW_HIDE);
/* FIXME */
return TRUE;
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDOK:
EndDialog(hwndDlg, IDOK);
break;
}
break;
case WM_CLOSE:
EndDialog(hwndDlg, IDCANCEL);
break;
}
return FALSE;
}
/******************************************************************************/
static VOID
@ -1015,7 +1064,14 @@ MainWindowProc(HWND hwnd,
}
else if (CtrlID % IDC_LINE_ADVANCED == 0)
{
if (DialogBoxParam(hAppInstance,
MAKEINTRESOURCE(IDD_ADVANCED),
hwnd,
AdvancedDlgProc,
(LPARAM)NULL) == IDOK)
{
}
}
}
}