frxrcexports.pas

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

PAS
37
字号

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

unit frxrcExports;

interface

procedure frAddExportsRes;

implementation

uses frxRes;

procedure frAddExportsRes;
begin
  with frxResources do
  begin
    frxResources.Add('TfrxXLSExportDialog',
      'Caption=Exporter vers Excel' + #13#10 +
      'OkB.Caption=OK' + #13#10 +
      'CancelB.Caption=Annuler' + #13#10 +
      'GroupPageRange.Caption= Etendue des pages ' + #13#10 +
      'AllRB.Caption=Toutes' + #13#10 +
      'CurPageRB.Caption=Page courante' + #13#10 +
      'PageNumbersRB.Caption=Pages :' + #13#10 +
      'DescrL.Caption=Entrez un n

⌨️ 快捷键说明

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