GridPrinter: Add standard actions for printing/previewing a grid.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-09 16:14:31 +00:00
parent 39089540a1
commit d48f33a70d
22 changed files with 928 additions and 18 deletions

View File

@@ -61,6 +61,11 @@ resourcestring
RSTextInCenteredSection = 'Text in centered section';
RSTextInRightAlignedSection = 'Text in right-aligned section';
// Actions
RSPrintEllipsis = 'Print...';
RSPrintPreviewEllipsis = 'Preview...';
RSPrintGrid = 'Print grid';
implementation
end.