home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / zfamily.zip / zfamily / ZISFUNCS / SAMPLE / TSTFUNCS.RC < prev    next >
Text File  |  1993-09-01  |  2KB  |  43 lines

  1. /*
  2. ** /----------------------------------------------------------------------\
  3. ** |             IBM Z Family Reusable Libraries/2 (5641-504)             |
  4. ** |----------------------------------------------------------------------|
  5. ** | (C) Copyright International Business Machines Corporation 1993, 1994 |
  6. ** |----------------------------------------------------------------------|
  7. ** |                       DISCLAIMER OF WARRANTIES                       |
  8. ** |                       ------------------------                       |
  9. ** | The following code is sample code created by IBM Corporation.        |
  10. ** | Such a code is provided to you solely for the purpose of assisting   |
  11. ** | you in the development of your applications. The code is provided    |
  12. ** | "AS IS", without warranty of any kind.  IBM shall not be liable for  |
  13. ** | any damages arising out of your use of the following code, even if   |
  14. ** | they have been advised of the possibility of such damages.           |                                                                         *
  15. ** \----------------------------------------------------------------------/
  16. **
  17. **  Header  : TSTFUNCS.RC
  18. **  Authors : Alessandro Cavallini (CAVALLI at ROMEPPC)
  19. **            Pino Venturella (VENTUREL at ROMEPPC)
  20. **  Reviewer: Dario de Judicibus (DEJUDICI at ROMEPPC)
  21. **  Created : 06 Jul 1992
  22. **  Updated : 31 Aug 1993
  23. **  Version : 3.12
  24. **  Content : String table
  25. **
  26. */
  27. STRINGTABLE
  28. BEGIN
  29.     TST_ID_TYPE_NAT,       "Natural"
  30.     TST_ID_TYPE_INT,       "Integer"
  31.     TST_ID_TYPE_REAL,      "Real"
  32.  
  33.     TST_ID_NTN_FLAT,       "Flat"
  34.     TST_ID_NTN_THS,        "Thousand"
  35.     TST_ID_NTN_ANY,        "Any"
  36.     TST_ID_NTN_SCI,        "Scientific"
  37.     TST_ID_NTN_EXP,        "Exponential"
  38.  
  39.     tstSTR_EXITREQUEST,        "Exit Request"
  40.     tstSTR_DLLAUTHOR,          "Dr. Dario de Judicibus"
  41.     tstWRN_AREYOUSURE,         "Are you sure you want to exit?"
  42. END
  43.