lazarus/components/lazreport/source/lr_newrp.lfm

79 lines
1.7 KiB
Plaintext

object frTemplForm: TfrTemplForm
Left = 354
Height = 284
Top = 207
Width = 462
HorzScrollBar.Page = 459
VertScrollBar.Page = 264
ActiveControl = Memo1
BorderStyle = bsDialog
Caption = 'New report'
ClientHeight = 284
ClientWidth = 462
OnActivate = FormActivate
OnCreate = FormCreate
OnDeactivate = FormDeactivate
Position = poScreenCenter
LCLVersion = '0.9.29'
object GroupBox1: TGroupBox
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 253
Height = 232
Top = 0
Width = 209
Anchors = [akTop, akRight, akBottom]
Caption = 'Description'
ClientHeight = 228
ClientWidth = 205
TabOrder = 0
object Image1: TImage
Left = 54
Height = 100
Top = 104
Width = 100
Center = True
end
object Memo1: TMemo
Left = 8
Height = 69
Top = 20
Width = 193
HelpContext = 74
Color = clBtnFace
ReadOnly = True
TabOrder = 0
TabStop = False
end
end
object LB1: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = GroupBox1
AnchorSideBottom.Control = ButtonPanel1
Left = 6
Height = 226
Top = 6
Width = 241
HelpContext = 65
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ClickOnSelChange = False
ItemHeight = 0
OnClick = ListBox1Click
OnDblClick = LB1DblClick
TabOrder = 1
TopIndex = -1
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 40
Top = 238
Width = 450
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end