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