mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 21:52:48 +02:00
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
object CompilerInheritedOptionsFrame: TCompilerInheritedOptionsFrame
|
|
Left = 0
|
|
Height = 444
|
|
Top = 0
|
|
Width = 576
|
|
ClientHeight = 444
|
|
ClientWidth = 576
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 246
|
|
DesignTop = 162
|
|
object InhNoteLabel: TLabel
|
|
Left = 0
|
|
Height = 16
|
|
Top = 0
|
|
Width = 576
|
|
Align = alTop
|
|
Caption = 'InhNoteLabel'
|
|
ParentColor = False
|
|
end
|
|
object InhTreeView: TTreeView
|
|
Left = 0
|
|
Height = 247
|
|
Top = 16
|
|
Width = 576
|
|
Align = alTop
|
|
DefaultItemHeight = 18
|
|
ReadOnly = True
|
|
RightClickSelect = True
|
|
TabOrder = 0
|
|
OnSelectionChanged = InhTreeViewSelectionChanged
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
object InhItemMemo: TMemo
|
|
Left = 0
|
|
Height = 176
|
|
Top = 268
|
|
Width = 576
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 1
|
|
end
|
|
object InhSplitter: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 263
|
|
Width = 576
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
end
|