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.

184 lines
5.0 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "CDCache.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "windows.h"
  10. #include "ntverp.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Icon
  23. //
  24. // Icon with lowest ID value placed first to ensure application icon
  25. // remains consistent on all systems.
  26. AUTORUN ICON DISCARDABLE "AUTORUN.ICO"
  27. SMALL ICON DISCARDABLE "SMALL.ICO"
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // Accelerator
  31. //
  32. AUTORUN ACCELERATORS MOVEABLE PURE
  33. BEGIN
  34. VK_ESCAPE, IDM_EXIT, VIRTKEY
  35. VK_RETURN, IDM_INSTALL, VIRTKEY
  36. END
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Data
  40. //
  41. DLGINCLUDE RCDATA DISCARDABLE
  42. BEGIN
  43. "CDCache.H\0"
  44. END
  45. #ifndef _MAC
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Version
  49. //
  50. #define VER_FILETYPE VFT_APP
  51. #define VER_FILESUBTYPE VFT2_UNKNOWN
  52. #define VER_FILEDESCRIPTION_STR "Cache Container Utility"
  53. #define VER_INTERNALNAME_STR "cdcache.exe"
  54. #define VER_ORIGINALFILENAME_STR "cdcache.exe"
  55. #include "common.ver"
  56. #endif // !_MAC
  57. #ifdef APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // TEXTINCLUDE
  61. //
  62. 2 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  65. "#include ""windows.h""\r\n"
  66. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  67. "#include ""CDCache.h""\r\n"
  68. "#include ""winver.h""\r\n"
  69. "\0"
  70. END
  71. 3 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "\r\n"
  74. "\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Dialog
  80. //
  81. IDD_MAINAPP DIALOG DISCARDABLE 0, 0, 243, 126
  82. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  83. CAPTION "Internet Explorer CD-ROM Content"
  84. FONT 8, "MS Shell Dlg"
  85. BEGIN
  86. DEFPUSHBUTTON "Yes",IDM_INSTALL,63,105,50,14
  87. PUSHBUTTON "No",IDM_UNINSTALL,129,105,50,14
  88. LTEXT "The following Web Sites are available on this CD-ROM:",
  89. IDC_HEADER,7,7,229,10
  90. LISTBOX IDC_LIST,7,24,229,54,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  91. LBS_NOSEL | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  92. LTEXT "Would you like to use the Web Sites from this CD-ROM?",
  93. IDC_QUESTION,7,89,229,11
  94. END
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // DESIGNINFO
  98. //
  99. #ifdef APSTUDIO_INVOKED
  100. GUIDELINES DESIGNINFO DISCARDABLE
  101. BEGIN
  102. IDD_MAINAPP, DIALOG
  103. BEGIN
  104. LEFTMARGIN, 7
  105. RIGHTMARGIN, 236
  106. TOPMARGIN, 7
  107. BOTTOMMARGIN, 119
  108. END
  109. END
  110. #endif // APSTUDIO_INVOKED
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // String Table
  114. //
  115. STRINGTABLE DISCARDABLE
  116. BEGIN
  117. IDM_INSTALL "Install"
  118. IDM_UNINSTALL "Uninstall"
  119. IDM_SUCCESS "Successfully installed %d of %d cache container(s)."
  120. IDM_SUCCESS_REMOVE "Successfully removed %d of %d cache container(s)."
  121. IDM_HEADER "The following Installable Cache Containers are present on this CD. Press 'Install' to install, 'Uninstall' to uninstall, 'Cancel' to exit"
  122. IDM_FAILED "Unable to install the %d cache container(s)."
  123. IDM_FAILED_REMOVE "Unable to remove the %d cache container(s)."
  124. IDM_NEEDIE4WININET "Microsoft Internet Explorer 4.0 or higher is required to run this program."
  125. IDM_ERR_IE4REQFORUNINSTALL "Microsoft Internet Explorer 4.0 or higher is required to uninstall cached content."
  126. END
  127. STRINGTABLE DISCARDABLE
  128. BEGIN
  129. IDM_EXIT "Cancel"
  130. END
  131. STRINGTABLE DISCARDABLE
  132. BEGIN
  133. ID_COMPANY "Microsoft"
  134. ID_INFNAME "autorun"
  135. ID_APPNAME "Internet Explorer Cache Containers - Install"
  136. END
  137. #endif // English (U.S.) resources
  138. /////////////////////////////////////////////////////////////////////////////
  139. #ifndef APSTUDIO_INVOKED
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // Generated from the TEXTINCLUDE 3 resource.
  143. //
  144. /////////////////////////////////////////////////////////////////////////////
  145. #endif // not APSTUDIO_INVOKED