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.

172 lines
5.6 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""windows.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#include ""iesetup.rcv""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Dialog
  42. //
  43. IDD_FIXIE DIALOG DISCARDABLE 0, 0, 235, 101
  44. STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP | WS_VISIBLE | WS_CAPTION
  45. CAPTION "Microsoft Internet Explorer 6 Repair"
  46. FONT 8, "MS Shell Dlg"
  47. BEGIN
  48. LTEXT "Please wait while Internet Explorer repairs your installation and verifies that files have not been corrupted or removed.",
  49. IDC_STATIC,51,18,158,32
  50. CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",PBS_SMOOTH,
  51. 10,65,215,11
  52. ICON IDI_INETCPL,IDC_STATIC,21,20,20,20
  53. END
  54. IDD_CONFIRM DIALOG DISCARDABLE 0, 0, 207, 135
  55. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Microsoft Internet Explorer 6 Repair"
  57. FONT 8, "MS Shell Dlg"
  58. BEGIN
  59. DEFPUSHBUTTON "&Yes",IDYES,80,111,50,14
  60. PUSHBUTTON "&No",IDNO,138,111,50,14
  61. LTEXT "Some problems with Internet Explorer can be repaired automatically. If you are experiencing difficulties using Internet Explorer, you can click Yes to detect and repair incorrectly installed software. ",
  62. IDC_STATIC,35,18,150,44
  63. LTEXT "You will need to restart your computer when the repairs are finished. Do you want to repair your current installation of Internet Explorer?",
  64. IDC_STATIC,35,67,150,27
  65. ICON IDI_INETCPL,IDC_STATIC,5,20,21,20
  66. END
  67. IDD_REINSTALL DIALOG DISCARDABLE 0, 0, 176, 65
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  69. CAPTION "Microsoft Internet Explorer 6 Repair"
  70. FONT 8, "MS Shell Dlg"
  71. BEGIN
  72. DEFPUSHBUTTON "OK",IDOK,32,42,50,14
  73. PUSHBUTTON "&Details...",IDC_DETAILS,92,42,50,14
  74. LTEXT "Internet Explorer 6 could not be repaired.\n\nPlease run Setup again to reinstall all components.",
  75. IDC_STATIC,7,9,160,28
  76. END
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // DESIGNINFO
  80. //
  81. #ifdef APSTUDIO_INVOKED
  82. GUIDELINES DESIGNINFO DISCARDABLE
  83. BEGIN
  84. IDD_FIXIE, DIALOG
  85. BEGIN
  86. LEFTMARGIN, 10
  87. RIGHTMARGIN, 225
  88. TOPMARGIN, 10
  89. BOTTOMMARGIN, 91
  90. END
  91. IDD_CONFIRM, DIALOG
  92. BEGIN
  93. LEFTMARGIN, 10
  94. RIGHTMARGIN, 197
  95. VERTGUIDE, 100
  96. VERTGUIDE, 135
  97. TOPMARGIN, 5
  98. BOTTOMMARGIN, 125
  99. END
  100. IDD_REINSTALL, DIALOG
  101. BEGIN
  102. VERTGUIDE, 7
  103. END
  104. END
  105. #endif // APSTUDIO_INVOKED
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Icon
  109. //
  110. // Icon with lowest ID value placed first to ensure application icon
  111. // remains consistent on all systems.
  112. IDI_INETCPL ICON DISCARDABLE "inetcpl.ico"
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // String Table
  116. //
  117. STRINGTABLE DISCARDABLE
  118. BEGIN
  119. IDS_TITLE "Internet Explorer 6 Repair"
  120. IDS_REBOOT "You must restart Windows to complete the repair process.\n\nDo you want to restart now?"
  121. IDS_FOLLOWINGERROR "Internet Explorer 6 cannot be repaired due to the following errors:\n\n"
  122. IDS_CANTFIX "Internet Explorer 6 cannot be repaired.\n"
  123. IDS_REINSTALL "\nPlease reinstall Internet Explorer 6."
  124. IDS_REBOOTFILE "Repair cannot proceed because some of the required files are in use. You must restart Windows and rerun Repair.\n\nDo you want to restart now?"
  125. IDS_FILEMISSING "File %1 is missing."
  126. IDS_FILELOCKED "File %1 exists but cannot be accessed."
  127. IDS_VERSIONINBETWEEN "Version %1 of file %2 exists, but the version needs to be between %3 and %4."
  128. IDS_VERSIONGREATER "Version %1 of file %2 exists, but the version needs to be greater than %3."
  129. IDS_VERSIONLESS "Version %1 of file %2 exists, but the version needs to be less than %3."
  130. IDS_VERSIONEXACT "Version %1 of file %2 exists, but the version needs to be %3."
  131. IDS_NEED_ADMIN "Please log in as an Administrator to repair Internet Explorer."
  132. END
  133. #endif // English (U.S.) resources
  134. /////////////////////////////////////////////////////////////////////////////
  135. #ifndef APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Generated from the TEXTINCLUDE 3 resource.
  139. //
  140. #include "iesetup.rcv"
  141. /////////////////////////////////////////////////////////////////////////////
  142. #endif // not APSTUDIO_INVOKED