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