se_const.pas

来自「小区水费管理系统源代码水费收费管理系统 水费收费管理系统」· PAS 代码 · 共 98 行

PAS
98
字号
{==============================================================================

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

  All contents of this file and all other files included in this archive
  are Copyright (C) 2002 Evgeny Kryukov. Use and/or distribution of
  them requires acceptance of the License Agreement.

  See License.txt for licence information
 
  $Id: se_const.pas,v 1.11 2002/10/29 02:41:20 Evgeny Exp $

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

unit se_const;

interface

resourcestring

  SKsMaximize = 'Ma&ximize';
  SKsMinimize = 'Mi&nimize';
  SKsClose = '&Close';
  SKsRollup = 'Ro&llup';
  SKsRestore = '&Restore';
  SKsMinToTray = 'Minimize to &Tray';

  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 = '';

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

end.

⌨️ 快捷键说明

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