{******************************************} { } { FastReport v4.0 } { Language resource file } { } { Copyright (c) 1998-2008 } { by Alexander Tzyganenko, } { Fast Reports Inc. } { } {******************************************} unit FMX.frxrcDesgn; interface implementation uses FMX.frxRes; const resXML = '' + '<' + 'StrRes Name="2458" Text="90°"/><' + 'StrRes Name="2706" Text="Left"/><' + 'StrRes Name="bcShowText" Text="Show Text"/><' + 'StrRes Name="3805" Text="Clear"/><' + 'StrRes Name="4003" Text="Paste"/>' + '' + '<' + 'StrRes Name="5208" Text="All Frame Lines"/><' + 'StrRes Name="5604" Text="Layout"/>' + '' + '' + '<' + 'StrRes Name="startOpenLast" Text="Open last report"/><' + 'StrRes Name="6002" Text="Delete duplicates"/>' + ' '; initialization frxResources.AddXML(resXML); end.