Windows2003-3790/multimedia/media/mplayer2/options.dlg
2020-09-30 16:53:55 +02:00

23 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OPTIONS DIALOG 32, 18, 128, 137
STYLE DS_MODALFRAME | DS_CONTEXTHELP | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Options"
#ifdef CHICAGO_PRODUCT
FONT 8, "MS Sans Serif"
#else
FONT 8, "MS Shell Dlg"
#endif
BEGIN
AUTOCHECKBOX "&Auto Rewind", OPT_AUTORWD, 6, 8, 72, 10
AUTOCHECKBOX "Auto &Repeat", OPT_AUTOREP, 6, 24, 71, 10
GROUPBOX "OLE Object", IDC_OLEOBJECT, 4, 41, 122, 91
GROUPBOX "", 0, 10, 55, 110, 28
AUTOCHECKBOX "&Control Bar On Playback", OPT_BAR, 16, 54, 91, 10
LTEXT "Cap&tion:", IDC_CAPTIONTEXT, 14, 68, 27, 8
EDITTEXT IDC_TITLETEXT, 48, 66, 67, 12, ES_AUTOHSCROLL
AUTOCHECKBOX "&Border around object", OPT_BORDER, 10, 88, 105, 10
AUTOCHECKBOX "&Play in client document", OPT_PLAY, 10, 102, 103, 10
AUTOCHECKBOX "&Dither picture to VGA colors", OPT_DITHER, 10, 116, 101, 10
PUSHBUTTON "OK", IDOK, 84, 6, 40, 14
PUSHBUTTON "Cancel", IDCANCEL, 84, 23, 40, 14
END