home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / wwwquote / wwwquote.rc < prev   
Encoding:
Text File  |  1998-03-27  |  4.3 KB  |  157 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.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\WWWQuote.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Version
  64. //
  65.  
  66. VS_VERSION_INFO VERSIONINFO
  67.  FILEVERSION 1,0,0,1
  68.  PRODUCTVERSION 1,0,0,1
  69.  FILEFLAGSMASK 0x3fL
  70. #ifdef _DEBUG
  71.  FILEFLAGS 0x1L
  72. #else
  73.  FILEFLAGS 0x0L
  74. #endif
  75.  FILEOS 0x4L
  76.  FILETYPE 0x2L
  77.  FILESUBTYPE 0x0L
  78. BEGIN
  79.     BLOCK "StringFileInfo"
  80.     BEGIN
  81.         BLOCK "040904B0"
  82.         BEGIN
  83.             VALUE "CompanyName", "\0"
  84.             VALUE "FileDescription", "WWWQUOTE DLL\0"
  85.             VALUE "FileVersion", "1, 0, 0, 1\0"
  86.             VALUE "InternalName", "WWWQUOTE\0"
  87.             VALUE "LegalCopyright", "Copyright ⌐ 1997\0"
  88.             VALUE "LegalTrademarks", "\0"
  89.             VALUE "OriginalFilename", "WWWQUOTE.DLL\0"
  90.             VALUE "ProductName", "WWWQUOTE Dynamic Link Library\0"
  91.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  92.         END
  93.     END
  94.     BLOCK "VarFileInfo"
  95.     BEGIN
  96.         VALUE "Translation", 0x409, 1200
  97.     END
  98. END
  99.  
  100.  
  101.  
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // HTML
  105. //
  106.  
  107. IDS_HTML_WELCOME        CustomHTML    DISCARDABLE     "HTML\\welcome.htm"
  108. IDS_HTML_LOOKUPMETHOD   CustomHTML    DISCARDABLE     "HTML\\issueerr.htm"
  109. IDS_ISSUES_HEADER       CustomHTML    DISCARDABLE     "HTML\\Selhead.htm"
  110. IDS_ISSUES_TRAILER      CustomHTML    DISCARDABLE     "HTML\\Seltail.htm"
  111. IDS_GET_QUOTES_ERROR    CustomHTML    DISCARDABLE     "HTML\\quoteerr.htm"
  112. IDS_PREV_BUTTON         CustomHTML    DISCARDABLE     "HTML\\Prev.htm"
  113. IDS_NEXT_BUTTON         CustomHTML    DISCARDABLE     "HTML\\Next.htm"
  114. IDS_QUOTE_HEADER        CustomHTML    DISCARDABLE     "HTML\\quothead.htm"
  115.  
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // String Table
  119. //
  120.  
  121. STRINGTABLE DISCARDABLE
  122. BEGIN
  123.     IDS_PAGE_TITLE          "MFC Web Quote Sample"
  124.     IDS_WELCOME             "Welcome"
  125.     IDS_ISSUES              "Choose an issue"
  126.     IDS_GETQUOTES           "Quotes"
  127.     IDS_HOLIDAY             "<TR><TD>%s</TD><TD>Holiday (no market data)</TD></TR>"
  128.     IDS_QUOTEROW            "<TR><TD>%s</TD><TD>%s</TD><TD>%s</TD><TD>%s</TD><TD>%d</TD></TR>"
  129. END
  130.  
  131. #endif    // English (U.S.) resources
  132. /////////////////////////////////////////////////////////////////////////////
  133.  
  134.  
  135.  
  136. #ifndef APSTUDIO_INVOKED
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // Generated from the TEXTINCLUDE 3 resource.
  140. //
  141. #define _AFX_NO_SPLITTER_RESOURCES
  142. #define _AFX_NO_OLE_RESOURCES
  143. #define _AFX_NO_TRACKER_RESOURCES
  144. #define _AFX_NO_PROPERTY_RESOURCES
  145.  
  146. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  147. #ifdef _WIN32
  148. LANGUAGE 9, 1
  149. #pragma code_page(1252)
  150. #endif
  151. #include "res\WWWQuote.rc2"  // non-Microsoft Visual C++ edited resources
  152. #include "afxres.rc"         // Standard components
  153. #endif
  154. #include "afxisapi.rc"       // ISAPI components
  155. /////////////////////////////////////////////////////////////////////////////
  156. #endif    // not APSTUDIO_INVOKED
  157.