mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-29 23:22:41 +02:00
143 lines
3.7 KiB
Plaintext
143 lines
3.7 KiB
Plaintext
object ProjectFPDocOptionsFrame: TProjectFPDocOptionsFrame
|
|
Left = 0
|
|
Height = 269
|
|
Top = 0
|
|
Width = 478
|
|
ClientHeight = 269
|
|
ClientWidth = 478
|
|
TabOrder = 0
|
|
DesignLeft = 422
|
|
DesignTop = 407
|
|
object FPDocPackageNameLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FPDocPackageNameEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 9
|
|
Width = 123
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FPDocPackageNameLabel'
|
|
ParentColor = False
|
|
end
|
|
object FPDocPackageNameEdit: TEdit
|
|
AnchorSideLeft.Control = FPDocPackageNameLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 135
|
|
Height = 21
|
|
Top = 6
|
|
Width = 120
|
|
BorderSpacing.Around = 6
|
|
OnEnter = FPDocPackageNameEditEnter
|
|
OnExit = FPDocPackageNameEditExit
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
Text = 'FPDocPackageNameEdit'
|
|
end
|
|
object SearchPathsGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FPDocPackageNameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 236
|
|
Top = 33
|
|
Width = 478
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Caption = 'SearchPathsGroupBox'
|
|
ClientHeight = 218
|
|
ClientWidth = 474
|
|
TabOrder = 1
|
|
object PathsListBox: TListBox
|
|
Left = 6
|
|
Height = 108
|
|
Top = 6
|
|
Width = 462
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 0
|
|
OnSelectionChange = PathsListBoxSelectionChange
|
|
ScrollWidth = 472
|
|
TabOrder = 0
|
|
end
|
|
object PathEdit: TEdit
|
|
AnchorSideLeft.Control = SearchPathsGroupBox
|
|
AnchorSideTop.Control = PathsListBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = BrowseButton
|
|
Left = 6
|
|
Height = 21
|
|
Top = 120
|
|
Width = 438
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnChange = PathEditChange
|
|
TabOrder = 1
|
|
Text = 'PathEdit'
|
|
end
|
|
object AddPathButton: TBitBtn
|
|
AnchorSideLeft.Control = SearchPathsGroupBox
|
|
AnchorSideTop.Control = PathEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 147
|
|
Width = 99
|
|
AutoSize = True
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Caption = 'AddPathButton'
|
|
Enabled = False
|
|
NumGlyphs = 0
|
|
OnClick = AddPathButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object DeletePathButton: TBitBtn
|
|
AnchorSideLeft.Control = AddPathButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = PathEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 111
|
|
Height = 23
|
|
Top = 147
|
|
Width = 111
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DeletePathButton'
|
|
Enabled = False
|
|
NumGlyphs = 0
|
|
OnClick = DeletePathButtonClick
|
|
TabOrder = 3
|
|
end
|
|
object BrowseButton: TButton
|
|
AnchorSideLeft.Control = PathEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = PathEdit
|
|
AnchorSideRight.Control = SearchPathsGroupBox
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = PathEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 444
|
|
Height = 21
|
|
Top = 120
|
|
Width = 24
|
|
Anchors = [akTop, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = '...'
|
|
OnClick = BrowseButtonClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
|
FilterIndex = 0
|
|
left = 370
|
|
end
|
|
end
|