fr_lng4.rc

来自「工厂进销存系统,包括权限管理」· RC 代码 · 共 27 行

RC
27
字号
#include "FR_Const.pas"

STRINGTABLE
{
;--- LinesEditorForm resources -------------------------------------------------
  frRes + 4000, "String list editor"
;--- SQLEditorForm resources -------------------------------------------------
  frRes + 4010, "SQL editor"

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

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

⌨️ 快捷键说明

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