GridPrinter: Refine actions demo.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8598 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-09 16:49:49 +00:00
parent 26fbe040da
commit fa2005c723
2 changed files with 11 additions and 1 deletions

View File

@ -3,10 +3,11 @@ object MainForm: TMainForm
Height = 394
Top = 132
Width = 801
Caption = 'MainForm'
Caption = 'GridPrinter Standard Actions Demo'
ClientHeight = 374
ClientWidth = 801
Menu = MainMenu1
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object StringGrid1: TStringGrid
Left = 6
@ -84,6 +85,7 @@ object MainForm: TMainForm
Grid = StringGrid1
Footer.Font.Height = -11
Header.Font.Height = -11
Header.Text = 'File "$FILENAME"||printed on $DATE'
ShowPrintDialog = gpdPrintDialog
Left = 334
Top = 135