lazarus/examples/postscript/usamplepostscriptcanvas.lfm
vincents 2b7bb69fe4 * fixes postscriptcanvas example
patch by Darius

git-svn-id: trunk@9555 -
2006-07-04 18:06:05 +00:00

34 lines
663 B
Plaintext

object Form1: TForm1
ActiveControl = Button1
Caption = 'Form1'
ClientHeight = 97
ClientWidth = 400
PixelsPerInch = 96
HorzScrollBar.Page = 399
VertScrollBar.Page = 96
Left = 310
Height = 97
Top = 163
Width = 400
object Button1: TButton
BorderSpacing.InnerBorder = 4
Caption = 'Generate a PostScript file'
OnClick = Button1Click
TabOrder = 0
Left = 24
Height = 25
Top = 23
Width = 352
end
object Button2: TButton
BorderSpacing.InnerBorder = 4
Caption = 'Show this file (kghostview)'
OnClick = Button2Click
TabOrder = 1
Left = 24
Height = 25
Top = 56
Width = 352
end
end