home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / VALIDATE.RC < prev    next >
Encoding:
Text File  |  1993-12-02  |  809 b   |  24 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1992, 1993 by Borland International
  3. //   include\owl\validate.rc
  4. //   Resources to use with TValidator & derived classes
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <owl\validate.rh>
  8.  
  9. #if defined(RC_INVOKED)
  10.  
  11. #if !defined(NO_IDS_VALIDATOR) && !defined(__IDS_VALIDATOR)
  12. #define __IDS_VALIDATOR
  13. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  14. BEGIN
  15.   IDS_VALPXPCONFORM      "Input does not conform to picture:\n""%s"""
  16.   IDS_VALINVALIDCHAR     "Invalid character in input"
  17.   IDS_VALNOTINRANGE      "Value is not in the range %ld to %ld."
  18.   IDS_VALNOTINLIST       "Input is not in valid-list"
  19. END
  20. #endif
  21. #undef NO_IDS_VALIDATOR
  22.  
  23. #endif
  24.