lazarus/ide/frames/fpdoc_options.lfm
mattias 5f48d63392 IDE: renamed options frames
git-svn-id: trunk@18086 -
2009-01-03 21:20:50 +00:00

100 lines
2.6 KiB
Plaintext

inherited FpDocOptionsFrame: TFpDocOptionsFrame
Height = 380
Width = 476
ClientHeight = 380
ClientWidth = 476
TabOrder = 0
Visible = False
DesignLeft = 176
DesignTop = 232
object LazDocPathsGroupBox: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 196
Width = 476
Align = alTop
AutoSize = True
Caption = 'LazDocPathsGroupBox'
ClientHeight = 178
ClientWidth = 472
TabOrder = 0
object LazDocListBox: TListBox
Left = 6
Height = 108
Top = 6
Width = 460
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
end
object LazDocAddPathButton: TButton
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 120
Width = 133
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocAddPathButton'
OnClick = LazDocAddPathButtonClick
TabOrder = 1
end
object LazDocDeletePathButton: TButton
AnchorSideLeft.Control = LazDocAddPathButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocAddPathButton
Left = 149
Height = 23
Top = 120
Width = 145
AutoSize = True
BorderSpacing.Left = 10
Caption = 'LazDocDeletePathButton'
OnClick = LazDocDeletePathButtonClick
TabOrder = 2
end
object LazDocBrowseButton: TButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocPathEdit
AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = LazDocPathEdit
AnchorSideBottom.Side = asrBottom
Left = 442
Height = 23
Top = 149
Width = 24
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = LazDocBrowseButtonClick
TabOrder = 3
end
object LazDocPathEdit: TEdit
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocAddPathButton
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LazDocBrowseButton
Left = 6
Height = 23
Top = 149
Width = 436
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
TabOrder = 4
Text = 'LazDocPathEdit'
end
end
object SelectDirectoryDialog: TSelectDirectoryDialog[1]
FilterIndex = 0
left = 372
top = 8
end
end