#include LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 DIALOGEX 0, 0, 240, 250 CAPTION "Customize" STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg" { GROUPBOX "What kind of folder do you want?", -1, 5, 5, 230, 65, WS_TABSTOP LTEXT "Use this &folder type as a template:", -1, 15, 20, 210, 12 COMBOBOX -1, 15, 35, 210, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP AUTOCHECKBOX "Also apply this template to all &subfolders", -1, 15, 50, 210, 15 GROUPBOX "Folder pictures", -1, 5, 75, 230, 90, WS_TABSTOP LTEXT "For Thumbnails view, you can put a picture on this folder to remind you of the contents.", -1, 15, 87, 115, 33 PUSHBUTTON "Choose &Picture...", -1, 15, 125, 115, 15 PUSHBUTTON "&Restore Default", -1, 15, 144, 115, 15 LTEXT "Preview:", -1, 139, 85, 81, 11 CONTROL "", -1, "STATIC", SS_BITMAP | WS_GROUP, 150, 100, 60, 60 GROUPBOX "Folder icons", -1, 5, 170, 230, 70, WS_TABSTOP LTEXT "For all views except Thumbnails, you can change the standard ""folder"" icon to another icon.", -1, 15, 180, 210, 25 ICON 0, -1, 175, 205, 32, 30 PUSHBUTTON "Change &Icon...", -1, 15, 210, 75, 15, BS_MULTILINE }