lazarus/ide/helpmanager.lfm
2007-10-20 22:53:55 +00:00

79 lines
1.6 KiB
Plaintext

object HelpSelectorDialog: THelpSelectorDialog
Left = 328
Height = 300
Top = 414
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 299
Caption = 'HelpSelectorDialog'
ClientHeight = 300
ClientWidth = 500
OnClose = HelpSelectorDialogClose
Position = poScreenCenter
object NodesGroupBox: TGroupBox
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 250
Top = 6
Width = 488
Align = alClient
BorderSpacing.Around = 6
Caption = 'NodesGroupBox'
ClientHeight = 231
ClientWidth = 484
TabOrder = 0
object NodesListBox: TListBox
Left = 6
Height = 219
Top = 6
Width = 472
Align = alClient
BorderSpacing.Around = 6
OnDblClick = NodesListBoxDblClick
TabOrder = 0
TopIndex = -1
end
end
object BtnPanel: TPanel
Height = 38
Top = 262
Width = 500
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ClientHeight = 38
ClientWidth = 500
TabOrder = 1
object OKButton: TBitBtn
Left = 327
Height = 38
Width = 75
Align = alRight
AutoSize = True
BorderSpacing.Right = 6
Caption = '&OK'
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom
Left = 408
Height = 38
Width = 86
Align = alRight
AutoSize = True
BorderSpacing.Right = 6
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
end
end