📄 ucconsts.pas
字号:
unit UCConsts;
interface
Const
// new consts version 2 a 5 =========================================
// Form Select Controls (design-time)
Const_Contr_TitleLabel = 'Sele玢o de Componentes do Form. :';
Const_Contr_GroupLabel = 'Grupo :';
Const_Contr_CompDispLabel = 'Componentes Dispon韛eis :';
Const_Contr_CompSelLabel = 'Componentes Selecionados :';
Const_Contr_BtOK = '&OK';
Const_Contr_BTCancel = '&Cancelar';
Const_Contr_DescCol = 'Descri玢o';
Const_Contr_BtSellAllHint = 'Select All'; //added by fduenas
Const_Contr_BtSelHint = 'Select'; //added by fduenas
Const_Contr_BtUnSelHint = 'Unselect'; //added by fduenas
Const_Contr_BtUnSelAllHint = 'Unselect All'; //added by fduenas
//===================================================================
// group property Settins.AppMsgsForm
Const_Msgs_BtNew = '&Nova Mensagem';
Const_Msgs_BtReplay = '&Responder';
Const_Msgs_BtForward = 'E&ncaminhar';
Const_Msgs_BtDelete = '&Excluir';
Const_Msgs_BtClose = '&Close'; //added by fduenas
Const_Msgs_WindowCaption = 'Mensagens do Sistema';
Const_Msgs_ColFrom = 'Remetente';
Const_Msgs_ColSubject = 'Assunto';
Const_Msgs_ColDate = 'Data';
Const_Msgs_PromptDelete = 'Confirma excluir as mensagens selecionadas ?';
Const_Msgs_PromptDelete_WindowCaption = 'Delete messages'; //added by fduenas
Const_Msgs_NoMessagesSelected = '!No Messages selected
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -