program Imform; uses Forms, Imfmain in 'IMFMAIN.PAS' {Form1}; {$R *.RES} begin Application.CreateForm(TForm1, Form1); Application.Run; end.