fr_lng4.rc

来自「航空人身保险信息管理系统使用SQL和DELHPI开发」· RC 代码 · 共 27 行

RC
27
字号
#include "FR_Const.pas"

STRINGTABLE
{
;--- LinesEditorForm resources -------------------------------------------------
  frRes + 4000, "Editor de lista de cadenas"
;--- SQLEditorForm resources -------------------------------------------------
  frRes + 4010, "Editor SQL"

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

  SInsertDB, "Insertar DB"
  SInsertTable, "Insertar tabla"
  SInsertQuery, "Insertar Query"
  SInsertDBLookup, "Insertar control DBLookupComboBox"
}

⌨️ 快捷键说明

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