home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / quiktest / custom.rc < prev    next >
Encoding:
Text File  |  1996-08-21  |  731 b   |  22 lines

  1. //*---------------------------------------------------------------------------------
  2. //| Custom Auto Test DLL
  3. //|
  4. //| Title:    CUSTOM.RC
  5. //|
  6. //| Purpose:
  7. //|    This file contains the strings for the Custom Auto Test. This file is 
  8. //|    optional for an auto test DLL.
  9. //*---------------------------------------------------------------------------------
  10. #include "custom.h"
  11.  
  12. STRINGTABLE 
  13. {    
  14.     idsTestName                        "Custom Auto Test"
  15.     idsHelloWorld                    "Hello World"
  16.     idsHelloWorldDesc                "Uses szLogPrintf and szMessageBox"
  17.     idsDisplayInfo                    "Display SERVERINFO"
  18.     idsDisplayInfoDesc            "Writes the contents of SERVERINFO"
  19.     idsSimpleConnect                "Simple Connect"
  20.     idsSimpleConnectDesc            "Do a connect using SERVERINFO"
  21. }
  22.