Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

27 lines
599 B

#include "windows.h"
#include "fontdefs.h"
#include "fvrc.h"
#include "fvmsg.h"
#include "fvmsg.rc"
STRINGTABLE DISCARDABLE
BEGIN
IDS_TIMESNEWROMAN "Times New Roman" /* Font name for Times New Roman */
END
fviewAccel ACCELERATORS
BEGIN
"D", IDB_DONE, ALT, VIRTKEY
"D", IDB_DONE, ASCII
"d", IDB_DONE, ASCII
"P", IDB_PRINT, ALT, VIRTKEY
"P", IDB_PRINT, ASCII
"p", IDB_PRINT, ASCII
VK_ESCAPE, IDB_DONE, VIRTKEY
END
#include "fontview.rcv"