home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OCFINC.PAK / OCAPP.RH < prev    next >
Text File  |  1995-08-29  |  1KB  |  30 lines

  1. // 
  2. //----------------------------------------------------------------------------
  3. // ObjectComponents
  4. // (C) Copyright 1994 by Borland International, All Rights Reserved
  5. //
  6. //   String resource ids used by ocapp for clipboard format names
  7. //----------------------------------------------------------------------------
  8.  
  9. // Text for clipboard format names
  10. //
  11. #define IDS_CFFIRST         32610   // first id for standard clipboard format
  12. #define IDS_CFTEXT          32610
  13. #define IDS_CFBITMAP        32611
  14. #define IDS_CFMETAFILE      32612
  15. #define IDS_CFSYLK          32613
  16. #define IDS_CFDIF           32614
  17. #define IDS_CFTIFF          32615
  18. #define IDS_CFOEMTEXT       32616
  19. #define IDS_CFDIB           32617
  20. #define IDS_CFPALETTE       32618
  21. #define IDS_CFPENDATA       32619
  22. #define IDS_CFRIFF          32620
  23. #define IDS_CFWAVE          32621
  24. #define IDS_CFUNICODETEXT   32622
  25. #define IDS_CFENHMETAFILE   32623
  26. #define IDS_CFLAST          32623   // last id for standard clipboard format
  27.  
  28. // word " in ", used in the window title when a server is embedded
  29. #define IDS_IN                   32700
  30.