program OverbyteIcsUdpSend; {$R '..\..\OverbyteIcsXpManifest.res' '..\..\OverbyteIcsXpManifest.rc'} {$R '..\..\OverbyteIcsCommonVersion.res' '..\..\OverbyteIcsCommonVersion.rc'} uses Forms, OverbyteIcsIniFiles in '..\..\OverbyteIcsIniFiles.pas', OverbyteIcsUdpSend1 in 'OverbyteIcsUdpSend1.pas' {MainAutoForm}; {$R *.RES} begin Application.CreateForm(TMainForm, MainForm); Application.Run; end.