lazarus/ide/idehelpmanager.lfm
juha 68dff727a5 IDE: automatic changes in lfm.
git-svn-id: trunk@45974 -
2014-07-25 16:56:25 +00:00

53 lines
1.2 KiB
Plaintext

object HelpSelectorDialog: THelpSelectorDialog
Left = 328
Height = 283
Top = 414
Width = 500
Caption = 'HelpSelectorDialog'
ClientHeight = 283
ClientWidth = 500
OnClose = HelpSelectorDialogClose
Position = poScreenCenter
LCLVersion = '1.3'
object NodesGroupBox: TGroupBox
Left = 6
Height = 239
Top = 6
Width = 488
Align = alClient
BorderSpacing.Around = 6
Caption = 'NodesGroupBox'
ClientHeight = 221
ClientWidth = 484
TabOrder = 0
object NodesListBox: TListBox
Left = 6
Height = 209
Top = 6
Width = 472
Align = alClient
BorderSpacing.Around = 6
ItemHeight = 0
OnDblClick = NodesListBoxDblClick
TabOrder = 0
end
end
object BtnPanel: TButtonPanel
Left = 6
Height = 26
Top = 251
Width = 488
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end