home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / LOGOSTRS.PAS < prev    next >
Pascal/Delphi Source File  |  1996-05-08  |  163b  |  13 lines

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