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.

55 lines
2.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "wlballoon.rh"
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Icon
  7. //
  8. // Icon with lowest ID value placed first to ensure application icon
  9. // remains consistent on all systems.
  10. IDI_KERBEROS_TICKET ICON DISCARDABLE "res\\ticket.ico"
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Bitmap
  14. //
  15. IDB_KERBEROS_TICKET BITMAP DISCARDABLE "res\\ticket.bmp"
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // Dialog
  19. //
  20. #if (0) // Note: This dialog is commented out.
  21. IDD_BALLOON_DIALOG DIALOG DISCARDABLE 0, 0, 274, 122
  22. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  23. CAPTION "Expired Credentials"
  24. FONT 8, "MS Shell Dlg"
  25. BEGIN
  26. DEFPUSHBUTTON "OK",IDOK,118,98,54,16
  27. CONTROL IDB_KERBEROS_TICKET,IDC_KERBEROS_TICKET,"Static",SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,6,8,50,75
  28. LTEXT "Windows needs your current credentials to ensure network connectivity.\n\nPlease lock this computer, then unlock it using your most recent password or smart card.",
  29. IDC_DESCRIPTION,64,8,202,75
  30. CONTROL "",IDC_SEPARATORLINE,"Static",SS_ETCHEDHORZ,6,90,262,1
  31. END
  32. #endif
  33. /////////////////////////////////////////////////////////////////////////////
  34. //
  35. // String Table
  36. //
  37. STRINGTABLE DISCARDABLE
  38. BEGIN
  39. IDS_BALLOON_TIP "Windows needs your current credentials to ensure network connectivity."
  40. IDS_BALLOON_TITLE "Windows needs your current credentials"
  41. IDS_BALLOON_TEXT "Please lock this computer, then unlock it using your most recent password or smart card. Please click the icon to see more information."
  42. IDS_BALLOON_DIALOG_TITLE "Expired Credentials"
  43. IDS_BALLOON_DIALOG_TEXT "Windows needs your current credentials to ensure network connectivity.\n\nPlease lock this computer, then unlock it using your most recent password or smart card.\nTo lock your computer, press CTRL+ALT+DELETE, and then press ENTER."
  44. IDS_BALLOON_DIALOG_TS_TEXT "Windows needs your current credentials to ensure network connectivity.\n\nPlease lock this computer, then unlock it using your most recent password or smart card.\nTo lock your computer, press CTRL+ALT+END, and then press ENTER."
  45. END