fr_lng4.rc

来自「FastReport2.5报表控件!具有很大的灵活空间。可以作为一个设计平台。」· RC 代码 · 共 27 行

RC
27
字号
#include "FR_Const.pas"

STRINGTABLE
{
;--- LinesEditorForm resources -------------------------------------------------
  frRes + 4000, "Editor llista de cadenes"
;--- SQLEditorForm resources -------------------------------------------------
  frRes + 4010, "SQL editor"

;--- String resources ----------------------------------------------------------
  SInsertLabel, "Afegir control Label"
  SInsertEdit, "Afegir control Edit"
  SInsertMemo, "Afegir control Memo"
  SInsertButton, "Afegir control Button"
  SInsertCheckBox, "Afegir control CheckBox"
  SInsertRadioButton, "Afegir control RadioButton"
  SInsertListBox, "Afegir control ListBox"
  SInsertComboBox, "Afegir control ComboBox"
  SInsertDateEdit, "Afegir controlDateEdit"
  SInsertCheckListBox, "Afegir control CheckListBox"

  SInsertDB, "Afegir database"
  SInsertTable, "Afegir table"
  SInsertQuery, "Afegir query"
  SInsertDBLookup, "Afegir control DBLookupComboBox"
}

⌨️ 快捷键说明

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