WindowsXP-SP1/com/oleutest/letest/ole2ui/convert.dlg
2020-09-30 16:53:49 +02:00

33 lines
1.5 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.

IDD_CONVERT DIALOG 60, 26, 270, 146
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Convert"
FONT 8, "MS Shell Dlg"
BEGIN
RTEXT "Current Type:", IDCV_STXCURTYPE, 5, 7, 47, 8
LTEXT "Current Object Type", IDCV_OBJECTTYPE, 55, 7, 129, 8
LTEXT "Object T&ype:", IDCV_STXCONVERTTO, 71, 21, 89, 8
LISTBOX IDCV_ACTIVATELIST, 71, 32, 118, 53,
LBS_USETABSTOPS | LBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
LISTBOX IDCV_CONVERTLIST, 350, 180, 118, 53,
LBS_USETABSTOPS | LBS_SORT | WS_VSCROLL | WS_GROUP | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 197, 6, 67, 14, WS_GROUP
PUSHBUTTON "Cancel", IDCANCEL, 197, 24, 66, 14
PUSHBUTTON "&Help", ID_OLEUIHELP, 197, 42, 66, 14
CONTROL "&Display As Icon", IDCV_DISPLAYASICON, "Button",
BS_AUTOCHECKBOX | WS_TABSTOP, 200, 61, 64, 10
GROUPBOX "Result", IDCV_GRPRESULT, 6, 87, 183, 50
CONTROL "&Convert to:", IDCV_CONVERTTO, "Button",
BS_AUTORADIOBUTTON, 6, 34, 59, 10
CONTROL "&Activate as:", IDCV_ACTIVATEAS, "Button",
BS_AUTORADIOBUTTON, 7, 58, 59, 10
LTEXT "Result Text...", IDCV_RESULTTEXT, 11, 98, 174, 27
ICON "", IDCV_ICON, 221, 75, 18, 20
CTEXT "", IDCV_ICONLABEL1, 197, 100, 66, 8
CTEXT "", IDCV_ICONLABEL2, 197, 108, 66, 12
PUSHBUTTON "Change &Icon...", IDCV_CHANGEICON, 197, 121, 67, 14
END