home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / LOGOSTRS.PAS < prev    next >
Pascal/Delphi Source File  |  1996-02-20  |  193b  |  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.