Index: AAPClient/ProScan.dpr =================================================================== diff -u -r30 -r37 --- AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 30) +++ AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 37) @@ -10,7 +10,8 @@ Images in 'UI\Images.pas' {ImagesScherm}, HomeScherm in 'UI\HomeScherm.pas' {fmHomeScherm}, PalletScherm in 'UI\PalletScherm.pas' {fmPalletScherm}, - DnaCodeService in 'WS\DnaCodeService.pas'; + DnaCodeService in 'WS\DnaCodeService.pas', + BestaandePalletScherm in 'UI\BestaandePalletScherm.pas' {fmBestaandePalletScherm}; {$R *.res} @@ -25,5 +26,6 @@ Application.CreateForm(TImagesScherm, ImagesScherm); Application.CreateForm(TfmHomeScherm, fmHomeScherm); Application.CreateForm(TfmPalletScherm, fmPalletScherm); + Application.CreateForm(TfmBestaandePalletScherm, fmBestaandePalletScherm); Application.Run; end.