program Binary; uses Forms, Frame in 'Frame.pas' {FrameForm}, Preview in 'Preview.pas' {PreviewForm}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TFrameForm, FrameForm); Application.Run; end.