program bitbutton; {$mode objfpc} uses forms, bitbtnform; begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.