home *** CD-ROM | disk | FTP | other *** search
/ PC to Maximum / PC-na-maximum.bin / CPUSpeed / resource.rc < prev    next >
Encoding:
C/C++ Source or Header  |  2000-07-21  |  3.0 KB  |  119 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54.  
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDI_ICON_MAIN           ICON    DISCARDABLE     "icon_mai.ico"
  58.  
  59. #ifndef _MAC
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Version
  63. //
  64.  
  65. VS_VERSION_INFO VERSIONINFO
  66.  FILEVERSION 1,0,0,1
  67.  PRODUCTVERSION 1,0,0,1
  68.  FILEFLAGSMASK 0x3fL
  69. #ifdef _DEBUG
  70.  FILEFLAGS 0x29L
  71. #else
  72.  FILEFLAGS 0x28L
  73. #endif
  74.  FILEOS 0x40004L
  75.  FILETYPE 0x1L
  76.  FILESUBTYPE 0x0L
  77. BEGIN
  78.     BLOCK "StringFileInfo"
  79.     BEGIN
  80.         BLOCK "040904b0"
  81.         BEGIN
  82.             VALUE "Comments", "This program calculates your CPU Speed in MHz.  This program contains no warranties or guarantees of any kind expressed or implied.  Use this program at your own risk.\0"
  83.             VALUE "CompanyName", " AM Productions\0"
  84.             VALUE "FileDescription", "CPU Speed\0"
  85.             VALUE "FileVersion", "1, 0, 0, 1\0"
  86.             VALUE "InternalName", "CPU Speed\0"
  87.             VALUE "LegalCopyright", "Copyright ⌐ 2000 Anish Mistry\0"
  88.             VALUE "LegalTrademarks", "\0"
  89.             VALUE "OriginalFilename", "CPU Speed.exe\0"
  90.             VALUE "PrivateBuild", "1\0"
  91.             VALUE "ProductName", " CPU Speed\0"
  92.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  93.             VALUE "SpecialBuild", "1\0"
  94.         END
  95.     END
  96.     BLOCK "VarFileInfo"
  97.     BEGIN
  98.         VALUE "Translation", 0x409, 1200
  99.     END
  100. END
  101.  
  102. #endif    // !_MAC
  103.  
  104. #endif    // English (U.S.) resources
  105. /////////////////////////////////////////////////////////////////////////////
  106.  
  107.  
  108.  
  109. #ifndef APSTUDIO_INVOKED
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Generated from the TEXTINCLUDE 3 resource.
  113. //
  114.  
  115.  
  116. /////////////////////////////////////////////////////////////////////////////
  117. #endif    // not APSTUDIO_INVOKED
  118.  
  119.