program OverbyteBufTst; uses Forms, OverbyteBufTst1 in 'OverbyteBufTst1.pas' {BufTstForm}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TBufTstForm, BufTstForm); Application.Run; end.