Index: AAPClient/ProScan.dpr =================================================================== diff -u -r48 -r50 --- AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 48) +++ AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 50) @@ -12,7 +12,8 @@ PalletScherm in 'UI\PalletScherm.pas' {fmPalletScherm}, BestaandePalletScherm in 'UI\BestaandePalletScherm.pas' {fmBestaandePalletScherm}, DnaCodeScherm in 'UI\DnaCodeScherm.pas' {fmDnaCodeScherm}, - DnaCodeService in 'WS\DnaCodeService.pas'; + DnaCodeService in 'WS\DnaCodeService.pas', + InfoLogScherm in 'UI\InfoLogScherm.pas' {fmInfoLogScherm}; {$R *.res} @@ -28,5 +29,6 @@ Application.CreateForm(TfmPalletScherm, fmPalletScherm); Application.CreateForm(TfmBestaandePalletScherm, fmBestaandePalletScherm); Application.CreateForm(TfmDnaCodeScherm, fmDnaCodeScherm); + Application.CreateForm(TfmInfoLogScherm, fmInfoLogScherm); Application.Run; end.