teeenglish.pas

来自「BCB第三方组件」· PAS 代码 · 共 29 行

PAS
29
字号

***********************************************
************THIS IS NOT AN ERROR***************
***********************************************

// This unit should not be used.  Do not add this unit to your projects.
//
// This unit is a template containing all string texts and constants
// with the purpose of being translated to other languages.

unit TeeEnglish;
{$I TeeDefs.inc}

interface

Uses Classes;

Var TeeEnglishLanguage:TStringList=nil;

Procedure TeeSetEnglish;
Procedure TeeCreateEnglish;

implementation

Uses SysUtils, TeeConst, TeeProCo {$IFNDEF D5},TeCanvas{$ENDIF};

Procedure TeeEnglishConstants;
begin
  TeeMsg_Copyright          :='

⌨️ 快捷键说明

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