home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / infoscr.zip / ISCRDEMO.DPR < prev    next >
Text File  |  1995-10-15  |  167b  |  13 lines

  1. program Iscrdemo;
  2.  
  3. uses
  4.   Forms,
  5.   Iscrdem1 in 'ISCRDEM1.PAS' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TForm1, Form1);
  11.   Application.Run;
  12. end.
  13.