mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:38:05 +02:00
218 lines
4.5 KiB
Plaintext
218 lines
4.5 KiB
Plaintext
object SitemapEditForm: TSitemapEditForm
|
|
Left = 289
|
|
Height = 651
|
|
Top = 161
|
|
Width = 773
|
|
ActiveControl = SitemapTree
|
|
Caption = 'Sitemap Editor'
|
|
ClientHeight = 651
|
|
ClientWidth = 773
|
|
ShowInTaskBar = stAlways
|
|
LCLVersion = '4.99.0.0'
|
|
object Label3: TLabel
|
|
Left = 424
|
|
Height = 15
|
|
Top = 16
|
|
Width = 90
|
|
Caption = 'Global Properties'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 444
|
|
Height = 15
|
|
Top = 136
|
|
Width = 94
|
|
Caption = 'Foreground Color'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 444
|
|
Height = 15
|
|
Top = 176
|
|
Width = 96
|
|
Caption = 'Background Color'
|
|
end
|
|
object ForegroundClrBtn: TColorButton
|
|
Left = 600
|
|
Height = 25
|
|
Top = 131
|
|
Width = 75
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clBlack
|
|
end
|
|
object BackgroundClrBtn: TColorButton
|
|
Left = 600
|
|
Height = 25
|
|
Top = 171
|
|
Width = 75
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clNone
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 0
|
|
Height = 651
|
|
Top = 0
|
|
Width = 404
|
|
Align = alLeft
|
|
Caption = 'Sitemap Tree/List'
|
|
ClientHeight = 631
|
|
ClientWidth = 400
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Height = 15
|
|
Top = 467
|
|
Width = 98
|
|
Caption = 'Local link (in chm)'
|
|
Enabled = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Height = 15
|
|
Top = 575
|
|
Width = 49
|
|
Caption = 'Add Item'
|
|
end
|
|
object SitemapTree: TTreeView
|
|
Left = 0
|
|
Height = 405
|
|
Top = 0
|
|
Width = 400
|
|
Align = alTop
|
|
HideSelection = False
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
OnCustomCreateItem = SitemapTreeCustomCreateItem
|
|
OnSelectionChanged = SitemapTreeSelectionChanged
|
|
end
|
|
object DescriptionEdit: TLabeledEdit
|
|
Left = 11
|
|
Height = 23
|
|
Top = 435
|
|
Width = 292
|
|
EditLabel.Height = 15
|
|
EditLabel.Width = 292
|
|
EditLabel.Caption = 'Description'
|
|
Enabled = False
|
|
TabOrder = 1
|
|
OnChange = DescriptionEditChange
|
|
end
|
|
object DescFromTitleBtn: TButton
|
|
Left = 311
|
|
Height = 25
|
|
Top = 435
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'From Title'
|
|
Enabled = False
|
|
TabOrder = 2
|
|
end
|
|
object LocalCombo: TComboBox
|
|
Left = 11
|
|
Height = 23
|
|
Top = 487
|
|
Width = 375
|
|
Enabled = False
|
|
ItemHeight = 15
|
|
TabOrder = 3
|
|
OnChange = LocalComboChange
|
|
OnKeyUp = LocalComboKeyUp
|
|
end
|
|
object URLEdit: TLabeledEdit
|
|
Left = 11
|
|
Height = 23
|
|
Top = 539
|
|
Width = 375
|
|
EditLabel.Height = 15
|
|
EditLabel.Width = 375
|
|
EditLabel.Caption = 'URL (http)'
|
|
Enabled = False
|
|
TabOrder = 4
|
|
OnChange = URLEditChange
|
|
end
|
|
object BeforeBtn: TButton
|
|
Left = 90
|
|
Height = 25
|
|
Top = 571
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Before'
|
|
Enabled = False
|
|
TabOrder = 5
|
|
OnClick = BeforeBtnClick
|
|
end
|
|
object AfterBtn: TButton
|
|
Left = 170
|
|
Height = 25
|
|
Top = 571
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'After'
|
|
TabOrder = 6
|
|
OnClick = AfterBtnClick
|
|
end
|
|
object SubItemBtn: TButton
|
|
Left = 90
|
|
Height = 25
|
|
Top = 601
|
|
Width = 155
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Subitem'
|
|
Enabled = False
|
|
TabOrder = 7
|
|
OnClick = SubItemBtnClick
|
|
end
|
|
object DeleteBtn: TButton
|
|
Left = 11
|
|
Height = 25
|
|
Top = 601
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Delete'
|
|
TabOrder = 8
|
|
OnClick = DeleteBtnClick
|
|
end
|
|
end
|
|
object FontEdit: TLabeledEdit
|
|
Left = 444
|
|
Height = 23
|
|
Top = 72
|
|
Width = 232
|
|
EditLabel.Height = 15
|
|
EditLabel.Width = 232
|
|
EditLabel.Caption = 'Font'
|
|
TabOrder = 1
|
|
end
|
|
object FolderViewCheck: TCheckBox
|
|
Left = 444
|
|
Height = 19
|
|
Top = 212
|
|
Width = 104
|
|
Caption = 'Use Folder Icons'
|
|
TabOrder = 2
|
|
end
|
|
object SaveBtn: TButton
|
|
Left = 560
|
|
Height = 25
|
|
Top = 616
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Save'
|
|
ModalResult = 1
|
|
TabOrder = 3
|
|
OnClick = SaveBtnClick
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 652
|
|
Height = 25
|
|
Top = 616
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
OnClick = CancelBtnClick
|
|
end
|
|
end
|