// // Resource data for use by WSelectDir (Windows version) // copyright Interactive Software Services Ltd. 1997-2014 // // This file should not be modified or loaded into the Winteracter // resource editor. It should be used only in accordance with the // instructions provided for WSelectDir in the Winteracter // Subroutine Reference. // // This file is only required by the Salford/Silverfrost FTN95 // version of Winteracter. Versions for all other Windows Fortran // compilers use a customised version of a standard Windows dialog. /////////////////////////////////////////////////// // // Dialogs // 32101 DIALOG 0,0, 152, 144 STYLE WS_POPUP | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_3DLOOK | DS_MODALFRAME FONT 8, "MS Sans Serif" CAPTION "Select Directory" BEGIN CONTROL "String",1001,"EDIT",WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP | WS_TABSTOP | ES_LEFT | ES_AUTOHSCROLL, 2, 4, 100, 14 CONTROL "",1002,"LISTBOX",WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP | LBS_NOTIFY | LBS_HASSTRINGS | 0x0012, 2, 22, 100, 100 CONTROL "",1003,"COMBOBOX",WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_GROUP | WS_TABSTOP | CBS_DROPDOWNLIST | CBS_HASSTRINGS | 0x0100, 2, 126, 100, 54 CONTROL "OK",IDOK,"BUTTON",WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON | BS_TEXT, 108, 4, 40, 14 CONTROL "Cancel",IDCANCEL,"BUTTON",WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON | BS_TEXT, 108, 20, 40, 14 END