{******************************************} { } { FastReport v6.0 } { Language resource file } { } { Copyright (c) 1998-2022 } { by Alexander Tzyganenko, } { Fast Reports Inc. } { } {******************************************} unit frxrcInsp; interface implementation uses frxRes; const resXML = '' + '' + '<' + 'StrRes Name="propName.TfrxReportOptions" Text="The name of the report"/>' + '' + '' + '<' + 'StrRes Name="propVersionRelease" Text="Version info, release"/><' + 'StrRes Name="propCommandTimeOut" Text="Amount of time needed to execute a query"/><' + 'StrRes Name="propLeftLine" Text="Left line of a frame"/>' + '' + ' '; initialization frxResources.AddXML(resXML); end.