lazarus/ide/helpmanager.lfm
2008-11-21 11:53:38 +00:00

151 lines
4.0 KiB
Plaintext

object HelpSelectorDialog: THelpSelectorDialog
Left = 328
Height = 283
Top = 414
Width = 500
HelpContext = 0
Caption = 'HelpSelectorDialog'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 283
ClientWidth = 500
Font.Height = 0
Font.Style = []
OnClose = HelpSelectorDialogClose
Position = poScreenCenter
LCLVersion = '0.9.27'
object NodesGroupBox: TGroupBox
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 233
Top = 6
Width = 488
HelpContext = 0
Align = alClient
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'NodesGroupBox'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 215
ClientWidth = 484
Ctl3D = False
TabOrder = 0
object NodesListBox: TListBox
Left = 6
Height = 203
Top = 6
Width = 472
HelpContext = 0
Align = alClient
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
IntegralHeight = False
ItemHeight = 0
MultiSelect = False
OnDblClick = NodesListBoxDblClick
Sorted = False
Style = lbStandard
TabOrder = 0
TopIndex = 0
end
end
object BtnPanel: TPanel
Left = 0
Height = 38
Top = 245
Width = 500
HelpContext = 0
Align = alBottom
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BevelOuter = bvNone
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 38
ClientWidth = 500
TabOrder = 1
object OKButton: TBitBtn
AnchorSideTop.Control = BtnPanel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 336
Height = 26
Top = 6
Width = 75
HelpContext = 0
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = '&OK'
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 0
end
object CancelButton: TBitBtn
AnchorSideTop.Control = BtnPanel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = BtnPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 417
Height = 26
Top = 6
Width = 77
HelpContext = 0
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'Cancel'
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
end
end