home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף: 100 משחקים Windows 95 / 100-games-cvr-GAMES96.iso / think1 / icn045 / project1.dpr < prev    next >
Encoding:
Text File  |  1995-04-03  |  173 b   |  13 lines

  1. program Project1;
  2.  
  3. uses
  4.   Forms,
  5.   Unit1 in 'D:\WINMENU1\UNIT1.PAS' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TForm1, Form1);
  11.   Application.Run;
  12. end.
  13.