lang.formviewtoollist.inc

来自「支持版本:Delphi 5-2009, C++Builder 5-2009 A」· INC 代码 · 共 14 行

INC
14
字号
  Caption:= MsgCaption(600);

  List1.Columns[0].Caption:= MsgCaption(510);
  OpenDialog1.Filter:= MsgCaption(541);

  btnAdd.Caption:= MsgCaption(502);
  btnRemove.Caption:= MsgCaption(503);
  btnEdit.Caption:= MsgCaption(504);
  btnUp.Caption:= MsgCaption(505);
  btnDown.Caption:= MsgCaption(506);

  btnOK.Caption:= MsgCaption(350);
  btnCancel.Caption:= MsgCaption(351);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?