home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / owlinc.pak / VALIDATE.RC < prev    next >
Text File  |  1997-07-23  |  800b  |  25 lines

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