⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 teconst.pas

📁 MyTeRollTray组件
💻 PAS
字号:
{==============================================================================

  Common Controls               
  Copyright (C) 2000-2002 by Evgeny Kryukov
  All rights reserved

===============================================================================}

unit TeConst;

interface

resourcestring

  SKsMaximize = '最大化(&X)';
  SKsMinimize = '最小化(&N)';
  SKsClose = '关闭(&C)';
  SKsRollup = '向上卷起窗口(&U)';
  SKsRestore = '恢复(&R)';
  SKsMinToTray = '隐藏到托盘区(&T)';

  SKsIndexOutOfBounds = 'Toolbar item index out of range';
  SKsIndexIsControl = 'Items[%d] cannot be referenced because it is a control';
  SKsItemReinserted = 'Toolbar item already inserted';
  SKsItemNotFound = 'Subitem is not in item';

  { Menu items }
  SKsItemCustomize = '&Customize...';

  SKsItemDelete = '&Delete';
  SKsItemName = '&Name:';
  SKsItemDefaultStyle = 'Defa&ult Style';
  SKsItemTextOnly = '&Text Only (Always)';
  SKsItemTextOnlyInMenus = 'Text &Only (in Menus)';
  SKsItemImageAndText = 'Image &and Text';

  SOKButton = 'OK';
  SCancelButton = 'Cancel';
  SYesButton = '&Yes';
  SNoButton = '&No';
  SHelpButton = '&Help';
  SCloseButton = '&Close';
  SIgnoreButton = '&Ignore';
  SRetryButton = '&Retry';
  SAbortButton = 'Abort';
  SAllButton = '&All';

  SMsgDlgWarning = 'Warning';
  SMsgDlgError = 'Error';
  SMsgDlgInformation = 'Information';
  SMsgDlgConfirm = 'Confirm';
  SMsgDlgYes = '&Yes';
  SMsgDlgNo = '&No';
  SMsgDlgOK = 'OK';
  SMsgDlgCancel = 'Cancel';
  SMsgDlgHelp = '&Help';
  SMsgDlgHelpNone = 'No help available';
  SMsgDlgHelpHelp = 'Help';
  SMsgDlgAbort = '&Abort';
  SMsgDlgRetry = '&Retry';
  SMsgDlgIgnore = '&Ignore';
  SMsgDlgAll = '&All';
  SMsgDlgNoToAll = 'N&o to All';
  SMsgDlgYesToAll = 'Yes to &All';

  SEditUndo = 'Undo';
  SEditCopy = 'Copy';
  SEditCut = 'Cut';
  SEditPaste = 'Paste';
  SEditDelete = 'Delete';
  SEditSelectAll = 'Select All';

  SHintMsgDlgYes = '';
  SHintMsgDlgNo = '';
  SHintMsgDlgOK = '';
  SHintMsgDlgCancel = '';
  SHintMsgDlgHelp = '';
  SHintMsgDlgHelpNone = '';
  SHintMsgDlgHelpHelp = '';
  SHintMsgDlgAbort = '';
  SHintMsgDlgRetry = '';
  SHintMsgDlgIgnore = '';
  SHintMsgDlgAll = '';
  SHintMsgDlgNoToAll = '';
  SHintMsgDlgYesToAll = '';

  SNoTheme = 'No theme';

implementation {===============================================================}

end.

⌨️ 快捷键说明

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