mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-01 01:27:20 +01:00
b570bed451
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@132 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
22 lines
977 B
Plaintext
22 lines
977 B
Plaintext
#include "resource.h"
|
|
#include "afxres.h"
|
|
|
|
IDD_CONFIG DIALOGEX 0, 0, 187, 92
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "in_vgmstream configuration"
|
|
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK",IDOK,129,7,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
|
|
EDITTEXT IDC_LOOP_COUNT,52,7,39,14,ES_AUTOHSCROLL
|
|
LTEXT "Loop Count",IDC_STATIC,7,10,44,12
|
|
LTEXT "Fade Length",IDC_STATIC,7,25,41,8
|
|
EDITTEXT IDC_FADE_SECONDS,52,23,39,14,ES_AUTOHSCROLL
|
|
LTEXT "seconds",IDC_STATIC,93,24,29,11
|
|
CONTROL "Loop forever",IDC_LOOP_FOREVER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,77,10
|
|
LTEXT "Thread Priority",IDC_STATIC,21,53,46,8
|
|
CONTROL "Slider1",IDC_THREAD_PRIORITY_SLIDER,"msctls_trackbar32",TBS_AUTOTICKS | WS_TABSTOP,7,61,77,10
|
|
CTEXT "DATARIFIC",IDC_THREAD_PRIORITY_TEXT,18,74,54,11
|
|
END
|
|
|