home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_DAO.SDK / DISK4 / DAOSDK.1 / getrows.rc < prev    next >
Encoding:
Text File  |  1995-09-11  |  5.4 KB  |  202 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 Sans Serif"
  74. BEGIN
  75.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  76.     LTEXT           "GetRows Version 1.0",IDC_STATIC,40,10,119,8
  77.     LTEXT           "Copyright ⌐ 1995",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 Sans Serif"
  86. BEGIN
  87.     DEFPUSHBUTTON   "&Close",2,117,232,50,14
  88.     LISTBOX         IDD_GETROWSLIST,112,84,146,56,LBS_NOINTEGRALHEIGHT | 
  89.                     WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  90.     LTEXT           "GetRows",-1,16,84,48,11
  91.     LTEXT           "GetRowsEx",65534,14,153,46,11
  92.     LISTBOX         IDD_GETROWSLISTEX,113,151,144,56,LBS_NOINTEGRALHEIGHT | 
  93.                     WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  94.     GROUPBOX        "",1002,14,7,257,52
  95.     LTEXT           "This sample shows the GetRows functions in the DAO SDK RecordSet class. GetRows is the same as in VB or Access (i.e. returning an array of variants). GetRowsEx allows a C++ progam to bind the returned fields to native data types.",
  96.                     1003,21,15,245,38
  97.     PUSHBUTTON      "E&xecute",IDD_EXECUTE,111,63,90,18
  98. END
  99.  
  100.  
  101. #ifndef _MAC
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Version
  105. //
  106.  
  107. 1 VERSIONINFO
  108.  FILEVERSION 1,0,0,1
  109.  PRODUCTVERSION 1,0,0,1
  110.  FILEFLAGSMASK 0x3fL
  111. #ifdef _DEBUG
  112.  FILEFLAGS 0x1L
  113. #else
  114.  FILEFLAGS 0x0L
  115. #endif
  116.  FILEOS 0x4L
  117.  FILETYPE 0x1L
  118.  FILESUBTYPE 0x0L
  119. BEGIN
  120.     BLOCK "StringFileInfo"
  121.     BEGIN
  122.         BLOCK "040904B0"
  123.         BEGIN
  124.             VALUE "CompanyName", "\0"
  125.             VALUE "FileDescription", "GETROWS MFC Application\0"
  126.             VALUE "FileVersion", "1, 0, 0, 1\0"
  127.             VALUE "InternalName", "GETROWS\0"
  128.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  129.             VALUE "LegalTrademarks", "\0"
  130.             VALUE "OriginalFilename", "GETROWS.EXE\0"
  131.             VALUE "ProductName", "GETROWS Application\0"
  132.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  133.         END
  134.     END
  135.     BLOCK "VarFileInfo"
  136.     BEGIN
  137.         VALUE "Translation", 0x409, 1200
  138.     END
  139. END
  140.  
  141. #endif    // !_MAC
  142.  
  143.  
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // DESIGNINFO
  147. //
  148.  
  149. #ifdef APSTUDIO_INVOKED
  150. GUIDELINES DESIGNINFO DISCARDABLE 
  151. BEGIN
  152.     IDD_ABOUTBOX, DIALOG
  153.     BEGIN
  154.         LEFTMARGIN, 7
  155.         RIGHTMARGIN, 210
  156.         TOPMARGIN, 7
  157.         BOTTOMMARGIN, 48
  158.     END
  159.  
  160.     IDD_MAINDLG, DIALOG
  161.     BEGIN
  162.         LEFTMARGIN, 7
  163.         RIGHTMARGIN, 278
  164.         TOPMARGIN, 7
  165.         BOTTOMMARGIN, 246
  166.     END
  167. END
  168. #endif    // APSTUDIO_INVOKED
  169.  
  170.  
  171. /////////////////////////////////////////////////////////////////////////////
  172. //
  173. // String Table
  174. //
  175.  
  176. STRINGTABLE DISCARDABLE 
  177. BEGIN
  178.     101                     "&About GetRows..."
  179. END
  180.  
  181. #endif    // English (U.S.) resources
  182. /////////////////////////////////////////////////////////////////////////////
  183.  
  184.  
  185.  
  186. #ifndef APSTUDIO_INVOKED
  187. /////////////////////////////////////////////////////////////////////////////
  188. //
  189. // Generated from the TEXTINCLUDE 3 resource.
  190. //
  191. #define _AFX_NO_SPLITTER_RESOURCES
  192. #define _AFX_NO_OLE_RESOURCES
  193. #define _AFX_NO_TRACKER_RESOURCES
  194. #define _AFX_NO_PROPERTY_RESOURCES
  195.  
  196. #include "res\GetRows.rc2"  // non-Microsoft Visual C++ edited resources
  197. #include "afxres.rc"         // Standard components
  198.  
  199. /////////////////////////////////////////////////////////////////////////////
  200. #endif    // not APSTUDIO_INVOKED
  201.  
  202.