Index: PlanScan/PlanScan.dpr =================================================================== diff -u -r370 -r373 --- PlanScan/PlanScan.dpr (.../PlanScan.dpr) (revision 370) +++ PlanScan/PlanScan.dpr (.../PlanScan.dpr) (revision 373) @@ -16,7 +16,8 @@ frameGebruikers in 'UI\frameGebruikers.pas' {frmGebruikers: TFrame}, frameKlantinstellingen in 'UI\frameKlantinstellingen.pas' {frmKlantinstellingen: TFrame}, DnaCodeService in 'WS\DnaCodeService.pas', - GebruikerService in 'WS\GebruikerService.pas'; + GebruikerService in 'WS\GebruikerService.pas', + KlantinstellingenDetailScherm in 'UI\KlantinstellingenDetailScherm.pas' {fmKlantinstellingenDetail}; {$R *.res} @@ -25,5 +26,6 @@ Application.MainFormOnTaskbar := True; Application.CreateForm(TfmMain, fmMain); Application.CreateForm(TfmLogin, fmLogin); + Application.CreateForm(TfmKlantinstellingenDetail, fmKlantinstellingenDetail); Application.Run; end.