📄 lvaconst.pas
字号:
Unit LVAConst;
Interface
{ Resource strings for ListViewActions.PAS }
resourcestring
IDLVA_01 = '&Insert';
IDLVA_02 = 'Insert fields content|Insert the content of the fields in a list record';
IDLVA_03 = 'Ins';
IDLVA_04 = '&Remove';
IDLVA_05 = 'Remove record|Remove record from list (delete with -Save-)';
IDLVA_06 = 'Del';
IDLVA_07 = 'Delete record %s ?';
IDLVA_08 = '&Up';
IDLVA_09 = 'Up-jump|Jump to records above';
IDLVA_10 = '&Down';
IDLVA_11 = 'Down-jump|Jump to records below';
IDLVA_12 = '&Import XLS-Spreadsheet';
IDLVA_13 = 'Import a XLS-Spreadsheet|Import a XLS-Spreadsheet (only TAB-delimited fields!)';
IDLVA_14 = 'No filename was given!';
IDLVA_15 = 'File %s not found';
IDLVA_16 = 'Spreadsheet %s imported';
IDLVA_17 = '&Export XLS-Spreadsheet';
IDLVA_18 = 'Export a spreadsheet|Export a spreadsheet in MS Excel-Textformat';
IDLVA_19 = 'No filename was given!';
IDLVA_20 = 'Dataset %s has been saved';
Implementation
End.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -