mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 11:12:34 +02:00
242 lines
5.3 KiB
Plaintext
242 lines
5.3 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 = '0.9.27'
|
|
object Label3: TLabel
|
|
Left = 424
|
|
Height = 18
|
|
Top = 16
|
|
Width = 110
|
|
Caption = 'Global Properties'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 444
|
|
Height = 18
|
|
Top = 136
|
|
Width = 111
|
|
Caption = 'Foreground Color'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 444
|
|
Height = 18
|
|
Top = 176
|
|
Width = 114
|
|
Caption = 'Background Color'
|
|
ParentColor = False
|
|
end
|
|
object ForegroundClrBtn: TColorButton
|
|
Left = 600
|
|
Height = 25
|
|
Top = 131
|
|
Width = 75
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clBlack
|
|
Color = clBtnFace
|
|
end
|
|
object BackgroundClrBtn: TColorButton
|
|
Left = 600
|
|
Height = 25
|
|
Top = 171
|
|
Width = 75
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
ButtonColor = clNone
|
|
Color = clBtnFace
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 0
|
|
Height = 651
|
|
Top = 0
|
|
Width = 404
|
|
Align = alLeft
|
|
Caption = 'Sitemap Tree/List'
|
|
ClientHeight = 632
|
|
ClientWidth = 400
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Height = 18
|
|
Top = 467
|
|
Width = 116
|
|
Caption = 'Local link (in chm)'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Height = 18
|
|
Top = 575
|
|
Width = 59
|
|
Caption = 'Add Item'
|
|
ParentColor = False
|
|
end
|
|
object SitemapTree: TTreeView
|
|
Left = 0
|
|
Height = 405
|
|
Top = 0
|
|
Width = 400
|
|
Align = alTop
|
|
DefaultItemHeight = 19
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnCustomCreateItem = SitemapTreeCustomCreateItem
|
|
OnSelectionChanged = SitemapTreeSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
|
end
|
|
object DescriptionEdit: TLabeledEdit
|
|
Left = 11
|
|
Height = 25
|
|
Top = 435
|
|
Width = 292
|
|
EditLabel.AnchorSideLeft.Control = DescriptionEdit
|
|
EditLabel.AnchorSideBottom.Control = DescriptionEdit
|
|
EditLabel.Left = 11
|
|
EditLabel.Height = 18
|
|
EditLabel.Top = 414
|
|
EditLabel.Width = 73
|
|
EditLabel.Caption = 'Description'
|
|
EditLabel.ParentColor = False
|
|
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 = 29
|
|
Top = 487
|
|
Width = 375
|
|
AutoComplete = False
|
|
Enabled = False
|
|
ItemHeight = 0
|
|
ItemWidth = 0
|
|
OnChange = LocalComboChange
|
|
OnKeyUp = LocalComboKeyUp
|
|
TabOrder = 3
|
|
end
|
|
object URLEdit: TLabeledEdit
|
|
Left = 11
|
|
Height = 25
|
|
Top = 539
|
|
Width = 375
|
|
EditLabel.AnchorSideLeft.Control = URLEdit
|
|
EditLabel.AnchorSideBottom.Control = URLEdit
|
|
EditLabel.Left = 11
|
|
EditLabel.Height = 18
|
|
EditLabel.Top = 518
|
|
EditLabel.Width = 66
|
|
EditLabel.Caption = 'URL (http)'
|
|
EditLabel.ParentColor = False
|
|
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
|
|
OnClick = BeforeBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object AfterBtn: TButton
|
|
Left = 170
|
|
Height = 25
|
|
Top = 571
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'After'
|
|
OnClick = AfterBtnClick
|
|
TabOrder = 6
|
|
end
|
|
object SubItemBtn: TButton
|
|
Left = 90
|
|
Height = 25
|
|
Top = 601
|
|
Width = 155
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Subitem'
|
|
Enabled = False
|
|
OnClick = SubItemBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object DeleteBtn: TButton
|
|
Left = 11
|
|
Height = 25
|
|
Top = 601
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Delete'
|
|
OnClick = DeleteBtnClick
|
|
TabOrder = 8
|
|
end
|
|
end
|
|
object FontEdit: TLabeledEdit
|
|
Left = 444
|
|
Height = 25
|
|
Top = 72
|
|
Width = 232
|
|
EditLabel.AnchorSideLeft.Control = FontEdit
|
|
EditLabel.AnchorSideBottom.Control = FontEdit
|
|
EditLabel.Left = 444
|
|
EditLabel.Height = 18
|
|
EditLabel.Top = 51
|
|
EditLabel.Width = 29
|
|
EditLabel.Caption = 'Font'
|
|
EditLabel.ParentColor = False
|
|
TabOrder = 1
|
|
end
|
|
object FolderViewCheck: TCheckBox
|
|
Left = 444
|
|
Height = 22
|
|
Top = 212
|
|
Width = 129
|
|
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
|
|
OnClick = SaveBtnClick
|
|
TabOrder = 3
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 652
|
|
Height = 25
|
|
Top = 616
|
|
Width = 75
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
OnClick = CancelBtnClick
|
|
TabOrder = 4
|
|
end
|
|
end
|