lazarus/ide/showcompileropts.lfm

140 lines
3.7 KiB
Plaintext

object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg
Left = 341
Height = 420
Top = 318
Width = 645
Caption = 'Compiler Options'
ClientHeight = 420
ClientWidth = 645
Constraints.MinHeight = 194
Constraints.MinWidth = 390
Position = poOwnerFormCenter
LCLVersion = '4.99.0.0'
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
object CloseButton: TBitBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 564
Height = 26
Top = 388
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Constraints.MinHeight = 22
Constraints.MinWidth = 75
Default = True
Kind = bkClose
TabOrder = 1
end
object PageControl1: TPageControl
AnchorSideBottom.Control = CloseButton
Left = 6
Height = 376
Top = 6
Width = 633
ActivePage = CmdLineParamsTabSheet
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
TabIndex = 0
TabOrder = 0
object CmdLineParamsTabSheet: TTabSheet
Caption = 'CmdLineParams'
ClientHeight = 348
ClientWidth = 625
object CmdLineMemo: TMemo
AnchorSideBottom.Control = RelativePathsCheckBox
Left = 6
Height = 317
Top = 6
Width = 613
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Lines.Strings = (
'CmdLineMemo'
)
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 0
end
object RelativePathsCheckBox: TCheckBox
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Control = CmdLineParamsTabSheet
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 19
Top = 329
Width = 140
Anchors = [akLeft, akBottom]
Caption = 'RelativePathsCheckBox'
Checked = True
State = cbChecked
TabOrder = 1
OnChange = RelativePathsCheckBoxChange
end
object MultilineCheckBox: TCheckBox
AnchorSideLeft.Control = RelativePathsCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = RelativePathsCheckBox
AnchorSideBottom.Side = asrBottom
Left = 161
Height = 19
Top = 329
Width = 117
BorderSpacing.Left = 15
Caption = 'MultilineCheckBox'
Checked = True
State = cbChecked
TabOrder = 2
OnChange = MultilineCheckBoxChange
end
end
object InheritedParamsTabSheet: TTabSheet
Caption = 'InheritedParams'
ClientHeight = 348
ClientWidth = 625
object InhTreeView: TTreeView
Left = 0
Height = 282
Top = 0
Width = 625
Align = alClient
HideSelection = False
ReadOnly = True
RightClickSelect = True
TabOrder = 0
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
OnSelectionChanged = InhTreeViewSelectionChanged
end
object InhItemMemo: TMemo
Left = 0
Height = 61
Top = 287
Width = 625
Align = alBottom
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 1
end
object InhSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 5
Top = 282
Width = 625
Align = alBottom
ResizeAnchor = akBottom
end
end
end
end