Leaked source code of windows server 2003
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.

122 lines
5.4 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include <windows.h>
  5. #include "logon.rcv"
  6. /////////////////////////////////////////////////////////////////////////////
  7. #undef APSTUDIO_READONLY_SYMBOLS
  8. /////////////////////////////////////////////////////////////////////////////
  9. // English (U.S.) resources
  10. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  11. #ifdef _WIN32
  12. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  13. #pragma code_page(1252)
  14. #endif //_WIN32
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // UIFILE
  18. //
  19. IDR_LOGONUI UIFILE DISCARDABLE "logon.uipp"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Bitmap
  23. //
  24. IDB_GO BITMAP DISCARDABLE "go.bmp"
  25. IDB_GOKF BITMAP DISCARDABLE "gokf.bmp"
  26. IDB_INFO BITMAP DISCARDABLE "info.bmp"
  27. IDB_INFOKF BITMAP DISCARDABLE "infokf.bmp"
  28. IDB_POWER BITMAP DISCARDABLE "power.bmp"
  29. IDB_POWERKF BITMAP DISCARDABLE "powerkf.bmp"
  30. IDB_SBLINEDOWNV BITMAP DISCARDABLE "sblinedownv.bmp"
  31. IDB_SBLINEUPV BITMAP DISCARDABLE "sblineupv.bmp"
  32. IDB_SBTHUMBV BITMAP DISCARDABLE "sbthumbv.bmp"
  33. IDB_SELECTION BITMAP DISCARDABLE "selection.bmp"
  34. IDB_VDIVIDER BITMAP DISCARDABLE "vdivider.bmp"
  35. IDB_HDIVIDERTOP BITMAP DISCARDABLE "hgradienttop.bmp"
  36. IDB_HDIVIDERBOT BITMAP DISCARDABLE "hgradientbottom.bmp"
  37. IDB_BACKGROUND BITMAP DISCARDABLE "clouds.bmp"
  38. IDB_EDITFRAME BITMAP DISCARDABLE "editframe.bmp"
  39. IDB_UNDOCK BITMAP DISCARDABLE "undock.bmp"
  40. IDB_UNDOCKKF BITMAP DISCARDABLE "undockkf.bmp"
  41. IDB_USERFRAME BITMAP DISCARDABLE "userframe.bmp"
  42. IDB_USERFRAMESEL BITMAP DISCARDABLE "userframesel.bmp"
  43. IDB_USER0 BITMAP DISCARDABLE "chess.bmp"
  44. IDB_PRODUCTNAME BITMAP DISCARDABLE "productname.bmp"
  45. IDB_FLAGSTRIP BITMAP DISCARDABLE "flagstrip.bmp"
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Icon
  49. //
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // String Table
  53. //
  54. STRINGTABLE DISCARDABLE
  55. BEGIN
  56. IDS_WELCOMEFONT "arial"
  57. IDS_OPTIONSFONT "tahoma"
  58. IDS_ACCOUNTLISTFONT "tahoma"
  59. IDS_HELPFONT "arial"
  60. IDS_TURNOFFFONTSIZE "14"
  61. IDS_INSTRUCTFONTSIZE "9"
  62. IDS_WELCOMEFONTSIZE "36"
  63. IDS_HELPFONTSIZE "14"
  64. IDS_STATUSFONTSIZE "8"
  65. IDS_PWINSTRUCTFONTSIZE "8"
  66. IDS_MANAGEACCOUNTS "After you log on, you can add or change accounts.\r\nJust go to Control Panel and click User Accounts."
  67. IDS_WELCOME "welcome"
  68. IDS_BEGIN "To begin, click your user name"
  69. IDS_TYPEPASSWORD "Type your password"
  70. IDS_LOGGINGON "Logging on..."
  71. IDS_LOGGEDON "Currently logged on"
  72. IDS_POWER "Turn off computer"
  73. IDS_POWERNAME "Turn off %s"
  74. IDS_UNDOCK "Undock computer"
  75. IDS_UNDOCKNAME "Undock %s"
  76. IDS_PLEASEWAIT "please wait..."
  77. IDS_PASSWORDHINTTITLE "Password Hint:"
  78. IDS_BADPWDTITLE "Did you forget your password?"
  79. IDS_BADPWD "Please type your password again. \r\nBe sure to use the correct uppercase and lowercase letters."
  80. IDS_BADPWDREST "You can <A>use your password reset disk</A>.\r\n\r\nPlease type your password again. \r\nBe sure to use the correct uppercase and lowercase letters."
  81. IDS_BADPWDHINT "You can click the ""?"" button to see your password hint.\r\n\r\nPlease type your password again. \r\nBe sure to use the correct uppercase and lowercase letters."
  82. IDS_BADPWDHINTREST "You can click the ""?"" button to see your password hint.\r\nOr you can <A>use your password reset disk</A>.\r\n\r\nPlease type your password again. \r\nBe sure to use the correct uppercase and lowercase letters."
  83. IDS_UNREADMAIL "%d unread mail message."
  84. IDS_UNREADMAILS "%d unread mail messages."
  85. IDS_RUNNINGPROGRAM "%d program running."
  86. IDS_RUNNINGPROGRAMS "%d programs running."
  87. IDS_USERRUNNINGPROGRAM "%s has %d program running"
  88. IDS_USERRUNNINGPROGRAMS "%s has %d programs running"
  89. IDS_USERISLOGGEDON "%s is logged on"
  90. IDS_USERLOGGEDON "Logged on"
  91. IDS_TOOMANYPROGRAMS "Running too many programs can slow down your computer. \r\nIf your computer is running more slowly than normal, try closing some programs."
  92. IDS_TOOMANYUSERS "Running too many programs may slow down your computer. \r\nIf your computer is running more slowly than normal, try logging some users off."
  93. IDS_USERUNREADEMAIL "%s has %d e-mail message"
  94. IDS_USERUNREADEMAILS "%s has %d e-mail messages"
  95. IDS_UNREADMAILTEMP "To read your messages, log on and choose E-mail from the Start menu."
  96. IDS_UNREADMAILACCOUNT "%s (%d)"
  97. IDS_WINDOWSNAME ""
  98. // Accessibility strings for narrator
  99. IDS_ACDSC_PWD "Log user on"
  100. END
  101. #endif // English (U.S.) resources
  102. /////////////////////////////////////////////////////////////////////////////