home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / circ / circ.rc < prev    next >
Text File  |  1998-03-26  |  3KB  |  139 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 "winnt.h"
  11. #include "winres.h"
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18.  
  19. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  20. #ifdef _WIN32
  21. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  22. #pragma code_page(1252)
  23. #endif //_WIN32
  24.  
  25. #ifdef APSTUDIO_INVOKED
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // TEXTINCLUDE
  29. //
  30.  
  31. 1 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33.     "resource.h\0"
  34. END
  35.  
  36. 2 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38.     "#include ""winnt.h""\r\n"
  39.     "#include ""winres.h""\r\n"
  40.     "\0"
  41. END
  42.  
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  45.     "1 TYPELIB ""circ.tlb""\r\n"
  46.     "\0"
  47. END
  48.  
  49. #endif    // APSTUDIO_INVOKED
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Version
  55. //
  56.  
  57. VS_VERSION_INFO VERSIONINFO
  58.  FILEVERSION 1,0,0,1
  59.  PRODUCTVERSION 1,0,0,1
  60.  FILEFLAGSMASK 0x3fL
  61. #ifdef _DEBUG
  62.  FILEFLAGS 0x1L
  63. #else
  64.  FILEFLAGS 0x0L
  65. #endif
  66.  FILEOS 0x4L
  67.  FILETYPE 0x2L
  68.  FILESUBTYPE 0x0L
  69. BEGIN
  70.     BLOCK "StringFileInfo"
  71.     BEGIN
  72.         BLOCK "040904b0"
  73.         BEGIN
  74.             VALUE "CompanyName", "Microsoft Corporation\0"
  75.             VALUE "FileDescription", "circ Module\0"
  76.             VALUE "FileVersion", "1, 0, 0, 1\0"
  77.             VALUE "InternalName", "CIRC\0"
  78.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  79.             VALUE "OriginalFilename", "CIRC.DLL\0"
  80.             VALUE "ProductName", "circ Module\0"
  81.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  82.         END
  83.     END
  84.     BLOCK "VarFileInfo"
  85.     BEGIN
  86.         VALUE "Translation", 0x409, 1200
  87.     END
  88. END
  89.  
  90.  
  91.  
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // REGISTRY
  95. //
  96.  
  97. IDR_CircCtl             REGISTRY MOVEABLE PURE  "CircCtl.rgs"
  98.  
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Bitmap
  102. //
  103.  
  104. 1                       BITMAP  FIXED IMPURE    "bmp1.bmp"
  105.  
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Icon
  109. //
  110.  
  111. // Icon with lowest ID value placed first to ensure application icon
  112. // remains consistent on all systems.
  113. 10                      ICON    DISCARDABLE     "ico10.ico"
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119.  
  120. STRINGTABLE DISCARDABLE
  121. BEGIN
  122.     IDS_CIRCCTL_DESC        "CircCtl Class"
  123. END
  124.  
  125. #endif    // English (U.S.) resources
  126. /////////////////////////////////////////////////////////////////////////////
  127.  
  128.  
  129.  
  130. #ifndef APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Generated from the TEXTINCLUDE 3 resource.
  134. //
  135. 1 TYPELIB "circ.tlb"
  136.  
  137. /////////////////////////////////////////////////////////////////////////////
  138. #endif    // not APSTUDIO_INVOKED
  139.