lazarus/ide/frames/fpdoc_options.lfm
paul e84f86582d ide: fix anchors
git-svn-id: trunk@41019 -
2013-05-04 08:14:22 +00:00

109 lines
2.8 KiB
Plaintext

object FpDocOptionsFrame: TFpDocOptionsFrame
Left = 0
Height = 380
Top = 0
Width = 476
ClientHeight = 380
ClientWidth = 476
TabOrder = 0
Visible = False
DesignLeft = 452
DesignTop = 239
object LazDocPathsGroupBox: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 198
Top = 0
Width = 476
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'LazDocPathsGroupBox'
ClientHeight = 180
ClientWidth = 472
TabOrder = 0
object LazDocListBox: TListBox
Left = 6
Height = 108
Top = 6
Width = 460
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnSelectionChange = LazDocListBoxSelectionChange
TabOrder = 0
end
object LazDocAddPathButton: TButton
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 120
Width = 146
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocAddPathButton'
Enabled = False
OnClick = LazDocAddPathButtonClick
TabOrder = 1
end
object LazDocDeletePathButton: TButton
AnchorSideLeft.Control = LazDocAddPathButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocAddPathButton
Left = 162
Height = 25
Top = 120
Width = 157
AutoSize = True
BorderSpacing.Left = 10
Caption = 'LazDocDeletePathButton'
Enabled = False
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 = 151
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 = 151
Width = 436
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
OnChange = LazDocPathEditChange
TabOrder = 4
Text = 'LazDocPathEdit'
end
end
object SelectDirectoryDialog: TSelectDirectoryDialog
FilterIndex = 0
left = 372
top = 8
end
end