windows-nt/Source/XPSP1/NT/base/subsys/sm/sfc/test/test.rc
2020-09-26 16:20:57 +08:00

48 lines
1.3 KiB
Plaintext

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
sfc.rc
Abstract:
Resource script.
Author:
Wesley Witt (wesw) 18-Dec-1998
Revision History:
--*/
#include <windows.h>
#include <ntverp.h>
#include "resource.h"
IDI_CDROM ICON DISCARDABLE "cdrom.ico"
IDI_NETWORK ICON DISCARDABLE "network.ico"
IDD_SFC_CD_PROMPT DIALOG DISCARDABLE 0, 0, 250, 84
STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Windows File Protection"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDI_CDROM,IDC_STATIC,7,7,20,20
LTEXT "Files that are required for Windows to run properly have been replaced by unrecognized versions. Windows must restore the original versions to maintain system stability.",
IDC_STATIC,32,7,211,28
LTEXT "Insert your Windows 2000 CD in the CD-ROM drive now.",
IDC_STATIC,32,43,211,9
DEFPUSHBUTTON "Cancel",IDCANCEL,193,63,50,14
END
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows File Protection"
#define VER_INTERNALNAME_STR "test.exe"
#define VER_ORIGINALFILENAME_STR "test.exe"
#include "common.ver"