mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 22:17:59 +02:00
90 lines
2.0 KiB
Plaintext
90 lines
2.0 KiB
Plaintext
object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
|
|
Left = 653
|
|
Height = 389
|
|
Top = 418
|
|
Width = 624
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'CheckCompilerOptsDlg'
|
|
ClientHeight = 389
|
|
ClientWidth = 624
|
|
Position = poScreenCenter
|
|
LCLVersion = '4.99.0.0'
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 172
|
|
Width = 624
|
|
Align = alTop
|
|
ResizeAnchor = akTop
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 357
|
|
Width = 612
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 3
|
|
ShowButtons = [pbClose]
|
|
ShowBevel = False
|
|
end
|
|
object OutputTreeView: TTreeView
|
|
Left = 6
|
|
Height = 147
|
|
Top = 204
|
|
Width = 612
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
HideSelection = False
|
|
PopupMenu = OutputPopupMenu
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
object TestMemo: TMemo
|
|
Left = 6
|
|
Height = 139
|
|
Top = 27
|
|
Width = 612
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
end
|
|
object LabelTest: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 612
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LabelTest'
|
|
ParentColor = False
|
|
end
|
|
object LabelOutput: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 183
|
|
Width = 612
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LabelOutput'
|
|
ParentColor = False
|
|
end
|
|
object OutputPopupMenu: TPopupMenu
|
|
Left = 472
|
|
Top = 392
|
|
object CopyOutputMenuItem: TMenuItem
|
|
Caption = 'CopyOutputMenuItem'
|
|
OnClick = CopyOutputMenuItemClick
|
|
end
|
|
end
|
|
end
|