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.

133 lines
5.7 KiB

  1. 1 DLGINCLUDE "dialogs.h"
  2. #include "shutdown.dlg"
  3. IDD_LOG_FILE_FULL DIALOG 67, 75, 160, 97
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  5. CAPTION "Logon Message"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "The security log is full. Select an action to re-enable Windows NT.",
  9. 401, 6, 11, 148, 21
  10. GROUPBOX "Corrective Action", 402, 6, 31, 148, 38
  11. AUTORADIOBUTTON "&Extend the Log File Size by 10k Bytes",
  12. IDD_EXTEND_LOG_FILE, 12, 43, 138, 10, WS_GROUP |
  13. WS_TABSTOP
  14. AUTORADIOBUTTON "&Disable Auditing", IDD_DISABLE_AUDITING, 12, 54, 139,
  15. 10
  16. DEFPUSHBUTTON "OK", IDOK, 36, 77, 40, 14, WS_GROUP
  17. PUSHBUTTON "&Help", IDHELP_GINA, 83, 77, 40, 14
  18. END
  19. IDD_LOG_FILE_ALMOST_FULL DIALOG 173, 75, 175, 106
  20. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  21. CAPTION "Warning"
  22. FONT 8, "MS Shell Dlg"
  23. BEGIN
  24. LTEXT "The security log is almost full. The computer will reboot imminently unless the problem is corrected.",
  25. 401, 5, 10, 165, 25
  26. GROUPBOX "Corrective Action", 402, 6, 36, 162, 44
  27. AUTORADIOBUTTON "&Extend the Log File Size by 10 KB",
  28. IDD_EXTEND_LOG_FILE, 12, 49, 150, 10, WS_GROUP |
  29. WS_TABSTOP
  30. AUTORADIOBUTTON "&Disable Auditing", IDD_DISABLE_AUDITING, 12, 62, 149,
  31. 10
  32. DEFPUSHBUTTON "OK", IDOK, 44, 86, 40, 14, WS_GROUP
  33. PUSHBUTTON "&Help", IDHELP_GINA, 91, 86, 40, 14
  34. END
  35. IDD_CONTROL DIALOG 70, 80, 144, 76
  36. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  37. CAPTION "Winlogon generic control dialog"
  38. FONT 8, "MS Shell Dlg"
  39. BEGIN
  40. END
  41. IDD_SHUTDOWN DIALOG 45, 22, 164, 52
  42. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  43. CAPTION "Shutdown Computer"
  44. FONT 8, "MS Shell Dlg"
  45. BEGIN
  46. LTEXT "It is now safe to turn off your computer.", 302, 31, 13,
  47. 132, 8
  48. ICON 4, IDD_ICON, 6, 7, 18, 20
  49. DEFPUSHBUTTON "&Restart", 305, 62, 32, 40, 14
  50. END
  51. IDD_FORCED_LOGOFF_WAIT DIALOG 94, 47, 146, 42
  52. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  53. CAPTION "Log Off In Progress"
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56. LTEXT "Please wait while the current user is logged off.", 101,
  57. 7, 12, 137, 19
  58. END
  59. IDD_SHUTDOWN_WAIT DIALOG 69, 73, 132, 42
  60. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  61. CAPTION "Shutdown in Progress"
  62. FONT 8, "MS Shell Dlg"
  63. BEGIN
  64. LTEXT "Please wait while the system writes unsaved data to the disk.",
  65. 101, 11, 12, 112, 18
  66. END
  67. IDD_WAIT_DOMAIN_CACHE_VALID DIALOG 111, 47, 120, 37
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  69. CAPTION "Please wait..."
  70. FONT 8, "MS Shell Dlg"
  71. BEGIN
  72. CTEXT "...while the domain list is created.", 101, 4, 13, 113,
  73. 13
  74. END
  75. IDD_CHANGE_PASSWORD_HELP DIALOG 10, 3, 281, 185
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Change Password Help"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. LTEXT "Regularly changing your password ensures the security of your computer.",
  81. 101, 10, 10, 245, 9
  82. LTEXT "Passwords are case-sensitive. Remember your use of uppercase and lowercase letters when you change your password. ",
  83. 112, 10, 19, 243, 17, NOT WS_GROUP
  84. LTEXT "To protect passwords, only asterisks are displayed when a password is typed.",
  85. 110, 10, 36, 261, 9, NOT WS_GROUP
  86. LTEXT "To change a password:", IDD_ICON, 10, 51, 230, 11, NOT
  87. WS_GROUP
  88. LTEXT "1. The User name box displays the name you used to logon. You can change the password for a different user by typing the username.",
  89. 103, 10, 65, 252, 18, NOT WS_GROUP
  90. LTEXT "2. The Domain box displays the name of the domain or computer where you logged on. To change the password for a user whose account is located in a different domain or on a different computer, select the domain or type the name.",
  91. 104, 10, 83, 253, 34, NOT WS_GROUP LTEXT "3. In the Old Password box, type the current password.",
  92. 105, 10, 117, 251, 9, NOT WS_GROUP
  93. LTEXT "4. In the New Password box, type the new password.",
  94. 106, 10, 126, 230, 9, NOT WS_GROUP
  95. LTEXT "5. In the Confirm New Password box, type the new password again.",
  96. 107, 10, 135, 230, 10, NOT WS_GROUP
  97. LTEXT "6. Choose the OK button.", 108, 10, 144, 230, 10, NOT
  98. WS_GROUP
  99. DEFPUSHBUTTON "OK", IDOK, 120, 165, 40, 14
  100. END
  101. IDD_CHANGE_PASSWORD_EXPIRED_HELP DIALOG 39, 41, 271, 119
  102. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  103. CAPTION "Change Expired Password Help"
  104. FONT 8, "MS Shell Dlg"
  105. BEGIN
  106. LTEXT "Your password has expired and you must change it before logging on.",
  107. 101, 10, 12, 227, 8
  108. LTEXT "Passwords are case-sensitive. Remember your use of uppercase and lowercase letters when you change your password. ",
  109. 109, 10, 20, 245, 17, NOT WS_GROUP
  110. LTEXT "To protect passwords, only asterisks are displayed when a password is typed.",
  111. 110, 10, 37, 253, 9, NOT WS_GROUP
  112. LTEXT "To change your password:", 102, 10, 52, 245, 8
  113. LTEXT "1. In the New Password box, type your new password.",
  114. 103, 10, 67, 251, 8
  115. LTEXT "2. In the Confirm New Password box, type your new password again.",
  116. 104, 10, 75, 250, 8
  117. LTEXT "3. Choose the OK button.", 105, 10, 83, 244, 8
  118. DEFPUSHBUTTON "OK", IDOK, 112, 99, 40, 14
  119. END