You've already forked lazarus-ccr
77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 387
|
||
|
Height = 240
|
||
|
Top = 148
|
||
|
Width = 687
|
||
|
Caption = 'Form1'
|
||
|
ClientHeight = 240
|
||
|
ClientWidth = 687
|
||
|
LCLVersion = '1.2.4.0'
|
||
|
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
|