Index: AAPClient/ProScan.dpr =================================================================== diff -u -r116 -r128 --- AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 116) +++ AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 128) @@ -3,6 +3,7 @@ uses Vcl.Forms, ProScanMain in 'ProScanMain.pas' {fmProScanHoofdscherm}, + DnaCodeScherm in 'UI\DnaCodeScherm.pas' {fmDnaCodescherm}, DrieKnoppenScherm in 'UI\DrieKnoppenScherm.pas' {fmDrieKnoppenScherm}, LoginScherm in 'UI\LoginScherm.pas' {fmLoginScherm}, GebruikerService in 'WS\GebruikerService.pas', @@ -11,13 +12,12 @@ HomeScherm in 'UI\HomeScherm.pas' {fmHomeScherm}, PalletScherm in 'UI\PalletScherm.pas' {fmPalletScherm}, BestaandePalletScherm in 'UI\BestaandePalletScherm.pas' {fmBestaandePalletScherm}, - DnaCodeScherm in 'UI\DnaCodeScherm.pas' {fmDnaCodeScherm}, InfoLogScherm in 'UI\InfoLogScherm.pas' {fmInfoLogScherm}, UiContext in 'UI\UiContext.pas', HernoemPalletScherm in 'UI\HernoemPalletScherm.pas' {fmHernoemPalletScherm}, - DnaCodeService in 'WS\DnaCodeService.pas', LoginScherm2 in 'UI\LoginScherm2.pas' {fmLoginScherm2}, - DimmerForm in 'UI\DimmerForm.pas' {fmDimmerForm}; + DimmerForm in 'UI\DimmerForm.pas' {fmDimmerForm}, + DnaCodeService in 'WS\DnaCodeService.pas' {$R *.res}; {$R *.res} @@ -35,7 +35,6 @@ Application.CreateForm(TfmHomeScherm, fmHomeScherm); Application.CreateForm(TfmPalletScherm, fmPalletScherm); Application.CreateForm(TfmBestaandePalletScherm, fmBestaandePalletScherm); - Application.CreateForm(TfmDnaCodeScherm, fmDnaCodeScherm); Application.CreateForm(TfmInfoLogScherm, fmInfoLogScherm); Application.Run; fmProScanHoofdscherm.Visible := true;