📄 ucconsts.pas
字号:
//////////////////////////////////////////////////////////////////////////////////
// English constants file for User Control vs 2 alfa 5 Jan/2004 //
// Written by Rodrigo (QmD) Cordeiro (qmd@usercontrol.com.br) //
// Special thanks to Rodrigo (WertherOO) Palhano (wertherpr@hotmail.com) for //
// reviewing the file constants translation. //
//////////////////////////////////////////////////////////////////////////////////
//Object Oriented Case Tool //
//Take a look at www.speedcase.com.br ! //
//Delphi Kylix CASE tool //
//////////////////////////////////////////////////////////////////////////////////
unit UCConsts;
interface
Const
// new consts version 2 a 5 =========================================
// Form Select Controls (design-time)
Const_Contr_TitleLabel = 'Selection of Components from Form.:';
Const_Contr_GroupLabel = 'Group :';
Const_Contr_CompDispLabel = 'Available Components :';
Const_Contr_CompSelLabel = 'Selected Components :';
Const_Contr_BtOK = '&OK';
Const_Contr_BtCancel = '&Cancel';
Const_Contr_DescCol = 'Description';
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 = '&New Message';
Const_Msgs_BtReplay = '&Replay';
Const_Msgs_BtForward = '&Forward';
Const_Msgs_BtDelete = '&Delete';
Const_Msgs_BtClose = '&Close'; //added by fduenas
Const_Msgs_WindowCaption = 'System Messages';
Const_Msgs_ColFrom = 'Sender';
Const_Msgs_ColSubject = 'Subject';
Const_Msgs_ColDate = 'Date';
Const_Msgs_PromptDelete = 'Confirm deletion of selected messages ?';
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 + -