home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
OWLINC.PAK
/
VALIDATE.RC
< prev
next >
Wrap
Text File
|
1995-08-29
|
800b
|
25 lines
//----------------------------------------------------------------------------
// ObjectWindows
// (C) Copyright 1992, 1994 by Borland International, All Rights Reserved
//
// Resources to use with TValidator & derived classes
//----------------------------------------------------------------------------
#include <owl/validate.rh>
#if defined(RC_INVOKED)
#if !defined(NO_IDS_VALIDATOR) && !defined(__IDS_VALIDATOR)
#define __IDS_VALIDATOR
STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
{
IDS_VALPXPCONFORM "Input does not conform to picture:\n""%s"""
IDS_VALINVALIDCHAR "Invalid character in input"
IDS_VALNOTINRANGE "Value is not in the range %ld to %ld."
IDS_VALNOTINLIST "Input is not in valid-list"
}
#endif
#undef NO_IDS_VALIDATOR
#endif