home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / LOGOSTRS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-06-11  |  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.