Index: AAPClient/ProScan.dpr =================================================================== diff -u -r12 -r14 --- AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 12) +++ AAPClient/ProScan.dpr (.../ProScan.dpr) (revision 14) @@ -7,7 +7,7 @@ LoginScherm in 'UI\LoginScherm.pas' {fmLoginScherm}, GebruikerService in 'WS\GebruikerService.pas', PopupScherm in 'UI\PopupScherm.pas' {fmPopupScherm}, - Images in 'UI\Images.pas' {Form1}; + Images in 'UI\Images.pas' {ImagesScherm}; {$R *.res} @@ -19,6 +19,6 @@ Application.CreateForm(TfmDrieKnoppenScherm, fmDrieKnoppenScherm); Application.CreateForm(TfmLoginScherm, fmLoginScherm); Application.CreateForm(TfmPopupScherm, fmPopupScherm); - Application.CreateForm(TForm1, Form1); + Application.CreateForm(TImagesScherm, ImagesScherm); Application.Run; end.