home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / TEXPLIST.ZIP / Delphi 2 / CompConstants.inc next >
Encoding:
Text File  |  1999-01-28  |  413 b   |  9 lines

  1. cComponentTab      = 'Y-Tech';
  2. cComponentsWebSite = 'http://www.igather.com/components';
  3. cComponentsEmail   = 'ycomp@hotpop.com';
  4. cComponentsMailTo  = 'mailto:' + cComponentsEmail;
  5.  
  6. // *** Error Messages ***
  7. cIDENotRunningError = 'The unregistered version of %s cannot run when the Delphi or C++ Builder IDE '+
  8.                       'is not running. Please visit ' + cComponentsWebSite + ' to register.';
  9.