Index: AAPClient/UI/UiContext.pas =================================================================== diff -u -r240 -r247 --- AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 240) +++ AAPClient/UI/UiContext.pas (.../UiContext.pas) (revision 247) @@ -26,6 +26,8 @@ fInfoLogSchermToonGescand: boolean; fImagesScherm: TImagesScherm; fDesktopMode: boolean; + fIsDirecteLeveringPopupGetoond: boolean; + fIsWegwerpPalletPopupGetoond: boolean; public Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; @@ -35,6 +37,8 @@ Property InfoLogSchermToonGescand: boolean Read fInfoLogSchermToonGescand Write fInfoLogSchermToonGescand; Property ImagesScherm: TImagesScherm Read fImagesScherm Write fImagesScherm; Property DesktopMode: boolean Read fDesktopMode Write fDesktopMode; + Property IsDirecteLeveringPopupGetoond: boolean Read fIsDirecteLeveringPopupGetoond Write fIsDirecteLeveringPopupGetoond; + Property IsWegwerpPalletPopupGetoond: boolean Read fIsWegwerpPalletPopupGetoond Write fIsWegwerpPalletPopupGetoond; end; implementation