?? ehlibconsts.pas
字號:
{*******************************************************}
{ }
{ EhLib v4.2 }
{ Resource of strings }
{ }
{ Copyright (c) 2001-2006 by Dmitry V. Bolshakov }
{ }
{*******************************************************}
unit EhLibConsts;
interface
resourcestring
SClearSelectedCellsEh = '是否清除已選定的單元格?';
SInvalidTextFormatEh = '無效的文本格式';
SInvalidVCLDBIFFormatEh = '無效的 VCLDBIF 格式';
SErrorDuringInsertValueEh = '在插入值的時候出現了錯誤:';
SIgnoreErrorEh = '是否忽略該錯誤?';
STabularInformationEh = '列表信息';
SPageOfPagesEh = '第 %d 頁 共 %d 頁';
SPreviewEh = '預覽';
SFieldNameNotFoundEh = '字段名稱 ''%s'' 沒有找到';
SFindDialogStringNotFoundMessageEh = '字符串 "%s" 沒有找到。';
SVisibleColumnsEh = '自定義可見列';
SCutEh = '剪切';
SCopyEh = '復制';
SPasteEh = '粘貼';
SDeleteEh = '刪除';
SSelectAllEh = '選擇全部';
SSTFilterListItem_Empties = '(空)';
SSTFilterListItem_NotEmpties = '(非空)';
SSTFilterListItem_All = '(全部)';
SSTFilterListItem_ClearFilter = '(清除過濾器)';
SSTFilterListItem_SortingByDescend = '(升序排序)';
SSTFilterListItem_SortingByAscend = '(降序排序)';
implementation
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -