program Project1; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Controller := TControl.Create; Storage := TStorage.Create; Application.CreateForm(TBorder, Border); Application.Run; end.