spconst.pas
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:3k
- {*******************************************************************}
- { }
- { 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.