home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / OLECONST.RC < prev    next >
Text File  |  1997-01-16  |  981b  |  23 lines

  1. #include "oleconst.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.   SBadPropValue, "'%s' is not a valid property value"
  6.   SCannotActivate, "OLE control activation failed"
  7.   SNoWindowHandle, "Could not obtain OLE control window handle"
  8.   SOleError, "OLE error %.8x"
  9.   SVarNotObject, "Variant does not reference an OLE object"
  10.   SVarNotAutoObject, "Variant does not reference an automation object"
  11.   SNoMethod, "Method '%s' not supported by OLE object"
  12.   SLinkProperties, "Link Properties"
  13.   SInvalidLinkSource, "Cannot link to an invalid source."
  14.   SCannotBreakLink, "Break link operation is not supported."
  15.   SLinkedObject, "Linked %s"
  16.   SEmptyContainer, "Operation not allowed on an empty OLE container"
  17.   SInvalidVerb, "Invalid object verb"
  18.   SPropDlgCaption, "%s Properties"
  19.   SInvalidStreamFormat, "Invalid stream format"
  20.   SInvalidLicense, "License information for %s is invalid"
  21.   SNotLicensed, "License information for %s not found. You cannot use this control in design mode"
  22. }
  23.