You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user