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.

80 lines
3.2 KiB

  1. Exclamation ICON bang.ico
  2. IDD_LINKSOURCEUNAVAILABLE DIALOG 21, 34, 175, 78
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION ""
  5. FONT 8, "MS Shell Dlg"
  6. BEGIN
  7. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  8. LTEXT "This action cannot be completed because the selected link's source is presently unavailable.", ID_PU_TEXT, 48, 8, 117, 32
  9. DEFPUSHBUTTON "OK", IDOK, 39, 58, 40, 14
  10. PUSHBUTTON "Links...", ID_PU_LINKS, 95, 58, 40, 14
  11. END
  12. IDD_CANNOTUPDATELINK DIALOG 21, 34, 175, 78
  13. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  14. CAPTION ""
  15. FONT 8, "MS Shell Dlg"
  16. BEGIN
  17. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  18. LTEXT "Some links could not be updated because their sources are presently unavailable.", ID_PU_TEXT, 48, 8, 117, 32
  19. DEFPUSHBUTTON "OK", IDOK, 39, 58, 40, 14
  20. PUSHBUTTON "Links...", ID_PU_LINKS, 95, 58, 40, 14
  21. END
  22. IDD_SERVERNOTREG DIALOG 39, 30, 198, 78
  23. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  24. FONT 8, "MS Shell Dlg"
  25. BEGIN
  26. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  27. LTEXT "The application necessary to activate this %s is unavailable. You may convert it to or activate it as another type of object using Convert...", ID_PU_TEXT, 39, 8, 152, 36
  28. DEFPUSHBUTTON "Convert...", ID_PU_CONVERT, 23, 58, 40, 14
  29. PUSHBUTTON "Cancel", IDCANCEL, 79, 58, 40, 14
  30. PUSHBUTTON "Help", ID_OLEUIHELP, 135, 58, 40, 14
  31. END
  32. IDD_LINKTYPECHANGED DIALOG 39, 30, 198, 78
  33. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  34. FONT 8, "MS Shell Dlg"
  35. BEGIN
  36. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  37. LTEXT "The link is no longer a %s. Please choose a different command offered by the new type.",
  38. ID_PU_TEXT, 39, 8, 152, 36
  39. PUSHBUTTON "OK", IDOK, 79, 58, 40, 14
  40. END
  41. IDD_SERVERNOTFOUND DIALOG 36, 39, 183, 90
  42. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  43. FONT 8, "MS Shell Dlg"
  44. BEGIN
  45. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  46. LTEXT "The server application cannot be found.\n\nMake sure the application is properly installed, or exists in your DOS path, and that is has not been deleted, moved, or renamed.",
  47. ID_PU_TEXT, 38, 8, 136, 52
  48. DEFPUSHBUTTON "OK", IDOK, 71, 70, 40, 14
  49. END
  50. IDD_UPDATELINKS DIALOG 50, 57, 179, 55
  51. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  52. FONT 8, "MS Shell Dlg"
  53. BEGIN
  54. CONTROL "", ID_PU_METER, "Static", SS_BLACKFRAME, 5, 40, 122, 9
  55. DEFPUSHBUTTON "Stop", ID_PU_STOP, 134, 37, 40, 14
  56. LTEXT "Update links...", ID_DUMMY, 5, 7, 56, 8
  57. LTEXT "", ID_PU_PERCENT, 56, 26, 20, 8
  58. END
  59. IDD_OUTOFMEMORY DIALOG 36, 39, 107, 73
  60. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  61. FONT 8, "MS Shell Dlg"
  62. BEGIN
  63. ICON "Exclamation", ID_DUMMY, 8, 8, 0, 0, SS_ICON
  64. LTEXT "Out of memory!", ID_PU_TEXT, 41, 13, 57, 12
  65. DEFPUSHBUTTON "OK", IDOK, 33, 53, 40, 14
  66. END