--- dao/DelphiScanner/ParentForm.pas 2016/05/30 20:26:56 3037 +++ dao/DelphiScanner/ParentForm.pas 2016/05/31 11:50:42 3038 @@ -6,6 +6,7 @@ type IParentForm = Interface(IInterface) + procedure Msg( msg : string); procedure LogMessage( msg : string); procedure SetPrinterstatusText( txt: string; alert: boolean);