Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r541 -r644 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 541) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 644) @@ -33,6 +33,7 @@ fIsWegwerpPalletPopupGetoond: boolean; fIsSSTPopupGetoond: boolean; fIsExportPopupGetoond: boolean; + fIsBlumXsPopupGetoond: boolean; fServerName: string; fModus: integer; fInternVhossId: string; @@ -58,6 +59,7 @@ Property Modus: integer Read fModus Write fModus; Property InternVhossId: string read fInternVhossId Write fInternVhossId; Property IsExportPopupGetoond: boolean Read fIsExportPopupGetoond write fIsExportPopupGetoond; + Property IsBlumXsPopupGetoond: boolean Read fIsBlumXsPopupGetoond write fIsBlumXsPopupGetoond; Property BatchId: string Read fBatchId Write fBatchId; Property FormBreedte: integer Read fFormBreedte Write fFormBreedte; Property FormHoogte: integer Read fFormHoogte Write fFormHoogte;