?? lpktbconst.pas
字號:
Unit LPKTBConst;
Interface
// Helpfile for CustomListPrinter descendants
const
LPHelpName : String = 'ListPrinter.HLP'; // Set the same name under LPKConst
// HelpContext: 3333 = ListPrinter dialog / 3334 = Settings dialog
{ Resource strings for ListPrinter Toolbar in LPKToolBar.PAS }
resourcestring
IDLPTB_1 = '&Settings';
IDLPTB_2 = 'Previous page|Go to previous page';
IDLPTB_3 = 'Next page|Go to next page';
IDLPTB_4 = 'Setting dialog...|Open submenu for settings';
IDLPTB_5 = 'Print|Open print dialog';
IDLPTB_6 = 'Return|Return to the calling dialog';
IDLPTB_7 = '.. to &Printer';
IDLPTB_8 = 'Output to Printer';
IDLPTB_9 = '.. to &Excel';
IDLPTB_10 = 'Export to Excel';
IDLPTB_11 = 'Reprepare &preview';
IDLPTB_12 = 'Reprepare the preview';
IDLPTB_13 = 'Page %d of %d';
IDLPTB_14 = 'Zoom: %d';
IDLPTB_15 = '|Change Zoom with the button, click on trackbar or use arrow keys';
IDLPTB_16 = '&Output..';
IDLPTB_17 = '&Return';
IDLPTB_18 = 'Help|Call local Help';
IDLPTB_19 = 'Helpfile %s not found';
IDLPTB_20 = 'Zoomstep|Change Zoom up/down by 25%';
Implementation
End.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -