editor/bass-sys/bass24/c/fxtest/fxtest.rc

24 lines
1 KiB
Text
Raw Normal View History

2021-01-05 10:17:41 +00:00
#include <windows.h>
1000 DIALOG DISCARDABLE 100, 100, 200, 100
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "BASS DX8 effects test"
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "click here to open a file...",10,5,5,190,14
CONTROL "",20,"msctls_trackbar32",TBS_BOTH | TBS_VERT |
WS_TABSTOP,20,25,30,45
CONTROL "",21,"msctls_trackbar32",TBS_BOTH | TBS_VERT |
WS_TABSTOP,55,25,30,45
CONTROL "",22,"msctls_trackbar32",TBS_BOTH | TBS_VERT |
WS_TABSTOP,90,25,30,45
CONTROL "",23,"msctls_trackbar32",TBS_BOTH | TBS_VERT |
WS_TABSTOP,150,25,30,45
CTEXT "125 hz",-1,20,72,30,8
CTEXT "1 khz",-1,55,72,30,8
CTEXT "8 khz",-1,90,72,30,8
CTEXT "reverb",-1,150,72,30,8
CONTROL "Apply effects to final output instead of file",30,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,5,87,150,10
END