lazarus/ide/helpmanager.lfm
vincents 1e133648c8 fixed assigning double click event
git-svn-id: trunk@9559 -
2006-07-04 19:33:52 +00:00

62 lines
1.3 KiB
Plaintext

object HelpSelectorDialog: THelpSelectorDialog
Left = 328
Height = 300
Top = 617
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 299
ActiveControl = OKButton
Caption = 'HelpSelectorDialog'
OnClose = HelpSelectorDialogClose
Position = poScreenCenter
object OKButton: TBitBtn
Left = 419
Height = 30
Top = 264
Width = 75
Anchors = [akRight, akBottom]
Caption = '&OK'
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Control = OKButton
Left = 336
Height = 30
Top = 264
Width = 77
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object NodesGroupBox: TGroupBox
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 252
Top = 6
Width = 488
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'NodesGroupBox'
TabOrder = 2
object NodesListBox: TListBox
Left = 6
Height = 222
Top = 6
Width = 472
Align = alClient
BorderSpacing.Around = 6
OnDblClick = NodesListBoxDblClick
TabOrder = 0
end
end
end