home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / pinball / pinball.rc < prev    next >
Encoding:
Text File  |  1998-03-27  |  3.7 KB  |  153 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.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "\r\n"
  49.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)\r\n"
  50.     "#ifdef _WIN32\r\n"
  51.     "LANGUAGE 9, 1\r\n"
  52.     "#pragma code_page(1252)\r\n"
  53.     "#endif //_WIN32\r\n"
  54.     "#include ""Pinball.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  55.     "#include ""afxres.rc""         // Standard components\r\n"
  56.     "#include ""afxisapi.rc""       // Internet Support resources\r\n"
  57.     "#endif\r\n"
  58.     "\0"
  59. END
  60.  
  61. #endif    // APSTUDIO_INVOKED
  62.  
  63.  
  64. #ifndef _MAC
  65. /////////////////////////////////////////////////////////////////////////////
  66. //
  67. // Version
  68. //
  69.  
  70. VS_VERSION_INFO VERSIONINFO
  71.  FILEVERSION 1,0,0,1
  72.  PRODUCTVERSION 1,0,0,1
  73.  FILEFLAGSMASK 0x3fL
  74. #ifdef _DEBUG
  75.  FILEFLAGS 0x1L
  76. #else
  77.  FILEFLAGS 0x0L
  78. #endif
  79.  FILEOS 0x4L
  80.  FILETYPE 0x2L
  81.  FILESUBTYPE 0x0L
  82. BEGIN
  83.     BLOCK "StringFileInfo"
  84.     BEGIN
  85.         BLOCK "040904B0"
  86.         BEGIN
  87.             VALUE "CompanyName", "Microsoft\0"
  88.             VALUE "FileDescription", "Pinball Internet Server Extension Module\0"
  89.             VALUE "FileVersion", "1, 0, 0, 1\0"
  90.             VALUE "InternalName", "PINBALL\0"
  91.             VALUE "LegalCopyright", "Copyright (C) 191998 Microsoft\0"
  92.             VALUE "LegalTrademarks", "\0"
  93.             VALUE "OriginalFilename", "PINBALL.DLL\0"
  94.             VALUE "ProductName", "Pinball Internet Server Extension\0"
  95.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  96.         END
  97.     END
  98.     BLOCK "VarFileInfo"
  99.     BEGIN
  100.         VALUE "Translation", 0x409, 1200
  101.     END
  102. END
  103.  
  104. #endif    // !_MAC
  105.  
  106.  
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // HTML
  110. //
  111.  
  112. IDR_DEFAULT_HTML        HTML    DISCARDABLE     "HTML\\form.htm"
  113. IDR_REDIR_HTML          HTML    DISCARDABLE     "HTML\\redir.htm"
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // String Table
  118. //
  119.  
  120. STRINGTABLE DISCARDABLE
  121. BEGIN
  122.     IDS_SERVER              "Pinball Extension"
  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. #define _AFX_NO_SPLITTER_RESOURCES
  136. #define _AFX_NO_OLE_RESOURCES
  137. #define _AFX_NO_TRACKER_RESOURCES
  138. #define _AFX_NO_PROPERTY_RESOURCES
  139.  
  140.  
  141. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA)
  142. #ifdef _WIN32
  143. LANGUAGE 9, 1
  144. #pragma code_page(1252)
  145. #endif //_WIN32
  146. #include "Pinball.rc2"  // non-Microsoft Visual C++ edited resources
  147. #include "afxres.rc"         // Standard components
  148. #include "afxisapi.rc"       // Internet Support resources
  149. #endif
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152. #endif    // not APSTUDIO_INVOKED
  153.