Index: ProScan/UI/UiContext.pas =================================================================== diff -u -r644 -r663 --- ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 644) +++ ProScan/UI/UiContext.pas (.../UiContext.pas) (revision 663) @@ -24,6 +24,7 @@ fInitialen: String; fLoginCode: String; fPallet: String; + fLpnCode: String; fToelevering: String; fLaatsteDnaCode: String; fInfoLogSchermToonGescand: boolean; @@ -47,6 +48,7 @@ Property Initialen: String Read fInitialen Write fInitialen; Property LoginCode: String Read fLoginCode Write fLoginCode; Property Pallet: String Read fPallet Write fPallet; + Property LpnCode: String Read fLpnCode Write fLpnCode; Property Toelevering: String Read fToelevering Write fToelevering; Property LaatsteDnaCode: String Read fLaatsteDnaCode Write fLaatsteDnaCode; Property InfoLogSchermToonGescand: boolean Read fInfoLogSchermToonGescand Write fInfoLogSchermToonGescand;