⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lpktbconst.pas

📁 delphi下一个TLISTCTRL类控件数据的打印组件
💻 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 + -