frxrcexports.pas

来自「报表源码 FastReport 3 is new generation of t」· PAS 代码 · 共 96 行

PAS
96
字号

{******************************************}
{                                          }
{             FastReport v3.0              }
{         Language resource file           }
{                                          }
{            Copyright (c) 2004            }
{          by Alexander Fediachov,         }
{             Fast Reports, Inc.           }
{                                          }
{******************************************}

unit frxrcExports;

interface

procedure frAddExportsRes;

implementation

uses frxRes;

procedure frAddExportsRes;
begin
  with frxResources do
  begin
    frxResources.Add('TfrxXLSExportDialog',
      'Caption=Exportera till Excel' + #13#10 +
      'OkB.Caption=OK' + #13#10 +
      'CancelB.Caption=Avbryt' + #13#10 +
      'GroupPageRange.Caption= Sidomfattning ' + #13#10 +
      'AllRB.Caption=Alla' + #13#10 +
      'CurPageRB.Caption=Aktuell sida' + #13#10 +
      'PageNumbersRB.Caption=Sidor:' + #13#10 +
      'DescrL.Caption=Skriv in sidnummer och/eller sidintervall avgr鋘sade med kommatecken, t.ex 1,3,5-12.' + #13#10 +
      'GroupQuality.Caption= Exportinst鋖lningar ' + #13#10 +
      'StylesCB.Caption=Stil' + #13#10 +
      'PicturesCB.Caption=Bilder' + #13#10 +
      'MergeCB.Caption=Sammafoga celler' + #13#10 +
      'PageBreaksCB.Caption=Sidbrytningar' + #13#10 +
      'FastExpCB.Caption=Fast export' + #13#10 +
      'WCB.Caption=WYSIWYG' + #13#10 +
      'AsTextCB.Caption=As text' + #13#10 +
      'BackgrCB.Caption=Background' + #13#10 +
      'OpenExcelCB.Caption=謕pna Excel efter export' + #13#10 +
      'SaveDialog1.Filter=Excel fil (*.xls)|*.xls' + #13#10 +
      'SaveDialog1.DefaultExt=.xls' + #13#10 +
      '');

    frxResources.Add('TfrxXMLExportDialog',
      'Caption=Exportera till Excel' + #13#10 +
      'OkB.Caption=OK' + #13#10 +
      'CancelB.Caption=Avbryt' + #13#10 +
      'GroupPageRange.Caption= Sidomfattning ' + #13#10 +
      'AllRB.Caption=Alla' + #13#10 +
      'CurPageRB.Caption=Aktuell sida' + #13#10 +
      'PageNumbersRB.Caption=Sidor:' + #13#10 +
      'DescrL.Caption=Skriv in sidnummer och/eller sidintervall avgr鋘sade med kommatecken, t.ex 1,3,5-12.' + #13#10 +
      'GroupQuality.Caption= Exportinst鋖lningar ' + #13#10 +
      'StylesCB.Caption=Stil' + #13#10 +
      'PageBreaksCB.Caption=Sidbrytningar' + #13#10 +
      'WCB.Caption=WYSIWYG' + #13#10 +
      'BackgrCB.Caption=Background' + #13#10 +
      'OpenExcelCB.Caption=謕pna Excel efter export' + #13#10 +
      'SaveDialog1.Filter=XML Excel fil (*.xls)|*.xls' + #13#10 +
      'SaveDialog1.DefaultExt=.xls' + #13#10 +
      '');

    frxResources.Add('TfrxHTMLExportDialog',
      'Caption=Exportera till HTML tabell' + #13#10 +
      'OkB.Caption=OK' + #13#10 +
      'CancelB.Caption=Avbryt' + #13#10 +
      'GroupPageRange.Caption= Sidomfattning ' + #13#10 +
      'AllRB.Caption=Alla' + #13#10 +
      'CurPageRB.Caption=Aktuell sida' + #13#10 +
      'PageNumbersRB.Caption=Sidor:' + #13#10 +
      'DescrL.Caption=Skriv in sidnummer och/eller sidintervall avgr鋘sade med kommatecken, t.ex 1,3,5-12.' + #13#10 +
      'GroupQuality.Caption= Exportinst鋖lningar ' + #13#10 +
      'OpenAfterCB.Caption=謕pna efter export' + #13#10 +
      'StylesCB.Caption=Stil' + #13#10 +
      'PicturesCB.Caption=Bilder' + #13#10 +
      'PicsSameCB.Caption=Alla i en mapp' + #13#10 +
      'FixWidthCB.Caption=Fast bredd' + #13#10 +
      'NavigatorCB.Caption=Sidnavigator' + #13#10 +
      'MultipageCB.Caption=Flera sidor' + #13#10 +
      'MozillaCB.Caption=Mozilla l鋝are' + #13#10 +
      'BackgrCB.Caption=Background' + #13#10 +
      'SaveDialog1.Filter=HTML fil (*.html)|*.html' + #13#10 +
      'SaveDialog1.DefaultExt=.html' + #13#10 +
      '');

    frxResources.Add('TfrxTXTExportDialog',
      'Caption=Exportera till text (matris skrivare)' + #13#10 +
      'OK.Caption=OK' + #13#10 +
      'Cancel.Caption=Avbryt' + #13#10 +
      'BtnPreview.Hint=F鰎handsgranska av/p

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?