program LSPLCAgent02; uses Vcl.Forms, U_LSPLCAgent in 'U_LSPLCAgent.pas' {F_LSPLCAgent}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TF_LSPLCAgent, F_LSPLCAgent); Application.Run; end.