home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / ado / getrows / getrows.rc < prev    next >
Encoding:
Text File  |  1996-12-17  |  5.1 KB  |  199 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.     "#include ""res\\GetRows.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  49.     "#include ""afxres.rc""         // Standard components\r\n"
  50.     "\0"
  51. END
  52.  
  53. #endif    // APSTUDIO_INVOKED
  54.  
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60.  
  61. // Icon with lowest ID value placed first to ensure application icon
  62. // remains consistent on all systems.
  63. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\GetRows.ico"
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. //
  67. // Dialog
  68. //
  69.  
  70. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  72. CAPTION "About GetRows"
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  76.     LTEXT           "GetRows Version 0.99",IDC_STATIC,40,10,119,8
  77.     LTEXT           "Copyright ⌐ 1996",IDC_STATIC,40,25,119,8
  78.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  79. END
  80.  
  81. IDD_MAINDLG DIALOGEX 0, 0, 285, 253
  82. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  83. EXSTYLE WS_EX_APPWINDOW
  84. CAPTION "GetRows"
  85. FONT 8, "MS Shell Dlg"
  86. BEGIN
  87.     DEFPUSHBUTTON   "&Close",2,117,232,50,14
  88.     LISTBOX         IDD_GETROWSLIST,63,84,195,132,LBS_NOINTEGRALHEIGHT | 
  89.                     WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  90.     LTEXT           "GetRows",-1,16,84,48,11
  91.     GROUPBOX        "",1002,14,7,256,33
  92.     LTEXT           "This sample shows the GetRows functions in the ADO RecordSet class. GetRows is the same as in VB or Access (i.e. returning an array of variants). ",
  93.                     1003,21,15,244,19
  94.     PUSHBUTTON      "E&xecute",IDD_EXECUTE,95,54,90,18
  95. END
  96.  
  97.  
  98. #ifndef _MAC
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Version
  102. //
  103.  
  104. 1 VERSIONINFO
  105.  FILEVERSION 1,0,0,994
  106.  PRODUCTVERSION 1,0,0,994
  107.  FILEFLAGSMASK 0x3fL
  108. #ifdef _DEBUG
  109.  FILEFLAGS 0x1L
  110. #else
  111.  FILEFLAGS 0x0L
  112. #endif
  113.  FILEOS 0x4L
  114.  FILETYPE 0x1L
  115.  FILESUBTYPE 0x0L
  116. BEGIN
  117.     BLOCK "StringFileInfo"
  118.     BEGIN
  119.         BLOCK "040904B0"
  120.         BEGIN
  121.             VALUE "CompanyName", "Microsoft Corp.\0"
  122.             VALUE "FileDescription", "GETROWS MFC Application\0"
  123.             VALUE "FileVersion", "1, 0, 0, 994\0"
  124.             VALUE "InternalName", "GETROWS\0"
  125.             VALUE "LegalCopyright", "Copyright ⌐ 1996\0"
  126.             VALUE "LegalTrademarks", "\0"
  127.             VALUE "OriginalFilename", "GETROWS.EXE\0"
  128.             VALUE "ProductName", "GETROWS Application\0"
  129.             VALUE "ProductVersion", "1, 0, 0, 994\0"
  130.         END
  131.     END
  132.     BLOCK "VarFileInfo"
  133.     BEGIN
  134.         VALUE "Translation", 0x409, 1200
  135.     END
  136. END
  137.  
  138. #endif    // !_MAC
  139.  
  140.  
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // DESIGNINFO
  144. //
  145.  
  146. #ifdef APSTUDIO_INVOKED
  147. GUIDELINES DESIGNINFO DISCARDABLE 
  148. BEGIN
  149.     IDD_ABOUTBOX, DIALOG
  150.     BEGIN
  151.         LEFTMARGIN, 7
  152.         RIGHTMARGIN, 210
  153.         TOPMARGIN, 7
  154.         BOTTOMMARGIN, 48
  155.     END
  156.  
  157.     IDD_MAINDLG, DIALOG
  158.     BEGIN
  159.         LEFTMARGIN, 7
  160.         RIGHTMARGIN, 278
  161.         TOPMARGIN, 7
  162.         BOTTOMMARGIN, 246
  163.     END
  164. END
  165. #endif    // APSTUDIO_INVOKED
  166.  
  167.  
  168. /////////////////////////////////////////////////////////////////////////////
  169. //
  170. // String Table
  171. //
  172.  
  173. STRINGTABLE DISCARDABLE 
  174. BEGIN
  175.     101                     "&About GetRows..."
  176. END
  177.  
  178. #endif    // English (U.S.) resources
  179. /////////////////////////////////////////////////////////////////////////////
  180.  
  181.  
  182.  
  183. #ifndef APSTUDIO_INVOKED
  184. /////////////////////////////////////////////////////////////////////////////
  185. //
  186. // Generated from the TEXTINCLUDE 3 resource.
  187. //
  188. #define _AFX_NO_SPLITTER_RESOURCES
  189. #define _AFX_NO_OLE_RESOURCES
  190. #define _AFX_NO_TRACKER_RESOURCES
  191. #define _AFX_NO_PROPERTY_RESOURCES
  192.  
  193. #include "res\GetRows.rc2"  // non-Microsoft Visual C++ edited resources
  194. #include "afxres.rc"         // Standard components
  195.  
  196. /////////////////////////////////////////////////////////////////////////////
  197. #endif    // not APSTUDIO_INVOKED
  198.  
  199.