home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / Chip_1997-07_cd.bin / sharewar / delphi / ssexp / ssexpert.dll / RCDATA / DPRSRC next >
Text File  |  1996-09-02  |  460b  |  21 lines

  1. program %1%;
  2.  
  3. //
  4. //  Note: ScrnSave MUST be the first unit in the uses list
  5. //
  6. //  If you add any forms to this project, they MUST be moved from the
  7. //  auto-create list to the available list.  If Delphi adds any other
  8. //  Application calls (ie: Run or Initialize) below, they MUST be removed
  9. //
  10. uses
  11.   ScrnSave,
  12.   Forms,
  13.   %2%;
  14.  
  15. begin
  16.   Application.Title := '%3%';
  17.   SaverFormClass := %4%;
  18.   ConfigDlgClass := %5%;
  19.   RunScreenSaver;
  20. end.
  21.