home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #5 / 1999 CD 5 (black).iso / Delphi3 / install / data.z / LOGOSTRS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1997-08-05  |  193 b   |  14 lines

  1. unit LogoStrs;
  2.  
  3. interface
  4.  
  5. const
  6.   { string contants in strings.rc }
  7.   sUntitled             = 1;
  8.   sOverwrite            = 2;
  9.   sSendError            = 3;
  10.   
  11. implementation
  12.  
  13. end.
  14.