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

📄 spconst.pas

📁 P2P即时通讯源码(DELPHI编写)
💻 PAS
字号:
{*******************************************************************}
{                                                                   }
{       Almediadev Visual Component Library                         }
{       DynamicSkinForm                                             }
{       Version 5.60                                                }
{                                                                   }
{       Copyright (c) 2000-2003 Almediadev                          }
{       ALL RIGHTS RESERVED                                         }
{                                                                   }
{       Home:  http://www.almdev.com                                }
{       Support: support@almdev.com                                 }
{                                                                   }
{*******************************************************************}

unit spconst;

interface

resourcestring

  SP_MI_MINCAPTION = 'Mi&nimize';
  SP_MI_MAXCAPTION = 'Ma&ximize';
  SP_MI_CLOSECAPTION = '&Close';
  SP_MI_RESTORECAPTION = '&Restore';
  SP_MI_MINTOTRAYCAPTION = 'Minimize to &Tray';
  SP_MI_ROLLUPCAPTION = 'Ro&llUp';

  SP_Edit_Undo = 'Undo';
  SP_Edit_Copy = 'Copy';
  SP_Edit_Cut = 'Cut';
  SP_Edit_Paste = 'Paste';
  SP_Edit_Delete = 'Delete';
  SP_Edit_SelectAll = 'Select All';

  SP_MSG_BTN_YES = '&Yes';
  SP_MSG_BTN_NO = '&No';
  SP_MSG_BTN_OK = 'OK';
  SP_MSG_BTN_CANCEL = 'Cancel';
  SP_MSG_BTN_ABORT = '&Abort';
  SP_MSG_BTN_RETRY = '&Retry';
  SP_MSG_BTN_IGNORE = '&Ignore';
  SP_MSG_BTN_ALL = '&All';
  SP_MSG_BTN_NOTOALL = 'N&oToAll';
  SP_MSG_BTN_YESTOALL = '&YesToAll';
  SP_MSG_BTN_HELP = '&Help';
  SP_MSG_BTN_OPEN = '&Open';
  SP_MSG_BTN_SAVE = '&Save';

  SP_MSG_FILENAME = 'File name:';
  SP_MSG_FILETYPE = 'File type:';

  SP_MSG_CAP_WARNING = 'Warning';
  SP_MSG_CAP_ERROR = 'Error';
  SP_MSG_CAP_INFORMATION = 'Information';
  SP_MSG_CAP_CONFIRM = 'Confirm';

  SP_CALC_CAP = 'Calculator';
  SP_ERROR = 'Error';

  SP_COLORGRID_CAP = 'Basic colors';

  SP_FONTDLG_COLOR = 'Color:';
  SP_FONTDLG_NAME = 'Name:';
  SP_FONTDLG_SIZE = 'Size:';
  SP_FONTDLG_HEIGHT = 'Height:';
  SP_FONTDLG_EXAMPLE = 'Example:';
  SP_FONTDLG_STYLE = 'Style:';

  SP_NODISKINDRIVE = 'There is no disk in Drive or Drive is not ready';
  SP_NOVALIDDRIVEID = 'Not a valid Drive ID';

  SP_FLV_NAME = 'Name';
  SP_FLV_SIZE = 'Size';
  SP_FLV_TYPE = 'Type';
  SP_FLV_MODIFIED = 'Modified';
  SP_FLV_ATTRIBUTES = 'Attributes';
  SP_FLV_DISKSIZE = 'Disk Size';
  SP_FLV_FREESPACE = 'Free Space';

implementation

end.

⌨️ 快捷键说明

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