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.
 
 
 
 
 
 

44 lines
1.2 KiB

#include <windows.h>
#include <scrnsave.h>
1 ICON "logon.ico"
2 ANIICON "welcome.ico"
100 DIALOG 8, 31, 216, 60
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Begin Logon"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Press Ctrl + Alt + Delete to log on", 1401, 72, 22, 129,
8
ICON 2, 1402, 18, 6, 54, 54
END
DLG_SCRNSAVECONFIGURE DIALOG 0, 0, 0, 0
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Logon Screen Saver"
FONT 8, "MS Shell Dlg"
BEGIN
END
STRINGTABLE PRELOAD
BEGIN
IDS_DESCRIPTION "Logon Screen Saver"
2, "This screen saver has no options that you can set."
END
#include <ntverp.h>
/*-----------------------------------------------*/
/* the following lines are specific to this file */
/*-----------------------------------------------*/
/* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
* and VER_INTERNALNAME_STR must be defined before including COMMON.VER
*/
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Logon Screen Saver"
#define VER_INTERNALNAME_STR "logon\0"
#include "common.ver"