ucconsts.pas
来自「delphi 控件有需要的可以下载看看,可以用的,希望对你用 帮助」· PAS 代码 · 共 35 行
PAS
35 行
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 + =
减小字号Ctrl + -
显示快捷键?