home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / odbcsdk / samples / quiktest / custom.rc < prev    next >
Encoding:
Text File  |  1994-12-07  |  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.