program Project1; uses Forms, kreslime in 'kreslime.pas' {Form1}, nabytek in 'nabytek.pas', stul in 'stul.pas', zidle in 'zidle.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.