mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:22:41 +02:00
64 lines
1.7 KiB
Plaintext
64 lines
1.7 KiB
Plaintext
object IDEOptionsDialog: TIDEOptionsDialog
|
|
Left = 317
|
|
Height = 500
|
|
Top = 304
|
|
Width = 700
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'IDEOptionsDialog'
|
|
ClientHeight = 500
|
|
ClientWidth = 700
|
|
Constraints.MinHeight = 500
|
|
Constraints.MinWidth = 700
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
object ButtonPanel: TButtonPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
Left = 6
|
|
Height = 34
|
|
Top = 460
|
|
Width = 688
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.Around = 0
|
|
OKButton.Name = 'OKButton'
|
|
HelpButton.Name = 'HelpButton'
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Enabled = False
|
|
CancelButton.Name = 'CancelButton'
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
end
|
|
object CategoryTree: TTreeView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideBottom.Control = ButtonPanel
|
|
Left = 6
|
|
Height = 454
|
|
Top = 6
|
|
Width = 206
|
|
Align = alLeft
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
Constraints.MinWidth = 206
|
|
DefaultItemHeight = 17
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
OnChange = CategoryTreeChange
|
|
OnCollapsed = CategoryTreeCollapsed
|
|
OnExpanded = CategoryTreeExpanded
|
|
OnKeyDown = CategoryTreeKeyDown
|
|
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
|
end
|
|
object CatTVSplitter: TSplitter
|
|
Left = 212
|
|
Height = 460
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
end
|