lazarus-ccr/components/richmemo/samples/print/mainform.lfm
skalogryz 352531c61f richmemo: print event processing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4063 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-03-22 21:00:03 +00:00

78 lines
1.4 KiB
Plaintext

object Form1: TForm1
Left = 387
Height = 240
Top = 148
Width = 687
Caption = 'Form1'
ClientHeight = 240
ClientWidth = 687
OnCreate = FormCreate
LCLVersion = '1.3'
object RichMemo1: TRichMemo
Left = 8
Height = 178
Top = 8
Width = 663
Anchors = [akTop, akLeft, akRight, akBottom]
HideSelection = False
Lines.Strings = (
'RichMemo1'
)
ScrollBars = ssAutoBoth
TabOrder = 0
ZoomFactor = 1
end
object Button1: TButton
Left = 8
Height = 25
Top = 200
Width = 75
Anchors = [akLeft, akBottom]
Caption = 'Print'
OnClick = Button1Click
TabOrder = 1
end
object Button2: TButton
Left = 596
Height = 25
Top = 200
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Load RTF'
OnClick = Button2Click
TabOrder = 2
end
object Button3: TButton
Left = 120
Height = 25
Top = 200
Width = 107
Anchors = [akLeft, akBottom]
Caption = 'Printer'
OnClick = Button3Click
TabOrder = 3
end
object Button4: TButton
Left = 240
Height = 25
Top = 200
Width = 112
Anchors = [akLeft, akBottom]
Caption = 'Pages Setup'
OnClick = Button4Click
TabOrder = 4
end
object OpenDialog1: TOpenDialog
left = 48
top = 24
end
object PrinterSetupDialog1: TPrinterSetupDialog
left = 152
top = 24
end
object PageSetupDialog1: TPageSetupDialog
left = 272
top = 24
end
end