ucconsts.pas

来自「UserControl2.18a FOR D7,D2005」· PAS 代码 · 共 49 行

PAS
49
字号
//////////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?