home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VB / UNSUPPRT / CALENDAR / RES / CALENDAR.RC next >
Encoding:
Text File  |  1997-01-16  |  495 b   |  14 lines

  1. #define    STRING_BASE     0
  2.  
  3. #define IDS_ERR_PROP_VALUE        STRING_BASE + 1
  4. #define IDS_ERR_PROP_VALUE_RANGE    STRING_BASE + 2
  5. #define IDS_ERR_CANT_CHANGE        STRING_BASE + 3
  6.  
  7. STRINGTABLE
  8. BEGIN
  9.   IDS_ERR_PROP_VALUE, "Invalid Property Value.  The value passed is not a valid value for the %1 property."
  10.   IDS_ERR_PROP_VALUE_RANGE, "Invalid Property Value.  The value for the %1 property must be between %2 and %3."
  11.   IDS_ERR_CANT_CHANGE, "The %1 property cannot be changed at this time."
  12. END
  13.  
  14.