Index: AAPClient/ProScan.dpr =================================================================== diff -u -r37 -r41 --- AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 37) +++ AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 41) @@ -11,7 +11,8 @@ HomeScherm in 'UI\HomeScherm.pas' {fmHomeScherm}, PalletScherm in 'UI\PalletScherm.pas' {fmPalletScherm}, DnaCodeService in 'WS\DnaCodeService.pas', - BestaandePalletScherm in 'UI\BestaandePalletScherm.pas' {fmBestaandePalletScherm}; + BestaandePalletScherm in 'UI\BestaandePalletScherm.pas' {fmBestaandePalletScherm}, + DnaCodeScherm in 'UI\DnaCodeScherm.pas' {fmDnaCodeScherm}; {$R *.res} @@ -27,5 +28,6 @@ Application.CreateForm(TfmHomeScherm, fmHomeScherm); Application.CreateForm(TfmPalletScherm, fmPalletScherm); Application.CreateForm(TfmBestaandePalletScherm, fmBestaandePalletScherm); + Application.CreateForm(TfmDnaCodeScherm, fmDnaCodeScherm); Application.Run; end.