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 >
Wrap
Text File
|
1997-07-23
|
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