mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 02:12:41 +02:00
233 lines
5.9 KiB
Plaintext
233 lines
5.9 KiB
Plaintext
inherited ExternHelpGeneralOptsFrame: TExternHelpGeneralOptsFrame
|
|
Height = 326
|
|
Width = 484
|
|
ClientHeight = 326
|
|
ClientWidth = 484
|
|
TabOrder = 0
|
|
DesignLeft = 358
|
|
DesignTop = 166
|
|
object ItemsTreeView: TTreeView[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Splitter1
|
|
AnchorSideBottom.Control = AddSpeedButton
|
|
Left = 6
|
|
Height = 286
|
|
Top = 6
|
|
Width = 218
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
DefaultItemHeight = 19
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
OnDragOver = ItemsTreeViewDragOver
|
|
OnEdited = ItemsTreeViewEdited
|
|
OnEditing = ItemsTreeViewEditing
|
|
OnEndDrag = ItemsTreeViewEndDrag
|
|
OnMouseMove = ItemsTreeViewMouseMove
|
|
OnSelectionChanged = ItemsTreeViewSelectionChanged
|
|
OnStartDrag = ItemsTreeViewStartDrag
|
|
end
|
|
object AddSpeedButton: TSpeedButton[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 22
|
|
Top = 298
|
|
Width = 23
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = AddSpeedButtonClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object DeleteSpeedButton: TSpeedButton[2]
|
|
AnchorSideLeft.Control = AddSpeedButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = AddSpeedButton
|
|
Left = 35
|
|
Height = 22
|
|
Top = 298
|
|
Width = 23
|
|
Color = clBtnFace
|
|
NumGlyphs = 0
|
|
OnClick = DeleteSpeedButtonClick
|
|
ShowHint = True
|
|
ParentShowHint = False
|
|
end
|
|
object NameLabel: TLabel[3]
|
|
AnchorSideLeft.Control = Splitter1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 235
|
|
Height = 18
|
|
Top = 20
|
|
Width = 75
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 20
|
|
Caption = 'NameLabel'
|
|
ParentColor = False
|
|
end
|
|
object NameEdit: TEdit[4]
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideTop.Control = NameLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 235
|
|
Height = 27
|
|
Top = 38
|
|
Width = 243
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
OnChange = NameEditChange
|
|
OnEditingDone = NameEditEditingDone
|
|
TabOrder = 1
|
|
Text = 'NameEdit'
|
|
end
|
|
object FilenameLabel: TLabel[5]
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideTop.Control = NameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 235
|
|
Height = 18
|
|
Top = 80
|
|
Width = 96
|
|
BorderSpacing.Top = 15
|
|
Caption = 'FilenameLabel'
|
|
ParentColor = False
|
|
end
|
|
object FilenameEdit: TEdit[6]
|
|
AnchorSideLeft.Control = FilenameLabel
|
|
AnchorSideTop.Control = FilenameLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 235
|
|
Height = 27
|
|
Top = 98
|
|
Width = 249
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnEditingDone = FilenameEditEditingDone
|
|
TabOrder = 2
|
|
Text = 'FilenameEdit'
|
|
end
|
|
object URLLabel: TLabel[7]
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideTop.Control = FileBrowseButton
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 235
|
|
Height = 18
|
|
Top = 169
|
|
Width = 62
|
|
BorderSpacing.Top = 15
|
|
Caption = 'URLLabel'
|
|
ParentColor = False
|
|
end
|
|
object URLEdit: TEdit[8]
|
|
AnchorSideLeft.Control = URLLabel
|
|
AnchorSideTop.Control = URLLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 235
|
|
Height = 27
|
|
Top = 187
|
|
Width = 243
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
OnEditingDone = URLEditEditingDone
|
|
TabOrder = 3
|
|
Text = 'URLEdit'
|
|
end
|
|
object HelpBitBtn: TBitBtn[9]
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 393
|
|
Height = 29
|
|
Top = 291
|
|
Width = 85
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HelpBitBtn'
|
|
TabOrder = 4
|
|
end
|
|
object Splitter1: TSplitter[10]
|
|
AnchorSideTop.Control = ItemsTreeView
|
|
AnchorSideBottom.Control = ItemsTreeView
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 224
|
|
Height = 286
|
|
Top = 6
|
|
Width = 5
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
end
|
|
object StoreLabel: TLabel[11]
|
|
AnchorSideLeft.Control = NameLabel
|
|
AnchorSideTop.Control = URLEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 235
|
|
Height = 18
|
|
Top = 229
|
|
Width = 70
|
|
BorderSpacing.Top = 15
|
|
Caption = 'StoreLabel'
|
|
ParentColor = False
|
|
end
|
|
object StoreComboBox: TComboBox[12]
|
|
AnchorSideLeft.Control = StoreLabel
|
|
AnchorSideTop.Control = StoreLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 235
|
|
Height = 29
|
|
Top = 247
|
|
Width = 157
|
|
ItemHeight = 0
|
|
TabOrder = 6
|
|
Text = 'StoreComboBox'
|
|
end
|
|
object FileBrowseButton: TButton[13]
|
|
AnchorSideLeft.Control = FilenameEdit
|
|
AnchorSideTop.Control = FilenameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FilenameEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 235
|
|
Height = 29
|
|
Top = 125
|
|
Width = 60
|
|
AutoSize = True
|
|
BorderSpacing.Right = 6
|
|
Caption = 'Browse'
|
|
OnClick = FileBrowseButtonClick
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 7
|
|
end
|
|
object FileMacrofyButton: TButton[14]
|
|
AnchorSideLeft.Control = FileBrowseButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FilenameEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 301
|
|
Height = 29
|
|
Top = 125
|
|
Width = 131
|
|
AutoSize = True
|
|
Caption = 'FileMacrofyButton'
|
|
OnClick = FileMacrofyButtonClick
|
|
TabOrder = 8
|
|
end
|
|
end
|