lazarus/components/lazreport/source/lr_newrp.lfm
2010-07-13 21:02:52 +00:00

88 lines
2.0 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 = 234
Top = 0
Width = 209
Anchors = [akTop, akRight, akBottom]
Caption = 'Description'
ClientHeight = 218
ClientWidth = 207
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 = 228
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 = 38
Top = 240
Width = 450
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 2
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end