dllregshex.rc
上传用户:sencon168
上传日期:2007-01-04
资源大小:22k
文件大小:4k
源码类别:

Shell编程

开发平台:

Visual C++

  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 "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Neutral resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Bitmap
  22. //
  23. IDB_INSTALL             BITMAP  DISCARDABLE     "res\install.bmp"
  24. IDB_UNINSTALL           BITMAP  DISCARDABLE     "res\uninstall.bmp"
  25. IDB_ABOUT               BITMAP  DISCARDABLE     "res\about.bmp"
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // String Table
  29. //
  30. STRINGTABLE DISCARDABLE 
  31. BEGIN
  32.     IDCMD_INSTALL           "Register DLL as shell extension."
  33.     IDCMD_UNINSTALL         "Unregister shell extension DLL."
  34.     IDS_Q_INSTALL           "Are you sure you want to register the DLL '%s' as shell extension?rnYou can undo this (i.e unregister) by choosing 'Unregister' from the same context menu."
  35.     IDS_ABOUT               "DLL Registerer shell extension. Register this DLL using command line utilityrn(""cmd.exe"" or ""dosprmpt.exe""), as in this example:rnC:\WinNT\system32>regsvr32.exe dllregshex.dll.rnrnProgramming: Cristian Amarie (camarie@mail.dntis.ro).rnYou can use this DLL and/or the source code providing a note containingrnthis text. Using these files in any form implies no warranties for the final result."
  36.     IDCMD_ABOUT             "About DLL Registerer..."
  37. END
  38. #endif    // Neutral resources
  39. /////////////////////////////////////////////////////////////////////////////
  40. /////////////////////////////////////////////////////////////////////////////
  41. // Italian (Italy) resources
  42. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)
  43. #ifdef _WIN32
  44. LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
  45. #pragma code_page(1252)
  46. #endif //_WIN32
  47. #ifndef _MAC
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Version
  51. //
  52. VS_VERSION_INFO VERSIONINFO
  53.  FILEVERSION 1,0,0,1
  54.  PRODUCTVERSION 1,0,0,1
  55.  FILEFLAGSMASK 0x3fL
  56. #ifdef _DEBUG
  57.  FILEFLAGS 0x29L
  58. #else
  59.  FILEFLAGS 0x28L
  60. #endif
  61.  FILEOS 0x40004L
  62.  FILETYPE 0x2L
  63.  FILESUBTYPE 0x0L
  64. BEGIN
  65.     BLOCK "StringFileInfo"
  66.     BEGIN
  67.         BLOCK "000004b0"
  68.         BEGIN
  69.             VALUE "Comments", "Improve source code with other useful options!"
  70.             VALUE "CompanyName", "See 'About...' box after this DLL is registered."
  71.             VALUE "FileDescription", "DLL Registerer"
  72.             VALUE "FileVersion", "0.11"
  73.             VALUE "InternalName", "DLLRegShEx"
  74.             VALUE "LegalCopyright", "See 'About...' box after this DLL is registered."
  75.             VALUE "LegalTrademarks", "See 'About...' box after this DLL is registered."
  76.             VALUE "OriginalFilename", "dllregshex.dll"
  77.             VALUE "PrivateBuild", "None."
  78.             VALUE "ProductName", "DLL Registerer Shell Extension"
  79.             VALUE "ProductVersion", "0.1"
  80.             VALUE "SpecialBuild", "Build time: Saturday, 09/25/1999 (MDY), 17.07 (CET + 01.00)"
  81.         END
  82.     END
  83.     BLOCK "VarFileInfo"
  84.     BEGIN
  85.         VALUE "Translation", 0x0, 1200
  86.     END
  87. END
  88. #endif    // !_MAC
  89. #ifdef APSTUDIO_INVOKED
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // TEXTINCLUDE
  93. //
  94. 1 TEXTINCLUDE DISCARDABLE 
  95. BEGIN
  96.     "resource.h"
  97. END
  98. 2 TEXTINCLUDE DISCARDABLE 
  99. BEGIN
  100.     "#include ""afxres.h""rn"
  101.     ""
  102. END
  103. 3 TEXTINCLUDE DISCARDABLE 
  104. BEGIN
  105.     "rn"
  106.     ""
  107. END
  108. #endif    // APSTUDIO_INVOKED
  109. #endif    // Italian (Italy) resources
  110. /////////////////////////////////////////////////////////////////////////////
  111. #ifndef APSTUDIO_INVOKED
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // Generated from the TEXTINCLUDE 3 resource.
  115. //
  116. /////////////////////////////////////////////////////////////////////////////
  117. #endif    // not APSTUDIO_INVOKED