home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / full / delphi / RUNIMAGE / DELPHI30 / SOURCE / RTL / SYS / COMSERV.INC < prev    next >
Encoding:
Text File  |  1997-08-04  |  489 b   |  9 lines

  1. resourcestring
  2.   SAutomationWarning = 'Automation Warning';
  3.   SNoCloseActiveServer1 = 'This application has been launched via Automation, ' +
  4.     'and one or more clients currently have references to this application.  ' +
  5.     'This application should be closed from a client, and manually closing ';
  6.   SNoCloseActiveServer2 = 'this application will likely cause your client ' +
  7.     'application(s) to fail.'#13#10#13#10'Are you sure you want to close this ' +
  8.     'application?';
  9.