{******************************************} { } { FastReport v6.0 } { Language resource file } { } { Copyright (c) 1998-2022 } { by Alexander Tzyganenko, } { Fast Reports Inc. } { } {******************************************} unit frxrcDesgn; interface implementation uses frxRes; const resXML = '<' + 'StrRes Name="2300" Text="Open Script File"/><' + 'StrRes Name="2392" Text="Alignment Palette"/><' + 'StrRes Name="2446" Text="Overlay"/>' + '' + '' + '<' + 'StrRes Name="fkDateTime3" Text="November 28, 2002;mmmm dd, yyyy"/>' + '<' + 'StrRes Name="4717" Text="Build"/><' + 'StrRes Name="5704" Text="Login"/>' + '<' + 'StrRes Name="Tan" Text="Returns the tangent"/><' + 'StrRes Name="5902" Text="Delete Watch"/>' + '' + '' + '<' + 'StrRes Name="mpGrayScale" Text="Gray Scale"/><' + 'StrRes Name="mlValue" Text="Value"/><' + 'StrRes Name="6533" Text="Pointer"/><' + '/Resources>' + ' '; initialization frxResources.AddXML(resXML); end.