Index: AAPClient/UI/UiContext.pas =================================================================== diff -u -r213 -r219 --- AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 213) +++ AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 219) @@ -2,6 +2,9 @@ interface +uses + Images; + const mrLogin = 101; mrHome = 102; @@ -21,13 +24,15 @@ fToelevering: String; fLaatsteDnaCode: String; fInfoLogSchermToonGescand: boolean; + fImagesScherm: TImagesScherm; public Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; Property Pallet: String Read fPallet Write fPallet; Property Toelevering: String Read fToelevering Write fToelevering; Property LaatsteDnaCode: String Read fLaatsteDnaCode Write fLaatsteDnaCode; Property InfoLogSchermToonGescand: boolean Read fInfoLogSchermToonGescand Write fInfoLogSchermToonGescand; + Property ImagesScherm: TImagesScherm Read fImagesScherm Write fImagesScherm; end; implementation