📄 ucconsts.pas
字号:
{ Translated by Francisco Armando Due馻s Rodr韌uez - Canc鷑
ultima revis鉶 - Vicente Barros Leonel - Brasil
}
unit UCConsts;
interface
Const
// new consts version 2 a 5 =========================================
// Form Select Controls (design-time)
Const_Contr_TitleLabel = 'Seleccionar Componentes del Formulario:';
Const_Contr_GroupLabel = 'Grupo:';
Const_Contr_CompDispLabel = 'Componentes Disponibles:';
Const_Contr_CompSelLabel = 'Componentes Seleccionados:';
Const_Contr_BtOK = '&Aceptar';
Const_Contr_BTCancel = '&Cancelar';
Const_Contr_DescCol = 'Descripci髇';
Const_Contr_BtSellAllHint = 'Seleccionar Todo'; //added by fduenas
Const_Contr_BtSelHint = 'Seleccionar'; //added by fduenas
Const_Contr_BtUnSelHint = 'Deseleccionar'; //added by fduenas
Const_Contr_BtUnSelAllHint = 'Deseleccionar Todo'; //added by fduenas
//===================================================================
// group property Settins.AppMsgsForm
Const_Msgs_BtNew = '&Nuevo Mensaje';
Const_Msgs_BtReplay = '&Responder';
Const_Msgs_BtForward = '&Reenviar';
Const_Msgs_BtDelete = '&Borrar';
Const_Msgs_BtClose = '&Cerrar'; //added by fduenas
Const_Msgs_WindowCaption = 'Mensajes de Sistema';
Const_Msgs_ColFrom = 'Remitente';
Const_Msgs_ColSubject = 'Asunto';
Const_Msgs_ColDate = 'Fecha';
Const_Msgs_PromptDelete = '縀st
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -