mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-29 12:23:54 +02:00
106 lines
2.7 KiB
Plaintext
106 lines
2.7 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
|
|
Left = 0
|
|
Height = 199
|
|
Top = 0
|
|
Width = 476
|
|
Align = alTop
|
|
AutoSize = True
|
|
Caption = 'LazDocPathsGroupBox'
|
|
ClientHeight = 179
|
|
ClientWidth = 470
|
|
TabOrder = 0
|
|
object LazDocListBox: TListBox
|
|
Left = 6
|
|
Height = 108
|
|
Top = 6
|
|
Width = 458
|
|
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 = 24
|
|
Top = 120
|
|
Width = 152
|
|
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 = 168
|
|
Height = 24
|
|
Top = 120
|
|
Width = 168
|
|
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 = 440
|
|
Height = 23
|
|
Top = 150
|
|
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 = 150
|
|
Width = 434
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
OnChange = LazDocPathEditChange
|
|
TabOrder = 4
|
|
Text = 'LazDocPathEdit'
|
|
end
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog[1]
|
|
FilterIndex = 0
|
|
left = 372
|
|
top = 8
|
|
end
|
|
end
|