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.

97 lines
2.4 KiB

  1. //Microsoft App 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. /////////////////////////////////////////////////////////////////////////////////////
  10. #undef APSTUDIO_READONLY_SYMBOLS
  11. #ifdef APSTUDIO_INVOKED
  12. //////////////////////////////////////////////////////////////////////////////
  13. //
  14. // TEXTINCLUDE
  15. //
  16. 1 TEXTINCLUDE DISCARDABLE
  17. BEGIN
  18. "resource.h\0"
  19. END
  20. 2 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "\r\n"
  23. "\0"
  24. END
  25. 3 TEXTINCLUDE DISCARDABLE
  26. BEGIN
  27. "\r\n"
  28. "\0"
  29. END
  30. /////////////////////////////////////////////////////////////////////////////////////
  31. #endif // APSTUDIO_INVOKED
  32. //////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Version
  35. //
  36. //////////////////////////////////////////////////////////////////////////////
  37. //
  38. // Icon
  39. //
  40. IDI_ICON2 ICON DISCARDABLE "INETMGR.ICO"
  41. //////////////////////////////////////////////////////////////////////////////
  42. //
  43. // String Table
  44. //
  45. STRINGTABLE DISCARDABLE
  46. BEGIN
  47. IDS_UNABLE_TO_RUN "Unable to run %s"
  48. IDS_UNABLE_TO_FIND "Unable to find %s"
  49. IDS_TITLE "Start"
  50. IDS_CANNOT_RUN_UNC "Un-able to run %s in Windows 95 from a UNC path.\nMap a directory then re-run."
  51. IDS_INETSRV_INSTALLED_DIR "Inetsrv"
  52. END
  53. #ifndef APSTUDIO_INVOKED
  54. ////////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Generated from the TEXTINCLUDE 3 resource.
  57. //
  58. /////////////////////////////////////////////////////////////////////////////////////
  59. #endif // not APSTUDIO_INVOKED
  60. //---------------------------------------------------------------------------
  61. // Version info.
  62. //---------------------------------------------------------------------------
  63. #include <winver.h>
  64. #define VER_FILETYPE VFT_APP
  65. #define VER_FILESUBTYPE VFT_UNKNOWN
  66. #define VER_FILEDESCRIPTION_STR "IIS Admin Program"
  67. #define VER_INTERNALNAME_STR "InetMgr"
  68. #define VER_LEGALCOPYRIGHT_YEARS "1998"
  69. #define VER_ORIGINALFILENAME_STR "InetMgr.EXE"
  70. #define VER_FILEOS VOS_NT_WINDOWS32
  71. #include <ntverp.h>
  72. #include <iisver.h>
  73. #include <common.ver>