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