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.

84 lines
5.0 KiB

  1. #include <windows.h>
  2. #include <commctrl.h>
  3. #include "webjitres.h"
  4. //BitMap
  5. IDB_BITMAP1 BITMAP DISCARDABLE "jitalert.bmp"
  6. //Dialog
  7. IDD_WEBJIT DIALOGEX DISCARDABLE 0, 0, 240, 133
  8. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  9. EXSTYLE WS_EX_CONTEXTHELP
  10. CAPTION "Install On Demand (Other)"
  11. FONT 8, "MS Shell Dlg"
  12. BEGIN
  13. LTEXT "To display this page correctly, you need to download and install some components.",IDC_TEXT,30,6,180,65
  14. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER,
  15. 30,79,180,8
  16. LTEXT "Download Size: ", IDC_REMAINING_SIZE, 30,63,87,10,NOT WS_VISIBLE
  17. LTEXT "Download Time: ", IDC_REMAINING_TIME, 123,63,87,10,NOT WS_VISIBLE
  18. CONTROL "Ne&ver download any of these components.",IDC_CHECK1,"Button",
  19. BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,30,95,180,10
  20. DEFPUSHBUTTON "&Download",IDDOWNLOAD,130,113,50,14
  21. PUSHBUTTON "OK",IDOK,130,113,50,14,NOT WS_VISIBLE | WS_DISABLED
  22. PUSHBUTTON "Cancel",IDCANCEL,185,113,50,14
  23. CONTROL IDB_BITMAP1,IDC_ICON1,"Static",SS_BITMAP,4,6,20,20
  24. END
  25. //StringTable
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. IDS_DOWNLOAD_MSG "To display this page correctly, you need to download and install the following components:"
  29. IDS_ERROROCCURED "An error has occured."
  30. IDS_JAVAVMJIT "Java virtual machine"
  31. IDS_MEDIAPLAYER "Windows Media Player"
  32. END
  33. //StringTable Errors
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_KILOBYTES_TEXT " KB"
  37. IDS_MEGABYTE_TEXT " MB"
  38. IDS_MINUTES_TEXT " min"
  39. IDS_LessThanAMinute_TEXT "< 1 min"
  40. IDS_hr1_TEXT "1 hr"
  41. IDS_hrs_TEXT " hrs"
  42. IDS_SIZE "Download Size: "
  43. IDS_TIME "Download Time: "
  44. IDS_MISSINGCOMPONENTNAME "There has been a mismatched binary error in Internet Explorer."
  45. IDS_REINSTALL "Please reinstall, or install an updated version of Internet Explorer by choosing 'Windows Update' under the Internet Explorer 'Tools' menu."
  46. IDS_DIALOGERROR "Install on Demand has detected an error."
  47. IDS_DIALOGERROR2 "You cannot load this page manually. It must be invoked by Internet Explorer directly."
  48. IDS_WARNINGINSTALLING "You would interrupt component installation."
  49. IDS_ALTWARNINGDOWNLOAD "To perform this action with Internet Explorer, you need to download and install the following components:"
  50. IDS_ALTLANGUAGEDOWNLOAD "To display language characters correctly you need to download and install the following components:"
  51. IDS_DLFAIL "The component cannot be downloaded at this time."
  52. IDS_INSTALLFAIL "Installation of the component failed."
  53. IDS_SERVERERROR "Install on Demand could not connect to the required network or Internet Server to download components."
  54. IDS_UNKNOWNERROR "An unknown error has occurred."
  55. IDS_PRODUCTUPDATES "Please try again later or choose 'Windows Update' under the Internet Explorer 'Tools' menu to install this component."
  56. IDS_NOTCONNECTED "Please verify that you are still connected to your network or the Internet."
  57. IDS_CERTREFUSE "The file being downloaded is not signed, or you did not accept the Authenticode certificate."
  58. IDS_IBUSY "The Internet may be busy."
  59. IDS_SECURITYHIGH "The security setting for your current zone may be set to HIGH."
  60. IDS_SECURITYHIGH1 "This setting does not allow ActiveX controls to function properly."
  61. IDS_SECURITYHIGH2 "To restart Install on Demand, change the security for your zone to MEDIUM by selecting the Security tab in 'Internet Options' under the IE 'Tools' menu."
  62. IDS_SECURITYHIGH3 "Then close the Internet Explorer Properties dialog and press the browser 'Refresh' button."
  63. IDS_OFFLINEALERT "Install on Demand will not work properly when you are working offline."
  64. IDS_OFFLINEALERT2 "Please uncheck 'Work Offline' under the Internet Explorer 'File' menu and restore your Internet connection before continuing with installation."
  65. IDS_ADMINRIGHTS "You must be logged-on as an Administrator to complete this procedure."
  66. IDS_PLATFORMNOT "The required component is not available for this version of Windows."
  67. IDS_INTERNAL "An internal error has occured."
  68. IDS_SETUP "A setup error has occured."
  69. IDS_PROCESS "A setup error has occured."
  70. IDS_DOWNLOADING "Downloading %s..."
  71. IDS_INSTALLING "Installing %s..."
  72. IDS_CHECKTRUST "Verifying trust for %s..."
  73. IDS_ERRORTITLE "Install On Demand Error"
  74. IDS_WEBJITHELPFILE "IEXPLORE.HLP"
  75. END