frxrcclass.pas

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

PAS
47
字号

{******************************************}
{                                          }
{             FastReport v3.0              }
{         Language resource file           }
{                                          }
{         Copyright (c) 1998-2005          }
{         by Alexander Tzyganenko,         }
{            Fast Reports Inc.             }
{                                          }
{******************************************}

unit frxrcClass;

interface

procedure frAddClassesRes;


implementation

uses frxRes;


procedure frAddClassesRes;
begin
  with frxResources do
  begin
    Add('TfrxPreviewForm',
      'Caption=F鰎handsgranska' + #13#10 +
      'PrintB.Caption=Skriv ut' + #13#10 +
      'PrintB.Hint=Skriv ut' + #13#10 +
      'OpenB.Caption=謕pna' + #13#10 +
      'OpenB.Hint=謕pna' + #13#10 +
      'SaveB.Caption=Spara' + #13#10 +
      'SaveB.Hint=Spara' + #13#10 +
      'ExportB.Caption=Exportera' + #13#10 +
      'ExportB.Hint=Exportera' + #13#10 +
      'FindB.Caption=S鰇' + #13#10 +
      'FindB.Hint=S鰇' + #13#10 +
      'ZoomWholePageB.Caption=Hel Sida' + #13#10 +
      'ZoomWholePageB.Hint=Hel Sida' + #13#10 +
      'ZoomPageWidthB.Caption=Sidbredd' + #13#10 +
      'ZoomPageWidthB.Hint=Sidbredd' + #13#10 +
      'Zoom100B.Caption=100%' + #13#10 +
      'Zoom100B.Hint=100%' + #13#10 +
      'Zoom50B.Caption=Tv

⌨️ 快捷键说明

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