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.

41 lines
1.7 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: res.rc
  3. *
  4. * Copyright (c) 1991-1993, Microsoft Corporation
  5. *
  6. * Main userinit resource file.
  7. *
  8. * History:
  9. * 15-03-93 Andreva Created.
  10. \***************************************************************************/
  11. #include "windows.h"
  12. #include "stringid.h"
  13. STRINGTABLE
  14. BEGIN
  15. IDS_INVALID_DISPLAY "Invalid Display Settings"
  16. IDS_VMAPPLET "control main.cpl system"
  17. IDS_DISPLAYAPPLET "Rundll32 shell32,Control_RunDLL desk.cpl,,3"
  18. IDS_FAILING_WORKINGDIR "%s\nThis working directory is invalid: %s\nPlease consult help for more information"
  19. IDS_FAILING_SHELLCOMMAND "%s\nThis initial program cannot be started: %s\nPlease consult help for more information"
  20. IDS_ERROR_WORKINGDIR "An error (%u) occurred while creating user logon.\nThis working directory is invalid: %s\nPlease consult help for more information"
  21. IDS_ERROR_SHELLCOMMAND "An error (%u) occurred while creating user logon.\nThis initial program cannot be started: %s\nPlease consult help for more information"
  22. IDS_ERROR_SHELL_FAILED "You are connected to the remote computer. However, an error occured while an initial user program was starting, so you are being logged off. Contact the system administrator for assistance."
  23. IDS_LOGON_FAILED "Logon Failed"
  24. END
  25. #include "strings.h"
  26. #include "strings.rc"
  27. #include <ntverp.h>
  28. #define VER_FILETYPE VFT_APP
  29. #define VER_FILESUBTYPE VFT2_UNKNOWN
  30. #define VER_FILEDESCRIPTION_STR "Userinit Logon Application"
  31. #define VER_INTERNALNAME_STR "userinit\0"
  32. #define VER_ORIGINALFILENAME_STR "USERINIT.EXE"
  33. #include "common.ver"