mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
389 B
10 lines
389 B
IDD_RESULTS DIALOG 48, 24, 242, 162
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Benchmark Results"
|
|
FONT 8, "Helv"
|
|
BEGIN
|
|
LISTBOX IDC_RESULTSLIST, 3, 3, 236, 133, LBS_USETABSTOPS |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
DEFPUSHBUTTON "&Ok", IDOK, 73, 142, 40, 14
|
|
PUSHBUTTON "&Save...", IDM_SAVERESULTS, 129, 142, 40, 14
|
|
END
|