Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r451 -r484 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 451) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 484) @@ -36,6 +36,8 @@ fModus: integer; fInternVhossId: string; fBatchId: String; + fFormBreedte: integer; + fFormHoogte: integer; public Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; @@ -52,6 +54,8 @@ Property InternVhossId: string read fInternVhossId Write fInternVhossId; Property IsExportPopupGetoond: boolean Read fIsExportPopupGetoond write fIsExportPopupGetoond; Property BatchId: string Read fBatchId Write fBatchId; + Property FormBreedte: integer Read fFormBreedte Write fFormBreedte; + Property FormHoogte: integer Read fFormHoogte Write fFormHoogte; end; implementation