// // Resource data for use by WSelectMarker (all platforms) // 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 WSelectMarker in the Winteracter Subroutine // Reference. // // This file should be included in the resource file of any // program which calls WSelectMarker /////////////////////////////////////////////////// // // Dialogs // 32118 DIALOG 0, 0, 168, 150 STYLE WS_POPUP | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_3DLOOK | DS_MODALFRAME FONT 8, "MS Sans Serif" CAPTION "Marker" BEGIN CONTROL "",1001,"STATIC",WS_CHILD | WS_VISIBLE | WS_GROUP | SS_WHITERECT | SS_NOTIFY | SS_CENTERIMAGE | SS_SUNKEN, 4, 4, 160, 120 CONTROL "OK",IDOK,"BUTTON",WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON | BS_TEXT, 4, 128, 40, 14 CONTROL "Cancel",IDCANCEL,"BUTTON",WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON | BS_TEXT, 124, 128, 40, 14 END