Index: PlanScan/PlanScan.dpr =================================================================== diff -u -r468 -r625 --- PlanScan/PlanScan.dpr (.../PlanScan.dpr) (revision 468) +++ PlanScan/PlanScan.dpr (.../PlanScan.dpr) (revision 625) @@ -17,8 +17,9 @@ frameKlantinstellingen in 'UI\frameKlantinstellingen.pas' {frmKlantinstellingen: TFrame}, KlantinstellingenDetailScherm in 'UI\KlantinstellingenDetailScherm.pas' {fmKlantinstellingenDetail}, GebruikerService in 'WS\GebruikerService.pas', - AfdrukService in 'WS\AfdrukService.pas', - DnaCodeService in 'WS\DnaCodeService.pas'; + DnaCodeService in 'WS\DnaCodeService.pas', + ProboxPrinterKeuze in 'UI\ProboxPrinterKeuze.pas' {formProboxPrinterKeuze}, + AfdrukService in 'WS\AfdrukService.pas'; {$R *.res} @@ -29,5 +30,6 @@ Application.CreateForm(TfmMain, fmMain); Application.CreateForm(TfmLogin, fmLogin); Application.CreateForm(TfmKlantinstellingenDetail, fmKlantinstellingenDetail); + Application.CreateForm(TformProboxPrinterKeuze, formProboxPrinterKeuze); Application.Run; end.