Source code of Windows XP (NT5)
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.

47 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sfc.rc
  5. Abstract:
  6. Resource script.
  7. Author:
  8. Wesley Witt (wesw) 18-Dec-1998
  9. Revision History:
  10. --*/
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #include "resource.h"
  14. IDI_CDROM ICON DISCARDABLE "cdrom.ico"
  15. IDI_NETWORK ICON DISCARDABLE "network.ico"
  16. IDD_SFC_CD_PROMPT DIALOG DISCARDABLE 0, 0, 250, 84
  17. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  18. CAPTION "Windows File Protection"
  19. FONT 8, "MS Shell Dlg"
  20. BEGIN
  21. ICON IDI_CDROM,IDC_STATIC,7,7,20,20
  22. 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.",
  23. IDC_STATIC,32,7,211,28
  24. LTEXT "Insert your Windows 2000 CD in the CD-ROM drive now.",
  25. IDC_STATIC,32,43,211,9
  26. DEFPUSHBUTTON "Cancel",IDCANCEL,193,63,50,14
  27. END
  28. #define VER_FILETYPE VFT_APP
  29. #define VER_FILESUBTYPE VFT2_UNKNOWN
  30. #define VER_FILEDESCRIPTION_STR "Windows File Protection"
  31. #define VER_INTERNALNAME_STR "test.exe"
  32. #define VER_ORIGINALFILENAME_STR "test.exe"
  33. #include "common.ver"